/* Font moved to HTML preload for better performance */
a, a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}
.nav ul li,
.mobile-nav ul li, 
.mobile-nav1 ul li,
.mobile-nav-list ul li,
.nav-list1 ul li,
.footer-logo-area1 ul li,
.footer-logo-area2 ul li,
.footer ul li  {
  list-style: none !important;
  list-style-type: none !important;
}img {
  max-width: auto !important;
  max-height: auto !important;
}

h2, p {
  margin-bottom: 0;
}

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

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

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

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

.space8 {
  height: 8px;
}

.space10 {
  height: 10px;
}

.space12 {
  height: 12px;
}

.space16 {
  height: 16px;
}

.space20 {
  height: 20px;
}

.space24 {
  height: 24px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space40 {
  height: 40px;
}

.space50 {
  height: 50px;
}

.space60 {
  height: 60px;
}

.space80 {
  height: 80px;
}

.space90 {
  height: 90px;
}

.space100 {
  height: 100px;
}

@keyframes animation-5 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@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-9 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}
.keyframe6 {
  position: relative;
  animation-name: animation-9;
  animation-duration: 30s;
  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);
  }
}

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

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

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

@keyframes pulse-border1 {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #090B0E;
  --ztc-text-text-3: #3D4C5E;
  --ztc-text-text-4: #4E2FDA;
  --ztc-text-text-5: #FB3189;
  --ztc-text-text-6: #FF0A54;
  --ztc-text-text-7: #FFE7EE;
  --ztc-text-text-8: #F6F8F9;
  --ztc-text-text-9: #FEE0ED;
  --ztc-text-text-10: #F6F8F9;
  --ztc-text-text-11: #ADFF1C;
  --ztc-text-text-12: #0A2828;
  --ztc-text-text-13: #2E00FF;
  --ztc-text-text-14: #FF6610;
  --ztc-text-text-15: #0D47A1;
  --ztc-text-text-16: #1B6CFC;
  --ztc-text-text-17: #6455E1;
  --ztc-text-text-18: #081120;
  --ztc-bg-bg-1: #4E2FDA;
  --ztc-bg-bg-2: #EDE9F8;
  --ztc-bg-bg-3: #C8BFF4;
  --ztc-bg-bg-4: #EDEAFB;
  --ztc-bg-bg-5: #FEBFDA;
  --ztc-bg-bg-6: #CAC6FD;
  --ztc-bg-bg-7: #FFE8A4;
  --ztc-bg-bg-8: #D4FFD6;
  --ztc-bg-bg-9: #E2E0F2;
  --ztc-bg-bg-10: #FB3189;
  --ztc-bg-bg-11: #3A3658;
  --ztc-bg-bg-12: #4E3A7A;
  --ztc-bg-bg-13: #FFEAF3;
  --ztc-bg-bg-14: #FFF5F9;
  --ztc-bg-bg-15: #F6F8F9;
  --ztc-bg-bg-16: #FFF6F9;
  --ztc-bg-bg-17: #ADFF1C;
  --ztc-bg-bg-18: #104041;
  --ztc-bg-bg-19: rgba(173, 255, 28, 0.1);
  --ztc-bg-bg-20: rgba(10, 40, 40, 0.1);
  --ztc-bg-bg-21: #FFE8A4;
  --ztc-bg-bg-22: #CAC6FD;
  --ztc-bg-bg-23: #D4FFD6;
  --ztc-bg-bg-24: #0D47A1;
  --ztc-bg-bg-25: #FF6610;
  --ztc-bg-bg-26: #1B6CFC;
  --ztc-bg-bg-27: #FCCC8A;
  --ztc-bg-bg-28: #6455E1;
  --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:  SEOC - Digital Marketing Agency Templete
Version: 3.0.0
Description: SEO - Digital Marketing Agency 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 ===============*/
/*============= CASE CSS AREA ===============*/
/*============= CTA CSS AREA ===============*/
/*============= OTHERS CSS AREA ===============*/
/*============= FOOTER CSS AREA ===============*/
/*============= COMMON CSS AREA ===============*/

.heading2 h5 {
  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-medium);
  color: var(--ztc-text-text-4);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading2 h5 img {
  margin: 0 6px 0 0;
}
.heading2 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: 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-semibold);
  color: var(--ztc-text-text-2);
  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);
  }
}
.heading2 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading9 h5 {
  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-medium);
  color: var(--ztc-bg-bg-17);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  padding: 6px 10px;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  background: var(--ztc-bg-bg-19);
}
.heading9 h5 img {
  margin: 0 6px 0 0;
}
.heading9 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: var(--ztc-font-size-font-s68);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-10);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading9 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading9 h1 span {
  color: var(--ztc-text-text-6);
  display: inline-block;
  position: relative;
}
.heading9 h1 span img {
  position: absolute;
  left: 0;
  bottom: -25px;
}
.heading9 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-10);
  opacity: 80%;
}

.heading21 h5 {
  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-medium);
  color: var(--ztc-text-text-1);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading21 h5 img {
  margin: 0 6px 0 0;
}
.heading21 h5::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: #fff;
}
.heading21 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: var(--ztc-font-size-font-s66);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading21 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading21 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) {
  .heading21 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading21 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.heading22 h5 {
  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-medium);
  color: #4D44C5;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading22 h5 img {
  margin: 0 6px 0 0;
}
.heading22 h5::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: #4D44C5;
}
.heading22 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: #040306;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading22 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading22 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: #565659;
}

.header-btn1 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-1);
  padding: 8px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.header-btn1:hover::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  left: 0;
  transition: all 0.4s;
}
.header-btn1:hover span {
  transition: all 0.4s;
  transform: rotate(0deg);
}
.header-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  transition: all 0.4s;
  top: 0;
  z-index: -1;
  background: var(--ztc-text-text-13);
  border-radius: 30px;
  visibility: hidden;
  opacity: 0;
}
.header-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.header-btn1 span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s36);
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-4);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}

.header-btn22 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #fff;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  border-radius: 5px;
  background: #4D44C5;
  z-index: 1;
}
.header-btn22::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #040306;
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.header-btn22:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.header-btn22:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}
.header-btn22 i {
  margin-left: 4px;
}

.header-btn23 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #4D44C5;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  border-radius: 5px;
  background: #fff;
  z-index: 1;
}
.header-btn23::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #040306;
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.header-btn23:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.header-btn23:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}
.header-btn23 i {
  margin-left: 4px;
}

.bg2 {
  background: var(--ztc-bg-bg-4);
}

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

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

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

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

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

.image-anime {
  position: relative;
  overflow: hidden;
}

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

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
@keyframes progress {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes progress {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.about-header-area {
  position: relative;
  z-index: 1;
  padding: 130px 0 80px;
  margin:100px 0px 0px 0px;
}
.about-header-area .elements1 {
  position: absolute;
  z-index: -1;
}
.about-header-area .star2 {
  position: absolute;
}
.about-header-area .about-inner-header h1 {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.about-header-area .about-inner-header a {
  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-regular);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s24);
}
.about-header-area .about-inner-header a i {
  margin: 0 8px;
}
.about-header-area .about-inner-header a span {
  display: inline-block;
  font-weight: var(--ztc-weight-semibold);
}

.about14-section-area {
  position: relative;
  z-index: 1;
}
.about14-section-area .about14-images-area {
  position: relative;
  z-index: 1;
}
.about14-section-area .about14-images-area .elements30 {
  position: absolute;
  bottom: 10px;
  z-index: -1;
  left: 130px;
}
.about14-section-area .about14-images-area .elements31 {
  position: absolute;
  right: 80px;
  top: 0;
}
.about14-section-area .about14-images-area .img1 img {
  height: 460px;
  width: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.about14-section-area .about14-images-area .img2 {
  text-align: end;
  margin-top: -200px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about14-section-area .about14-images-area .img2 img {
  height: 330px;
  width: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.about14-section-area .about-header-area {
  padding: 0 0 0 60px;
}
@media (max-width: 767px) {
  .about14-section-area .about-header-area {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about14-section-area .about-header-area {
    padding: 0;
    margin-top: 30px;
  }
}
.about14-section-area .about-header-area h3 {
  color: #040306;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
}

/*============= ABOUT CSS AREA ENDS ===============*/
/*============= SERVICE CSS AREA ===============*/
.service1-section-area .service-header-area {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .service1-section-area .service-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area .service-header-area {
    margin-bottom: 30px;
  }
}
.service1-section-area .service-all-boxes-area {
  display: flex;
}
@media (max-width: 767px) {
  .service1-section-area .service-all-boxes-area {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area .service-all-boxes-area {
    display: inline-block;
  }
}
.service1-section-area .service-all-boxes-area .service-boxarea {
  text-align: center;
  background: var(--ztc-bg-bg-5);
  position: relative;
  padding: 50px 20px;
  border-radius: 8px 0 0 8px;
}
.service1-section-area .service-all-boxes-area .service-boxarea:hover img {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service1-section-area .service-all-boxes-area .service-boxarea img {
  transition: all 0.4s;
}
.service1-section-area .service-all-boxes-area .service-boxarea a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
}
.service1-section-area .service-all-boxes-area .service-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.service1-section-area .service-all-boxes-area .service-boxarea.box2 {
  background: var(--ztc-bg-bg-6);
  border-radius: 0;
}
.service1-section-area .service-all-boxes-area .service-boxarea.box3 {
  background: var(--ztc-bg-bg-7);
  border-radius: 0;
}
.service1-section-area .service-all-boxes-area .service-boxarea.box4 {
  background: var(--ztc-bg-bg-8);
  border-radius: 0 8px 8px 0;
}

.service1-section-area .service-header-area {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service1-section-area .service-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area .service-header-area {
    margin-bottom: 30px;
  }
}

.service5-section-area {
  position: relative;
  z-index: 1;
}
.service5-section-area .service-author-boxarea.box2 {
  background: var(--ztc-bg-bg-22);
}
.service5-section-area .service-author-boxarea.box3 {
  background: var(--ztc-bg-bg-23);
}
.service5-section-area .service-author-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-21);
  border-radius: 5px;
  padding: 24px;
  margin-bottom: 30px;
}
.service5-section-area .service-author-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.service5-section-area .service-author-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service5-section-area .service-author-boxarea h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.service5-section-area .service-author-boxarea .img1 {
  overflow: hidden;
  border-radius: 180px 180px 20px 20px;
  transition: all 0.4s;
}
.service5-section-area .service-author-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px 100px 10px 10px;
  transition: all 0.4s;
}
.service5-section-area .service-author-boxarea .content-area a {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 16px;
}
.service5-section-area .service-author-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-ss6);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.service-inner2-section-area {
  position: relative;
  z-index: 1;
}
.service-inner2-section-area .instagram1 {
  position: absolute;
  right: 70px;
}
.service-inner2-section-area .linkedin1 {
  position: absolute;
  right: 50px;
  top: 50%;
}
.service-inner2-section-area .facebook1 {
  position: absolute;
  left: 50px;
  top: 20%;
}
.service-inner2-section-area .twitter1 {
  position: absolute;
  left: -50px;
  top: 70%;
}
.service-inner2-section-area .service-images {
  position: relative;
  left: -100px;
  z-index: 1;
}
@media (max-width: 767px) {
  .service-inner2-section-area .service-images {
    left: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner2-section-area .service-images {
    left: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .service-inner2-section-area .service-images {
    left: 0;
  }
}
.service-inner2-section-area .service-images .inner-bg1 {
  position: absolute;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
  bottom: 0;
}
@media (max-width: 767px) {
  .service-inner2-section-area .service-content {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner2-section-area .service-content {
    margin-bottom: 50px;
  }
}

.service14-section-area {
  position: relative;
  z-index: 1;
  background: #F8F8FD;
}
.service14-section-area .service14-widget-area {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}
.service14-section-area .service14-widget-area:hover .content-widget-area {
  top: 0;
  transition: all 0.6s;
}
.service14-section-area .service14-widget-area:hover .content-area {
  bottom: -200px;
  transition: all 0.4s;
}
.service14-section-area .service14-widget-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.service14-section-area .service14-widget-area .content-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 60px 28px 28px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service14-section-area .service14-widget-area .content-area {
    padding: 60px 24px 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service14-section-area .service14-widget-area .content-area {
    padding: 60px 18px 24px;
  }
}
.service14-section-area .service14-widget-area .content-area .icons {
  height: 70px;
  width: 70px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  line-height: 70px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: -35px;
}
.service14-section-area .service14-widget-area .content-area a {
  color: #FFF;
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}
.service14-section-area .service14-widget-area .content-widget-area {
  border-radius: 5px;
  background: #4D44C5;
  text-align: center;
  padding: 60px 30px;
  position: absolute;
  top: -593px;
  height: 100%;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .service14-section-area .service14-widget-area .content-widget-area {
    padding: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service14-section-area .service14-widget-area .content-widget-area {
    padding: 14px;
  }
}
.service14-section-area .service14-widget-area .content-widget-area .icons {
  height: 70px;
  width: 70px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  line-height: 70px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
}
.service14-section-area .service14-widget-area .content-widget-area a {
  color: #FFF;
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}
.service14-section-area .service14-widget-area .content-widget-area .readmore {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.service14-section-area .service14-widget-area .content-widget-area .readmore i {
  margin-left: 4px;
}
.service14-section-area .service14-widget-area .content-widget-area p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

/*============= SERVICE CSS AREA ENDS===============*/
/*============= HERO CSS AREA ===============*/

.hero14-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/haeder-bg14.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 0;
  min-height: 100vh;
  display: flex;
align-items: last baseline;
}
@media (max-width: 767px) {
  .hero14-section-area {
    align-items: last baseline;
    min-height: auto;
  }
}
.hero14-section-area .elements27 {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .hero14-section-area .elements27 {
    height: 100%;
  }.contact14-section-area .contact-author-boxarea .contact-boxarea .icons img {
    transition: all 0.4s;
    filter: brightness(0) invert(1);
    width: 59% !important;
    height: auto;
}.contact14-section-area .contact-author-boxarea .contact-boxarea .icons{line-height: 46px !important;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero14-section-area .elements27 {
    height: 100%;
  }
}
.hero14-section-area .hero-header14 .header-btn23.btn2 {
  margin-left: 16px;
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.hero14-section-area .hero-header14 .header-btn23.btn2::after {
  border: 1px solid #090B0E !important;
}
@media (max-width: 767px) {
  .hero14-section-area .hero-header14 .header-btn23.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.hero14-section-area .hero-img-col {
  align-self: flex-end;
}
.hero14-section-area .header-images-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero14-section-area .header-images-area {
    margin-top: 30px;
    max-height: 300px;
  }
  .hero14-section-area .header-images-area .img1 img.header-img {
    max-height: 300px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero14-section-area .header-images-area {
    margin-top: 50px;
  }
}
.hero14-section-area .header-images-area .img1 {
  position: relative;
  
}
.hero14-section-area .header-images-area .img1 img.header-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero14-section-area .header-images-area .img1 .elements28 {
  position: absolute;
  left: -100px;
  top: 100px;
}
@media (max-width: 767px) {
  .hero14-section-area .header-images-area .img1 .elements28 {
    display: none;
  }
}
.hero14-section-area .header-images-area .img1 .elements29 {
  position: absolute;
  left: -70px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero14-section-area .header-images-area .img1 .elements29 {
    display: none;
  }
}
.hero14-section-area .header-images-area .img1 .others-box {
  background: #fff;
  display: flex;
  border-radius: 4px;
  padding: 14px 16px;
  align-items: center;
  width: 320px;
  position: absolute;
  bottom: 50px;
}
.hero14-section-area .header-images-area .img1 .others-box p {
  color: #272937;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-left: 8px;
}

/*============= HERO CSS AREA ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.mobile-header.mobile-haeder1 {
  background: var(--ztc-text-text-1);
  position: fixed;
}

.mobile-sidebar.mobile-sidebar1 {
  background: var(--ztc-text-text-1);
  overflow-y: scroll;
}
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
  font-weight: var(--ztc-weight-medium);
}
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium) !important;
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .header-btn1 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 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-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 20px;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
}
.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);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
  line-height: 30px;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-4);
  border-radius: 50%;
  padding: 0;
  line-height: 42px;
  transition: all 0.4s ease-in-out;
  color: var(--ztc-text-text-4);
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: var(--ztc-text-text-4);
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px);
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-4);
}

.mobile-header.mobile-haeder14 {
  background: #4D44C5;
  position: fixed;
}
.mobile-header.mobile-haeder14 .mobile-nav-icon {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar14 {
  background: #4D44C5;
  overflow-y: scroll;
}
.mobile-sidebar.mobile-sidebar14 .menu-close {
  color: var(--ztc-text-text-1);
}
.mobile-sidebar.mobile-sidebar14 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 span.submenu-button:before {
  background: var(--ztc-text-text-1);
}
.mobile-sidebar.mobile-sidebar14 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 span.submenu-button::after {
  background: var(--ztc-text-text-1);
}
.mobile-sidebar.mobile-sidebar14 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
}
.mobile-sidebar.mobile-sidebar14 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium) !important;
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1) !important;
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar14 .mobile-nav.mobile-nav1 .header-btn22 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #040306;
}
.mobile-sidebar.mobile-sidebar14 .mobile-nav.mobile-nav1 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-semibold);
  color: var(--ztc-text-text-1);
  margin-bottom: 20px;
}
.mobile-sidebar.mobile-sidebar14 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
}
.mobile-sidebar.mobile-sidebar14 .footer1-contact-info .contact-info-single i {
  color: var(--ztc-text-text-1);
}
.mobile-sidebar.mobile-sidebar14 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar14 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
}
.mobile-sidebar.mobile-sidebar14 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
  line-height: 30px;
}
.mobile-sidebar.mobile-sidebar14 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: #4D44C5;
  border: 1px solid var(--ztc-text-text-1);
  border-radius: 50%;
  padding: 0;
  line-height: 42px;
  transition: all 0.4s ease-in-out;
  color: var(--ztc-text-text-1);
}
.mobile-sidebar.mobile-sidebar14 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: #040306;
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px);
  color: var(--ztc-text-text-11);
  border: 1px solid #040306;
}

/*============= MOBILE MENU CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/

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

.footer14-section-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 0 0;
  background: #F8F8FD;
}
@media (max-width: 767px) {
  .footer14-section-area {
    padding: 40px 0 0 0;
  }
}
.footer14-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}
.footer14-section-area .footer-logo-area img {
  margin-bottom: 16px;
  width: 147px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer14-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-medium);
  color: #565659;
}
.footer14-section-area .footer-logo-area ul {
  margin-top: 24px;
}
.footer14-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer14-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 165px;
  background: rgba(77, 68, 197, 0.1);
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
  color: #4D44C5;
}
.footer14-section-area .footer-logo-area ul li a:hover {
  background: #4D44C5;
  transition: all 0.4s;
  transform: translateY(-5px);
  color: #fff;
}
.footer14-section-area .footer-logo-area1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer14-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer14-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer14-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: #040306;
  line-height: var(--ztc-font-size-font-s24);
}
.footer14-section-area .footer-logo-area1 ul li a {
  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-regular);
  color: #565659;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}
.footer14-section-area .footer-logo-area1 ul li a:hover {
  color: #4D44C5;
  padding-left: 5px;
  transition: all 0.4s;
}
.footer14-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: #FFF4F9;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}
.footer14-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer14-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer14-section-area .footer-logo-area2 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer14-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer14-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer14-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: #040306;
  line-height: var(--ztc-font-size-font-s24);
}
.footer14-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: #565659;
  display: flex;
  align-items: flex-start;
  margin-top: 0px;
}
.footer14-section-area .footer-logo-area2 ul li{  margin-top: 20px;}
.footer14-section-area .footer-logo-area2 ul li a:hover span {
  color: #4D44C5;
  transition: all 0.4s;
}
.footer14-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}
.footer14-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer14-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer14-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer14-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: #040306;
  line-height: var(--ztc-font-size-font-s24);
}
.footer14-section-area .footer-logo-area3 ul li a {
  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-regular);
  color: #565659;
  display: inline-block;
  margin-top: 20px;
}
.footer14-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: #EFEFFA;
  display: inline-block;
  padding: 16px;
  border-radius: 4px;
  position: relative;
  width: 340px;
  height: 56px;
  line-height: 16px;
}
.footer14-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer14-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
}
.footer14-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
}
.footer14-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer14-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
  width: 100%;
}
@media (max-width: 767px) {
  .footer14-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}
.footer14-section-area .copyright-area p {
  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-regular);
  color: #565656;
  opacity: 70%;
}
@media (max-width: 767px) {
  .footer14-section-area .copyright-area ul {
    margin-top: 20px;
  }
}
.footer14-section-area .copyright-area ul li {
  display: inline-block;
}
.footer14-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: #565656;
  transition: all 0.4s;
  opacity: 70%;
  margin: 0 32px 0 0;
}

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

.homepage1-body {
  overflow-x: hidden;
}
.homepage1-body .header-area.homepage1 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 40px 0;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.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 {
  display: inline-block;
  position: relative;
}
.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: 30px;
  position: absolute;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s17);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 6px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-4) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li 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: 50px;
  width: 335px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

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

.btn-area {
  display: flex;
  align-items: center;
}
.btn-area .search-icon a {
  right: 19px;
  position: relative;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-bg-bg-1);
}

 html {
  overflow-x: hidden !important;
}

.btn-area {
  display: flex;
  align-items: center;
}
.btn-area .search-icon a {
  right: 19px;
  position: relative;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-bg-bg-1);
}

 html {
  overflow-x: hidden !important;
}

.btn-area {
  display: flex;
  align-items: center;
}
.btn-area .search-icon a {
  right: 19px;
  position: relative;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-bg-bg-1);
}

 html {
  overflow-x: hidden !important;
}

.btn-area {
  display: flex;
  align-items: center;
}
.btn-area .search-icon a {
  right: 19px;
  position: relative;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-bg-bg-1);
}

 html {
  overflow-x: hidden !important;
}

 html {
  overflow-x: hidden !important;
}

 html {
  overflow-x: hidden !important;
}

.btn-area {
  display: flex;
  align-items: center;
}
.btn-area .search-icon a {
  right: 19px;
  position: relative;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-bg-bg-1);
}

.homepage14-body {
  overflow-x: hidden;
}
.homepage14-body .header-area.homepage14 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 40px 0;
  transition: all 0.4s;
}
.homepage14-body .header-area.homepage14 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage14-body .header-area.homepage14 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu {
  position: relative;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage14-body .header-area.homepage14 .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:30px;
  position: absolute;
  transition: all 0.4s;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s17);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 6px;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: #fff !important;
}
.homepage14-body .header-area.homepage14 .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: 30px;
  width: 335px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: #4D44C5 !important;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: #4D44C5 !important;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

.header-area.homepage14.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background: #4D44C5;
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.header-area.homepage14.sticky .header-elements .main-menu ul li a {
  color: var(--ztc-text-text-1);
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= FEATURES CSS AREA STARTS ===============*/
.features15-section-area {
  background: #F9FAFB;
  position: relative;
  z-index: 1;
}
.features15-section-area .features15-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
  background: var(--white, #FFF);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  min-height: 300px;
}
.features15-section-area .features15-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  border-radius: 8px;
  background: var(--white, #FFF);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.features15-section-area .features15-boxarea a {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  transition: all 0.4s;
  display: inline-block;
}
.features15-section-area .features15-boxarea a:hover {
  color: #1A56DB;
  transition: all 0.4s;
}
.features15-section-area .features15-boxarea p {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/*============= FEATURES CSS AREA ENDS ===============*/
/*============= WORK CSS AREA ===============*/

.works-inner-section-area {
  position: relative;
  z-index: 1;
}
.works-inner-section-area .works-header-area {
  padding: 0 30px 0 0;
}
@media (max-width: 767px) {
  .works-inner-section-area .works-header-area {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works-inner-section-area .works-header-area {
    padding: 0;
    margin-bottom: 30px;
  }
}
.works-inner-section-area .works-header-area .works-content-box {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  border: 1px solid #E1E3E8;
  border-radius: 8px;
  transition: all 0.4s;
  padding: 16px;
}
.works-inner-section-area .works-header-area .works-content-box:hover {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-4);
  transform: translateY(-5px);
}
.works-inner-section-area .works-header-area .works-content-box:hover .icons {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.works-inner-section-area .works-header-area .works-content-box:hover .content a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.works-inner-section-area .works-header-area .works-content-box:hover .content p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.works-inner-section-area .works-header-area .works-content-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  position: absolute;
}
.works-inner-section-area .works-header-area .works-content-box .content {
  padding-left: 80px;
}
.works-inner-section-area .works-header-area .works-content-box .content a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  font-family: var(--ztc-family-font1);
  margin-bottom: 10px;
  transition: all 0.4s;
}
.works-inner-section-area .works-header-area .works-content-box .content p {
  transition: all 0.4s;
}
.works-inner-section-area .about-all-images-area {
  position: relative;
}
.works-inner-section-area .about-all-images-area .elements12 {
  position: absolute;
  top: 50px;
  left: 40%;
  right: 50%;
}
.works-inner-section-area .about-all-images-area .elements13 {
  position: absolute;
  left: 50%;
  bottom: 50px;
  right: 40%;
}
.works-inner-section-area .about-all-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
.works-inner-section-area .about-all-images-area .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}

/*============= WORK CSS AREA ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  background-color: var(--ztc-text-text-1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container,
.loading {
  height: 120px;
  position: relative;
  width: 120px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
  position: relative;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--ztc-text-text-4) transparent var(--ztc-text-text-4);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}

#loading-icon {
  position: absolute;
  top: 60px;
  left: 60px;
  transform: translate(-50%, -50%) !important;
  height: 32px !important;
  width: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  height: 70px !important;
  width: 70px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 8px !important;
  margin-left: 8px !important;
}

#loading-icon img {
  display: block !important;
  width: 70px !important;
  height: 70px !important;
  margin: 0 !important;
  object-fit: contain !important;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* END: Preloader */
.header-search-container form input {
  outline: none;
  border: none;
  background: none;
  font-family: var(--ztc-family-font1);
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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(255, 255, 255, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap:hover {
  background: var(--ztc-text-text-2);
  transform: translateY(-5px);
  box-shadow: 0 0 15px 0 var(--ztc-text-text-16);
  transition: all 0.4s ease-in-out;
  color: var(--ztc-text-text-1);
}

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

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

.progress-wrap:hover::after {
  opacity: 0;
}

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

.progress-wrap:hover::before {
  opacity: 1;
}

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

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

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

.star2 {
  position: absolute;
  right: 0;
  z-index: -1;
}

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= PRICING CSS AREA STARTS ===============*/

/*============= PRICING CSS AREA ENDS ===============*/
/*============= HISTORY CSS AREA ENDS ===============*/

/*============= HISTORY CSS AREA ENDS ===============*/
/*============= SKILLS CSS AREA  ===============*/

/*============= SKILLS CSS AREA ENDS ===============*/
/*============= CHOOSE CSS AREA STARTS ===============*/
.choose-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-2);
}
.choose-section-area .cta-bg1 {
  position: absolute;
  top: 0;
  right: 0;
}
.choose-section-area .cta-bg2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.choose-section-area .choose-header-area {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .choose-section-area .choose-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-section-area .choose-header-area {
    margin-bottom: 30px;
  }
}
.choose-section-area .choose-header-area h5 {
  color: #F6F8F9;
}
.choose-section-area .choose-header-area h5::after {
  background: #F6F8F9;
}
.choose-section-area .choose-header-area h2 {
  color: #F6F8F9;
}
.choose-section-area .about-all-images-area {
  position: relative;
}
.choose-section-area .about-all-images-area .elements12 {
  position: absolute;
  top: 50px;
  left: 40%;
  right: 50%;
}
.choose-section-area .about-all-images-area .elements13 {
  position: absolute;
  left: 50%;
  bottom: 50px;
  right: 40%;
}
.choose-section-area .about-all-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
.choose-section-area .about-all-images-area .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .choose-section-area .about-all-images-area .img2 {
    margin-top: 20px;
  }
}
.choose-section-area .accordian-tabs-area {
  padding: 0 100px 0 0;
}
@media (max-width: 767px) {
  .choose-section-area .accordian-tabs-area {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-section-area .accordian-tabs-area {
    padding: 0;
    margin-bottom: 30px;
  }
}
.choose-section-area .accordian-tabs-area .accordion .accordion-item {
  background: var(--ztc-text-text-4);
  border-radius: 7px;
  border: 1px solid #E0E4E8;
}
.choose-section-area .accordian-tabs-area .accordion .accordion-item h2 button {
  box-shadow: none;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  border-radius: 7px;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.choose-section-area .accordian-tabs-area .accordion .accordion-item h2 button::after {
  content: "\f061";
  font-family: FontAwesome;
  background-image: none;
  transform: none;
  height: 18px;
  width: 18px;
  font-size: 18px;
}
.choose-section-area .accordian-tabs-area .accordion .accordion-item h2 button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.choose-section-area .accordian-tabs-area .accordion .accordion-item h2 button:not(.collapsed)::after {
  transform: rotate(-45deg);
}
.choose-section-area .accordian-tabs-area .accordion .accordion-item .accordion-body {
  padding: 0 30px 0 24px;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
  opacity: 0.8;
}
.choose-section-area .accordian-tabs-area .accordion .accordion-item .accordion-body.body2 {
  padding: 0 30px 24px 24px !important;
}

/*============= CHOOSE CSS AREA ENDS ===============*/
/*============= ERROR CSS AREA ENDS ===============*/
.error-section-area .heading2 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

/*============= ERROR CSS AREA ENDS ===============*/
/*============= BOOST CSS AREA ENDS ===============*/

/*============= BOOST CSS AREA ENDS ===============*/

.others11-section-area {
  position: relative;
  z-index: 1;
}
.others11-section-area .others-boxarea {
  position: relative;
  border-radius: 8px;
  background: rgba(64, 139, 255, 0.1);
  padding: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.others11-section-area .others-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  transition: all 0.4s;
  left: 0;
  top: 0;
  border-radius: 8px;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  z-index: -1;
}
.others11-section-area .others-boxarea:hover::after {
  width: 100%;
  transition: all 0.4s;
}
.others11-section-area .others-boxarea:hover h3 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.others11-section-area .others-boxarea:hover a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.others11-section-area .others-boxarea:hover a img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.others11-section-area .others-boxarea h3 {
  color: var(--Text-Color, #081120);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  transition: all 0.4s;
}
.others11-section-area .others-boxarea a {
  color: var(--Paragraph-Color, #464D58);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.others11-section-area .others-boxarea a img {
  margin: 0 4px 0 0;
  transition: all 0.4s;
}

.others13-section-area {
  position: relative;
  z-index: 1;
  background: #fff;
}
.others13-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  margin-bottom: 20px;
}

/*============= TEAM CSS AREA ===============*/

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
.contact-main-inner-area .contact-header .number-address-area2 {
  display: flex;
  align-items: center;
  border-radius: 7px;
  position: relative;
  transition: all 0.4s;
  justify-content: space-between;
  background: var(--ztc-text-text-1);
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area2 {
    display: block;
    background: var(--ztc-text-text-1);
  }
}
.contact-main-inner-area .contact-form-area {
  border-radius: 7px;
  background: var(--ztc-text-text-1);
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
  padding: 32px;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-form-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-main-inner-area .contact-form-area {
    margin-top: 30px;
  }
}
.contact-main-inner-area .contact-form-area h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
}

.mapouter .gmap_canvas iframe {
  height: 565px;
  width: 100%;
}

.contact14-section-area {
  position: relative;
  z-index: 1;
}
.contact14-section-area .mapouter .gmap_canvas iframe {
  height: 600px;
}
.contact14-section-area .contact-author-boxarea {
  position: relative;
  z-index: 1;
  background: #4D44C5;
  border-radius: 8px;
  padding: 48px;
  margin-top: -215px;
}
@media (max-width: 767px) {
  .contact14-section-area .contact-author-boxarea .contact-input-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact14-section-area .contact-author-boxarea .contact-input-area {
    margin-bottom: 30px;
  }
}
.contact14-section-area .contact-author-boxarea .contact-input-area h4 {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.contact14-section-area .contact-author-boxarea .contact-input-area p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
@media (max-width: 767px) {
  .contact14-section-area .contact-author-boxarea .contact-input-area p {
    line-height: 26px;
  }
}
.contact14-section-area .contact-author-boxarea .contact-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  margin: 0 0 0 30px;
}
@media (max-width: 767px) {
  .contact14-section-area .contact-author-boxarea .contact-boxarea {
    margin: 0;
    display: block;
  }
}
.contact14-section-area .contact-author-boxarea .contact-boxarea:hover {
  background: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
}
.contact14-section-area .contact-author-boxarea .contact-boxarea:hover .icons {
  background: #EDECF9;
  transition: all 0.4s;
}
.contact14-section-area .contact-author-boxarea .contact-boxarea:hover .icons img {
  filter: none;
  transition: all 0.4s;
}
.contact14-section-area .contact-author-boxarea .contact-boxarea:hover .text a {
  color: #565659;
  transition: all 0.4s;
}
.contact14-section-area .contact-author-boxarea .contact-boxarea:hover .text h4 {
  color: #040306;
  transition: all 0.4s;
}
.contact14-section-area .contact-author-boxarea .contact-boxarea .icons {
  background: rgba(255, 255, 255, 0.1);
 /* height: 80px;
  width: 150px;*/
  width:20%;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
}
.contact14-section-area .contact-author-boxarea .contact-boxarea .icons img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.contact14-section-area .contact-author-boxarea .contact-boxarea .text {
  padding-left: 16px;
  width: 80%;
}
@media (max-width: 767px) {
  .contact14-section-area .contact-author-boxarea .contact-boxarea .text {
    padding-left: 0;
    padding-top: 20px;
  }
}
.contact14-section-area .contact-author-boxarea .contact-boxarea .text h4 {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.4s;
}
.contact14-section-area .contact-author-boxarea .contact-boxarea .text a {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/
.cta-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-4);
}
@media (max-width: 767px) {
  .cta-section-area {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section-area {
    padding: 0;
  }
}
.cta-section-area .cta-bg1 {
  position: absolute;
  top: 0;
  right: 0;
}
.cta-section-area .cta-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cta-section-area .cta-header-area {
  background: var(--ztc-text-text-4);
  border-radius: 4px;
  position: relative;
}
.cta-section-area .cta-header-area h2 {
  color: var(--ztc-text-text-1);
}
.cta-section-area .cta-header-area p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.cta-section-area .cta-header-area .btn-area {
  display: inline-block;
  margin-top: 32px;
}
.cta-section-area .cta-header-area .btn-area a {
  color: var(--ztc-text-text-4);
  background: var(--ztc-text-text-1);
}
.cta-section-area .cta-header-area .btn-area a::after {
  display: none;
}
.cta-section-area .cta-header-area .btn-area a span {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
}
.cta-section-area .cta-header-area .btn-area a:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-text-text-13);
}
.cta-section-area .cta-header-area .btn-area a:hover span {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
.slider-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
}
.slider-section-area .sldier-head p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
}
@media (max-width: 767px) {
  .slider-section-area .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-section-area .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}
.slider-section-area .slider-images-area .img1 img {
  height: 54px;
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.slider-section-area.slider-inner {
  background: var(--ztc-text-text-4);
}
.slider-section-area.slider-inner .sldier-head p {
  color: var(--ztc-text-text-1);
}
@media (max-width: 767px) {
  .slider-section-area.slider-inner .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-section-area.slider-inner .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}
.slider-section-area.slider-inner .slider-images-area .img1 img {
  filter: brightness(0) invert(1);
}
.slider-section-area.slider-inner .slider-images-area1 .img1 img {
  filter: brightness(0) invert(1);
}
.slider-images-area1 .img1{display:inline-block;width:19%;padding:0px 10px;}

.slider7-section-area {
  position: relative;
  z-index: 1;
}
.slider7-section-area .sldier-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .slider7-section-area .sldier-head {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider7-section-area .sldier-head {
    margin-bottom: 30px;
  }
}
.slider7-section-area .sldier-head p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
}
@media (max-width: 767px) {
  .slider7-section-area .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider7-section-area .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}
.slider7-section-area .slider-images-area .img1 img {
  height: 70px;
  width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= CASE STUDY CSS AREA ENDS ===============*/
.case1-section-area {
  position: relative;
  z-index: 1;
}
.case1-section-area .case-header-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .case1-section-area .case-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .case-header-area {
    margin-bottom: 30px;
  }
}
.case1-section-area .cs_case_study_1_list {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .case1-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}
.case1-section-area .cs_case_study_1_list > .cs_case_study.cs_style_1 {
  flex: 1;
}
.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 400px;
}
.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active {
  flex: 3;
}
.case1-section-area .cs_case_study.cs_style_1 {
  height: 700px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .case1-section-area .cs_case_study.cs_style_1 {
    height: 600px;
  }
}
.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.case1-section-area .cs_case_study_thumb {
  background-image: url(../img/all-images/AGVO-home.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb8 {
  background-image: url(../img/all-images/cottonking-ecommerce-site.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb9 {
  background-image: url(../img/all-images/Screenshot-Scarters-H-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb10 {
  background-image: url(../img/all-images/Toshiba-1-home.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb11 {
  background-image: url(../img/all-images/Screenshot-Hersay-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb12{
  background-image: url(../img/all-images/Screenshot-rajimport.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
  margin: 0px 8px;
  border-radius: 5px;
  height: 475px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 767px) {
  .case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
  }
}
.case1-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area1 {
  opacity: 0;
  transition: all 0.4s;
}
.case1-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area {
  left: 0;
  transition: all 0.4s;
  opacity: 1;
}
.case1-section-area .content-area1 {
  position: absolute;
  transform: rotate(-90deg);
  width: 290px;
  height: auto;
  left: -80px;
  bottom: 162px;
  transition: all 0.4s;
  opacity: 1;
}
.case1-section-area .content-area1 a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s;
  width: 100%;
}
.case1-section-area .content-area {
  position: absolute;
  z-index: 1;
  transition: all 0.4s;
  padding: 0 24px 24px 24px;
  bottom: 0;
  left: -100%;
  opacity: 0;
}
.case1-section-area .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s;
  width: 100%;
  margin-bottom: 8px;
}
.case1-section-area .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: #B2BBC6;
  transition: all 0.4s;
}

/*============= CASE STUDY CSS AREA ENDS ===============*/
.spaceh30{padding-bottom:30px;}
.service-for-item {

    text-align: center;
	background:f1f1f1;
	padding:20px;

}
.material-icons {

    font-size: 50px;

    margin-bottom: 8px
}
.testimonial5-section-area h5{color:#fff !important;}
.testimonial5-section-area h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: #fff !important;
}
ul{
  list-style: disc !important;
  list-style-position: inside !important;
}.portfolio-img {
  display: block;
  width: 350px;
  height: 350px;
  overflow: hidden;
  position: relative;
  border: 1px solid #b3b3b3;
  border-radius: 1px;
  margin: 0 auto;
}.portfolio-img img {
  top: 0px;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: top 11s;
  -moz-transition: top 11s;
  -ms-transition: top 11s;
  -o-transition: top 11s;
  transition: bottom 11s;
}.portfolio-item {
  position: relative;
}.service1-section-area .service-all-boxes-area .service-boxarea img {
  transition: all 0.4s;
  width: 165px;
  height: 165px;
}
 

.others13-section-area .img1 img{    height: auto !important;
width: auto  !important;    max-width: 100% !important;}

.header-phone-text{
	margin-left: 15px !important;
	
}

body.homepage14-body .header-phone-text a{
	color: #fff!important;
}

.header-phone-text a{
	color: var(--ztc-text-text-2)!important;
}
.header-phone-text a:hover{
color: var(--ztc-text-text-4) !important;
}


/* ===== LW Review Cards (Testimonials Grid) ===== */
.lw-review-card {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 16px;
    padding: 32px 28px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 2px 16px rgba(26,86,219,0.06);
    transition: box-shadow 0.3s, transform 0.3s;
    position: relative;
}
.lw-review-card::before {
    content: '\201C';
    font-size: 72px;
    line-height: 1;
    color: #1A56DB;
    opacity: 0.12;
    font-family: Georgia, serif;
    position: absolute;
    top: 16px;
    left: 24px;
    pointer-events: none;
}
.lw-review-card:hover {
    box-shadow: 0 8px 32px rgba(26,86,219,0.13);
    transform: translateY(-4px);
}
.lw-review-stars {
    display: flex;
    gap: 4px;
}
.lw-review-stars i {
    color: #F59E0B;
    font-size: 14px;
}
.lw-review-text {
    font-size: 15px;
    line-height: 1.75;
    color: #4B5563;
    flex: 1;
    margin: 0;
    font-style: italic;
}
.lw-review-author {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid #f0f2f5;
    padding-top: 18px;
    margin-top: auto;
}
.lw-review-avatar {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1A56DB 0%, #3b82f6 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.lw-review-author strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
}
.lw-review-author span {
    display: block;
    font-size: 12px;
    color: #6B7280;
    margin-top: 2px;
}
