@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%;
}

.space10 {
  height: 10px;
}

.space12 {
  height: 12px;
}

.space16 {
  height: 16px;
}

.space18 {
  height: 18px;
}

.space20 {
  height: 20px;
}

.space24 {
  height: 24px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space40 {
  height: 40px;
}

.space48 {
  height: 48px;
}

.space50 {
  height: 50px;
}

.space86 {
  height: 86px;
}

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

@keyframes animation-7 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}

@keyframes animation-1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}

@keyframes animation-2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}

@keyframes animation-3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(60px);
  }
}

@keyframes animation-4 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}

@keyframes animation-6 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
  }
}

@keyframes animation-8 {
  0% {
    padding-left: 0px;
  }
  100% {
    padding-left: 50px;
  }
}
@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #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-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: Unifato
Author URI: https://themeforest.net/user/unifato/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 ===============*/

.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: 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-8);
  border-radius: 80px;
  padding: 17px 24px;
  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;
}

.heading2 h5 {
  color: var(--ztc-text-text-7);
  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);
  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(20, 69, 61, 0.1);
  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;
}

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

/*============= COMMON CSS AREA ENDS===============*/

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

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

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

.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 ===============*/

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

/*============= ABOUT CSS AREA ENDS ===============*/
/*============= SERVICE CSS AREA ===============*/

.service3-section-area {
  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: 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;
}
.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;
}

/*============= 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;
  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-8);
  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;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  -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;
  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: var(--ztc-bg-bg-9) !important;
  color: var(--ztc-text-text-8) !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;
  }
}

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

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

/*============= 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: 48px;
  width: 180px;
}

.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 MENU CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/

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

.footer3-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) {
  .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;
}
.footer3-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) {
  .footer3-section-area .footer-instagram-area .footer-contact-box {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3-section-area .footer-instagram-area .footer-contact-box {
    margin-bottom: 30px;
  }
}
.footer3-section-area .footer-instagram-area .footer-contact-box 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;
}
.footer3-section-area .footer-instagram-area .footer-contact-box .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%;
}
.footer3-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-9);
}
.footer3-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-9);
}
.footer3-section-area .footer-instagram-area .footer-contact-box .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: 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) {
  .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 {
  width: 150px;
  height: 48px;
  -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: 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: 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: 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: 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: 0 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;
}
.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);
}
.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: 24px;
  border-top: 1px solid #E6E6E7;
  text-align: center;
}
@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: 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: 24px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 0.6;
}

/*============= 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: 80px;
  padding: 15px 24px;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu {
  position: relative;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li 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-8);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-11) !important;
}

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

 html {
  overflow-x: hidden !important;
}

 html {
  overflow-x: hidden !important;
}

 html {
  overflow-x: hidden !important;
}

 html {
  overflow-x: hidden !important;
}

 html {
  overflow-x: hidden !important;
}

 html {
  overflow-x: hidden !important;
}

 html {
  overflow-x: hidden !important;
}

 html {
  overflow-x: hidden !important;
}

 html {
  overflow-x: hidden !important;
}

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

.property3-section-area {
  position: relative;
  z-index: 1;
}

.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: 190px;
}
@media (max-width: 767px) {
  .property3-section-area .property-images-area .img2 {
    margin-right: 0;
  }
}
.property3-section-area .property-images-area .img2 img {
  width: 100%;
  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: -480px;
}
@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%;
  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: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 50%;
}

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

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

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

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/

.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;
  background: var(--ztc-bg-bg-7);
  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: var(--ztc-bg-bg-9);
  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: var(--ztc-bg-bg-9);
  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: var(--ztc-text-text-8);
  opacity: 20%;
}

/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= APARTMENT CSS AREA ===============*/

/*============= APARTMENT CSS AREA ===============*/
/*============= GALLERY CSS AREA ===============*/

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

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