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

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

h2, p {
  margin-bottom: 0;
}

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

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

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

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

.reveal {
  position: relative;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}

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

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

@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: #070610;
  --ztc-text-text-3: #6C6C6C;
  --ztc-text-text-4: #93C30D;
  --ztc-text-text-5: #070615;
  --ztc-text-text-6: #686673;
  --ztc-text-text-7: #5E9450;
  --ztc-text-text-8: #081511;
  --ztc-text-text-9: #4E5352;
  --ztc-text-text-10: #14453D;
  --ztc-text-text-11: #DEC678;
  --ztc-text-text-12: #FB8500;
  --ztc-text-text-13: #413A36;
  --ztc-text-text-14: #565656;
  --ztc-text-text-15: #FC4D06;
  --ztc-text-text-16: #0D0F18;
  --ztc-text-text-17: #100F22;
  --ztc-text-text-18: #FF7B00;
  --ztc-text-text-19: #040908;
  --ztc-text-text-20: #007F5F;
  --ztc-text-text-21: #060D14;
  --ztc-text-text-22: #0094FF;
  --ztc-text-text-23: #06060F;
  --ztc-text-text-24: #6C65EC;
  --ztc-text-text-25: #070A17;
  --ztc-text-text-26: #696C7A;
  --ztc-text-text-27: #5C7AFF;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #93C30D;
  --ztc-bg-bg-3: #F4F9E6;
  --ztc-bg-bg-4: #070610;
  --ztc-bg-bg-5: #070615;
  --ztc-bg-bg-6: #5E9450;
  --ztc-bg-bg-7: #081511;
  /* --ztc-bg-bg-8: #14453D; */
  /* --ztc-bg-bg-8:linear-gradient(to left, #a9dbdb, #74c4c4, #46adad, #008c8c); */
  /* --ztc-bg-bg-88:linear-gradient(to left, #7bb9b4, #6ebcbe, #49ada5, #02706b); */
  /* --ztc-bg-bg-88:#02706b; */
  --ztc-bg-bg-88:linear-gradient(120deg, #006666, #00cccc, #004c4c);
  --ztc-bg-bg-8: #006666;
  --ztc-bg-bg-9: #DEC678;
  --ztc-bg-bg-10: #FB8500;
  --ztc-bg-bg-11: #FC4D06;
  --ztc-bg-bg-12: #0D0F18;
  --ztc-bg-bg-13: #FF7B00;
  --ztc-bg-bg-14: #100F22;
  --ztc-bg-bg-15: #007F5F;
  --ztc-bg-bg-16: #040908;
  --ztc-bg-bg-17: #060D14;
  --ztc-bg-bg-18: #0094FF;
  --ztc-bg-bg-19: #06060F;
  --ztc-bg-bg-20: #6C65EC;
  --ztc-bg-bg-21: #070A17;
  --ztc-bg-bg-22: #5C7AFF;
  --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-s72: 72px;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s72: 72px;
  --ztc-specing-height6: 6px;
  --ztc-specing-height8: 8px;
  --ztc-specing-height10: 10px;
  --ztc-specing-height12: 12px;
  --ztc-specing-height14: 114px;
  --ztc-specing-height16: 16px;
  --ztc-specing-height18: 18px;
  --ztc-specing-height20: 20px;
  --ztc-specing-height22: 22px;
  --ztc-specing-height24: 24px;
  --ztc-specing-height26: 26px;
  --ztc-specing-height28: 28px;
  --ztc-specing-height30: 30px;
  --ztc-specing-height32: 32px;
  --ztc-specing-height34: 34px;
  --ztc-specing-height36: 36px;
  --ztc-specing-height38: 38px;
  --ztc-specing-height40: 40px;
  --ztc-specing-height42: 42px;
  --ztc-specing-height44: 44px;
  --ztc-specing-height46: 46px;
  --ztc-specing-height48: 48px;
  --ztc-specing-height50: 50px;
  --ztc-specing-height52: 52px;
  --ztc-specing-height54: 54px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height100: 100px;
  --ztc-specing-height110: 110px;
  --ztc-specing-height120: 120px;
  --ztc-specing-height130: 130px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-weight-black: 800;
  --ztc-family-font1: 'Vidaloka', serif;
  --ztc-family-font2: 'Plus Jakarta Sans', sans-serif;
}

/*
============================
Name:  Hosue -Single Property HTML Template
Version: 1.0.0
Description: Hosue -Single Property HTML Template
Author: Vikiglab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location:
============================
*/
/*============= HEDAER CSS AREA ===============*/
/*============= HERO CSS AREA ===============*/
/*============= MOBILE-MENU CSS AREA ===============*/
/*============= ABOUT CSS AREA ===============*/
/*============= SERVICE CSS AREA ===============*/
/*============= PROPERTIES CSS AREA ===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
/*============= GALLERY CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
/*============= TEAM CSS AREA ===============*/
/*============= APARTMENT CSS AREA ===============*/
/*============= CTA CSS AREA ===============*/
/*============= OTHERS CSS AREA ===============*/
/*============= FOOTER CSS AREA ===============*/
/*============= COMMON CSS AREA ===============*/






.form{
  text-align:center;
  background-color: #13453c;
  color: #fff;
  border-radius: 50px;
  padding:2px; 
  margin-bottom: 2.5%;
}
@media (max-width: 767px) {
  .form {
    font-size: 14px !important;
    padding: 10px; 
    border-radius: 80px;
  }
}

@media only screen and (max-width: 375px) {
  .form {
   margin:10% ;  /* Centers the element horizontally */
    width: 90%; /* Ensures proper sizing for smaller screens */
    height:80% !important;
    font-size:14px !important;
    padding: 5px; /* Adjusts padding for better spacing */
  }
}

/*.formpopup{*/
/*  position: relative;*/
/*  z-index: 1;*/
/*  background: var(--ztc-bg-bg-1);*/
/*  border-radius: 16px;*/
/*  padding: 20px;*/
/*  position: relative;*/
/*  z-index: 1;*/
  
/*}*/

@media (max-width: 767px) {
  .section-area {
    padding: 20px 10px;
  }

  
  .contact-pop {
    text-align: center; /* Center-align content for mobile */
  }

  .contact-pop h2 {
    font-size: 18px; /* Adjust heading size */
    margin-bottom: 10px;
  }

  .contact-pop h4 {
    font-size: 16px; /* Adjust subheading size */
    margin-bottom: 15px;
  }

  .contact-pop h5 {
    font-size: 14px; /* Reduce text size */
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .input-area input {
    width: 100%; /* Make inputs full-width */
    padding: 10px; /* Adjust padding */
    font-size: 14px; /* Adjust font size */
  }

  .header-btn4 {
    width: 100%; /* Full-width button */
    font-size: 16px;
    padding: 12px;
  }

  .space16,
  .space20,
  .space32 {
    height: 10px; /* Reduce spacing for mobile */
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
  }
}


.header-btn1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-2);
  border-radius: 80px;
  padding: 17px 24px;
  position: relative;
  z-index: 1;
}
.header-btn1:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.header-btn1:hover:after {
  width: 94%;
  transition: all 0.4s;
  border-radius: 80px;
}
.header-btn1::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: #A9CF3D;
  left: 5px;
  top: 5px;
  z-index: -1;
}

.header-btn2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  background: #13453c;
  border-radius: 80px;
  padding: 17px 24px;
  position: relative;
  z-index: 1;
}
.header-btn2:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.header-btn2:hover:after {
  width: 94%;
  transition: all 0.4s;
  border-radius: 80px;
}
.header-btn2::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: #7FA975;
  left: 5px;
  top: 5px;
  z-index: -1;
}

.header-btn3 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  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;
  background: var(--ztc-bg-bg-9);
  border-radius: 80px;
  padding: 17px 24px;
  position: relative;
  z-index: 1;
}
.header-btn3:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-8);
  background: var(--ztc-bg-bg-7);
}
.header-btn3:hover::after {
  width: 94%;
  transition: all 0.4s;
  border-radius: 80px;
  background: var(--ztc-bg-bg-9);
}
.header-btn3::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: #EBDDB0;
  left: 5px;
  top: 5px;
  z-index: -1;
}

.header-btn4 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: 13px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  background:#006666;
  /* border-radius: 80px;
  padding: 17px 24px; */
  border-radius: 5px;
  padding: 14px 20px;
  position: relative;
  z-index: 1;
}
.header-btn4:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.header-btn4:hover:after {
  width: 94%;
  transition: all 0.4s;
  border-radius: 80px;
}
.header-btn4::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  /* background: #446A64; */
  left: 5px;
  top: 5px;
  z-index: -1;
}

/* <!----------------greenbox-------> */
.greenbox-btn4 {
  color:black !important;
  font-family: var(--ztc-family-font2);
  font-size: 13px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  background: white !important;
  border-radius: 80px;
  padding: 17px 24px;
  position: relative;
  z-index: 1;
  border:3px;
  border: 2px solid white;
}

.greenbox-btn4:hover {
  transition: all 0.4s !important;
  background-color: #004d40 !important;
  color: white !important;
}

.greenbox-btn4:hover:after {
  width: 94%;
  transition: all 0.4s;
  border-radius: 80px !important;
}

.greenbox-btn4::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background:rgba(255, 255, 255, 0.24) !important;
  opacity: 1px !important;
  left: 5px;
  top: 5px;
  z-index: -1;
}


.header-btn5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
  border-radius: 80px;
  padding: 17px 24px;
  position: relative;
  z-index: 1;
}
.header-btn5:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.header-btn5:hover:after {
  width: 94%;
  transition: all 0.4s;
  border-radius: 80px;
}
.header-btn5::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: #FA9C3E;
  left: 5px;
  top: 5px;
  z-index: -1;
}
.header-btn5 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.header-btn6 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
  border-radius: 130px;
  padding: 16px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-btn6:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.header-btn6:hover:after {
  width: 100%;
  transition: all 0.4s;
  right: auto;
  left: 0;
}
.header-btn6::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  border-radius: 130px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  right: 0;
  top: 0;
  z-index: -1;
}
.header-btn6 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.header-btn7 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-13);
  border-radius: 130px;
  padding: 16px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-btn7:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.header-btn7:hover:after {
  width: 100%;
  transition: all 0.4s;
  right: auto;
  left: 0;
}
.header-btn7::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  border-radius: 130px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-14);
  right: 0;
  top: 0;
  z-index: -1;
}
.header-btn7 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.header-btn8 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-15);
  border-radius: 130px;
  padding: 16px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-btn8:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.header-btn8:hover:after {
  width: 100%;
  transition: all 0.4s;
  right: auto;
  left: 0;
}
.header-btn8::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  border-radius: 130px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-16);
  right: 0;
  top: 0;
  z-index: -1;
}
.header-btn8 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.header-btn9 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-18);
  border-radius: 130px;
  padding: 16px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-btn9:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.header-btn9:hover:after {
  width: 100%;
  transition: all 0.4s;
  right: auto;
  left: 0;
}
.header-btn9::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  border-radius: 130px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-17);
  right: 0;
  top: 0;
  z-index: -1;
}
.header-btn9 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.header-btn10 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-20);
  border-radius: 80px;
  padding: 17px 24px;
  position: relative;
  z-index: 1;
}
.header-btn10:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.header-btn10:hover:after {
  width: 94%;
  transition: all 0.4s;
  border-radius: 80px;
}
.header-btn10::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: #8A85EE;
  left: 5px;
  top: 5px;
  z-index: -1;
}

.header-btn11 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  background:#004d40 ;
  border-radius: 130px;
  padding: 16px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-btn11:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.header-btn11:hover:after {
  width: 100%;
  transition: all 0.4s;
  right: auto;
  left: 0;
}
.header-btn11::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  border-radius: 130px;
  transition: all 0.4s;
  background: #446A64;
  right: 0;
  top: 0;
  z-index: -1;
}
.header-btn11 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.heading1 h5 {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 40px;
  background: rgba(163, 192, 82, 0.2);
  padding: 10px 14px;
  display: inline-block;
}
.heading1 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading1 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading2 h5 {
  color: black;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 64px;
  background: rgba(94, 148, 80, 0.1);
  padding: 10px 14px;
  display: inline-block;
}
.heading2 h2 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 54px;
}
@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-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.header-heading h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 12px;
}
.header-heading h5 i {
  margin: 0 6px 0 0;
}
.header-heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 70px;
  transition: all 0.4s;
  display: inline-block;
}
@media (max-width: 767px) {
  .header-heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.header-heading p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
}

.heading3 h5 {
  /* color: var(--ztc-text-text-10); */
  color:var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 64px;
  background:#006666;
  padding: 10px 14px;
  display: inline-block;
}
.heading3 h2 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading3 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading3 p {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  text-align: justify;
}

@media (max-width: 767px) {
  .proper {
   padding: 0 2px 0 2px;
  }
}



.header-heading2 h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 12px;
}
.header-heading2 h5 i {
  margin: 0 6px 0 0;
}
.header-heading2 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 64px;
  transition: all 0.4s;
  display: inline-block;
}
@media (max-width: 767px) {
  .header-heading2 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.header-heading2 p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
  opacity: 80%;
}

.heading4 h5 {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 64px;
  background: rgba(251, 133, 0, 0.2);
  padding: 10px 14px;
  display: inline-block;
}
.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-regular);
  line-height: 54px;
  text-align: center;
}
@media (max-width: 767px) {
  .heading4 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
   .heading4 p{
    text-align: justify;
   }
}
.heading4 p {
  color: var(--ztc-text-text-13);
  font-family: var(--ztc-family-font2);
  font-size: 12px;
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
 
}

.header-heading3 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 70px;
  transition: all 0.4s;
  display: inline-block;
}
@media (max-width: 767px) {
  .header-heading3 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.header-heading3 p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
  transition: all 0.4s;
  opacity: 90%;
}

.heading5 h5 {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 64px;
  background: rgba(252, 77, 6, 0.2);
  padding: 10px 14px;
  display: inline-block;
}
.heading5 h2 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading5 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading5 p {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading6 h5 {
  color: var(--ztc-text-text-18);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 64px;
  background: rgba(255, 123, 0, 0.2);
  padding: 10px 14px;
  display: inline-block;
}
.heading6 h2 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading6 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading6 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading7 h5 {
  color: var(--ztc-text-text-20);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 40px;
  background: rgba(0, 127, 95, 0.1);
  padding: 10px 14px;
  display: inline-block;
}
.heading7 h2 {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2); font-size:x-large;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading7 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading7 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading8 h5 {
  color: var(--ztc-text-text-22);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 40px;
  background: rgba(0, 148, 255, 0.1);
  padding: 10px 14px;
  display: inline-block;
}
.heading8 h2 {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading8 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading8 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading9 h5 {
  color: var(--ztc-text-text-24);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 64px;
  background: rgba(108, 101, 236, 0.1);
  padding: 10px 14px;
  display: inline-block;
}
.heading9 h2 {
  color: var(--ztc-text-text-23);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading9 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading9 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading10 h5 {
  color: var(--ztc-text-text-27);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 40px;
  background: rgba(92, 122, 255, 0.1);
  padding: 10px 14px;
  display: inline-block;
}
.heading10 h2 {
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading10 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading10 p {
  color: var(--ztc-text-text-26);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  text-align: justify;
}

/*============= COMMON CSS AREA ENDS===============*/
.bg1 {
  background: #F1F4F3;
}

.bg2 {
  background: #fff !important;
}

.sp1 {
  padding: 25px 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: 50px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp4 {
    padding: 50px 0 50px;
  }
}

.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 60px;
}
@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: 30px 0 30px;
}
@media (max-width: 767px) {
  .sp7 {
    padding: 60px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp7 {
    padding: 60px 0 30px;
  }
}

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

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

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

.space-margin60 {
  margin-bottom: 80px;
}
@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;
  }
}

/*============= ABOUT CSS AREA ===============*/
.about1-section-area {
  position: relative;
  z-index: 1;
}
.about1-section-area .about-images {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-section-area .about-images {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .about1-section-area .about-images {
    margin-bottom: 50px;
  }
}
.about1-section-area .about-images .img1 img {
  height: 370px;
  width: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about1-section-area .about-images .img2 {
  position: relative;
  margin-top: -100px;
  margin-left: 100px;
}
@media (max-width: 767px) {
  .about1-section-area .about-images .img2 {
    margin-top: 30px;
    margin-left: 0;
  }
}
.about1-section-area .about-images .img2 img {
  height: 370px;
  width: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about1-section-area .about-images .elements {
  position: absolute;
  top: -36px;
  left: -25px;
}

.about2-section-area {
  position: relative;
  z-index: 1;
}
.about2-section-area .about-slider-area {
  position: relative;
  z-index: 1;
}
.about2-section-area .about-slider-area .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  color: var(--ztc-text-text-7);
  font-size: var(--ztc-font-size-font-s20);
}
.about2-section-area .about-slider-area .owl-nav button:hover {
  background: var(--ztc-bg-bg-6);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.about2-section-area .about-slider-area .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: 50px;
}
.about2-section-area .about-slider-area .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: 50px;
}
.about2-section-area .about-slider-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about2-section-area .experience-box {
  background: var(--ztc-bg-bg-6);
  border-radius: 16px;
  padding: 32px 47px 65px 32px;
}
.about2-section-area .experience-box h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 58px;
  transition: all 0.4s;
}
.about2-section-area .experience-box p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
}
.about2-section-area .about-video-area {
  position: relative;
  z-index: 1;
}
.about2-section-area .about-video-area .img1 img {
  height: 290px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about2-section-area .about-video-area .play-btn {
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 2;
}
.about2-section-area .about-video-area .play-btn a {
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-6);
  color: var(--ztc-text-text-1);
  position: relative;
}
.about2-section-area .about-video-area .play-btn a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 21px;
  top: 21px;
  background: var(--ztc-bg-bg-6);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
  display: inline-block;
}
.about2-section-area .about-widget-images {
  position: relative;
  z-index: 1;
}
.about2-section-area .about-widget-images .img1 img {
  height: 675px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about2-section-area .about-widget-images .content-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 30px;
  width: 91%;
  left: 30px;
  right: 30px;
}
@media (max-width: 767px) {
  .about2-section-area .about-widget-images .content-area {
    display: block;
    padding: 24px;
    text-align: center;
    left: 17px;
  }
}
.about2-section-area .about-widget-images .content-area .text a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  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;
}
.about2-section-area .about-widget-images .content-area .text ul li {
  display: inline-block;
}
.about2-section-area .about-widget-images .content-area .text ul li a {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.about2-section-area .about-widget-images .content-area .text ul li a img {
  opacity: 0.6;
  margin: 0 4px 0 0;
}
.about2-section-area .about-widget-images .content-area .text ul li span {
  color: #F0F0F1;
  display: inline-block;
  margin: 0 8px;
}
@media (max-width: 767px) {
  .about2-section-area .about-widget-images .content-area .arrow {
    margin-top: 20px;
  }
}
.about2-section-area .about-widget-images .content-area .arrow a {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  color: var(--ztc-text-text-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s24);
  transform: rotate(-45deg);
}
.about2-section-area .about-widget-images .content-area .arrow a:hover {
  transform: rotate(0);
  transition: all 0.4s;
}
.about2-section-area .about-widget-images .elements3 {
  position: absolute;
  bottom: -100px;
  right: -150px;
  z-index: -1;
}

.about3-section-area {
  position: relative;
  z-index: 1;
}
.about3-section-area .about-slider-area {
  position: relative;
  z-index: 1;
}
.about3-section-area .about-slider-area .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  color: var(--ztc-text-text-10);
  font-size: var(--ztc-font-size-font-s20);
}
.about3-section-area .about-slider-area .owl-nav button:hover {
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-bg-bg-8);
  transition: all 0.4s;
}
.about3-section-area .about-slider-area .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: 50px;
}
.about3-section-area .about-slider-area .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: 50px;
}
.about3-section-area .about-slider-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about3-section-area .experience-box {
  background: var(--ztc-bg-bg-9);
  border-radius: 16px;
  padding: 32px 47px 65px 32px;
}
.about3-section-area .experience-box h2 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 58px;
  transition: all 0.4s;
}
.about3-section-area .experience-box p {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
}
.about3-section-area .about-video-area {
  position: relative;
  z-index: 1;
}
.about3-section-area .about-video-area .img1 img {
  height: 290px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about3-section-area .about-video-area .play-btn {
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 2;
}
.about3-section-area .about-video-area .play-btn a {
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-8);
  color: var(--ztc-text-text-1);
  position: relative;
}
.about3-section-area .about-video-area .play-btn a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 21px;
  top: 21px;
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
  display: inline-block;
}
.about3-section-area .about-widget-images {
  position: relative;
  z-index: 1;
}
.about3-section-area .about-widget-images .img1 img {
  height: 675px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about3-section-area .about-widget-images .content-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 30px;
  width: 91%;
  left: 30px;
  right: 30px;
}
@media (max-width: 767px) {
  .about3-section-area .about-widget-images .content-area {
    display: block;
    padding: 24px;
    text-align: center;
    left: 17px;
  }
}
.about3-section-area .about-widget-images .content-area .text a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  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;
}
.about3-section-area .about-widget-images .content-area .text a:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
.about3-section-area .about-widget-images .content-area .text ul li {
  display: inline-block;
}
.about3-section-area .about-widget-images .content-area .text ul li a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.about3-section-area .about-widget-images .content-area .text ul li a img {
  opacity: 0.6;
  margin: 0 4px 0 0;
}
.about3-section-area .about-widget-images .content-area .text ul li span {
  color: #F0F0F1;
  display: inline-block;
  margin: 0 8px;
}
@media (max-width: 767px) {
  .about3-section-area .about-widget-images .content-area .arrow {
    margin-top: 20px;
  }
}
.about3-section-area .about-widget-images .content-area .arrow a {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-8);
  color: var(--ztc-text-text-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s24);
  transform: rotate(-45deg);
}
.about3-section-area .about-widget-images .content-area .arrow a:hover {
  transform: rotate(0);
  transition: all 0.4s;
}
.about3-section-area .about-widget-images .elements3 {
  position: absolute;
  bottom: -100px;
  right: -150px;
  z-index: -1;
}

.about4-section-area {
  position: relative;
  z-index: 1;
}
.about4-section-area .about-images4 {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about4-section-area .about-images4 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4-section-area .about-images4 {
    margin-bottom: 30px;
  }
}
.about4-section-area .about-images4 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about4-section-area .about-images4 .play-btn-area {
  position: absolute;
  top: 50%;
  left: 46%;
}
.about4-section-area .about-images4 .play-btn-area a {
  display: inline-block;
  transition: all 0.4s;
  height: 84px;
  width: 84px;
  text-align: center;
  line-height: 84px;
  transition: all 0.5s;
  background: var(--ztc-bg-bg-4);
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s32);
  position: relative;
  z-index: 1;
}
.about4-section-area .about-images4 .play-btn-area a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 42px;
  top: 42px;
  background: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
  display: inline-block;
}

.about5-section-area {
  position: relative;
  z-index: 1;
  height: 955px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5-section-area {
    height: auto;
  }
}
@media (max-width: 767px) {
  .about5-section-area {
    height: auto;
  }
}
.about5-section-area .side-img img {
  position: absolute;
  bottom: 100px;
  width: 40%;
  z-index: -1;
  height: 640px;
}
@media (max-width: 767px) {
  .about5-section-area .side-img {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5-section-area .side-img {
    display: none;
  }
}
.about5-section-area .service-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about5-section-area .service-heading {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5-section-area .service-heading {
    display: inline-block;
  }
}
.about5-section-area .service-heading .author-box {
  z-index: 1;
  border-radius: 120px;
  background: var(--ztc-text-text-1);
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5-section-area .service-heading .author-box {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about5-section-area .service-heading .author-box {
    margin-top: 20px;
  }
}
.about5-section-area .service-heading .author-box .others-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 14px 20px;
}
.about5-section-area .service-heading .author-box .others-box .img3 {
  position: relative;
  z-index: 1;
}
.about5-section-area .service-heading .author-box .others-box .img3 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about5-section-area .service-heading .author-box .others-box .text {
  padding-left: 20px;
}
.about5-section-area .service-heading .author-box .others-box .text h3 {
  color: var(--ztc-text-text-18);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
}
.about5-section-area .service-heading .author-box .others-box .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
}
.about5-section-area .service-images-area .img1 img {
  height: 635px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about5-section-area .service-images-area .author-header {
  padding: 0 0 0 100px;
}
@media (max-width: 767px) {
  .about5-section-area .service-images-area .author-header {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5-section-area .service-images-area .author-header {
    padding: 0;
  }
}
.about5-section-area .service-images-area .author-header .others-area {
  display: flex;
  align-items: center;
  padding: 32px 0;
  border-top: 1px solid #DDDDE2;
  border-bottom: 1px solid #DDDDE2;
}
.about5-section-area .service-images-area .author-header .others-area .box1 {
  margin: 0 60px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5-section-area .author-header {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about5-section-area .author-header {
    margin-top: 30px;
  }
}
.about5-section-area .author-header .list-area {
  display: flex;
  align-items: center;
}
.about5-section-area .author-header .list-area ul {
  margin: 0 32px 0 0;
}
@media (max-width: 767px) {
  .about5-section-area .author-header .list-area ul {
    margin: 0 8px 0 0;
  }
}
.about5-section-area .author-header .list-area ul li a {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 25px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 16px;
}
.about5-section-area .author-header .list-area ul li a img {
  margin: 0 8px 0 0;
}

.about7-section-area {
  position: relative;
  z-index: 1;
  height: 955px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about7-section-area {
    height: auto;
  }
}
@media (max-width: 767px) {
  .about7-section-area {
    height: auto;
  }
}
.about7-section-area .side-img img {
  position: absolute;
  bottom: 100px;
  width: 40%;
  z-index: -1;
  height: 640px;
}
@media (max-width: 767px) {
  .about7-section-area .side-img {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about7-section-area .side-img {
    display: none;
  }
}
.about7-section-area .service-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about7-section-area .service-heading {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about7-section-area .service-heading {
    display: inline-block;
  }
}
.about7-section-area .service-heading .author-box {
  z-index: 1;
  border-radius: 120px;
  background: var(--ztc-text-text-1);
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about7-section-area .service-heading .author-box {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about7-section-area .service-heading .author-box {
    margin-top: 20px;
  }
}
.about7-section-area .service-heading .author-box .others-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 14px 20px;
}
.about7-section-area .service-heading .author-box .others-box .img3 {
  position: relative;
  z-index: 1;
}
.about7-section-area .service-heading .author-box .others-box .img3 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about7-section-area .service-heading .author-box .others-box .text {
  padding-left: 20px;
}
.about7-section-area .service-heading .author-box .others-box .text h3 {
  color: var(--ztc-text-text-18);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
}
.about7-section-area .service-heading .author-box .others-box .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
}
.about7-section-area .service-images-area .img1 img {
  height: 635px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about7-section-area .service-images-area .author-header {
  padding: 0 0 0 100px;
}
@media (max-width: 767px) {
  .about7-section-area .service-images-area .author-header {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about7-section-area .service-images-area .author-header {
    padding: 0;
  }
}
.about7-section-area .service-images-area .author-header .others-area {
  display: flex;
  align-items: center;
  padding: 32px 0;
  border-top: 1px solid #DDDDE2;
  border-bottom: 1px solid #DDDDE2;
}
.about7-section-area .service-images-area .author-header .others-area .box1 {
  margin: 0 60px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about7-section-area .author-header {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about7-section-area .author-header {
    margin-top: 30px;
  }
}
.about7-section-area .author-header .list-area {
  display: flex;
  align-items: center;
}
.about7-section-area .author-header .list-area ul {
  margin: 0 32px 0 0;
}
@media (max-width: 767px) {
  .about7-section-area .author-header .list-area ul {
    margin: 0 8px 0 0;
  }
}
.about7-section-area .author-header .list-area ul li a {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  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;
  margin-top: 16px;
}
.about7-section-area .author-header .list-area ul li a img {
  margin: 0 8px 0 0;
}

.about8-section-area {
  position: relative;
  z-index: 1;
  height: 955px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about8-section-area {
    height: auto;
  }
}
@media (max-width: 767px) {
  .about8-section-area {
    height: auto;
  }
}
.about8-section-area .side-img img {
  position: absolute;
  bottom: 100px;
  width: 40%;
  z-index: -1;
  height: 640px;
}
@media (max-width: 767px) {
  .about8-section-area .side-img {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about8-section-area .side-img {
    display: none;
  }
}
.about8-section-area .service-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about8-section-area .service-heading {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about8-section-area .service-heading {
    display: inline-block;
  }
}
.about8-section-area .service-heading .author-box {
  z-index: 1;
  border-radius: 120px;
  background: var(--ztc-text-text-1);
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about8-section-area .service-heading .author-box {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about8-section-area .service-heading .author-box {
    margin-top: 20px;
  }
}
.about8-section-area .service-heading .author-box .others-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 14px 20px;
}
.about8-section-area .service-heading .author-box .others-box .img3 {
  position: relative;
  z-index: 1;
}
.about8-section-area .service-heading .author-box .others-box .img3 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about8-section-area .service-heading .author-box .others-box .text {
  padding-left: 20px;
}
.about8-section-area .service-heading .author-box .others-box .text h3 {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
}
.about8-section-area .service-heading .author-box .others-box .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
}
.about8-section-area .service-images-area .img1 img {
  height: 635px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about8-section-area .service-images-area .author-header {
  padding: 0 0 0 100px;
}
@media (max-width: 767px) {
  .about8-section-area .service-images-area .author-header {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about8-section-area .service-images-area .author-header {
    padding: 0;
  }
}
.about8-section-area .service-images-area .author-header .others-area {
  display: flex;
  align-items: center;
  padding: 32px 0;
  border-top: 1px solid #DDDDE2;
  border-bottom: 1px solid #DDDDE2;
}
.about8-section-area .service-images-area .author-header .others-area .box1 {
  margin: 0 60px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about8-section-area .author-header {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about8-section-area .author-header {
    margin-top: 30px;
  }
}
.about8-section-area .author-header .list-area {
  display: flex;
  align-items: center;
}
.about8-section-area .author-header .list-area ul {
  margin: 0 32px 0 0;
}
@media (max-width: 767px) {
  .about8-section-area .author-header .list-area ul {
    margin: 0 8px 0 0;
  }
}
.about8-section-area .author-header .list-area ul li a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  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;
  margin-top: 16px;
}
.about8-section-area .author-header .list-area ul li a img {
  margin: 0 8px 0 0;
}

.about8-author-section-area {
  position: relative;
  z-index: 1;
  background: #F2F5FF;
}
.about8-author-section-area .about8-slider-area {
  position: relative;
  z-index: 1;
}
.about8-author-section-area .about8-slider-area .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  color: var(--ztc-text-text-22);
  font-size: var(--ztc-font-size-font-s20);
}
.about8-author-section-area .about8-slider-area .owl-nav button:hover {
  background: var(--ztc-bg-bg-18);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.about8-author-section-area .about8-slider-area .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: 50px;
}
.about8-author-section-area .about8-slider-area .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: 50px;
}
.about8-author-section-area .about8-slider-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about8-author-section-area .experience-box {
  background: var(--ztc-bg-bg-18);
  border-radius: 16px;
  padding: 32px 47px 65px 32px;
}
.about8-author-section-area .experience-box h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 58px;
  transition: all 0.4s;
}
.about8-author-section-area .experience-box p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
}
.about8-author-section-area .about-video-area {
  position: relative;
  z-index: 1;
}
.about8-author-section-area .about-video-area .img1 img {
  height: 290px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about8-author-section-area .about-video-area .play-btn {
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 2;
}
.about8-author-section-area .about-video-area .play-btn a {
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-18);
  color: var(--ztc-text-text-1);
  position: relative;
}
.about8-author-section-area .about-video-area .play-btn a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 21px;
  top: 21px;
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
  display: inline-block;
}
.about8-author-section-area .about-widget-images {
  position: relative;
  z-index: 1;
}
.about8-author-section-area .about-widget-images .img1 img {
  height: 675px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about8-author-section-area .about-widget-images .content-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 30px;
  width: 91%;
  left: 30px;
  right: 30px;
}
@media (max-width: 767px) {
  .about8-author-section-area .about-widget-images .content-area {
    display: block;
    padding: 24px;
    text-align: center;
    left: 17px;
  }
}
.about8-author-section-area .about-widget-images .content-area .text a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  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;
}
.about8-author-section-area .about-widget-images .content-area .text a:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
}
.about8-author-section-area .about-widget-images .content-area .text ul li {
  display: inline-block;
}
.about8-author-section-area .about-widget-images .content-area .text ul li a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.about8-author-section-area .about-widget-images .content-area .text ul li a img {
  opacity: 0.6;
  margin: 0 4px 0 0;
}
.about8-author-section-area .about-widget-images .content-area .text ul li span {
  color: #F0F0F1;
  display: inline-block;
  margin: 0 8px;
}
@media (max-width: 767px) {
  .about8-author-section-area .about-widget-images .content-area .arrow {
    margin-top: 20px;
  }
}
.about8-author-section-area .about-widget-images .content-area .arrow a {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-17);
  color: var(--ztc-text-text-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s24);
  transform: rotate(-45deg);
}
.about8-author-section-area .about-widget-images .content-area .arrow a:hover {
  transform: rotate(0);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-18);
}
.about8-author-section-area .about-widget-images .elements3 {
  position: absolute;
  bottom: -100px;
  right: -150px;
  z-index: -1;
}

/*============= ABOUT CSS AREA ENDS ===============*/
/*============= SERVICE CSS AREA ===============*/
.service1-section-area {
  position: relative;
  z-index: 1;
}
.service1-section-area .service-slider-area.owl-carousel .owl-item.center .service-slider-box .img1 {
  transition: all 0.4s;
}
.service1-section-area .service-slider-area.owl-carousel .owl-item.center .service-slider-box .img1::after {
  height: 100%;
  transition: all 0.4s;
}
.service1-section-area .service-slider-area.owl-carousel .owl-item.center .service-slider-box .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service1-section-area .service-slider-area.owl-carousel .owl-item.center .service-slider-box .img2 {
  transition: all 0.4s;
}
.service1-section-area .service-slider-area.owl-carousel .owl-item.center .service-slider-box .img2::after {
  height: 100%;
  transition: all 0.4s;
}
.service1-section-area .service-slider-area.owl-carousel .owl-item.center .service-slider-box .img2 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service1-section-area .service-slider-area.owl-carousel .owl-item.center .service-slider-box .img3 {
  transition: all 0.4s;
}
.service1-section-area .service-slider-area.owl-carousel .owl-item.center .service-slider-box .img3::after {
  height: 100%;
  transition: all 0.4s;
}
.service1-section-area .service-slider-area.owl-carousel .owl-item.center .service-slider-box .img3 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service1-section-area .service-slider-area.owl-carousel .owl-item.center .service-slider-box .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 27%;
}
.service1-section-area .service-slider-area {
  border-radius: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.service1-section-area .service-slider-area .owl-nav {
  position: absolute;
  top: -174px;
  right: 0;
}
@media (max-width: 767px) {
  .service1-section-area .service-slider-area .owl-nav {
    position: relative;
    z-index: 1;
    text-align: center;
    top: 0;
    left: 0;
    margin-top: 30px;
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area .service-slider-area .owl-nav {
    position: relative;
    z-index: 1;
    text-align: center;
    top: 0;
    left: 0;
    margin-top: 30px;
    display: none;
  }
}
.service1-section-area .service-slider-area .owl-nav button {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #F4F9E7;
  color: var(--ztc-text-text-4);
  font-size: var(--ztc-font-size-font-s24);
}
.service1-section-area .service-slider-area .owl-nav button:hover {
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .owl-nav button.owl-prev {
  margin-right: 16px;
}
.service1-section-area .service-slider-area .service-slider-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-box:hover .img1 {
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-box:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-box:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-box:hover .img2 {
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-box:hover .img2::after {
  height: 100%;
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-box:hover .img2 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-box:hover .img3 {
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-box:hover .img3::after {
  height: 100%;
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-box:hover .img3 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-box:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 27%;
}
.service1-section-area .service-slider-area .service-slider-box .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-box .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  opacity: 0.6;
  z-index: 1;
}
.service1-section-area .service-slider-area .service-slider-box .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-box .img2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-box .img2::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  opacity: 0.6;
  z-index: 1;
}
.service1-section-area .service-slider-area .service-slider-box .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-box .img3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-box .img3::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  opacity: 0.6;
  z-index: 1;
}
.service1-section-area .service-slider-area .service-slider-box .img3 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-box .content 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-regular);
  line-height: 20px;
  transition: all 0.4s;
  border-radius: 0px;
  background: rgba(7, 6, 16, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 24px 32px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  z-index: 2;
}
.service1-section-area .service-slider-area .service-slider-box .content2 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-regular);
  line-height: 20px;
  transition: all 0.4s;
  border-radius: 0px 0px 0px 0;
  background: rgba(7, 6, 16, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 24px 32px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  z-index: 2;
}
.service1-section-area .service-slider-area .service-slider-box .btn-area1 {
  position: absolute;
  top: 15%;
  left: 42%;
  right: 50%;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.service1-section-area .service-slider-area .service-slider-box .btn-area1 a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 70px;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-2);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  text-align: center;
}

.service2-section-area {
  position: relative;
  z-index: 1;
}
.service2-section-area .amenities-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
}
.service2-section-area .amenities-boxarea:hover .img1 {
  transition: all 0.4s;
}
.service2-section-area .amenities-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service2-section-area .amenities-boxarea:hover .img1::after {
  visibility: visible;
  opacity: 0.5;
  left: 0;
  top: 0;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
}
.service2-section-area .amenities-boxarea:hover .content-area h3 {
  transform: rotateY(-360deg);
  transition: all 0.4s;
}
.service2-section-area .amenities-boxarea .img1 {
  position: relative;
  top: 85px;
  z-index: 1;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.4s;
}
.service2-section-area .amenities-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: 20%;
  top: 20%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  opacity: 0;
  border-radius: 50%;
  visibility: hidden;
}
.service2-section-area .amenities-boxarea .img1 img {
  height: 160px;
  width: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  border-radius: 50%;
  transition: all 0.4s;
}
.service2-section-area .amenities-boxarea .content-area {
  text-align: center;
  border-radius: 16px;
  background: var(--Home-Page-4-Gray-Color, #F1F4F3);
  padding: 112px 22px 32px 22px;
  position: relative;
}
.service2-section-area .amenities-boxarea .content-area a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  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;
}
.service2-section-area .amenities-boxarea .content-area a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}
.service2-section-area .amenities-boxarea .content-area p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
}
.service2-section-area .amenities-boxarea .content-area h3 {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  border: 2px solid var(--ztc-text-text-1);
  top: -65px;
  right: 65px;
  z-index: 2;
  position: absolute;
}

.service3-section-area {
padding-top: 7%;
  position: relative;
  z-index: 1;
  background: #F9F9F9;
}
.service3-section-area .amenities-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}
.service3-section-area .amenities-boxarea:hover .img1 {
  transition: all 0.4s;
}
.service3-section-area .amenities-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service3-section-area .amenities-boxarea:hover .img1::after {
  visibility: visible;
  opacity: 0.5;
  left: 0;
  top: 0;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
}
.service3-section-area .amenities-boxarea:hover .content-area h3 {
  transform: rotateY(-360deg);
  transition: all 0.4s;
}
.service3-section-area .amenities-boxarea .img1 {
  position: relative;
  top: 0;
  z-index: 1;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.4s;
}
.service3-section-area .amenities-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: 20%;
  top: 20%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-8);
  opacity: 0;
  border-radius: 50%;
  visibility: hidden;
}
.service3-section-area .amenities-boxarea .img1 img {
  height: 160px;
  width: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  border-radius: 50%;
  transition: all 0.4s;
}
.service3-section-area .amenities-boxarea .content-area {
  text-align: center;
  border-radius: 16px;
  position: relative;
}
.service3-section-area .amenities-boxarea .content-area a {
  color: #060808e8;
  font-family: var(--ztc-family-font2);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s
}
.service3-section-area .amenities-boxarea .content-area a:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
.service3-section-area .amenities-boxarea .content-area p {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
}
.service3-section-area .amenities-boxarea .content-area h3 {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-9);
  border-radius: 50%;
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  border: 2px solid var(--ztc-text-text-1);
  top: -180px;
  right: 65px;
  z-index: 2;
  position: absolute;
}

.service4-section-area {
  background: #FFF8F0;
  position: relative;
  z-index: 1;
}
.service4-section-area .service-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .service4-section-area .service-header {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .service4-section-area .service-header .btn-area1 {
    margin-top: 20px;
  }
}
.service4-section-area .service-amenities-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 16px;
  margin-bottom: 30px;
}
.service4-section-area .service-amenities-boxarea:hover .img1 {
  transition: all 0.4s;
}
.service4-section-area .service-amenities-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}
.service4-section-area .service-amenities-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service4-section-area .service-amenities-boxarea:hover .content-area a {
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
}
.service4-section-area .service-amenities-boxarea:hover .view-btn {
  visibility: visible;
  opacity: 1;
  top: 30%;
  transition: all 0.6s;
}
.service4-section-area .service-amenities-boxarea .img1 {
  position: relative;
  z-index: -1;
  overflow: hidden;
  border-radius: 16px;
}
.service4-section-area .service-amenities-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  opacity: 0.5;
  border-radius: 16px;
}
.service4-section-area .service-amenities-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
  height: 330px;
}
.service4-section-area .service-amenities-boxarea .content-area a {
  border-radius: 0px 0px 16px 16px;
  background: rgba(7, 6, 16, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: inline-block;
  transition: all 0.4s;
  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-regular);
  line-height: 20px;
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.service4-section-area .service-amenities-boxarea .content-area a:hover {
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
}
.service4-section-area .service-amenities-boxarea .view-btn {
  position: absolute;
  top: 15%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  margin-left: -35px;
  transition: all 0.6s;
}
.service4-section-area .service-amenities-boxarea .view-btn a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-10);
  display: inline-block;
}

.service5-section-area {
  position: relative;
  z-index: 1;
  background: #F4F4F8;
  height: 1360px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5-section-area {
    height: auto;
  }
}
@media (max-width: 767px) {
  .service5-section-area {
    height: auto;
  }
}
.service5-section-area .side-img img {
  position: absolute;
  bottom: 200px;
  width: 40%;
  z-index: -1;
  height: 700px;
}
@media (max-width: 767px) {
  .service5-section-area .side-img {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5-section-area .side-img {
    display: none;
  }
}
.service5-section-area .side-img2 img {
  position: absolute;
  right: 0;
  bottom: 120px;
  width: 52%;
  z-index: 2;
}
@media screen and (min-width: 2000px) {
  .service5-section-area .side-img2 img {
    height: 370px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5-section-area .side-img2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .service5-section-area .side-img2 {
    display: none;
  }
}
.service5-section-area .service-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .service5-section-area .service-heading {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5-section-area .service-heading {
    display: inline-block;
  }
}
.service5-section-area .service-heading .author-box {
  z-index: 1;
  border-radius: 120px;
  background: var(--ztc-text-text-1);
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5-section-area .service-heading .author-box {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .service5-section-area .service-heading .author-box {
    margin-top: 20px;
  }
}
.service5-section-area .service-heading .author-box .others-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 14px 20px;
}
.service5-section-area .service-heading .author-box .others-box .img3 {
  position: relative;
  z-index: 1;
}
.service5-section-area .service-heading .author-box .others-box .img3 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service5-section-area .service-heading .author-box .others-box .text {
  padding-left: 20px;
}
.service5-section-area .service-heading .author-box .others-box .text h3 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
}
.service5-section-area .service-heading .author-box .others-box .text p {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
}
.service5-section-area .service-images-area .img1 img {
  height: 635px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.service5-section-area .service-images-area .author-header {
  padding: 0 0 0 100px;
}
@media (max-width: 767px) {
  .service5-section-area .service-images-area .author-header {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5-section-area .service-images-area .author-header {
    padding: 0;
  }
}
.service5-section-area .service-images-area .author-header .others-area {
  display: flex;
  align-items: center;
  padding: 32px 0;
  border-top: 1px solid #DDDDE2;
  border-bottom: 1px solid #DDDDE2;
}
.service5-section-area .service-images-area .author-header .others-area .box1 {
  margin: 0 60px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5-section-area .author-header {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .service5-section-area .author-header {
    margin-top: 30px;
  }
}
.service5-section-area .author-header .list-area {
  display: flex;
  align-items: center;
}
.service5-section-area .author-header .list-area ul {
  margin: 0 32px 0 0;
}
@media (max-width: 767px) {
  .service5-section-area .author-header .list-area ul {
    margin: 0 8px 0 0;
  }
}
.service5-section-area .author-header .list-area ul li a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  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;
  margin-top: 16px;
}
.service5-section-area .author-header .list-area ul li a img {
  margin: 0 8px 0 0;
}

.service7-section-area {
  position: relative;
  z-index: 1;
}
.service7-section-area .amenities-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
}
.service7-section-area .amenities-boxarea:hover .img1 {
  transition: all 0.4s;
}
.service7-section-area .amenities-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service7-section-area .amenities-boxarea:hover .img1::after {
  visibility: visible;
  opacity: 0.5;
  left: 0;
  top: 0;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
}
.service7-section-area .amenities-boxarea:hover .content-area h3 {
  transform: rotateY(-360deg);
  transition: all 0.4s;
}
.service7-section-area .amenities-boxarea .img1 {
  position: relative;
  top: 85px;
  z-index: 1;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.4s;
}
.service7-section-area .amenities-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: 20%;
  top: 20%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-15);
  opacity: 0;
  border-radius: 50%;
  visibility: hidden;
}
.service7-section-area .amenities-boxarea .img1 img {
  height: 160px;
  width: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  border-radius: 50%;
  transition: all 0.4s;
}
.service7-section-area .amenities-boxarea .content-area {
  text-align: center;
  border-radius: 16px;
  background: var(--Home-Page-4-Gray-Color, #F1F4F3);
  padding: 112px 22px 32px 22px;
  position: relative;
}
.service7-section-area .amenities-boxarea .content-area a {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  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;
}
.service7-section-area .amenities-boxarea .content-area a:hover {
  color: var(--ztc-text-text-20);
  transition: all 0.4s;
}
.service7-section-area .amenities-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
}
.service7-section-area .amenities-boxarea .content-area h3 {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-15);
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  border: 2px solid var(--ztc-text-text-1);
  top: -65px;
  right: 65px;
  z-index: 2;
  position: absolute;
}

.service10-section-area {
  position: relative;
  z-index: 1;
  height: 1360px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area {
    height: auto;
  }
}
@media (max-width: 767px) {
  .service10-section-area {
    height: auto;
  }
}
.service10-section-area .side-img img {
  position: absolute;
  bottom: 200px;
  width: 40%;
  z-index: -1;
  height: 700px;
}
@media (max-width: 767px) {
  .service10-section-area .side-img {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .side-img {
    display: none;
  }
}
.service10-section-area .side-img2 img {
  position: absolute;
  right: 0;
  bottom: 120px;
  width: 52%;
  z-index: 2;
}
@media screen and (min-width: 2000px) {
  .service10-section-area .side-img2 img {
    height: 370px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .side-img2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .service10-section-area .side-img2 {
    display: none;
  }
}
.service10-section-area .service-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .service10-section-area .service-heading {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .service-heading {
    display: inline-block;
  }
}
.service10-section-area .service-heading .author-box {
  z-index: 1;
  border-radius: 120px;
  background: #F7F8FF;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .service-heading .author-box {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .service10-section-area .service-heading .author-box {
    margin-top: 20px;
  }
}
.service10-section-area .service-heading .author-box .others-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 14px 20px;
}
.service10-section-area .service-heading .author-box .others-box .img3 {
  position: relative;
  z-index: 1;
}
.service10-section-area .service-heading .author-box .others-box .img3 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service10-section-area .service-heading .author-box .others-box .text {
  padding-left: 20px;
}
.service10-section-area .service-heading .author-box .others-box .text h3 {
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
}
.service10-section-area .service-heading .author-box .others-box .text p {
  color: var(--ztc-text-text-26);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
}
.service10-section-area .service-images-area .img1 img {
  height: 635px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.service10-section-area .service-images-area .author-header {
  padding: 0 0 0 100px;
}
@media (max-width: 767px) {
  .service10-section-area .service-images-area .author-header {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .service-images-area .author-header {
    padding: 0;
  }
}
.service10-section-area .service-images-area .author-header .others-area {
  display: flex;
  align-items: center;
  padding: 32px 0;
  border-top: 1px solid #DDDDE2;
  border-bottom: 1px solid #DDDDE2;
}
.service10-section-area .service-images-area .author-header .others-area .box1 {
  margin: 0 60px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .author-header {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .service10-section-area .author-header {
    margin-top: 30px;
  }
}
.service10-section-area .author-header .list-area {
  display: flex;
  align-items: center;
}
.service10-section-area .author-header .list-area ul {
  margin: 0 32px 0 0;
}
@media (max-width: 767px) {
  .service10-section-area .author-header .list-area ul {
    margin: 0 8px 0 0;
  }
}
.service10-section-area .author-header .list-area ul li a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  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;
  margin-top: 16px;
}
.service10-section-area .author-header .list-area ul li a img {
  margin: 0 8px 0 0;
}

/*============= SERVICE CSS AREA ENDS===============*/
/*============= HERO CSS AREA ===============*/
.header-carousel-area3 .active .main-hero-area .header-content-area h5 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.header-carousel-area3 .active .main-hero-area .header-content-area h2 {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.header-carousel-area3 .active .main-hero-area .header-content-area p {
  transition: transform 1700ms ease, opacity 1700ms ease;
  transform: translateX(0px);
  opacity: 0.9 !important;
}
.header-carousel-area3 .active .main-hero-area .header-content-area .btn-area1 {
  transition: transform 1800ms ease, opacity 1800ms ease;
  transform: translateX(0px);
  opacity: 1;
}

.header-carousel-area3 .active .main-hero-area .auhtor-box {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 700ms;
  bottom: 50px;
}

.header-carousel-area3 .active .main-hero-area .img1 {
  transform: translateX(0);
}

.header-carousel-area3 .active .main-hero-area .bg-elements {
  transform: translateX(0);
}

.header-carousel-area3 .main-hero-area {
  position: relative;
  height: 800px; /* Same height as your pseudo-element */
  z-index: 1;
  padding: 280px 0 148px;
  overflow: hidden;
}
.header-carousel-area3 .main-hero-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-88);
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area3 .main-hero-area {
    padding: 200px 0 120px;
  }
}
@media (max-width: 767px) {
  .header-carousel-area3 .main-hero-area {
    padding: 200px 0 120px;
  }
}
.header-carousel-area3 .main-hero-area .img1 {
  position: absolute;
  margin: 2%;
  border-radius: 1%;
  top: 0;
  right: 0;
  z-index: -1;
  height:90%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50%;
  transform: translateX(200px);
  transition: transform 8000ms ease, opacity 2400ms ease-in;
  z-index: -1;
  overflow: hidden;
  
}
@media (max-width: 767px) {
  .header-carousel-area3 .main-hero-area .img1 {
    width: 100%;
    transform: translateX(0);
  }
}
.header-carousel-area3 .main-hero-area .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-8);
  opacity: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .header-carousel-area3 .main-hero-area .img1::after {
    opacity: 0.7;
  }
}
.header-carousel-area3 .main-hero-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-carousel-area3 .main-hero-area .bg-elements {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  transform: translateX(500px);
  transition: transform 8000ms ease, opacity 2400ms ease-in;
}
.header-carousel-area3 .main-hero-area .bg-elements img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .header-carousel-area3 .main-hero-area .bg-elements {
    display: none;
  }
}
.header-carousel-area3 .main-hero-area .header-content-area {
  position: relative;
}
.header-carousel-area3 .main-hero-area .header-content-area .elements {
  position: absolute;
  filter: brightness(0) invert(1);
  opacity: 5%;
  top: -190px;
  width: 700px;
  left: -180px;
}
.header-carousel-area3 .main-hero-area .header-content-area .elements img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-carousel-area3 .main-hero-area .header-content-area .header-heading2 {
  overflow: hidden;
}
.header-carousel-area3 .main-hero-area .header-content-area h5 {
  transition: transform 1200ms ease, opacity 1500ms ease;
  transform: translateX(-600px);
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.header-carousel-area3 .main-hero-area .header-content-area h2 {
  overflow: hidden;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-800px);
  position: relative;
  opacity: 0;
  font-family: var(--ztc-family-font2) !important;
  font-weight: var(--ztc-weight-bold);
}
.header-carousel-area3 .main-hero-area .header-content-area p {
  overflow: hidden;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-900px);
  position: relative;
  opacity: 0 !important;
}
.header-carousel-area3 .main-hero-area .header-content-area .btn-area1 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-1000px);
  position: relative;
  opacity: 0;
}
.header-carousel-area3 .main-hero-area .header-content-area .btn-area1 .popup-youtube {
  padding-left: 16px;
}
@media (max-width: 767px) {
  .header-carousel-area3 .main-hero-area .header-content-area .btn-area1 .popup-youtube {
    padding-left: 16px;
    padding-top: 20px;
  }
}
.header-carousel-area3 .main-hero-area .header-content-area .btn-area1 .popup-youtube span.play-btn {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-10);
  position: relative;
  z-index: 1;
}
.header-carousel-area3 .main-hero-area .header-content-area .btn-area1 .popup-youtube span.play-btn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 18px;
  top: 18px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
  display: inline-block;
}
.header-carousel-area3 .main-hero-area .header-content-area .btn-area1 .popup-youtube span.text {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  padding-left: 10px;
}
.header-carousel-area3 .main-hero-area .auhtor-box {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 1;
  border-radius: 120px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform-origin: bottom;
  transition: all 1000ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area3 .main-hero-area .auhtor-box {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-carousel-area3 .main-hero-area .auhtor-box {
    display: none;
  }
}
.header-carousel-area3 .main-hero-area .auhtor-box .others-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 14px 20px;
}
.header-carousel-area3 .main-hero-area .auhtor-box .others-box .img3 {
  position: relative;
  z-index: 1;
}
.header-carousel-area3 .main-hero-area .auhtor-box .others-box .img3 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-carousel-area3 .main-hero-area .auhtor-box .others-box .text {
  padding-left: 20px;
}
.header-carousel-area3 .main-hero-area .auhtor-box .others-box .text h3 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
}
.header-carousel-area3 .main-hero-area .auhtor-box .others-box .text p {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
}
.header-carousel-area3 .owl-nav {
  position: absolute;
  display:none;
  right: 50px;
  top: 38%;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area3 .owl-nav {
    position: absolute;
    bottom: 190px;
    right: inherit;
    left: 45%;
    top: inherit;
  }
}
@media (max-width: 767px) {
  .header-carousel-area3 .owl-nav {
    position: absolute;
    bottom: 220px;
    right: inherit;
    left: 37%;
    top: inherit;
  }
}
.header-carousel-area3 .owl-nav button {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  background: var(--ztc-text-text-1) !important;
  border-radius: 50%;
  display: block;
  transition: all 0.4s;
  color: var(--ztc-text-text-10) !important;
  font-size: var(--ztc-font-size-font-s20);
}
.header-carousel-area3 .owl-nav button:hover {
  background: #004d40 !important;
  color: white !important;
  transition: all 0.4s;
}
.header-carousel-area3 .owl-nav button.owl-next {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area3 .owl-nav button.owl-next {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .header-carousel-area3 .owl-nav button.owl-next {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area3 .owl-nav button {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .header-carousel-area3 .owl-nav button {
    display: inline-block;
  }
}

.header-carousel-area2 .active .main-hero-area .header-boxarea {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1200ms;
}

.header-carousel-area2 .active .main-hero-area .auhtor-box {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 700ms;
  bottom: 50px;
}

.header-carousel-area2 .active .main-hero-area .img1 {
  transform: scale(1.2);
}

.header-carousel-area2 .active .main-hero-area .bg-elements {
  transform: translateX(0);
}

.header-carousel-area2 .main-hero-area {
  position: relative;
  z-index: 1;
  padding: 430px 0 60px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area2 .main-hero-area {
    padding: 200px 0 120px;
  }
}
@media (max-width: 767px) {
  .header-carousel-area2 .main-hero-area {
    padding: 200px 0 120px;
  }
}
.header-carousel-area2 .main-hero-area .img1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: transform 8000ms ease, opacity 2400ms ease-in;
  z-index: -1;
}
.header-carousel-area2 .main-hero-area .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-2);
  opacity: 0.2;
  z-index: 1;
}
@media screen and (min-width: 2000px) {
  .header-carousel-area2 .main-hero-area .img1 {
    width: 100%;
  }
}
.header-carousel-area2 .main-hero-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-carousel-area2 .main-hero-area .bg-elements {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  transform: translateX(500px);
  transition: transform 8000ms ease, opacity 2400ms ease-in;
}
.header-carousel-area2 .main-hero-area .bg-elements img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .header-carousel-area2 .main-hero-area .bg-elements {
    display: none;
  }
}
.header-carousel-area2 .main-hero-area .header-boxarea {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  border-radius: 16px;
  padding: 48px 80px 48px 48px;
  position: relative;
  position: relative;
  display: block;
  overflow: hidden;
  transform: scale(0);
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform-origin: bottom;
  transition: all 2000ms ease;
}
@media (max-width: 767px) {
  .header-carousel-area2 .main-hero-area .header-boxarea {
    padding: 30px;
  }
}
.header-carousel-area2 .main-hero-area .header-boxarea h5 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}
@media (max-width: 767px) {
  .header-carousel-area2 .main-hero-area .header-boxarea h5 {
    display: flex;
    align-items: center;
  }
}
.header-carousel-area2 .main-hero-area .header-boxarea h5 span {
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  display: inline-block;
  margin: 5px 6px 0 0;
  position: relative;
  top: 5px;
}
@media (max-width: 767px) {
  .header-carousel-area2 .main-hero-area .header-boxarea h5 span {
    display: block;
    margin: 0 6px 0 0;
  }
}
.header-carousel-area2 .main-hero-area .header-boxarea h5 span img {
  height: 14px;
  width: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  margin: 0 auto;
  margin-top: 5px;
  position: relative;
  filter: brightness(0) invert(1);
}
.header-carousel-area2 .main-hero-area .header-boxarea h2 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 54px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .header-carousel-area2 .main-hero-area .header-boxarea h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.header-carousel-area2 .main-hero-area .header-boxarea p {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}
.header-carousel-area2 .main-hero-area .header-boxarea p s {
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-5);
}
.header-carousel-area2 .main-hero-area .auhtor-box {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 1;
  border-radius: 120px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform-origin: bottom;
  transition: all 1000ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area2 .main-hero-area .auhtor-box {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-carousel-area2 .main-hero-area .auhtor-box {
    display: none;
  }
}
.header-carousel-area2 .main-hero-area .auhtor-box .others-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 14px 20px;
}
.header-carousel-area2 .main-hero-area .auhtor-box .others-box .img3 {
  position: relative;
  z-index: 1;
}
.header-carousel-area2 .main-hero-area .auhtor-box .others-box .img3 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-carousel-area2 .main-hero-area .auhtor-box .others-box .text {
  padding-left: 20px;
}
.header-carousel-area2 .main-hero-area .auhtor-box .others-box .text h3 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
}
.header-carousel-area2 .main-hero-area .auhtor-box .others-box .text p {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
}
.header-carousel-area2 .owl-nav {
  position: absolute;
  right: 50px;
  top: 42%;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area2 .owl-nav {
    position: absolute;
    bottom: 210px;
    right: inherit;
    left: 45%;
    top: inherit;
  }
}
@media (max-width: 767px) {
  .header-carousel-area2 .owl-nav {
    position: absolute;
    bottom: 265px;
    right: inherit;
    left: 37%;
    top: inherit;
  }
}
.header-carousel-area2 .owl-nav button {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  background: var(--ztc-text-text-1) !important;
  border-radius: 50%;
  display: block;
  transition: all 0.4s;
  color: var(--ztc-text-text-7) !important;
  font-size: var(--ztc-font-size-font-s20);
}
.header-carousel-area2 .owl-nav button:hover {
  background: var(--ztc-bg-bg-6) !important;
  color: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
}
.header-carousel-area2 .owl-nav button.owl-next {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area2 .owl-nav button.owl-next {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .header-carousel-area2 .owl-nav button.owl-next {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area2 .owl-nav button {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .header-carousel-area2 .owl-nav button {
    display: inline-block;
  }
}

.header-carousel-area .active .main-hero-area .header-boxarea {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1200ms;
}

.header-carousel-area .active .main-hero-area .auhtor-box {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 700ms;
  margin-bottom: 0;
}

.header-carousel-area .active .main-hero-area .img1 {
  transform: scale(1.2);
}

.header-carousel-area .active .main-hero-area .img2 {
  transform: translateX(0);
}

.header-carousel-area .main-hero-area {
  position: relative;
  z-index: 1;
  padding: 430px 0 60px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area .main-hero-area {
    padding: 430px 0 120px;
  }
}
@media (max-width: 767px) {
  .header-carousel-area .main-hero-area {
    padding: 430px 0 120px;
  }
}
.header-carousel-area .main-hero-area .img1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: transform 8000ms ease, opacity 2400ms ease-in;
  z-index: -1;
}
.header-carousel-area .main-hero-area .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-2);
  opacity: 0.2;
  z-index: 1;
}
@media screen and (min-width: 2000px) {
  .header-carousel-area .main-hero-area .img1 {
    width: 100%;
  }
}
.header-carousel-area .main-hero-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-carousel-area .main-hero-area .img2 {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  transform: translateX(100px);
  transition: transform 8000ms ease, opacity 2400ms ease-in;
}
.header-carousel-area .main-hero-area .img2::after {
  position: absolute;
  content: "";
  height: 139%;
  width: 10px;
  background: #fff;
  z-index: 1;
  left: 340px;
  top: -144px;
  transform: rotate(30deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area .main-hero-area .img2::after {
    left: 230px;
  }
}
.header-carousel-area .main-hero-area .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .header-carousel-area .main-hero-area .img2 {
    display: none;
  }
}
.header-carousel-area .main-hero-area .header-boxarea {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  border-radius: 16px;
  padding: 48px 80px 48px 48px;
  position: relative;
  position: relative;
  display: block;
  overflow: hidden;
  transform: scale(0);
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform-origin: bottom;
  transition: all 2000ms ease;
}
@media (max-width: 767px) {
  .header-carousel-area .main-hero-area .header-boxarea {
    padding: 30px;
  }
}
.header-carousel-area .main-hero-area .header-boxarea h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}
@media (max-width: 767px) {
  .header-carousel-area .main-hero-area .header-boxarea h5 {
    display: flex;
    align-items: center;
  }
}
.header-carousel-area .main-hero-area .header-boxarea h5 span {
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(147, 195, 13, 0.2);
  display: inline-block;
  margin: -3px 6px 0 0;
}
@media (max-width: 767px) {
  .header-carousel-area .main-hero-area .header-boxarea h5 span {
    display: block;
    margin: 0 6px 0 0;
  }
}
.header-carousel-area .main-hero-area .header-boxarea h5 span img {
  height: 14px;
  width: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}
.header-carousel-area .main-hero-area .header-boxarea h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 54px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .header-carousel-area .main-hero-area .header-boxarea h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.header-carousel-area .main-hero-area .header-boxarea p {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}
.header-carousel-area .main-hero-area .header-boxarea p s {
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
}
.header-carousel-area .main-hero-area .auhtor-box {
  position: absolute;
  top: 38%;
  left: 63%;
  z-index: 1;
  border-radius: 120px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  overflow: hidden;
  margin-bottom: 100px;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform-origin: bottom;
  transition: all 1000ms ease;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .header-carousel-area .main-hero-area .auhtor-box {
    left: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area .main-hero-area .auhtor-box {
    top: 30%;
    left: 30%;
  }
}
@media (max-width: 767px) {
  .header-carousel-area .main-hero-area .auhtor-box {
    top: 30%;
    left: 7%;
  }
}
.header-carousel-area .main-hero-area .auhtor-box .others-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 14px 20px;
}
.header-carousel-area .main-hero-area .auhtor-box .others-box .img3 {
  position: relative;
  z-index: 1;
}
.header-carousel-area .main-hero-area .auhtor-box .others-box .img3 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-carousel-area .main-hero-area .auhtor-box .others-box .text {
  padding-left: 20px;
}
.header-carousel-area .main-hero-area .auhtor-box .others-box .text 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-regular);
  line-height: 24px;
  display: inline-block;
}
.header-carousel-area .main-hero-area .auhtor-box .others-box .text p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
}
.header-carousel-area .owl-nav {
  position: absolute;
  right: 50px;
  top: 42%;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area .owl-nav {
    position: absolute;
    bottom: -25px;
    right: inherit;
    left: 45%;
    top: inherit;
  }
}
@media (max-width: 767px) {
  .header-carousel-area .owl-nav {
    position: absolute;
    bottom: 30px;
    right: inherit;
    left: 37%;
    top: inherit;
  }
}
.header-carousel-area .owl-nav button {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  background: var(--ztc-text-text-1) !important;
  border-radius: 50%;
  display: block;
  transition: all 0.4s;
  color: var(--ztc-text-text-4) !important;
  font-size: var(--ztc-font-size-font-s20);
}
.header-carousel-area .owl-nav button:hover {
  background: var(--ztc-text-text-4) !important;
  color: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
}
.header-carousel-area .owl-nav button.owl-next {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area .owl-nav button.owl-next {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .header-carousel-area .owl-nav button.owl-next {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area .owl-nav button {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .header-carousel-area .owl-nav button {
    display: inline-block;
  }
}

.header-carousel-area4 .active .main-hero-area .header4-content-area h5 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.header-carousel-area4 .active .main-hero-area .header4-content-area h2 {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.header-carousel-area4 .active .main-hero-area .header4-content-area p {
  transition: transform 1700ms ease, opacity 1700ms ease;
  transform: translateX(0px);
  opacity: 0.9 !important;
}
.header-carousel-area4 .active .main-hero-area .header4-content-area .btn-area1 {
  transition: transform 1800ms ease, opacity 1800ms ease;
  transform: translateX(0px);
  opacity: 1;
}

.header-carousel-area4 .active .main-hero-area .img1-area {
  transform: translateX(0);
  opacity: 1;
}

.header-carousel-area4 .active .main-hero-area .img2-area {
  transform: translateX(0);
  opacity: 1;
}

.header-carousel-area4 .active .main-hero-area .img3-area {
  transform: translateX(0);
  opacity: 1;
}

.header-carousel-area4 {
  background: var(--ztc-bg-bg-4);
  position: relative;
}
.header-carousel-area4 .main-hero-area {
  position: relative;
  z-index: 1;
  padding: 220px 0 120px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header-carousel-area4 .main-hero-area {
    padding: 160px 0 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area4 .main-hero-area {
    padding: 160px 0 120px;
  }
}
@media (max-width: 767px) {
  .header-carousel-area4 .main-hero-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-4);
    opacity: 0.7;
    transition: all 0.4s;
    z-index: 3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area4 .main-hero-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-4);
    opacity: 0.7;
    transition: all 0.4s;
    z-index: 3;
  }
}
.header-carousel-area4 .main-hero-area .img1-area {
  position: absolute;
  right: 355px;
  top: -100px;
  height: 130%;
  width: 650px;
  z-index: 1;
  opacity: 0;
  transform: translateX(100px);
  transform-origin: bottom;
  transition: all 2000ms ease;
}
@media xxl {
  .header-carousel-area4 .main-hero-area .img1-area {
    right: 361px;
    top: -107px;
    height: 130%;
    width: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area4 .main-hero-area .img1-area {
    right: 250px;
  }
}
.header-carousel-area4 .main-hero-area .img1-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-carousel-area4 .main-hero-area .img2-area {
  position: absolute;
  right: 26px;
  top: -95px;
  height: 130%;
  width: 650px;
  z-index: 2;
  transform: translateX(150px);
  transform-origin: bottom;
  transition: all 2000ms ease;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-carousel-area4 .main-hero-area .img2-area {
    right: 26px;
    top: -95px;
    height: 130%;
    width: 650px;
  }
}
@media (max-width: 767px) {
  .header-carousel-area4 .main-hero-area .img2-area {
    right: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area4 .main-hero-area .img2-area {
    right: -25px;
  }
}
.header-carousel-area4 .main-hero-area .img2-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-carousel-area4 .main-hero-area .img3-area {
  position: absolute;
  right: -300px;
  height: 130%;
  top: -120px;
  width: 650px;
  z-index: 3;
  transform: translateX(200px);
  transform-origin: bottom;
  transition: all 2000ms ease;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-carousel-area4 .main-hero-area .img3-area {
    right: -300px;
    height: 130%;
    top: -120px;
    width: 650px;
  }
}
@media (max-width: 767px) {
  .header-carousel-area4 .main-hero-area .img3-area {
    opacity: 0.3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area4 .main-hero-area .img3-area {
    opacity: 0.3;
  }
}
.header-carousel-area4 .main-hero-area .img3-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-carousel-area4 .main-hero-area .header4-content-area {
  position: relative;
}
@media (max-width: 767px) {
  .header-carousel-area4 .main-hero-area .header4-content-area {
    position: relative;
    z-index: 4;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area4 .main-hero-area .header4-content-area {
    position: relative;
    z-index: 4;
  }
}
.header-carousel-area4 .main-hero-area .header4-content-area .header-heading {
  overflow: hidden;
  position: relative;
}
.header-carousel-area4 .main-hero-area .header4-content-area .elements {
  position: absolute;
  filter: brightness(0) invert(1);
  opacity: 5%;
  top: -190px;
  width: 700px;
  left: -180px;
}
.header-carousel-area4 .main-hero-area .header4-content-area .elements img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-carousel-area4 .main-hero-area .header4-content-area .header-heading2 {
  overflow: hidden;
}
.header-carousel-area4 .main-hero-area .header4-content-area h5 {
  transition: transform 1200ms ease, opacity 1500ms ease;
  transform: translateX(-600px);
  opacity: 0;
  position: relative;
  overflow: hidden;
  height: auto;
}
.header-carousel-area4 .main-hero-area .header4-content-area h2 {
  overflow: hidden;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-800px);
  position: relative;
  opacity: 0;
  height: auto;
}
.header-carousel-area4 .main-hero-area .header4-content-area p {
  overflow: hidden;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-900px);
  position: relative;
  opacity: 0 !important;
  height: auto;
}
.header-carousel-area4 .main-hero-area .header4-content-area .btn-area1 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-1000px);
  position: relative;
  opacity: 0;
  height: auto;
}
.header-carousel-area4 .main-hero-area .header4-content-area .btn-area1 .popup-youtube {
  padding-left: 16px;
}
@media (max-width: 767px) {
  .header-carousel-area4 .main-hero-area .header4-content-area .btn-area1 .popup-youtube {
    padding-left: 16px;
    padding-top: 20px;
  }
}
.header-carousel-area4 .main-hero-area .header4-content-area .btn-area1 .popup-youtube span.play-btn {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-12);
  position: relative;
  z-index: 1;
}
.header-carousel-area4 .main-hero-area .header4-content-area .btn-area1 .popup-youtube span.play-btn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 18px;
  top: 18px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
  display: inline-block;
}
.header-carousel-area4 .main-hero-area .header4-content-area .btn-area1 .popup-youtube span.text {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  padding-left: 10px;
}
.header-carousel-area4 .owl-nav {
  position: absolute;
  right: 50px;
  top: 45%;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area4 .owl-nav {
    position: absolute;
    bottom: 50px;
    right: inherit;
    left: 45%;
    top: inherit;
  }
}
@media (max-width: 767px) {
  .header-carousel-area4 .owl-nav {
    position: absolute;
    bottom: 30px;
    right: inherit;
    left: 37%;
    top: inherit;
  }
}
.header-carousel-area4 .owl-nav button {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  background: var(--ztc-text-text-1) !important;
  border-radius: 50%;
  display: block;
  transition: all 0.4s;
  color: var(--ztc-text-text-12) !important;
  font-size: var(--ztc-font-size-font-s20);
}
.header-carousel-area4 .owl-nav button:hover {
  background: var(--ztc-text-text-12) !important;
  color: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
}
.header-carousel-area4 .owl-nav button.owl-next {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area4 .owl-nav button.owl-next {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .header-carousel-area4 .owl-nav button.owl-next {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-area4 .owl-nav button {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .header-carousel-area4 .owl-nav button {
    display: inline-block;
  }
}

.hero5-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/all-images/hero/hero-bg-img1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 240px 0 200px;
}
@media (max-width: 767px) {
  .hero5-area {
    padding: 100px 0 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-area {
    padding: 100px 0 100px;
  }
}
.hero5-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  opacity: 70%;
  z-index: -1;
}
.hero5-area .hero-header {
  position: relative;
}
.hero5-area .hero-header form {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 170px;
  width: 100%;
  padding: 24px 32px;
  height: 64px;
}
.hero5-area .hero-header form input {
  width: 100%;
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
}
.hero5-area .hero-header form input::-moz-placeholder {
  width: 100%;
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.hero5-area .hero-header form input::placeholder {
  width: 100%;
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
}
.hero5-area .hero-header form button {
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 52px;
  border: none;
  outline: none;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
  position: absolute;
  right: 6px;
  top: 6px;
}
.hero5-area .hero-header form button:hover {
  background: var(--ztc-bg-bg-12);
  transition: all 0.4s;
}
.hero5-area .header-boxarea {
  background: var(--ztc-bg-bg-1);
  padding: 32px;
  border-radius: 16px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero5-area .header-boxarea {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-area .header-boxarea {
    margin-top: 30px;
  }
}
.hero5-area .header-boxarea h4 {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  transition: all 0.4s;
}
.hero5-area .header-boxarea h4 s {
  padding-left: 11px;
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  text-decoration-line: strikethrough;
}
.hero5-area .header-boxarea h3 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  transition: all 0.4s;
}
.hero5-area .header-boxarea p {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E7E7E8;
}
.hero5-area .header-boxarea .box-lists {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero5-area .header-boxarea .box-lists ul li {
  display: inline-block;
}
.hero5-area .header-boxarea .box-lists ul li a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: inline-block;
  opacity: 80%;
}
.hero5-area .header-boxarea .box-lists ul li a img {
  margin: -3px 4px 0 0;
  opacity: 80%;
}
.hero5-area .header-boxarea .box-lists ul li span {
  margin: 0 8px;
  display: inline-block;
  transition: all 0.4s;
  color: #E7E7E8;
}
.hero5-area .header-boxarea .box-lists a.heart {
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 30px;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
}
.hero5-area .header-boxarea .box-lists a.heart:hover {
  background: var(--ztc-bg-bg-12);
  transition: all 0.4s;
}
.hero5-area .header-boxarea .box-lists a.heart.active {
  background: var(--ztc-bg-bg-12);
  transition: all 0.4s;
}

.header-slick-slider {
  position: relative;
}
.header-slick-slider .hero6-main-area.slick-slide.slick-active .bg-img1 img {
  transform: scale(1.2);
}
.header-slick-slider .hero6-main-area.slick-slide.slick-active .hero-boxarea {
  transform: translateY(0);
  opacity: 1;
}
.header-slick-slider .hero6-main-area {
  position: relative;
  z-index: 1;
}
.header-slick-slider .hero6-main-area .bg-img1 {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.8s ease-in-out;
  overflow: hidden;
}
.header-slick-slider .hero6-main-area .bg-img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-12);
  opacity: 0.6;
}
.header-slick-slider .hero6-main-area .bg-img1 img {
  height: 900px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 7000ms ease, opacity 7000ms ease-in;
}
@media (max-width: 767px) {
  .header-slick-slider .hero6-main-area .bg-img1 img {
    height: 600px;
  }
}
.header-slick-slider .hero6-main-area .hero-boxarea {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  border-radius: 16px;
  padding: 48px 48px 48px 48px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  display: inline-block;
  margin-top: -200px;
  transform: translateY(200px);
  transition: transform 5s ease, opacity 1500ms ease-in;
  opacity: 0;
}
@media (max-width: 767px) {
  .header-slick-slider .hero6-main-area .hero-boxarea {
    padding: 30px;
  }
}
.header-slick-slider .hero6-main-area .hero-boxarea h5 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}
@media (max-width: 767px) {
  .header-slick-slider .hero6-main-area .hero-boxarea h5 {
    display: flex;
    align-items: center;
  }
}
.header-slick-slider .hero6-main-area .hero-boxarea h5 span {
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-13);
  display: inline-block;
  margin: 5px 6px 0 0;
}
@media (max-width: 767px) {
  .header-slick-slider .hero6-main-area .hero-boxarea h5 span {
    display: block;
    margin: 0 6px 0 0;
  }
}
.header-slick-slider .hero6-main-area .hero-boxarea h5 span img {
  height: 14px;
  width: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  margin: 0 auto;
  margin-top: -3px;
  filter: brightness(0) invert(1);
  display: inline-block;
}
.header-slick-slider .hero6-main-area .hero-boxarea h2 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 54px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .header-slick-slider .hero6-main-area .hero-boxarea h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.header-slick-slider .hero6-main-area .hero-boxarea p {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}
.header-slick-slider .hero6-main-area .hero-boxarea p s {
  font-weight: var(--ztc-weight-semibold);
}
.header-slick-slider .hero6-main-area .hero-boxarea ul li {
  display: inline-block;
}
.header-slick-slider .hero6-main-area .hero-boxarea ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 110px;
  border: 1px solid rgba(13, 15, 24, 0.1);
  padding: 10px 16px;
  margin: 0 6px 0 0;
}
.header-slick-slider .hero6-main-area .hero-boxarea ul li a img {
  margin: -3px 4px 0 0;
  opacity: 0.6;
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.header-slick-slider .hero6-main-area .play-btn-area {
  position: absolute;
  top: 30%;
  margin-left: 60px;
}
@media (max-width: 767px) {
  .header-slick-slider .hero6-main-area .play-btn-area {
    top: 25%;
    left: 50%;
    margin-left: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-slick-slider .hero6-main-area .play-btn-area {
    top: 25%;
    left: 50%;
    margin-left: -60px;
  }
}
.header-slick-slider .hero6-main-area .play-btn-area a {
  position: relative;
}
.header-slick-slider .hero6-main-area .play-btn-area a span {
  background: rgba(255, 255, 255, 0.1);
  height: 72px;
  width: 72px;
  text-align: center;
  line-height: 72px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  transition: all 0.4s;
  position: absolute;
  top: 30px;
  left: 30px;
}
.header-slick-slider .hero6-main-area .play-btn-area a span::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 35px;
  top: 35px;
  transition: all 0.4s;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  background: var(--ztc-bg-bg-1);
  opacity: 40%;
}

.slick-button-area {
  position: absolute;
  top: 75%;
  right: 250px;
  display: flex;
  align-items: center;
  width: 432px;
}
@media (max-width: 767px) {
  .slick-button-area {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slick-button-area {
    margin-top: -100px;
    right: 140px;
  }
}
@media screen and (min-width: 2000px) {
  .slick-button-area {
    top: 60%;
  }
}
.slick-button-area .slick-dots {
  display: flex !important;
  position: absolute;
  bottom: -50px;
}
.slick-button-area .slick-dots li {
  display: inline-block;
}
.slick-button-area .slick-dots button {
  text-indent: -999999px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  height: 8px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border: none;
  outline: none;
  width: 95px;
  margin: 0 10px 0 0;
}
.slick-button-area .slick-dots li.slick-active button {
  background-color: var(--ztc-bg-bg-1);
}

.header2-slick-slider {
  position: relative;
}
.header2-slick-slider .hero6-main-area {
  position: relative;
  z-index: 1;
  padding: 200px 0 100px;
}
@media (max-width: 767px) {
  .header2-slick-slider .hero6-main-area {
    padding: 160px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header2-slick-slider .hero6-main-area {
    padding: 160px 0 60px;
  }
}
.header2-slick-slider .hero6-main-area .bg-img1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.8s ease-in-out;
  overflow: hidden;
}
.header2-slick-slider .hero6-main-area .bg-img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-12);
  opacity: 0.2;
}
.header2-slick-slider .hero6-main-area .bg-img1 img {
  height: 900px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 7000ms ease, opacity 7000ms ease-in;
}
@media (max-width: 767px) {
  .header2-slick-slider .hero6-main-area .bg-img1 img {
    height: 740px;
  }
}
.header2-slick-slider .hero6-main-area .bg-img1 video {
  height: 940px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  margin-top: -102px;
}
.header2-slick-slider .hero6-main-area .hero-boxarea {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  border-radius: 16px;
  padding: 48px 48px 48px 48px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  display: inline-block;
  margin-top: -200px;
  transform: translateY(200px);
  transition: transform 5ms ease, opacity 1500ms ease-in;
  opacity: 0;
}
@media (max-width: 767px) {
  .header2-slick-slider .hero6-main-area .hero-boxarea {
    padding: 30px;
  }
}
.header2-slick-slider .hero6-main-area .hero-boxarea h5 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}
@media (max-width: 767px) {
  .header2-slick-slider .hero6-main-area .hero-boxarea h5 {
    display: flex;
    align-items: center;
  }
}
.header2-slick-slider .hero6-main-area .hero-boxarea h5 span {
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-13);
  display: inline-block;
  margin: 5px 6px 0 0;
}
@media (max-width: 767px) {
  .header2-slick-slider .hero6-main-area .hero-boxarea h5 span {
    display: block;
    margin: 0 6px 0 0;
  }
}
.header2-slick-slider .hero6-main-area .hero-boxarea h5 span img {
  height: 14px;
  width: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  margin: 0 auto;
  margin-top: -3px;
  filter: brightness(0) invert(1);
  display: inline-block;
}
.header2-slick-slider .hero6-main-area .hero-boxarea h2 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 54px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .header2-slick-slider .hero6-main-area .hero-boxarea h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.header2-slick-slider .hero6-main-area .hero-boxarea p {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}
.header2-slick-slider .hero6-main-area .hero-boxarea p s {
  font-weight: var(--ztc-weight-semibold);
}
.header2-slick-slider .hero6-main-area .hero-boxarea ul li {
  display: inline-block;
}
.header2-slick-slider .hero6-main-area .hero-boxarea ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 110px;
  border: 1px solid rgba(13, 15, 24, 0.1);
  padding: 10px 16px;
  margin: 0 6px 0 0;
}
.header2-slick-slider .hero6-main-area .hero-boxarea ul li a img {
  margin: -3px 4px 0 0;
  opacity: 0.6;
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.header2-slick-slider .hero6-main-area .header-contact-box {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 32px;
  position: relative;
  z-index: 2;
}
.header2-slick-slider .hero6-main-area .header-contact-box h3 {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}
.header2-slick-slider .hero6-main-area .header-contact-box .input-area input {
  width: 100%;
  background: #F3F3F3;
  padding: 24px 20px;
  height: 64px;
  border-radius: 8px;
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.header2-slick-slider .hero6-main-area .header-contact-box .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-26);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.header2-slick-slider .hero6-main-area .header-contact-box .input-area input::placeholder {
  color: var(--ztc-text-text-26);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.header2-slick-slider .hero6-main-area .header-contact-box .input-area textarea {
  width: 100%;
  background: #F3F3F3;
  padding: 24px 20px;
  height: 140px;
  border-radius: 8px;
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.header2-slick-slider .hero6-main-area .header-contact-box .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-26);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.header2-slick-slider .hero6-main-area .header-contact-box .input-area textarea::placeholder {
  color: var(--ztc-text-text-26);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.header2-slick-slider .hero6-main-area .header-contact-box .input-area button {
  border: none;
  outline: none;
}

.header3-slick-slider {
  position: relative;
}
.header3-slick-slider .hero8-main-area.slick-slide.slick-active .bg-img1 img {
  transform: scale(1.2);
}
.header3-slick-slider .hero8-main-area.slick-slide.slick-active .hero-boxarea {
  transform: translateY(0);
  opacity: 1;
}
.header3-slick-slider .hero8-main-area {
  position: relative;
  z-index: 1;
}
.header3-slick-slider .hero8-main-area .bg-img1 {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.8s ease-in-out;
  overflow: hidden;
}
.header3-slick-slider .hero8-main-area .bg-img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-12);
  opacity: 0.2;
}
.header3-slick-slider .hero8-main-area .bg-img1 img {
  height: 900px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 7000ms ease, opacity 7000ms ease-in;
}
@media (max-width: 767px) {
  .header3-slick-slider .hero8-main-area .bg-img1 img {
    height: 740px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header3-slick-slider .hero8-main-area .bg-img1 img {
    height: 600px;
  }
}
.header3-slick-slider .hero8-main-area .play-btn-area {
  position: absolute;
  top: 40%;
  margin-left: -36px;
  left: 50%;
  margin-top: -36px;
}
@media (max-width: 767px) {
  .header3-slick-slider .hero8-main-area .play-btn-area {
    top: 20%;
    left: 50%;
    margin-left: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header3-slick-slider .hero8-main-area .play-btn-area {
    top: 35%;
    left: 50%;
    margin-left: -60px;
  }
}
.header3-slick-slider .hero8-main-area .play-btn-area a {
  position: relative;
}
.header3-slick-slider .hero8-main-area .play-btn-area a span {
  background: rgba(255, 255, 255, 0.1);
  height: 72px;
  width: 72px;
  text-align: center;
  line-height: 72px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  transition: all 0.4s;
  position: absolute;
  top: 30px;
  left: 30px;
}
.header3-slick-slider .hero8-main-area .play-btn-area a span::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 35px;
  top: 35px;
  transition: all 0.4s;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  background: var(--ztc-bg-bg-1);
  opacity: 40%;
}

.slick3-button-area {
  position: absolute;
  bottom: -65px;
  right: inherit;
  align-items: center;
  width: 970px;
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  border-radius: 4px;
  margin-left: -485px;
  left: 50%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slick3-button-area {
    bottom: -158px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slick3-button-area {
    width: 700px;
    left: 50%;
    margin-left: -350px;
    bottom: 140px;
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 767px) {
  .slick3-button-area {
    width: 220px;
    left: 50;
    margin-left: -110px;
    bottom: 0;
    padding: 20px 20px 0 20px;
  }
}
@media screen and (min-width: 2000px) {
  .slick3-button-area {
    bottom: 168px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slick3-button-area .img1 {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  .slick3-button-area .img1 {
    margin: 0 0 20px 0;
  }
}

.hero9-section-area {
  position: relative;
  z-index: 1;
  padding: 260px 0 100px;
}
@media (max-width: 767px) {
  .hero9-section-area {
    padding: 160px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero9-section-area {
    padding: 160px 0 50px;
  }
}
.hero9-section-area .hero-header h1 {
  color: var(--ztc-text-text-23);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s72);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 72px;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero9-section-area .hero-header h1 {
    font-size: var(--ztc-font-size-font-s40);
    line-height: 42px;
  }
}
.hero9-section-area .hero-header h2 {
  color: var(--ztc-text-text-23);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s72);
  font-style: italic;
  font-weight: var(--ztc-weight-semibold);
  line-height: 72px;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero9-section-area .hero-header h2 {
    font-size: var(--ztc-font-size-font-s40);
    line-height: 42px;
  }
}
.hero9-section-area .hero-header h2 img {
  height: 112px;
  width: 176px;
  border-radius: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .hero9-section-area .hero-header h2 img {
    display: none;
  }
}
.hero9-section-area .play-btn-area {
  position: relative;
}
@media (max-width: 767px) {
  .hero9-section-area .play-btn-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero9-section-area .play-btn-area {
    margin-top: 30px;
  }
}
.hero9-section-area .play-btn-area a {
  position: relative;
}
.hero9-section-area .play-btn-area a span {
  background: var(--ztc-bg-bg-20);
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s30);
  transition: all 0.4s;
  position: absolute;
  top: -40px;
  left: 38px;
}
.hero9-section-area .play-btn-area a span::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 50px;
  top: 50px;
  transition: all 0.4s;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  background: var(--ztc-bg-bg-20);
  opacity: 40%;
}

.hero9-author-area {
  position: relative;
  z-index: 1;
}
.hero9-author-area .hero-boxarea {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  border-radius: 16px;
  padding: 48px 48px 48px 48px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  position: absolute;
  display: inline-block;
  bottom: 175px;
}
@media (max-width: 767px) {
  .hero9-author-area .hero-boxarea {
    padding: 15px;
    margin: 30px;
    bottom: 12px;
    position: absolute;
    width: 340px;
    left: -14px;
  }
}
.hero9-author-area .hero-boxarea h5 {
  color: var(--ztc-text-text-23);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}
@media (max-width: 767px) {
  .hero9-author-area .hero-boxarea h5 {
    display: flex;
    align-items: center;
  }
}
.hero9-author-area .hero-boxarea h5 span {
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-20);
  display: inline-block;
  margin: 5px 6px 0 0;
}
@media (max-width: 767px) {
  .hero9-author-area .hero-boxarea h5 span {
    display: block;
    margin: 0 6px 0 0;
  }
}
.hero9-author-area .hero-boxarea h5 span img {
  height: 14px;
  width: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  margin: 0 auto;
  margin-top: -3px;
  filter: brightness(0) invert(1);
  display: inline-block;
}
.hero9-author-area .hero-boxarea h2 {
  color: var(--ztc-text-text-23);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 54px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero9-author-area .hero-boxarea h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.hero9-author-area .hero-boxarea p {
  color: var(--ztc-text-text-23);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
}
.hero9-author-area .hero-boxarea p s {
  font-weight: var(--ztc-weight-semibold);
  margin: 0 10px 0 0;
  font-size: var(--ztc-font-size-font-s24);
  line-height: 24px;
}
.hero9-author-area .hero-boxarea ul li {
  display: inline-block;
}
.hero9-author-area .hero-boxarea ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 110px;
  border: 1px solid rgba(13, 15, 24, 0.1);
  padding: 10px 16px;
  margin: 0 6px 0 0;
}
.hero9-author-area .hero-boxarea ul li a img {
  margin: -3px 4px 0 0;
  opacity: 0.6;
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.hero9-author-area .img1 img {
  position: absolute;
  top: 0;
  width: 75%;
  height: 600px;
}
@media (max-width: 767px) {
  .hero9-author-area .img1 img {
    display: none;
  }
}
.hero9-author-area .img2 img {
  position: relative;
  margin-top: 220px;
  height: 760px;
}
@media (max-width: 767px) {
  .hero9-author-area .img2 img {
    margin-top: 0;
    width: 100%;
    height: 100%;
  }
}

.hero10-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/hero-bg7.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 100px;
}
@media (max-width: 767px) {
  .hero10-section-area {
    padding: 160px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero10-section-area {
    padding: 160px 0 60px;
  }
}
@media (max-width: 767px) {
  .hero10-section-area .hero10-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero10-section-area .hero10-header {
    margin-bottom: 30px;
  }
}
.hero10-section-area .hero10-header h5 {
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px;
  display: inline-block;
}
.hero10-section-area .hero10-header h5 i {
  margin: 0 4px 0 0;
}
.hero10-section-area .hero10-header h2 {
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 70px;
}
@media (max-width: 767px) {
  .hero10-section-area .hero10-header h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.hero10-section-area .header-contact-box {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 32px;
}
.hero10-section-area .header-contact-box h3 {
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}
.hero10-section-area .header-contact-box .input-area input {
  width: 100%;
  background: #F3F3F3;
  padding: 24px 20px;
  height: 64px;
  border-radius: 8px;
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.hero10-section-area .header-contact-box .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-26);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.hero10-section-area .header-contact-box .input-area input::placeholder {
  color: var(--ztc-text-text-26);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.hero10-section-area .header-contact-box .input-area textarea {
  width: 100%;
  background: #F3F3F3;
  padding: 24px 20px;
  height: 140px;
  border-radius: 8px;
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.hero10-section-area .header-contact-box .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-26);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.hero10-section-area .header-contact-box .input-area textarea::placeholder {
  color: var(--ztc-text-text-26);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.hero10-section-area .header-contact-box .input-area button {
  border: none;
  outline: none;
}

.inner-main-hero-area {
  position: relative;
  z-index: 1;
  padding: 238px 0 140px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-main-hero-area {
    padding: 238px 0 140px;
  }
}
@media (max-width: 767px) {
  .inner-main-hero-area {
    padding: 160px 0 60px;
  }
}
.inner-main-hero-area .img1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.inner-main-hero-area .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-7);
  opacity: 0.6;
  z-index: 1;
}
@media screen and (min-width: 2000px) {
  .inner-main-hero-area .img1 {
    width: 100%;
  }
}
.inner-main-hero-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-main-hero-area .img2 {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  width: 45%;
}
.inner-main-hero-area .img2::after {
  position: absolute;
 
  height: 139%;
  width: 10px;
  background: var(--ztc-bg-bg-1);
  z-index: 1;
  left: 340px;
  top: -144px;
  transform: rotate(30deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-main-hero-area .img2::after {
    left: 160px;
  }
}
.inner-main-hero-area .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .inner-main-hero-area .img2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-main-hero-area .img2 {
    width: 55%;
  }
}
.inner-main-hero-area .auhtor-box {
  position: absolute;
  top: 47%;
  left: 63%;
  z-index: 1;
  border-radius: 120px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  overflow: hidden;
  margin-bottom: 100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .inner-main-hero-area .auhtor-box {
    left: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-main-hero-area .auhtor-box {
    top: 50%;
    left: 55%;
  }
}
@media (max-width: 767px) {
  .inner-main-hero-area .auhtor-box {
    left: 0;
    position: relative;
    margin: 0 auto;
    top: 0;
    margin-top: 30px;
  }
}
.inner-main-hero-area .auhtor-box .others-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 14px 20px;
}
.inner-main-hero-area .auhtor-box .others-box .img3 {
  position: relative;
  z-index: 1;
}
.inner-main-hero-area .auhtor-box .others-box .img3 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-main-hero-area .auhtor-box .others-box .text {
  padding-left: 20px;
}
.inner-main-hero-area .auhtor-box .others-box .text 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-regular);
  line-height: 24px;
  display: inline-block;
}
.inner-main-hero-area .auhtor-box .others-box .text p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
}
@media (max-width: 767px) {
  .inner-main-hero-area .inner-heading {
    text-align: center;
  }
}
.inner-main-hero-area .inner-heading p a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.inner-main-hero-area .inner-heading p a i {
  margin: 0 8px;
}

/*============= HERO CSS AREA ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.mobile-header.mobile-haeder3 {
  background: var(--ztc-bg-bg-1);
  position: fixed;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.mobile-header.mobile-haeder3 .dots-menu {
  color: var(--ztc-text-text-5);
}
.mobile-header.mobile-haeder3 .mobile-logo {
  height: 60px;
  width: 270px;
}

.mobile-sidebar.mobile-sidebar3 {
  background: var(--ztc-bg-bg-1);
}
.mobile-sidebar.mobile-sidebar3 .logos {
  height: 48px;
  width: 180px;
}
.mobile-sidebar.mobile-sidebar3 .menu-close {
  color: var(--ztc-text-text-5);
}
.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-5);
}
.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-5);
}
.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2) !important;
}
.mobile-sidebar.mobile-sidebar3 .allmobilesection .header-btn3 {
  width: 100%;
  text-align: center;
  color: var(--ztc-text-text-8);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar3 .allmobilesection .header-btn3 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.mobile-sidebar.mobile-sidebar3 .allmobilesection .header-btn3:hover::after {
  width: 98%;
}
.mobile-sidebar.mobile-sidebar3 .single-footer h3 {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-8);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-bg-bg-8);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}
.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-8);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}
.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  background: var(--ztc-bg-bg-8);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}
.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.mobile-header.mobile-haeder2 {
  background: var(--ztc-bg-bg-1);
  position: fixed;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.mobile-header.mobile-haeder2 .dots-menu {
  color: var(--ztc-text-text-5);
}
.mobile-header.mobile-haeder2 .mobile-logo {
  height: 48px;
  width: 180px;
}

.mobile-sidebar.mobile-sidebar2 {
  background: var(--ztc-bg-bg-1);
}
.mobile-sidebar.mobile-sidebar2 .logos {
  height: 48px;
  width: 180px;
}
.mobile-sidebar.mobile-sidebar2 .menu-close {
  color: var(--ztc-text-text-5);
}
.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-5);
}
.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-5);
}
.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2) !important;
}
.mobile-sidebar.mobile-sidebar2 .allmobilesection .header-btn2 {
  width: 100%;
  text-align: center;
  color: var(--ztc-text-text-1);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar2 .allmobilesection .header-btn2 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.mobile-sidebar.mobile-sidebar2 .allmobilesection .header-btn2:hover::after {
  width: 98%;
}
.mobile-sidebar.mobile-sidebar2 .single-footer h3 {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-bg-bg-6);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}
.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}
.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  background: var(--ztc-bg-bg-6);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}
.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.mobile-header.mobile-haeder1 {
  background: var(--ztc-bg-bg-1);
  position: fixed;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.mobile-header.mobile-haeder1 .dots-menu {
  color: var(--ztc-text-text-2);
}
.mobile-header.mobile-haeder1 .mobile-logo {
  height: 48px;
  width: 180px;
}

.mobile-sidebar.mobile-sidebar1 {
  background: var(--ztc-bg-bg-1);
}
.mobile-sidebar.mobile-sidebar1 .logos {
  height: 48px;
  width: 180px;
}
.mobile-sidebar.mobile-sidebar1 .menu-close {
  color: var(--ztc-text-text-2);
}
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-2);
}
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-2);
}
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2) !important;
}
.mobile-sidebar.mobile-sidebar1 .allmobilesection .header-btn1 {
  width: 100%;
  text-align: center;
  color: var(--ztc-text-text-1);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar1 .allmobilesection .header-btn1 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.mobile-sidebar.mobile-sidebar1 .single-footer h3 {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.mobile-header.mobile-haeder4 {
  background: var(--ztc-bg-bg-1);
  position: fixed;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.mobile-header.mobile-haeder4 .dots-menu {
  color: var(--ztc-text-text-2);
}
.mobile-header.mobile-haeder4 .mobile-logo {
  height: 48px;
  width: 180px;
}

.mobile-sidebar.mobile-sidebar4 {
  background: var(--ztc-bg-bg-1);
}
.mobile-sidebar.mobile-sidebar4 .logos {
  height: 48px;
  width: 180px;
}
.mobile-sidebar.mobile-sidebar4 .menu-close {
  color: var(--ztc-text-text-2);
}
.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-2);
}
.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-2);
}
.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2) !important;
}
.mobile-sidebar.mobile-sidebar4 .allmobilesection .header-btn5 {
  width: 100%;
  text-align: center;
  color: var(--ztc-text-text-1);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar4 .allmobilesection .header-btn5 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.mobile-sidebar.mobile-sidebar4 .single-footer h3 {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}
.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}
.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  background: var(--ztc-bg-bg-10);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}
.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.mobile-header.mobile-haeder5 {
  background: var(--ztc-bg-bg-1);
  position: fixed;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.mobile-header.mobile-haeder5 .dots-menu {
  color: var(--ztc-text-text-16);
}
.mobile-header.mobile-haeder5 .mobile-logo {
  height: 48px;
  width: 180px;
}

.mobile-sidebar.mobile-sidebar5 {
  background: var(--ztc-bg-bg-1);
}
.mobile-sidebar.mobile-sidebar5 .logos {
  height: 48px;
  width: 180px;
}
.mobile-sidebar.mobile-sidebar5 .menu-close {
  color: var(--ztc-text-text-16);
}
.mobile-sidebar.mobile-sidebar5 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-16);
}
.mobile-sidebar.mobile-sidebar5 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-16);
}
.mobile-sidebar.mobile-sidebar5 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2) !important;
}
.mobile-sidebar.mobile-sidebar5 .allmobilesection .header-btn6 {
  width: 100%;
  text-align: center;
  color: var(--ztc-text-text-1);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar5 .allmobilesection .header-btn6 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.mobile-sidebar.mobile-sidebar5 .single-footer h3 {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-16);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}
.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}
.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}
.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.mobile-header.mobile-haeder6 {
  background: var(--ztc-bg-bg-1);
  position: fixed;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.mobile-header.mobile-haeder6 .dots-menu {
  color: var(--ztc-text-text-17);
}
.mobile-header.mobile-haeder6 .mobile-logo {
  height: 48px;
  width: 180px;
}

.mobile-sidebar.mobile-sidebar6 {
  background: var(--ztc-bg-bg-1);
}
.mobile-sidebar.mobile-sidebar6 .logos {
  height: 48px;
  width: 180px;
}
.mobile-sidebar.mobile-sidebar6 .menu-close {
  color: var(--ztc-text-text-17);
}
.mobile-sidebar.mobile-sidebar6 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-17);
}
.mobile-sidebar.mobile-sidebar6 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-17);
}
.mobile-sidebar.mobile-sidebar6 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2) !important;
}
.mobile-sidebar.mobile-sidebar6 .allmobilesection .header-btn7 {
  width: 100%;
  text-align: center;
  color: var(--ztc-text-text-1);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar6 .allmobilesection .header-btn7 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.mobile-sidebar.mobile-sidebar6 .single-footer h3 {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-17);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}
.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}
.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  background: var(--ztc-bg-bg-13);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}
.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.mobile-header.mobile-haeder7 {
  background: var(--ztc-bg-bg-1);
  position: fixed;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.mobile-header.mobile-haeder7 .dots-menu {
  color: var(--ztc-text-text-19);
}
.mobile-header.mobile-haeder7 .mobile-logo {
  height: 48px;
  width: 180px;
}

.mobile-sidebar.mobile-sidebar7 {
  background: var(--ztc-bg-bg-1);
}
.mobile-sidebar.mobile-sidebar7 .logos {
  height: 48px;
  width: 180px;
}
.mobile-sidebar.mobile-sidebar7 .menu-close {
  color: var(--ztc-text-text-19);
}
.mobile-sidebar.mobile-sidebar7 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-19);
}
.mobile-sidebar.mobile-sidebar7 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-19);
}
.mobile-sidebar.mobile-sidebar7 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2) !important;
}
.mobile-sidebar.mobile-sidebar7 .allmobilesection .header-btn8 {
  width: 100%;
  text-align: center;
  color: var(--ztc-text-text-1);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar7 .allmobilesection .header-btn8 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.mobile-sidebar.mobile-sidebar7 .single-footer h3 {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-19);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}
.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}
.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  background: var(--ztc-bg-bg-15);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}
.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.mobile-header.mobile-haeder8 {
  background: var(--ztc-bg-bg-1);
  position: fixed;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.mobile-header.mobile-haeder8 .dots-menu {
  color: var(--ztc-text-text-21);
}
.mobile-header.mobile-haeder8 .mobile-logo {
  height: 48px;
  width: 180px;
}

.mobile-sidebar.mobile-sidebar8 {
  background: var(--ztc-bg-bg-1);
}
.mobile-sidebar.mobile-sidebar8 .logos {
  height: 48px;
  width: 180px;
}
.mobile-sidebar.mobile-sidebar8 .menu-close {
  color: var(--ztc-text-text-21);
}
.mobile-sidebar.mobile-sidebar8 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-21);
}
.mobile-sidebar.mobile-sidebar8 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-21);
}
.mobile-sidebar.mobile-sidebar8 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2) !important;
}
.mobile-sidebar.mobile-sidebar8 .allmobilesection .header-btn9 {
  width: 100%;
  text-align: center;
  color: var(--ztc-text-text-1);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar8 .allmobilesection .header-btn9 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.mobile-sidebar.mobile-sidebar8 .single-footer h3 {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-21);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-21);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}
.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-21);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}
.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  background: var(--ztc-bg-bg-18);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}
.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.mobile-header.mobile-haeder9 {
  background: var(--ztc-bg-bg-1);
  position: fixed;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.mobile-header.mobile-haeder9 .dots-menu {
  color: var(--ztc-text-text-21);
}
.mobile-header.mobile-haeder9 .mobile-logo {
  height: 48px;
  width: 180px;
}

.mobile-sidebar.mobile-sidebar9 {
  background: var(--ztc-bg-bg-1);
}
.mobile-sidebar.mobile-sidebar9 .logos {
  height: 48px;
  width: 180px;
}
.mobile-sidebar.mobile-sidebar9 .menu-close {
  color: var(--ztc-text-text-23);
}
.mobile-sidebar.mobile-sidebar9 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-23);
}
.mobile-sidebar.mobile-sidebar9 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-23);
}
.mobile-sidebar.mobile-sidebar9 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-text-text-23);
  font-family: var(--ztc-family-font2) !important;
}
.mobile-sidebar.mobile-sidebar9 .allmobilesection .header-btn10 {
  width: 100%;
  text-align: center;
  color: var(--ztc-text-text-1);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar9 .allmobilesection .header-btn10 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.mobile-sidebar.mobile-sidebar9 .single-footer h3 {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-23);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}
.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}
.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  background: var(--ztc-bg-bg-20);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}
.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.mobile-header.mobile-haeder10 {
  background: var(--ztc-bg-bg-1);
  position: fixed;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.mobile-header.mobile-haeder10 .dots-menu {
  color: var(--ztc-text-text-21);
}
.mobile-header.mobile-haeder10 .mobile-logo {
  height: 48px;
  width: 180px;
}

.mobile-sidebar.mobile-sidebar10 {
  background: var(--ztc-bg-bg-1);
}
.mobile-sidebar.mobile-sidebar10 .logos {
  height: 48px;
  width: 180px;
}
.mobile-sidebar.mobile-sidebar10 .menu-close {
  color: var(--ztc-text-text-25);
}
.mobile-sidebar.mobile-sidebar10 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-25);
}
.mobile-sidebar.mobile-sidebar10 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-25);
}
.mobile-sidebar.mobile-sidebar10 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2) !important;
}
.mobile-sidebar.mobile-sidebar10 .allmobilesection .header-btn11 {
  width: 100%;
  text-align: center;
  color: var(--ztc-text-text-1);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar10 .allmobilesection .header-btn11 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.mobile-sidebar.mobile-sidebar10 .single-footer h3 {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-25);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-25);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}
.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-25);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}
.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  background: var(--ztc-bg-bg-22);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}
.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

/*============= MOBILE MENU CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
.blog-section-area {
  position: relative;
  z-index: 1;
}
.blog-section-area .blog-boxarea {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.blog-section-area .blog-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.blog-section-area .blog-boxarea .img1 {
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.4s;
}
.blog-section-area .blog-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.blog-section-area .blog-boxarea .content-area {
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  transition: all 0.4s;
  position: relative;
  padding: 10px 19px;
  margin-left: 40px;
  margin-right: 20px;
  margin-top: -70px;
}
.align{
  width:60%;
  height:40%;
  margin-left: 80px !important;
}
.blog-section-area .blog-boxarea .content-area ul li {
  display: inline-block;
}
.blog-section-area .blog-boxarea .content-area ul li a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  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;
}
.blog-section-area .blog-boxarea .content-area ul li a img {
  margin: -5px 4px 0 0;
}
.blog-section-area .blog-boxarea .content-area ul li span {
  color: #CDCDD0;
  display: inline-block;
  transition: all 0.4s;
  margin: 0 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-section-area .blog-boxarea .content-area ul li span {
    margin: 0 8px;
  }
}
.blog-section-area .blog-boxarea .content-area a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
  transition: all 0.4s;
}
.blog-section-area .blog-boxarea .content-area a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}
.blog-section-area .blog-boxarea .content-area a.readmore {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: block;
  transition: all 0.4s;
}
.blog-section-area .blog-boxarea .content-area a.readmore:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}
.blog-section-area .blog-boxarea .content-area a.readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.blog3-section-area {
  position: relative;
  z-index: 1;
 /* padding-top: 7%; */
}
-section-area .blog-boxarea {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.blog3-section-area .blog-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.blog3-section-area .blog-boxarea .img1 {
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.4s;
}
.blog3-section-area .blog-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.blog3-section-area .blog-boxarea .content-area {
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  /* background: #479090; */
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  transition: all 0.4s;
  position: relative;
  padding: 32px 24px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -110px;
}
.blog3-section-area .blog-boxarea .content-area ul li {
  display: inline-block;
}
.blog3-section-area .blog-boxarea .content-area ul li a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  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;
}
.blog3-section-area .blog-boxarea .content-area ul li a img {
  margin: -5px 4px 0 0;
}
.blog3-section-area .blog-boxarea .content-area ul li span {
  color: #CDCDD0;
  display: inline-block;
  transition: all 0.4s;
  margin: 0 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog3-section-area .blog-boxarea .content-area ul li span {
    margin: 0 8px;
  }
}
.blog3-section-area .blog-boxarea .content-area a {
  color: var(--ztc-text-text-8);
  /* font-family: var(--ztc-family-font2); */
  font-family:Poppins, sans-serif;
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
  transition: all 0.4s;
}
.blog3-section-area .blog-boxarea .content-area a:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
.blog3-section-area .blog-boxarea .content-area a.readmore {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: block;
  transition: all 0.4s;
}
.blog3-section-area .blog-boxarea .content-area a.readmore:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
.blog3-section-area .blog-boxarea .content-area a.readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.blog5-section-area {
  position: relative;
  z-index: 1;
}
.blog5-section-area .blog-boxarea {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.blog5-section-area .blog-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.blog5-section-area .blog-boxarea .img1 {
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.4s;
}
.blog5-section-area .blog-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.blog5-section-area .blog-boxarea .content-area {
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  transition: all 0.4s;
  position: relative;
  padding: 32px 24px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -110px;
}
.blog5-section-area .blog-boxarea .content-area ul li {
  display: inline-block;
}
.blog5-section-area .blog-boxarea .content-area ul li a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  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;
}
.blog5-section-area .blog-boxarea .content-area ul li a img {
  margin: -5px 4px 0 0;
}
.blog5-section-area .blog-boxarea .content-area ul li span {
  color: #CDCDD0;
  display: inline-block;
  transition: all 0.4s;
  margin: 0 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog5-section-area .blog-boxarea .content-area ul li span {
    margin: 0 6px;
  }
}
.blog5-section-area .blog-boxarea .content-area a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
  transition: all 0.4s;
}
.blog5-section-area .blog-boxarea .content-area a:hover {
  color: var(--ztc-text-text-15);
  transition: all 0.4s;
}
.blog5-section-area .blog-boxarea .content-area a.readmore {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: block;
  transition: all 0.4s;
}
.blog5-section-area .blog-boxarea .content-area a.readmore:hover {
  color: var(--ztc-text-text-15);
  transition: all 0.4s;
}
.blog5-section-area .blog-boxarea .content-area a.readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.blog6-section-area {
  position: relative;
  z-index: 1;
}
.blog6-section-area .blog-boxarea {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.blog6-section-area .blog-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.blog6-section-area .blog-boxarea .img1 {
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.4s;
}
.blog6-section-area .blog-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.blog6-section-area .blog-boxarea .content-area {
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  transition: all 0.4s;
  position: relative;
  padding: 32px 24px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -110px;
}
.blog6-section-area .blog-boxarea .content-area ul li {
  display: inline-block;
}
.blog6-section-area .blog-boxarea .content-area ul li a {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  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;
}
.blog6-section-area .blog-boxarea .content-area ul li a img {
  margin: -5px 4px 0 0;
}
.blog6-section-area .blog-boxarea .content-area ul li span {
  color: #CDCDD0;
  display: inline-block;
  transition: all 0.4s;
  margin: 0 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog6-section-area .blog-boxarea .content-area ul li span {
    margin: 0 8px;
  }
}
.blog6-section-area .blog-boxarea .content-area a {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
  transition: all 0.4s;
}
.blog6-section-area .blog-boxarea .content-area a:hover {
  color: var(--ztc-text-text-18);
  transition: all 0.4s;
}
.blog6-section-area .blog-boxarea .content-area a.readmore {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: block;
  transition: all 0.4s;
}
.blog6-section-area .blog-boxarea .content-area a.readmore:hover {
  color: var(--ztc-text-text-18);
  transition: all 0.4s;
}
.blog6-section-area .blog-boxarea .content-area a.readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.blog7-section-area {
  position: relative;
  z-index: 1;
}
.blog7-section-area .blog-boxarea {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.blog7-section-area .blog-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.blog7-section-area .blog-boxarea .img1 {
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.4s;
}
.blog7-section-area .blog-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.blog7-section-area .blog-boxarea .content-area {
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  transition: all 0.4s;
  position: relative;
  padding: 32px 24px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -110px;
}
.blog7-section-area .blog-boxarea .content-area ul li {
  display: inline-block;
}
.blog7-section-area .blog-boxarea .content-area ul li a {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  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;
}
.blog7-section-area .blog-boxarea .content-area ul li a img {
  margin: -5px 4px 0 0;
}
.blog7-section-area .blog-boxarea .content-area ul li span {
  color: #CDCDD0;
  display: inline-block;
  transition: all 0.4s;
  margin: 0 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog7-section-area .blog-boxarea .content-area ul li span {
    margin: 0 8px;
  }
}
.blog7-section-area .blog-boxarea .content-area a {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
  transition: all 0.4s;
}
.blog7-section-area .blog-boxarea .content-area a:hover {
  color: var(--ztc-text-text-20);
  transition: all 0.4s;
}
.blog7-section-area .blog-boxarea .content-area a.readmore {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: block;
  transition: all 0.4s;
}
.blog7-section-area .blog-boxarea .content-area a.readmore:hover {
  color: var(--ztc-text-text-20);
  transition: all 0.4s;
}
.blog7-section-area .blog-boxarea .content-area a.readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.blog8-section-area {
  position: relative;
  z-index: 1;
}
.blog8-section-area .blog-boxarea {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.blog8-section-area .blog-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.blog8-section-area .blog-boxarea .img1 {
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.4s;
}
.blog8-section-area .blog-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.blog8-section-area .blog-boxarea .content-area {
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  transition: all 0.4s;
  position: relative;
  padding: 32px 24px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -110px;
}
.blog8-section-area .blog-boxarea .content-area ul li {
  display: inline-block;
}
.blog8-section-area .blog-boxarea .content-area ul li a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  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;
}
.blog8-section-area .blog-boxarea .content-area ul li a img {
  margin: -5px 4px 0 0;
}
.blog8-section-area .blog-boxarea .content-area ul li span {
  color: #CDCDD0;
  display: inline-block;
  transition: all 0.4s;
  margin: 0 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog8-section-area .blog-boxarea .content-area ul li span {
    margin: 0 8px;
  }
}
.blog8-section-area .blog-boxarea .content-area a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
  transition: all 0.4s;
}
.blog8-section-area .blog-boxarea .content-area a:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
}
.blog8-section-area .blog-boxarea .content-area a.readmore {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: block;
  transition: all 0.4s;
}
.blog8-section-area .blog-boxarea .content-area a.readmore:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
}
.blog8-section-area .blog-boxarea .content-area a.readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.blog10-section-area {
  position: relative;
  z-index: 1;
}
.blog10-section-area .blog-boxarea {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.blog10-section-area .blog-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.blog10-section-area .blog-boxarea .img1 {
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.4s;
}
.blog10-section-area .blog-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.blog10-section-area .blog-boxarea .content-area {
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  transition: all 0.4s;
  position: relative;
  padding: 32px 24px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -110px;
}
.blog10-section-area .blog-boxarea .content-area ul li {
  display: inline-block;
}
.blog10-section-area .blog-boxarea .content-area ul li a {
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2);
  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;
}
.blog10-section-area .blog-boxarea .content-area ul li a img {
  margin: -5px 4px 0 0;
}
.blog10-section-area .blog-boxarea .content-area ul li span {
  color: #CDCDD0;
  display: inline-block;
  transition: all 0.4s;
  margin: 0 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog10-section-area .blog-boxarea .content-area ul li span {
    margin: 0 8px;
  }
}
.blog10-section-area .blog-boxarea .content-area a {
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
  transition: all 0.4s;
}
.blog10-section-area .blog-boxarea .content-area a:hover {
  color: var(--ztc-text-text-27);
  transition: all 0.4s;
}
.blog10-section-area .blog-boxarea .content-area a.readmore {
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: block;
  transition: all 0.4s;
}
.blog10-section-area .blog-boxarea .content-area a.readmore:hover {
  color: var(--ztc-text-text-27);
  transition: all 0.4s;
}
.blog10-section-area .blog-boxarea .content-area a.readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.blog-inner-section-area {
  position: relative;
  z-index: 1;
}
.blog-inner-section-area .blog-boxarea {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.blog-inner-section-area .blog-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.blog-inner-section-area .blog-boxarea .img1 {
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.4s;
}
.blog-inner-section-area .blog-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.blog-inner-section-area .blog-boxarea .content-area {
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  transition: all 0.4s;
  position: relative;
  padding: 32px 24px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -110px;
}
.blog-inner-section-area .blog-boxarea .content-area ul li {
  display: inline-block;
}
.blog-inner-section-area .blog-boxarea .content-area ul li a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  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;
}
.blog-inner-section-area .blog-boxarea .content-area ul li a img {
  margin: -5px 4px 0 0;
}
.blog-inner-section-area .blog-boxarea .content-area ul li span {
  color: #CDCDD0;
  display: inline-block;
  transition: all 0.4s;
  margin: 0 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-inner-section-area .blog-boxarea .content-area ul li span {
    margin: 0 8px;
  }
}
.blog-inner-section-area .blog-boxarea .content-area a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
  transition: all 0.4s;
}
.blog-inner-section-area .blog-boxarea .content-area a:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
.blog-inner-section-area .blog-boxarea .content-area a.readmore {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: block;
  transition: all 0.4s;
}
.blog-inner-section-area .blog-boxarea .content-area a.readmore:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
.blog-inner-section-area .blog-boxarea .content-area a.readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.blog-details-leftarea .blog-details-left {
  position: sticky;
  top: 100px;
}
.blog-details-leftarea .blog-details-left h3 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  transition: all 0.4s;
}
.blog-details-leftarea .blog-details-left .search-area {
  border-radius: 16px;
  background: #F1F4F3;
  padding: 32px;
}
.blog-details-leftarea .blog-details-left .search-area form {
  background: var(--ztc-bg-bg-1);
  position: relative;
  z-index: 1;
  border-radius: 100px;
  padding: 26px 20px;
  height: 70px;
}
.blog-details-leftarea .blog-details-left .search-area form input {
  width: 100%;
  border: none;
  outline: none;
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}
.blog-details-leftarea .blog-details-left .search-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.blog-details-leftarea .blog-details-left .category-area {
  border-radius: 16px;
  background: #F1F4F3;
  padding: 32px;
}
.blog-details-leftarea .blog-details-left .category-area ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 21px 24px;
  margin-top: 20px;
  transition: all 0.4s;
}
.blog-details-leftarea .blog-details-left .category-area ul li a:hover {
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.blog-details-leftarea .blog-details-left .author-area {
  border-radius: 16px;
  background: #F1F4F3;
  padding: 32px;
}
.blog-details-leftarea .blog-details-left .author-area ul li {
  display: inline-block;
  margin: 0 8px 0 0;
}
.blog-details-leftarea .blog-details-left .author-area ul li img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-leftarea .blog-details-left .tags-area {
  border-radius: 16px;
  background: #F1F4F3;
  padding: 32px;
}
.blog-details-leftarea .blog-details-left .tags-area ul li {
  display: inline-block;
}
.blog-details-leftarea .blog-details-left .tags-area ul li a {
  color: rgba(8, 21, 17, 0.9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  padding: 12px;
  transition: all 0.4s;
  margin: 16px 12px 0 0;
}
.blog-details-leftarea .blog-details-left .tags-area ul li a:hover {
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.blog-details-leftarea .blog-author-area.pdleft {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .blog-details-leftarea .blog-author-area.pdleft {
    padding: 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-leftarea .blog-author-area.pdleft {
    padding: 0;
    margin-top: 50px;
  }
}
.blog-details-leftarea .blog-author-area.pdright {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .blog-details-leftarea .blog-author-area.pdright {
    padding: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-leftarea .blog-author-area.pdright {
    padding: 0;
    margin-bottom: 50px;
  }
}
.blog-details-leftarea .blog-author-area h2 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  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;
}
.blog-details-leftarea .blog-author-area p {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-details-leftarea .blog-author-area h3 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  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;
}
.blog-details-leftarea .blog-author-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.blog-details-leftarea .blog-author-area ul li {
  display: inline-block;
}
.blog-details-leftarea .blog-author-area ul li a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  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;
  opacity: 80%;
}
.blog-details-leftarea .blog-author-area ul li a img {
  margin: 0 6px 0 0;
}
.blog-details-leftarea .blog-author-area ul li a i {
  margin: 0 6px 0 0;
}
.blog-details-leftarea .blog-author-area ul li span {
  color: var(--ztc-text-text-8);
  opacity: 0.2;
  display: inline-block;
  margin: 0 12px;
}
.blog-details-leftarea .blog-author-area .apartment-contactbox {
  border-radius: 16px;
  background: #F1F4F3;
  padding: 32px;
}
.blog-details-leftarea .blog-author-area .apartment-contactbox .input-area input {
  background: #E3E7E5;
  border: none;
  outline: none;
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  border-radius: 4px;
  width: 100%;
  height: 52px;
  margin-top: 16px;
}
.blog-details-leftarea .blog-author-area .apartment-contactbox .input-area input::-moz-placeholder {
  border: none;
  outline: none;
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
}
.blog-details-leftarea .blog-author-area .apartment-contactbox .input-area input::placeholder {
  border: none;
  outline: none;
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
}
.blog-details-leftarea .blog-author-area .apartment-contactbox .input-area textarea {
  background: #E3E7E5;
  border: none;
  outline: none;
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  border-radius: 4px;
  width: 100%;
  height: 120px;
  margin-top: 16px;
}
.blog-details-leftarea .blog-author-area .apartment-contactbox .input-area textarea::-moz-placeholder {
  border: none;
  outline: none;
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
}
.blog-details-leftarea .blog-author-area .apartment-contactbox .input-area textarea::placeholder {
  border: none;
  outline: none;
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
}
.blog-details-leftarea .blog-author-area .apartment-contactbox .input-area button {
  border: none;
  outline: none;
}

/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/
.footer1-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/all-images/footer/footer-img1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer1-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 90%;
  z-index: -1;
}
.footer1-section-area .footer-instagram-area {
  padding: 120px 0 370px;
}
.footer1-section-area .footer-instagram-area .instagram-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .footer1-section-area .footer-instagram-area .instagram-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-section-area .footer-instagram-area .instagram-header {
    margin-bottom: 30px;
  }
}
.footer1-section-area .footer-instagram-area .instagram-header h5 {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 40px;
  display: inline-block;
  background: rgba(163, 192, 82, 0.2);
  padding: 10px 14px;
}
.footer1-section-area .footer-instagram-area .instagram-header 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-regular);
  line-height: 54px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .footer1-section-area .footer-instagram-area .instagram-header h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.footer1-section-area .footer-instagram-area .instagram-posts-slider.owl-carousel .owl-stage-outer {
  overflow: inherit;
}
.footer1-section-area .footer-instagram-area .instagram-posts-slider.owl-carousel .owl-item.active.center .instagram-posts .img1::after {
  visibility: visible;
  opacity: 1;
}
.footer1-section-area .footer-instagram-area .instagram-posts-slider.owl-carousel .owl-item.active.center .instagram-posts .icons {
  top: 40%;
  visibility: visible;
  opacity: 1;
}
.footer1-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts {
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
.footer1-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts:hover .img1::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.footer1-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts:hover .icons {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 40%;
}
.footer1-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .img1 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
.footer1-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  border-radius: 16px;
  background: rgba(7, 6, 16, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
}
.footer1-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .img1 img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.footer1-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .icons {
  position: absolute;
  top: 30%;
  left: 45%;
  right: 45%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.footer1-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .icons a {
  height: 60px;
  width: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: var(--ztc-text-text-1);
  text-align: center;
  line-height: 60px;
  font-size: var(--ztc-font-size-font-s32);
}
.footer1-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .icons a:hover {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.footer-bottom-section {
  position: relative;
  z-index: 1;
  /* margin-top: -290px; */
}
.footer-bottom-section .footer-bottom-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 16px 16px 0 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 40px 60px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-section .footer-bottom-area {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .footer-bottom-section .footer-bottom-area {
    padding: 30px;
  }
}
.footer-bottom-section .footer-bottom-area .footer-menu-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-section .footer-bottom-area .footer-menu-area {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-bottom-section .footer-bottom-area .footer-menu-area {
    display: block;
    text-align: center;
  }
}
.footer-bottom-section .footer-bottom-area .footer-menu-area .footer-logo img {
  width: 150px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-section .footer-bottom-area .footer-menu-area .footer-logo {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer-bottom-section .footer-bottom-area .footer-menu-area .footer-logo {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-section .footer-bottom-area .footer-menu-area .footer-menu {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer-bottom-section .footer-bottom-area .footer-menu-area .footer-menu {
    padding-bottom: 20px;
  }
}
.footer-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li {
  display: inline-block;
  transition: all 0.4s;
}
.footer-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .footer-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a {
    padding: 0 10px 0 0;
  }
}
.footer-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.footer-bottom-section .footer-bottom-area .mapouter .gmap_canvas iframe {
  width: 100%;
  height: 240px;
  border-radius: 8px;
}
.footer-bottom-section .footer-bottom-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid #E6E6E7;
}
@media (max-width: 767px) {
  .footer-bottom-section .footer-bottom-area .copyright-area {
    display: block;
    text-align: center;
    
  }
}
.footer-bottom-section .footer-bottom-area .copyright-area p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 0.6;
}
.footer-bottom-section .footer-bottom-area .copyright-area p a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 0.6;
}
.footer-bottom-section .footer-bottom-area .copyright-area p span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .footer-bottom-section .footer-bottom-area .copyright-area .privacy {
    padding-top: 20px;
  }
}

.footer2-section-area {
  position: relative;
  z-index: 1;
  background: #F1F4F3;
}
.footer2-section-area .footer-instagram-area {
  padding: 260px 0 120px;
}
@media (max-width: 767px) {
  .footer2-section-area .footer-instagram-area {
    padding: 260px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer2-section-area .footer-instagram-area {
    padding: 260px 0 60px;
  }
}
.footer2-section-area .footer-instagram-area .instagram-posts-slider.owl-carousel .owl-stage-outer {
  overflow: inherit;
}
.footer2-section-area .footer-instagram-area .instagram-posts-slider.owl-carousel .owl-item.active.center .instagram-posts .img1::after {
  visibility: visible;
  opacity: 1;
}
.footer2-section-area .footer-instagram-area .instagram-posts-slider.owl-carousel .owl-item.active.center .instagram-posts .icons {
  top: 40%;
  visibility: visible;
  opacity: 1;
}
.footer2-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts {
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
.footer2-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts:hover .img1::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.footer2-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts:hover .icons {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 40%;
}
.footer2-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .img1 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
.footer2-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  border-radius: 16px;
  background: rgba(7, 6, 16, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
}
.footer2-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .img1 img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.footer2-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .icons {
  position: absolute;
  top: 30%;
  left: 45%;
  right: 45%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.footer2-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .icons a {
  height: 60px;
  width: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: var(--ztc-text-text-1);
  text-align: center;
  line-height: 60px;
  font-size: var(--ztc-font-size-font-s32);
}
.footer2-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .icons a:hover {
  background: var(--ztc-text-text-7);
  transition: all 0.4s;
}

.footer2-bottom-section {
  position: relative;
  z-index: 2;
  margin-bottom: -160px;
}
.footer2-bottom-section .footer-bottom-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 40px 60px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer2-bottom-section .footer-bottom-area {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .footer2-bottom-section .footer-bottom-area {
    padding: 30px;
  }
}
.footer2-bottom-section .footer-bottom-area .footer-menu-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer2-bottom-section .footer-bottom-area .footer-menu-area {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer2-bottom-section .footer-bottom-area .footer-menu-area {
    display: block;
    text-align: center;
  }
}
.footer2-bottom-section .footer-bottom-area .footer-menu-area .footer-logo img {
  width: 150px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer2-bottom-section .footer-bottom-area .footer-menu-area .footer-logo {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer2-bottom-section .footer-bottom-area .footer-menu-area .footer-logo {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer2-bottom-section .footer-bottom-area .footer-menu-area .footer-menu {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer2-bottom-section .footer-bottom-area .footer-menu-area .footer-menu {
    padding-bottom: 20px;
  }
}
.footer2-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li {
  display: block;
  transition: all 0.4s;
}
.footer2-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: inline-block;
}
@media (max-width: 767px) {
  .footer2-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a {
    padding: 0 10px 0 0;
  }
}
.footer2-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer2-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer2-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 {
    padding-bottom: 20px;
    text-align: center;
  }
}
.footer2-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li {
  display: block;
  transition: all 0.4s;
}
.footer2-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  transition: all 0.4s;
  display: flex;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .footer2-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
    padding: 0;
    text-align: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer2-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
    padding: 0;
    text-align: center;
    justify-content: center;
  }
}
.footer2-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a i {
  margin: 0 6px 0 0;
}
.footer2-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}
.footer2-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li {
  display: inline-block;
}
.footer2-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  transition: all 0.4s;
  border-radius: 50%;
  display: inline-block;
  background: #DFEADC;
  color: var(--ztc-text-text-7);
}
.footer2-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li a:hover {
  background: var(--ztc-bg-bg-6);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.footer2-bottom-section .footer-bottom-area .copyright-area {
  padding-top: 24px;
  border-top: 1px solid #E6E6E7;
  text-align: center;
}
@media (max-width: 767px) {
  .footer2-bottom-section .footer-bottom-area .copyright-area {
    display: block;
    text-align: center;
  }
}
.footer2-bottom-section .footer-bottom-area .copyright-area p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .footer2-bottom-section .footer-bottom-area .copyright-area .privacy {
    padding-top: 20px;
  }
}

.footer3-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/footer-bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 80px;
}
@media (max-width: 767px) {
  .footer3-section-area {
    padding: 60px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3-section-area {
    padding: 60px 0 60px;
  }
}
.footer3-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
  z-index: -1;
  opacity: 0.6;
}
.section-area .instagram-area .contact-pop {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  padding: 30px;
}
@media (max-width: 767px) {
 .section-area .instagram-area .contact-pop {
    margin-bottom: 30px;
    
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-area .instagram-area .contact-pop{
    margin-bottom: 30px;
  }
}
.section-area .instagram-area .contact-pop h3 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.section-area .instagram-area .contact-pop .input-area input {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  border-radius: 4px;
  padding: 18px 16px;
  background: #F0F1F1;
  height: 52px;
  width: 100%;
}
.section-area .instagram-area .contact-pop .input-area input::-moz-placeholder {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-9);
}
.section-area .instagram-area .contact-pop .input-area input::placeholder {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-9);
}
.section-area .instagram-area .contact-pop .input-area textarea {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  border-radius: 4px;
  padding: 18px 16px;
  background: #F0F1F1;
  height: 120px;
  width: 100%;
}
.footer3-section-area .footer-instagram-area .footer-contact-box .input-area textarea::-moz-placeholder {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-9);
}
.footer3-section-area .footer-instagram-area .footer-contact-box .input-area textarea::placeholder {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-9);
}
.footer3-section-area .footer-instagram-area .footer-contact-box .input-area button {
  border: none;
  outline: none;
}
.footer3-section-area .footer-instagram-area .instagram-images .instagram-posts {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  margin-bottom: 20px;
}
.footer3-section-area .footer-instagram-area .instagram-images .instagram-posts:hover .img1::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.footer3-section-area .footer-instagram-area .instagram-images .instagram-posts:hover .icons {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 33%;
}
.footer3-section-area .footer-instagram-area .instagram-images .instagram-posts .img1 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  height: 190px;
}
.footer3-section-area .footer-instagram-area .instagram-images .instagram-posts .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  border-radius: 16px;
  background: rgba(7, 6, 16, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
}
.footer3-section-area .footer-instagram-area .instagram-images .instagram-posts .img1 img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.footer3-section-area .footer-instagram-area .instagram-images .instagram-posts .icons {
  position: absolute;
  top: 30%;
  left: 42%;
  right: 45%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.footer3-section-area .footer-instagram-area .instagram-images .instagram-posts .icons a {
  height: 60px;
  width: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-8);
  text-align: center;
  line-height: 65px;
  font-size: var(--ztc-font-size-font-s32);
}
.footer3-section-area .footer-instagram-area .instagram-images .instagram-posts .icons a:hover {
  background: var(--ztc-text-text-10);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.footer3-section-area .footer3-bottom-section {
  position: relative;
  z-index: 2;
}
.footer3-section-area .footer3-bottom-section .footer-bottom-area {
  background: #edf5f7 ;
  /* color: #667e8e !important; */
  font-size: 16px;
  border-radius: 16px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 40px 60px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3-section-area .footer3-bottom-section .footer-bottom-area {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .footer3-section-area .footer3-bottom-section .footer-bottom-area {
    padding: 30px;
  }
}
.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area {
    display: block;
    text-align: center;
  }
}
.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-logo img {

  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-logo {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-logo {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu {
    padding-bottom: 20px;
  }
}
.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li {
  display: block;
  transition: all 0.4s;
}
.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a {
  /* color: white; */
  color:#667e8e;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: inline-block;
}
@media (max-width: 767px) {
  .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a {
    padding: 0 10px 0 0;
  }
}
.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 {
    padding-bottom: 20px;
    text-align: center;
  }
}
.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li {
  display: block;
  transition: all 0.4s;
}
.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
  color: white;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  transition: all 0.4s;
  display: flex;
  /* text-transform: capitalize; */
}
@media (max-width: 767px) {
  .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
    padding: 0;
    text-align: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
    padding: 0;
    text-align: center;
    justify-content: center;
  }
}
.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a i {
  margin: 6px 6px 0 0;
}
.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}

.topbar_social ul li {
  display: inline-block;
  margin-top: -15px;
}
.topbar_social ul li a {
  height: 35px;
  width: 43px;
  text-align: center;
  line-height: 48px;
  transition: all 0.4s;
  border-radius: 50%;
  display: inline-block;
  /* background: #D0DAD8; */
  color: var(--ztc-text-text-10);
  padding-top: 9px;
}
.topbar_social ul li a:hover {
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}



.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li {
  display: inline-block;
}
.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  transition: all 0.4s;
  border-radius: 50%;
  display: inline-block;
  background: #D0DAD8;
  color: var(--ztc-text-text-10);
}

.footer-social ul {
  display: flex; /* Align icons in a row */
  flex-wrap: wrap; /* Allow wrapping to the next line only if necessary */
  gap:5px; /* Adds consistent spacing between items */
  justify-content: center; /* Aligns icons horizontally */
}



.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li a:hover {
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.footer3-section-area .footer3-bottom-section .footer-bottom-area .copyright-area {
  padding-top: 5px;
 
  text-align: left;
}

@media (max-width: 767px) {
  .footer3-section-area .footer3-bottom-section .footer-bottom-area .copyright-area {
    display: block;
    text-align: center;
  }
}
.footer3-section-area .footer3-bottom-section .footer-bottom-area .copyright-area p {
  color: beige;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .footer3-section-area .footer3-bottom-section .footer-bottom-area .copyright-area .privacy {
    padding-top: 20px;
  }
}

.footer4-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/Jag_pics/animation/back_ani.png);
  background-color: #333333 ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
@media (max-width: 767px) {
  .footer4-section-area {
    padding: 40px 0 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4-section-area {
    padding: 40px 0 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4-section-area .footer-menu-area {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer4-section-area .footer-menu-area {
    text-align: center;
  }
}
.footer4-section-area .footer-menu-area .footer-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4-section-area .footer-menu-area .footer-elements {
    display: inline-block;
    transition: all 0.4s;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer4-section-area .footer-menu-area .footer-elements {
    display: inline-block;
    transition: all 0.4s;
    text-align: center;
  }
}
.footer4-section-area .footer-menu-area .footer-elements .footer-logo {
  width: 180px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4-section-area .footer-menu-area .footer-elements .footer-logo {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer4-section-area .footer-menu-area .footer-elements .footer-logo {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4-section-area .footer-menu-area .footer-elements ul {
    text-align: center;
  }
}
.footer4-section-area .footer-menu-area .footer-elements ul li {
  display: inline-block;
}
.footer4-section-area .footer-menu-area .footer-elements ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: inline-block;
  padding: 0 8px;
}
.footer4-section-area .footer-menu-area .footer-elements ul li a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4-section-area .footer-menu-area .footer-elements .footer-social {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer4-section-area .footer-menu-area .footer-elements .footer-social {
    margin-top: 20px;
  }
}
.footer4-section-area .footer-menu-area .footer-elements .footer-social ul li a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  transition: all 0.4s;
  border-radius: 50%;
  display: inline-block;
  padding: 0;
  background: #004d40 ;
  color:white;
  font-size: var(--ztc-font-size-font-s16);
  margin: 0 4px 0 0;
}
.footer4-section-area .footer-menu-area .footer-elements .footer-social ul li a:hover {
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.footer4-section-area .footer-menu-area .footer-call-area {
  padding: 60px 0 60px;
}
@media (max-width: 767px) {
  .footer4-section-area .footer-menu-area .footer-call-area {
    padding: 30px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4-section-area .footer-menu-area .footer-call-area {
    padding: 30px 0 30px;
  }
}
.footer4-section-area .footer-menu-area .footer-call-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 60px;
  transition: all 0.4s;
  display: inline-block;
}
.footer4-section-area .footer-menu-area .footer-call-area a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer4-section-area .footer-menu-area .footer-call-area a {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 32px;
  }
}
.footer4-section-area .footer-menu-area .footer-call-area ul li {
  display: inline-block;
}
.footer4-section-area .footer-menu-area .footer-call-area ul li:nth-child(1) {
  margin: 0 20px 0 0;
}
.footer4-section-area .footer-menu-area .footer-call-area ul li a {
  display: flex;
  align-items: center;
}
.footer4-section-area .footer-menu-area .footer-call-area ul li a span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}
.footer4-section-area .footer-menu-area .footer-call-area ul li a span i {
  margin: 0 16px 0 0;
}
.footer4-section-area .footer-menu-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid #E6E6E7;
}
@media (max-width: 767px) {
  .footer4-section-area .footer-menu-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}
.footer4-section-area .footer-menu-area .copyright-area p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  transition: all 0.4s;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .footer4-section-area .footer-menu-area .copyright-area ul {
    margin-top: 20px;
  }
}
.footer4-section-area .footer-menu-area .copyright-area ul li {
  display: inline-block;
}
.footer4-section-area .footer-menu-area .copyright-area ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  opacity: 0.6;
}
.footer4-section-area .footer-menu-area .copyright-area ul li a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.footer4-section-area .footer-menu-area .copyright-area ul li span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  opacity: 0.6;
  margin: 0 8px;
}

.footer5-section-area {
  position: relative;
  z-index: 1;
  background: #F1F4F3;
}
.footer5-section-area .footer-instagram-area {
  padding: 260px 0 120px;
}
@media (max-width: 767px) {
  .footer5-section-area .footer-instagram-area {
    padding: 260px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5-section-area .footer-instagram-area {
    padding: 260px 0 60px;
  }
}
.footer5-section-area .footer-instagram-area .instagram-posts-slider.owl-carousel .owl-stage-outer {
  overflow: inherit;
}
.footer5-section-area .footer-instagram-area .instagram-posts-slider.owl-carousel .owl-item.active.center .instagram-posts .img1::after {
  visibility: visible;
  opacity: 1;
}
.footer5-section-area .footer-instagram-area .instagram-posts-slider.owl-carousel .owl-item.active.center .instagram-posts .icons {
  top: 40%;
  visibility: visible;
  opacity: 1;
}
.footer5-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts {
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
.footer5-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts:hover .img1::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.footer5-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts:hover .icons {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 40%;
}
.footer5-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .img1 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
.footer5-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  border-radius: 16px;
  background: rgba(7, 6, 16, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
}
.footer5-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .img1 img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.footer5-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .icons {
  position: absolute;
  top: 30%;
  left: 45%;
  right: 45%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.footer5-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .icons a {
  height: 60px;
  width: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: var(--ztc-text-text-1);
  text-align: center;
  line-height: 60px;
  font-size: var(--ztc-font-size-font-s32);
}
.footer5-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .icons a:hover {
  background: var(--ztc-text-text-15);
  transition: all 0.4s;
}

.footer5-bottom-section {
  position: relative;
  z-index: 2;
  margin-bottom: -160px;
}
.footer5-bottom-section .footer-bottom-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 40px 60px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5-bottom-section .footer-bottom-area {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .footer5-bottom-section .footer-bottom-area {
    padding: 30px;
  }
}
.footer5-bottom-section .footer-bottom-area .footer-menu-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5-bottom-section .footer-bottom-area .footer-menu-area {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer5-bottom-section .footer-bottom-area .footer-menu-area {
    display: block;
    text-align: center;
  }
}
.footer5-bottom-section .footer-bottom-area .footer-menu-area .footer-logo img {
  width: 150px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5-bottom-section .footer-bottom-area .footer-menu-area .footer-logo {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer5-bottom-section .footer-bottom-area .footer-menu-area .footer-logo {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5-bottom-section .footer-bottom-area .footer-menu-area .footer-menu {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer5-bottom-section .footer-bottom-area .footer-menu-area .footer-menu {
    padding-bottom: 20px;
  }
}
.footer5-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li {
  display: block;
  transition: all 0.4s;
}
.footer5-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: inline-block;
}
@media (max-width: 767px) {
  .footer5-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a {
    padding: 0 10px 0 0;
  }
}
.footer5-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a:hover {
  color: var(--ztc-text-text-15);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer5-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 {
    padding-bottom: 20px;
    text-align: center;
  }
}
.footer5-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li {
  display: block;
  transition: all 0.4s;
}
.footer5-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  transition: all 0.4s;
  display: flex;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .footer5-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
    padding: 0;
    text-align: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
    padding: 0;
    text-align: center;
    justify-content: center;
  }
}
.footer5-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a i {
  margin: 0 6px 0 0;
}
.footer5-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a:hover {
  color: var(--ztc-text-text-15);
  transition: all 0.4s;
}
.footer5-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li {
  display: inline-block;
}
.footer5-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  transition: all 0.4s;
  border-radius: 50%;
  display: inline-block;
  background: #FDDBCE;
  color: var(--ztc-text-text-15);
}
.footer5-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li a:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.footer5-bottom-section .footer-bottom-area .copyright-area {
  padding-top: 24px;
  border-top: 1px solid #E6E6E7;
  text-align: center;
}
@media (max-width: 767px) {
  .footer5-bottom-section .footer-bottom-area .copyright-area {
    display: block;
    text-align: center;
  }
}
.footer5-bottom-section .footer-bottom-area .copyright-area p {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .footer5-bottom-section .footer-bottom-area .copyright-area .privacy {
    padding-top: 20px;
  }
}

.footer6-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/footer-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 80px;
}
@media (max-width: 767px) {
  .footer6-section-area {
    padding: 60px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer6-section-area {
    padding: 60px 0 60px;
  }
}
.footer6-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-14);
  z-index: -1;
  opacity: 0.6;
}
.footer6-section-area .footer-instagram-area .footer-contact-box {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  padding: 32px;
}
@media (max-width: 767px) {
  .footer6-section-area .footer-instagram-area .footer-contact-box {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer6-section-area .footer-instagram-area .footer-contact-box {
    margin-bottom: 30px;
  }
}
.footer6-section-area .footer-instagram-area .footer-contact-box h3 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.footer6-section-area .footer-instagram-area .footer-contact-box .input-area input {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  border-radius: 4px;
  padding: 18px 16px;
  background: #F1F1F2;
  height: 52px;
  width: 100%;
}
.footer6-section-area .footer-instagram-area .footer-contact-box .input-area input::-moz-placeholder {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-17);
  opacity: 0.6;
}
.footer6-section-area .footer-instagram-area .footer-contact-box .input-area input::placeholder {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-17);
  opacity: 0.6;
}
.footer6-section-area .footer-instagram-area .footer-contact-box .input-area textarea {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  border-radius: 4px;
  padding: 18px 16px;
  background: #F1F1F2;
  height: 120px;
  width: 100%;
}
.footer6-section-area .footer-instagram-area .footer-contact-box .input-area textarea::-moz-placeholder {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-17);
  opacity: 0.6;
}
.footer6-section-area .footer-instagram-area .footer-contact-box .input-area textarea::placeholder {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-17);
  opacity: 0.6;
}
.footer6-section-area .footer-instagram-area .footer-contact-box .input-area button {
  border: none;
  outline: none;
}
.footer6-section-area .footer-instagram-area .instagram-images .instagram-posts {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  margin-bottom: 20px;
}
.footer6-section-area .footer-instagram-area .instagram-images .instagram-posts:hover .img1::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.footer6-section-area .footer-instagram-area .instagram-images .instagram-posts:hover .icons {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 33%;
}
.footer6-section-area .footer-instagram-area .instagram-images .instagram-posts .img1 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  height: 190px;
}
.footer6-section-area .footer-instagram-area .instagram-images .instagram-posts .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  border-radius: 16px;
  background: rgba(7, 6, 16, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
}
.footer6-section-area .footer-instagram-area .instagram-images .instagram-posts .img1 img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.footer6-section-area .footer-instagram-area .instagram-images .instagram-posts .icons {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -30px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.footer6-section-area .footer-instagram-area .instagram-images .instagram-posts .icons a {
  height: 60px;
  width: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-18);
  text-align: center;
  line-height: 65px;
  font-size: var(--ztc-font-size-font-s32);
}
.footer6-section-area .footer-instagram-area .instagram-images .instagram-posts .icons a:hover {
  background: var(--ztc-bg-bg-13);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.footer6-section-area .footer6-bottom-section {
  position: relative;
  z-index: 2;
}
.footer6-section-area .footer6-bottom-section .footer-bottom-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 40px 60px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer6-section-area .footer6-bottom-section .footer-bottom-area {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .footer6-section-area .footer6-bottom-section .footer-bottom-area {
    padding: 30px;
  }
}
.footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area {
    display: block;
    text-align: center;
  }
}
.footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area .footer-logo img {
  width: 150px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area .footer-logo {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area .footer-logo {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area .footer-menu {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area .footer-menu {
    padding-bottom: 20px;
  }
}
.footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li {
  display: block;
  transition: all 0.4s;
}
.footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: inline-block;
}
@media (max-width: 767px) {
  .footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a {
    padding: 0 10px 0 0;
  }
}
.footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a:hover {
  color: var(--ztc-text-text-18);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 {
    padding-bottom: 20px;
    text-align: center;
  }
}
.footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li {
  display: block;
  transition: all 0.4s;
}
.footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  transition: all 0.4s;
  display: flex;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
    padding: 0;
    text-align: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
    padding: 0;
    text-align: center;
    justify-content: center;
  }
}
.footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a i {
  margin: 0 6px 0 0;
}
.footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a:hover {
  color: var(--ztc-text-text-18);
  transition: all 0.4s;
}
.footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li {
  display: inline-block;
}
.footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  transition: all 0.4s;
  border-radius: 50%;
  display: inline-block;
  background: #FEE5CD;
  color: var(--ztc-text-text-18);
}
.footer6-section-area .footer6-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li a:hover {
  background: var(--ztc-bg-bg-13);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.footer6-section-area .footer6-bottom-section .footer-bottom-area .copyright-area {
  padding-top: 24px;
  border-top: 1px solid #E6E6E7;
  text-align: center;
}
@media (max-width: 767px) {
  .footer6-section-area .footer6-bottom-section .footer-bottom-area .copyright-area {
    display: block;
    text-align: center;
  }
}
.footer6-section-area .footer6-bottom-section .footer-bottom-area .copyright-area p {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .footer6-section-area .footer6-bottom-section .footer-bottom-area .copyright-area .privacy {
    padding-top: 20px;
  }
}

.footer7-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/all-images/footer/footer-img1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer7-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-16);
  opacity: 90%;
  z-index: -1;
}
.footer7-section-area .footer-instagram-area {
  padding: 120px 0 370px;
}
.footer7-section-area .footer-instagram-area .instagram-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .footer7-section-area .footer-instagram-area .instagram-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer7-section-area .footer-instagram-area .instagram-header {
    margin-bottom: 30px;
  }
}
.footer7-section-area .footer-instagram-area .instagram-header h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 40px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 14px;
}
.footer7-section-area .footer-instagram-area .instagram-header h2 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 54px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .footer7-section-area .footer-instagram-area .instagram-header h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.footer7-section-area .footer-instagram-area .instagram-posts-slider.owl-carousel .owl-stage-outer {
  overflow: inherit;
}
.footer7-section-area .footer-instagram-area .instagram-posts-slider.owl-carousel .owl-item.active.center .instagram-posts .img1::after {
  visibility: visible;
  opacity: 1;
}
.footer7-section-area .footer-instagram-area .instagram-posts-slider.owl-carousel .owl-item.active.center .instagram-posts .icons {
  top: 40%;
  visibility: visible;
  opacity: 1;
}
.footer7-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts {
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
.footer7-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts:hover .img1::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.footer7-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts:hover .icons {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 40%;
}
.footer7-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .img1 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
.footer7-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  border-radius: 16px;
  background: rgba(7, 6, 16, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
}
.footer7-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .img1 img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.footer7-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .icons {
  position: absolute;
  top: 30%;
  left: 45%;
  right: 45%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.footer7-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .icons a {
  height: 60px;
  width: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: var(--ztc-text-text-1);
  text-align: center;
  line-height: 60px;
  font-size: var(--ztc-font-size-font-s32);
}
.footer7-section-area .footer-instagram-area .instagram-posts-slider .instagram-posts .icons a:hover {
  background: var(--ztc-text-text-20);
  transition: all 0.4s;
}

.footer7-bottom-section {
  position: relative;
  z-index: 1;
  margin-top: -290px;
}
.footer7-bottom-section .footer-bottom-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 16px 16px 0 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 40px 60px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer7-bottom-section .footer-bottom-area {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .footer7-bottom-section .footer-bottom-area {
    padding: 30px;
  }
}
.footer7-bottom-section .footer-bottom-area .footer-menu-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer7-bottom-section .footer-bottom-area .footer-menu-area {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer7-bottom-section .footer-bottom-area .footer-menu-area {
    display: block;
    text-align: center;
  }
}
.footer7-bottom-section .footer-bottom-area .footer-menu-area .footer-logo img {
  width: 150px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer7-bottom-section .footer-bottom-area .footer-menu-area .footer-logo {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer7-bottom-section .footer-bottom-area .footer-menu-area .footer-logo {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer7-bottom-section .footer-bottom-area .footer-menu-area .footer-menu {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer7-bottom-section .footer-bottom-area .footer-menu-area .footer-menu {
    padding-bottom: 20px;
  }
}
.footer7-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li {
  display: inline-block;
  transition: all 0.4s;
}
.footer7-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .footer7-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a {
    padding: 0 10px 0 0;
  }
}
.footer7-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a:hover {
  color: var(--ztc-text-text-20);
  transition: all 0.4s;
}
.footer7-bottom-section .footer-bottom-area .mapouter .gmap_canvas iframe {
  width: 100%;
  height: 240px;
  border-radius: 8px;
}
.footer7-bottom-section .footer-bottom-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid #E6E6E7;
}
@media (max-width: 767px) {
  .footer7-bottom-section .footer-bottom-area .copyright-area {
    display: block;
    text-align: center;
  }
}
.footer7-bottom-section .footer-bottom-area .copyright-area p {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 0.9;
}
.footer7-bottom-section .footer-bottom-area .copyright-area p a {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 0.9;
}
.footer7-bottom-section .footer-bottom-area .copyright-area p a:hover {
  color: var(--ztc-text-text-20);
  transition: all 0.4s;
  opacity: 1;
}
.footer7-bottom-section .footer-bottom-area .copyright-area p span {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 0.6;
  margin: 0 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer7-bottom-section .footer-bottom-area .copyright-area p span {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .footer7-bottom-section .footer-bottom-area .copyright-area .privacy {
    padding-top: 20px;
  }
}

.footer8-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/footer-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 80px;
}
@media (max-width: 767px) {
  .footer8-section-area {
    padding: 60px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer8-section-area {
    padding: 60px 0 60px;
  }
}
.footer8-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-17);
  z-index: -1;
  opacity: 0.6;
}
.footer8-section-area .footer-instagram-area .footer-contact-box {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  padding: 32px;
}
@media (max-width: 767px) {
  .footer8-section-area .footer-instagram-area .footer-contact-box {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer8-section-area .footer-instagram-area .footer-contact-box {
    margin-bottom: 30px;
  }
}
.footer8-section-area .footer-instagram-area .footer-contact-box h3 {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}
.footer8-section-area .footer-instagram-area .footer-contact-box .input-area input {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  border-radius: 4px;
  padding: 18px 16px;
  background: #F0F0F1;
  height: 52px;
  width: 100%;
}
.footer8-section-area .footer-instagram-area .footer-contact-box .input-area input::-moz-placeholder {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-21);
  opacity: 0.6;
}
.footer8-section-area .footer-instagram-area .footer-contact-box .input-area input::placeholder {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-21);
  opacity: 0.6;
}
.footer8-section-area .footer-instagram-area .footer-contact-box .input-area textarea {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  border-radius: 4px;
  padding: 18px 16px;
  background: #F0F0F1;
  height: 120px;
  width: 100%;
}
.footer8-section-area .footer-instagram-area .footer-contact-box .input-area textarea::-moz-placeholder {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-21);
  opacity: 0.6;
}
.footer8-section-area .footer-instagram-area .footer-contact-box .input-area textarea::placeholder {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-21);
  opacity: 0.6;
}
.footer8-section-area .footer-instagram-area .footer-contact-box .input-area button {
  border: none;
  outline: none;
}
.footer8-section-area .footer-instagram-area .instagram-images .instagram-posts {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  margin-bottom: 20px;
}
.footer8-section-area .footer-instagram-area .instagram-images .instagram-posts:hover .img1::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.footer8-section-area .footer-instagram-area .instagram-images .instagram-posts:hover .icons {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 33%;
}
.footer8-section-area .footer-instagram-area .instagram-images .instagram-posts .img1 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  height: 190px;
}
.footer8-section-area .footer-instagram-area .instagram-images .instagram-posts .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  border-radius: 16px;
  background: rgba(7, 6, 16, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
}
.footer8-section-area .footer-instagram-area .instagram-images .instagram-posts .img1 img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.footer8-section-area .footer-instagram-area .instagram-images .instagram-posts .icons {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -30px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.footer8-section-area .footer-instagram-area .instagram-images .instagram-posts .icons a {
  height: 60px;
  width: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-22);
  text-align: center;
  line-height: 65px;
  font-size: var(--ztc-font-size-font-s32);
}
.footer8-section-area .footer-instagram-area .instagram-images .instagram-posts .icons a:hover {
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.footer8-section-area .footer8-bottom-section {
  position: relative;
  z-index: 2;
}
.footer8-section-area .footer8-bottom-section .footer-bottom-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 40px 60px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer8-section-area .footer8-bottom-section .footer-bottom-area {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .footer8-section-area .footer8-bottom-section .footer-bottom-area {
    padding: 30px;
  }
}
.footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area {
    display: block;
    text-align: center;
  }
}
.footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area .footer-logo img {
  width: 150px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area .footer-logo {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area .footer-logo {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area .footer-menu {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area .footer-menu {
    padding-bottom: 20px;
  }
}
.footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li {
  display: block;
  transition: all 0.4s;
}
.footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: inline-block;
}
@media (max-width: 767px) {
  .footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a {
    padding: 0 10px 0 0;
  }
}
.footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 {
    padding-bottom: 20px;
    text-align: center;
  }
}
.footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li {
  display: block;
  transition: all 0.4s;
}
.footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  transition: all 0.4s;
  display: flex;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
    padding: 0;
    text-align: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
    padding: 0;
    text-align: center;
    justify-content: center;
  }
}
.footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a i {
  margin: 0 6px 0 0;
}
.footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
}
.footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li {
  display: inline-block;
}
.footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  transition: all 0.4s;
  border-radius: 50%;
  display: inline-block;
  background: #CDEAFE;
  color: var(--ztc-text-text-22);
}
.footer8-section-area .footer8-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li a:hover {
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.footer8-section-area .footer8-bottom-section .footer-bottom-area .copyright-area {
  padding-top: 24px;
  border-top: 1px solid #E6E6E7;
  text-align: center;
}
@media (max-width: 767px) {
  .footer8-section-area .footer8-bottom-section .footer-bottom-area .copyright-area {
    display: block;
    text-align: center;
  }
}
.footer8-section-area .footer8-bottom-section .footer-bottom-area .copyright-area p {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .footer8-section-area .footer8-bottom-section .footer-bottom-area .copyright-area .privacy {
    padding-top: 20px;
  }
}

.footer9-section-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 32px;
  background: #333333 
}
@media (max-width: 767px) {
  .footer9-section-area {
    padding: 40px 0 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer9-section-area {
    padding: 40px 0 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer9-section-area .footer-menu-area {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer9-section-area .footer-menu-area {
    text-align: center;
  }
}
.footer9-section-area .footer-menu-area .footer-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer9-section-area .footer-menu-area .footer-elements {
    display: inline-block;
    transition: all 0.4s;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer9-section-area .footer-menu-area .footer-elements {
    display: inline-block;
    transition: all 0.4s;
    text-align: center;
  }
}
.footer9-section-area .footer-menu-area .footer-elements .footer-logo {
  width: 180px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer9-section-area .footer-menu-area .footer-elements .footer-logo {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer9-section-area .footer-menu-area .footer-elements .footer-logo {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer9-section-area .footer-menu-area .footer-elements ul {
    text-align: center;
  }
}
.footer9-section-area .footer-menu-area .footer-elements ul li {
  display: inline-block;
}
.footer9-section-area .footer-menu-area .footer-elements ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: inline-block;
  padding: 0 16px;
}
.footer9-section-area .footer-menu-area .footer-elements ul li a:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 0.8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer9-section-area .footer-menu-area .footer-elements .footer-social {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer9-section-area .footer-menu-area .footer-elements .footer-social {
    margin-top: 20px;
  }
}
.footer9-section-area .footer-menu-area .footer-elements .footer-social ul li a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  transition: all 0.4s;
  border-radius: 50%;
  display: inline-block;
  padding: 0;
  background: #8A85EE;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s16);
  margin: 0 4px 0 0;
}
.footer9-section-area .footer-menu-area .footer-elements .footer-social ul li a:hover {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-24);
}
.footer9-section-area .footer-menu-area .footer-call-area {
  padding: 60px 0 60px;
}
@media (max-width: 767px) {
  .footer9-section-area .footer-menu-area .footer-call-area {
    padding: 30px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer9-section-area .footer-menu-area .footer-call-area {
    padding: 30px 0 30px;
  }
}
.footer9-section-area .footer-menu-area .footer-call-area a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 60px;
  transition: all 0.4s;
  display: inline-block;
}
.footer9-section-area .footer-menu-area .footer-call-area a:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .footer9-section-area .footer-menu-area .footer-call-area a {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 32px;
  }
}
.footer9-section-area .footer-menu-area .footer-call-area ul li {
  display: inline-block;
}
.footer9-section-area .footer-menu-area .footer-call-area ul li:nth-child(1) {
  margin: 0 20px 0 0;
}
.footer9-section-area .footer-menu-area .footer-call-area ul li a {
  display: flex;
  align-items: center;
}
.footer9-section-area .footer-menu-area .footer-call-area ul li a span {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}
.footer9-section-area .footer-menu-area .footer-call-area ul li a span i {
  margin: 0 16px 0 0;
}
.footer9-section-area .footer-menu-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid #7C75EB;
}
@media (max-width: 767px) {
  .footer9-section-area .footer-menu-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}
.footer9-section-area .footer-menu-area .copyright-area p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  transition: all 0.4s;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .footer9-section-area .footer-menu-area .copyright-area ul {
    margin-top: 20px;
  }
}
.footer9-section-area .footer-menu-area .copyright-area ul li {
  display: inline-block;
}
.footer9-section-area .footer-menu-area .copyright-area ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  opacity: 0.6;
}
.footer9-section-area .footer-menu-area .copyright-area ul li a:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 1;
}
.footer9-section-area .footer-menu-area .copyright-area ul li span {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  opacity: 0.6;
  margin: 0 8px;
}

.footer10-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/footer-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 80px;
}
@media (max-width: 767px) {
  .footer10-section-area {
    padding: 60px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer10-section-area {
    padding: 60px 0 60px;
  }
}
.footer10-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-21);
  z-index: -1;
  opacity: 0.6;
}
.footer10-section-area .footer-instagram-area .footer-contact-box {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  padding: 32px;
}
@media (max-width: 767px) {
  .footer10-section-area .footer-instagram-area .footer-contact-box {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer10-section-area .footer-instagram-area .footer-contact-box {
    margin-bottom: 30px;
  }
}
.footer10-section-area .footer-instagram-area .footer-contact-box h3 {
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}
.footer10-section-area .footer-instagram-area .footer-contact-box .input-area input {
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  border-radius: 4px;
  padding: 18px 16px;
  background: #F0F0F1;
  height: 52px;
  width: 100%;
}
.footer10-section-area .footer-instagram-area .footer-contact-box .input-area input::-moz-placeholder {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-21);
  opacity: 0.6;
}
.footer10-section-area .footer-instagram-area .footer-contact-box .input-area input::placeholder {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-21);
  opacity: 0.6;
}
.footer10-section-area .footer-instagram-area .footer-contact-box .input-area textarea {
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  border-radius: 4px;
  padding: 18px 16px;
  background: #F0F0F1;
  height: 120px;
  width: 100%;
}
.footer10-section-area .footer-instagram-area .footer-contact-box .input-area textarea::-moz-placeholder {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-25);
  opacity: 0.6;
}
.footer10-section-area .footer-instagram-area .footer-contact-box .input-area textarea::placeholder {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-25);
  opacity: 0.6;
}
.footer10-section-area .footer-instagram-area .footer-contact-box .input-area button {
  border: none;
  outline: none;
}
.footer10-section-area .footer-instagram-area .instagram-images .instagram-posts {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  margin-bottom: 20px;
}
.footer10-section-area .footer-instagram-area .instagram-images .instagram-posts:hover .img1::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.footer10-section-area .footer-instagram-area .instagram-images .instagram-posts:hover .icons {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 33%;
}
.footer10-section-area .footer-instagram-area .instagram-images .instagram-posts .img1 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  height: 190px;
}
.footer10-section-area .footer-instagram-area .instagram-images .instagram-posts .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  border-radius: 16px;
  background: rgba(7, 6, 16, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
}
.footer10-section-area .footer-instagram-area .instagram-images .instagram-posts .img1 img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.footer10-section-area .footer-instagram-area .instagram-images .instagram-posts .icons {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -30px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.footer10-section-area .footer-instagram-area .instagram-images .instagram-posts .icons a {
  height: 60px;
  width: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-27);
  text-align: center;
  line-height: 65px;
  font-size: var(--ztc-font-size-font-s32);
}
.footer10-section-area .footer-instagram-area .instagram-images .instagram-posts .icons a:hover {
  background: var(--ztc-bg-bg-22);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.footer10-section-area .footer10-bottom-section {
  position: relative;
  z-index: 2;
}
.footer10-section-area .footer10-bottom-section .footer-bottom-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 40px 60px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer10-section-area .footer10-bottom-section .footer-bottom-area {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .footer10-section-area .footer10-bottom-section .footer-bottom-area {
    padding: 30px;
  }
}
.footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area {
    display: block;
    text-align: center;
  }
}
.footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area .footer-logo img {
  width: 150px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area .footer-logo {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area .footer-logo {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area .footer-menu {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area .footer-menu {
    padding-bottom: 20px;
  }
}
.footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li {
  display: block;
  transition: all 0.4s;
}
.footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a {
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: inline-block;
}
@media (max-width: 767px) {
  .footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a {
    padding: 0 10px 0 0;
  }
}
.footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a:hover {
  color: var(--ztc-text-text-27);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 {
    padding-bottom: 20px;
    text-align: center;
  }
}
.footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li {
  display: block;
  transition: all 0.4s;
}
.footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  transition: all 0.4s;
  display: flex;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
    padding: 0;
    text-align: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
    padding: 0;
    text-align: center;
    justify-content: center;
  }
}
.footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a i {
  margin: 0 6px 0 0;
}
.footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a:hover {
  color: var(--ztc-text-text-27);
  transition: all 0.4s;
}
.footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li {
  display: inline-block;
}
.footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  transition: all 0.4s;
  border-radius: 50%;
  display: inline-block;
  background: #DEE4FE;
  color: var(--ztc-text-text-27);
}
.footer10-section-area .footer10-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li a:hover {
  background: var(--ztc-bg-bg-22);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.footer10-section-area .footer10-bottom-section .footer-bottom-area .copyright-area {
  padding-top: 24px;
  border-top: 1px solid #E6E6E7;
  text-align: center;
}
@media (max-width: 767px) {
  .footer10-section-area .footer10-bottom-section .footer-bottom-area .copyright-area {
    display: block;
    text-align: center;
  }
}
.footer10-section-area .footer10-bottom-section .footer-bottom-area .copyright-area p {
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .footer10-section-area .footer10-bottom-section .footer-bottom-area .copyright-area .privacy {
    padding-top: 20px;
  }
}

/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
.homepage3-body, html {
  overflow-x: hidden !important;
}

.homepage3-body {
  overflow-x: hidden;
}
.homepage3-body .header-area.homepage3 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage3-body .header-area.homepage3 .site-logo {
  height: 48px;
  width: 180px;
}
.homepage3-body .header-area.homepage3 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage3-body .header-area.homepage3 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-11);
}
.homepage3-body .header-area.homepage3 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 5px;
  /* padding: 15px 24px; */
  padding: 10px 24px;
}
.homepage3-body .header-area.homepage3 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu {
  position: relative;
  margin-left: 117px;
  
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li.menu-small a {
  display: flex !important;
  align-items: center;
 justify-content: space-between;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li.menu-small:hover ul.small-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  top: 10px;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul.small-menu {
  position: absolute;
  background: var(--ztc-text-text-1);
  width: 225px;
  left: 200px;
  border-radius: 4px;
  padding: 15px;
  top: 0;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 300px;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-5);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn3 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  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;
  background: var(--ztc-bg-bg-9);
  border-radius: 80px;
  padding: 17px 24px;
  position: relative;
  z-index: 1;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn3:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-8);
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn3:hover:after {
  width: 92%;
  transition: all 0.4s;
  border-radius: 80px;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn3::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: #EBDDB0;
  left: 5px;
  top: 5px;
  z-index: -1;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
  
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font2);
  font-size: 14px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-8);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 10px;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-11) !important;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -325px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  transform-origin: top;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-11);
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-11);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-11);
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-8);
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-11);
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-11);
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

.header-area.homepage3.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.header-area.homepage3.sticky .header-elements {
  padding: 0;
  transition: all 0.4s;
}

.btn-area-author {
  display: flex;
  align-items: center;
}
.btn-area-author .search-icon a {
  right: 19px;
  position: relative;
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-regular);
  top: -3px;
}
.btn-area-author .search-icon a span {
  background: #E6E8E7;
  height: 32px;
  display: inline-block;
  width: 2px;
  border: 4px;
  margin: 0 6px 0 16px;
  position: relative;
  top: 7px;
}
.btn-area-author ul li {
  display: inline-block;
}
.btn-area-author ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #E6E8E7;
  color: var(--ztc-text-text-8);
  margin: 0 10px 0 0;
}
.btn-area-author ul li a:hover {
  background: var(--ztc-text-text-10);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage2-body, html {
  overflow-x: hidden !important;
}

.homepage2-body {
  overflow-x: hidden;
}
.homepage2-body .header-area.homepage2 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage2-body .header-area.homepage2 .site-logo {
  height: 48px;
  width: 180px;
}
.homepage2-body .header-area.homepage2 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage2-body .header-area.homepage2 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-4);
}
.homepage2-body .header-area.homepage2 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 80px;
  padding: 15px 24px;
}
.homepage2-body .header-area.homepage2 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu {
  position: relative;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li.menu-small a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li.menu-small:hover ul.small-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  top: 10px;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul.small-menu {
  position: absolute;
  background: #fff;
  width: 225px;
  left: 200px;
  border-radius: 4px;
  padding: 15px;
  top: 0;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 300px;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-5);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  border-radius: 80px;
  padding: 17px 24px;
  position: relative;
  z-index: 1;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  transition: all 0.4s;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover:after {
  width: 91%;
  transition: all 0.4s;
  border-radius: 80px;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: #7FA975;
  left: 5px;
  top: 5px;
  z-index: -1;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
  margin-top: 20px;
  text-align: center;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-7) !important;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -340px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  transform-origin: top;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-7);
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-7);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-7);
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-5);
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-7);
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-7);
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

.header-area.homepage2.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.header-area.homepage2.sticky .header-elements {
  padding: 0;
  transition: all 0.4s;
}

.btn-area {
  display: flex;
  align-items: center;
}
.btn-area .search-icon a {
  right: 19px;
  position: relative;
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-regular);
}
.btn-area .search-icon a span {
  background: #E6E6E7;
  height: 32px;
  display: inline-block;
  width: 2px;
  border: 4px;
  margin: 0 6px 0 16px;
  position: relative;
  top: 6px;
}
.btn-area ul li {
  display: inline-block;
}
.btn-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #E9F3CF;
  color: var(--ztc-text-text-4);
  margin: 0 10px 0 0;
}
.btn-area ul li a:hover {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage1-body, html {
  overflow-x: hidden !important;
}

.homepage1-body {
  overflow-x: hidden;
}
.homepage1-body .header-area.homepage1 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .site-logo {
  height: 48px;
  width: 180px;
}
.homepage1-body .header-area.homepage1 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage1-body .header-area.homepage1 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 80px;
  padding: 15px 24px;
}
.homepage1-body .header-area.homepage1 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu {
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li.menu-small a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li.menu-small:hover ul.small-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  top: 10px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul.small-menu {
  position: absolute;
  background: #fff;
  width: 225px;
  left: 200px;
  border-radius: 4px;
  padding: 15px;
  top: 0;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 300px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  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;
  background: var(--ztc-bg-bg-2);
  border-radius: 80px;
  padding: 17px 24px;
  position: relative;
  z-index: 1;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover:after {
  width: 91%;
  transition: all 0.4s;
  border-radius: 80px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: #A9CF3D;
  left: 5px;
  top: 5px;
  z-index: -1;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 20px;
  text-align: center;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-4) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -320px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  transform-origin: top;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

.header-area.homepage1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.header-area.homepage1.sticky .header-elements {
  padding: 0;
  transition: all 0.4s;
}

.btn-area {
  display: flex;
  align-items: center;
}
.btn-area .search-icon a {
  right: 19px;
  position: relative;
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-regular);
}
.btn-area .search-icon a span {
  background: #E6E6E7;
  height: 32px;
  display: inline-block;
  width: 2px;
  border: 4px;
  margin: 0 6px 0 16px;
  position: relative;
  top: 6px;
}
.btn-area ul li {
  display: inline-block;
}
.btn-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #E9F3CF;
  color: var(--ztc-text-text-4);
  margin: 0 10px 0 0;
}
.btn-area ul li a:hover {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage4-body, html {
  overflow-x: hidden !important;
}

.homepage4-body {
  overflow-x: hidden;
}
.homepage4-body .header-area.homepage4 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage4-body .header-area.homepage4 .site-logo {
  height: 48px;
  width: 180px;
}
.homepage4-body .header-area.homepage4 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage4-body .header-area.homepage4 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-12);
}
.homepage4-body .header-area.homepage4 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 80px;
  padding: 15px 24px;
}
.homepage4-body .header-area.homepage4 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu {
  position: relative;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li.menu-small a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li.menu-small:hover ul.small-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  top: 10px;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul.small-menu {
  position: absolute;
  background: #fff;
  width: 225px;
  left: 200px;
  border-radius: 4px;
  padding: 15px;
  top: 0;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 300px;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
  border-radius: 80px;
  padding: 17px 24px;
  position: relative;
  z-index: 1;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn5:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn5:hover:after {
  width: 92%;
  transition: all 0.4s;
  border-radius: 80px;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn5::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: #FA9C3E;
  left: 5px;
  top: 5px;
  z-index: -1;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 20px;
  text-align: center;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-12) !important;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -320px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  transform-origin: top;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-12);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-12);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-12);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-12);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-12);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}
.homepage4-body .header-area.homepage4 .btn-area4 {
  display: flex;
  align-items: center;
}
.homepage4-body .header-area.homepage4 .btn-area4 .search-icon a {
  right: 19px;
  position: relative;
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-regular);
}
.homepage4-body .header-area.homepage4 .btn-area4 .search-icon a span {
  background: #E6E6E7;
  height: 32px;
  display: inline-block;
  width: 2px;
  border: 4px;
  margin: 0 6px 0 16px;
  position: relative;
  top: 6px;
}
.homepage4-body .header-area.homepage4 .btn-area4 ul li {
  display: inline-block;
}
.homepage4-body .header-area.homepage4 .btn-area4 ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #FDE7CD;
  color: var(--ztc-text-text-12);
  margin: 0 10px 0 0;
}
.homepage4-body .header-area.homepage4 .btn-area4 ul li a:hover {
  background: var(--ztc-text-text-12);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.header-area.homepage4.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.header-area.homepage4.sticky .header-elements {
  padding: 0;
  transition: all 0.4s;
}

.homepage5-body, html {
  overflow-x: hidden !important;
}

.homepage5-body {
  overflow-x: hidden;
}
.homepage5-body .header-area.homepage5 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  transition: all 0.4s;
}
.homepage5-body .header-area.homepage5 .site-logo {
  height: 48px;
  width: 180px;
}
.homepage5-body .header-area.homepage5 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage5-body .header-area.homepage5 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-15);
}
.homepage5-body .header-area.homepage5 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 0 0 4px 4px;
  padding: 20px 32px;
}
.homepage5-body .header-area.homepage5 .header-elements::after {
  position: absolute;
  content: "";
  height: 104%;
  width: 6px;
  left: 0;
  top: -4px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
  z-index: 2;
}
.homepage5-body .header-area.homepage5 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu {
  position: relative;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li.menu-small a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li.menu-small:hover ul.small-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  top: 10px;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul.small-menu {
  position: absolute;
  background: #fff;
  width: 225px;
  left: 200px;
  border-radius: 4px;
  padding: 15px;
  top: 0;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 300px;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn6 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
  border-radius: 130px;
  padding: 16px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn6:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn6:hover:after {
  width: 100%;
  transition: all 0.4s;
  right: auto;
  left: 0;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn6::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  border-radius: 130px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-12);
  right: 0;
  top: 0;
  z-index: -1;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn6 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
  margin-top: 20px;
  text-align: center;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-16);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-15) !important;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -337px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  transform-origin: top;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-15);
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-15);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-15);
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-16);
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-15);
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-15);
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}
.homepage5-body .header-area.homepage5 .btn-area {
  display: flex;
  align-items: center;
}
.homepage5-body .header-area.homepage5 .btn-area .search-icon a {
  right: 19px;
  position: relative;
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-16);
  font-weight: var(--ztc-weight-regular);
}
.homepage5-body .header-area.homepage5 .btn-area .search-icon a span {
  background: #E6E6E7;
  height: 32px;
  display: inline-block;
  width: 2px;
  border: 4px;
  margin: 0 6px 0 16px;
  position: relative;
  top: 6px;
}
.homepage5-body .header-area.homepage5 .btn-area ul li {
  display: inline-block;
}
.homepage5-body .header-area.homepage5 .btn-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #FDE7CD;
  color: var(--ztc-text-text-16);
  margin: 0 10px 0 0;
}
.homepage5-body .header-area.homepage5 .btn-area ul li a:hover {
  background: var(--ztc-text-text-12);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage5-body .header-area.homepage5 .header-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ztc-bg-bg-1);
  padding: 24px 32px;
  border-bottom: 1px solid #E7E7E8;
  transition: all 0.4s;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}
.homepage5-body .header-area.homepage5 .header-top-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 6px;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
}
.homepage5-body .header-area.homepage5 .header-top-area p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
}
.homepage5-body .header-area.homepage5 .header-top-area p a {
  display: inline-block;
  color: var(--ztc-text-text-15);
  transition: all 0.4s;
  padding-left: 6px;
}
.homepage5-body .header-area.homepage5 .header-top-area ul li {
  display: inline-block;
}
.homepage5-body .header-area.homepage5 .header-top-area ul li:nth-child(1) {
  margin: 0 16px 0 0;
}
.homepage5-body .header-area.homepage5 .header-top-area ul li a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage5-body .header-area.homepage5 .header-top-area ul li a:hover {
  color: var(--ztc-text-text-15);
  transition: all 0.4s;
}
.homepage5-body .header-area.homepage5 .header-top-area ul li a i {
  margin: 0 4px 0 0;
}

.header-area.homepage5.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.header-area.homepage5.sticky .header-elements {
  padding: 16px 0;
  transition: all 0.4s;
}
.header-area.homepage5.sticky .header-elements::after {
  display: none;
  transition: all 0.4s;
}
.header-area.homepage5.sticky .header-top-area {
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
}

.homepage6-body, html {
  overflow-x: hidden !important;
}

.homepage6-body {
  overflow-x: hidden;
}
.homepage6-body .header-area.homepage6 {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage6-body .header-area.homepage6 .site-logo {
  height: 48px;
  width: 180px;
}
.homepage6-body .header-area.homepage6 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage6-body .header-area.homepage6 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-18);
}
.homepage6-body .header-area.homepage6 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 80px;
  padding: 15px 24px;
}
.homepage6-body .header-area.homepage6 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu {
  position: relative;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li.menu-small a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li.menu-small:hover ul.small-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  top: 10px;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul.small-menu {
  position: absolute;
  background: #fff;
  width: 225px;
  left: 200px;
  border-radius: 4px;
  padding: 15px;
  top: 0;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 300px;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-17);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn7 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-13);
  border-radius: 130px;
  padding: 16px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn7:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn7:hover:after {
  width: 100%;
  transition: all 0.4s;
  right: auto;
  left: 0;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn7::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  border-radius: 130px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-14);
  right: 0;
  top: 0;
  z-index: -1;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn7 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-17);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-18) !important;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -325px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  transform-origin: top;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-18);
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-11);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-18);
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-17);
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-18);
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-18);
}
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

.header-area.homepage6.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.header-area.homepage6.sticky .header-elements {
  padding: 0;
  transition: all 0.4s;
}

.btn-area6 {
  display: flex;
  align-items: center;
}
.btn-area6 .search-icon a {
  right: 19px;
  position: relative;
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-regular);
  top: -3px;
}
.btn-area6 .search-icon a span {
  background: #FEE5CD;
  height: 32px;
  display: inline-block;
  width: 2px;
  border: 4px;
  margin: 0 6px 0 16px;
  position: relative;
  top: 7px;
}
.btn-area6 ul li {
  display: inline-block;
}
.btn-area6 ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #FEE5CD;
  color: var(--ztc-text-text-17);
  margin: 0 10px 0 0;
}
.btn-area6 ul li a:hover {
  background: var(--ztc-text-text-18);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage7-body, html {
  overflow-x: hidden !important;
}

.homepage7-body {
  overflow-x: hidden;
}
.homepage7-body .header-area.homepage7 {
  position: absolute;
  width: 100%;
  z-index: 999;
  transition: all 0.4s;
}
.homepage7-body .header-area.homepage7 .site-logo {
  height: 48px;
  width: 180px;
}
.homepage7-body .header-area.homepage7 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage7-body .header-area.homepage7 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-20);
}
.homepage7-body .header-area.homepage7 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 0 0 4px 4px;
  padding: 20px 32px;
}
.homepage7-body .header-area.homepage7 .header-elements::after {
  position: absolute;
  content: "";
  height: 104%;
  width: 6px;
  left: 0;
  top: -4px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-15);
  z-index: 2;
}
.homepage7-body .header-area.homepage7 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu {
  position: relative;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li.menu-small a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li.menu-small:hover ul.small-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  top: 10px;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul.small-menu {
  position: absolute;
  background: #fff;
  width: 225px;
  left: 200px;
  border-radius: 4px;
  padding: 15px;
  top: 0;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 300px;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn8 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-15);
  border-radius: 130px;
  padding: 16px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn8:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn8:hover:after {
  width: 100%;
  transition: all 0.4s;
  right: auto;
  left: 0;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn8::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  border-radius: 130px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-16);
  right: 0;
  top: 0;
  z-index: -1;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn8 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
  margin-top: 20px;
  text-align: center;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-19);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-20) !important;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -337px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  transform-origin: top;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-20);
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-20);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-20);
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-19);
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-20);
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-20);
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}
.homepage3-body .header-area.homepage7 .header7-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ztc-bg-bg-1);
  padding: 9px 32px;
  border-bottom: 1px solid #E7E7E8;
  transition: all 0.4s;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}
.homepage3-body .header-area.homepage7 .header7-top-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 6px;
  left: 0;
  top: 0;
  transition: all 0.4s;
 
}
.homepage3-body .header-area.homepage7 .header7-top-area p {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
}
.homepage3-body .header-area.homepage7 .header7-top-area p a {
  display: inline-block;
  color: var(--ztc-text-text-20);
  transition: all 0.4s;
  padding-left: 6px;
}
.homepage3-body .header-area.homepage7 .header7-top-area ul li {
  display: inline-block;
}
.homepage3-body .header-area.homepage7 .header7-top-area ul li:nth-child(1) {
  margin: 0 16px 0 0;
}
.homepage3-body .header-area.homepage7 .header7-top-area ul li a {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage3-body .header-area.homepage7 .header7-top-area ul li a:hover {
  color: var(--ztc-text-text-20);
  transition: all 0.4s;
}
.homepage3-body .header-area.homepage7 .header7-top-area ul li a i {
  margin: 0 4px 0 0;
}

.header-area.homepage7.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.header-area.homepage7.sticky .header-elements {
  padding: 16px 0;
  transition: all 0.4s;
}
.header-area.homepage7.sticky .header-elements::after {
  display: none;
  transition: all 0.4s;
}
.header-area.homepage7.sticky .header7-top-area {
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
}

.homepage8-body, html {
  overflow-x: hidden !important;
}

.homepage8-body {
  overflow-x: hidden;
}
.homepage8-body .header-area.homepage8 {
  position: absolute;
  width: 100%;
  z-index: 999;
  transition: all 0.4s;
}
.homepage8-body .header-area.homepage8 .site-logo {
  height: 48px;
  width: 180px;
}
.homepage8-body .header-area.homepage8 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage8-body .header-area.homepage8 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-22);
}
.homepage8-body .header-area.homepage8 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 0 0 4px 4px;
  padding: 20px 32px;
}
.homepage8-body .header-area.homepage8 .header-elements::after {
  position: absolute;
  content: "";
  height: 104%;
  width: 6px;
  left: 0;
  top: -4px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-18);
  z-index: 2;
}
.homepage8-body .header-area.homepage8 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu {
  position: relative;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li.menu-small a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li.menu-small:hover ul.small-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  top: 10px;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul.small-menu {
  position: absolute;
  background: #fff;
  width: 225px;
  left: 200px;
  border-radius: 4px;
  padding: 15px;
  top: 0;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 300px;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-21);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.7);
  z-index: 1;
  visibility: hidden;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn9 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-18);
  border-radius: 130px;
  padding: 16px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn9:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn9:hover:after {
  width: 100%;
  transition: all 0.4s;
  right: auto;
  left: 0;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn9::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  border-radius: 130px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-17);
  right: 0;
  top: 0;
  z-index: -1;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn9 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-21);
  transition: all 0.4s;
  margin-top: 20px;
  text-align: center;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-21);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-22) !important;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -337px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  transform-origin: top;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-22);
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-22);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-22);
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-21);
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-22);
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-22);
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}
.homepage8-body .header-area.homepage8 .header8-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ztc-bg-bg-1);
  padding: 24px 32px;
  border-bottom: 1px solid #E7E7E8;
  transition: all 0.4s;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}
.homepage8-body .header-area.homepage8 .header8-top-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 6px;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-18);
}
.homepage8-body .header-area.homepage8 .header8-top-area p {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
}
.homepage8-body .header-area.homepage8 .header8-top-area p a {
  display: inline-block;
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
  padding-left: 6px;
}
.homepage8-body .header-area.homepage8 .header8-top-area ul li {
  display: inline-block;
}
.homepage8-body .header-area.homepage8 .header8-top-area ul li:nth-child(1) {
  margin: 0 16px 0 0;
}
.homepage8-body .header-area.homepage8 .header8-top-area ul li a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage8-body .header-area.homepage8 .header8-top-area ul li a:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
}
.homepage8-body .header-area.homepage8 .header8-top-area ul li a i {
  margin: 0 4px 0 0;
}

.header-area.homepage8.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.header-area.homepage8.sticky .header-elements {
  padding: 16px 0;
  transition: all 0.4s;
}
.header-area.homepage8.sticky .header-elements::after {
  display: none;
  transition: all 0.4s;
}
.header-area.homepage8.sticky .header8-top-area {
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
}

.homepage9-body, html {
  overflow-x: hidden !important;
}

.homepage9-body {
  overflow-x: hidden;
}
.homepage9-body .header-area.homepage9 {
  position: absolute;
  width: 100%;
  z-index: 999;
  transition: all 0.4s;
}
.homepage9-body .header-area.homepage9 .site-logo {
  height: 48px;
  width: 180px;
}
.homepage9-body .header-area.homepage9 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage9-body .header-area.homepage9 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-24);
}
.homepage9-body .header-area.homepage9 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
  background: #F2F5FF;
  border-radius: 0 0 4px 4px;
  padding: 20px 32px;
}
.homepage9-body .header-area.homepage9 .header-elements::after {
  position: absolute;
  content: "";
  height: 104%;
  width: 6px;
  left: 0;
  top: -4px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-20);
  z-index: 2;
}
.homepage9-body .header-area.homepage9 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu {
  position: relative;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li.menu-small a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li.menu-small:hover ul.small-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  top: 10px;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul.small-menu {
  position: absolute;
  background: #F2F5FF;
  width: 225px;
  left: 200px;
  border-radius: 4px;
  padding: 15px;
  top: 0;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 300px;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-23);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.7);
  z-index: 1;
  visibility: hidden;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn10 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-20);
  border-radius: 80px;
  padding: 17px 24px;
  position: relative;
  z-index: 1;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn10:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn10:hover:after {
  width: 92%;
  transition: all 0.4s;
  border-radius: 80px;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn10::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: #8A85EE;
  left: 5px;
  top: 5px;
  z-index: -1;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
  margin-top: 20px;
  text-align: center;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-23);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-24) !important;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: #F2F5FF;
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -337px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: #F2F5FF;
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  transform-origin: top;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-24);
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-24);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-24);
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-23);
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-24);
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-24);
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}
.homepage9-body .header-area.homepage9 .header9-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ztc-bg-bg-1);
  padding: 24px 32px;
  border-bottom: 1px solid #E7E7E8;
  transition: all 0.4s;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
  background: #F2F5FF;
}
.homepage9-body .header-area.homepage9 .header9-top-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 6px;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-20);
}
.homepage9-body .header-area.homepage9 .header9-top-area p {
  color: var(--ztc-text-text-23);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
}
.homepage9-body .header-area.homepage9 .header9-top-area p a {
  display: inline-block;
  color: var(--ztc-text-text-24);
  transition: all 0.4s;
  padding-left: 6px;
}
.homepage9-body .header-area.homepage9 .header9-top-area ul li {
  display: inline-block;
}
.homepage9-body .header-area.homepage9 .header9-top-area ul li:nth-child(1) {
  margin: 0 16px 0 0;
}
.homepage9-body .header-area.homepage9 .header9-top-area ul li a {
  color: var(--ztc-text-text-23);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage9-body .header-area.homepage9 .header9-top-area ul li a:hover {
  color: var(--ztc-text-text-24);
  transition: all 0.4s;
}
.homepage9-body .header-area.homepage9 .header9-top-area ul li a i {
  margin: 0 4px 0 0;
}

.header-area.homepage9.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background: #F2F5FF;
  transition: all 0.4s;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.header-area.homepage9.sticky .header-elements {
  padding: 16px 0;
  transition: all 0.4s;
}
.header-area.homepage9.sticky .header-elements::after {
  display: none;
  transition: all 0.4s;
}
.header-area.homepage9.sticky .header9-top-area {
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
}

.homepage10-body, html {
  overflow-x: hidden !important;
}

.homepage10-body {
  overflow-x: hidden;
}
.homepage10-body .header-area.homepage10 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage10-body .header-area.homepage10 .site-logo {
  height: 48px;
  width: 180px;
}
.homepage10-body .header-area.homepage10 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage10-body .header-area.homepage10 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-27);
}
.homepage10-body .header-area.homepage10 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 80px;
  padding: 15px 24px;
}
.homepage10-body .header-area.homepage10 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu {
  position: relative;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li.menu-small a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li.menu-small:hover ul.small-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  top: 10px;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul.small-menu {
  position: absolute;
  background: #fff;
  width: 225px;
  left: 200px;
  border-radius: 4px;
  padding: 15px;
  top: 0;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 300px;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-25);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn11 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-22);
  border-radius: 130px;
  padding: 16px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn11:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn11:hover:after {
  width: 100%;
  transition: all 0.4s;
  right: auto;
  left: 0;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn11::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  border-radius: 130px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-21);
  right: 0;
  top: 0;
  z-index: -1;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn11 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-25);
  transition: all 0.4s;
  margin-top: 20px;
  text-align: center;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-25);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-27) !important;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -320px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  transform-origin: top;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-27);
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-27);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-27);
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-25);
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-27);
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-27);
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}
.homepage10-body .header-area.homepage10 .btn-area4 {
  display: flex;
  align-items: center;
}
.homepage10-body .header-area.homepage10 .btn-area4 .search-icon a {
  right: 19px;
  position: relative;
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-regular);
}
.homepage10-body .header-area.homepage10 .btn-area4 .search-icon a span {
  background: #E6E6E7;
  height: 32px;
  display: inline-block;
  width: 2px;
  border: 4px;
  margin: 0 6px 0 16px;
  position: relative;
  top: 6px;
}
.homepage10-body .header-area.homepage10 .btn-area4 ul li {
  display: inline-block;
}
.homepage10-body .header-area.homepage10 .btn-area4 ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #DEE4FE;
  color: var(--ztc-text-text-25);
  margin: 0 10px 0 0;
}
.homepage10-body .header-area.homepage10 .btn-area4 ul li a:hover {
  background: var(--ztc-text-text-27);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.header-area.homepage10.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.header-area.homepage10.sticky .header-elements {
  padding: 0;
  transition: all 0.4s;
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= PROPERTIES CSS AREA ===============*/
.property-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-3);
}
.property-section-area .property-header {
  padding: 0 100px 0 0;
}
@media (max-width: 767px) {
  .property-section-area .property-header {
    margin-bottom: 50px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property-section-area .property-header {
    margin-bottom: 50px;
    padding: 0;
  }
}
.property-section-area .property-header ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #DCE1D1;
}
.property-section-area .property-header ul li span {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}
.property-section-area .property-images-area {
  position: relative;
  z-index: 1;
}
.property-section-area .property-images-area .img1 {
  width: 450px;
}
@media (max-width: 767px) {
  .property-section-area .property-images-area .img1 {
    width: 100%;
  }
}
.property-section-area .property-images-area .img1 img {
  border-radius: 16px;
}
.property-section-area .property-images-area .img2 {
  position: relative;
  z-index: 1;
  width: 450px;
  margin-top: -520px;
  margin-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property-section-area .property-images-area .img2 {
    margin-left: 235px;
  }
}
@media (max-width: 767px) {
  .property-section-area .property-images-area .img2 {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
  }
}
.property-section-area .property-images-area .img2::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 16px;
  top: 16px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-2);
  border-radius: 16px;
  z-index: -1;
}
.property-section-area .property-images-area .img2 img {
  border-radius: 16px;
}

.property2-section-area {
  position: relative;
  z-index: 1;
  background: #F1F4F3;
}
.property2-section-area .property-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .property2-section-area .property-header {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property2-section-area .property-header {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .property2-section-area .property-header .btn-area1 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property2-section-area .property-header .btn-area1 {
    margin-top: 30px;
  }
}
.property2-section-area .rotation-images iframe {
  width: 100%;
  height: 630px;
  border-radius: 8px;
  position: relative;
  left: -100px;
}
@media (max-width: 767px) {
  .property2-section-area .rotation-images iframe {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property2-section-area .rotation-images iframe {
    left: 0;
  }
}
@media (max-width: 767px) {
  .property2-section-area .property-accordion {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property2-section-area .property-accordion {
    margin-top: 30px;
  }
}
.property2-section-area .property-accordion .accordion .accordion-item {
  border-radius: 4px;
  background: var(--ztc-bg-bg-6);
  border: none;
}
.property2-section-area .property-accordion .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  padding: 27px 20px 17px 20px;
}
.property2-section-area .property-accordion .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.property2-section-area .property-accordion .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  filter: brightness(0);
  transition: all 0.4s;
}
.property2-section-area .property-accordion .accordion .accordion-item button {
  box-shadow: none;
  border: none;
  border-radius: 4px;
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  transition: all 0.4s;
  padding: 27px 20px;
}
.property2-section-area .property-accordion .accordion .accordion-item button::after {
  filter: brightness(0) invert(1);
}
.property2-section-area .property-accordion .accordion .accordion-item button::before {
  height: 40px;
  width: 40px;
  background: var(--ztc-bg-bg-6);
  border-radius: 50%;
  transition: all 0.4s;
  line-height: 40px;
  color: var(--ztc-text-text-1);
  position: absolute;
  content: "";
  right: 10px;
}
.property2-section-area .property-accordion .accordion .accordion-item .accordion-body {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  padding: 0 20px 12px 20px;
}
.property2-section-area .property-accordion .accordion .accordion-item ul.list {
  padding: 0 20px 20px 20px;
}
.property2-section-area .property-accordion .accordion .accordion-item ul.list li {
  display: inline-block;
}
.property2-section-area .property-accordion .accordion .accordion-item ul.list li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.property2-section-area .property-accordion .accordion .accordion-item ul.list li a img {
  opacity: 0.6;
  margin: 0 4px 0 0;
  filter: brightness(0) invert(1);
}
.property2-section-area .property-accordion .accordion .accordion-item ul.list li span {
  color: #fff;
  display: inline-block;
  margin: 0 8px;
  opacity: 0.2;
}

.property3-section-area {
  position: relative;
  z-index: 1;
}
.property3-section-area .property-header {
  padding: 0 100px 0 0;
}
@media (max-width: 767px) {
  .property3-section-area .property-header {
    margin-bottom: 50px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property3-section-area .property-header {
    margin-bottom: 50px;
    padding: 0;
  }
}
.property3-section-area .property-header ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #DCE1D1;
}
.property3-section-area .property-header ul li span {
  display: inline-block;
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}
.property3-section-area .property-images {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property3-section-area .property-images {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .property3-section-area .property-images {
    margin-bottom: 50px;
  }
}
.property3-section-area .property-images .img1 img {
  height: 370px;
  width: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.property3-section-area .property-images .img2 {
  position: relative;
  margin-top: -100px;
  margin-left: 100px;
}
@media (max-width: 767px) {
  .property3-section-area .property-images .img2 {
    margin-top: 30px;
    margin-left: 0;
  }
}
.property3-section-area .property-images .img2 img {
  height: 370px;
  width: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.property3-section-area .property-images .elements {
  position: absolute;
  top: -36px;
  left: -25px;
}

.property3-section-area {
  position: relative;
  z-index: 1;
}
.property3-section-area .property-images-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .property3-section-area .property-images-area {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property3-section-area .property-images-area {
    margin-bottom: 50px;
  }
}
.property3-section-area .property-images-area .img2 {
  position: relative;
  z-index: -1;
  margin-right: 75px;
}
@media (max-width: 767px) {
  .property3-section-area .property-images-area .img2 {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1024px){
    .property3-section-area .property-images-area .elements img{
        margin-left:-20%;
   height: 500px !important;
    width: 60%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 50%;
    }
}
.property3-section-area .property-images-area .img2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.property3-section-area .property-images-area .img1 {
  position: relative;
  z-index: 1;
  margin-left: 190px;
  /* margin-bottom: 20px; */
}
@media (max-width: 767px) {
  .property3-section-area .property-images-area .img1 {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.property3-section-area .property-images-area .img1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.property3-section-area .property-images-area .elements {
  position: absolute;
  top: -80px;
  left: -95px;
  width: 800px;
  z-index: -2;
}
.property3-section-area .property-images-area .elements img {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 50%;
}
@media (max-width: 767px) {
  .property3-section-area .property-images-area .elements img {
      height: 400px !important;
      width: 60% !important;
      object-fit: contain !important;
      opacity: 50% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .property3-section-area .property-images-area {
    width: 600px !important; /* Ensure container spans full width */
    height: auto !important; /* Let height adjust automatically */
  }

  .property3-section-area .property-images-area .img1 img {
    width: 100% !important; /* Force image width to fill container */
    height: auto !important; /* Maintain aspect ratio */
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
  }
  .property3-section-area .property-images-area .img2 img {
    width: 80%; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
    -o-object-fit: contain; /* Change object-fit behavior if required */
       object-fit: contain;
    border-radius: 20px; /* Adjust border-radius if necessary */
    position: relative; /* Add position if you need to layer it */
    z-index: 1; /* Adjust z-index to ensure correct stacking */
  }
  
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .property3-section-area .property-images-area {
    display: flex; /* Use flexbox for layout */
    flex-wrap: wrap; /* Allow wrapping if needed */
    gap: 13px; /* Add spacing between the images */
    justify-content: center; /* Center the images */
    align-items: center; /* Align items vertically */
    margin-left: -20%;
  }

  .property3-section-area .property-images-area .img1,
  .property3-section-area .property-images-area .img2 {
    flex: 1 1 45%; /* Adjust width percentage */
    max-width: 55%; /* Ensure each image takes up 45% of the container */
    position: relative;
  }

  .property3-section-area .property-images-area .img1 img,
  .property3-section-area .property-images-area .img2 img {
    width: 100%; /* Make images responsive within their containers */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Adjust how the image fits within its box */
    border-radius: 16px; /* Apply consistent styling */
    z-index: 2; /* Avoid stacking overlap */
  }
}


.property4-section-area {
  position: relative;
  z-index: 1;
}
.property4-section-area .property-header {
  padding: 0 100px 0 0;
}
@media (max-width: 767px) {
  .property4-section-area .property-header {
    margin-bottom: 50px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property4-section-area .property-header {
    margin-bottom: 50px;
    padding: 0;
  }
}
.property4-section-area .property-header ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #DCE1D1;
}
.property4-section-area .property-header ul li span {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}
.property4-section-area .property-images-area {
  position: relative;
  z-index: 1;
}
.property4-section-area .property-images-area .img1 {
  width: 450px;
}
@media (max-width: 767px) {
  .property4-section-area .property-images-area .img1 {
    width: 100%;
  }
}
.property4-section-area .property-images-area .img1 img {
  border-radius: 16px;
}
.property4-section-area .property-images-area .img2 {
  position: relative;
  z-index: 1;
  width: 450px;
  margin-top: -520px;
  margin-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property4-section-area .property-images-area .img2 {
    margin-left: 235px;
  }
}
@media (max-width: 767px) {
  .property4-section-area .property-images-area .img2 {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
  }
}
.property4-section-area .property-images-area .img2::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 16px;
  top: 16px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
  border-radius: 16px;
  z-index: -1;
}
.property4-section-area .property-images-area .img2 img {
  border-radius: 16px;
}

.property5-section-area {
  position: relative;
  z-index: 1;
  height: 1260px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property5-section-area {
    height: auto;
  }
}
@media (max-width: 767px) {
  .property5-section-area {
    height: auto;
  }
}
.property5-section-area .img1 img {
  position: absolute;
  width: 50%;
  height: 840px;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property5-section-area .img1 img {
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
    top: 0;
  }
}
@media (max-width: 767px) {
  .property5-section-area .img1 img {
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
    top: 0;
  }
}
.property5-section-area .img2 img {
  position: absolute;
  bottom: 120px;
  right: 0;
  width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property5-section-area .img2 img {
    display: none;
  }
}
@media (max-width: 767px) {
  .property5-section-area .img2 img {
    display: none;
  }
}
@media screen and (min-width: 2000px) {
  .property5-section-area .img2 img {
    height: 550px;
  }
}
.property5-section-area .property-header .btn-area1 {
  display: flex;
  align-items: center;
}
.property5-section-area .property-header .btn-area1 .popup-youtube {
  padding-left: 16px;
}
@media (max-width: 767px) {
  .property5-section-area .property-header .btn-area1 .popup-youtube {
    padding-left: 16px;
    padding-top: 20px;
  }
}
.property5-section-area .property-header .btn-area1 .popup-youtube span.play-btn {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
  position: relative;
  z-index: 1;
}
.property5-section-area .property-header .btn-area1 .popup-youtube span.play-btn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 18px;
  top: 18px;
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
  display: inline-block;
}
.property5-section-area .property-header .btn-area1 .popup-youtube span.text {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  padding-left: 10px;
}

.property6-section-area {
  position: relative;
  z-index: 1;
}
.property6-section-area .property-header {
  padding: 0 100px 0 0;
}
@media (max-width: 767px) {
  .property6-section-area .property-header {
    margin-bottom: 50px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property6-section-area .property-header {
    margin-bottom: 50px;
    padding: 0;
  }
}
.property6-section-area .property-header ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #DCE1D1;
}
.property6-section-area .property-header ul li span {
  display: inline-block;
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}
.property6-section-area .property-images {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property6-section-area .property-images {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .property6-section-area .property-images {
    margin-bottom: 50px;
  }
}
.property6-section-area .property-images .img1 img {
  height: 370px;
  width: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.property6-section-area .property-images .img2 {
  position: relative;
  margin-top: -100px;
  margin-left: 100px;
}
@media (max-width: 767px) {
  .property6-section-area .property-images .img2 {
    margin-top: 30px;
    margin-left: 0;
  }
}
.property6-section-area .property-images .img2 img {
  height: 370px;
  width: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.property6-section-area .property-images .elements {
  position: absolute;
  top: -36px;
  left: -25px;
}

.property6-author-section-area {
  position: relative;
  z-index: 1;
  background: #F4F4F8;
}
.property6-author-section-area .property-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .property6-author-section-area .property-header {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property6-author-section-area .property-header {
    display: inline-block;
  }
}
.property6-author-section-area .property-header .author-box {
  z-index: 1;
  border-radius: 120px;
  background: var(--ztc-text-text-1);
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property6-author-section-area .property-header .author-box {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .property6-author-section-area .property-header .author-box {
    margin-top: 20px;
  }
}
.property6-author-section-area .property-header .author-box .others-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 14px 20px;
}
.property6-author-section-area .property-header .author-box .others-box .img3 {
  position: relative;
  z-index: 1;
}
.property6-author-section-area .property-header .author-box .others-box .img3 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.property6-author-section-area .property-header .author-box .others-box .text {
  padding-left: 20px;
}
.property6-author-section-area .property-header .author-box .others-box .text h3 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
}
.property6-author-section-area .property-header .author-box .others-box .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
}
.property6-author-section-area .rotate-img iframe {
  width: 100%;
  height: 630px;
  border-radius: 8px;
  position: relative;
  left: -100px;
}
@media (max-width: 767px) {
  .property6-author-section-area .rotate-img iframe {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property6-author-section-area .rotate-img iframe {
    left: 0;
  }
}
.property6-author-section-area .property-accordion .accordion .accordion-item {
  border-radius: 4px;
  background:  #555d77;
  color: white;
  border: none;
  line-height: 28px;
}
.property6-author-section-area .property-accordion .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #555d77;
  transition: all 0.4s;
  color: rgb(227, 255, 250) !important;
  transition: all 0.4s;
  padding: 27px 20px 17px 20px;
}
.property6-author-section-area .property-accordion .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.property6-author-section-area .property-accordion .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  filter: brightness(0);
  transition: all 0.4s;
}
.property6-author-section-area .property-accordion .accordion .accordion-item button {
  box-shadow: none;
  border: none;
  border-radius: 4px;
  color: black;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 25px;
  transition: all 0.4s;
  padding: 27px 20px;
}
.property6-author-section-area .property-accordion .accordion .accordion-item button::after {
  filter: brightness(0) invert(1);
}
.property6-author-section-area .property-accordion .accordion .accordion-item button::before {
  height: 40px;
  width: 40px;
  background:  darkgray;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: 40px;
  color: wheat;
  position: absolute;
  content: "";
  right: 10px;
}
.property6-author-section-area .property-accordion .accordion .accordion-item .accordion-body {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  padding: 0 20px 12px 20px;
}
.property6-author-section-area .property-accordion .accordion .accordion-item ul.list {
  padding: 0 20px 20px 20px;
}
.property6-author-section-area .property-accordion .accordion .accordion-item ul.list li {
  display: inline-block;
}
.property6-author-section-area .property-accordion .accordion .accordion-item ul.list li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.property6-author-section-area .property-accordion .accordion .accordion-item ul.list li a img {
  opacity: 0.6;
  margin: 0 4px 0 0;
  filter: brightness(0) invert(1);
}
.property6-author-section-area .property-accordion .accordion .accordion-item ul.list li span {
  color: #fff;
  display: inline-block;
  margin: 0 8px;
  opacity: 0.2;
}

.property7-section-area {
  position: relative;
  z-index: 1;
}
.property7-section-area .property-header {
  padding: 0 100px 0 0;
}
@media (max-width: 767px) {
  .property7-section-area .property-header {
    margin-bottom: 50px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property7-section-area .property-header {
    margin-bottom: 50px;
    padding: 0;
  }
}
.property7-section-area .property-header ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #DCE1D1;
}
.property7-section-area .property-header ul li span {
  display: inline-block;
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}
.property7-section-area .property-images {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property7-section-area .property-images {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .property7-section-area .property-images {
    margin-bottom: 50px;
  }
}
.property7-section-area .property-images .img1 img {
  height: 370px;
  width: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.property7-section-area .property-images .img2 {
  position: relative;
  margin-top: -100px;
  margin-left: 100px;
}
@media (max-width: 767px) {
  .property7-section-area .property-images .img2 {
    margin-top: 30px;
    margin-left: 0;
  }
}
.property7-section-area .property-images .img2 img {
  height: 370px;
  width: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.property7-section-area .property-images .elements {
  position: absolute;
  top: -36px;
  left: -25px;
}

.property7-author-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-bg1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.property7-author-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-16);
  opacity: 0.6;
  z-index: -1;
}
.property7-author-section-area .property-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .property7-author-section-area .property-header {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property7-author-section-area .property-header {
    display: inline-block;
  }
}
.property7-author-section-area .property-header .heading7 h2 {
  color: var(--ztc-text-text-1);
}
.property7-author-section-area .property-header .heading7 h5 {
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
}
.property7-author-section-area .property-header .author-box {
  z-index: 1;
  border-radius: 120px;
  background: var(--ztc-text-text-1);
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property7-author-section-area .property-header .author-box {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .property7-author-section-area .property-header .author-box {
    margin-top: 20px;
  }
}
.property7-author-section-area .property-header .author-box .others-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 14px 20px;
}
.property7-author-section-area .property-header .author-box .others-box .img3 {
  position: relative;
  z-index: 1;
}
.property7-author-section-area .property-header .author-box .others-box .img3 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.property7-author-section-area .property-header .author-box .others-box .text {
  padding-left: 20px;
}
.property7-author-section-area .property-header .author-box .others-box .text h3 {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
}
.property7-author-section-area .property-header .author-box .others-box .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
}
.property7-author-section-area .rotate-img iframe {
  width: 100%;
  height: 630px;
  border-radius: 8px;
  position: relative;
  left: -100px;
}
@media (max-width: 767px) {
  .property7-author-section-area .rotate-img iframe {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property7-author-section-area .rotate-img iframe {
    left: 0;
  }
}
.property7-author-section-area .property-accordion .accordion .accordion-item {
  border-radius: 4px;
  background: var(--ztc-bg-bg-15);
  border: none;
}
.property7-author-section-area .property-accordion .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  padding: 27px 20px 17px 20px;
}
.property7-author-section-area .property-accordion .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.property7-author-section-area .property-accordion .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  filter: brightness(0);
  transition: all 0.4s;
}
.property7-author-section-area .property-accordion .accordion .accordion-item button {
  box-shadow: none;
  border: none;
  border-radius: 4px;
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  transition: all 0.4s;
  padding: 27px 20px;
}
.property7-author-section-area .property-accordion .accordion .accordion-item button::after {
  filter: brightness(0) invert(1);
}
.property7-author-section-area .property-accordion .accordion .accordion-item button::before {
  height: 40px;
  width: 40px;
  background: var(--ztc-bg-bg-15);
  border-radius: 50%;
  transition: all 0.4s;
  line-height: 40px;
  color: var(--ztc-text-text-1);
  position: absolute;
  content: "";
  right: 10px;
}
.property7-author-section-area .property-accordion .accordion .accordion-item .accordion-body {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  padding: 0 20px 12px 20px;
}
.property7-author-section-area .property-accordion .accordion .accordion-item ul.list {
  padding: 0 20px 20px 20px;
}
.property7-author-section-area .property-accordion .accordion .accordion-item ul.list li {
  display: inline-block;
}
.property7-author-section-area .property-accordion .accordion .accordion-item ul.list li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.property7-author-section-area .property-accordion .accordion .accordion-item ul.list li a img {
  opacity: 0.6;
  margin: 0 4px 0 0;
  filter: brightness(0) invert(1);
}
.property7-author-section-area .property-accordion .accordion .accordion-item ul.list li span {
  color: #fff;
  display: inline-block;
  margin: 0 8px;
  opacity: 0.2;
}

.property8-section-area {
  position: relative;
  z-index: 1;
  height: 1260px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property8-section-area {
    height: auto;
  }
}
@media (max-width: 767px) {
  .property8-section-area {
    height: auto;
  }
}
.property8-section-area .img1 img {
  position: absolute;
  width: 50%;
  height: 840px;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property8-section-area .img1 img {
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
    top: 0;
  }
}
@media (max-width: 767px) {
  .property8-section-area .img1 img {
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
    top: 0;
  }
}
.property8-section-area .img2 img {
  position: absolute;
  bottom: 120px;
  right: 0;
  width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property8-section-area .img2 img {
    display: none;
  }
}
@media (max-width: 767px) {
  .property8-section-area .img2 img {
    display: none;
  }
}
@media screen and (min-width: 2000px) {
  .property8-section-area .img2 img {
    height: 550px;
  }
}
.property8-section-area .property-header .btn-area1 {
  display: flex;
  align-items: center;
}
.property8-section-area .property-header .btn-area1 .popup-youtube {
  padding-left: 16px;
}
@media (max-width: 767px) {
  .property8-section-area .property-header .btn-area1 .popup-youtube {
    padding-left: 16px;
    padding-top: 20px;
  }
}
.property8-section-area .property-header .btn-area1 .popup-youtube span.play-btn {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-18);
  color: var(--ztc-text-text-1);
  position: relative;
  z-index: 1;
}
.property8-section-area .property-header .btn-area1 .popup-youtube span.play-btn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 18px;
  top: 18px;
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
  display: inline-block;
}
.property8-section-area .property-header .btn-area1 .popup-youtube span.text {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  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;
  padding-left: 10px;
}

.property10-section-area {
  position: relative;
  z-index: 1;
}
.property10-section-area .property-header {
  padding: 0 100px 0 0;
}
@media (max-width: 767px) {
  .property10-section-area .property-header {
    margin-bottom: 50px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property10-section-area .property-header {
    margin-bottom: 50px;
    padding: 0;
  }
}
.property10-section-area .property-header ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #DCE1D1;
}
.property10-section-area .property-header ul li span {
  display: inline-block;
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}
.property10-section-area .property-images {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property10-section-area .property-images {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .property10-section-area .property-images {
    margin-bottom: 50px;
  }
}
.property10-section-area .property-images .img1 img {
  height: 370px;
  width: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.property10-section-area .property-images .img2 {
  position: relative;
  margin-top: -100px;
  margin-left: 100px;
}
@media (max-width: 767px) {
  .property10-section-area .property-images .img2 {
    margin-top: 30px;
    margin-left: 0;
  }
}
.property10-section-area .property-images .img2 img {
  height: 370px;
  width: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.property10-section-area .property-images .elements {
  position: absolute;
  top: -36px;
  left: -25px;
}

/*============= PROPERTIES CSS AREA ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
.header-search-container form input {
  outline: none;
  border: none;
  background: none;
  font-family: var(--ztc-family-font2);
  font-weight: 500;
}

.header-search-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  z-index: 9999;
  background-color: #fff;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end;
}

.header-search-form-wrapper.open {
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
  transform: translate3d(0, 0, 0);
}

.header-search-form-wrapper .search-form {
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.header-search-form-wrapper .search-form input[type=search] {
  height: 65px;
  line-height: 65px;
  font-size: 28px;
  background-color: transparent;
  text-align: left;
  border: none;
  border-bottom: 1px solid #dddbdb;
  padding-left: 0;
  border-radius: 0;
  width: 100%;
  color: var(--ztc-text-text-2);
}

.header-search-form-wrapper .search-form input[type=search]::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}

.header-search-form-wrapper .search-form input[type=search]::placeholder {
  color: #a4a4a4;
  opacity: 1;
}

.header-search-form-wrapper .search-form input[type=search]:-ms-input-placeholder {
  color: #a4a4a4;
}

.header-search-form-wrapper .search-form input[type=search]::-ms-input-placeholder {
  color: #a4a4a4;
}

.header-search-form-wrapper .search-submit {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  right: 0;
  background-color: transparent;
  color: #9F9F9F;
  font-size: 24px;
  border: none;
  color: #2B495A;
}

.header-search-form-wrapper .tx-search-close {
  background: rgba(204, 204, 204, 0.2705882353);
  width: 54px;
  height: 54px;
  border-width: 18px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  font-size: 30px;
}

.header-search-form-wrapper .tx-search-close::before, .header-search-form-wrapper .tx-search-close::after {
  background-color: var(--color-black);
}

.header-search-container {
  width: 100%;
  height: 100%;
  max-width: 1170px;
  border: 0;
  padding: 0;
  background: 0 0;
  transform: translate3d(0, calc(100% - 100px), 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
  margin: auto;
  opacity: 0;
  visibility: hidden;
}

.header-search-form-wrapper.open .header-search-container {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/logo/preloader.gif);
}

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

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

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

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

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

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

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

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

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

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= OTHERS FACT CSS AREA STARTS ===============*/
.others1-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/Jag_pics/trusted_cmpy.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.others1-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-4);
  opacity: 0.8;
  transition: all 0.4s;
  z-index: -1;
}
.others1-section-area .others-box {
  text-align: center;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 16px;
  padding: 32px;
}
.others1-section-area .others-box:hover {
  background:  #02706b;
  transition: all 0.4s;
  transform: translateY(-5px);
  /* border: 3px solid white; */
}
.others1-section-area .others-box:hover .icons {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.others1-section-area .others-box:hover .icons img {
  transition: all 0.4s;
}
.others1-section-area .others-box:hover p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.others1-section-area .others-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  /* background: #F4F9E7; */
  transition: all 0.4s;
  margin: 0 auto;
}
.others1-section-area .others-box .icons img {
  transition: all 0.4s;
}
.others1-section-area .others-box p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
  transition: all 0.4s;
}

.others3-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-8);
  overflow: hidden;
}
.others3-section-area .images-area {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others3-section-area .images-area {
    text-align: center;
    left: 20%;
  }
}
.others3-section-area .images-area .img1 {
  position: relative;
  margin-bottom: 65px;
  margin-top: 65px;
  overflow: hidden !important;
  width: 250px;
}
@media (max-width: 767px) {
  .others3-section-area .images-area .img1 {
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.others3-section-area .images-area .img1 img {
  height: 100%;
  width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .others3-section-area .images-area .img1 img {
    width: 100%;
  }
}
.others3-section-area .images-area .img2 {
  position: relative;
  z-index: 1;
  margin-left: 140px;
  margin-top: -370px;
  top: -70px;
  overflow: hidden !important;
  width: 250px;
}
@media (max-width: 767px) {
  .others3-section-area .images-area .img2 {
    margin-left: 0;
    margin-top: 0;
    top: 0;
    width: 100%;
  }
}
.others3-section-area .images-area .img2 img {
  height: 100%;
  width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .others3-section-area .images-area .img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.others3-section-area .images-area .elements {
  position: absolute;
  top: -133px;
  left: -70px;
  z-index: -1;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others3-section-area .images-area .elements {
    width: auto;
    top: -100px;
  }
}
@media (max-width: 767px) {
  .others3-section-area .images-area .elements {
    top: 30%;
    left: 0;
  }
}
.others3-section-area .images-area .elements img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .others3-section-area .others-header {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others3-section-area .others-header {
    margin-top: 50px;
  }
}
.others3-section-area .others-header h5 {
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
}
.others3-section-area .others-header h2 {
  color: var(--ztc-text-text-1);
}
.others3-section-area .others-header p {
  color: var(--ztc-text-text-1);
  opacity: 0.8 !important;
}
.others3-section-area .others-header .btn-area1 .popup-youtube {
  padding-left: 16px;
}
@media (max-width: 767px) {
  .others3-section-area .others-header .btn-area1 .popup-youtube {
    padding-left: 16px;
    padding-top: 20px;
  }
}
.others3-section-area .others-header .btn-area1 .popup-youtube span.play-btn {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-10);
  position: relative;
  z-index: 1;
}
.others3-section-area .others-header .btn-area1 .popup-youtube span.play-btn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 18px;
  top: 18px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
  display: inline-block;
}
.others3-section-area .others-header .btn-area1 .popup-youtube span.text {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  padding-left: 10px;
}

.others4-section-area .instagram-posts {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  margin-bottom: 30px;
}
.others4-section-area .instagram-posts:hover .img1::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.others4-section-area .instagram-posts:hover .icons {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 40%;
}
.others4-section-area .instagram-posts .img1 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
.others4-section-area .instagram-posts .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  border-radius: 16px;
  background: rgba(7, 6, 16, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
}
.others4-section-area .instagram-posts .img1 img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.others4-section-area .instagram-posts .icons {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -30px;
  right: 45%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.others4-section-area .instagram-posts .icons a {
  height: 60px;
  width: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: var(--ztc-text-text-1);
  text-align: center;
  line-height: 60px;
  font-size: var(--ztc-font-size-font-s32);
}
.others4-section-area .instagram-posts .icons a:hover {
  background: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.others4-section-area .btn-area1 .header-btn5 i {
  transform: rotate(0);
  margin-left: 0;
  margin-right: 6px;
}
.others4-section-area .btn-area1 .header-btn5:hover::after {
  width: 96%;
}

.others-author-area {
  position: relative;
  z-index: 1;
  margin-top: -38px;
}
.others-author-area .auhtor-tabs-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .others-author-area .auhtor-tabs-area {
    display: inline-block;
    text-align: center;
  }
}
.others-author-area .auhtor-tabs-area .boxes {
  display: flex;
  align-items: center;
  border-radius: 130px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  padding: 8px 16px 8px 8px;
  margin: 0 12px 0 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .others-author-area .auhtor-tabs-area .boxes {
    margin: 0 0 20px 0;
    width: 100%;
    justify-content: center;
    display: inline-block;
    padding: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others-author-area .auhtor-tabs-area .boxes {
    margin: 0 12px 0 0;
    width: 100%;
    justify-content: center;
    display: inline-block;
    padding: 16px;
    border-radius: 4px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.others-author-area .auhtor-tabs-area .boxes:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
}
.others-author-area .auhtor-tabs-area .boxes:hover .icons {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.others-author-area .auhtor-tabs-area .boxes:hover .content a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.others-author-area .auhtor-tabs-area .boxes .icons {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #FFEDE6;
}
@media (max-width: 767px) {
  .others-author-area .auhtor-tabs-area .boxes .icons {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others-author-area .auhtor-tabs-area .boxes .icons {
    margin-bottom: 16px;
  }
}
.others-author-area .auhtor-tabs-area .boxes .content a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  transition: all 0.4s;
  display: inline-block;
  padding-left: 8px;
}

.others9-section-area .instagram-posts {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  margin-bottom: 30px;
}
.others9-section-area .instagram-posts:hover .img1::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.others9-section-area .instagram-posts:hover .icons {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 40%;
}
.others9-section-area .instagram-posts .img1 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
.others9-section-area .instagram-posts .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  border-radius: 16px;
  background: rgba(7, 6, 16, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
}
.others9-section-area .instagram-posts .img1 img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.others9-section-area .instagram-posts .icons {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -30px;
  right: 45%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.others9-section-area .instagram-posts .icons a {
  height: 60px;
  width: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: var(--ztc-text-text-1);
  text-align: center;
  line-height: 60px;
  font-size: var(--ztc-font-size-font-s32);
}
.others9-section-area .instagram-posts .icons a:hover {
  background: var(--ztc-text-text-24);
  transition: all 0.4s;
}

/*============= OTHERS FACT CSS AREA ENDS ===============*/
/*============= PRICING CSS AREA STARTS ===============*/
/*============= SKILLS CSS AREA ENDS ===============*/
/*============= CHOOSE CSS AREA STARTS ===============*/
/*============= CHOOSE CSS AREA ENDS ===============*/
/*============= ERROR CSS AREA ENDS ===============*/
/*============= ERROR CSS AREA ENDS ===============*/
/*============= TEAM CSS AREA ===============*/
/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
.contact1-section-area {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #006666, #33cccc);
}
.contact1-section-area .heading2 h5 {
  color: var(--ztc-text-text-1);
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.1);
}
.contact1-section-area .heading2 h2 {
  color: var(--ztc-text-text-1);
}
.contact1-section-area .heading2 p {
  color: var(--ztc-text-text-1);
  font-size: 16px;
}
.contact1-section-area .heading2 .btn-area1 a {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-7);
  /* background:var(--ztc-bg-bg-8); */
}
.contact1-section-area .heading2 .btn-area1 a::after {
  background: #DFEADC;
}
.contact1-section-area .contact-img1 {
  position: absolute;
  z-index: 1;
  top: 20px;
}
@media (max-width: 767px) {
  .contact1-section-area .contact-img1 {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area .contact-img1 {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
}
.contact1-section-area .contact-img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact1-section-area .contact-img1 .btn-area1 {
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 82px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area .contact-img1 .btn-area1 {
    position: absolute;
    z-index: 2;
    top: 170px;
    left: 35%;
  }
}
.contact1-section-area .contact-img1 .btn-area1 img.elements4 {
  position: absolute;
  bottom: -20px;
  height: 24px !important;
  width: 24px !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
  left: 45%;
}
.contact1-section-area .contact-img1 .btn-area1 a {
  background: var(--ztc-bg-bg-1);
  color: black
}
.contact1-section-area .contact-img1 .btn-area1 a::after {
  background: darkgray;
}
.contact1-section-area .contact-img1 .btn-area1 i {
  transform: rotate(-45deg);
  margin: 0 4px 0 0;
}
.contact5-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/all-images/contact/contact-bg1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact5-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-12);
  z-index: -1;
  opacity: 80%;
}
.contact5-section-area .heading2 h5 {
  color: var(--ztc-text-text-1);
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.1);
}
.contact5-section-area .heading2 h2 {
  color: var(--ztc-text-text-1);
}
.contact5-section-area .heading2 p {
  color: var(--ztc-text-text-1);
}
.contact5-section-area .heading2 .btn-area1 a::after {
  background: #fff;
}
.contact5-section-area .heading2 .btn-area1 a:hover {
  color: var(--ztc-text-text-15);
}
.contact5-section-area .contact-img1 {
  position: absolute;
  z-index: 1;
  top: 20px;
}
@media (max-width: 767px) {
  .contact5-section-area .contact-img1 {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact5-section-area .contact-img1 {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
}
.contact5-section-area .contact-img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact5-section-area .contact-img1 .btn-area1 {
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 82px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact5-section-area .contact-img1 .btn-area1 {
    position: absolute;
    z-index: 2;
    top: 170px;
    left: 35%;
  }
}
.contact5-section-area .contact-img1 .btn-area1 img.elements4 {
  position: absolute;
  bottom: -13px;
  height: 24px !important;
  width: 24px !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
  left: 45%;
}
.contact5-section-area .contact-img1 .btn-area1 a {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-15);
}
.contact5-section-area .contact-img1 .btn-area1 a::after {
  background: var(--ztc-bg-bg-11);
}
.contact5-section-area .contact-img1 .btn-area1 a:hover {
  color: var(--ztc-text-text-1);
}
.contact5-section-area .contact-img1 .btn-area1 i {
  transform: rotate(-45deg);
  margin: 0 4px 0 0;
}

.contact7-section-area {
  position: relative;
  z-index: 1;
  /* background-image: url(../img/all-images/contact/contact-bg1.png); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact7-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  /* background: #004d40 ; */
  /* background:  #006666 ; */
  background: #02706b;
  background-image: url(https://images.pexels.com/photos/280229/pexels-photo-280229.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  z-index: -1;
}
.contact7-section-area .heading2 h5 {
  color: var(--ztc-text-text-1);
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.1);
  margin-left: 480px;
}
.contact7-section-area .heading2 h2 {
  color: var(--ztc-text-text-1);
 
}
.contact7-section-area .heading2 p {
  color: var(--ztc-text-text-1);
  font-family :Poppins, sans-serif;
  font-size: 20px;
  margin-left: 10%;
}
.contact7-section-area .heading2 h4{
  font-family :Poppins, sans-serif;
  margin-left: 10%;
}
.contact7-section-area .heading2 .btn-area1 a {
  background: var(--ztc-bg-bg-1);
  color: black;
  margin-left: 43%;
  
}
.contact7-section-area .heading2 .btn-area1 a::after {
  background: darkgray
}
.contact7-section-area .heading2 .btn-area1 a:hover {
  color: var(--ztc-text-text-1);
}
.contact7-section-area .contact-img1 {
  position: absolute;
  z-index: 1;
  top: 20px;
}
/* .inner-contact{
 background-color:#208574;
 margin:0 20% 0 20%;
 border-radius: 10% !important;
} */
.inner-contact {
  border-radius: 15px; /* Adjust as needed */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow */
  background: #02706b; /* Ensure a background color or image exists */
  padding: 20px; /* Optional for inner spacing */
  overflow: hidden; /* Makes the border-radius visible */
  margin:0 10% 0 10%;
}

@media (max-width: 767px) {
  .contact7-section-area .contact-img1 {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact7-section-area .contact-img1 {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
}
.contact7-section-area .contact-img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact7-section-area .contact-img1 .btn-area1 {
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 82px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact7-section-area .contact-img1 .btn-area1 {
    position: absolute;
    z-index: 2;
    top: 170px;
    left: 35%;
  }
}
.contact7-section-area .contact-img1 .btn-area1 img.elements4 {
  position: absolute;
  bottom: -13px;
  height: 24px !important;
  width: 24px !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
  left: 45%;
}
.contact7-section-area .contact-img1 .btn-area1 a {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-20);
}
.contact7-section-area .contact-img1 .btn-area1 a::after {
  background: var(--ztc-bg-bg-16);
}
.contact7-section-area .contact-img1 .btn-area1 a:hover {
  color: var(--ztc-text-text-1);
}
.contact7-section-area .contact-img1 .btn-area1 i {
  transform: rotate(-45deg);
  margin: 0 4px 0 0;
}

.contact8-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/all-images/contact/contact-bg1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact8-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-18);
  z-index: -1;
}
.contact8-section-area .heading2 h5 {
  color: var(--ztc-text-text-1);
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.1);
}
.contact8-section-area .heading2 h2 {
  color: var(--ztc-text-text-1);
}
.contact8-section-area .heading2 p {
  color: var(--ztc-text-text-1);
}
.contact8-section-area .heading2 .btn-area1 a {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-22);
}
.contact8-section-area .heading2 .btn-area1 a::after {
  background: var(--ztc-bg-bg-17);
}
.contact8-section-area .heading2 .btn-area1 a:hover {
  color: var(--ztc-text-text-1);
}
.contact8-section-area .contact-img1 {
  position: absolute;
  z-index: 1;
  top: 20px;
}
@media (max-width: 767px) {
  .contact8-section-area .contact-img1 {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact8-section-area .contact-img1 {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
}
.contact8-section-area .contact-img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact8-section-area .contact-img1 .btn-area1 {
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 82px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact8-section-area .contact-img1 .btn-area1 {
    position: absolute;
    z-index: 2;
    top: 170px;
    left: 35%;
  }
}
.contact8-section-area .contact-img1 .btn-area1 img.elements4 {
  position: absolute;
  bottom: -13px;
  height: 24px !important;
  width: 24px !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
  left: 45%;
}
.contact8-section-area .contact-img1 .btn-area1 a {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-22);
}
.contact8-section-area .contact-img1 .btn-area1 a::after {
  background: var(--ztc-bg-bg-17);
}
.contact8-section-area .contact-img1 .btn-area1 a:hover {
  color: var(--ztc-text-text-1);
}
.contact8-section-area .contact-img1 .btn-area1 i {
  transform: rotate(-45deg);
  margin: 0 4px 0 0;
}

.contact-inner-area {
  position: relative;
  z-index: 1;
}
.contact-inner-area .contact-inner-boxarea {
  background: #F1F4F3;
  position: relative;
  border-radius:16px;
  padding: 56px;
}
@media (max-width: 767px) {
  .contact-inner-area .contact-inner-boxarea {
    padding: 30px;
  }
}
.contact-inner-area .contact-inner-boxarea .contact-input-section {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .contact-inner-area .contact-inner-boxarea .contact-input-section {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-area .contact-inner-boxarea .contact-input-section {
    padding: 0;
    margin-bottom: 30px;
  }
}
.contact-inner-area .contact-inner-boxarea .contact-input-section h3 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
}
.contact-inner-area .contact-inner-boxarea .contact-input-section p {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  display: inline-block;
}
.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area input {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  padding: 16px 20px;
  width: 100%;
  height: 56px;
}
.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area input::-moz-placeholder {
  color: #6B7270;
}
.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area input::placeholder {
  color: #6B7270;
}
.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area textarea {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  padding: 16px 20px;
  width: 100%;
  height: 130px;
}
.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area textarea::-moz-placeholder {
  color: #6B7270;
}
.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area textarea::placeholder {
  color: #6B7270;
}
.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area .nice-select {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  padding: 16px 20px;
  width: 100%;
  height: 56px;
  border: none;
  outline: none;
  box-shadow: none;
  color: #6B7270;
}
.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area .nice-select ul {
  width: 100%;
}
.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area .nice-select ul li:hover {
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area .nice-select::after {
  width: 7px;
  height: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  right: 16px;
}
.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area .nice-select::-moz-placeholder {
  color: var(--ztc-text-text-8);
  opacity: 60%;
}
.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area .nice-select::placeholder {
  color: var(--ztc-text-text-8);
  opacity: 60%;
}
.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area button {
  border: none;
  outline: none;
}
.contact-inner-area .contact-inner-boxarea .contact-box {
  position: relative;
  padding: 24px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  overflow-wrap: break-word;
}
.contact-inner-area .contact-inner-boxarea .contact-box:hover {
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
}
.contact-inner-area .contact-inner-boxarea .contact-box:hover .content p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.contact-inner-area .contact-inner-boxarea .contact-box:hover .content a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.contact-inner-area .contact-inner-boxarea .contact-box:hover .icons {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.contact-inner-area .contact-inner-boxarea .contact-box .icons {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  background: #F1F4F3;
  position: absolute;
  transition: all 0.4s;
}
.contact-inner-area .contact-inner-boxarea .contact-box .icons img {
  transition: all 0.4s;
}
.contact-inner-area .contact-inner-boxarea .contact-box .content {
  padding-left: 65px;
}
.contact-inner-area .contact-inner-boxarea .contact-box .content p {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  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;
  padding-bottom: 16px;
}
.contact-inner-area .contact-inner-boxarea .contact-box .content a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: block;
  transition: all 0.4s;
}
.contact-inner-area .contact-author-box {
  border-radius: 16px;
  background: #F1F4F3;
  padding: 32px;
}
@media (max-width: 767px) {
  .contact-inner-area .contact-author-box {
    margin-bottom: 30px;
    padding: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-area .contact-author-box {
    margin-bottom: 30px;
  }
}
.contact-inner-area .contact-author-box .img1 img {
  width: 100px;
  width: 100px;
  border-radius: 50%;
}
.contact-inner-area .contact-author-box p {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.contact-inner-area .contact-author-box .btn-area1 a {
  background: var(--ztc-bg-bg-7);
  padding: 20px;
  border-radius: 80px;
  display: inline-block;
  transition: all 0.4s;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
}
.contact-inner-area .contact-author-box .btn-area1 a img {
  margin: -5px 4px 0 0;
}
.contact-inner-area .contact-author-box .btn-area1 a:hover {
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
}
.contact-inner-area .maps-area iframe {
  width: 100%;
  height: 368px;
  border-radius: 16px;
}

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/
.cta4-section-area {
  position: relative;
  z-index: 1;
  background: #006666;
}
.cta4-section-area .cta-header-area h2 {
  color: var(--ztc-text-text-1);
}
.cta4-section-area .cta-header-area p {
  color: var(--ztc-text-text-1);
  opacity: 0.8 !important;
}
.cta4-section-area .cta-header-area .btn-area1 a.header-btn5 {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-12);
}
.cta4-section-area .cta-header-area .btn-area1 a.header-btn5::after {
  background: #FDE7CD;
}
.cta4-section-area .cta-header-area .btn-area1 .popup-youtube {
  padding-left: 16px;
}
@media (max-width: 767px) {
  .cta4-section-area .cta-header-area .btn-area1 .popup-youtube {
    padding-left: 16px;
    padding-top: 20px;
  }
}
.cta4-section-area .cta-header-area .btn-area1 .popup-youtube span.play-btn {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-12);
  position: relative;
  z-index: 1;
}
.cta4-section-area .cta-header-area .btn-area1 .popup-youtube span.play-btn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 18px;
  top: 18px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
  display: inline-block;
}
.cta4-section-area .cta-header-area .btn-area1 .popup-youtube span.text {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  padding-left: 10px;
}

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
.testimonial1-section-area {
  position: relative;
  z-index: 1;
}
.testimonial1-section-area .testimonialmain-slider {
  position: relative;
  z-index: 1;
}
.testimonial1-section-area .images-area .img1 {
  height: 404px;
}
.testimonial1-section-area .images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.testimonial1-section-area .testimonial-slider-area {
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-slider-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-slider-area {
    margin-top: 30px;
  }
}
.testimonial1-section-area .testimonial-slider-area .testimonial-box {
  position: relative;
  z-index: 1;
  padding: 34px 48px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-slider-area .testimonial-box {
    padding: 30px;
  }
}
.testimonial1-section-area .testimonial-slider-area .testimonial-box p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 36px;
  display: inline-block;
  transition: all 2s;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-slider-area .testimonial-box p {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 30px;
  }
}
.testimonial1-section-area .testimonial-slider-area .testimonial-box .auhtor-area {
  display: flex;
  align-items: center;
}
.testimonial1-section-area .testimonial-slider-area .testimonial-box .auhtor-area .img1 img {
  height: 80px;
  width: 80px;
  
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial1-section-area .testimonial-slider-area .testimonial-box .auhtor-area .text {
  padding-left: 16px;
}
.testimonial1-section-area .testimonial-slider-area .testimonial-box .auhtor-area .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
  display: block;
  transition: all 2s;
}
.testimonial1-section-area .testimonial-slider-area .testimonial-box .auhtor-area .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.testimonial1-section-area .testimonial-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  top: -118px;
  right: 0;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-arrows {
    position: relative;
    top: 0;
    text-align: center;
    left: 0;
    margin-top: 30px;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-arrows {
    top: -100px;
  }
}
.testimonial1-section-area .testimonial-arrows button {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-4);
  background: #F4F9E8;
  border: none;
  outline: none;
  font-size: var(--ztc-font-size-font-s24);
}
.testimonial1-section-area .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.testimonial1-section-area .testimonial-arrows .next-arrow {
  margin: 0 0 0 10px;
}

.testimonial3-section-area {
  position: relative;
  z-index: 1;
  background: #F9F9F9;
}
.testimonial3-section-area .testimonial-video-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-video-area {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-video-area {
    margin-bottom: 50px;
  }
}
.testimonial3-section-area .testimonial-video-area .img1 {
  position: relative;
  z-index: 1;
}
.testimonial3-section-area .testimonial-video-area .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 16px;
  transition: all 0.4s;

  opacity: 0.7;
}
.testimonial3-section-area .testimonial-video-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.testimonial3-section-area .testimonial-video-area .icons {
  position: absolute;
  z-index: 2;
  left: 47%;
  top: 41%;
}
.testimonial3-section-area .testimonial-video-area .icons a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-10);
  position: relative;
  z-index: 1;
}
.testimonial3-section-area .testimonial-video-area .icons a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 30px;
  top: 30px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  opacity: 40%;
  animation: pulse-border infinite ease-out 1500ms;
  border-radius: 50%;
  z-index: -1;
}
.testimonial3-section-area .testimonial-arrow-area {
  position: relative;
  z-index: 1;
}
.testimonial3-section-area .testimonial-arrow-area .testimonial-arrows {
  position: absolute;
  top: 40%;
  right: -100px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-arrow-area .testimonial-arrows {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-arrow-area .testimonial-arrows {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
}
.testimonial3-section-area .testimonial-arrow-area .testimonial-arrows .testimonial-prev-arrow {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-arrow-area .testimonial-arrows .testimonial-prev-arrow {
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-arrow-area .testimonial-arrows .testimonial-prev-arrow {
    margin: 0 16px 0 0;
  }
}
.testimonial3-section-area .testimonial-arrow-area .testimonial-arrows button {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  border: none;
  outline: none;
  background: #1a5e52;
  color: var(--ztc-text-text-8);
  font-size: var(--ztc-font-size-font-s24);
}
.testimonial3-section-area .testimonial-arrow-area .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-8);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.testimonial3-section-area .testimonial-arrow-area .testimonial3-vertical-slider {
  background: #1a5e52;
  border-radius: 16px;
  padding: 30px 30px 0 30px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-arrow-area .testimonial3-vertical-slider {
    padding: 30px;
  }
}
.testimonial3-section-area .testimonial-arrow-area .testimonial3-vertical-slider .testimonial-vertical {
  background: var(--ztc-bg-bg-1);
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 30px;
}
.testimonial3-section-area .testimonial-arrow-area .testimonial3-vertical-slider .testimonial-vertical .verical-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-arrow-area .testimonial3-vertical-slider .testimonial-vertical .verical-boxarea {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-arrow-area .testimonial3-vertical-slider .testimonial-vertical .verical-boxarea .quito {
    margin-top: 20px;
  }
}
.testimonial3-section-area .testimonial-arrow-area .testimonial3-vertical-slider .testimonial-vertical .verical-boxarea .images-area {
  display: flex;
  align-items: center;
}
.testimonial3-section-area .testimonial-arrow-area .testimonial3-vertical-slider .testimonial-vertical .verical-boxarea .images-area .img1 img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.testimonial3-section-area .testimonial-arrow-area .testimonial3-vertical-slider .testimonial-vertical .verical-boxarea .images-area .text {
  padding-left: 20px;
}
.testimonial3-section-area .testimonial-arrow-area .testimonial3-vertical-slider .testimonial-vertical .verical-boxarea .images-area .text a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  transition: all 0.4s;
  display: inline-block;
  padding-bottom: 12px;
}
.testimonial3-section-area .testimonial-arrow-area .testimonial3-vertical-slider .testimonial-vertical .verical-boxarea .images-area .text p {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: block;
}
.testimonial3-section-area .testimonial-arrow-area .testimonial3-vertical-slider .testimonial-vertical span {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: block;
  transition: all 0.4s;
  border-top: 1px solid #d1d1d1;
  padding-top: 24px;
}
.testimonial3-section-area .testimonial-arrow-area .testimonial3-vertical-slider .testimonial-vertical p {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: italic;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.testimonial3-section-area .testimonial-arrow-area .testimonial3-vertical-slider .testimonial-vertical ul li {
  display: inline-block;
  color: #FF9C00;
}
.testimonial3-section-area .testimonial-arrow-area .testimonial3-vertical-slider .testimonial-vertical ul li:nth-last-child(1) {
  color: #FF9C00;

}

.testimonial4-section-area {
  position: relative;
  z-index: 1;
  background: #FFF8F0;
}
.testimonial4-section-area .single-testimonial {
  cursor: move;
  margin-top: 32px;
}
.testimonial4-section-area .single-testimonial h5 {
  font-size: var(--ztc-font-size-font-s28);
  line-height: 43px;
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
}
@media (max-width: 767px) {
  .testimonial4-section-area .single-testimonial h5 {
    font-size: 18px;
    line-height: 28px;
  }
}
.testimonial4-section-area .author {
  text-align: center;
  margin-top: 40px;
}
.testimonial4-section-area .author a {
  font-size: var(--ztc-font-size-font-s24);
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
}
@media (max-width: 767px) {
  .testimonial4-section-area .author a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: var(--ztc-font-size-font-s28);
  }
}
.testimonial4-section-area .author p {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  text-align: center;
  opacity: 60%;
  font-family: var(--ztc-family-font2);
  margin-bottom: 0;
  color: var(--ztc-text-text- 2);
}
@media (max-width: 767px) {
  .testimonial4-section-area .author p {
    font-size: 14px;
  }
}
.testimonial4-section-area .testimonial-nav {
  width: 536px;
  margin: 0 auto;
  padding-left: 25px;
  height: 70px;
}
@media (max-width: 767px) {
  .testimonial4-section-area .testimonial-nav {
    padding-left: 0;
  }
}
.testimonial4-section-area .testimonial-sliders {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .testimonial4-section-area .testimonial-arrows {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial-arrows {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
.testimonial4-section-area .testimonial-arrows > div {
  position: absolute;
  top: 40%;
  left: -120px;
}
@media (max-width: 767px) {
  .testimonial4-section-area .testimonial-arrows > div {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial-arrows > div {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
  }
}
.testimonial4-section-area .testimonial-arrows .slick-arrow button {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background: none;
  border-radius: 50%;
  transition: all 0.3s;
  border: none;
  color: var(--ztc-text-text-12);
  background: #FFEDD9;
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial4-section-area .testimonial-arrows .testimonial-next-arrow {
  left: auto;
  right: -120px;
}
@media (max-width: 767px) {
  .testimonial4-section-area .testimonial-arrows .testimonial-next-arrow {
    right: -6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial-arrows .testimonial-next-arrow {
    right: -6px;
  }
}
.testimonial4-section-area .testimonial-arrows .slick-arrow button:hover {
  transition: all 0.3s;
  background: var(--ztc-bg-bg-10);
  color: var(--ztc-text-text-1);
}
.testimonial4-section-area .testimonial-arrows .slick-arrow button:hover i {
  color: var(--ztc-bg-bg-1);
}
.testimonial4-section-area .single-testimonial-nav.slick-slide {
  visibility: hidden;
  height: 80px !important;
  width: 80px !important;
}
.testimonial4-section-area .single-testimonial-nav.slick-slide.slick-active,
.testimonial4-section-area .single-testimonial-nav.slick-slide.slick-active.slick-center {
  visibility: visible;
}
.testimonial4-section-area .single-testimonial-nav.slick-slide.slick-active {
  opacity: 0.6;
  transition: all 0.1s;
}
.testimonial4-section-area .single-testimonial-nav.slick-slide.slick-active.slick-center {
  opacity: 1;
  transition: all 0.1s;
  margin: 0px 8px;
}
.testimonial4-section-area .single-testimonial-nav.slick-slide img {
  display: block;
  border-radius: 50%;
  transition: all 0.1s;
  transform: scale(0.8);
  height: 80px;
  width: 80px !important;
  width: auto;
  margin: 0 auto;
}
.testimonial4-section-area .single-testimonial-nav.slick-slide.slick-center img {
  transition: all 0.1s;
  transform: scale(1);
  padding: 8px;
  border: 1px solid var(--ztc-text-text-12);
  border-radius: 50%;
  height: 100px !important;
  width: 100px !important;
}

.testimonial5-area {
  position: relative;
  z-index: 1;
}
.testimonial5-area .slider-boxarea .slider-box {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: var(--Home-Page-5-Gray-Color, #F4F4F8);
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial5-area .slider-boxarea .slider-box {
    margin-right: 200px;
  }
}
@media (max-width: 767px) {
  .testimonial5-area .slider-boxarea .slider-box {
    margin-right: 0;
  }
}
.testimonial5-area .slider-boxarea .slider-box .img1 img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial5-area .slider-boxarea .slider-box .content {
  padding-left: 12px;
}
.testimonial5-area .slider-boxarea .slider-box .content a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  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-area .slider-boxarea .slider-box .content p {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial5-area .testimonial-horizental-slider {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial5-area .testimonial-horizental-slider {
    margin-top: 30px;
  }
}
.testimonial5-area .testimonial-horizental-slider .testimonial-vertical {
  background: #F4F4F8;
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 30px;
}
.testimonial5-area .testimonial-horizental-slider .testimonial-vertical .verical-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testimonial5-area .testimonial-horizental-slider .testimonial-vertical .verical-boxarea {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .testimonial5-area .testimonial-horizental-slider .testimonial-vertical .verical-boxarea .quito {
    margin-top: 20px;
  }
}
.testimonial5-area .testimonial-horizental-slider .testimonial-vertical .verical-boxarea .images-area {
  display: flex;
  align-items: center;
}
.testimonial5-area .testimonial-horizental-slider .testimonial-vertical .verical-boxarea .images-area .img1 img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.testimonial5-area .testimonial-horizental-slider .testimonial-vertical .verical-boxarea .images-area .text {
  padding-left: 20px;
}
.testimonial5-area .testimonial-horizental-slider .testimonial-vertical .verical-boxarea .images-area .text a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  transition: all 0.4s;
  display: inline-block;
  padding-bottom: 12px;
}
.testimonial5-area .testimonial-horizental-slider .testimonial-vertical .verical-boxarea .images-area .text p {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: block;
}
.testimonial5-area .testimonial-horizental-slider .testimonial-vertical span {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: block;
  transition: all 0.4s;
  border-top: 1px solid #d1d1d1;
  padding-top: 24px;
}
.testimonial5-area .testimonial-horizental-slider .testimonial-vertical p {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: italic;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.testimonial5-area .testimonial-horizental-slider .testimonial-vertical ul li {
  display: inline-block;
  color: #FF9C00;
}
.testimonial5-area .testimonial-horizental-slider .testimonial-vertical ul li:nth-last-child(1) {
  color: var(--ztc-text-text-16);
  opacity: 20%;
}
.testimonial5-area .slider-area {
  position: relative;
  z-index: 1;
}
.testimonial5-area .testimonial-arrows {
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial5-area .testimonial-arrows {
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -75px;
    left: inherit;
  }
}
@media (max-width: 767px) {
  .testimonial5-area .testimonial-arrows {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
.testimonial5-area .testimonial-arrows button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  border: none;
  outline: none;
  background: #FDDBCE;
  color: var(--ztc-text-text-15);
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial5-area .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.testimonial5-area .testimonial-arrows .prev-arrow {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .testimonial5-area .testimonial-arrows .prev-arrow {
    margin-bottom: 0;
    margin: 0 16px 0 0;
  }
}

.testimonial6-section-area {
  position: relative;
  z-index: 1;
  /* background: #F4F4F8; */
  /* background:  #006666; */
  background:   linear-gradient(135deg, #006666, #33cccc);;
  color:#ffffff
}
.testimonial6-section-area .testimonialmain-slider {
  position: relative;
  z-index: 1;
}
.testimonial6-section-area .images-area .img1 {
  height: 404px;
}
.testimonial6-section-area .images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.testimonial6-section-area .testimonial-slider-area {
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
@media (max-width: 767px) {
  .testimonial6-section-area .testimonial-slider-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial6-section-area .testimonial-slider-area {
    margin-top: 30px;
  }
}
.testimonial6-section-area .testimonial-slider-area .testimonial-box {
  position: relative;
  z-index: 1;
  padding: 34px 48px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .testimonial6-section-area .testimonial-slider-area .testimonial-box {
    padding: 30px;
  }
}
.testimonial6-section-area .testimonial-slider-area .testimonial-box p {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 36px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 90%;
}
@media (max-width: 767px) {
  .testimonial6-section-area .testimonial-slider-area .testimonial-box p {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 30px;
  }
}
.testimonial6-section-area .testimonial-slider-area .testimonial-box .auhtor-area {
  display: flex;
  align-items: center;
}
.testimonial6-section-area .testimonial-slider-area .testimonial-box .auhtor-area .img1 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial6-section-area .testimonial-slider-area .testimonial-box .auhtor-area .text {
  padding-left: 16px;
}
.testimonial6-section-area .testimonial-slider-area .testimonial-box .auhtor-area .text a {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: block;
  transition: all 0.4s;
}
.testimonial6-section-area .testimonial-slider-area .testimonial-box .auhtor-area .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.testimonial6-section-area .testimonial-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  /* top: -118px; */
  right: 0;
}
@media (max-width: 767px) {
  .testimonial6-section-area .testimonial-arrows {
    position: relative;
    top: 0;
    text-align: center;
    left: 0;
    margin-top: 30px;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial6-section-area .testimonial-arrows {
    top: -100px;
  }
}
.testimonial6-section-area .testimonial-arrows button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #C5E0DD;
  color: var(--ztc-text-text-20);
  font-size: var(--ztc-font-size-font-s20);
  border: none;
}
.testimonial6-section-area .testimonial-arrows button:hover {
  background: #004d40 ;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.testimonial6-section-area .testimonial-arrows .next-arrow {
  margin: 0 0 0 10px;
}


.testimonial7-section-area {
  position: relative;
  z-index: 1;
  background:  #046d6d; /* Gradient for added style */
  color: white !important;
  line-height: 26px;
  font-size: 16px;
  font-family: var(--ztc-family-font2);
  text-align:left;
  width: 70%;
  margin-left: 15%;
  border-radius: 15px; /* More rounded corners */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.15); /* Stylish shadow */
  padding: 20px; /* Adds spacing inside the box */
  overflow: hidden; /* Ensures content stays within the box */
  transition: transform 0.3s, box-shadow 0.3s; /* Smooth hover effect */
}

/* Add hover effect for interactivity */
.testimonial7-section-area:hover {
  transform: scale(1.05); /* Slight zoom on hover */
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3), 0 6px 10px rgba(0, 0, 0, 0.25); /* Stronger shadow on hover */
}

/* Optional: Add a glowing border effect */
.testimonial7-section-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  padding: 3px; /* Border thickness */
  /* background: linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)); */
  pointer-events: none;
  z-index: 2;
}


@media (max-width: 767px){
  .testimonial7-section-area{
    line-height: 26px !important;
    color: var(--ztc-text-text-9) !important;
    text-align:justify !important;
    
    
  }
}

.testimonial7-section-area .testimonial7-area {
  position: relative;
}
.testimonial7-section-area .testimonial7-area .owl-nav {
  position: absolute;
  right: 0;
  top: -150px;
}
@media (max-width: 767px) {
  .testimonial7-section-area .testimonial7-area .owl-nav {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial7-section-area .testimonial7-area .owl-nav {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.testimonial7-section-area .testimonial7-area .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #C5E0DD;
  color: var(--ztc-text-text-20);
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial7-section-area .testimonial7-area .owl-nav button:hover {
  background: var(--ztc-bg-bg-15);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.testimonial7-section-area .testimonial7-area .owl-nav button.owl-prev {
  margin: 0 10px 0 0;
}
.testimonial7-section-area .testimonial7-area .testimonial-vertical {
  background: var(--ztc-bg-bg-1);
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 30px;
}
.testimonial7-section-area .testimonial7-area .testimonial-vertical .verical-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testimonial7-section-area .testimonial7-area .testimonial-vertical .verical-boxarea {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .testimonial7-section-area .testimonial7-area .testimonial-vertical .verical-boxarea .quito {
    margin-top: 20px;
  }
}
.testimonial7-section-area .testimonial7-area .testimonial-vertical .verical-boxarea .quito img {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial7-section-area .testimonial7-area .testimonial-vertical .verical-boxarea .images-area {
  display: flex;
  align-items: center;
}
.testimonial7-section-area .testimonial7-area .testimonial-vertical .verical-boxarea .images-area .img1 img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.testimonial7-section-area .testimonial7-area .testimonial-vertical .verical-boxarea .images-area .text {
  padding-left: 20px;
}
.testimonial7-section-area .testimonial7-area .testimonial-vertical .verical-boxarea .images-area .text a {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  transition: all 0.4s;
  display: inline-block;
  padding-bottom: 12px;
}
.testimonial7-section-area .testimonial7-area .testimonial-vertical .verical-boxarea .images-area .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: block;
}
.testimonial7-section-area .testimonial7-area .testimonial-vertical span {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: block;
  transition: all 0.4s;
  border-top: 1px solid #E6E6E6;
  padding-top: 24px;
}
.testimonial7-section-area .testimonial7-area .testimonial-vertical p {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: italic;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.testimonial7-section-area .testimonial7-area .testimonial-vertical ul li {
  display: inline-block;
  color: #FF9C00;
}
.testimonial7-section-area .testimonial7-area .testimonial-vertical ul li:nth-last-child(1) {
  color: var(--ztc-text-text-19);
  opacity: 20%;
}

.testimonial8-section-area {
  position: relative;
  z-index: 1;
}
.testimonial8-section-area .testimonial8-area {
  position: relative;
}
.testimonial8-section-area .testimonial8-area .owl-nav {
  position: absolute;
  right: 0;
  top: -150px;
}
@media (max-width: 767px) {
  .testimonial8-section-area .testimonial8-area .owl-nav {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8-section-area .testimonial8-area .owl-nav {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.testimonial8-section-area .testimonial8-area .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #F2F5FF;
  color: var(--ztc-text-text-22);
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial8-section-area .testimonial8-area .owl-nav button:hover {
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.testimonial8-section-area .testimonial8-area .owl-nav button.owl-prev {
  margin: 0 10px 0 0;
}
.testimonial8-section-area .testimonial8-area .testimonial-vertical {
  background: #F2F5FF;
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 30px;
}
.testimonial8-section-area .testimonial8-area .testimonial-vertical .verical-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testimonial8-section-area .testimonial8-area .testimonial-vertical .verical-boxarea {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .testimonial8-section-area .testimonial8-area .testimonial-vertical .verical-boxarea .quito {
    margin-top: 20px;
  }
}
.testimonial8-section-area .testimonial8-area .testimonial-vertical .verical-boxarea .quito img {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial8-section-area .testimonial8-area .testimonial-vertical .verical-boxarea .images-area {
  display: flex;
  align-items: center;
}
.testimonial8-section-area .testimonial8-area .testimonial-vertical .verical-boxarea .images-area .img1 img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.testimonial8-section-area .testimonial8-area .testimonial-vertical .verical-boxarea .images-area .text {
  padding-left: 20px;
}
.testimonial8-section-area .testimonial8-area .testimonial-vertical .verical-boxarea .images-area .text a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  transition: all 0.4s;
  display: inline-block;
  padding-bottom: 12px;
}
.testimonial8-section-area .testimonial8-area .testimonial-vertical .verical-boxarea .images-area .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: block;
}
.testimonial8-section-area .testimonial8-area .testimonial-vertical span {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: block;
  transition: all 0.4s;
  border-top: 1px solid #E6E6E6;
  padding-top: 24px;
}
.testimonial8-section-area .testimonial8-area .testimonial-vertical p {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: italic;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.testimonial8-section-area .testimonial8-area .testimonial-vertical ul li {
  display: inline-block;
  color: #FF9C00;
}
.testimonial8-section-area .testimonial8-area .testimonial-vertical ul li:nth-last-child(1) {
  color: var(--ztc-text-text-21);
  opacity: 20%;
}

.testimonial9-area {
  position: relative;
  z-index: 1;
  background: var(--Home-Page-9-Gray-Color, #F2F5FF);
}
.testimonial9-area .slider-boxarea2 .slider-box {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial9-area .slider-boxarea2 .slider-box {
    margin-right: 200px;
  }
}
@media (max-width: 767px) {
  .testimonial9-area .slider-boxarea2 .slider-box {
    margin-right: 0;
  }
}
.testimonial9-area .slider-boxarea2 .slider-box .img1 img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial9-area .slider-boxarea2 .slider-box .content {
  padding-left: 12px;
}
.testimonial9-area .slider-boxarea2 .slider-box .content a {
  color: var(--ztc-text-text-23);
  font-family: var(--ztc-family-font2);
  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;
}
.testimonial9-area .slider-boxarea2 .slider-box .content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial9-area .testimonial-horizental-slider2 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial9-area .testimonial-horizental-slider2 {
    margin-top: 30px;
  }
}
.testimonial9-area .testimonial-horizental-slider2 .testimonial-vertical {
  background: var(--ztc-bg-bg-1);
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 30px;
}
.testimonial9-area .testimonial-horizental-slider2 .testimonial-vertical .verical-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testimonial9-area .testimonial-horizental-slider2 .testimonial-vertical .verical-boxarea {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .testimonial9-area .testimonial-horizental-slider2 .testimonial-vertical .verical-boxarea .quito {
    margin-top: 20px;
  }
}
.testimonial9-area .testimonial-horizental-slider2 .testimonial-vertical .verical-boxarea .images-area {
  display: flex;
  align-items: center;
}
.testimonial9-area .testimonial-horizental-slider2 .testimonial-vertical .verical-boxarea .images-area .img1 img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.testimonial9-area .testimonial-horizental-slider2 .testimonial-vertical .verical-boxarea .images-area .text {
  padding-left: 20px;
}
.testimonial9-area .testimonial-horizental-slider2 .testimonial-vertical .verical-boxarea .images-area .text a {
  color: var(--ztc-text-text-23);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  transition: all 0.4s;
  display: inline-block;
  padding-bottom: 12px;
}
.testimonial9-area .testimonial-horizental-slider2 .testimonial-vertical .verical-boxarea .images-area .text p {
  color: var(--ztc-text-text-23);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: block;
}
.testimonial9-area .testimonial-horizental-slider2 .testimonial-vertical span {
  color: var(--ztc-text-text-23);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: block;
  transition: all 0.4s;
  border-top: 1px solid #d1d1d1;
  padding-top: 24px;
}
.testimonial9-area .testimonial-horizental-slider2 .testimonial-vertical p {
  color: var(--ztc-text-text-23);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: italic;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.testimonial9-area .testimonial-horizental-slider2 .testimonial-vertical ul li {
  display: inline-block;
  color: #FF9C00;
}
.testimonial9-area .testimonial-horizental-slider2 .testimonial-vertical ul li:nth-last-child(1) {
  color: var(--ztc-text-text-23);
  opacity: 20%;
}
.testimonial9-area .slider-area {
  position: relative;
  z-index: 1;
}
.testimonial9-area .testimonial-arrows {
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial9-area .testimonial-arrows {
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -75px;
    left: inherit;
  }
}
@media (max-width: 767px) {
  .testimonial9-area .testimonial-arrows {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
.testimonial9-area .testimonial-arrows button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  border: none;
  outline: none;
  background: #D7D8FA;
  color: var(--ztc-text-text-24);
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial9-area .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-20);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.testimonial9-area .testimonial-arrows .prev-arrow {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .testimonial9-area .testimonial-arrows .prev-arrow {
    margin-bottom: 0;
    margin: 0 16px 0 0;
  }
}

.testimonial10-section-area {
  position: relative;
  z-index: 1;
  background: var(--Home-Page-10-Gray-Color, #F7F8FF);
}
.testimonial10-section-area .testimonialmain-slider {
  position: relative;
  z-index: 1;
}
.testimonial10-section-area .images-area .img1 {
  height: 404px;
}
.testimonial10-section-area .images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.testimonial10-section-area .testimonial-slider-area {
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
@media (max-width: 767px) {
  .testimonial10-section-area .testimonial-slider-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial10-section-area .testimonial-slider-area {
    margin-top: 30px;
  }
}
.testimonial10-section-area .testimonial-slider-area .testimonial-box {
  position: relative;
  z-index: 1;
  padding: 34px 48px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .testimonial10-section-area .testimonial-slider-area .testimonial-box {
    padding: 30px;
  }
}
.testimonial10-section-area .testimonial-slider-area .testimonial-box p {
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 36px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 90%;
}
@media (max-width: 767px) {
  .testimonial10-section-area .testimonial-slider-area .testimonial-box p {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 30px;
  }
}
.testimonial10-section-area .testimonial-slider-area .testimonial-box .auhtor-area {
  display: flex;
  align-items: center;
}
.testimonial10-section-area .testimonial-slider-area .testimonial-box .auhtor-area .img1 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial10-section-area .testimonial-slider-area .testimonial-box .auhtor-area .text {
  padding-left: 16px;
}
.testimonial10-section-area .testimonial-slider-area .testimonial-box .auhtor-area .text a {
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: block;
  transition: all .4s;
}
.testimonial10-section-area .testimonial-slider-area .testimonial-box .auhtor-area .text p {
  color: var(--ztc-text-text-26);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.testimonial10-section-area .testimonial-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  top: -118px;
  right: 0;
}
@media (max-width: 767px) {
  .testimonial10-section-area .testimonial-arrows {
    position: relative;
    top: 0;
    text-align: center;
    left: 0;
    margin-top: 30px;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial10-section-area .testimonial-arrows {
    top: -100px;
  }
}
.testimonial10-section-area .testimonial-arrows button {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-27);
  background: #E7EBFE;
  border: none;
  outline: none;
  font-size: var(--ztc-font-size-font-s24);
}
.testimonial10-section-area .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-22);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.testimonial10-section-area .testimonial-arrows .next-arrow {
  margin: 0 0 0 10px;
}

.testimonial-inner-area {
  position: relative;
  z-index: 1;
}
.testimonial-inner-area .testimonial-vertical {
  background: #F9F9F9;
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 30px;
}
.testimonial-inner-area .testimonial-vertical .verical-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testimonial-inner-area .testimonial-vertical .verical-boxarea {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .testimonial-inner-area .testimonial-vertical .verical-boxarea .quito {
    margin-top: 20px;
  }
}
.testimonial-inner-area .testimonial-vertical .verical-boxarea .images-area {
  display: flex;
  align-items: center;
}
.testimonial-inner-area .testimonial-vertical .verical-boxarea .images-area .img1 img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.testimonial-inner-area .testimonial-vertical .verical-boxarea .images-area .text {
  padding-left: 20px;
}
.testimonial-inner-area .testimonial-vertical .verical-boxarea .images-area .text a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  transition: all 0.4s;
  display: inline-block;
  padding-bottom: 12px;
}
.testimonial-inner-area .testimonial-vertical .verical-boxarea .images-area .text p {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: block;
}
.testimonial-inner-area .testimonial-vertical span {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: block;
  transition: all 0.4s;
  border-top: 1px solid #d1d1d1;
  padding-top: 24px;
}
.testimonial-inner-area .testimonial-vertical p {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: italic;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.testimonial-inner-area .testimonial-vertical ul li {
  display: inline-block;
  color: #FF9C00;
}
.testimonial-inner-area .testimonial-vertical ul li:nth-last-child(1) {
  color: var(--ztc-text-text-8);
  opacity: 20%;
}

/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= APARTMENT CSS AREA ===============*/
.apartment1-section-area {
  position: relative;
  z-index: 1;
}
.apartment1-section-area .apartment-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
}
.apartment1-section-area .apartment-boxarea:hover .img1 {
  border-radius: 16px 16px 0 0;
}
.apartment1-section-area .apartment-boxarea:hover .img1::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.apartment1-section-area .apartment-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  border-radius: 16px 16px 0 0;
}
.apartment1-section-area .apartment-boxarea:hover .img2 {
  border-radius: 16px 16px 0 0;
}
.apartment1-section-area .apartment-boxarea:hover .img2::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.apartment1-section-area .apartment-boxarea:hover .img2 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  border-radius: 16px 16px 0 0;
}
.apartment1-section-area .apartment-boxarea:hover .arrow {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 28%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment1-section-area .apartment-boxarea:hover .arrow {
    top: 25%;
  }
}
.apartment1-section-area .apartment-boxarea:hover .arrow2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 28%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment1-section-area .apartment-boxarea:hover .arrow2 {
    top: 23%;
  }
}
@media (max-width: 767px) {
  .apartment1-section-area .apartment-boxarea:hover .arrow2 {
    top: 23%;
  }
}
.apartment1-section-area .apartment-boxarea .img1 {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  border-radius: 16px 16px 0 0;
}
.apartment1-section-area .apartment-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  opacity: 0.6;
  border-radius: 16px 16px 0 0;
}
.apartment1-section-area .apartment-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.apartment1-section-area .apartment-boxarea .img2 {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  border-radius: 16px 16px 0 0;
}
.apartment1-section-area .apartment-boxarea .img2::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  opacity: 0.6;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 767px) {
  .apartment1-section-area .apartment-boxarea .img2 {
    height: 240px;
  }
}
.apartment1-section-area .apartment-boxarea .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.apartment1-section-area .apartment-boxarea .content-area {
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .apartment1-section-area .apartment-boxarea .content-area {
    padding: 24px 15px;
  }
}
.apartment1-section-area .apartment-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.apartment1-section-area .apartment-boxarea .content-area a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.apartment1-section-area .apartment-boxarea .content-area ul li {
  display: inline-block;
}
.apartment1-section-area .apartment-boxarea .content-area ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
}
.apartment1-section-area .apartment-boxarea .content-area ul li a img {
  opacity: 0.6;
  margin: 0 6px 0 0;
}
.apartment1-section-area .apartment-boxarea .content-area ul li span {
  color: #EDEDEE;
  display: inline-block;
  margin: 0 6px;
}
.apartment1-section-area .apartment-boxarea .arrow {
  position: absolute;
  top: 10%;
  left: 43%;
  z-index: 2;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment1-section-area .apartment-boxarea .arrow {
    left: 41%;
  }
}
.apartment1-section-area .apartment-boxarea .arrow a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  transition: all 0.4s;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background: var(--ztc-bg-bg-2);
  border-radius: 50%;
}
.apartment1-section-area .apartment-boxarea .arrow2 {
  position: absolute;
  top: 10%;
  left: 47%;
  z-index: 2;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .apartment1-section-area .apartment-boxarea .arrow2 {
    left: 41%;
  }
}
.apartment1-section-area .apartment-boxarea .arrow2 a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  transition: all 0.4s;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background: var(--ztc-bg-bg-2);
  border-radius: 50%;
}

.apartment4-section-area {
  position: relative;
  z-index: 1;
  background: #FFF8F0;
}
.apartment4-section-area .apartment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .apartment4-section-area .apartment-header {
    display: block;
  }
}
@media (max-width: 767px) {
  .apartment4-section-area .apartment-header .btn-area1 {
    margin-top: 20px;
  }
}
.apartment4-section-area .apartment-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
}
.apartment4-section-area .apartment-boxarea:hover .img1 {
  border-radius: 16px 16px 0 0;
}
.apartment4-section-area .apartment-boxarea:hover .img1::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.apartment4-section-area .apartment-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  border-radius: 16px 16px 0 0;
}
.apartment4-section-area .apartment-boxarea:hover .img2 {
  border-radius: 16px 16px 0 0;
}
.apartment4-section-area .apartment-boxarea:hover .img2::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.apartment4-section-area .apartment-boxarea:hover .img2 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  border-radius: 16px 16px 0 0;
}
.apartment4-section-area .apartment-boxarea:hover .arrow {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 28%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment4-section-area .apartment-boxarea:hover .arrow {
    top: 25%;
  }
}
.apartment4-section-area .apartment-boxarea:hover .arrow2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 28%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment4-section-area .apartment-boxarea:hover .arrow2 {
    top: 23%;
  }
}
@media (max-width: 767px) {
  .apartment4-section-area .apartment-boxarea:hover .arrow2 {
    top: 23%;
  }
}
.apartment4-section-area .apartment-boxarea .img1 {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  border-radius: 16px 16px 0 0;
}
.apartment4-section-area .apartment-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  opacity: 0.6;
  border-radius: 16px 16px 0 0;
}
.apartment4-section-area .apartment-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.apartment4-section-area .apartment-boxarea .img2 {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  border-radius: 16px 16px 0 0;
}
.apartment4-section-area .apartment-boxarea .img2::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  opacity: 0.6;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 767px) {
  .apartment4-section-area .apartment-boxarea .img2 {
    height: 240px;
  }
}
.apartment4-section-area .apartment-boxarea .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.apartment4-section-area .apartment-boxarea .content-area {
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .apartment4-section-area .apartment-boxarea .content-area {
    padding: 24px 15px;
  }
}
.apartment4-section-area .apartment-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.apartment4-section-area .apartment-boxarea .content-area a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.apartment4-section-area .apartment-boxarea .content-area ul li {
  display: inline-block;
}
.apartment4-section-area .apartment-boxarea .content-area ul li a {
  color: var(--ztc-text-text-13);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
}
.apartment4-section-area .apartment-boxarea .content-area ul li a img {
  opacity: 0.6;
  margin: 0 6px 0 0;
}
.apartment4-section-area .apartment-boxarea .content-area ul li span {
  color: #EDEDEE;
  display: inline-block;
  margin: 0 6px;
}
.apartment4-section-area .apartment-boxarea .arrow {
  position: absolute;
  top: 10%;
  left: 43%;
  z-index: 2;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment4-section-area .apartment-boxarea .arrow {
    left: 41%;
  }
}
.apartment4-section-area .apartment-boxarea .arrow a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  transition: all 0.4s;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background: var(--ztc-bg-bg-10);
  border-radius: 50%;
}
.apartment4-section-area .apartment-boxarea .arrow2 {
  position: absolute;
  top: 10%;
  left: 47%;
  z-index: 2;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .apartment4-section-area .apartment-boxarea .arrow2 {
    left: 41%;
  }
}
.apartment4-section-area .apartment-boxarea .arrow2 a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  transition: all 0.4s;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background: var(--ztc-bg-bg-10);
  border-radius: 50%;
}

.apartment5-area {
  position: relative;
  z-index: 1;
  height: 125px;
  background-color: #ffffff;
 margin-top: 7%;
}
@media (max-width: 767px) {
  .apartment5-area {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment5-area {
    height: auto;
  }
}
.apartment5-area .arpart-slider-area.owl-carousel .owl-stage-outer {
  position: absolute !important;
}
@media (max-width: 767px) {
  .apartment5-area .arpart-slider-area.owl-carousel .owl-stage-outer {
    position: relative !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment5-area .arpart-slider-area.owl-carousel .owl-stage-outer {
    position: relative !important;
  }
}
.apartment5-area .arpart-slider-area {
  position: relative;
  z-index: 1;
}
.apartment5-area .arpart-slider-area .apartment-boxarea {
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #f4f4f4;
}
.apartment5-area .arpart-slider-area .apartment-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.apartment5-area .arpart-slider-area .apartment-boxarea .img1 {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.apartment5-area .arpart-slider-area .apartment-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.apartment5-area .arpart-slider-area .apartment-boxarea .content {
  padding: 28px 24px;
}
.apartment5-area .arpart-slider-area .apartment-boxarea .content a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  transition: all 0.4s;
  display: inline-block;
}
.apartment5-area .arpart-slider-area .apartment-boxarea .content p {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.apartment5-area .arpart-slider-area .apartment-boxarea .content ul {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(13, 15, 24, 0.1);
}
.apartment5-area .arpart-slider-area .apartment-boxarea .content ul li {
  display: inline-block;
}
.apartment5-area .arpart-slider-area .apartment-boxarea .content ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  border-radius: 110px;
  border: 1px solid rgba(13, 15, 24, 0.1);
  padding: 10px 16px;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment5-area .arpart-slider-area .apartment-boxarea .content ul li a {
    margin: 0 8px 0 0;
  }
}
.apartment5-area .arpart-slider-area .apartment-boxarea .content ul li a img {
  margin: 0 0 0 0;
  opacity: 0.6;
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.apartment5-area .arpart-slider-area .apartment-boxarea .content .btn-area1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apartment5-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .header-btn6 {
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1);
  line-height: 16px;
}
.apartment5-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #FDDBCE;
  position: relative;
}
.apartment5-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a:hover img.heart1 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.apartment5-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a:hover img.heart2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  position: absolute;
}
.apartment5-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a.active {
  transition: all 0.4s;
}
.apartment5-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a.active img.heart1 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.apartment5-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a.active img.heart2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  position: absolute;
}
.apartment5-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a img {
  width: 18px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.apartment5-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a img.heart1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.apartment5-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a img.heart2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  top: 12px;
  left: 11px;
}
.apartment5-area .arpart-slider-area .owl-nav {
  position: absolute;
  right: 0;
  top: -115px;
}
@media (max-width: 767px) {
  .apartment5-area .arpart-slider-area .owl-nav {
    position: relative;
    left: 0;
    right: inherit;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment5-area .arpart-slider-area .owl-nav {
    position: relative;
    left: 0;
    right: inherit;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.apartment5-area .arpart-slider-area .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #FFEDE6;
  color: var(--ztc-text-text-15);
  font-size: var(--ztc-font-size-font-s20);
}
.apartment5-area .arpart-slider-area .owl-nav button:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.apartment5-area .arpart-slider-area .owl-nav button.owl-prev {
  margin: 0 10px 0 0;
}

.apartment6-section-area {
  position: relative;
  z-index: 1;
}
.apartment6-section-area .apartment-featured-area {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.09);
}
.apartment6-section-area .apartment-featured-area .img1 img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 0 0 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment6-section-area .apartment-featured-area .img1 img {
    height: 338px;
  }
}
@media (max-width: 767px) {
  .apartment6-section-area .apartment-featured-area .img1 img {
    border-radius: 16px 16px 0 0;
  }
}
.apartment6-section-area .apartment-featured-area .content-area {
  padding: 32px 46px 32px 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment6-section-area .apartment-featured-area .content-area {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .apartment6-section-area .apartment-featured-area .content-area {
    padding: 24px;
  }
}
.apartment6-section-area .apartment-featured-area .content-area a {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  transition: all 0.4s;
  display: inline-block;
}
.apartment6-section-area .apartment-featured-area .content-area a:hover {
  color: var(--ztc-text-text-18);
  transition: all 0.4s;
}
.apartment6-section-area .apartment-featured-area .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.apartment6-section-area .apartment-featured-area .content-area ul {
  padding-bottom: 28px;
  border-bottom: 1px solid #F1F1F2;
}
.apartment6-section-area .apartment-featured-area .content-area ul li {
  display: inline-block;
}
.apartment6-section-area .apartment-featured-area .content-area ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  border-radius: 110px;
  border: 1px solid #F1F1F2;
  padding: 10px 16px;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment6-section-area .apartment-featured-area .content-area ul li a {
    margin: 0 8px 0 0;
  }
}
.apartment6-section-area .apartment-featured-area .content-area ul li a img {
  margin: -3px 0 0 0;
  opacity: 0.6;
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.apartment6-section-area .apartment-featured-area .content-area .btn-area1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apartment6-section-area .apartment-featured-area .content-area .btn-area1 .header-btn7 {
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1);
  line-height: 16px;
}
.apartment6-section-area .apartment-featured-area .content-area .btn-area1 .love a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #FEE5CD;
  position: relative;
}
.apartment6-section-area .apartment-featured-area .content-area .btn-area1 .love a:hover img.heart1 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.apartment6-section-area .apartment-featured-area .content-area .btn-area1 .love a:hover img.heart2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  position: absolute;
}
.apartment6-section-area .apartment-featured-area .content-area .btn-area1 .love a.active {
  transition: all 0.4s;
}
.apartment6-section-area .apartment-featured-area .content-area .btn-area1 .love a.active img.heart1 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.apartment6-section-area .apartment-featured-area .content-area .btn-area1 .love a.active img.heart2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  position: absolute;
}
.apartment6-section-area .apartment-featured-area .content-area .btn-area1 .love a img {
  width: 18px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.apartment6-section-area .apartment-featured-area .content-area .btn-area1 .love a img.heart1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.apartment6-section-area .apartment-featured-area .content-area .btn-area1 .love a img.heart2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  top: 12px;
  left: 11px;
}
.apartment6-section-area .maps-area .gmap_canvas iframe {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.apartment7-area {
  position: relative;
  z-index: 1;
  height: 1006px;
  background: rgba(235, 242, 250, 0.5);
}
@media (max-width: 767px) {
  .apartment7-area {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment7-area {
    height: auto;
  }
}
.apartment7-area .arpart-slider-area.owl-carousel .owl-stage-outer {
  position: absolute !important;
}
@media (max-width: 767px) {
  .apartment7-area .arpart-slider-area.owl-carousel .owl-stage-outer {
    position: relative !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment7-area .arpart-slider-area.owl-carousel .owl-stage-outer {
    position: relative !important;
  }
}
.apartment7-area .arpart-slider-area {
  position: relative;
  z-index: 1;
}
.apartment7-area .arpart-slider-area .apartment-boxarea {
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.apartment7-area .arpart-slider-area .apartment-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.apartment7-area .arpart-slider-area .apartment-boxarea .img1 {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.apartment7-area .arpart-slider-area .apartment-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.apartment7-area .arpart-slider-area .apartment-boxarea .content {
  padding: 28px 24px;
}
.apartment7-area .arpart-slider-area .apartment-boxarea .content a {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  transition: all 0.4s;
  display: inline-block;
}
.apartment7-area .arpart-slider-area .apartment-boxarea .content a:hover {
  color: var(--ztc-text-text-20);
  transition: all 0.4s;
}
.apartment7-area .arpart-slider-area .apartment-boxarea .content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.apartment7-area .arpart-slider-area .apartment-boxarea .content ul {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(13, 15, 24, 0.1);
}
.apartment7-area .arpart-slider-area .apartment-boxarea .content ul li {
  display: inline-block;
}
.apartment7-area .arpart-slider-area .apartment-boxarea .content ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  border-radius: 110px;
  border: 1px solid rgba(13, 15, 24, 0.1);
  padding: 10px 16px;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment7-area .arpart-slider-area .apartment-boxarea .content ul li a {
    margin: 0 8px 0 0;
  }
}
.apartment7-area .arpart-slider-area .apartment-boxarea .content ul li a img {
  margin: 0 0 0 0;
  opacity: 0.6;
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.apartment7-area .arpart-slider-area .apartment-boxarea .content .btn-area1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apartment7-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .header-btn8 {
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1);
  line-height: 16px;
}
.apartment7-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #CDE5DF;
  position: relative;
}
.apartment7-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a:hover img.heart1 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.apartment7-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a:hover img.heart2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  position: absolute;
}
.apartment7-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a.active {
  transition: all 0.4s;
}
.apartment7-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a.active img.heart1 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.apartment7-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a.active img.heart2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  position: absolute;
}
.apartment7-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a img {
  width: 18px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.apartment7-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a img.heart1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.apartment7-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a img.heart2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  top: 12px;
  left: 11px;
}
.apartment7-area .arpart-slider-area .owl-nav {
  position: absolute;
  right: 0;
  top: -130px;
}
@media (max-width: 767px) {
  .apartment7-area .arpart-slider-area .owl-nav {
    position: relative;
    left: 0;
    right: inherit;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment7-area .arpart-slider-area .owl-nav {
    position: relative;
    left: 0;
    right: inherit;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.apartment7-area .arpart-slider-area .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #DDECEC;
  color: var(--ztc-text-text-20);
  font-size: var(--ztc-font-size-font-s20);
}
.apartment7-area .arpart-slider-area .owl-nav button:hover {
  background: var(--ztc-bg-bg-15);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.apartment7-area .arpart-slider-area .owl-nav button.owl-prev {
  margin: 0 10px 0 0;
}

.apartment9-section-area {
  position: relative;
  z-index: 1;
  background: #F2F5FF;
}
.apartment9-section-area .apartment-featured-area {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.09);
}
.apartment9-section-area .apartment-featured-area .img1 img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 0 0 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment9-section-area .apartment-featured-area .img1 img {
    height: 338px;
  }
}
@media (max-width: 767px) {
  .apartment9-section-area .apartment-featured-area .img1 img {
    border-radius: 16px 16px 0 0;
  }
}
.apartment9-section-area .apartment-featured-area .content-area {
  padding: 32px 46px 32px 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment9-section-area .apartment-featured-area .content-area {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .apartment9-section-area .apartment-featured-area .content-area {
    padding: 24px;
  }
}
.apartment9-section-area .apartment-featured-area .content-area a {
  color: var(--ztc-text-text-23);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  transition: all 0.4s;
  display: inline-block;
}
.apartment9-section-area .apartment-featured-area .content-area a:hover {
  color: var(--ztc-text-text-24);
  transition: all 0.4s;
}
.apartment9-section-area .apartment-featured-area .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.apartment9-section-area .apartment-featured-area .content-area ul {
  padding-bottom: 28px;
  border-bottom: 1px solid #F1F1F2;
}
.apartment9-section-area .apartment-featured-area .content-area ul li {
  display: inline-block;
}
.apartment9-section-area .apartment-featured-area .content-area ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  border-radius: 110px;
  border: 1px solid #F1F1F2;
  padding: 10px 16px;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment9-section-area .apartment-featured-area .content-area ul li a {
    margin: 0 8px 0 0;
  }
}
.apartment9-section-area .apartment-featured-area .content-area ul li a img {
  margin: -3px 0 0 0;
  opacity: 0.6;
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.apartment9-section-area .apartment-featured-area .content-area .btn-area1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apartment9-section-area .apartment-featured-area .content-area .btn-area1 .header-btn10 {
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1);
  line-height: 16px;
}
.apartment9-section-area .apartment-featured-area .content-area .btn-area1 .header-btn10:hover {
  background: var(--ztc-bg-bg-19);
}
.apartment9-section-area .apartment-featured-area .content-area .btn-area1 .header-btn10::after {
  display: none !important;
}
.apartment9-section-area .apartment-featured-area .content-area .btn-area1 .love a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #E2E0FA;
  position: relative;
}
.apartment9-section-area .apartment-featured-area .content-area .btn-area1 .love a:hover img.heart1 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.apartment9-section-area .apartment-featured-area .content-area .btn-area1 .love a:hover img.heart2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  position: absolute;
}
.apartment9-section-area .apartment-featured-area .content-area .btn-area1 .love a.active {
  transition: all 0.4s;
}
.apartment9-section-area .apartment-featured-area .content-area .btn-area1 .love a.active img.heart1 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.apartment9-section-area .apartment-featured-area .content-area .btn-area1 .love a.active img.heart2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  position: absolute;
}
.apartment9-section-area .apartment-featured-area .content-area .btn-area1 .love a img {
  width: 18px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.apartment9-section-area .apartment-featured-area .content-area .btn-area1 .love a img.heart1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.apartment9-section-area .apartment-featured-area .content-area .btn-area1 .love a img.heart2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  top: 12px;
  left: 11px;
}
.apartment9-section-area .maps-area .gmap_canvas iframe {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.apartment10-area {
  position: relative;
  z-index: 1;
  height: 1006px;
  background: #EBF2FA;
}
@media (max-width: 767px) {
  .apartment10-area {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment10-area {
    height: auto;
  }
}
.apartment10-area .arpart-slider-area.owl-carousel .owl-stage-outer {
  position: absolute !important;
}
@media (max-width: 767px) {
  .apartment10-area .arpart-slider-area.owl-carousel .owl-stage-outer {
    position: relative !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment10-area .arpart-slider-area.owl-carousel .owl-stage-outer {
    position: relative !important;
  }
}
.apartment10-area .arpart-slider-area {
  position: relative;
  z-index: 1;
}
.apartment10-area .arpart-slider-area .apartment-boxarea {
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.apartment10-area .arpart-slider-area .apartment-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.apartment10-area .arpart-slider-area .apartment-boxarea .img1 {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.apartment10-area .arpart-slider-area .apartment-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.apartment10-area .arpart-slider-area .apartment-boxarea .content {
  padding: 28px 24px;
}
.apartment10-area .arpart-slider-area .apartment-boxarea .content a {
  color: var(--ztc-text-text-25);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  transition: all 0.4s;
  display: inline-block;
}
.apartment10-area .arpart-slider-area .apartment-boxarea .content a:hover {
  color: var(--ztc-text-text-27);
  transition: all 0.4s;
}
.apartment10-area .arpart-slider-area .apartment-boxarea .content p {
  color: var(--ztc-text-text-26);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.apartment10-area .arpart-slider-area .apartment-boxarea .content ul {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(13, 15, 24, 0.1);
}
.apartment10-area .arpart-slider-area .apartment-boxarea .content ul li {
  display: inline-block;
}
.apartment10-area .arpart-slider-area .apartment-boxarea .content ul li a {
  color: var(--ztc-text-text-26);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  border-radius: 110px;
  border: 1px solid rgba(13, 15, 24, 0.1);
  padding: 10px 16px;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment10-area .arpart-slider-area .apartment-boxarea .content ul li a {
    margin: 0 8px 0 0;
  }
}
.apartment10-area .arpart-slider-area .apartment-boxarea .content ul li a img {
  margin: 0 0 0 0;
  opacity: 0.6;
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.apartment10-area .arpart-slider-area .apartment-boxarea .content .btn-area1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apartment10-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .header-btn11 {
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1);
  line-height: 16px;
}
.apartment10-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #DEE4FE;
  position: relative;
}
.apartment10-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a:hover img.heart1 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.apartment10-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a:hover img.heart2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  position: absolute;
}
.apartment10-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a.active {
  transition: all 0.4s;
}
.apartment10-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a.active img.heart1 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.apartment10-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a.active img.heart2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  position: absolute;
}
.apartment10-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a img {
  width: 18px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.apartment10-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a img.heart1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.apartment10-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a img.heart2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  top: 12px;
  left: 11px;
}
.apartment10-area .arpart-slider-area .owl-nav {
  position: absolute;
  right: 0;
  top: -130px;
}
@media (max-width: 767px) {
  .apartment10-area .arpart-slider-area .owl-nav {
    position: relative;
    left: 0;
    right: inherit;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment10-area .arpart-slider-area .owl-nav {
    position: relative;
    left: 0;
    right: inherit;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.apartment10-area .arpart-slider-area .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #E7EBFE;
  color: var(--ztc-text-text-27);
  font-size: var(--ztc-font-size-font-s20);
}
.apartment10-area .arpart-slider-area .owl-nav button:hover {
  background: var(--ztc-bg-bg-22);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.apartment10-area .arpart-slider-area .owl-nav button.owl-prev {
  margin: 0 10px 0 0;
}

.apartment-inner-section-area {
  position: relative;
  z-index: 1;
}
.apartment-inner-section-area .apartment-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
}
.apartment-inner-section-area .apartment-boxarea:hover .img1 {
  border-radius: 16px 16px 0 0;
}
.apartment-inner-section-area .apartment-boxarea:hover .img1::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.apartment-inner-section-area .apartment-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  border-radius: 16px 16px 0 0;
}
.apartment-inner-section-area .apartment-boxarea:hover .img2 {
  border-radius: 16px 16px 0 0;
}
.apartment-inner-section-area .apartment-boxarea:hover .img2::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.apartment-inner-section-area .apartment-boxarea:hover .img2 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  border-radius: 16px 16px 0 0;
}
.apartment-inner-section-area .apartment-boxarea:hover .arrow {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 28%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment-inner-section-area .apartment-boxarea:hover .arrow {
    top: 25%;
  }
}
.apartment-inner-section-area .apartment-boxarea:hover .arrow2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 28%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment-inner-section-area .apartment-boxarea:hover .arrow2 {
    top: 23%;
  }
}
@media (max-width: 767px) {
  .apartment-inner-section-area .apartment-boxarea:hover .arrow2 {
    top: 23%;
  }
}
.apartment-inner-section-area .apartment-boxarea .img1 {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  border-radius: 16px 16px 0 0;
}
.apartment-inner-section-area .apartment-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
  opacity: 0.2;
  border-radius: 16px 16px 0 0;
}
.apartment-inner-section-area .apartment-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.apartment-inner-section-area .apartment-boxarea .img2 {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  border-radius: 16px 16px 0 0;
}
.apartment-inner-section-area .apartment-boxarea .img2::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
  opacity: 0.6;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 767px) {
  .apartment-inner-section-area .apartment-boxarea .img2 {
    height: 240px;
  }
}
.apartment-inner-section-area .apartment-boxarea .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.apartment-inner-section-area .apartment-boxarea .content-area {
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .apartment-inner-section-area .apartment-boxarea .content-area {
    padding: 24px 15px;
  }
}
.apartment-inner-section-area .apartment-boxarea .content-area a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.apartment-inner-section-area .apartment-boxarea .content-area a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
.apartment-inner-section-area .apartment-boxarea .content-area ul li {
  display: inline-block;
}
.apartment-inner-section-area .apartment-boxarea .content-area ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
}
.apartment-inner-section-area .apartment-boxarea .content-area ul li a img {
  opacity: 0.6;
  margin: 0 6px 0 0;
}
.apartment-inner-section-area .apartment-boxarea .content-area ul li span {
  color: #EDEDEE;
  display: inline-block;
  margin: 0 6px;
}
.apartment-inner-section-area .apartment-boxarea .arrow {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 2;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  margin-left: -35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment-inner-section-area .apartment-boxarea .arrow {
    left: 41%;
  }
}
.apartment-inner-section-area .apartment-boxarea .arrow a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  transition: all 0.4s;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background: var(--ztc-bg-bg-8);
  border-radius: 50%;
}

.apartment-inner2-section-area {
  position: relative;
  z-index: 1;
  padding-top: 7%;
}
.apartment-inner2-section-area .apartment-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: -1px -1px 18px 20px rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
}
.apartment-inner2-section-area .apartment-boxarea:hover .img1 {
  border-radius: 16px 16px 0 0;
}
.apartment-inner2-section-area .apartment-boxarea:hover .img1::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.apartment-inner2-section-area .apartment-boxarea:hover .img1 img {
 
  transition: all 0.4s;
  border-radius: 16px 16px 0 0;
}
.apartment-inner2-section-area .apartment-boxarea:hover .img2 {
  border-radius: 16px 16px 0 0;
}
.apartment-inner2-section-area .apartment-boxarea:hover .img2::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.apartment-inner2-section-area .apartment-boxarea:hover .img2 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  border-radius: 16px 16px 0 0;
}
.apartment-inner2-section-area .apartment-boxarea:hover .arrow {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 28%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment-inner2-section-area .apartment-boxarea:hover .arrow {
    top: 25%;
  }
}
.apartment-inner2-section-area .apartment-boxarea:hover .arrow2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 28%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment-inner2-section-area .apartment-boxarea:hover .arrow2 {
    top: 23%;
  }
}
@media (max-width: 767px) {
  .apartment-inner2-section-area .apartment-boxarea:hover .arrow2 {
    top: 23%;
  }
}
.apartment-inner2-section-area .apartment-boxarea .img1 {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  border-radius: 16px 16px 0 0;
}
.apartment-inner2-section-area .apartment-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  /* background: var(--ztc-bg-bg-7); */
  background: #7c8870;
  opacity: 0.4;
  border-radius: 16px 16px 0 0;
}
.apartment-inner2-section-area .apartment-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.apartment-inner2-section-area .apartment-boxarea .img2 {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  border-radius: 16px 16px 0 0;
}
.apartment-inner2-section-area .apartment-boxarea .img2::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
  opacity: 0.2;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 767px) {
  .apartment-inner2-section-area .apartment-boxarea .img2 {
    height: 240px;
  }
}
.apartment-inner2-section-area .apartment-boxarea .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.apartment-inner2-section-area .apartment-boxarea .content-area {
  padding: 24px 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .apartment-inner2-section-area .apartment-boxarea .content-area {
    padding: 24px 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.apartment-inner2-section-area .apartment-boxarea .content-area {
  height:200px !important;
  weight:100%;
  padding: 24px 32px;
  text-align: center;
}
}
.apartment-inner2-section-area .apartment-boxarea .content-area a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.apartment-inner2-section-area .apartment-boxarea .content-area a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
.apartment-inner2-section-area .apartment-boxarea .content-area ul li {
  display: inline-block;
}
.apartment-inner2-section-area .apartment-boxarea .content-area ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 25px;
  display: inline-block;
}
.apartment-inner2-section-area .apartment-boxarea .content-area ul li a img {
  opacity: 0.6;
  margin: 0 6px 0 0;
}
.apartment-inner2-section-area .apartment-boxarea .content-area ul li span {
  color: #EDEDEE;
  display: inline-block;
  margin: 0 6px;
}
.apartment-inner2-section-area .apartment-boxarea .content-area .price-area {
  display: flex;
  align-items: center;
}
.apartment-inner2-section-area .apartment-boxarea .content-area .price-area a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--Home-Page-3-Secondary-Color, #DEC678);
  padding: 10px 14px;
}
.apartment-inner2-section-area .apartment-boxarea .content-area .price-area p {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  padding-left: 12px;
}
.apartment-inner2-section-area .apartment-boxarea .arrow {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 2;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  margin-left: -35px;
}
.apartment-inner2-section-area .apartment-boxarea .arrow a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  transition: all 0.4s;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background: var(--ztc-bg-bg-8);
  border-radius: 50%;
}
.apartment-inner2-section-area .apartment-boxarea .arrow2 {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 2;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  margin-left: -35px;
}
.apartment-inner2-section-area .apartment-boxarea .arrow2 a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  transition: all 0.4s;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background: var(--ztc-bg-bg-8);
  border-radius: 50%;
}
.apartment-inner2-section-area .arpart-slider-area.owl-carousel .owl-stage-outer {
  position: absolute !important;
}
@media (max-width: 767px) {
  .apartment-inner2-section-area .arpart-slider-area.owl-carousel .owl-stage-outer {
    position: relative !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment-inner2-section-area .arpart-slider-area.owl-carousel .owl-stage-outer {
    position: relative !important;
  }
}
.apartment-inner2-section-area .arpart-slider-area {
  position: relative;
  z-index: 1;
  height: 612px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment-inner2-section-area .arpart-slider-area {
    height: 570px;
  }
}
@media (max-width: 767px) {
  .apartment-inner2-section-area .arpart-slider-area {
    height: 570px;
  }
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea {
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: none !important;
  border: 1px solid #F2F2F2;
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .img1 {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content {
  padding: 28px 24px;
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  transition: all 0.4s;
  display: inline-block;
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content ul {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(13, 15, 24, 0.1);
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content ul li {
  display: inline-block;
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content ul li a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  border-radius: 110px;
  border: 1px solid rgba(13, 15, 24, 0.1);
  padding: 10px 16px;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content ul li a {
    margin: 0 8px 0 0;
  }
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content ul li a img {
  margin: 0 0 0 0;
  opacity: 0.6;
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content .btn-area1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .header-btn11 {
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1);
  line-height: 16px;
  background: #14453D;
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .header-btn11:hover::after {
  background: var(--ztc-bg-bg-7);
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #B9C7C5;
  position: relative;
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a:hover img.heart1 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a:hover img.heart2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  position: absolute;
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a.active {
  transition: all 0.4s;
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a.active img.heart1 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a.active img.heart2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  position: absolute;
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a img {
  width: 18px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a img.heart1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.apartment-inner2-section-area .arpart-slider-area .apartment-boxarea .content .btn-area1 .love a img.heart2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  top: 12px;
  left: 11px;
}
.apartment-inner2-section-area .arpart-slider-area .owl-nav {
  display: none;
}
.apartment-inner2-section-area .apartment-featured-area {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.09);
}
.apartment-inner2-section-area .apartment-featured-area .img1 img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 0 0 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment-inner2-section-area .apartment-featured-area .img1 img {
    height: 338px;
  }
}
@media (max-width: 767px) {
  .apartment-inner2-section-area .apartment-featured-area .img1 img {
    border-radius: 16px 16px 0 0;
  }
}
.apartment-inner2-section-area .apartment-featured-area .content-area {
  padding: 32px 46px 32px 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment-inner2-section-area .apartment-featured-area .content-area {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .apartment-inner2-section-area .apartment-featured-area .content-area {
    padding: 24px;
  }
}
.apartment-inner2-section-area .apartment-featured-area .content-area a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  transition: all 0.4s;
  display: inline-block;
}
.apartment-inner2-section-area .apartment-featured-area .content-area a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
.apartment-inner2-section-area .apartment-featured-area .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.apartment-inner2-section-area .apartment-featured-area .content-area ul {
  padding-bottom: 28px;
  border-bottom: 1px solid #F1F1F2;
}
.apartment-inner2-section-area .apartment-featured-area .content-area ul li {
  display: inline-block;
}
.apartment-inner2-section-area .apartment-featured-area .content-area ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  border-radius: 110px;
  border: 1px solid #F1F1F2;
  padding: 10px 16px;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment-inner2-section-area .apartment-featured-area .content-area ul li a {
    margin: 0 8px 0 0;
  }
}
.apartment-inner2-section-area .apartment-featured-area .content-area ul li a img {
  margin: -3px 0 0 0;
  opacity: 0.6;
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.apartment-inner2-section-area .apartment-featured-area .content-area .btn-area1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apartment-inner2-section-area .apartment-featured-area .content-area .btn-area1 .header-btn10 {
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1);
  line-height: 16px;
  background: var(--ztc-bg-bg-8);
}
.apartment-inner2-section-area .apartment-featured-area .content-area .btn-area1 .header-btn10:hover {
  background: var(--ztc-bg-bg-7);
}
.apartment-inner2-section-area .apartment-featured-area .content-area .btn-area1 .header-btn10::after {
  display: none !important;
}
.apartment-inner2-section-area .apartment-featured-area .content-area .btn-area1 .love a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #D0DAD8;
  position: relative;
}
.apartment-inner2-section-area .apartment-featured-area .content-area .btn-area1 .love a:hover img.heart1 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.apartment-inner2-section-area .apartment-featured-area .content-area .btn-area1 .love a:hover img.heart2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  position: absolute;
}
.apartment-inner2-section-area .apartment-featured-area .content-area .btn-area1 .love a.active {
  transition: all 0.4s;
}
.apartment-inner2-section-area .apartment-featured-area .content-area .btn-area1 .love a.active img.heart1 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.apartment-inner2-section-area .apartment-featured-area .content-area .btn-area1 .love a.active img.heart2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  position: absolute;
}
.apartment-inner2-section-area .apartment-featured-area .content-area .btn-area1 .love a img {
  width: 18px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.apartment-inner2-section-area .apartment-featured-area .content-area .btn-area1 .love a img.heart1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.apartment-inner2-section-area .apartment-featured-area .content-area .btn-area1 .love a img.heart2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  top: 12px;
  left: 11px;
}
.apartment-inner2-section-area .maps-area .gmap_canvas iframe {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.pagination-area ul {
  justify-content: center;
}
.pagination-area ul li a {
  border: none;
  display: inline-block;
  transition: all 0.4s;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 35px;
  border-radius: 4px;
  background: #E7ECEC;
  color: var(--ztc-text-text-8);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  margin: 0 8px 0 0;
}
.pagination-area ul li a.active {
  background: var(--ztc-bg-bg-8);
  color: var(--ztc-text-text-1);
}
.pagination-area ul li a:hover {
  background: var(--ztc-bg-bg-8);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.apartment-list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .apartment-list-area {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment-list-area {
    display: block;
  }
}
.apartment-list-area .select-area .nice-select {
  width: 370px;
  border-radius: none;
  outline: none;
  box-shadow: none;
  border: none;
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  background: #F1F4F3;
  transition: all 0.4s;
  padding: 18px 20px;
  height: 56px;
  line-height: 22px !important;
  display: block;
}
@media (max-width: 767px) {
  .apartment-list-area .select-area .nice-select {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment-list-area .select-area .nice-select {
    width: 100%;
    margin-bottom: 20px;
  }
}
.apartment-list-area .select-area .nice-select::after {
  width: 7px;
  height: 7px;
  right: 20px;
  filter: brightness(0);
}
.apartment-list-area .select-area .nice-select ul {
  width: 100%;
}
.apartment-list-area .select-area .nice-select ul li:hover {
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.apartment-list-area .select-area2 .nice-select {
  width: 180px;
  border-radius: none;
  outline: none;
  box-shadow: none;
  border: none;
  display: block;
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  background: #F1F4F3;
  transition: all 0.4s;
  padding: 18px 20px;
  height: 56px;
  line-height: 22px !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .apartment-list-area .select-area2 .nice-select {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment-list-area .select-area2 .nice-select {
    width: 100%;
    margin-bottom: 20px;
  }
}
.apartment-list-area .select-area2 .nice-select::after {
  width: 7px;
  height: 7px;
  right: 20px;
  filter: brightness(0);
}
.apartment-list-area .select-area2 .nice-select ul {
  width: 100%;
}
.apartment-list-area .select-area2 .nice-select ul li:hover {
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.apartment-list-area .btn-area1 button {
  border: none;
  outline: none;
  transition: all 0.4s;
}

.apartment-details-left {
  position: relative;
  z-index: 1;
}
.apartment-details-left .details-leftarea {
  position: sticky;
  top: 100px;
}
.apartment-details-left .details-leftarea h3 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  transition: all 0.4s;
}
.apartment-details-left .details-leftarea .search-area {
  border-radius: 16px;
  background: #F1F4F3;
  padding: 32px;
}
.apartment-details-left .details-leftarea .search-area form {
  background: var(--ztc-bg-bg-1);
  position: relative;
  z-index: 1;
  border-radius: 100px;
  padding: 26px 20px;
  height: 70px;
}
.apartment-details-left .details-leftarea .search-area form input {
  width: 100%;
  border: none;
  outline: none;
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}
.apartment-details-left .details-leftarea .search-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.apartment-details-left .details-leftarea .apartment-details-list {
  border-radius: 16px;
  background: #F1F4F3;
  padding: 32px;
}
.apartment-details-left .details-leftarea .apartment-details-list .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .apartment-details-left .details-leftarea .apartment-details-list .content-area {
    margin-top: 20px;
  }
}
.apartment-details-left .details-leftarea .apartment-details-list .content-area a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  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;
}
.apartment-details-left .details-leftarea .apartment-details-list .content-area ul li {
  display: inline-block;
}
.apartment-details-left .details-leftarea .apartment-details-list .content-area ul li a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 0.7;
}
.apartment-details-left .details-leftarea .apartment-details-list .content-area ul li a img {
  margin: -3px 4px 0 0;
}
.apartment-details-left .details-leftarea .apartment-details-list .content-area p {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
}
.apartment-details-left .details-leftarea .apartment-details-list .content-area p a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--Home-Page-3-Secondary-Color, #DEC678);
  padding: 10px 14px;
  margin: 0 12px 0 0;
}
.apartment-details-left .details-leftarea .details-area {
  border-radius: 16px;
  background: #F1F4F3;
  padding: 32px;
}
.apartment-details-left .details-leftarea .details-area .details-slider {
  position: relative;
}
.apartment-details-left .details-leftarea .details-area .details-slider .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.apartment-details-left .details-leftarea .details-area .details-slider .owl-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -48px;
}
.apartment-details-left .details-leftarea .details-area .details-slider .owl-nav button {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-7);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
}
.apartment-details-left .details-leftarea .details-area .details-slider .owl-nav button:hover {
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
}
.apartment-details-left .details-leftarea .details-area .details-slider .owl-nav .owl-prev {
  margin: 0 10px 0 0;
}
.apartment-details-left .apartment-author-area.pdleft {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .apartment-details-left .apartment-author-area.pdleft {
    padding: 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment-details-left .apartment-author-area.pdleft {
    padding: 0;
    margin-top: 50px;
  }
}
.apartment-details-left .apartment-author-area.pdright {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .apartment-details-left .apartment-author-area.pdright {
    padding: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .apartment-details-left .apartment-author-area.pdright {
    padding: 0;
    margin-bottom: 50px;
  }
}
.apartment-details-left .apartment-author-area h2 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  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;
}
.apartment-details-left .apartment-author-area p {
  /* color: var(--ztc-text-text-9); */
  color: white;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}
.apartment-details-left .apartment-author-area h3 {
  /* color: var(--ztc-text-text-8); */
  font-family: var(--ztc-family-font2);
  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;
}
.apartment-details-left .apartment-author-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.apartment-details-left .apartment-author-area .list-area {
  display: flex;
  align-items: center;
  background: #F1F4F3;
  padding:20px;
  border-radius:16px;
  margin: 20px;
}
.apartment-details-left .apartment-author-area .list-area .text a {
  overflow-wrap: break-word; /* Allow the text to wrap within the container */
  word-break: break-word; /* Ensure long links break properly */
  display: inline-block;
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  padding-left: 8px;
}
.apartment-details-left .apartment-author-area .images-area {
  margin-top: 30px;
}
.apartment-details-left .apartment-author-area .images-area .img2 {
  position: relative;
}
.apartment-details-left .apartment-author-area .images-area .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.apartment-details-left .apartment-author-area .images-area .img2 .play {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  z-index: 1;
  left: 50%;
  margin-left: -21px;
}
.apartment-details-left .apartment-author-area .images-area .img2 .play a {
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-8);
  color: var(--ztc-text-text-1);
  display: inline-block;
  position: relative;
  z-index: 1;
}
.apartment-details-left .apartment-author-area .images-area .img2 .play a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 21px;
  top: 21px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-8);
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
  border-radius: 50%;
}
.apartment-details-left .apartment-author-area .apartment-contactbox {
  border-radius: 16px;
  background: #F1F4F3;
  padding: 32px;
}
.apartment-details-left .apartment-author-area .apartment-contactbox .input-area input {
  background: #E3E7E5;
  border: none;
  outline: none;
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  border-radius: 4px;
  width: 100%;
  height: 52px;
  margin-top: 16px;
}
.apartment-details-left .apartment-author-area .apartment-contactbox .input-area input::-moz-placeholder {
  border: none;
  outline: none;
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
}
.apartment-details-left .apartment-author-area .apartment-contactbox .input-area input::placeholder {
  border: none;
  outline: none;
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
}
.apartment-details-left .apartment-author-area .apartment-contactbox .input-area textarea {
  background: #E3E7E5;
  border: none;
  outline: none;
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  border-radius: 4px;
  width: 100%;
  height: 120px;
  margin-top: 16px;
}
.apartment-details-left .apartment-author-area .apartment-contactbox .input-area textarea::-moz-placeholder {
  border: none;
  outline: none;
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
}
.apartment-details-left .apartment-author-area .apartment-contactbox .input-area textarea::placeholder {
  border: none;
  outline: none;
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
}
.apartment-details-left .apartment-author-area .apartment-contactbox .input-area button {
  border: none;
  outline: none;
}

/*============= APARTMENT CSS AREA ===============*/
/*============= GALLERY CSS AREA ===============*/
.gallery1-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/gallery-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 300px;
}
.gallery1-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-4);
  opacity: 0.8;
  z-index: -1;
}
.gallery1-section-area .gallery-header h2 {
  color: var(--ztc-text-text-1);
}

.gallery2-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/gallery-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 300px;
}
.gallery2-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-6);
  opacity: 0.9;
  z-index: -1;
}
.gallery2-section-area .gallery-header h5 {
  color: var(--ztc-text-text-1);
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.1);
}
.gallery2-section-area .gallery-header h2 {
  color: var(--ztc-text-text-1);
}

.gallery3-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/gallery-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 300px;
}
.gallery3-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-8);
  opacity: 0.9;
  z-index: -1;
}
.gallery3-section-area .gallery-header h5 {
  color: var(--ztc-text-text-1);
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.1);
}
.gallery3-section-area .gallery-header h2 {
  color: var(--ztc-text-text-1);
}

.rotate-img-area {
  position: relative;
  margin-top: -250px;
  z-index: 1;
}
.rotate-img-area .rotate-img {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 20px;
  position: relative;
}
.rotate-img-area .rotate-img iframe {
  border-radius: 8px;
  height: 590px;
  width: 100%;
}
.rotate-img-area .rotate-img .elements3 {
  position: absolute;
  bottom: -100px;
  right: -200px;
  z-index: -1;
}

.gallery4-section-area {
  position: relative;
  z-index: 1;
}
.gallery4-section-area .gallery-images-slider {
  position: relative;
  z-index: 1;
}
.gallery4-section-area .gallery-images-slider .img1 img {
  border-radius: 16px;
}
@media (max-width: 767px) {
  .gallery4-section-area .gallery-images-slider .img1 img {
    height: 400px !important;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .gallery4-section-area .gallery-images-slider .owl-nav {
    margin-top: 30px;
    text-align: center;
  }
}
.gallery4-section-area .gallery-images-slider .owl-nav button {
  height: 70px;
  width: 70px;
  text-align: center;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-12);
  background: #FFF3E6;
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}
.gallery4-section-area .gallery-images-slider .owl-nav button:hover {
  background: var(--ztc-bg-bg-10);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.gallery4-section-area .gallery-images-slider .owl-nav .owl-prev {
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -40px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery4-section-area .gallery-images-slider .owl-nav .owl-prev {
    left: -30px;
  }
}
@media (max-width: 767px) {
  .gallery4-section-area .gallery-images-slider .owl-nav .owl-prev {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
    margin-right: 12px;
  }
}
.gallery4-section-area .gallery-images-slider .owl-nav .owl-next {
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery4-section-area .gallery-images-slider .owl-nav .owl-next {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .gallery4-section-area .gallery-images-slider .owl-nav .owl-next {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}

.gallery5-section-area {
  position: relative;
  z-index: 1;
  background: #F4F4F8;
}
.gallery5-section-area .gallery-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.gallery5-section-area .gallery2-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.gallery5-section-area .gallery-slider-area .content-area {
  position: relative;
  z-index: 1;
}
.gallery5-section-area .gallery-slider-area .content-area:hover .img1::after {
  visibility: visible;
  opacity: 80%;
}
.gallery5-section-area .gallery-slider-area .content-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.gallery5-section-area .gallery-slider-area .content-area:hover .icons a {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}
.gallery5-section-area .gallery-slider-area .content-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.gallery5-section-area .gallery-slider-area .content-area .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-12);
  border-radius: 16px;
  opacity: 80%;
  visibility: hidden;
  opacity: 0;
}
.gallery5-section-area .gallery-slider-area .content-area .img1 img {
  height: 310px;
  width: 100%;
  border-radius: 16px;
  transition: all 0.4s;
}
.gallery5-section-area .gallery-slider-area .content-area .icons a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: all 0.6s;
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 1;
  margin-top: -30px;
  margin-left: -30px;
  visibility: hidden;
  opacity: 0;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.gallery5-section-area .gallery-slider-area .content-area .icons a:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
}
.gallery5-section-area .gallery2-slider-area .content-area {
  position: relative;
  z-index: 1;
}
.gallery5-section-area .gallery2-slider-area .content-area:hover .img1::after {
  visibility: visible;
  opacity: 80%;
}
.gallery5-section-area .gallery2-slider-area .content-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.gallery5-section-area .gallery2-slider-area .content-area:hover .icons a {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}
.gallery5-section-area .gallery2-slider-area .content-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.gallery5-section-area .gallery2-slider-area .content-area .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-12);
  border-radius: 16px;
  opacity: 80%;
  visibility: hidden;
  opacity: 0;
}
.gallery5-section-area .gallery2-slider-area .content-area .img1 img {
  height: 310px;
  width: 100%;
  border-radius: 16px;
  transition: all 0.4s;
}
.gallery5-section-area .gallery2-slider-area .content-area .icons a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: all 0.6s;
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 1;
  margin-top: -30px;
  margin-left: -30px;
  visibility: hidden;
  opacity: 0;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.gallery5-section-area .gallery2-slider-area .content-area .icons a:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
}

.gallery6-section-area {
  position: relative;
  z-index: 1;
  background: #F4F4F8;
}
.gallery6-section-area .wrapper .center-slider {
  border-radius: 16px;
}
.gallery6-section-area .wrapper .center-slider .img1 {
  margin: 0 20px 0 0;
  transition: all 0.4s;
  border-radius: 16px;
  position: relative;
}
.gallery6-section-area .wrapper .center-slider .img1:hover::after {
  visibility: visible;
  opacity: 0.7;
  transition: all 0.4s;
}
.gallery6-section-area .wrapper .center-slider .img1:hover .icons {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}
.gallery6-section-area .wrapper .center-slider .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
  opacity: 0.7;
  border-radius: 16px;
  visibility: hidden;
  opacity: 0;
}
.gallery6-section-area .wrapper .center-slider .img1 img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
  transform: scale(1);
}
.gallery6-section-area .wrapper .center-slider .img1 .icons {
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -30px;
  margin-top: -30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  z-index: 1;
}
.gallery6-section-area .wrapper .center-slider .img1 .icons a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-18);
  border-radius: 50px;
  font-size: var(--ztc-font-size-font-s30);
  transform: rotate(-45deg);
}
.gallery6-section-area .wrapper .center-slider .img1 .icons a:hover {
  background: var(--ztc-bg-bg-13);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotate(0);
}
.gallery6-section-area .wrapper .center-slider .slick-current.slick-active .img1 img {
  transform: scale(1.2);
  transition: all 0.4s;
  border-radius: 16px;
}
.gallery6-section-area .wrapper .center-slider .slick-current.slick-active .img1 {
  border-radius: 16px;
  padding: 0 30px;
}
.gallery6-section-area .wrapper .center-slider .slick-current.slick-active .img1::after {
  visibility: visible;
  opacity: 0.7;
  transition: all 0.4s;
  height: 420px;
  top: -35px;
}
.gallery6-section-area .wrapper .center-slider .slick-current.slick-active .img1 .icons {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}
.gallery6-section-area .wrapper .center-slider .slick-current.slick-active {
  border-radius: 16px;
  overflow: inherit !important;
}
.gallery6-section-area .wrapper .center-slider .slick-list {
  overflow: inherit;
}
.gallery6-section-area .wrapper .center-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.gallery6-section-area .wrapper .center-slider .slick-dots button {
  text-indent: -9999px;
  border: none;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  transition: all 0.4s;
  outline: none;
  background: #DDDDE3;
  margin: 0 8px 0 0;
  position: relative;
  z-index: 1;
}
.gallery6-section-area .wrapper .center-slider .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border: 1px solid var(--ztc-bg-bg-13);
  left: -4px;
  top: -4px;
  z-index: 1;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.gallery6-section-area .wrapper .center-slider .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-13);
  transition: all 0.4s;
  height: 16px;
  width: 16px;
}
.gallery6-section-area .wrapper .center-slider .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.gallery8-section-area {
  position: relative;
  z-index: 1;
  background: #F2F5FF;
}
.gallery8-section-area .gallery-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.gallery8-section-area .gallery2-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.gallery8-section-area .gallery-slider-area .content-area {
  position: relative;
  z-index: 1;
}
.gallery8-section-area .gallery-slider-area .content-area:hover .img1::after {
  visibility: visible;
  opacity: 80%;
}
.gallery8-section-area .gallery-slider-area .content-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.gallery8-section-area .gallery-slider-area .content-area:hover .icons a {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}
.gallery8-section-area .gallery-slider-area .content-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.gallery8-section-area .gallery-slider-area .content-area .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-17);
  border-radius: 16px;
  opacity: 80%;
  visibility: hidden;
  opacity: 0;
}
.gallery8-section-area .gallery-slider-area .content-area .img1 img {
  height: 310px;
  width: 100%;
  border-radius: 16px;
  transition: all 0.4s;
}
.gallery8-section-area .gallery-slider-area .content-area .icons a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: all 0.6s;
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 1;
  margin-top: -30px;
  margin-left: -30px;
  visibility: hidden;
  opacity: 0;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.gallery8-section-area .gallery-slider-area .content-area .icons a:hover {
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
}
.gallery8-section-area .gallery2-slider-area .content-area {
  position: relative;
  z-index: 1;
}
.gallery8-section-area .gallery2-slider-area .content-area:hover .img1::after {
  visibility: visible;
  opacity: 80%;
}
.gallery8-section-area .gallery2-slider-area .content-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.gallery8-section-area .gallery2-slider-area .content-area:hover .icons a {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}
.gallery8-section-area .gallery2-slider-area .content-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.gallery8-section-area .gallery2-slider-area .content-area .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-17);
  border-radius: 16px;
  opacity: 80%;
  visibility: hidden;
  opacity: 0;
}
.gallery8-section-area .gallery2-slider-area .content-area .img1 img {
  height: 310px;
  width: 100%;
  border-radius: 16px;
  transition: all 0.4s;
}
.gallery8-section-area .gallery2-slider-area .content-area .icons a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: all 0.6s;
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 1;
  margin-top: -30px;
  margin-left: -30px;
  visibility: hidden;
  opacity: 0;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.gallery8-section-area .gallery2-slider-area .content-area .icons a:hover {
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
}

.gallery9-section-area {
  position: relative;
  z-index: 1;
}
.gallery9-section-area .wrapper .center-slider2 {
  border-radius: 16px;
}
.gallery9-section-area .wrapper .center-slider2 .img1 {
  margin: 0 20px 0 0;
  transition: all 0.4s;
  border-radius: 16px;
  position: relative;
}
.gallery9-section-area .wrapper .center-slider2 .img1:hover::after {
  visibility: visible;
  opacity: 0.7;
  transition: all 0.4s;
}
.gallery9-section-area .wrapper .center-slider2 .img1:hover .icons {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}
.gallery9-section-area .wrapper .center-slider2 .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
  opacity: 0.7;
  border-radius: 16px;
  visibility: hidden;
  opacity: 0;
}
.gallery9-section-area .wrapper .center-slider2 .img1 img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
  transform: scale(1);
}
.gallery9-section-area .wrapper .center-slider2 .img1 .icons {
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -30px;
  margin-top: -30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  z-index: 1;
}
.gallery9-section-area .wrapper .center-slider2 .img1 .icons a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-24);
  border-radius: 50px;
  font-size: var(--ztc-font-size-font-s22);
  transform: rotate(-45deg);
}
.gallery9-section-area .wrapper .center-slider2 .img1 .icons a:hover {
  background: var(--ztc-bg-bg-20);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotate(0);
}
.gallery9-section-area .wrapper .center-slider2 .slick-current.slick-active .img1 img {
  transform: scale(1.2);
  transition: all 0.4s;
  border-radius: 16px;
}
.gallery9-section-area .wrapper .center-slider2 .slick-current.slick-active .img1 {
  border-radius: 16px;
  padding: 0 30px;
}
.gallery9-section-area .wrapper .center-slider2 .slick-current.slick-active .img1::after {
  visibility: visible;
  opacity: 0.7;
  transition: all 0.4s;
  height: 420px;
  top: -35px;
}
.gallery9-section-area .wrapper .center-slider2 .slick-current.slick-active .img1 .icons {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}
.gallery9-section-area .wrapper .center-slider2 .slick-current.slick-active {
  border-radius: 16px;
  overflow: inherit !important;
}
.gallery9-section-area .wrapper .center-slider2 .slick-list {
  overflow: inherit;
}
.gallery9-section-area .wrapper .center-slider2 .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.gallery9-section-area .wrapper .center-slider2 .slick-dots button {
  text-indent: -9999px;
  border: none;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  transition: all 0.4s;
  outline: none;
  background: #DDDDE3;
  margin: 0 8px 0 0;
  position: relative;
  z-index: 1;
}
.gallery9-section-area .wrapper .center-slider2 .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border: 1px solid var(--ztc-bg-bg-20);
  left: -4px;
  top: -4px;
  z-index: 1;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.gallery9-section-area .wrapper .center-slider2 .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-20);
  transition: all 0.4s;
  height: 16px;
  width: 16px;
}
.gallery9-section-area .wrapper .center-slider2 .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.gallery10-section-area {
  position: relative;
  z-index: 1;
}
.gallery10-section-area .gallery-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.gallery10-section-area .gallery2-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.gallery10-section-area .gallery-slider-area .content-area {
  position: relative;
  z-index: 1;
}
.gallery10-section-area .gallery-slider-area .content-area:hover .img1::after {
  visibility: visible;
  opacity: 80%;
}
.gallery10-section-area .gallery-slider-area .content-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.gallery10-section-area .gallery-slider-area .content-area:hover .icons a {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}
.gallery10-section-area .gallery-slider-area .content-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.gallery10-section-area .gallery-slider-area .content-area .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-21);
  border-radius: 16px;
  opacity: 80%;
  visibility: hidden;
  opacity: 0;
}
.gallery10-section-area .gallery-slider-area .content-area .img1 img {
  height: 310px;
  width: 100%;
  border-radius: 16px;
  transition: all 0.4s;
}
.gallery10-section-area .gallery-slider-area .content-area .icons a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: all 0.6s;
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 1;
  margin-top: -30px;
  margin-left: -30px;
  visibility: hidden;
  opacity: 0;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.gallery10-section-area .gallery-slider-area .content-area .icons a:hover {
  background: var(--ztc-bg-bg-22);
  transition: all 0.4s;
}
.gallery10-section-area .gallery2-slider-area .content-area {
  position: relative;
  z-index: 1;
}
.gallery10-section-area .gallery2-slider-area .content-area:hover .img1::after {
  visibility: visible;
  opacity: 80%;
}
.gallery10-section-area .gallery2-slider-area .content-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.gallery10-section-area .gallery2-slider-area .content-area:hover .icons a {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}
.gallery10-section-area .gallery2-slider-area .content-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.gallery10-section-area .gallery2-slider-area .content-area .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-21);
  border-radius: 16px;
  opacity: 80%;
  visibility: hidden;
  opacity: 0;
}
.gallery10-section-area .gallery2-slider-area .content-area .img1 img {
  height: 310px;
  width: 100%;
  border-radius: 16px;
  transition: all 0.4s;
}
.gallery10-section-area .gallery2-slider-area .content-area .icons a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: all 0.6s;
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 1;
  margin-top: -30px;
  margin-left: -30px;
  visibility: hidden;
  opacity: 0;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.gallery10-section-area .gallery2-slider-area .content-area .icons a:hover {
  background: var(--ztc-bg-bg-22);
  transition: all 0.4s;
}

.gallery-inner-section-area {
  position: relative;
  z-index: 1;
}
.gallery-inner-section-area .gallery-inner-slider-area .content-area {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.gallery-inner-section-area .gallery-inner-slider-area .content-area:hover .img1::after {
  visibility: visible;
  opacity: 80%;
}
.gallery-inner-section-area .gallery-inner-slider-area .content-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.gallery-inner-section-area .gallery-inner-slider-area .content-area:hover .icons a {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}
.gallery-inner-section-area .gallery-inner-slider-area .content-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.gallery-inner-section-area .gallery-inner-slider-area .content-area .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
  border-radius: 16px;
  opacity: 80%;
  visibility: hidden;
  opacity: 0;
}
.gallery-inner-section-area .gallery-inner-slider-area .content-area .img1 img {
  height: 310px;
  width: 100%;
  border-radius: 16px;
  transition: all 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-inner-section-area .gallery-inner-slider-area .content-area .icons a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: all 0.6s;
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 1;
  margin-top: -30px;
  margin-left: -30px;
  visibility: hidden;
  opacity: 0;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
}
.gallery-inner-section-area .gallery-inner-slider-area .content-area .icons a:hover {
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
  color: var(--ztc-text-text-10);
}

.gallery-v2-section-area {
  position: relative;
  z-index: 1;
}
.gallery-v2-section-area .gallery3-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.gallery-v2-section-area .gallery3-slider-area {
  position: relative;
}
.gallery-v2-section-area .gallery3-slider-area .content-area {
  position: relative;
  z-index: 1;
}
.gallery-v2-section-area .gallery3-slider-area .content-area:hover .img1::after {
  visibility: visible;
  opacity: 80%;
}
.gallery-v2-section-area .gallery3-slider-area .content-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.gallery-v2-section-area .gallery3-slider-area .content-area:hover .icons a {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}
.gallery-v2-section-area .gallery3-slider-area .content-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0;
}
.gallery-v2-section-area .gallery3-slider-area .content-area .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-12);
  border-radius: 0;
  opacity: 80%;
  visibility: hidden;
  opacity: 0;
}
.gallery-v2-section-area .gallery3-slider-area .content-area .img1 img {
  height: 310px;
  width: 100%;
  border-radius: 0;
  transition: all 0.4s;
}
.gallery-v2-section-area .gallery3-slider-area .content-area .icons a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: all 0.6s;
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 1;
  margin-top: -30px;
  margin-left: -30px;
  visibility: hidden;
  opacity: 0;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
}
.gallery-v2-section-area .gallery3-slider-area .content-area .icons a:hover {
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
  color: var(--ztc-text-text-10);
}
.gallery-v2-section-area .gallery3-slider-area .owl-nav {
  position: absolute;
  top: -140px;
  right: 0;
}
@media (max-width: 767px) {
  .gallery-v2-section-area .gallery3-slider-area .owl-nav {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-v2-section-area .gallery3-slider-area .owl-nav {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.gallery-v2-section-area .gallery3-slider-area .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-8);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.gallery-v2-section-area .gallery3-slider-area .owl-nav button:hover {
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
  color: var(--ztc-text-text-10);
}
.gallery-v2-section-area .gallery3-slider-area .owl-nav button.owl-prev {
  margin: 0 10px 0 0;
}



@media screen and (max-width: 2000px) {
  .site-logo img {
    height: 70px !important;
  }
}


.col-lg-12, .maps-area {
  width: 100%;
}



@media (max-width: 767px) {
  .mobile-adjust {
    margin-top: 0 !important; /* Forcefully override any other margin settings */
  }
}

/* For mobile screens */
@media (max-width: 768px) {
  .input-area {
    text-align: center !important; /* Center align the parent container */
  }

  .input-area .header-btn4 {
    width:auto;
    margin: 0 auto !important; /* Center the button */
    display: inline-block;    /* Ensure proper centering */
  }
}

.content-container {
  background-color: #006666 !important;
  color: white !important;
}

@media (min-width: 769px) {
  .content-container {
    width: 1000px;
    background-color: rgba(255, 255, 255, 0.8); /* Adjust the color and transparency */
    border: 2px var(--ztc-bg-bg-8); /* Use your desired border color variable */
    border-radius: 12px; /* Rounded corners */
    padding: 20px; /* Inner spacing */
    /* Optional shadow for effect */
    margin: 10% 25% 10% 25%; /* Outer spacing */
    background-color: #F9F9F9;
  }

  .cont{
    display: flex;
    align-items: center;
    background: #F1F4F3;
    border-radius:16px;
    margin:20px !important;
  }
  .cont {
    margin-left: 25% !important;
  }
}

@media (max-width: 768px) {
  .content-container {
    width: auto; /* Allow full width for mobile */
    margin: 0; /* Remove outer spacing */
    padding: 10px; /* Adjust padding for smaller screens */
    border: none; /* Remove border for mobile */
    background-color: transparent; /* Optional: remove background for mobile */
  }

}



.about1 {
  position: relative; /* Set relative positioning for .img2 as the reference */
  z-index: 2; /* Ensure it stays above .elements */
}

.about {
  position: absolute; /* Position it relative to .img2 */
  top: 0; /* Align to the top of .img2 */
  left: 0; /* Align to the left of .img2 */
  z-index: 1; /* Place it below .img2 */
  width: 100%; /* Adjust width as needed */
  height: 100%; /* Adjust height as needed */
}

.about img {
  width: 70%; /* Make the image fully cover the parent container */
  height: auto; /* Maintain aspect ratio */
  /* object-fit: cover;  */
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color:#6db31d !important;
}


/*----------------------------------------------------service page--our process-----------------------------------------*/

@media only screen and (max-width: 767px) {
  .blog-section-area .blog-boxarea .content-area {
    border-radius: 16px;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09); /* Adjust shadow for this range */
    transition: all 0.4s;
    position: relative;
    padding: 10px 18px; /* Slightly larger padding for 767px */
    margin-left: 15px; /* Adjust side margins */
    margin-right: 15px;
    margin-top: -30px; /* Less negative margin for better alignment */
  }
}

@media only screen and (max-width: 375px) {
  .blog-section-area .blog-boxarea .content-area {
    border-radius: 16px;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09); /* Adjust shadow for mobile if needed */
    transition: all 0.4s;
    position: relative;
    padding: 8px 15px; /* Adjust padding for smaller screens */
    margin-left: 10px; /* Reduce side margins */
    margin-right: 10px;
    margin-top: 0 8px; /* Remove the negative margin for mobile */
  }
   .blog-section-area .blog-boxarea .content-area ul li a{
    line-height:28px ;
  }
}

/*---------------------------------------------center align mobile--------------------*/
@media only screen and (max-width: 767px) {
  .cent {
    text-align: center !important; /* Force center alignment */
    margin: 0 auto; /* Center any potential margins */
  }
}

/*-------------------------------footer contact us part--------------------*/
media (max-width: 768px) {
  .inline-flex-center {
    display: flex;
    align-items: center; /* Align icon and text vertically */
    gap: 8px; /* Space between icon and text */
    white-space: nowrap; /* Prevents the text from wrapping */
    overflow: hidden; /* Hides overflow in case of small screen */
    text-overflow: ellipsis; /* Adds "..." if text overflows */
  }

  .inline-flex-center span {
    font-size: 14px; /* Adjust font size for mobile */
    line-height: 1.2; /* Ensures good vertical alignment */
  }

  .inline-flex-center i {
    font-size: 22px; /* Adjust icon size */
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  /* Remove space and align icon and text tightly */
  .inline-flex-center li a {
    display: inline-flex;
    align-items: center; /* Align the icon and text vertically */
    gap: 0; /* Remove any gap between icon and text */
  }

  .inline-flex-center li a span {
    display: inline-block;
    margin: 0; /* Remove margin from the span */
    padding: 0; /* Remove padding from the span */
    line-height: 1; /* Tighten spacing */
    word-break: break-word; /* Ensure long text wraps properly */
  }

  .inline-flex-center  li a i {
    margin: 0; /* Remove any default margin around the icon */
    padding: 0; /* Remove padding from the icon */
    font-size: 16px; /* Adjust icon size if needed */
    line-height: 1; /* Align icon with text */
  }
}

@media only screen and (max-width: 767px) {
    .contact-pop{
/*color: var(--ztc-text-text-8);*/
    font-family: var(--ztc-family-font2);
    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;
    padding-bottom: 16px;
    }
}


  @media (max-width: 768px) {      
           /* Show submenu with transition */
           .mobile-nav-list .sub-menu {           
            background-color: rgb(173, 243, 170);
            border-radius:6px;
          }
        }


/* Mobile responsive styles */
@media (max-width: 767px) {
    .col-lg-4 {
        width: 100%;
        padding: 0;
    }

    .contact-box {
        flex-direction: column; /* Stack the icon and content vertically */
        align-items: flex-start; /* Align left */
         overflow-wrap: break-word !important;
    }

    .contact-box .icons {
        margin-bottom: 10px; /* Add space between icon and content */
         overflow-wrap: break-word !important;
    }

    .contact-box .content {
        text-align: left;
        overflow-wrap: break-word !important;
    }

    .contact-box .icons img {
        width: 25px; /* Smaller icons for mobile */
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .homepage3-body .header-area.homepage3 .header-elements .main-menu ul li a {
      font-family: var(--ztc-family-font2);
      font-size: 14px; /* Adjust font size if needed */
      font-weight: var(--ztc-weight-medium);
      color: var(--ztc-text-text-8);
      display: inline-block;
      transition: 0.4s;
      padding: 0px 10px; /* Adjust padding if needed */
  }

  .header-btn4 {
    font-size: 10px; /* Adjust font size for tablets */
    padding: 12px 18px; /* Adjust padding for a smaller button */
    border-radius: 50px; /* Optionally reduce the border radius */
    line-height: 14px; /* Adjust line height */
    text-align: center;
}
.header-btn4::after {
  position: absolute;
  content: "";
  height: 40px; /* Adjust height of the pseudo-element */
  width: 40px; /* Adjust width of the pseudo-element */
  display: none;
  border-radius: 50%; /* Maintain circular shape */
  transition: all 0.4s;
  background: #446A64; /* Background color remains the same */
  left: 3px; /* Adjust left position */
  z-index: -1; /* Ensure it stays behind the button */
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.homepage3-body .header-area.homepage7 .header7-top-area .topbar_social ul li {
  display: inline-block;
  line-height: 50px !important ;
}
}

@media screen and (max-width: 1024px) and (min-width: 1024px) {
  .header-carousel-area3 .active .main-hero-area .header-content-area h2 {
    font-size: 28px; /* Adjust font size */
    text-align: left; /* Center-align the text */
    line-height: 1.5; /* Proper spacing between lines */
    padding: 0 30px; /* Padding for inner content */
    margin: 20px auto; /* Center with margin */
    transform: translateX(0); /* Ensure aligned to center */
    opacity: 1; /* Visible */
  }
   .header-btn4 {
      font-size: 12px; /* Adjust font size for this resolution */
      line-height: 14px; /* Adjust line height */
      padding: 14px 20px; /* Adjust padding for proper spacing */
      border-radius: 50px; /* Slightly reduce border-radius */
    }
    .site-logo img {
      height: 70px !important;
      margin-left:8% !important;
    }
}


/*============= GALLERY CSS AREA ===============*//*# sourceMappingURL=main.css.map */

.specialities-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #ffffff;
  margin-top: -2%;
}

.specialities-section h1 {
  font-size: 2.8rem;
  color: #2a2e5d;
  margin-bottom: 20px;
}

.specialities-section p {
  font-size: 1.1rem;
  margin-bottom: 40px;
  color: #555;
}

/* Card Grid */
.specialities-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
 
}

/* Hover Card */
.hover-card {
  width: 240px;
  height: 240px;
  background: linear-gradient(135deg, #009999, #006666);
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

/* Hover Effect */
.hover-card:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/* Card Content */
.hover-card-content h3 a {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.hover-card-content h3 a:hover {
  color:#B9C7C5;
}
.hover-card-content p {
  font-size: 0.9rem;

}

/* Responsive Design */
@media (max-width: 768px) {
  .specialities-section h1 {
    font-size: 2.4rem;
  }
  .specialities-grid {
    flex-direction: column;
    gap: 20px;
    margin-left: 19%;
  }
  .hover-card {
    width: 200px;
    height: 200px;
  }
}

/* ----------------------------------------------why use buyers agent----------------------------------------------- */


/* Section Styling */
.timeline-section {
  padding: 50px 10%;
  background: linear-gradient(135deg, #004d4d, #006666);
  color: #fff;
  text-align: center;
}

.timeline-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.timeline-header h2 span {
  color: #FFD700;
}

.timeline-header p {
  font-size: 1.1rem;
  margin-bottom: 40px;
}

/* Timeline */
.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #FFD700;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline-item {
  position: relative;
  margin: 20px 0;
}

.timeline-item .timeline-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #006666;
  border: 3px solid #FFD700;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.timeline-item .timeline-content {
  background-color: #fff;
  color: #333;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  width: 45%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.timeline-item:nth-child(odd) .timeline-content {
  left: 0;
  text-align: right;
}

.timeline-item:nth-child(even) .timeline-content {
  left: 50%;
}

/* Content Hover */
.timeline-item .timeline-content:hover {
  transform: scale(1.02);
  transition: all 0.3s ease-in-out;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline::after {
      left: 20px;
  }

  .timeline-item .timeline-icon {
      left: 20px;
      transform: none;
  }

  .timeline-item .timeline-content {
      left: 70px;
      width: calc(100% - 90px);
      text-align: left;
  }
}

/* --------------------------------------------why use------------------------------ */
.card-background {
  background: linear-gradient(135deg, #006666, #33cccc);
  position: relative;
  text-align: justify;
  /* font-family: Poppins, sans-serif; */
  font-family: var(--ztc-family-font2);
  border-radius: 15px;
  width: 90% !important; /* Adjust width */
  height: 60%; /* Adjust height if needed */
  max-width: 90%; /* Maximum width for responsiveness */
  padding: 40px;
  color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin: 0 auto; /* Center the card */
  overflow: hidden;
  margin-top: 7%;
}

.card-background::before,
.card-background::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
}

.card-background::before {
  width: 300px;
  height: 300px;
  top: -50px;
  left: -50px;
}

.card-background::after {
  width: 200px;
  height: 200px;
  bottom: -50px;
  right: -50px;
}

.card-content {
  position: relative;
  z-index: 1;
  margin:0 10% 0 10%;
}

.card-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  font-weight:bold !important;
}
.card-content h4 {
  font-size: 20px;
}


.card-content p,
.card-content ul {
  font-size: 24px;
  line-height: 1.6;
  font-family: var(--ztc-family-font2);
}
.card-content p,
.card-content ul {
  font-size: 16px;
  line-height: 1.6;
  font-family: var(--ztc-family-font2);
}

.card-content ul {
  padding-left: 20px;
}

.card-content li {
  margin-bottom: 10px;
}

.card-content a {
  display: inline-block;
  margin-top: 20px;
  margin-left: 45%;
  padding: 10px 20px;
  background: white;
  color: #006666;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s, color 0.3s;
}

.card-content a:hover {
  background: #006666;
  color: white;
}
/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .card-background {
    width: 95%; /* Increase width for small screens */
    padding: 15px; /* Reduce padding for better spacing */
  }

  .card-content h2 {
    font-size: 20px;
  }

  .card-content h4 {
    font-size: 16px;
  }

  .card-content p,
  .card-content ul {
    font-size: 12px;
    line-height: 1.3;
    text-align:justify;
  }

  .card-content a {
    margin-left: 0;
    margin-top: 10px;
    padding: 8px 12px;
    margin-left: 22%;
  }
}

/* img {
  filter: brightness(115%) hue-rotate(60deg) saturate(110%);
} */
