@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
body{
  direction: rtl;
  text-align: right;
}
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;
}

.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;
}

.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;
}

@keyframes sweep {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes clean {
  0% {
    transform: translateY(0) rotate(0);
  }
  25% {
    transform: translateY(-20px) rotate(10deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  75% {
    transform: translateY(20px) rotate(-10deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@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);
  }
}
.bg1 {
  background: var(--ztc-bg-bg-3) !important;
}

:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #2CA2FC;
  --ztc-text-text-3: #010F1A;
  --ztc-text-text-4: #5A5A5A;
  --ztc-text-text-5: #005395;
  --ztc-text-text-6: #02111D;
  --ztc-text-text-7: #494949;
  --ztc-text-text-8: #FDA93F;
  --ztc-text-text-9: #140B00;
  --ztc-text-text-10: #03C6FE;
  --ztc-text-text-11: #042E3A;
  --ztc-text-text-12: #5D6061;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #2CA2FC;
  --ztc-bg-bg-3: #F2F9FF;
  --ztc-bg-bg-4: #CBE8FD;
  --ztc-bg-bg-5: #005395;
  --ztc-bg-bg-6: #02111D;
  --ztc-bg-bg-7: #F2F9FF;
  --ztc-bg-bg-8: #FDA93F;
  --ztc-bg-bg-9: #03C6FE;
  --ztc-border-border-1: #E5E7EB;
  --ztc-border-border-2: #dfdcdc;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-specing-height6: 6px;
  --ztc-specing-height8: 8px;
  --ztc-specing-height10: 10px;
  --ztc-specing-height12: 12px;
  --ztc-specing-height14: 114px;
  --ztc-specing-height16: 16px;
  --ztc-specing-height18: 18px;
  --ztc-specing-height20: 20px;
  --ztc-specing-height22: 22px;
  --ztc-specing-height24: 24px;
  --ztc-specing-height26: 26px;
  --ztc-specing-height28: 28px;
  --ztc-specing-height30: 30px;
  --ztc-specing-height32: 32px;
  --ztc-specing-height34: 34px;
  --ztc-specing-height36: 36px;
  --ztc-specing-height38: 38px;
  --ztc-specing-height40: 40px;
  --ztc-specing-height42: 42px;
  --ztc-specing-height44: 44px;
  --ztc-specing-height46: 46px;
  --ztc-specing-height48: 48px;
  --ztc-specing-height50: 50px;
  --ztc-specing-height52: 52px;
  --ztc-specing-height54: 54px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height100: 100px;
  --ztc-specing-height110: 110px;
  --ztc-specing-height120: 120px;
  --ztc-specing-height130: 130px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-weight-black: 800;
  --ztc-family-font1: 'Figtree', sans-serif;
}

/*
============================
Name:  Poolwash - Pool Cleaning And Services Html Templete
Version: 1.0.0
Description: Poolwash - Pool Cleaning And Services Html Templete
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 ===============*/
/*============= WORK CSS AREA ===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
/*============= TEAM CSS AREA ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= GALLERY CSS AREA ===============*/
/*============= CTA CSS AREA ===============*/
/*============= OTHERS CSS AREA ===============*/
/*============= PROJECTS CSS AREA ===============*/
/*============= FOOTER CSS AREA ===============*/
/*============= COMMON CSS AREA ===============*/
.heading1 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 8px 12px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  border-radius: 50px;
  background: rgba(0, 83, 149, 0.1);
}
.heading1 h5 img {
  margin: 0 6px 0 0;
}
.heading1 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-font-size-font-s70);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading1 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading1 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
}
.heading1 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}

.heading2 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 8px 12px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  border-radius: 50px;
  background: rgba(44, 162, 252, 0.1);
}
.heading2 h5 img {
  margin: 0 6px 0 0;
}
.heading2 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
}
.heading2 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}

.heading3 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-font-size-font-s70);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading3 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading3 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.heading3 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading3 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}

.heading4 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 8px 12px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  border-radius: 50px;
  background: rgba(0, 83, 149, 0.1);
}
.heading4 h5 img {
  margin: 0 6px 0 0;
}
.heading4 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-7);
}
.heading4 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-6);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading4 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}

.heading5 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 8px 12px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
}
.heading5 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-font-size-font-s70);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading5 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading5 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 90% !important;
}
.heading5 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-9);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading5 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading5 p.pera {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4) !important;
}

.heading6 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-9);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 8px 12px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  border-radius: 50px;
  background: rgba(253, 169, 63, 0.1);
}
.heading6 h5 img {
  margin: 0 6px 0 0;
}
.heading6 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
}
.heading6 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-9);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading6 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading6 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}

.heading7 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 8px 12px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
}
.heading7 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-font-size-font-s70);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading7 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading7 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 90% !important;
}
.heading7 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading7 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}

.heading8 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-11);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 8px 12px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  border-radius: 50px;
  background: rgba(3, 198, 254, 0.1);
}
.heading8 h5 img {
  margin: 0 6px 0 0;
}
.heading8 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-12);
}
.heading8 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-11);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading8 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading8 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}

.header-btn1 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  padding: 16px 20px;
  transition: all 0.4s;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-2);
}
.header-btn1 img {
  margin: 0 0 0 0;
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.header-btn1:hover {
  background: var(--ztc-text-text-3);
  color: var(--ztc-text-text-1);
  transform: translateY(-5px);
  transition: all 0.4s;
}
.header-btn1:hover img {
  transform: rotateY(180deg);
  transition: all 0.4s;
}

.header-btn2 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  padding: 16px 20px;
  transition: all 0.4s;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-5);
}
.header-btn2 img {
  margin: 0 0 0 0;
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.header-btn2:hover {
  background: var(--ztc-text-text-3);
  color: var(--ztc-text-text-1);
  transform: translateY(-5px);
  transition: all 0.4s;
}
.header-btn2:hover img {
  transform: rotateY(180deg);
  transition: all 0.4s;
}

.header-btn3 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  padding: 16px 20px;
  transition: all 0.4s;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-8);
}
.header-btn3 img {
  margin: -4px 0 0 0;
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.header-btn3:hover {
  background: var(--ztc-text-text-9);
  color: var(--ztc-text-text-1);
  transform: translateY(-5px);
  transition: all 0.4s;
}
.header-btn3:hover img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}

.header-btn4 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  padding: 16px 20px;
  transition: all 0.4s;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-9);
}
.header-btn4 img {
  margin: 0 0 0 0;
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.header-btn4:hover {
  background: var(--ztc-text-text-11);
  color: var(--ztc-text-text-1);
  transform: translateY(-5px);
  transition: all 0.4s;
}
.header-btn4:hover img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}

/*============= 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;
  }
}

.sp2 {
  padding: 100px 0 70px;
}
@media (max-width: 767px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}

.sp3 {
  padding: 100px 0 50px;
}

.sp4 {
  padding: 80px 0 80px;
}
@media (max-width: 767px) {
  .sp4 {
    padding: 40px 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp4 {
    padding: 40px 0 40px;
  }
}

.sp5 {
  padding: 60px 0 60px;
}
@media (max-width: 767px) {
  .sp5 {
    padding: 30px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp5 {
    padding: 30px 0 30px;
  }
}

.sp6 {
  padding: 120px 0 120px;
}
@media (max-width: 767px) {
  .sp6 {
    padding: 60px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp6 {
    padding: 60px 0 60px;
  }
}

.sp7 {
  padding: 120px 0 90px;
}
@media (max-width: 767px) {
  .sp7 {
    padding: 60px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp7 {
    padding: 60px 0 30px;
  }
}

.sp8 {
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .sp8 {
    padding: 50px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp8 {
    padding: 50px 0 0;
  }
}

.sp9 {
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  .sp9 {
    padding: 60px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp9 {
    padding: 60px 0 0;
  }
}

.sp10 {
  padding: 0 0 70px;
}
@media (max-width: 767px) {
  .sp10 {
    padding: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp10 {
    padding: 0 0 50px;
  }
}

.space-margin60 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}

/*============= ABOUT CSS AREA ===============*/
.about1-section-area {
  position: relative;
  z-index: 1;
}
.about1-section-area .about-auhtor-images {
  position: relative;
  z-index: 1;
}
.about1-section-area .about-auhtor-images .img1 {
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  height: 100%;
}
.about1-section-area .about-auhtor-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about1-section-area .about-auhtor-images .about-boxarea.box2 {
  margin-left: 40px;
  margin-top: 140px;
}
@media (max-width: 767px) {
  .about1-section-area .about-auhtor-images .about-boxarea.box2 {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }
}
.about1-section-area .about-auhtor-images .about-boxarea {
  text-align: center;
  display: inline-block;
  transition: all 0.4s;
  padding: 32px 30px;
  border-radius: 8px;
  background: var(--ztc-text-text-1);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  width: 240px;
  margin-left: 90px;
}
@media (max-width: 767px) {
  .about1-section-area .about-auhtor-images .about-boxarea {
    margin-left: 0;
    width: 100%;
  }
}
.about1-section-area .about-auhtor-images .about-boxarea:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.about1-section-area .about-auhtor-images .about-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
}
.about1-section-area .about-auhtor-images .about-boxarea:hover a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.about1-section-area .about-auhtor-images .about-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  display: inline-block;
  transition: all 0.4s;
  background: #EAF6FF;
  border-radius: 50%;
}
.about1-section-area .about-auhtor-images .about-boxarea a {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}
.about1-section-area .about-header-area {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .about1-section-area .about-header-area {
    margin-top: 50px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-section-area .about-header-area {
    margin-top: 50px;
    padding: 0;
  }
}
.about1-section-area .about-header-area .btn-area1 .header-btn1 {
  margin-top: 32px;
}
.about1-section-area .about-header-area .btn-area1 .play {
  display: inline-block;
  margin-left: 10px;
}
.about1-section-area .about-header-area .btn-area1 .play .icon {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
  position: relative;
}
.about1-section-area .about-header-area .btn-area1 .play .icon::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 18px;
  top: 18px;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
  display: inline-block;
}
.about1-section-area .about-header-area .btn-area1 .play .text {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  text-decoration-line: underline;
  transition: all 0.4s;
  display: inline-block;
  padding-left: 12px;
}











/*============= ABOUT CSS AREA ===============*/
/*============= SERVICE CSS AREA ===============*/
.service1-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/service-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 900px;
}
@media (max-width: 767px) {
  .service1-section-area {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area {
    height: auto;
  }
}
.service1-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  background: var(--ztc-text-text-3);
  left: 0;
  top: 0;
  opacity: 80%;
  z-index: -1;
}
.service1-section-area .elements7 {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: sweep 2s infinite ease-in-out;
}
.service1-section-area .elements8 {
  position: absolute;
  top: 0;
  left: 0;
}
.service1-section-area .service-header {
  padding: 150px 50px 0 0;
}
@media (max-width: 767px) {
  .service1-section-area .service-header {
    padding: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area .service-header {
    padding: 0;
    margin-bottom: 50px;
  }
}
.service1-section-area .service-header h5 {
  color: var(--ztc-text-text-1);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.2);
}
.service1-section-area .service-header h2 {
  color: var(--ztc-text-text-1);
}
.service1-section-area .service-header p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.service1-section-area .service-slider-area.owl-carousel .owl-stage-outer {
  position: absolute;
}
@media (max-width: 767px) {
  .service1-section-area .service-slider-area.owl-carousel .owl-stage-outer {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area .service-slider-area.owl-carousel .owl-stage-outer {
    position: relative;
  }
}
.service1-section-area .service-slider-area {
  position: relative;
  z-index: 1;
}
.service1-section-area .service-slider-area .owl-nav {
  position: relative;
  top: 680px;
}
@media (max-width: 767px) {
  .service1-section-area .service-slider-area .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area .service-slider-area .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.service1-section-area .service-slider-area .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  background: #1C6AA0;
  margin: 0 8px 0 0;
}
.service1-section-area .service-slider-area .owl-nav button:hover {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  border-radius: 8px;
}
.service1-section-area .service-slider-area .service-slider-boxarea:hover .img1 img {
  transform: scale(1.2) rotate(-4deg);
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-boxarea:hover .content-area::after {
  height: 100%;
  transition: all 0.4s;
  border-radius: 0 0 8px 8px;
}
.service1-section-area .service-slider-area .service-slider-boxarea:hover .content-area .icons {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.service1-section-area .service-slider-area .service-slider-boxarea:hover .content-area a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.service1-section-area .service-slider-area .service-slider-boxarea:hover .content-area a.readmore {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-boxarea .img1 {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-boxarea .content-area {
  padding: 32px;
  position: relative;
  z-index: 1;
}
.service1-section-area .service-slider-area .service-slider-boxarea .content-area::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  z-index: -1;
  border-radius: 0 0 8px 8px;
}
.service1-section-area .service-slider-area .service-slider-boxarea .content-area .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: #EAF6FF;
  border-radius: 50%;
}
.service1-section-area .service-slider-area .service-slider-boxarea .content-area .icons img {
  height: 32px;
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
  line-height: 32px;
  margin: 0 auto;
  margin-top: 14px;
}
.service1-section-area .service-slider-area .service-slider-boxarea .content-area a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service1-section-area .service-slider-area .service-slider-boxarea .content-area a {
    line-height: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area .service-slider-area .service-slider-boxarea .content-area a {
    line-height: 26px;
  }
}
.service1-section-area .service-slider-area .service-slider-boxarea .content-area p {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.service1-section-area .service-slider-area .service-slider-boxarea .content-area a.readmore {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: block;
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-boxarea .content-area a.readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.service1-section-area .service-slider-area .service-slider-boxarea .content-area a.readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}















/*============= SERVICE CSS AREA ===============*/
/*============= HERO CSS AREA ===============*/
.hero1-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 280px 0 120px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero1-section-area {
    padding: 160px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area {
    padding: 160px 0 60px;
  }
}
.hero1-section-area .elements2 {
  position: absolute;
  right: 0;
  bottom: 0;
  animation: clean 5s infinite ease-in-out;
}
.hero1-section-area .elements4 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.hero1-section-area .hero-header-area .header-auhtor-area {
  display: inline-block;
  border-radius: 8px;
  padding: 24px;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
}
.hero1-section-area .hero-header-area .header-auhtor-area h3 {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  padding-bottom: 20px;
}
.hero1-section-area .hero-header-area .header-auhtor-area .auhtor-image {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero1-section-area .hero-header-area .header-auhtor-area .auhtor-image .content {
  padding-left: 20px;
}
.hero1-section-area .hero-header-area .header-auhtor-area .auhtor-image .content ul li {
  display: inline-block;
  color: #FC9C2C;
}
.hero1-section-area .hero-header-area .header-auhtor-area .auhtor-image .content ul li:nth-last-child(1) {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  padding-left: 8px;
}
.hero1-section-area .hero-header-area .header-auhtor-area .auhtor-image .content h4 {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  padding-top: 8px;
}
.hero1-section-area .btn-area1 .header-btn1 {
  margin-top: 30px;
}
.hero1-section-area .btn-area1 .header-btn1.btn2 {
  background: none;
  border: 2px solid var(--ztc-text-text-2);
  margin-left: 16px;
  padding: 14px;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  margin-top: 32px;
}
.hero1-section-area .btn-area1 .header-btn1.btn2 img {
  filter: none;
  transition: all 0.4s;
}
.hero1-section-area .btn-area1 .header-btn1.btn2:hover {
  background: var(--ztc-text-text-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  border: 2px solid var(--ztc-text-text-3);
}
.hero1-section-area .btn-area1 .header-btn1.btn2:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero1-section-area .btn-area1 .header-btn1.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.hero1-section-area .images {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero1-section-area .images {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .images {
    margin-top: 50px;
  }
}
.hero1-section-area .images .elements3 {
  position: absolute;
  bottom: 0;
  left: -125px;
  z-index: -1;
  animation: sweep 2s infinite ease-in-out;
}
@media (max-width: 767px) {
  .hero1-section-area .images .elements3 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .images .elements3 {
    display: none;
  }
}
.hero1-section-area .images .img2 {
  position: absolute;
  right: -100px;
  top: -100px;
  z-index: -2;
}
.hero1-section-area .images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}











/*============= HERO CSS AREA ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.mobile-header.mobile-haeder1 {
  background: var(--ztc-bg-bg-2);
  position: fixed;
}
.mobile-header.mobile-haeder1 .dots-menu {
  color: var(--ztc-bg-bg-1);
}
.mobile-header.mobile-haeder1 .mobile-logo img {
  filter: brightness(0) invert(1);
  height: 50px;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-sidebar.mobile-sidebar1 {
  background: var(--ztc-bg-bg-2);
}
.mobile-sidebar.mobile-sidebar1 .menu-close {
  color: var(--ztc-bg-bg-1);
}
.mobile-sidebar.mobile-sidebar1 .logos {
  filter: brightness(0) invert(1);
  height: 50px;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-1);
}
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-1);
}
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-bg-bg-1);
  font-family: var(--ztc-family-font1) !important;
}
.mobile-sidebar.mobile-sidebar1 .allmobilesection .header-btn1 {
  width: 100%;
  text-align: center;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-3);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar1 .allmobilesection .header-btn1:hover {
  background: var(--ztc-text-text-3);
  color: var(--ztc-text-text-1);
}
.mobile-sidebar.mobile-sidebar1 .allmobilesection .header-btn1:hover img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.mobile-sidebar.mobile-sidebar1 .allmobilesection .header-btn1 img {
  margin: 0 4px 0 0;
  filter: brightness(0);
  transition: all 0.4s;
}
.mobile-sidebar.mobile-sidebar1 .single-footer h3 {
  font-family: var(--ztc-family-font1);
  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-bg-bg-1);
  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 i {
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-bg-bg-1);
  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-1);
  color: var(--ztc-bg-bg-2);
  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 MENU CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/

.blog1-section-area .blog-boxarea {
  position: relative;
  z-index: 1;
  background: #F2F9FF;
  border-radius: 8px;
  margin-bottom: 30px;
}
.blog1-section-area .blog-boxarea:hover .img1 {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 0 0 8px 8px;
}
.blog1-section-area .blog-boxarea:hover .img1 img {
  transition: all 0.4s;
  border-radius: 0 0 8px 8px;
  transform: scale(1.2) rotate(-4deg);
}
.blog1-section-area .blog-boxarea:hover .arrow-area a {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
}
.blog1-section-area .blog-boxarea .arrow-area {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}
.blog1-section-area .blog-boxarea .arrow-area a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-text-text-3);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  transform: rotate(-45deg);
  font-size: var(--ztc-font-size-font-s20);
}
.blog1-section-area .blog-boxarea .arrow-area a:hover {
  background: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.blog1-section-area .blog-boxarea .content-area {
  padding: 24px 24px 24px 24px;
}
.blog1-section-area .blog-boxarea .content-area ul li {
  display: inline-block;
}
.blog1-section-area .blog-boxarea .content-area ul li .tag {
  background: #DEF0FE;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  padding: 6px 8px;
}
.blog1-section-area .blog-boxarea .content-area ul li .date {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px; /* 100% */
  display: inline-block;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog1-section-area .blog-boxarea .content-area ul li .date {
    padding-left: 10px;
  }
}
.blog1-section-area .blog-boxarea .content-area a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}
.blog1-section-area .blog-boxarea .content-area a:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.blog1-section-area .blog-boxarea .content-area a.readmore {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.blog1-section-area .blog-boxarea .content-area a.readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.blog1-section-area .blog-boxarea .content-area a.readmore:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.blog1-section-area .blog-boxarea .img1 {
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  transition: all 0.4s;
}
.blog1-section-area .blog-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}











/*============= BLOG CSS AREA ===============*/
/*============= FOOTER CSS AREA ===============*/
.footer1-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 315px 0 32px;
  background: #F2F9FF;
}
.footer1-section-area .elements2 {
  position: absolute;
  bottom: 20px;
  right: 0;
  animation: sweep 2s infinite ease-in-out;
}
.footer1-section-area .elements3 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer1-section-area .footer-logo-area {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .footer1-section-area .footer-logo-area {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-section-area .footer-logo-area {
    margin-bottom: 30px;
  }
}
.footer1-section-area .footer-logo-area img {
  width: 180px;
  padding-bottom: 24px;
}
.footer1-section-area .footer-logo-area p {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  padding-top: 16px;
  border-top: 1px solid #C2CAD1;
  display: inline-block;
  opacity: 80%;
}
.footer1-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer1-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  display: inline-block;
  border-radius: 50%;
  background: #DEF0FE;
  margin: 0 8px 0 0;
}
.footer1-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-3px);
}
.footer1-section-area .footer-header h3 {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
}
.footer1-section-area .footer-header p {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  padding-top: 16px;
  display: inline-block;
}
.footer1-section-area .footer-header form input {
  border-radius: 30px;
  background: rgba(34, 147, 167, 0.08);
  width: 100%;
  padding: 16px;
  height: 48px;
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  padding-top: 16px;
  display: inline-block;
}
.footer1-section-area .footer-header form button {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  margin-top: 20px;
}
.footer1-section-area .footer-header ul li a {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  padding-top: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.footer1-section-area .footer-header ul li a:hover {
  color: var(--ztc-text-text-2);
  padding-left: 5px;
  transition: all 0.4s;
}
.footer1-section-area .footer-header.pbleft {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .footer1-section-area .footer-header.pbleft {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-section-area .footer-header.pbleft {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.footer1-section-area .footer-header.pbleft2 {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .footer1-section-area .footer-header.pbleft2 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-section-area .footer-header.pbleft2 {
    padding-left: 0;
  }
}
.footer1-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid #C2CAD1;
}
@media (max-width: 767px) {
  .footer1-section-area .copyright-area {
    display: inline-block;
    align-items: center;
    text-align: center;
  }
}
.footer1-section-area .copyright-area p {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  display: inline-block;
  opacity: 80%;
}
.footer1-section-area .copyright-area p a {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  display: inline-block;
  opacity: 80%;
  transition: all 0.4s;
}
.footer1-section-area .copyright-area p a:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.footer1-section-area .copyright-area p span {
  margin: 0 8px;
  display: inline-block;
  color: #D4D9DE;
}





/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
body.homepage1-body, html {
  overflow-x: hidden !important;
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= HEADER CSS AREA ===============*/
.homepage1-body, html {
  overflow-x: hidden !important;
}

.homepage1-body {
  overflow-x: hidden;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.homepage1-body .header-area.homepage1 nav#navbar-example2 {
  display: block !important;
  padding: 0 !important;
}
.homepage1-body .header-area.homepage1 .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.homepage1-body .header-area.homepage1 .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -60px;
  top: -60px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}
.homepage1-body .header-area.homepage1 .text h2 {
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
  position: relative;
  top: 0px;
  left: 5px;
}
.homepage1-body .header-area.homepage1 .header-elements {
  padding: 16px 0;
}
.homepage1-body .header-area.homepage1 .header-elements .site-logo {
  width: 180px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a.nav-link.active {
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-bold) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu .tp-submenu {
  left: -370px;
}
.homepage1-body .header-area.homepage1 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu {
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li.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 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 .all-images-menu {
  display: flex;
  align-items: center;
}
.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;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1 {
  transition: all 0.4s;
}
.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.4;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 35%;
  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;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-3);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 45%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 20%;
  right: 20%;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  padding: 16px;
  transition: all 0.4s;
  border-radius: 100px;
  position: relative;
  width: 140px;
  z-index: 1;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-text-text-3);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.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: 201.3%;
  transform: scale(1);
  position: absolute;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1) !important;
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  display: block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
  font-size: var(--ztc-font-size-font-s12) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-2) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -340px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  transform-origin: top;
  display: block;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  width: 225px;
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  display: block;
  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: 15px;
  color: var(--ztc-text-text-2);
}
.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-2);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-2);
}
.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;
  font-size: var(--ztc-font-size-font-s16);
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-3);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  transition: all 0.4s;
  z-index: -1;
  left: -20px;
  top: 10px;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background-image: url(../img/icons/logo-icon1.svg);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 15px;
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.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: -10px;
  top: 10px;
}
.homepage1-body .btn-area {
  display: flex;
  align-items: center;
}
.homepage1-body .btn-area .search-icon {
  margin: 0 16px 0 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;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.header-area.homepage1.sticky .header-top-section {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  padding: 0;
}
.header-area.homepage1.sticky .header-elements {
  transition: all 0.4s;
}

.header-top-section {
  background: var(--ztc-bg-bg-2);
  padding: 16px 0 20px;
  position: relative;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.header-top-section .header-social-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.header-top-section .header-social-area .social-area ul li {
  display: inline-block;
}
.header-top-section .header-social-area .social-area ul li a {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-1);
  margin: 0 8px 0 0;
}
.header-top-section .header-social-area .social-area ul li a:hover {
  background: var(--ztc-text-text-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.header-top-section .header-social-area .top-author-area ul li {
  display: inline-block;
}
.header-top-section .header-social-area .top-author-area ul li a {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  margin: 0 40px 0 0;
}
.header-top-section .header-social-area .top-author-area ul li a i {
  font-size: var(--ztc-font-size-font-s16);
  margin: 0 0 0 8px;
}
.header-top-section .header-social-area .top-author-area ul li a img {
  margin: 0 0 0 8px;
}



.homepage1-body {
  overflow-x: hidden;
  transition: all 0.4s;
}


/*============= HEADER CSS AREA ===============*/
/*============= WORK CSS AREA ===============*/
.work1-section-area {
  position: relative;
  background: var(--ztc-bg-bg-3);
  z-index: 1;
}
.work1-section-area .work-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .work1-section-area .work-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-section-area .work-header {
    margin-bottom: 30px;
  }
}
.work1-section-area .work-slider-area {
  position: relative;
}
.work1-section-area .work-slider-area .owl-nav {
  position: absolute;
  top: -180px;
  left: 0;
}
@media (max-width: 767px) {
  .work1-section-area .work-slider-area .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-section-area .work-slider-area .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.work1-section-area .work-slider-area .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.4s;
  background: #CBE8FD;
  border-radius: 50%;
  color: var(--ztc-bg-bg-2);
  margin: 0 6px 0 0;
}
.work1-section-area .work-slider-area .owl-nav button:hover {
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.work1-section-area .work-slider-area .owl-item.active.center .work-boxarea .content-area {
  bottom: 0;
  transition: all 0.6s;
}
.work1-section-area .work-slider-area .work-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
}
.work1-section-area .work-slider-area .work-boxarea:hover .content-area {
  bottom: 0;
  transition: all 0.6s;
}
.work1-section-area .work-slider-area .work-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.work1-section-area .work-slider-area .work-boxarea .content-area {
  background: var(--ztc-bg-bg-2);
  padding: 20px 24px;
  border-radius: 8px;
  position: absolute;
  bottom: -200px;
  width: 93%;
  margin: 16px;
  left: 0;
  right: 0;
  transition: all 0.6s;
}
.work1-section-area .work-slider-area .work-boxarea .content-area .icons a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
}
.work1-section-area .work-slider-area .work-boxarea .content-area .icons a img {
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  margin-top: 16px;
}
.work1-section-area .work-slider-area .work-boxarea .content-area p {
  color: var(--ztc-bg-bg-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  transition: all 0.4s;
}
.work1-section-area .work-slider-area .work-boxarea .content-area a {
  color: var(--ztc-bg-bg-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  transition: all 0.4s;
}
.work1-section-area .work-slider-area .work-boxarea .content-area .img2 {
  position: absolute;
  top: 0;
  left: 0;
  animation: sweep 2s infinite ease-in-out;
}





/*============= WORK CSS AREA ===============*/
/*============= OTHERS CSS AREA ===============*/
.ctn-preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.ctn-preloader .animation-preloader {
  z-index: 1000;
}

.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(198, 186, 186, 0.2);
  border-top-color: var(--ztc-text-text-2);
  height: 150px;
  margin: 0 auto 3.5em auto;
  width: 150px;
}

.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em var(--ztc-family-font1);
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: var(--ztc-text-text-3);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: var(--ztc-family-font1);
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.ctn-preloader.dark .animation-preloader .spinner {
  border-color: #d1d1d1;
  border-top-color: #fff;
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #fff;
}

.ctn-preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b;
}

.ctn-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.ctn-preloader .loader .row {
  height: 100%;
}

.ctn-preloader .loader .loader-section {
  padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}

.ctn-preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.ctn-preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Roboto", sans-serif;
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Roboto", sans-serif;
  }
}
.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-3);
  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-3);
}

.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-3);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--ztc-text-text-3);
  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 ===============*/
/*============= PRICING CSS AREA ===============*/






/*============= PRICING CSS AREA ===============*/
/*============= BRANDS CSS AREA ===============*/






/*============= BRANDS CSS AREA ===============*/
/*============= COUNTER CSS AREA ===============*/


/*============= COUNTER CSS AREA ===============*/
/*============= ERROR CSS AREA ===============*/


/*============= ERROR CSS AREA ===============*/
/*============= TEAM CSS AREA ===============*/



/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
.faq1-section-area {
  position: relative;
  z-index: 1;
}
.faq1-section-area .faq-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .faq1-section-area .faq-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq1-section-area .faq-header {
    margin-bottom: 30px;
  }
}
.faq1-section-area .images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.faq1-section-area .faq-accordian-area {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .faq1-section-area .faq-accordian-area {
    padding: 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq1-section-area .faq-accordian-area {
    padding: 0;
    margin-top: 50px;
  }
}
.faq1-section-area .faq-accordian-area .accordion .accordion-item {
  border: none;
  background: var(--ztc-text-text-2);
  border-radius: 8px;
}
.faq1-section-area .faq-accordian-area .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: none !important;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.faq1-section-area .faq-accordian-area .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  visibility: hidden;
  opacity: 0;
}
.faq1-section-area .faq-accordian-area .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.faq1-section-area .faq-accordian-area .accordion .accordion-item button {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  box-shadow: none;
  border: none;
  padding: 0;
  background: #EAF6FF;
  padding: 24px 24px 20px 24px;
  border-radius: 8px;
}
.faq1-section-area .faq-accordian-area .accordion .accordion-item button::after {
  filter: brightness(0);
  position: absolute;
  left: 24px;
  height: 2px;
  width: 14px;
  display: inline-block;
  background: var(--ztc-text-text-3);
  top: 35px;
}
.faq1-section-area .faq-accordian-area .accordion .accordion-item button::before {
  filter: brightness(0);
  position: absolute;
  left: 24px;
  height: 2px;
  width: 14px;
  display: inline-block;
  background: var(--ztc-text-text-3);
  top: 35px;
  transform: rotate(90deg);
  content: "";
}
.faq1-section-area .faq-accordian-area .accordion .accordion-item .accordion-body {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  padding: 0 24px 24px 24px;
}

.faq-header-section-area {
  position: relative;
  z-index: 1;
}
.faq-header-section-area .faq-header {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .faq-header-section-area .faq-header {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
  .faq1-section-area .faq-accordian-area .accordion .accordion-item button::after {
    display: none;
  }
  .faq1-section-area .faq-accordian-area .accordion .accordion-item button::before{
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-header-section-area .faq-header {
    padding: 0;
    margin-bottom: 30px;
  }
}






/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
.contact1-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-3);
}
.contact1-section-area .elements9 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact1-section-area .elements10 {
  position: absolute;
  top: 0;
  right: 0;
}
.contact1-section-area .contact-header-area h5 {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
}
.contact1-section-area .contact-header-area h2 {
  color: var(--ztc-text-text-1);
}
.contact1-section-area .contact-header-area p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.contact1-section-area .contact-header-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.contact1-section-area .contact-boxarea {
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .contact1-section-area .contact-boxarea {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area .contact-boxarea {
    margin-top: 50px;
  }
}
.contact1-section-area .contact-boxarea h3 {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}
.contact1-section-area .contact-boxarea .conact-input-area .input-area input {
  width: 100%;
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid rgba(2, 17, 29, 0.2);
  padding: 16px;
  height: 52px;
}
.contact1-section-area .contact-boxarea .conact-input-area .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  opacity: 50%;
}
.contact1-section-area .contact-boxarea .conact-input-area .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  opacity: 50%;
}
.contact1-section-area .contact-boxarea .conact-input-area .input-area .nice-select {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid rgba(2, 17, 29, 0.2);
  padding: 16px;
  height: 52px;
}
.contact1-section-area .contact-boxarea .conact-input-area .input-area .nice-select::after {
  height: 8px;
  width: 8px;
  filter: brightness(0);
}
.contact1-section-area .contact-boxarea .conact-input-area .input-area .nice-select span {
  color: var(--ztc-text-text-3);
  opacity: 50%;
}
.contact1-section-area .contact-boxarea .conact-input-area .input-area .nice-select ul {
  width: 100%;
}
.contact1-section-area .contact-boxarea .conact-input-area .input-area .nice-select ul li:hover {
  background: var(--ztc-text-text-2);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.contact1-section-area .contact-boxarea .conact-input-area .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid rgba(2, 17, 29, 0.2);
  padding: 16px;
  height: 82px;
}
.contact1-section-area .contact-boxarea .conact-input-area .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  opacity: 50%;
}
.contact1-section-area .contact-boxarea .conact-input-area .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  opacity: 50%;
}
.contact1-section-area .contact-boxarea .conact-input-area .input-area button {
  border: none;
  outline: none;
}
.contact1-section-area .counter-boxarea {
  margin-top: 48px;
}
.contact1-section-area .counter-boxarea .box2 {
  text-align: center;
}
.contact1-section-area .counter-boxarea .box2 h2 {
  color: var(--ztc-text-text-1);
}
.contact1-section-area .counter-boxarea .box2 p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}





.mapouter .gmap_canvas iframe {
  width: 100%;
  height: 700px;
}



/*============= CONTACT CSS AREA ===============*/
/*============= CTA CSS AREA ===============*/
.cta1-section-area {
  position: relative;
  z-index: 2;
  margin-bottom: -230px;
}
.cta1-section-area .cta-main-area {
  position: relative;
  background: var(--ztc-text-text-2);
  padding: 100px 50px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta1-section-area .cta-main-area {
    padding: 50px 25px;
  }
}
.cta1-section-area .cta-main-area .cta-header {
  position: relative;
  z-index: 3;
}
.cta1-section-area .cta-main-area .cta-header p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.cta1-section-area .cta-main-area .cta-header .header-btn1 {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
  margin-top: 24px;
}
.cta1-section-area .cta-main-area .cta-header .header-btn1 img {
  filter: none;
}
.cta1-section-area .cta-main-area .cta-header .header-btn1:hover {
  background: var(--ztc-text-text-3);
  color: var(--ztc-text-text-1);
}
.cta1-section-area .cta-main-area .cta-header .header-btn1:hover img {
  filter: brightness(0) invert(1);
}
.cta1-section-area .cta-main-area .cta-header .header-btn1.btn2 {
  background: none;
  border: 2px solid var(--ztc-text-text-1);
  color: var(--ztc-text-text-1);
  padding: 14px;
  margin-top: 24px;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .cta1-section-area .cta-main-area .cta-header .header-btn1.btn2 {
    margin-left: 0;
  }
}
.cta1-section-area .cta-main-area .cta-header .header-btn1.btn2 img {
  filter: brightness(0) invert(1);
}
.cta1-section-area .cta-main-area .cta-header .header-btn1.btn2:hover {
  background: var(--ztc-text-text-3);
  color: var(--ztc-text-text-1);
  border: 2px solid var(--ztc-text-text-2);
}
.cta1-section-area .cta-main-area .cta-header .header-btn1.btn2:hover img {
  filter: brightness(0) invert(1);
}
.cta1-section-area .cta-main-area .images2 {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -86px;
  top: 0;
  z-index: 2;
}
.cta1-section-area .cta-main-area .images2 .img1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cta1-section-area .cta-main-area .images2 .img1 {
    display: none;
  }
}
.cta1-section-area .cta-main-area .images2 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cta1-section-area .cta-main-area .images2 .img2 {
  position: absolute;
  right: 260px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta1-section-area .cta-main-area .images2 .img2 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    right: inherit;
    left: 0;
  }
}





/*============= CTA CSS AREA ===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
.testimonial1-section-area {
  position: relative;
  z-index: 1;
}
.testimonial1-section-area .testimonial-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}
.testimonial1-section-area .testimonial-slider-area .owl-item.active.center {
  border: 2px solid var(--ztc-text-text-2);
  transition: all 0.4s;
  border-radius: 8px;
}
.testimonial1-section-area .testimonial-slider-area .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.testimonial1-section-area .testimonial-slider-area .owl-dots button {
  height: 12px;
  width: 12px;
  text-align: center;
  line-height: 12px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 50%;
  margin: 0 20px 0 0;
  position: relative;
  z-index: 1;
}
.testimonial1-section-area .testimonial-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  text-align: center;
  line-height: 22px;
  border: 2px solid var(--ztc-text-text-2);
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  top: -5px;
  left: -5px;
  border-radius: 50%;
}
.testimonial1-section-area .testimonial-slider-area .owl-dots button.active {
  background: var(--ztc-text-text-2);
  opacity: 1;
}
.testimonial1-section-area .testimonial-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.testimonial1-section-area .testimonial-slider-area .testimonial-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  background: var(--ztc-bg-bg-3);
  border-radius: 8px;
  padding: 45px;
  border: 2px solid var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.testimonial1-section-area .testimonial-slider-area .testimonial-boxarea .img1 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.testimonial1-section-area .testimonial-slider-area .testimonial-boxarea .img2 {
  position: absolute;
  top: 32px;
  right: 32px;
}
.testimonial1-section-area .testimonial-slider-area .testimonial-boxarea .img2 img {
  height: 38px;
  width: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial1-section-area .testimonial-slider-area .testimonial-boxarea .content ul li {
  display: inline-block;
  border-radius: 4px;
  background: rgba(44, 162, 252, 0.1);
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  margin: 0 4px 0 0;
}
.testimonial1-section-area .testimonial-slider-area .testimonial-boxarea .content a {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}







/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= GALLERY CSS AREA ===============*/




/*============= GALLERY CSS AREA ===============*/
/*============= PROJECTS CSS AREA ===============*/

/*============= PROJECTS CSS AREA ===============*//*# sourceMappingURL=main.css.map */

/* Floatingicon */
.floating-icon .icon {
  position: relative;
  display: inline-block;
}

.floating-icon .icon i {
  z-index: 1; /* تأكد أن الأيقونة فوق الدوائر */
  animation: shake 0.5s infinite; /* إضافة تأثير الاهتزاز للصورة */
}

@keyframes shake {
  0% { transform: translate(0); }
  25% { transform: translate(-2px, 0); }
  50% { transform: translate(2px, 0); }
  75% { transform: translate(-2px, 0); }
  100% { transform: translate(0); }
}



@keyframes pulse {
  0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
  }
  50% {
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 1; /* تظهر الدائرة */
  }
  100% {
      transform: translate(-50%, -50%) scale(2);
      opacity: 0; /* تختفي الدائرة */
  }
}

.floating-icon .circle:nth-child(1) {
  animation-delay: 0s;
}
.floating-icon .circle:nth-child(2) {
  animation-delay: 0.5s; /* تأخير ظهور الدائرة الثانية */
}
.floating-icon .circle:nth-child(3) {
  animation-delay: 1s; /* تأخير ظهور الدائرة الثالثة */
}
.floating-icon .icon {
  position: relative;
  display: flex; /* Use flexbox */
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
  width: 90px; /* Adjust width as needed */
  height: 90px; /* Adjust height as needed */
}

.floating-icon .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px; /* Circle size */
  height: 100px; /* Circle size */
  border-radius: 50%;
  border: 4px solid rgba(192, 202, 192, 0.5); /* Circle color */
  transform: translate(-50%, -50%);
  animation: pulse 1.5s infinite;
  opacity: 0; /* Start hidden */
}



.floating-icon {
  position: fixed;
  bottom: 20px; /* المسافة من الأسفل */
  left: 20px; /* المسافة من اليسار */
  z-index: 1000;
}

.icon {
  background-color: var(--ztc-bg-bg-2); /* تغيير اللون هنا */
  border-radius: 50%;
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu {
  /* display: none; */
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 60px;
  /*المسافةبينالأيقونةوالقائمة*/left: 0;
  padding: 10px;
  width: 450px;
  background-image: url(../img/bg/header-bg2.png);
  background-position: 50%;
  background-size: cover;
  
}

.menu-icons {
  text-align: center;
}

.large-btn {
  display: block;
  margin: 10px 0;
  padding: 10px;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  width: 150px;
  height: 50px;
  margin-right: 50px;
  
}

.successColor {
  background-color: #28a745; /* نفس اللون المستخدم للأيقونة */
}

.dangerColor {
  background-color: #dc3545;
}
.offers-title{
  font-size: 1.3rem;
  padding:50px;
}

@media screen and (max-width: 453px) {
  .menu {
    /* display: none; */
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 60px;
    /*المسافةبينالأيقونةوالقائمة*/left: 0;
    padding: 10px;
    width: 300px;
    
  }
  .large-btn {
   
    margin-right: 3px;
    
  }
  .offers-title{
    font-size: 1.4rem;
    padding: 40px 5px;

  }
  
}
/* services */
.service-inner-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-inner-section-area .service-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service-inner-section-area .service-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner-section-area .service-header {
    margin-bottom: 30px;
  }
}
.service-inner-section-area .service-boxarea.box1 .content-area {
  background: var(--ztc-bg-bg-1);
}
.service-inner-section-area .service-boxarea {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.service-inner-section-area .service-boxarea:hover .content-area {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
}
.service-inner-section-area .service-boxarea:hover .content-area .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
}
.service-inner-section-area .service-boxarea:hover .content-area .icons img {
  filter: none;
  transition: all 0.4s;
}
.service-inner-section-area .service-boxarea:hover .content-area a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service-inner-section-area .service-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 90%;
}
.service-inner-section-area .service-boxarea:hover .content-area a.readmore {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service-inner-section-area .service-boxarea:hover .img1 {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
}
.service-inner-section-area .service-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service-inner-section-area .service-boxarea .img1 {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
}
.service-inner-section-area .service-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.service-inner-section-area .service-boxarea .content-area {
  background: var(--ztc-bg-bg-3);
  border-radius: 8px;
  padding: 54px 24px 24px 24px;
  position: relative;
  z-index: 1;
  margin: -50px 20px 0 20px;
  transition: all 0.4s;
}
.service-inner-section-area .service-boxarea .content-area .icons {
  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-2);
  position: absolute;
  top: -30px;
}
.service-inner-section-area .service-boxarea .content-area .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.service-inner-section-area .service-boxarea .content-area a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}
.service-inner-section-area .service-boxarea .content-area p {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.service-inner-section-area .service-boxarea .content-area a.readmore {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.service-inner-section-area .service-boxarea .content-area a.readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}