<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(style.css);

/*
============================
Name:  TechXen Technology &amp; It Solution Template
Version: 1.0.0
Description: TechXen Technology &amp; It Solution Template
Author:  VikingLab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location:
============================
*/
/*

CSS LIST

=&lt;::::::::::::::::::::::::::=&gt;
  HEADER AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
  NAV MENU AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
  HERO AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
  ABOUT AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
  SERVICE AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
  ACCOUNT AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
  FEATURES AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
  BRAND AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
  CHOOSE AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
  PRRELOADER AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
  PRICING AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
  TEAM AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
  TESTIMONIAL AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
  WORK AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
  OTHERS AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
  CONMMON AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
  BLOG AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
  CTA AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
 ANIMATION AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
  BUTTONS AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
  TYPOGRAPHY AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
  FOOTER AREA CSS
=&lt;::::::::::::::::::::::::::=&gt;
*/
/*
::::::::::::::::::::::::::
 TYPOGRAPHY AREA CSS
::::::::::::::::::::::::::
*/
@import url("../../../css2");
/*
 ::::::::::::::::::::::::::
  ANIMATION AREA CSS
 ::::::::::::::::::::::::::
 */
@keyframes shape-animaiton1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
@keyframes shape-animaiton2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
@keyframes shape-animaiton3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes shape-animaiton4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1000deg);
  }
}
.shape-animaiton1 {
  position: relative;
  animation-name: shape-animaiton1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

.shape-animaiton2 {
  position: relative;
  animation-name: shape-animaiton2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.shape-animaiton3 {
  position: relative;
  animation-name: shape-animaiton3;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.shape-animaiton4 {
  position: relative;
  animation-name: shape-animaiton4;
  animation-duration: 62s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

/*
::::::::::::::::::::::::::
ANIMATION AREA CSS
::::::::::::::::::::::::::
*/
body.body,
html {
  overflow-x: hidden;
}

body {
  font-size: var(--f-fs-font-fs16);
}

.body2 {
  background-image: url(../img/bg/body2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -33;
}

.comon-body {
  background-image: url(../img/bg/comon-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -33;
}

@media screen and (min-width: 769px) {
  body.body2.body.unic-body {
    overflow-x: initial !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
textarea,
select,
option {
  max-width: 100%;
}

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

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

p {
  padding: 0;
  margin: 0;
}

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

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

body.body {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  z-index: -33;
  position: relative;
}

.sp {
  padding: 100px 0px;
}

.sp2 {
  padding: 120px 0px;
}

.pt100 {
  padding-top: 100px;
}

.pt140 {
  padding-top: 140px;
}

.pb120 {
  padding-bottom: 120px;
}

.pl60 {
  padding-left: 60px;
}

.pb40 {
  padding-bottom: 40px;
}

.pr60 {
  padding-right: 60px;
}

@media (max-width: 768px) {
  .sp {
    padding: 50px 0px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pt140 {
    padding-top: 70px;
  }
  .pb120 {
    padding-bottom: 60px;
  }
  .sp2 {
    padding: 60px 0px;
  }
  .pl60 {
    padding-left: 0;
  }
  .pr60 {
    padding-right: 0;
  }
}
.space4 {
  height: 4px;
}

.space6 {
  height: 6px;
}

.space28 {
  height: 28px;
}

.space8 {
  height: 8px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space24 {
  height: 24px;
}

.space32 {
  height: 32px;
}

.space10 {
  height: 10px;
}

.space5 {
  height: 5px;
}

.space5 {
  height: 5px;
}

@media (max-width: 767px) {
  .space10 {
    height: 5px;
  }
  .sp5 {
    padding-bottom: 50px;
  }
}
.space20 {
  height: 20px;
}

@media (max-width: 767px) {
  .space20 {
    height: 10px;
  }
}
.space30 {
  height: 30px;
}

@media (max-width: 767px) {
  .space30 {
    height: 15px;
  }
}
.space40 {
  height: 40px;
}

@media (max-width: 767px) {
  .space40 {
    height: 20px;
  }
}
.space50 {
  height: 50px;
}

.space45 {
  height: 45px;
}

@media (max-width: 767px) {
  .space50 {
    height: 25px;
  }
  .space70 {
    height: 35px !important;
  }
  .space100 {
    height: 50px !important;
  }
}
.space60 {
  height: 60px;
}

.space55 {
  height: 55px;
}

.space70 {
  height: 70px;
}

.space80 {
  height: 80px;
}

.space90 {
  height: 90px;
}

.space100 {
  height: 100px;
}

.space120 {
  height: 120px;
}

.text-right {
  text-align: right;
}

.section-padding {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 60px 0;
  }
}
.section-padding2 {
  padding: 120px 0 90px;
}

@media (max-width: 991px) {
  .section-padding2 {
    padding: 60px 0 30px;
  }
}
.padding-bottom {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .padding-bottom {
    padding-bottom: 60px;
  }
}
.padding-bottom2 {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .padding-bottom2 {
    padding-bottom: 30px;
  }
}
.padding-top {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .padding-top {
    padding-top: 60px;
  }
}
.padding-top2 {
  padding-top: 90px;
}

@media (max-width: 991px) {
  .padding-top2 {
    padding-top: 30px;
  }
}
.padding-90 {
  padding: 90px 0;
}

@media (max-width: 991px) {
  .padding-90 {
    padding: 50px 0;
  }
}
.w-full {
  width: 100%;
}

@media (min-width: 992px) {
  .w-lg-full {
    width: 100%;
  }
}
.text-center {
  text-align: center;
}

@media (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
}
.text-left {
  text-align: left !important;
}

.weight-400 {
  font-weight: 400 !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

.weight-800 {
  font-weight: 800 !important;
}

.weight-900 {
  font-weight: 900 !important;
}

.font-f-1 {
  font-family: "Hind", sans-serif !important;
}

.font-f-2 {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

.font-f-3 {
  font-family: "Spline Sans", sans-serif !important;
}

.font-f-4 {
  font-family: "Catamaran", sans-serif !important;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-28 {
  font-size: 28px;
}

.font-30 {
  font-size: 30px;
}

.font-32 {
  font-size: 32px;
}

.font-34 {
  font-size: 34px;
}

.font-36 {
  font-size: 36px;
}

.font-40 {
  font-size: 40px;
}

.font-42 {
  font-size: 42px;
}

.font-44 {
  font-size: 44px;
}

.font-46 {
  font-size: 48px;
}

.font-48 {
  font-size: 48px;
}

.font-50 {
  font-size: 60px;
}

.font-52 {
  font-size: 52px;
}

.font-54 {
  font-size: 54px;
}

.font-56 {
  font-size: 56px;
}

.font-58 {
  font-size: 58px;
}

.font-60 {
  font-size: 60px;
}

.font-62 {
  font-size: 62px;
}

.font-70 {
  font-size: 70px;
}

.font-72 {
  font-size: 72px;
}

.font-74 {
  font-size: 74px;
}

.font-76 {
  font-size: 76px;
}

.font-78 {
  font-size: 78px;
}

.font-80 {
  font-size: 80px;
}

.font-82 {
  font-size: 82px;
}

.font-84 {
  font-size: 84px;
}

.font-86 {
  font-size: 86px;
}

.font-88 {
  font-size: 88px;
}

.font-90 {
  font-size: 90px;
}

.font-92 {
  font-size: 92px;
}

.font-94 {
  font-size: 94px;
}

.font-96 {
  font-size: 96px;
}

.font-98 {
  font-size: 98px;
}

.font-100 {
  font-size: 100px;
}

@media screen and (min-width: 1024px) {
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .font-lg-12 {
    font-size: 12px;
  }
  .font-lg-14 {
    font-size: 14px;
  }
  .font-lg-16 {
    font-size: 16px;
  }
  .font-lg-18 {
    font-size: 18px;
  }
  .font-lg-20 {
    font-size: 20px;
  }
  .font-lg-22 {
    font-size: 22px;
  }
  .font-lg-24 {
    font-size: 24px;
  }
  .font-lg-26 {
    font-size: 26px;
  }
  .font-lg-28 {
    font-size: 28px;
  }
  .font-lg-30 {
    font-size: 30px;
  }
  .font-lg-32 {
    font-size: 32px;
  }
  .font-lg-34 {
    font-size: 34px;
  }
  .font-lg-36 {
    font-size: 36px;
  }
  .font-lg-40 {
    font-size: 40px;
  }
  .font-lg-42 {
    font-size: 42px;
  }
  .font-lg-44 {
    font-size: 44px;
  }
  .font-lg-45 {
    font-size: 45px;
  }
  .font-lg-46 {
    font-size: 48px;
  }
  .font-lg-48 {
    font-size: 48px;
  }
  .font-lg-50 {
    font-size: 60px;
  }
  .font-lg-52 {
    font-size: 52px;
  }
  .font-lg-54 {
    font-size: 54px;
  }
  .font-lg-56 {
    font-size: 56px;
  }
  .font-lg-58 {
    font-size: 58px;
  }
  .font-lg-60 {
    font-size: 60px;
  }
  .font-lg-62 {
    font-size: 62px;
  }
  .font-lg-66 {
    font-size: 66px;
  }
  .font-lg-70 {
    font-size: 70px;
  }
  .font-lg-72 {
    font-size: 72px;
  }
  .font-lg-74 {
    font-size: 74px;
  }
  .font-lg-76 {
    font-size: 76px;
  }
  .font-lg-78 {
    font-size: 78px;
  }
  .font-lg-80 {
    font-size: 80px;
  }
  .font-lg-82 {
    font-size: 82px;
  }
  .font-lg-84 {
    font-size: 84px;
  }
  .font-lg-86 {
    font-size: 86px;
  }
  .font-lg-88 {
    font-size: 88px;
  }
  .font-lg-90 {
    font-size: 90px;
  }
  .font-lg-92 {
    font-size: 92px;
  }
  .font-lg-94 {
    font-size: 94px;
  }
  .font-lg-96 {
    font-size: 96px;
  }
  .font-lg-98 {
    font-size: 98px;
  }
  .font-lg-100 {
    font-size: 100px;
  }
  .line-height-lg-14 {
    line-height: 14px;
  }
  .line-height-lg-16 {
    line-height: 16px;
  }
  .line-height-lg-18 {
    line-height: 18px;
  }
  .line-height-lg-20 {
    line-height: 20px;
  }
  .line-height-lg-22 {
    line-height: 22px;
  }
  .line-height-lg-24 {
    line-height: 24px;
  }
  .line-height-lg-26 {
    line-height: 26px;
  }
  .line-height-lg-28 {
    line-height: 28px;
  }
  .line-height-lg-30 {
    line-height: 30px;
  }
  .line-height-lg-32 {
    line-height: 32px;
  }
  .line-height-lg-34 {
    line-height: 34px;
  }
  .line-height-lg-36 {
    line-height: 36px;
  }
  .line-height-lg-38 {
    line-height: 38px;
  }
  .line-height-lg-40 {
    line-height: 40px;
  }
  .line-height-lg-42 {
    line-height: 42px;
  }
  .line-height-lg-44 {
    line-height: 44px;
  }
  .line-height-lg-48 {
    line-height: 48px;
  }
  .line-height-lg-50 {
    line-height: 50px;
  }
  .line-height-lg-52 {
    line-height: 52px;
  }
  .line-height-lg-54 {
    line-height: 54px;
  }
  .line-height-lg-56 {
    line-height: 56px;
  }
  .line-height-lg-58 {
    line-height: 58px;
  }
  .line-height-lg-60 {
    line-height: 60px;
  }
  .line-height-lg-62 {
    line-height: 62px;
  }
  .line-height-lg-64 {
    line-height: 64px;
  }
  .line-height-lg-66 {
    line-height: 66px;
  }
  .line-height-lg-68 {
    line-height: 68px;
  }
  .line-height-lg-70 {
    line-height: 70px;
  }
  .line-height-lg-72 {
    line-height: 72px;
  }
  .line-height-lg-74 {
    line-height: 74px;
  }
  .line-height-lg-76 {
    line-height: 76px;
  }
  .line-height-lg-78 {
    line-height: 78px;
  }
  .line-height-lg-80 {
    line-height: 80px;
  }
  .line-height-lg-82 {
    line-height: 82px;
  }
  .line-height-lg-84 {
    line-height: 84px;
  }
  .line-height-lg-86 {
    line-height: 86px;
  }
  .line-height-lg-88 {
    line-height: 88px;
  }
  .line-height-lg-90 {
    line-height: 90px;
  }
  .line-height-lg-92 {
    line-height: 92px;
  }
  .line-height-lg-94 {
    line-height: 94px;
  }
  .line-height-lg-96 {
    line-height: 96px;
  }
  .line-height-lg-98 {
    line-height: 98px;
  }
  .line-height-lg-100 {
    line-height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .font-md-12 {
    font-size: 12px;
  }
  .font-md-14 {
    font-size: 14px;
  }
  .font-md-16 {
    font-size: 16px;
  }
  .font-md-18 {
    font-size: 18px;
  }
  .font-md-20 {
    font-size: 20px;
  }
  .font-md-22 {
    font-size: 22px;
  }
  .font-md-24 {
    font-size: 24px;
  }
  .font-md-26 {
    font-size: 26px;
  }
  .font-md-28 {
    font-size: 28px;
  }
  .font-md-30 {
    font-size: 30px;
  }
  .font-md-32 {
    font-size: 32px;
  }
  .font-md-34 {
    font-size: 34px;
  }
  .font-md-36 {
    font-size: 36px;
  }
  .font-md-40 {
    font-size: 40px;
  }
  .font-md-42 {
    font-size: 42px;
  }
  .font-md-44 {
    font-size: 44px;
  }
  .font-md-46 {
    font-size: 48px;
  }
  .font-md-48 {
    font-size: 48px;
  }
  .font-md-50 {
    font-size: 60px;
  }
  .font-md-52 {
    font-size: 52px;
  }
  .font-md-54 {
    font-size: 54px;
  }
  .font-md-56 {
    font-size: 56px;
  }
  .font-md-58 {
    font-size: 58px;
  }
  .font-md-60 {
    font-size: 60px;
  }
  .font-md-62 {
    font-size: 62px;
  }
  .font-md-74 {
    font-size: 74px;
  }
  .font-md-76 {
    font-size: 76px;
  }
  .font-md-78 {
    font-size: 78px;
  }
  .font-md-80 {
    font-size: 80px;
  }
  .font-md-82 {
    font-size: 82px;
  }
  .font-md-84 {
    font-size: 84px;
  }
  .font-md-86 {
    font-size: 86px;
  }
  .font-md-88 {
    font-size: 88px;
  }
  .font-md-90 {
    font-size: 90px;
  }
  .font-md-92 {
    font-size: 92px;
  }
  .font-md-94 {
    font-size: 94px;
  }
  .font-md-96 {
    font-size: 96px;
  }
  .font-md-98 {
    font-size: 98px;
  }
  .font-md-100 {
    font-size: 100px;
  }
  .line-height-md-12 {
    line-height: 12px;
  }
  .line-height-md-14 {
    line-height: 14px;
  }
  .line-height-md-16 {
    line-height: 16px;
  }
  .line-height-md-18 {
    line-height: 18px;
  }
  .line-height-md-20 {
    line-height: 20px;
  }
  .line-height-md-22 {
    line-height: 22px;
  }
  .line-height-md-24 {
    line-height: 24px;
  }
  .line-height-md-26 {
    line-height: 26px;
  }
  .line-height-md-28 {
    line-height: 28px;
  }
  .line-height-md-30 {
    line-height: 30px;
  }
  .line-height-md-32 {
    line-height: 32px;
  }
  .line-height-md-34 {
    line-height: 34px;
  }
  .line-height-md-36 {
    line-height: 36px;
  }
  .line-height-md-38 {
    line-height: 38px;
  }
  .line-height-md-40 {
    line-height: 40px;
  }
  .line-height-md-42 {
    line-height: 42px;
  }
  .line-height-md-44 {
    line-height: 44px;
  }
  .line-height-md-48 {
    line-height: 48px;
  }
  .line-height-md-50 {
    line-height: 50px;
  }
  .line-height-md-52 {
    line-height: 52px;
  }
  .line-height-md-54 {
    line-height: 54px;
  }
  .line-height-md-56 {
    line-height: 56px;
  }
  .line-height-md-58 {
    line-height: 58px;
  }
  .line-height-md-60 {
    line-height: 60px;
  }
  .line-height-md-62 {
    line-height: 62px;
  }
  .line-height-md-64 {
    line-height: 64px;
  }
  .line-height-md-66 {
    line-height: 66px;
  }
  .line-height-md-68 {
    line-height: 68px;
  }
  .line-height-md-70 {
    line-height: 70px;
  }
  .line-height-md-72 {
    line-height: 72px;
  }
  .line-height-md-74 {
    line-height: 74px;
  }
  .line-height-md-76 {
    line-height: 76px;
  }
  .line-height-md-78 {
    line-height: 78px;
  }
  .line-height-md-80 {
    line-height: 80px;
  }
  .line-height-md-82 {
    line-height: 82px;
  }
  .line-height-md-84 {
    line-height: 84px;
  }
  .line-height-md-86 {
    line-height: 86px;
  }
  .line-height-md-88 {
    line-height: 88px;
  }
  .line-height-md-90 {
    line-height: 90px;
  }
  .line-height-md-92 {
    line-height: 92px;
  }
  .line-height-md-94 {
    line-height: 94px;
  }
  .line-height-md-96 {
    line-height: 96px;
  }
  .line-height-md-98 {
    line-height: 98px;
  }
  .line-height-md-100 {
    line-height: 100px;
  }
}
@media screen and (min-width: 576px) {
  .font-sm-12 {
    font-size: 12px;
  }
  .font-sm-14 {
    font-size: 14px;
  }
  .font-sm-16 {
    font-size: 16px;
  }
  .font-sm-18 {
    font-size: 18px;
  }
  .font-sm-20 {
    font-size: 20px;
  }
  .font-sm-22 {
    font-size: 22px;
  }
  .font-sm-24 {
    font-size: 24px;
  }
  .font-sm-26 {
    font-size: 26px;
  }
  .font-sm-28 {
    font-size: 28px;
  }
  .font-sm-30 {
    font-size: 30px;
  }
  .font-sm-32 {
    font-size: 32px;
  }
  .font-sm-34 {
    font-size: 34px;
  }
  .font-sm-36 {
    font-size: 36px;
  }
  .font-sm-40 {
    font-size: 40px;
  }
  .font-sm-42 {
    font-size: 42px;
  }
  .font-sm-44 {
    font-size: 44px;
  }
  .font-sm-46 {
    font-size: 48px;
  }
  .font-sm-48 {
    font-size: 48px;
  }
  .font-sm-50 {
    font-size: 60px;
  }
  .font-sm-52 {
    font-size: 52px;
  }
  .font-sm-54 {
    font-size: 54px;
  }
  .font-sm-56 {
    font-size: 56px;
  }
  .font-sm-58 {
    font-size: 58px;
  }
  .font-sm-60 {
    font-size: 60px;
  }
  .font-sm-62 {
    font-size: 62px;
  }
  .font-sm-74 {
    font-size: 74px;
  }
  .font-sm-76 {
    font-size: 76px;
  }
  .font-sm-78 {
    font-size: 78px;
  }
  .font-sm-80 {
    font-size: 80px;
  }
  .font-sm-82 {
    font-size: 82px;
  }
  .font-sm-84 {
    font-size: 84px;
  }
  .font-sm-86 {
    font-size: 86px;
  }
  .font-sm-88 {
    font-size: 88px;
  }
  .font-sm-90 {
    font-size: 90px;
  }
  .font-sm-92 {
    font-size: 92px;
  }
  .font-sm-94 {
    font-size: 94px;
  }
  .font-sm-96 {
    font-size: 96px;
  }
  .font-sm-98 {
    font-size: 98px;
  }
  .font-sm-100 {
    font-size: 100px;
  }
  .line-height-sm-12 {
    line-height: 12px;
  }
  .line-height-sm-14 {
    line-height: 14px;
  }
  .line-height-sm-16 {
    line-height: 16px;
  }
  .line-height-sm-18 {
    line-height: 18px;
  }
  .line-height-sm-20 {
    line-height: 20px;
  }
  .line-height-sm-22 {
    line-height: 22px;
  }
  .line-height-sm-24 {
    line-height: 24px;
  }
  .line-height-sm-26 {
    line-height: 26px;
  }
  .line-height-sm-28 {
    line-height: 28px;
  }
  .line-height-sm-30 {
    line-height: 30px;
  }
  .line-height-sm-32 {
    line-height: 32px;
  }
  .line-height-sm-34 {
    line-height: 34px;
  }
  .line-height-sm-36 {
    line-height: 36px;
  }
  .line-height-sm-38 {
    line-height: 38px;
  }
  .line-height-sm-40 {
    line-height: 40px;
  }
  .line-height-sm-42 {
    line-height: 42px;
  }
  .line-height-sm-44 {
    line-height: 44px;
  }
  .line-height-sm-48 {
    line-height: 48px;
  }
  .line-height-sm-50 {
    line-height: 50px;
  }
  .line-height-sm-52 {
    line-height: 52px;
  }
  .line-height-sm-54 {
    line-height: 54px;
  }
  .line-height-sm-56 {
    line-height: 56px;
  }
  .line-height-sm-58 {
    line-height: 58px;
  }
  .line-height-sm-60 {
    line-height: 60px;
  }
  .line-height-sm-62 {
    line-height: 62px;
  }
  .line-height-sm-64 {
    line-height: 64px;
  }
  .line-height-sm-66 {
    line-height: 66px;
  }
  .line-height-sm-68 {
    line-height: 68px;
  }
  .line-height-sm-70 {
    line-height: 70px;
  }
  .line-height-sm-72 {
    line-height: 72px;
  }
  .line-height-sm-74 {
    line-height: 74px;
  }
  .line-height-sm-76 {
    line-height: 76px;
  }
  .line-height-sm-78 {
    line-height: 78px;
  }
  .line-height-sm-80 {
    line-height: 80px;
  }
  .line-height-sm-82 {
    line-height: 82px;
  }
  .line-height-sm-84 {
    line-height: 84px;
  }
  .line-height-sm-86 {
    line-height: 86px;
  }
  .line-height-sm-88 {
    line-height: 88px;
  }
  .line-height-sm-90 {
    line-height: 90px;
  }
  .line-height-sm-92 {
    line-height: 92px;
  }
  .line-height-sm-94 {
    line-height: 94px;
  }
  .line-height-sm-96 {
    line-height: 96px;
  }
  .line-height-sm-98 {
    line-height: 98px;
  }
  .line-height-sm-100 {
    line-height: 100px;
  }
}
.mr-2 {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}
.mb-30 {
  margin-bottom: 30px;
}

.mobile-sidebar .single-footer h3 {
  color: #ffffff;
}

.mobile-sidebar .single-contact a {
  color: #ffffff;
}

.lg-ml-15 {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .lg-ml-15 {
    margin-left: 0;
  }
}
.lg-mr-15 {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .lg-mr-15 {
    margin-right: 0;
  }
}
._relative {
  position: relative;
}

._absolute {
  position: absolute;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
}

.bg-contain {
  background-size: contain;
  background-position: center center;
}

.img-cover img,
.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.width100 img {
  width: 100%;
}

/*
 ::::::::::::::::::::::::::
  fonts area css
 ::::::::::::::::::::::::::
 */
:root {
  --ztc-text-text-1: #0d0e10;
  --ztc-text-text-2: #fff;
  --ztc-text-pera-text-1: #676879;
  --ztc-text-pera-text-2: #d2d1d5;
  --ztc-bg-main-bg-1: var(--blue);
  --ztc-bg-main-bg-2: #6e18ef;
  --ztc-bg-main-bg-3: #113adc;
  --ztc-bg-main-bg-4: #060706;
  --ztc-bg-bg-1: #f8f9fa;
  --ztc-bg-color-w: #fff;
  --ztc-bg-bg-2: #e7ebf7;
  --ztc-bg-bg-3: #f5f5f8;
  --ztc-bg-bg-4: #1e182d;
  --ztc-bg-bg-5: #342f42;
  --ztc-bg-bg-6: #f2f4f7;
  --ztc-border-border-1: #f0f0f0;
  --ztc-border-border-2: #dfdcdc;
  --f-fw-regular: 400;
  --f-fw-medium: 500;
  --f-fw-semibold: 600;
  --f-fw-blod: 700;
  --f-fw-ex-bold: 800;
  --f-ff-font-1: var(--font-main);
  --f-fs-font-fs16: 16px;
  --f-fs-font-fs18: 18px;
  --f-fs-font-fs20: 20px;
  --f-fs-font-fs22: 22px;
  --f-fs-font-fs24: 24px;
  --f-fs-font-fs26: 26px;
  --f-fs-font-fs28: 28px;
  --f-fs-font-fs30: 30px;
  --f-fs-font-fs32: 32px;
  --f-fs-font-fs34: 34px;
  --f-fs-font-fs36: 36px;
  --f-fs-font-fs40: 40px;
  --f-fs-font-fs42: 42px;
  --f-fs-font-fs44: 44px;
  --f-fs-font-fs48: 48px;
  --f-fs-font-fs50: 50px;
  --f-fs-font-fs52: 52px;
  --f-fs-font-fs54: 54px;
  --f-fs-font-fs56: 56px;
  --f-fs-font-fs58: 58px;
  --f-fs-font-fs60: 60px;
  --f-fs-font-fs62: 62px;
  --f-fs-font-fs64: 64px;
  --f-fs-font-fs66: 66px;
  --f-fs-font-fs68: 68px;
  --f-fs-font-fs70: 70px;
  --f-fs-font-fs72: 72px;
  --f-fs-font-fs74: 74px;
  --f-fs-font-fs76: 76px;
  --f-fs-font-fs78: 78px;
  --f-fs-font-fs80: 80px;
  --f-fs-font-fs82: 82px;
  --f-fs-font-fs84: 84px;
  --f-fs-font-fs86: 86px;
  --f-fs-font-fs88: 88px;
}

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
.heading1 span.span {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-main-bg-1);
  margin-bottom: 16px;
}
.heading1 span.span img {
  margin-top: -3px;
  margin-right: 2px;
}
.heading1 h2 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs52);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading1 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
.heading1 h3 a {
  color: var(--Text-Color, #0d0e10);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
}
.heading1 h4 a {
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  transition: all 0.4s;
}
.heading1 h4 a:hover {
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.heading1 h5 {
  color: var(--Text-Color, #0d0e10);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 100% */
}
.heading1 p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  transition: all 0.4s;
}

.heading1-w h2 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs52);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-bg-color-w);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading1-w h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .heading1-w h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
.heading1-w p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
}

.heading2 h2 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs52);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-bg-color-w);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading2 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
.heading2 p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-2);
}
.heading2 span.span {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-main-bg-4);
  margin-bottom: 16px;
}
.heading2 span.span img {
  margin-top: -3px;
  margin-right: 2px;
}
.heading2 h4 a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  line-height: var(--f-fs-font-fs24);
  font-size: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  transition: all 0.4s;
}
.heading2 h4 a:hover {
  color: var(--ztc-bg-main-bg-4);
}
.heading2 h3 a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  line-height: var(--f-fs-font-fs20);
  font-size: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  transition: all 0.4s;
}
.heading2 h3 a:hover {
  color: var(--ztc-bg-main-bg-4);
}
.heading2 h5 {
  font-size: var(--f-fs-font-fs32);
  line-height: var(--f-fs-font-fs32);
  color: var(--ztc-bg-color-w);
  font-weight: var(--f-fw-semibold);
}

.heading3-w h4 {
  padding: 0;
  margin: 0;
}
.heading3-w h4 a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  line-height: var(--f-fs-font-fs20);
  font-size: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  text-align: start;
}
.heading3-w p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-2);
}

.heading3 span.span {
  display: inline-block;
  color: var(--ztc-bg-main-bg-3);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-semibold);
  padding-left: 16px;
  position: relative;
  margin-bottom: 16px;
}
.heading3 span.span::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 6px;
  height: 2px;
  width: 10px;
  background-color: var(--ztc-bg-main-bg-3);
}
.heading3 h2 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs52);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading3 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .heading3 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
.heading3 h3 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs32);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.heading3 h3 a:hover {
  color: var(--ztc-bg-main-bg-3);
  transition: all 0.4s;
}
.heading3 h5 {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
}
.heading3 p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  transition: all 0.4s;
}
.heading3 h4 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.heading3 h4 a:hover {
  color: var(--ztc-bg-main-bg-3);
}

.heading4 span.span {
  display: inline-block;
  color: var(--ztc-bg-main-bg-2);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  position: relative;
  padding-left: 12px;
  margin-bottom: 16px;
}
.heading4 span.span::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  left: 0;
  top: 4px;
  background-color: var(--ztc-bg-main-bg-2);
  border-radius: 50%;
}
.heading4 h2 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs52);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading4 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .heading4 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
.heading4 p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  transition: all 0.4s;
}
.heading4 h4 a {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs28);
  color: var(--ztc-text-text-1);
  font-weight: var(--f-fw-blod);
  display: inline-block;
  transition: all 0.4s;
}
.heading4 h4 a:hover {
  color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}
.heading4 h3 a {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs32);
  color: var(--ztc-text-text-1);
  font-weight: var(--f-fw-blod);
  display: inline-block;
  transition: all 0.4s;
}
.heading4 h3 a:hover {
  color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}

.heading4-w span.span {
  display: inline-block;
  color: var(--ztc-text-pera-text-2);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  position: relative;
  padding-left: 12px;
  margin-bottom: 16px;
}
.heading4-w span.span::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  left: 0;
  top: 4px;
  background-color: var(--ztc-text-pera-text-2);
  border-radius: 50%;
}
.heading4-w h2 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs52);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading4-w h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
@media (max-width: 767px) {
  .heading4-w h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}
.heading4-w h4 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.heading4-w h4 a:hover {
  color: var(--ztc-bg-main-bg-3);
}
.heading4-w p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-2);
  transition: all 0.4s;
}

/*============================
++++PAGE-PROGRESS-SATRT+++++
=============================*/
.blok:nth-of-type(odd) {
  background-color: white;
}

.blok:nth-of-type(even) {
  background-color: black;
}
/* #Progress
================================================== */
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

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

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #03256c;
  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: #03256c; /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*============================
++++PAGE-PROGRESS-END+++++
=============================*/
.progress-wrap.progress-wrap2 {
  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.267);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.progress-wrap2.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 99;
  color: rgb(255, 255, 255);
}

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

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

.progress-wrap.progress-wrap2::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.progress-wrap2:hover::before {
  opacity: 1;
}

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

.progress-wrap.progress-wrap2 svg.progress-circle path {
  stroke: #ffffff; /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*Pagination*/
.theme-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-pagination li {
  display: inline-block;
  color: #0d0e10;
}

.theme-pagination li a {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background-color: #f8f9fa;
  margin: 0 4px;
  transition: all 0.3s;
  display: block;
  color: var(--ztc-text-text-1);
  border-radius: 7px;
  font-weight: var(--f-fw-blod);
}

.recent-post-content {
  padding-right: 20px;
}

.theme-pagination li a:hover,
.theme-pagination li a.active {
  background: var(--ztc-bg-main-bg-1);
  box-shadow: 0px 4px 10px 0px rgba(122, 120, 198, 0.2);
  transition: all 0.3s;
  color: var(--ztc-bg-color-w);
}

/* video button  */
.video-play-button {
  position: relative;
  z-index: 10;
  margin: 0px 30px;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  cursor: pointer;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #0e38b1;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #0e38b1;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #0a2982;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 12px;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.pl-5 {
  padding-left: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pl-5 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .pl-5 {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .reveal {
    position: relative;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
  }
  .reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
  }
}
.image-anime {
  position: relative;
  overflow: hidden;
}

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

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

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
.comon-body {
  /*Pagination*/
  /* video button  */
}
.comon-body .theme-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comon-body .theme-pagination li {
  display: inline-block;
  color: var(--ztc-bg-color-w);
}
.comon-body .theme-pagination li a {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  margin: 0 4px;
  transition: all 0.3s;
  display: block;
  color: var(--ztc-bg-color-w);
  border-radius: 7px;
  font-weight: var(--f-fw-blod);
}
.comon-body .recent-post-content {
  padding-right: 20px;
}
.comon-body .theme-pagination li a:hover,
.comon-body .theme-pagination li a.active {
  background: var(--ztc-bg-main-bg-4);
  box-shadow: 0px 4px 10px 0px rgba(122, 120, 198, 0.2);
  transition: all 0.3s;
  color: var(--ztc-text-text-1);
}
.comon-body .video-play-button {
  position: relative;
  z-index: 10;
  margin: 0px 30px;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  cursor: pointer;
}
.comon-body .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #a1e934;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.comon-body .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #a1e934;
  border-radius: 50%;
  transition: all 200ms;
}
.comon-body .video-play-button:hover:after {
  background-color: #88d317;
}
.comon-body .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.comon-body .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 12px;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-left: 12px solid #251717;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/*----------------------------------------*/
/*  02. header
/*----------------------------------------*/
.site-header {
  z-index: 3;
  position: relative;
}

.header__top {
  padding: 7px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-white);
  margin-top: -10px;
}

.header__bar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #f1f1f1;
  display: inline-block;
  margin-right: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__bar span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  display: inline-block;
  position: absolute;
  transition: 0.3s;
}

.header__bar span:nth-child(1) {
  top: 0;
}

.header__bar span:nth-child(2) {
  top: 50%;
  width: 11px;
  margin-top: -1px;
}

.header__bar span:nth-child(3) {
  bottom: 0;
}

.header__bar:hover span:nth-child(2) {
  width: 100%;
}

.header__bar-icon {
  height: 14px;
  width: 18px;
  position: relative;
}

.header__search {
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
}

.slide-bar .tx-close {
  width: 45px;
  height: 45px;
  border-width: 14px;
}

/*----------------------------------------*/
/*  09. sidebar
/*----------------------------------------*/
.sidebar-info .sidebar-logo {
  transition: 0.3s;
  transform: translateY(30px);
  opacity: 0;
}

.sidebar-info .sidebar-content {
  transition: 0.3s;
  transform: translateY(30px);
  opacity: 0;
}

.sidebar-info .sidebar-menu {
  transition: 0.3s;
  transform: translateY(30px);
  opacity: 0;
}

.sidebar-info .ct-content-wrap {
  transition: 0.3s;
  transform: translateY(30px);
  opacity: 0;
}

.sidebar-info .sidebar-socials-wrap {
  transition: 0.3s;
  transform: translateY(30px);
  opacity: 0;
}

.slide-bar.show .sidebar-info .sidebar-logo {
  transform: translateY(0);
  transition-delay: 0.2s;
  opacity: 1;
}

.slide-bar.show .sidebar-info .sidebar-content {
  transform: translateY(0);
  transition-delay: 0.3s;
  opacity: 1;
}

.slide-bar.show .sidebar-info .sidebar-menu {
  transform: translateY(0);
  transition-delay: 0.4s;
  opacity: 1;
}

.slide-bar.show .sidebar-info .ct-content-wrap {
  transform: translateY(0);
  transition-delay: 0.5s;
  opacity: 1;
}

.slide-bar.show .sidebar-info .sidebar-socials-wrap {
  transform: translateY(0);
  transition-delay: 0.6s;
  opacity: 1;
}

.sidebar-content {
  max-width: 360px;
  margin-bottom: 65px;
}

.sidebar-menu li:not(:last-child) {
  margin-bottom: 30px;
}

.sidebar-menu li a {
  font-size: 36px;
  text-transform: capitalize;
  color: var(--color-heading);
}

.sidebar-menu li a:hover {
  color: #000;
}

/* search css */
.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;
  color: balck;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  border-radius: 0;
  width: 100%;
  color: #000;
}
.header-search-form-wrapper .search-form input[type="search"]:focus {
  outline: none;
}

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

.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;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  cursor: pointer;
}

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

header.site-header {
  background: #538b60;
  padding: 20px 0;
  color: #fff;
}

header.site-header span {
  color: #fff;
}

a.header__search.header-search-btn p {
  color: #fff;
}

/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.6
* @author Osman Nuri Okumus &lt;onokumus@gmail.com&gt; (https://github.com/onokumus)
* @license: MIT 
*/
.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}

*[dir="rtl"] .metismenu .arrow {
  float: left;
}

/*
   * Require Bootstrap 3.x
   * https://github.com/twbs/bootstrap
  */
.metismenu .glyphicon.arrow:before {
  content: "\e079";
}

.metismenu .mm-active &gt; a &gt; .glyphicon.arrow:before {
  content: "\e114";
}

/*
   * Require Font-Awesome
   * http://fortawesome.github.io/Font-Awesome/
  */
.metismenu .fa.arrow:before {
  content: "\f104";
}

.metismenu .mm-active &gt; a &gt; .fa.arrow:before {
  content: "\f107";
}

/*
   * Require Ionicons
   * http://ionicons.com/
  */
.metismenu .ion.arrow:before {
  content: "\f3d2";
}

.metismenu .mm-active &gt; a &gt; .ion.arrow:before {
  content: "\f3d0";
}

.metismenu .plus-times {
  float: right;
}

*[dir="rtl"] .metismenu .plus-times {
  float: left;
}

.metismenu .fa.plus-times:before {
  content: "\f067";
}

.metismenu .mm-active &gt; a &gt; .fa.plus-times {
  transform: rotate(45deg);
}

.metismenu .plus-minus {
  float: right;
}

*[dir="rtl"] .metismenu .plus-minus {
  float: left;
}

.metismenu .fa.plus-minus:before {
  content: "\f067";
}

.metismenu .mm-active &gt; a &gt; .fa.plus-minus:before {
  content: "\f068";
}

.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}

.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}

.metismenu .has-arrow {
  position: relative;
}

.metismenu .has-arrow::after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: currentColor;
  border-color: initial;
  right: 1em;
  transform: rotate(-45deg) translate(0, -50%);
  transform-origin: top;
  top: 50%;
  transition: all 0.3s ease-out;
}

*[dir="rtl"] .metismenu .has-arrow::after {
  right: auto;
  left: 1em;
  transform: rotate(135deg) translate(0, -50%);
}

.metismenu .mm-active &gt; .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
  transform: rotate(-135deg) translate(0, -50%);
}

*[dir="rtl"] .metismenu .mm-active &gt; .has-arrow::after,
*[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after {
  transform: rotate(225deg) translate(0, -50%);
}

/* custom code */
.hamburger-menu {
  display: inline-block;
}

.hamburger-menu a {
  display: inline-block;
}

.body-overlay {
  background-color: #000000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.body-overlay.active {
  opacity: 0.5;
  visibility: visible;
}

/*
::::::::::::::::::::::::::
 BUTTONS AREA CSS
::::::::::::::::::::::::::
*/
.theme-btn1 {
  display: inline-block;
  background-color: var(--ztc-bg-main-bg-1);
  border-radius: 7px;
  padding: 16px 20px;
  color: var(--ztc-text-text-2);
  font-weight: var(--f-fw-blod);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  border: none;
}
.theme-btn1::after {
  content: "";
  position: absolute;
  background-image: url(../img/icons/button-img.png);
  height: 100%;
  width: 0%;
  top: 0;
  left: auto;
  right: 0;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1.5);
  transition: all 0.4s;
  animation-name: shape-animaiton4;
  animation-duration: 52s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
.theme-btn1 span {
  display: inline-block;
  padding-left: 4px;
}
.theme-btn1:hover {
  color: #fff;
  transform: translateY(-4px);
  transition: all 0.4s;
  background-color: var(--saffron);
}
.theme-btn1:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}

.cta-btn1 {
  display: inline-block;
  background-color: var(--ztc-text-text-2);
  border-radius: 5px;
  padding: 16px 20px;
  color: var(--ztc-bg-main-bg-1);
  font-weight: var(--f-fw-blod);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.cta-btn1::after {
  content: "";
  position: absolute;
  background-image: url(../img/icons/button-img.png);
  height: 100%;
  width: 0%;
  top: 0;
  left: auto;
  right: 0;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1.5);
  transition: all 0.4s;
  animation-name: shape-animaiton4;
  animation-duration: 52s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
.cta-btn1 span {
  display: inline-block;
  padding-left: 4px;
}
.cta-btn1:hover {
  color: #fff;
  transform: translateY(-4px);
  transition: all 0.4s;
  background-color: var(--saffron);
}
.cta-btn1:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}

.cta-btn2 {
  display: inline-block;
  border-radius: 7px;
  padding: 16px 20px;
  color: var(--ztc-text-text-2);
  font-weight: var(--f-fw-blod);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  margin-left: 20px;
  border: 1px solid var(--ztc-text-text-2);
}
@media (max-width: 767px) {
  .cta-btn2 {
    margin-left: 0;
  }
}
.cta-btn2::after {
  content: "";
  position: absolute;
  background-image: url(../img/icons/button-img.png);
  height: 100%;
  width: 0%;
  top: 0;
  left: auto;
  right: 0;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1.5);
  transition: all 0.4s;
  animation-name: shape-animaiton4;
  animation-duration: 52s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
.cta-btn2 span {
  display: inline-block;
  padding-left: 4px;
}
.cta-btn2:hover {
  color: #fff;
  transform: translateY(-4px);
  transition: all 0.4s;
  background-color: var(--saffron);
  border: 1px solid var(--saffron);
}
.cta-btn2:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}

.theme-btn2 {
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  padding: 16px 22px;
  border-radius: 25px;
  background-color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
  border: none;
  position: relative;
  z-index: 2;
}
.theme-btn2 svg,
.theme-btn2 i {
  display: inline-block;
  transform: rotate(-45deg);
}
.theme-btn2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #99ff00;
  border-radius: 25px;
  z-index: -1;
  transform: rotateY(90deg);
  transition: all 0.4s;
  animation-timing-function: linear;
}
.theme-btn2:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn2:hover::after {
  transform: rotateY(0deg);
  transition: all 0.4s;
  animation-timing-function: linear;
}

.theme-btn3 {
  display: inline-block;
  color: var();
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  padding: 18px 22px;
  border-radius: 4px;
  background-color: var(--ztc-text-text-2);
  transition: all 0.4s;
  border: none;
}
.theme-btn3 span {
  display: inline-block;
  transform: rotate(-45deg);
}
.theme-btn3:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
  background-color: var(--ztc-bg-main-bg-3);
}

.theme-btn4 {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  padding: 18px 22px;
  border-radius: 7px;
  background-color: var(--ztc-bg-main-bg-3);
  transition: all 0.4s;
  border: none;
}
.theme-btn4 i {
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 2px;
}
.theme-btn4:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(0px);
  background-color: #113adc;
}

.theme-btn5 {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  padding: 8px 10px 8px 18px;
  border-radius: 30px;
  background-color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
  border: none;
  position: relative;
  overflow: hidden;
}
.theme-btn5 span {
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  color: var(--ztc-text-text-1);
  text-align: center;
  line-height: 40px;
  margin-left: 4px;
  transform: rotate(-45deg);
}
.theme-btn5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #4d03bd;
  border-radius: 30px;
  z-index: -1;
  transition: all 0.4s;
}
.theme-btn5:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
  background-color: #7323eb;
}
.theme-btn5:hover::after {
  width: 100%;
  transition: all 0.4s;
}

@media xs {
  br {
    display: none;
  }
}

.theme-btn6 {
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  padding: 8px 10px 8px 18px;
  border-radius: 30px;
  background-color: #e7eaf3;
  transition: all 0.4s;
  border: none;
  margin-left: 16px;
  position: relative;
  overflow: hidden;
}
.theme-btn6 span {
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  color: var(--ztc-text-text-1);
  text-align: center;
  line-height: 40px;
  margin-left: 4px;
  transform: rotate(-45deg);
}
.theme-btn6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #6e18ef;
  border-radius: 30px;
  z-index: -1;
  transition: all 0.4s;
}
.theme-btn6:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn6:hover::after {
  width: 100%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .theme-btn6 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.theme-btn7 {
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  padding: 8px 10px 8px 18px;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.4s;
  border: none;
  position: relative;
  overflow: hidden;
}
.theme-btn7 span {
  height: 40px;
  width: 40px;
  background-color: var(--ztc-bg-main-bg-2);
  border-radius: 50%;
  display: inline-block;
  color: var(--ztc-text-text-2);
  text-align: center;
  line-height: 40px;
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.theme-btn7::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #6e18ef;
  border-radius: 30px;
  z-index: -1;
  transition: all 0.4s;
}
.theme-btn7:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn7:hover::after {
  width: 100%;
  transition: all 0.4s;
}
.theme-btn7:hover span {
  background-color: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.get-started-btn {
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  padding: 16px 22px;
  border-radius: 7px;
  background-color: var(--ztc-text-text-2);
  transition: all 0.4s;
  border: none;
}
.get-started-btn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.get-started-btn:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}

.btn {
  position: relative;
  display: inline-block;
  outline: none;
  color: var(--ztc-text-text-2);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  padding: 15px 25px;
  border-radius: 4px;
  background-color: var(--ztc-bg-main-bg-3);
  transition: all 0.4s;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
  line-height: var(--f-fs-font-fs16);
}
.btn:hover {
  color: var(--qt-bg-bg-w);
}
.btn--ripple {
  border-radius: 7px;
  background-color: var(--ztc-bg-main-bg-3);
  overflow: hidden;
}
.btn--ripple span {
  position: absolute;
  background: #fff;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%;
  animation: rippleAnimation 1s linear infinite;
  z-index: 98;
}
@keyframes rippleAnimation {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.5;
  }
  100% {
    width: 500px;
    height: 500px;
    opacity: 0;
  }
}
.btn--hoverEffect3 {
  display: inline-block;
  background: #fff;
  color: #333;
  overflow: hidden;
  z-index: 1;
}
.btn--hoverEffect3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 101%;
  width: 101%;
  -webkit-clip-path: polygon(0 0, 100% 0, 10% 25%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 10% 25%, 0 100%);
  background: #444;
  border-radius: 5px;
  transition: 0.3s cubic-bezier(0.38, 1.15, 0.7, 1.12);
  box-sizing: border-box;
  z-index: 1000;
}
.btn--hoverEffect3:hover::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.btn--hoverEffect3:hover {
  color: var(--qt-bg-bg-w);
}

.btn2 {
  position: relative;
  display: inline-block;
  outline: none;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  padding: 18px 22px;
  border-radius: 4px;
  background-color: var(--ztc-bg-main-bg-3);
  transition: all 0.4s;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
  line-height: var(--f-fs-font-fs16);
}
.btn2:hover {
  color: var(--qt-bg-bg-w);
}
.btn2--ripple {
  border-radius: 7px;
  background-color: var(--ztc-text-text-2);
  overflow: hidden;
  color: #113adc;
}
.btn2--ripple span {
  position: absolute;
  background: #fff;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%;
  animation: rippleAnimation 1s linear infinite;
  z-index: 98;
}
@keyframes rippleAnimation {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.5;
  }
  100% {
    width: 500px;
    height: 500px;
    opacity: 0;
  }
}
.btn2--hoverEffect3 {
  display: inline-block;
  background: #fff;
  color: #333;
  overflow: hidden;
  z-index: 1;
}
.btn2--hoverEffect3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 101%;
  width: 101%;
  -webkit-clip-path: polygon(0 0, 100% 0, 10% 25%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 10% 25%, 0 100%);
  background: #444;
  border-radius: 5px;
  transition: 0.3s cubic-bezier(0.38, 1.15, 0.7, 1.12);
  box-sizing: border-box;
  z-index: 1000;
}
.btn2--hoverEffect3:hover::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.btn2--hoverEffect3:hover {
  color: var(--qt-bg-bg-w);
  transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
    BUTOTNS AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 ABOUT AREA CSS
::::::::::::::::::::::::::
*/
.about1 .about-image {
  position: relative;
}
.about1 .about-image .image1 {
  position: absolute;
  left: 0;
  top: 0;
}
.about1 .about-image .image2 {
  margin-left: 150px;
}
.about1 .about-image .icon-box {
  background-color: var(--ztc-bg-main-bg-1);
  padding: 16px 20px;
  border-radius: 7px;
  width: 200px;
  text-align: center;
  position: absolute;
  bottom: 50px;
}
.about1 .about-image .icon-box h4 {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  padding: 16px 0px;
}
.about1 .about-image .icon-box p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
}
.about1 .heading1 {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1 .heading1 {
    padding-left: 0;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .about1 .heading1 {
    padding-left: 0;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .about1 .heading1 .list {
    margin-bottom: 10px;
  }
}
.about1 .heading1 .list li {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
  padding-top: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .about1 .heading1 .list li {
    line-height: var(--f-fs-font-fs28);
    display: block;
  }
}
.about1 .heading1 .list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--ztc-bg-main-bg-1);
  border-radius: 50%;
  font-size: 12px;
  color: var(--ztc-bg-color-w);
  margin-top: 0px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2 {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .about2 {
    padding-top: 60px;
  }
}
.about2 .about2-images {
  position: relative;
  height: 500px;
  text-align: center;
}
@media (max-width: 767px) {
  .about2 .about2-images {
    height: 600px;
  }
}
.about2 .about2-images .image1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
@media (max-width: 767px) {
  .about2 .about2-images .image1 {
    position: absolute;
    top: 140px;
    left: 0;
    z-index: 9;
  }
}
.about2 .about2-images .image2 {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .about2 .about2-images .image2 {
    padding-top: 50px;
    position: absolute;
    bottom: 50px;
  }
}
.about2 .about2-images .image3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.about2 .about2-images .counter-box {
  background-color: var(--ztc-bg-main-bg-4);
  width: 200px;
  padding: 20px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.about2 .about2-images .counter-box h3 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs52);
  color: var(--ztc-text-text-1);
  font-weight: var(--f-fw-blod);
}
.about2 .about2-images .counter-box p {
  text-align: start;
  padding-left: 16px;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-text-1);
}
.about2 .porgress-line-all {
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  border-radius: 7px;
  padding: 32px;
  margin-top: 20px;
}
.about2 .porgress-line-all .progress-line {
  margin-top: 32px;
  position: relative;
}
.about2 .porgress-line-all .progress-line:nth-child(1) {
  margin-top: 0;
}
.about2 .porgress-line-all .progress-line h6 {
  color: var(--ztc-bg-color-w);
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
}
.about2 .porgress-line-all .progress-line .percentCount {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--ztc-bg-color-w);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
}
.about2 .porgress-line-all .progress-line .progressbar {
  margin-top: 20px;
  color: red;
}
.about2 .heading2 {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2 .heading2 {
    padding-left: 0;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .about2 .heading2 {
    padding-left: 0;
    padding-top: 40px;
  }
}
.about2.about-page-sec .porgress-line-all {
  background: #f8f9fa;
  border: none;
}
.about2.about-page-sec .porgress-line-all .progress {
  height: 10px;
}
.about2.about-page-sec .porgress-line-all .progress .progress-bar {
  background: var(--ztc-bg-main-bg-1);
}
.about2.about-page-sec .porgress-line-all .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}
.about2.about-page-sec .porgress-line-all h6 {
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
}
.about2.about-page-sec .counter-box {
  background-color: var(--ztc-bg-main-bg-1);
  width: 200px;
  padding: 20px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.about2.about-page-sec .counter-box h3 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs52);
  color: #fff;
  font-weight: var(--f-fw-blod);
}
.about2.about-page-sec .counter-box p {
  text-align: start;
  padding-left: 16px;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-regular);
  color: #fff;
}

.about3 .about3-images {
  margin-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3 .about3-images {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about3 .about3-images {
    margin-left: 0;
    margin-top: 30px;
  }
}
.about3 .about3-box {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .about3 .cs_case_study.cs_style_1.cs_hover_active {
    margin-top: 30px;
  }
}

.about4 .images {
  position: relative;
  height: 560px;
  text-align: center;
}
.about4 .images .img1 {
  position: absolute;
  z-index: -3;
}
.about4 .images .img2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
@media (max-width: 767px) {
  .about4 .images .img2 {
    display: none;
  }
}
.about4 .images .img3 {
  position: absolute;
  right: 125px;
  top: 0;
  z-index: 2;
}
.about4 .images .img4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.about4 .images .img5 {
  position: absolute;
  right: 40px;
  top: 60px;
  z-index: 7;
}
.about4 .counter-box {
  text-align: start;
  border-right: 2px solid rgba(86, 95, 118, 0.096);
}
@media (max-width: 767px) {
  .about4 .counter-box {
    text-align: start;
  }
}
.about4 .counter-box h3 {
  color: var(--ztc-bg-main-bg-2);
  font-size: var(--f-fs-font-fs56);
  line-height: var(--f-fs-font-fs56);
  font-weight: var(--f-fw-blod);
}
.about4 .counter-box p {
  padding-top: 6px;
}
@media (max-width: 767px) {
  .about4 .list {
    margin: 16px 0px;
  }
}
.about4 .list li {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
  padding: 5px 0px;
}
.about4 .list li span {
  display: inline-block;
  margin-right: 6px;
  height: 20px;
  width: 20px;
  font-size: 12px;
  background-color: var(--ztc-bg-main-bg-2);
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  color: var(--ztc-bg-color-w);
}
.about4 .heading4 {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4 .heading4 {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about4 .heading4 {
    padding-left: 0;
    margin-top: 30px;
  }
}

.about-solution .images img {
  width: 100%;
  border-radius: 7px;
}
.about-solution .item-box .icon {
  background: #e7ebf7 !important;
}
.about-solution .heading1 {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-solution .heading1 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about-solution .heading1 {
    padding-left: 0;
  }
}

.about-tabs .tab-header-all {
  background-color: #fff;
  padding: 12px 24px;
  border-radius: 240px;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-tabs .tab-header-all {
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .about-tabs .tab-header-all {
    border-radius: 4px;
  }
}
.about-tabs .tab-header-all li button {
  color: var(--Text-Color, #0d0e10);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  padding: 16px 44px;
  border-radius: 144px;
  background-color: #f8f9fa;
  margin: 12px 10px 12px 10px;
}
.about-tabs .tab-header-all li button.active {
  background-color: var(--ztc-bg-main-bg-1);
  color: #fff;
}
.about-tabs .tab-content-box {
  background-color: #fff;
  border-radius: 7px;
  padding: 55px 32px;
}
.about-tabs .tab-content-box .heading1 h5 {
  color: var(--Text-Color, #0d0e10);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 100% */
}
.about-tabs .tab-content-box .heading1 p span.text {
  color: var(--ztc-bg-main-bg-1);
  font-weight: var(--f-fw-semibold);
}

/*
::::::::::::::::::::::::::
 ABOUT AREA CSS
::::::::::::::::::::::::::
*/
/*--------------------------------------------------------------
  19. Casestudie
----------------------------------------------------------------*/
.cs_case_study_1_list {
  display: flex;
}

@media (max-width: 767px) {
  .cs_case_study_1_list {
    flex-direction: column;
  }
}
.cs_case_study_1_list &gt; .cs_case_study.cs_style_1 {
  flex: 1;
}

.cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 400px;
}

.cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
  transition: all 0.2s ease;
  left: 80px;
  opacity: 0;
}

@media (max-width: 767px) {
  .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    left: 0;
    opacity: 1;
  }
}
.cs_case_study_1_list .cs_case_study.cs_style_1.active {
  flex: 3;
}

.cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_in {
  opacity: 1;
  left: 0;
  transition: all 0.6s ease;
  transition-delay: 0.3s;
}

.cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_icon {
  transform: scale(0) rotate(360deg);
  transition-delay: 0.1s;
}

.cs_case_study.cs_style_1 {
  height: 700px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

@media (max-width: 1400px) {
  .cs_case_study.cs_style_1 {
    height: 600px;
  }
}
.cs_case_study.cs_style_1 .cs_case_study_title a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 3px;
}

.cs_case_study.cs_style_1 .cs_case_study_number {
  left: 70px;
  top: 70px;
  z-index: 1;
}

@media (max-width: 767px) {
  .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 30px;
    top: 40px;
  }
}
.cs_case_study.cs_style_1 .cs_case_study_category {
  margin-bottom: 15px;
}

.cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.cs_case_study.cs_style_1 .cs_case_study_in {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 88px 72px;
}

@media (max-width: 1400px) {
  .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 30px;
  }
}
.cs_case_study.cs_style_1 .cs_case_study_icon {
  left: 70px;
  bottom: 86px;
  z-index: 1;
  background-color: #4f4747;
  color: #fff;
  height: 55px;
  width: 55px;
  font-size: 20px;
  transition: all 0.6s ease;
}

@media (max-width: 1400px) {
  .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 40px;
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cs_case_study.cs_style_1 .cs_case_study_icon {
    display: none;
  }
}
.cs_case_study_thumb {
  background-image: url(../img/about/about3-image1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs_case_study_thumb.cs_case_study_thumb2 {
  background-image: url(../img/about/about3-image2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs_case_study_thumb.cs_case_study_thumb3 {
  background-image: url(../img/about/about3-image3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs_case_study.cs_style_1.cs_hover_active {
  margin: 0px 12px;
  border-radius: 55px;
  height: 550px;
}

.about-page-team .team-box .heading1 h4 a {
  font-size: var(--f-fs-font-fs24);
}
.about-page-team .team-box .icon-area ul li a:hover {
  background: var(--ztc-bg-main-bg-1) !important;
  color: #fff !important;
}

.bg1 {
  background-color: #f8f9fa;
}

.comon-body .solution .item-box .icon {
  background-color: #10171e !important;
  transition: all 0.4s;
}
.comon-body .solution .item-box:hover .icon {
  background: #a1e934 !important;
}

/*
::::::::::::::::::::::::::
 SERVICE AREA CSS
::::::::::::::::::::::::::
*/
.service {
  background-color: var(--ztc-bg-bg-1);
}
.service .single-box {
  background-color: var(--ztc-bg-color-w);
  border-radius: 7px;
  padding: 32px 24px;
  margin-top: 30px;
  transition: all 0.4s;
}
.service .single-box .icon {
  background-color: var(--ztc-bg-bg-2);
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  margin-bottom: 24px;
  transition: all 0.4s;

  img {
    width: 40px;
  }
}
.service .single-box .learn {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  display: inline-block;
}
.service .single-box .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.service .single-box .learn:hover {
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.service .single-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  background-color: var(--ztc-bg-main-bg-1);
}
.service .single-box:hover .icon {
  background-color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.service .single-box:hover .heading1 h4 a {
  display: inline-block;
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.service .single-box:hover .heading1 p {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.4s;
}
.service .single-box:hover .learn {
  transition: all 0.4s;
  color: var(--ztc-bg-color-w);
}

.servcie2 .servcie2-box {
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  padding: 24px;
  position: relative;
  margin-top: 30px;
  transition: all 0.4s;
  border-radius: 7px;
}
.servcie2 .servcie2-box .heading2 h4 a {
  font-size: var(--f-fs-font-fs20);
}
.servcie2 .servcie2-box .icon {
  height: 50px;
  margin-bottom: 24px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--ztc-bg-bg-5);
  background-color: #000120;
}
.servcie2 .servcie2-box .arrow {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: var(--ztc-text-text-2);
  border: 1px solid var(--ztc-bg-main-bg-4);
  transform: rotate(-45deg) scale(0.4);
  line-height: 40px;
  text-align: center;
  transition: all 0.4s;
  position: absolute;
  right: 24px;
  top: 24px;
  background-color: rgba(161, 233, 52, 0.137254902);
  opacity: 0;
}
.servcie2 .servcie2-box .arrow:hover {
  background-color: rgba(161, 233, 52, 0.137254902);
  transition: all 0.4s;
}
.servcie2 .servcie2-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  border: 1px solid var(--ztc-bg-main-bg-4);
}
.servcie2 .servcie2-box:hover .arrow {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
  transition: all 0.4s;
}
.servcie2 .servcie2-box.active {
  transition: all 0.4s;
  transform: translateY(-10px);
  border: 1px solid var(--ztc-bg-main-bg-4);
}
.servcie2 .servcie2-box.active .arrow {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
  transition: all 0.4s;
}
.servcie2.service-page-sec .servcie2-box {
  background-color: #f8f9fa;
  border: none;
  padding: 24px;
  position: relative;
  margin-top: 30px;
  transition: all 0.4s;
  border-radius: 7px;
}
.servcie2.service-page-sec .servcie2-box .heading2 h4 a {
  font-size: var(--f-fs-font-fs20);
}
.servcie2.service-page-sec .servcie2-box .icon {
  height: 50px;
  margin-bottom: 24px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #e7ebf7;
  border: none;
}
.servcie2.service-page-sec .servcie2-box .arrow {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: var(--ztc-bg-main-bg-1);
  border: none;
  transform: rotate(-45deg) scale(0.4);
  line-height: 40px;
  text-align: center;
  transition: all 0.4s;
  position: absolute;
  right: 24px;
  top: 24px;
  background-color: #fff;
  opacity: 0;
}
.servcie2.service-page-sec .servcie2-box .arrow:hover {
  background-color: rgba(161, 233, 52, 0.137254902);
  transition: all 0.4s;
}
.servcie2.service-page-sec .servcie2-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: var(--ztc-bg-main-bg-1);
}
.servcie2.service-page-sec .servcie2-box:hover .heading1 h4 a {
  transition: all 0.4s;
  color: var(--ztc-bg-color-w);
}
.servcie2.service-page-sec .servcie2-box:hover .heading1 p {
  color: #fff;
  transition: all 0.4s;
}
.servcie2.service-page-sec .servcie2-box:hover .arrow {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
  transition: all 0.4s;
}

.service3 {
  background-color: var(--ztc-bg-bg-6);
}
.service3 .service3-box {
  margin-top: 30px;
  background-color: var(--ztc-bg-color-w);
  padding: 24px;
  border-radius: 7px;
  display: flex;
  align-items: start;
  transition: all 0.4s;
}
.service3 .service3-box .icon {
  height: 48px;
  width: 48px;
  background-color: rgba(17, 58, 220, 0.1450980392);
  margin-right: 20px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  transition: all 0.4s;
}
.service3 .service3-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
  background-color: var(--ztc-bg-main-bg-3);
}
.service3 .service3-box:hover .icon {
  background-color: rgba(255, 255, 255, 0.8705882353);
}
.service3 .service3-box:hover .heading3 h4 a {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.service3 .service3-box:hover .heading3 p {
  color: rgba(255, 255, 255, 0.7725490196);
}
.service3 .main-image {
  margin-top: 30px;
}
.service3 .main-image img {
  width: 100%;
  border-radius: 7px;
}

.service4 {
  background-color: var(--ztc-bg-bg-1);
}
.service4 .service4-box.active {
  background: var(--ztc-bg-color-w);
  transform: translateY(-10px);
  border: 1px solid var(--ztc-bg-color-w);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
}
.service4 .service4-box {
  border-radius: 7px;
  border: 1px solid #e8eaed;
  padding: 24px;
  margin-top: 30px;
  transition: all 0.4s;
}
.service4 .service4-box .icon {
  height: 80px;
  width: 80px;
  background-color: #eae3f9;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
  transition: all 0.4s;
}
.service4 .service4-box .heading4 .learn-btn {
  display: inline-block;
  color: var(--ztc-text-text-1);
  line-height: var(--f-fs-font-fs18);
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  transition: all 0.4s;
}
.service4 .service4-box .heading4 .learn-btn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.service4 .service4-box .heading4 .learn-btn:hover {
  color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}
.service4 .service4-box:hover {
  background: var(--ztc-bg-color-w);
  transform: translateY(-10px);
  border: 1px solid var(--ztc-bg-color-w);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
}

.sidebar-bg {
  background-color: #f8f9fa;
  border-radius: 7px;
  padding: 24px;
}

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

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

.mb-40 {
  margin-bottom: 40px;
}

.sidebar-box-area h3 {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  padding-bottom: 24px;
}
.sidebar-box-area p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
}
.sidebar-box-area .search {
  position: relative;
}
.sidebar-box-area .search input {
  padding: 16px 22px;
  border-radius: 7px;
  border: none;
  border: 1px solid var(--ztc-bg-main-bg-1);
  background: none;
  width: 100%;
  color: var(--ztc-text-text-1);
}
.sidebar-box-area .search input::-moz-placeholder {
  color: var(--Paragraph-Color, #676879);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.sidebar-box-area .search input::placeholder {
  color: var(--Paragraph-Color, #676879);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.sidebar-box-area .search input:focus {
  outline: none;
}
.sidebar-box-area .search .button button {
  background: none;
  font-size: 22px;
  color: var(--ztc-text-text-1);
  border: none;
  position: absolute;
  right: 20px;
  top: 18px;
}
.sidebar-box-area .features-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  color: var(--ztc-text-text-1);
  background-color: #fff;
  padding: 20px 22px;
  border-radius: 7px;
  margin-bottom: 16px;
  transition: all 0.4s;
  font-weight: var(--f-fw-blod);
}
.sidebar-box-area .features-list li a:hover {
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
  color: var(--ztc-bg-color-w);
}
.sidebar-box-area .tags li {
  display: inline-block;
}
.sidebar-box-area .tags li a {
  display: inline-block;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 16px;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  margin: 8px 4px;
  transition: all 0.4s;
}
.sidebar-box-area .tags li a:hover {
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
  color: var(--ztc-bg-color-w);
}
.sidebar-box-area .download-btns a {
  display: inline-block;
  width: 100%;
  padding: 20px;
  text-align: center;
  margin-top: 16px;
  border-radius: 7px;
  transition: all 0.4s;
  font-weight: var(--f-fw-blod);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
}
.sidebar-box-area .download-btns a img {
  margin-top: -3px;
  margin-left: 3px;
}
.sidebar-box-area .download-btns a:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.sidebar-box-area .download-btns .daownload1 {
  background-color: var(--ztc-bg-main-bg-1);
  color: var(--ztc-bg-color-w);
}
.sidebar-box-area .download-btns .daownload1 img {
  filter: brightness(40);
}
.sidebar-box-area .download-btns .daownload2 {
  background-color: #fff;
  color: var(--ztc-text-text-1);
}
.sidebar-box-area .contact-form .single-input input,
.sidebar-box-area .contact-form .single-input textarea {
  padding: 16px 22px;
  border-radius: 4px;
  border: none;
  background-color: #fff;
  width: 100%;
  margin-bottom: 16px;
  color: var(--ztc-text-pera-text-1);
}
.sidebar-box-area .contact-form .single-input input:focus,
.sidebar-box-area .contact-form .single-input textarea:focus {
  outline: none;
}
.sidebar-box-area .contact-form .single-input input::-moz-placeholder,
.sidebar-box-area .contact-form .single-input textarea::-moz-placeholder {
  color: var(--Paragraph-Color, #676879);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.sidebar-box-area .contact-form .single-input input::placeholder,
.sidebar-box-area .contact-form .single-input textarea::placeholder {
  color: var(--Paragraph-Color, #676879);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}

.details-post-area .image img {
  width: 100%;
}
.details-post-area .expart-list li {
  color: var(--Paragraph-Color, #676879);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  padding-top: 16px;
}
.details-post-area .expart-list li span.check {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: var(--ztc-bg-color-w);
  background-color: var(--ztc-bg-main-bg-1);
  text-align: center;
  line-height: 20px;
  margin-right: 6px;
}
.details-post-area .expart-list li span.text {
  color: var(--Text-Color, #0d0e10);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
}
.details-post-area .boxs-area ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details-post-area .boxs-area ul li {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: #0d0e10;
  padding: 18px 16px;
  background-color: #f8f9fa;
  border-radius: 7px;
  margin-top: 20px;
  min-width: 250px;
  transition: all 0.4s;
}
.details-post-area .boxs-area ul li span.check {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: var(--ztc-bg-color-w);
  background-color: var(--ztc-bg-main-bg-1);
  text-align: center;
  line-height: 20px;
  margin-right: 6px;
  transition: all 0.4s;
}
.details-post-area .boxs-area ul li:hover {
  transition: all 0.4s;
  transform: translateY(-6px);
  background-color: var(--ztc-bg-main-bg-1);
  color: #fff;
}
.details-post-area .boxs-area ul li:hover span.check {
  background-color: var(--ztc-bg-color-w);
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}

.servcie2-box {
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  padding: 24px;
  position: relative;
  margin-top: 30px;
  transition: all 0.4s;
  border-radius: 7px;
}
.servcie2-box .heading2 h4 a {
  font-size: var(--f-fs-font-fs20);
}
.servcie2-box .icon {
  height: 50px;
  margin-bottom: 24px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--ztc-bg-bg-5);
  background-color: #000120;
}
.servcie2-box .arrow {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: var(--ztc-text-text-2);
  border: 1px solid var(--ztc-bg-main-bg-4);
  transform: rotate(-45deg) scale(0.4);
  line-height: 40px;
  text-align: center;
  transition: all 0.4s;
  position: absolute;
  right: 24px;
  top: 24px;
  background-color: rgba(161, 233, 52, 0.137254902);
  opacity: 0;
}
.servcie2-box .arrow:hover {
  background-color: rgba(161, 233, 52, 0.137254902);
  transition: all 0.4s;
}
.servcie2-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  border: 1px solid var(--ztc-bg-main-bg-4);
}
.servcie2-box:hover .arrow {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
  transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
 SERVICE AREA CSS
::::::::::::::::::::::::::
*/
.service-details-area-all .faq-area-all .accordion {
  border: none;
}
.service-details-area-all .faq-area-all .accordion .accordion-item {
  margin-top: 20px;
  border: none;
  border-radius: 7px;
  padding: 6px;
  border: none;
  background-color: #f8f9fa;
}
.service-details-area-all .faq-area-all .accordion .accordion-item button {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
  background-color: #f8f9fa;
}
.service-details-area-all
  .faq-area-all
  .accordion
  .accordion-item
  button:focus {
  box-shadow: none;
}
.service-details-area-all
  .faq-area-all
  .accordion
  .accordion-item
  .accordion-body {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: #fff;
  padding: 0px 16px 16px 16px;
  /* background-color: #0e38b1; */
}
.service-details-area-all .faq-area-all .accordion .accordion-item.active {
  background: var(--ztc-bg-main-bg-1);
}
.service-details-area-all
  .faq-area-all
  .accordion
  .accordion-item.active
  button {
  background: var(--ztc-bg-main-bg-1);
  color: var(--ztc-bg-color-w);
}
.service-details-area-all
  .faq-area-all
  .accordion
  .accordion-item.active
  .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  filter: brightness(0) invert(1) !important;
}
.service-details-area-all
  .faq-area-all
  .accordion
  .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.service-details-area-all .faq-area-all .accordion-button:not(.collapsed) {
  color: var(--ztc-text-text-1);
  background-color: #0e38b1;
  border: none;
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0
    var(--bs-accordion-border-color);
}
.service-details-area-all .faq-area-all .accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: #dee2e600;
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="var%28--bs-body-color%29"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
  );
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%230c63e4"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
  );
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

.servcie2-box.servcie2-box-2 {
  background-color: #f8f9fa;
  border: none;
  padding: 24px;
  position: relative;
  margin-top: 30px;
  transition: all 0.4s;
  border-radius: 7px;
}
.servcie2-box.servcie2-box-2 .heading2 h4 a {
  font-size: var(--f-fs-font-fs20);
}
.servcie2-box.servcie2-box-2 .icon {
  height: 50px;
  margin-bottom: 24px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #e7ebf7;
  border: none;
}
.servcie2-box.servcie2-box-2 .arrow {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: var(--ztc-bg-main-bg-1);
  border: none;
  transform: rotate(-45deg) scale(0.4);
  line-height: 40px;
  text-align: center;
  transition: all 0.4s;
  position: absolute;
  right: 24px;
  top: 24px;
  background-color: #fff;
  opacity: 0;
}
.servcie2-box.servcie2-box-2 .arrow:hover {
  background-color: #fff;
  transition: all 0.4s;
}
.servcie2-box.servcie2-box-2:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: var(--ztc-bg-main-bg-1);
  border: none;
}
.servcie2-box.servcie2-box-2:hover .heading1 h4 a {
  transition: all 0.4s;
  color: var(--ztc-bg-color-w);
}
.servcie2-box.servcie2-box-2:hover .heading1 p {
  color: #fff;
  transition: all 0.4s;
}
.servcie2-box.servcie2-box-2:hover .arrow {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
  transition: all 0.4s;
}

.bg1 .servcie2-box.servcie2-box-2 {
  background-color: #fff;
}
.bg1 .servcie2-box.servcie2-box-2:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: var(--ztc-bg-main-bg-1);
  border: none;
}
.bg1 .servcie2-box.servcie2-box-2:hover .heading1 h4 a {
  transition: all 0.4s;
  color: var(--ztc-bg-color-w);
}
.bg1 .servcie2-box.servcie2-box-2:hover .heading1 p {
  color: #fff;
  transition: all 0.4s;
}
.bg1 .servcie2-box.servcie2-box-2:hover .arrow {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
  transition: all 0.4s;
}

.comon-body .sidebar-bg {
  background-color: var(--ztc-bg-bg-4);
  border-radius: 7px;
  padding: 24px;
  border: 1px solid var(--ztc-bg-bg-5);
}
.comon-body .sidebar-box-area h3 {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  padding-bottom: 24px;
}
.comon-body .sidebar-box-area p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-2);
}
.comon-body .sidebar-box-area .search {
  position: relative;
}
.comon-body .sidebar-box-area .search input {
  padding: 16px 22px;
  border-radius: 30px;
  border: none;
  border: 1px solid var(--ztc-bg-main-bg-4);
  background: none;
  width: 100%;
  color: var(--ztc-bg-color-w);
}
.comon-body .sidebar-box-area .search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6352941176);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
}
.comon-body .sidebar-box-area .search input::placeholder {
  color: rgba(255, 255, 255, 0.6352941176);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
}
.comon-body .sidebar-box-area .search .button button {
  background: none;
  font-size: 22px;
  color: var(--ztc-bg-color-w);
  border: none;
  position: absolute;
  right: 20px;
  top: 18px;
}
.comon-body .sidebar-box-area .features-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  color: var(--ztc-bg-color-w);
  background-color: #342f42;
  padding: 20px 22px;
  border-radius: 30px;
  border: 1px solid #484455;
  margin-bottom: 16px;
  transition: all 0.4s;
  font-weight: var(--f-fw-blod);
}
.comon-body .sidebar-box-area .features-list li a:hover {
  background-color: var(--ztc-bg-main-bg-4);
  border: 1px solid var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.comon-body .sidebar-box-area .tags li {
  display: inline-block;
}
.comon-body .sidebar-box-area .tags li a {
  display: inline-block;
  border: 1px solid #484455;
  background-color: #342f42;
  border-radius: 30px;
  padding: 10px 16px;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  margin: 8px 4px;
  transition: all 0.4s;
}
.comon-body .sidebar-box-area .tags li a:hover {
  background-color: var(--ztc-bg-main-bg-4);
  border: 1px solid var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.comon-body .sidebar-box-area .download-btns a {
  display: inline-block;
  width: 100%;
  padding: 20px;
  text-align: center;
  margin-top: 16px;
  border-radius: 30px;
  transition: all 0.4s;
  font-weight: var(--f-fw-blod);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
}
.comon-body .sidebar-box-area .download-btns a img {
  margin-top: -3px;
  margin-left: 3px;
}
.comon-body .sidebar-box-area .download-btns a:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.comon-body .sidebar-box-area .download-btns .daownload1 {
  background-color: var(--ztc-bg-main-bg-4);
  color: var(--ztc-text-text-1);
}
.comon-body .sidebar-box-area .download-btns .daownload2 {
  border: 1px solid #484455;
  background-color: #342f42;
  color: var(--ztc-bg-color-w);
}
.comon-body .sidebar-box-area .download-btns .daownload2 img {
  filter: brightness(40);
}
.comon-body .sidebar-box-area .contact-form .single-input input,
.comon-body .sidebar-box-area .contact-form .single-input textarea {
  padding: 16px 22px;
  border-radius: 4px;
  border: none;
  border: 1px solid #484455;
  background-color: #342f42;
  width: 100%;
  margin-bottom: 16px;
  color: var(--ztc-bg-color-w);
}
.comon-body .sidebar-box-area .contact-form .single-input input:focus,
.comon-body .sidebar-box-area .contact-form .single-input textarea:focus {
  outline: none;
}
.comon-body
  .sidebar-box-area
  .contact-form
  .single-input
  input::-moz-placeholder,
.comon-body
  .sidebar-box-area
  .contact-form
  .single-input
  textarea::-moz-placeholder {
  color: var(--ztc-bg-color-w);
}
.comon-body .sidebar-box-area .contact-form .single-input input::placeholder,
.comon-body
  .sidebar-box-area
  .contact-form
  .single-input
  textarea::placeholder {
  color: var(--ztc-bg-color-w);
}
.comon-body .service-details-area-all .faq-area-all .accordion-button::after {
  filter: brightness(0) invert(1);
}
.comon-body .service-details-area-all .faq-area-all .accordion {
  border: none;
}
.comon-body .service-details-area-all .faq-area-all .accordion .accordion-item {
  margin-top: 20px;
  border: none;
  border-radius: 7px;
  padding: 6px;
  border: none;
  background-color: #1a1b37;
  border: 1px solid #31314d;
}
.comon-body
  .service-details-area-all
  .faq-area-all
  .accordion
  .accordion-item
  button {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-2);
  background-color: #1a1b37;
}
.comon-body
  .service-details-area-all
  .faq-area-all
  .accordion
  .accordion-item
  button:focus {
  box-shadow: none;
}
.comon-body
  .service-details-area-all
  .faq-area-all
  .accordion
  .accordion-item
  .accordion-body {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-2);
  padding: 0px 16px 16px 16px;
  background-color: #1a1b37;
}
.comon-body
  .service-details-area-all
  .faq-area-all
  .accordion
  .accordion-item.active {
  border: 1px solid var(--ztc-bg-main-bg-4);
}
.comon-body
  .service-details-area-all
  .faq-area-all
  .accordion
  .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  filter: brightness(0) invert(1);
}
.comon-body
  .service-details-area-all
  .faq-area-all
  .accordion-button:not(.collapsed) {
  color: var(--ztc-text-text-1);
  background-color: #1a1b37;
  border: none;
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0
    var(--bs-accordion-border-color);
}
.comon-body .service-details-area-all .faq-area-all .accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: #dee2e600;
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="var%28--bs-body-color%29"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
  );
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%230c63e4"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
  );
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}
.comon-body .expart-list li {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: rgba(255, 255, 255, 0.7725490196);
  padding-top: 16px;
}
.comon-body .expart-list li span.check {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  background-color: var(--ztc-bg-main-bg-4);
  text-align: center;
  line-height: 20px;
  margin-right: 6px;
}
.comon-body .expart-list li span.text {
  font-weight: var(--f-fw-semibold);
  display: inline-block;
  color: var(--ztc-bg-color-w);
}

/*
::::::::::::::::::::::::::
 CHOOSE AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  CHOOSE AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 CTA AREA CSS
::::::::::::::::::::::::::
*/
.cta {
  background-color: var(--ztc-bg-main-bg-1);
  padding: 80px 0px;
}
.cta .buttons {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta .buttons {
    text-align: start;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cta .buttons {
    text-align: start;
    margin-top: 20px;
  }
}

.cta2 .subscribe-form {
  position: relative;
  padding-right: 160px;
  margin-top: 32px;
}
.cta2 .subscribe-form input {
  padding: 12px 18px 13px 18px;
  border-radius: 25px;
  border: none;
  width: 100%;
  margin-right: 130px;
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  color: #fff;
}
.cta2 .subscribe-form input::-moz-placeholder {
  color: #c7c6cb;
}
.cta2 .subscribe-form input::placeholder {
  color: #c7c6cb;
}
.cta2 .subscribe-form input:focus {
  outline-color: #a1e934;
  outline-width: 1px;
  outline-style: solid;
}
.cta2 .subscribe-form .button {
  position: absolute;
  top: 0;
  right: 0;
}

.cta3 {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .cta3 {
    padding-top: 50px;
  }
}
.cta3 .subscribe-form {
  position: relative;
  padding-right: 160px;
  margin-top: 32px;
}
.cta3 .subscribe-form input {
  padding: 14px 18px 14px 18px;
  border-radius: 4px;
  border: none;
  width: 100%;
  margin-right: 130px;
}
.cta3 .subscribe-form input:focus {
  outline: none;
}
.cta3 .subscribe-form .button {
  position: absolute;
  top: 0;
  right: 0;
}

.cta-bg-area {
  background-color: var(--ztc-text-text-1);
  padding: 60px 30px;
  position: relative;
  border-radius: 7px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-bg-area {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cta-bg-area {
    margin-bottom: 50px;
  }
}
.cta-bg-area .subscribe-form {
  position: relative;
  margin-top: 30px;
}
.cta-bg-area .subscribe-form input {
  background-color: #313234;
  border-radius: 56px;
  border: none;
  padding: 17px 24px;
  color: #fff;
}
.cta-bg-area .subscribe-form input::-moz-placeholder {
  color: #d6d6d6;
}
.cta-bg-area .subscribe-form input::placeholder {
  color: #d6d6d6;
}
.cta-bg-area .subscribe-form input:focus {
  outline: none;
}
.cta-bg-area .subscribe-form .button {
  position: absolute;
  right: -16px;
  top: 0;
}
.cta-bg-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-image: url(../img/others/cta4-image.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cta-bg-area::after {
    width: 0%;
  }
}
.cta-bg-area .shape1 {
  position: absolute;
  right: 50%;
  z-index: 3;
  top: 100px;
  margin-right: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-bg-area .shape1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta-bg-area .shape1 {
    display: none;
  }
}
.cta-bg-area .shape2 {
  position: absolute;
  right: -100px;
  top: -100px;
  z-index: 3;
}

/*
::::::::::::::::::::::::::
 CTA AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FAQ AREA CSS
::::::::::::::::::::::::::
*/
.faq3 {
  background-color: var(--ztc-bg-bg-6);
}
.faq3 .accordion-item.active {
  background-color: #113adc;
  transition: all 0.4s;
}
.faq3 .accordion-item.active button {
  background-color: #113adc;
  color: #fff !important;
  transition: all 0.4s;
}
.faq3 .accordion-item.active .accordion-body {
  color: rgba(255, 255, 255, 0.6980392157) !important;
}
.faq3 .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  filter: brightness(0) invert(1);
}
.faq3 .accordion {
  border: none;
}
.faq3 .accordion .accordion-item {
  margin-top: 20px;
  border: none;
  border-radius: 7px;
  padding: 2px;
  border: none;
}
.faq3 .accordion .accordion-item button {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
  padding: 20px;
}
.faq3 .accordion .accordion-item button:focus {
  box-shadow: none;
}
.faq3 .accordion .accordion-item .accordion-body {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  padding: 0px 16px 16px 16px;
}
.faq3 .accordion .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  filter: brightness(0);
}
.faq3 .accordion-button:not(.collapsed) {
  color: var(--ztc-text-text-1);
  background-color: #fff;
  border: none;
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0
    var(--bs-accordion-border-color);
}
.faq3 .accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: #dee2e600;
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="var%28--bs-body-color%29"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
  );
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%230c63e4"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
  );
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

/*
::::::::::::::::::::::::::
 FAQ AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
.solution .item-box {
  display: flex;
  align-items: start;
  margin-top: 30px;
}
.solution .item-box .icon {
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  background-color: rgba(161, 233, 52, 0.0941176471);
  transition: all 0.4s;
}
.solution .item-box .icon img {
  height: auto;
  transition: all 0.4s;
}
.solution .item-box:hover .icon {
  background-color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.solution .item-box:hover .icon img {
  filter: brightness(0);
  transition: all 0.4s;
}
.solution .solution-images {
  text-align: center;
  height: 500px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution .solution-images {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .solution .solution-images {
    margin-top: 40px;
  }
}
.solution .solution-images .image1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.solution .solution-images .image2 {
  padding-top: 50px;
}
.solution .solution-images .image3 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.project4 {
  background-color: var(--ztc-bg-bg-1);
}
.project4 .image-area {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
@media (max-width: 767px) {
  .project4 .image-area {
    height: 300px;
  }
}
.project4 .image-area .heading4-w {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.4s;
  z-index: 9;
}
.project4 .image-area:hover .heading4-w {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}
.project4 .image-area:hover::after {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}
.project4 .image-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
      187deg,
      rgba(0, 0, 0, 0) 49.94%,
      rgba(0, 0, 0, 0.8) 72.55%
    ),
    url(&lt;path-to-image&gt;) rgba(211, 211, 211, 0) 50% / cover no-repeat;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.4s;
}
.project4 .image-area.active .heading4-w {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}
.project4 .image-area.active::after {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}
.project4 .image {
  margin-top: 30px;
}
.project4 .image img {
  width: 100%;
}

.project-page-box {
  position: relative;
  margin-bottom: 40px;
}
.project-page-box .image {
  overflow: hidden;
  border-radius: 7px;
}
.project-page-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.project-page-box .heading2 {
  padding: 24px;
  border-radius: 7px;
  background-color: var(--ztc-bg-main-bg-1);
  position: absolute;
  bottom: 24px;
  margin: 0px 24px;
  transform: translateY(60px) scale(0.4);
  opacity: 0;
  transition: all 0.4s;
}
.project-page-box .heading2 h4 a {
  line-height: 28px;
}
.project-page-box .heading2 h4 a:hover {
  color: #fff;
}
.project-page-box .heading2 a.learn {
  display: inline-block;
  color: #fff;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
}
.project-page-box .heading2 a.learn span {
  display: inline-block;
  transform: rotate(-45deg);
  margin-top: 16px;
}
.project-page-box:hover .heading2 {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: all 0.4s;
}
.project-page-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

.comon-body .project-page-box {
  position: relative;
  margin-bottom: 40px;
}
.comon-body .project-page-box .image {
  overflow: hidden;
  border-radius: 7px;
}
.comon-body .project-page-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.comon-body .project-page-box .heading2 {
  padding: 24px;
  border-radius: 7px;
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  position: absolute;
  bottom: 24px;
  margin: 0px 24px;
  transform: translateY(60px) scale(0.4);
  opacity: 0;
  transition: all 0.4s;
}
.comon-body .project-page-box .heading2 h4 a {
  line-height: 28px;
}
.comon-body .project-page-box .heading2 a.learn {
  display: inline-block;
  color: var(--ztc-bg-main-bg-4);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
}
.comon-body .project-page-box .heading2 a.learn span {
  display: inline-block;
  transform: rotate(-45deg);
  margin-top: 16px;
}
.comon-body .project-page-box:hover .heading2 {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: all 0.4s;
}
.comon-body .project-page-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.comon-body .details-post-area .image img {
  width: 100%;
}
.comon-body .details-post-area .expart-list li {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: rgba(255, 255, 255, 0.7725490196);
  padding-top: 16px;
}
.comon-body .details-post-area .expart-list li span.check {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  background-color: var(--ztc-bg-main-bg-4);
  text-align: center;
  line-height: 20px;
  margin-right: 6px;
}
.comon-body .details-post-area .expart-list li span.text {
  font-weight: var(--f-fw-semibold);
  display: inline-block;
  color: var(--ztc-bg-color-w);
}
.comon-body .details-post-area .boxs-area ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comon-body .details-post-area .boxs-area ul li {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  padding: 18px 16px;
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  border-radius: 7px;
  margin-top: 20px;
  min-width: 250px;
  transition: all 0.4s;
}
.comon-body .details-post-area .boxs-area ul li span.check {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  background-color: var(--ztc-bg-main-bg-4);
  text-align: center;
  line-height: 20px;
  margin-right: 6px;
}
.comon-body .details-post-area .boxs-area ul li:hover {
  border: 1px solid var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
  transform: translateY(-6px);
}
.comon-body .project-details-box {
  background-color: var(--ztc-bg-bg-4);
  border-radius: 7px;
  border: 1px solid var(--ztc-bg-bg-5);
  margin-top: 30px;
  padding: 24px;
  transition: all 0.4s;
}
.comon-body .project-details-box:hover {
  border: 1px solid var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.comon-body .get-started-box {
  background-color: var(--ztc-bg-main-bg-4);
  border-radius: 4px;
  padding: 24px;
}
.comon-body .get-started-box h3 {
  font-size: var(--f-fs-font-fs32);
  line-height: var(--f-fs-font-fs32);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
}
.comon-body .get-started-box p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-text-1);
}

/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 PRICING AREA CSS
::::::::::::::::::::::::::
*/
.pricing .single-pricing-box {
  background-color: var(--ztc-bg-bg-3);
  padding: 32px 24px;
  border-radius: 4px;
  min-height: 572px;
  position: relative;
  transition: all 0.4s;
  margin-top: 7px;
  margin-top: 40px;
}
.pricing .single-pricing-box .most-popular {
  background-color: var(--ztc-bg-color-w);
  border-radius: 7px;
  border: 1px solid var(--ztc-bg-main-bg-1);
  padding: 8px;
  width: 120px;
  text-align: center;
  margin: auto;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -60px;
}
.pricing .single-pricing-box .most-popular p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-main-bg-1);
}
.pricing .single-pricing-box .title {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing .single-pricing-box h2 {
  font-size: var(--f-fs-font-fs56);
  line-height: var(--f-fs-font-fs56);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  margin: 20px 0px;
  transition: all 0.4s;
}
.pricing .single-pricing-box h2 span {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  transition: all 0.4s;
}
.pricing .single-pricing-box p.pera {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  padding-bottom: 20px;
  transition: all 0.4s;
}
.pricing .single-pricing-box h4 {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  padding-top: 20px;
  transition: all 0.4s;
}
.pricing .single-pricing-box .button a {
  width: 89% !important;
  text-align: center;
  position: absolute;
  bottom: 22px;
}
.pricing .single-pricing-box .list li {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-text-1);
  padding-top: 20px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.pricing .single-pricing-box .list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--ztc-bg-main-bg-1);
  border-radius: 50%;
  font-size: 12px;
  color: var(--ztc-bg-color-w);
  margin-top: 0px;
  margin-right: 10px;
  transition: all 0.4s;
}
.pricing .single-pricing-box:hover {
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.pricing .single-pricing-box:hover .title {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing .single-pricing-box:hover h2 {
  font-size: var(--f-fs-font-fs56);
  line-height: var(--f-fs-font-fs56);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  margin: 20px 0px;
  transition: all 0.4s;
}
.pricing .single-pricing-box:hover h2 span {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing .single-pricing-box:hover .button a {
  width: 89% !important;
  text-align: center;
  position: absolute;
  bottom: 22px;
  background-color: var(--ztc-bg-color-w);
  color: var(--ztc-bg-main-bg-1);
}
.pricing .single-pricing-box:hover h4 {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing .single-pricing-box:hover p.pera {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing .single-pricing-box:hover .list li {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
  padding-top: 20px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.pricing .single-pricing-box:hover .list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--ztc-bg-color-w);
  border-radius: 50%;
  font-size: 12px;
  color: var(--ztc-bg-main-bg-1);
  margin-top: 0px;
  margin-right: 10px;
  transition: all 0.4s;
}
.pricing .single-pricing-box.active {
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.pricing .single-pricing-box.active .title {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing .single-pricing-box.active h2 {
  font-size: var(--f-fs-font-fs56);
  line-height: var(--f-fs-font-fs56);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  margin: 20px 0px;
  transition: all 0.4s;
}
.pricing .single-pricing-box.active h2 span {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing .single-pricing-box.active .button a {
  width: 89% !important;
  text-align: center;
  position: absolute;
  bottom: 22px;
  background-color: var(--ztc-bg-color-w);
  color: var(--ztc-bg-main-bg-1);
}
.pricing .single-pricing-box.active h4 {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing .single-pricing-box.active p.pera {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing .single-pricing-box.active .list li {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
  padding-top: 20px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.pricing .single-pricing-box.active .list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--ztc-bg-color-w);
  border-radius: 50%;
  font-size: 12px;
  color: var(--ztc-bg-main-bg-1);
  margin-top: 0px;
  margin-right: 10px;
  transition: all 0.4s;
}

.pricing4 .single-pricing-box {
  background-color: var(--ztc-bg-bg-3);
  padding: 32px 24px;
  border-radius: 4px;
  min-height: 572px;
  position: relative;
  transition: all 0.4s;
  margin-top: 30px;
}
.pricing4 .single-pricing-box .most-popular {
  background-color: var(--ztc-bg-color-w);
  border-radius: 4px;
  border: 1px solid var(--ztc-bg-main-bg-2);
  padding: 8px;
  width: 120px;
  text-align: center;
  margin: auto;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -60px;
}
.pricing4 .single-pricing-box .most-popular p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-main-bg-2);
}
.pricing4 .single-pricing-box .title {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box h2 {
  font-size: var(--f-fs-font-fs56);
  line-height: var(--f-fs-font-fs56);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  margin: 20px 0px;
  transition: all 0.4s;
}
.pricing4 .single-pricing-box h2 span {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box p.pera {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  padding-bottom: 20px;
  transition: all 0.4s;
}
.pricing4 .single-pricing-box h4 {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  padding-top: 20px;
  transition: all 0.4s;
}
.pricing4 .single-pricing-box .button a {
  width: 89% !important;
  text-align: center;
  position: absolute;
  bottom: 22px;
  background-color: var(--ztc-bg-main-bg-2);
  border-radius: 36px;
}
.pricing4 .single-pricing-box .list li {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-text-1);
  padding-top: 20px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.pricing4 .single-pricing-box .list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--ztc-bg-main-bg-1);
  border-radius: 50%;
  font-size: 12px;
  color: var(--ztc-bg-color-w);
  margin-top: 0px;
  margin-right: 10px;
  transition: all 0.4s;
}
.pricing4 .single-pricing-box:hover {
  background-color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box:hover .title {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box:hover h2 {
  font-size: var(--f-fs-font-fs56);
  line-height: var(--f-fs-font-fs56);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  margin: 20px 0px;
  transition: all 0.4s;
}
.pricing4 .single-pricing-box:hover h2 span {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box:hover .button a {
  width: 89% !important;
  text-align: center;
  position: absolute;
  bottom: 22px;
  background-color: var(--ztc-bg-color-w);
  color: var(--ztc-bg-main-bg-1);
}
.pricing4 .single-pricing-box:hover h4 {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box:hover p.pera {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box:hover .list li {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
  padding-top: 20px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.pricing4 .single-pricing-box:hover .list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--ztc-bg-color-w);
  border-radius: 50%;
  font-size: 12px;
  color: var(--ztc-bg-main-bg-1);
  margin-top: 0px;
  margin-right: 10px;
  transition: all 0.4s;
}
.pricing4 .single-pricing-box.active {
  background-color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box.active .title {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box.active h2 {
  font-size: var(--f-fs-font-fs56);
  line-height: var(--f-fs-font-fs56);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  margin: 20px 0px;
  transition: all 0.4s;
}
.pricing4 .single-pricing-box.active h2 span {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box.active .button a {
  width: 89% !important;
  text-align: center;
  position: absolute;
  bottom: 22px;
  background-color: var(--ztc-bg-color-w);
  color: var(--ztc-bg-main-bg-2);
}
.pricing4 .single-pricing-box.active h4 {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box.active p.pera {
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.pricing4 .single-pricing-box.active .list li {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
  padding-top: 20px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.pricing4 .single-pricing-box.active .list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--ztc-bg-color-w);
  border-radius: 50%;
  font-size: 12px;
  color: var(--ztc-bg-main-bg-2);
  margin-top: 0px;
  margin-right: 10px;
  transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
.contact-page .contact-boxs {
  padding-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page .contact-boxs {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-boxs {
    padding-right: 0;
  }
}
.contact-page .contact-boxs .contact-box {
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
  border-radius: 7px;
  padding: 20px 24px;
  margin-top: 30px;
  transition: all 0.4s;
}
.contact-page .contact-boxs .contact-box .icon {
  height: 60px;
  width: 60px;
  background-color: rgba(14, 55, 177, 0.1725490196);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  min-width: 60px;
}
.contact-page .contact-boxs .contact-box .heading {
  padding-left: 16px;
}
.contact-page .contact-boxs .contact-box .heading h5 {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
}
.contact-page .contact-boxs .contact-box .heading a {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  padding-top: 14px;
  display: inline-block;
}
.contact-page .contact-boxs .contact-box:hover {
  transition: all 0.4s;
  transform: translateY(-6px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page .contact-form-details {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-form-details {
    margin-top: 40px;
  }
}

.contact-map-page iframe {
  width: 100%;
  margin-bottom: -10px;
}

.comon-body .contact-page .contact-boxs {
  padding-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comon-body .contact-page .contact-boxs {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .comon-body .contact-page .contact-boxs {
    padding-right: 0;
  }
}
.comon-body .contact-page .contact-boxs .contact-box {
  display: flex;
  align-items: center;
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  border-radius: 7px;
  padding: 16px 20px;
  margin-top: 30px;
  transition: all 0.4s;
}
.comon-body .contact-page .contact-boxs .contact-box .icon {
  height: 60px;
  width: 60px;
  background-color: rgba(161, 233, 52, 0.1843137255);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}
.comon-body .contact-page .contact-boxs .contact-box .heading {
  padding-left: 16px;
}
.comon-body .contact-page .contact-boxs .contact-box .heading h5 {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-2);
}
.comon-body .contact-page .contact-boxs .contact-box .heading a {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: rgba(255, 255, 255, 0.7176470588);
  padding-top: 14px;
  display: inline-block;
}
.comon-body .contact-page .contact-boxs .contact-box:hover {
  border: 1px solid var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
  transform: translateY(-6px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comon-body .contact-page .contact-form-details {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .comon-body .contact-page .contact-form-details {
    margin-top: 40px;
  }
}
.comon-body .contact-map-page iframe {
  width: 100%;
}

/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/
.hero1 {
  min-height: 980px;
  display: flex;
  padding-top: 130px;
}
@media (max-width: 767px) {
  .hero1 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 {
    padding-top: 100px;
  }
}
.hero1 .main-headding {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .hero1 .main-headding {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 .main-headding {
    padding-top: 0;
  }
}
.hero1 .main-headding span.span {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-main-bg-1);
  margin-bottom: 16px;
}
.hero1 .main-headding span.span img {
  margin-top: -3px;
  margin-right: 2px;
}
.hero1 .main-headding h1 {
  font-size: var(--f-fs-font-fs50);
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs70);
  color: var(--ztc-text-text-1);
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 .main-headding h1 {
    font-size: var(--f-fs-font-fs40);
    font-weight: var(--f-fw-blod);
    line-height: var(--f-fs-font-fs48);
  }
}
@media (max-width: 767px) {
  .hero1 .main-headding h1 {
    font-size: var(--f-fs-font-fs40);
    font-weight: var(--f-fw-blod);
    line-height: var(--f-fs-font-fs48);
  }
}
.hero1 .main-headding h1 span.after {
  color: var(--ztc-bg-main-bg-1);
}
.hero1 .main-headding p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
}
.hero1 .buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hero1 .buttons {
    display: block;
  }
}
.hero1 .buttons .play-btn {
  display: inline-block;
  margin-left: 30px;
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs18);
  color: var(--ztc-bg-main-bg-1);
}
@media (max-width: 767px) {
  .hero1 .buttons .play-btn {
    display: block;
    margin-left: 0;
    margin-top: 16px;
  }
}
.hero1 .hero1-all-images {
  position: relative;
  height: 660px;
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 .hero1-all-images {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .hero1 .hero1-all-images {
    margin-bottom: 60px;
  }
}
.hero1 .hero1-all-images .image1 {
  position: absolute;
  right: 0;
  bottom: 40px;
}
.hero1 .hero1-all-images .image2 {
  position: absolute;
  right: -30px;
  bottom: 40px;
}
.hero1 .hero1-all-images .image3 {
  position: absolute;
  right: -100px;
  top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 .hero1-all-images .image3 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .hero1 .hero1-all-images .image3 {
    right: 0;
  }
}
.hero1 .hero1-all-images .image4 {
  position: absolute;
  bottom: 0;
  left: 140px;
}
.hero1 .hero1-all-images .shape1 {
  position: absolute;
  left: 60px;
  top: 100px;
}
@media (max-width: 767px) {
  .hero1 .hero1-all-images .shape1 {
    left: 0;
  }
}
.hero1 .hero1-all-images .shape2 {
  position: absolute;
  bottom: 140px;
  left: 60px;
}
@media (max-width: 767px) {
  .hero1 .hero1-all-images .shape2 {
    display: none;
  }
}

.hero-bottom-area {
  border-radius: 7px;
  padding: 20px 25px 5px 25px;
  background-color: var(--ztc-bg-color-w);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  margin-top: -75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-bottom-area {
    margin-top: 60px;
    box-shadow: rgba(0, 0, 0, 0.068) 10px -2px 30px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .hero-bottom-area {
    margin-top: 60px;
    box-shadow: rgba(0, 0, 0, 0.068) 10px -2px 30px;
    padding: 30px;
  }
}
.hero-bottom-area .single-box {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-bottom-area .single-box {
    padding: 20px 0px;
  }
}
@media (max-width: 767px) {
  .hero-bottom-area .single-box {
    padding: 20px 0px;
  }
}
.hero-bottom-area .single-box .icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  background-color: var(--ztc-bg-bg-3);
  margin-right: 16px;
}
.hero-bottom-area .single-box .headding h5 {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
}
.hero-bottom-area .single-box .headding p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  padding-top: 6px;
}

.hero2 {
  min-height: 960px;
  display: flex;
  padding-top: 130px;
  align-items: center;
  position: relative;
  z-index: -2;
}
@media (max-width: 767px) {
  .hero2 {
    min-height: 500px;
  }
}
.hero2 .main-heading span.span {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-main-bg-4);
  margin-bottom: 16px;
}
.hero2 .main-heading span.span img {
  margin-top: -3px;
  margin-right: 2px;
}
.hero2 .main-heading h1 {
  font-size: var(--f-fs-font-fs64);
  line-height: var(--f-fs-font-fs74);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
@media (max-width: 767px) {
  .hero2 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
.hero2::after {
  position: absolute;
  content: "";
  top: 60px;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/hero2-main-bg2.png);
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  animation-name: shape-animaiton4;
  animation-duration: 92s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.hero2 .hero2-main-imges {
  position: relative;
  height: 600px;
}
@media (max-width: 767px) {
  .hero2 .hero2-main-imges {
    display: none;
  }
}
.hero2 .hero2-main-imges .image1 {
  position: absolute;
  top: -100px;
  right: 0;
  animation-name: shape-animaiton4;
  animation-duration: 82s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2 .hero2-main-imges .image1 {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .hero2 .hero2-main-imges .image1 {
    top: 40px;
  }
}
.hero2 .hero2-main-imge2 {
  position: absolute;
  bottom: -130px;
  right: -45px;
  transform: scale(0.9);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2 .hero2-main-imge2 {
    position: absolute;
    bottom: -240px;
    right: -135px;
    transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  .hero2 .hero2-main-imge2 {
    bottom: -140px;
    display: none;
  }
}
.hero2 .consulting2 .header__search {
  padding-left: 100px;
}
.hero2 .hero2-tags {
  margin-top: 24px;
}
.hero2 .hero2-tags ul li {
  display: inline-block;
}
.hero2 .hero2-tags ul li a {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-2);
  padding: 12px 16px;
  margin: 10px 5px;
  background-color: #191924;
  border-radius: 30px;
  border: 1px solid #313137;
  transition: all 0.4s;
}
.hero2 .hero2-tags ul li a:hover {
  background-color: var(--ztc-bg-main-bg-4);
  border: 1px solid var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.hero2 .hero2-tags ul li.active a {
  background-color: var(--ztc-bg-main-bg-4);
  border: 1px solid var(--ztc-bg-main-bg-4);
  color: var(--ztc-text-text-1);
}
@media (max-width: 767px) {
  .hero2 .circle-shapes {
    margin-top: 140px;
  }
}
.hero2 .circle-shapes .shape1 {
  position: absolute;
  bottom: 0;
  right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2 .circle-shapes .shape1 {
    left: 0;
    top: 175px;
    right: auto;
    bottom: auto;
  }
}
.hero2 .circle-shapes .shape2 {
  position: absolute;
  bottom: 46px;
  right: 105px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2 .circle-shapes .shape2 {
    left: 45px;
    top: 225px;
    right: auto;
    bottom: auto;
  }
}

.hero3 {
  min-height: 1090px;
}
.hero3 .main-heading {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .hero3 .main-heading {
    margin-top: 120px;
  }
}
.hero3 .main-heading h1 {
  font-size: var(--f-fs-font-fs64);
  line-height: var(--f-fs-font-fs74);
  color: var(--ztc-text-text-2);
  font-weight: var(--f-fw-blod);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
@media (max-width: 767px) {
  .hero3 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
.hero3 .main-heading h1 span.span {
  display: inline-block;
  position: relative;
}
.hero3 .main-heading h1 span.span img {
  position: absolute;
  top: 0;
  right: -24px;
}
.hero3 .main-heading p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
}
.hero3 .main-heading .arrow-shape {
  position: absolute;
  top: 100px;
  left: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3 .main-heading .arrow-shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero3 .main-heading .arrow-shape {
    display: none;
  }
}
.hero3 .hero3-main-shape .main-image img {
  width: 100%;
}
.hero3 .circle-shape {
  position: absolute;
  top: -60px;
  right: -60px;
}
@media (max-width: 767px) {
  .hero3 .circle-shape {
    display: none;
  }
}
.hero3 .circle-shape .shape2 {
  position: absolute;
  right: 48px;
  top: 48px;
}
.hero3 .image-shape {
  position: absolute;
  left: -170px;
  bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3 .image-shape {
    left: 0;
  }
}
@media (max-width: 767px) {
  .hero3 .image-shape {
    left: 0;
    bottom: -180px;
  }
}
.hero3 .support-box {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0px;
  bottom: 0;
}
@media (max-width: 767px) {
  .hero3 .support-box {
    bottom: -368px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3 .support-box {
    bottom: -140px;
    right: auto;
    left: 0;
  }
}
.hero3 .support-box .heading3-w {
  text-align: start;
  padding-left: 10px;
}
.hero3 .support-box .heading3-w h4 a {
  display: inline-block;
  margin-left: -3px;
  padding-bottom: 12px;
}
.hero3 .support-box .icon {
  margin-right: 20px;
}
.hero3 .support-box .icon a {
  display: inline-block;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  font-size: 32px;
  background-color: var(--ztc-bg-color-w);
  color: var(--ztc-bg-main-bg-3);
  transform: rotate(-45deg);
}

.hero4 {
  position: relative;
  min-height: 1000px;
  background-color: #f9f8fa;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4 {
    display: block;
  }
}
@media (max-width: 767px) {
  .hero4 {
    display: block;
  }
}
.hero4::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-image: url(../img/hero/hero4-main-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero4::after {
    display: none;
  }
}
.hero4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-image: url(../img/bg/hero4-main-shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.hero4 .main-heading {
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4 .main-heading {
    margin-top: 140px;
  }
}
@media (max-width: 767px) {
  .hero4 .main-heading {
    margin-top: 140px;
  }
}
.hero4 .main-heading span.span {
  display: inline-block;
  color: var(--ztc-bg-main-bg-2);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  position: relative;
  padding-left: 12px;
  margin-bottom: 16px;
}
.hero4 .main-heading span.span::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  left: 0;
  top: 4px;
  background-color: var(--ztc-bg-main-bg-2);
  border-radius: 50%;
}
.hero4 .main-heading h1 {
  font-size: var(--f-fs-font-fs64);
  line-height: var(--f-fs-font-fs74);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
@media (max-width: 767px) {
  .hero4 .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
.hero4 .main-heading p {
  padding-top: 16px;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
}
.hero4 .main-heading .slider-area {
  margin-top: 150px;
  margin-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4 .main-heading .slider-area {
    margin-top: 220px;
  }
}
@media (max-width: 767px) {
  .hero4 .main-heading .slider-area {
    margin-top: 240px;
  }
}
.hero4 .main-heading .slider-area h3 {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  margin-bottom: 30px;
}
.hero4 .main-heading .slider-area .logo-slider {
  margin-right: 40px;
}
.hero4 .main-heading .slider-area .logo-slider .single-slider {
  width: 100px;
}
.hero4 .main-heading .image-shape {
  position: absolute;
  right: -180px;
  bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4 .main-heading .image-shape {
    right: auto;
    left: 0;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .hero4 .main-heading .image-shape {
    right: auto;
    left: 0;
    bottom: 140px;
  }
}
.hero4 .main-image {
  display: none;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4 .main-image {
    display: block;
  }
}
@media (max-width: 767px) {
  .hero4 .main-image {
    display: block;
  }
}

.common-hero {
  min-height: 400px;
  display: flex;
  padding-top: 90px;
  align-items: center;
  position: relative;
  z-index: -2;
  overflow: hidden;
  background: #e7eaf3;
}
.common-hero .main-heading span.span {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-main-bg-1);
  margin-bottom: 16px;
}
.common-hero .main-heading span.span img {
  margin-top: -3px;
  margin-right: 2px;
}
.common-hero .main-heading span.span span.arrow {
  display: inline-block;
  padding: 0px 3px;
}
.common-hero .main-heading span.span a {
  color: var(--ztc-bg-main-bg-1);
}
.common-hero .main-heading h1 {
  font-size: var(--f-fs-font-fs64);
  line-height: var(--f-fs-font-fs74);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-hero .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
@media (max-width: 767px) {
  .common-hero .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
.common-hero::after {
  position: absolute;
  content: "";
  top: 60px;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/hero2-main-bg.png);
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-hero::after {
    background-size: cover;
    top: 0;
  }
}
@media (max-width: 767px) {
  .common-hero::after {
    background-size: cover;
    top: 0;
  }
}
.common-hero p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-2);
}
.common-hero .common-image {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-hero .common-image {
    text-align: start;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .common-hero .common-image {
    text-align: start;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .common-hero .circle-shapes {
    margin-top: 140px;
  }
}
.common-hero .circle-shapes .shape1 {
  position: absolute;
  bottom: 0;
  right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-hero .circle-shapes .shape1 {
    left: 0;
    top: 175px;
    right: auto;
    bottom: auto;
  }
}
.common-hero .circle-shapes .shape2 {
  position: absolute;
  bottom: 46px;
  right: 105px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-hero .circle-shapes .shape2 {
    left: 45px;
    top: 225px;
    right: auto;
    bottom: auto;
  }
}
.common-hero.error {
  padding-bottom: 100px;
}
.common-hero.error::after {
  position: absolute;
  content: "";
  top: 60px;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/hero2-main-bg2.png) !important;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.common-hero.error p {
  color: var(--ztc-text-text-1);
}

.brand-single-box {
  display: inline-block;
  padding: 0px 20px;
}

@media (max-width: 767px) {
  .theme-title h2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  .theme-title p {
    font-size: 16px;
  }
  .page-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .header-top,
  .right-nav {
    display: none !important;
  }
  .admin-bar .sticky-header.fixed-header {
    top: 0;
  }
  .themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper {
    display: none;
  }
  .themeht-tab.elementor-widget-tabs
    .elementor-tab-title.elementor-tab-mobile-title {
    width: 100%;
  }
  .counter span {
    font-size: 40px;
  }
  blockquote {
    padding: 140px 20px 20px 20px !important;
  }
  blockquote:after {
    width: 100%;
    height: 100px;
  }
  #header-wrap .navbar-brand.logo,
  .sticky-header .navbar-brand.logo {
    margin-top: 0;
    box-shadow: none;
    padding: 15px 0;
  }
  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    display: block;
  }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    padding-right: 0;
  }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    padding-left: 0;
    margin-top: 30px;
  }
  .elementor-widget-contact-btn h2 {
    font-size: 50px;
    line-height: 110px;
  }
  .elementor-widget-contact-btn .round-text {
    width: 130px;
    height: 130px;
  }
  .testimonial.style-1 {
    display: block;
    margin: 0;
  }
  .testimonial.style-1 .testimonial-img {
    width: 100%;
  }
  .testimonial.style-1 .testimonial-content {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
  }
  .testimonial-content p {
    font-size: 20px;
    line-height: 32px;
  }
  .service-list {
    padding-left: 0;
  }
  .service-item.style-1 {
    position: relative;
  }
  .service-list .service-item.style-1 .service-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
  }
  .service-list .service-item.style-1.active .service-image {
    top: 0;
  }
  .service-item.style-1 .rounded-button {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 30px;
  }
  .marquee-text {
    font-size: 60px;
    line-height: 67px;
    animation: marquee 10s linear infinite;
  }
  .round-text {
    width: 130px;
    height: 130px;
  }
  .text-btn-icon {
    font-size: 40px;
  }
  .price-table {
    display: block;
  }
  .price-value h2 {
    font-size: 60px;
  }
  .price-list {
    margin-top: 30px;
  }
  .portfolio-list {
    padding-left: 0;
  }
  .portfolio-item.style-2 {
    position: relative;
  }
  .portfolio-list .portfolio-item.style-2 .portfolio-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .portfolio-list .portfolio-item.style-2.active .portfolio-image {
    top: 0;
  }
  .portfolio-item.style-2.active .portfolio-image:after {
    height: 100px;
    width: 100px;
    right: 40px;
    bottom: -40px;
  }
  .portfolio-list.portfolio-six .portfolio-desc h4 {
    font-size: 30px;
  }
  .award-items {
    display: block;
  }
  .award-title {
    width: 100%;
  }
  .slider-img:after {
    height: 300px;
    width: 300px;
    bottom: -150px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.marquee-wrap {
  background-image: linear-gradient(
    135deg,
    var(--theme-primary-color),
    var(--theme-secondary-color)
  );
  background-color: var(--ztc-bg-main-bg-4);
  width: 100%;
  position: relative;
  transform: scale(1.1) rotate(1deg);
  margin-top: 0px;
}

.marquee-wrap.marquee-wrap-inner {
  background-image: linear-gradient(
    135deg,
    var(--theme-primary-color),
    var(--theme-secondary-color)
  );
  background-color: var(--ztc-bg-main-bg-1);
  width: 100%;
  position: relative;
  transform: scale(1) rotate(0deg);
  margin-top: 0px;
}
.marquee-wrap.marquee-wrap-inner .brand-single-box {
  filter: brightness(0) invert(1);
  transform: scale(1.1) translateY(-2px);
}

.marquee-wrap,
.marquee-title {
  overflow: hidden;
  display: block;
  height: 70px;
}

.marquee-text {
  animation: marquee 50s linear infinite;
  margin-top: -5px;
  position: relative;
  font-size: 100px;
  width: 100%;
  white-space: nowrap;
  line-height: 67px;
  font-weight: 600;
  font-family: var(--theme-typography-secondory-font-family);
  color: var(--theme-white-color);
}

.marquee-text i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 30px;
  color: var(--theme-text-dark-color);
}

.marquee-title .marquee-text {
  -webkit-text-stroke: 1px var(--theme-white-color);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}

/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/
.comon-body .marquee-wrap.marquee-wrap-inner {
  background: #a7ec4a;
}
.comon-body .marquee-wrap.marquee-wrap-inner .brand-single-box {
  filter: brightness(0) !important;
}
.comon-body .marquee-wrap.marquee-wrap-inner .brand-single-box img {
  filter: brightness(0) !important;
}
.comon-body .common-hero {
  min-height: 460px;
  display: flex;
  padding-top: 90px;
  align-items: center;
  position: relative;
  z-index: -2;
  overflow: hidden;
  background: none;
}
.comon-body .common-hero .main-heading span.span {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-main-bg-4);
  margin-bottom: 16px;
}
.comon-body .common-hero .main-heading span.span img {
  margin-top: -3px;
  margin-right: 2px;
}
.comon-body .common-hero .main-heading span.span span.arrow {
  display: inline-block;
  padding: 0px 3px;
}
.comon-body .common-hero .main-heading span.span a {
  color: var(--ztc-bg-main-bg-4);
}
.comon-body .common-hero .main-heading h1 {
  font-size: var(--f-fs-font-fs64);
  line-height: var(--f-fs-font-fs74);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comon-body .common-hero .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
@media (max-width: 767px) {
  .comon-body .common-hero .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}
.comon-body .common-hero::after {
  position: absolute;
  content: "";
  top: 60px;
  left: 0;
  height: 200%;
  width: 100%;
  background-image: url(../img/bg/hero2-main-bg2.png);
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  animation-name: shape-animaiton4;
  animation-duration: 92s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
.comon-body .common-hero p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-2);
}
.comon-body .common-hero .common-image {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comon-body .common-hero .common-image {
    text-align: start;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .comon-body .common-hero .common-image {
    text-align: start;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .comon-body .common-hero .circle-shapes {
    margin-top: 140px;
  }
}
.comon-body .common-hero .circle-shapes .shape1 {
  position: absolute;
  bottom: 0;
  right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comon-body .common-hero .circle-shapes .shape1 {
    left: 0;
    top: 175px;
    right: auto;
    bottom: auto;
  }
}
.comon-body .common-hero .circle-shapes .shape2 {
  position: absolute;
  bottom: 46px;
  right: 105px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comon-body .common-hero .circle-shapes .shape2 {
    left: 45px;
    top: 225px;
    right: auto;
    bottom: auto;
  }
}
.comon-body .about-tabs .tab-header-all {
  background-color: var(--ztc-bg-bg-4);
  padding: 12px 24px;
  border-radius: 240px;
  margin-top: 60px;
}
.comon-body .about-tabs .tab-header-all li button {
  color: var(--Text-Color, #ffffff);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  padding: 16px 44px;
  border-radius: 144px;
  background-color: var(--ztc-bg-bg-5);
  margin: 12px 10px 12px 10px;
}
.comon-body .about-tabs .tab-header-all li button.active {
  background-color: var(--ztc-bg-main-bg-4);
  color: var(--ztc-text-text-1);
}
.comon-body .about-tabs .tab-content-box {
  background-color: var(--ztc-bg-bg-4);
  border-radius: 7px;
  padding: 55px 32px;
}
.comon-body .about-tabs .tab-content-box .heading2 p span.text {
  color: var(--ztc-bg-main-bg-4);
  font-weight: var(--f-fw-semibold);
}
.comon-body .about-solution .images img {
  width: 100%;
  border-radius: 7px;
}
.comon-body .about-solution .heading2 {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comon-body .about-solution .heading2 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .comon-body .about-solution .heading2 {
    padding-left: 0;
  }
}

/*===================
 PRRELOADER AREA CSS 
 ========================
*/
.preloader {
  position: absolute;
  display: inline-block;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  top: 50%;
}

.preloader-area {
  background: rgb(25, 26, 31);
  background: linear-gradient(90deg, rgb(25, 26, 31) 0%, rgb(24, 1, 73) 64%);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 3000;
  top: 0;
  left: 0;
}

.logo {
  display: block;
  width: 120px; /* Adjust as needed */
  width: 120px;
  background-repeat: no-repeat;
  background-size: 200% 100%;
  animation: shineEffectOnLogo 32s infinite, scaleEffect 32s infinite; /* Combining both animations */
  animation-timing-function: linear;
}

@keyframes shineEffectOnLogo {
  0% {
    background-position: -200% 0;
    transform: rotate(0);
  }
  50% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
    transform: rotate(1000deg);
  }
}
@keyframes scaleEffect {
  0%,
  100% {
    transform: rotate(0); /* Original size at the beginning and end */
  }
  50% {
    transform: rotate(
      1000deg
    ); /* Double the size in the middle of the animation */
  }
}
/*
::::::::::::::::::::::::::
 PROHECT AREA CSS
::::::::::::::::::::::::::
*/
.project {
  background-color: var(--ztc-bg-bg-3);
}
.project .project-slider {
  margin-top: 30px;
}
.project .project-slider .owl-item.active.center .single-slider .heading {
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
}
.project .project-slider .single-slider {
  margin: 0px 15px;
  position: relative;
  overflow: hidden;
}
.project .project-slider .single-slider .slider-img img {
  border-radius: 7px;
}
.project .project-slider .single-slider .heading {
  background: var(--ztc-bg-bg-1);
  border-radius: 7px;
  padding: 20px;
  position: absolute;
  bottom: 20px;
  margin: 0px 20px;
  opacity: 0;
  transition: all 0.4s;
  transform: scale(0.5);
}
.project .project-slider .single-slider .heading h3 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
}
.project .project-slider .single-slider .heading h3 a:hover {
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.project .project-slider .single-slider .learn {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  display: inline-block;
  margin-top: 24px;
}
.project .project-slider .single-slider .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.project .project-slider .single-slider .learn:hover {
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.project .project-slider .owl-nav button {
  background: var(--ztc-bg-bg-2);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transition: all 0.4s;
}
.project .project-slider .owl-nav button:hover {
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-main-bg-1);
}
.project .project-slider .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -20px;
}
.project .project-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -20px;
}

.project3 {
  background-color: var(--ztc-bg-bg-6);
}
.project3 .main-image-area {
  position: relative;
  margin-top: 30px;
  overflow-y: hidden;
}
.project3 .main-image-area .image img {
  width: 100%;
}
.project3 .main-image-area .heading-area {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  margin: 0px 30px;
  width: 90%;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  visibility: hidden;
  transform: scale(0) translateY(40px);
  transition: all 0.4s;
}
.project3 .main-image-area .heading-area .heading p {
  color: var(--ztc-text-text-2);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  padding-bottom: 16px;
}
.project3 .main-image-area .heading-area .heading h4 a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-blod);
}
.project3 .main-image-area .heading-area .arrow a {
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  background-color: var(--ztc-bg-main-bg-3);
  color: var(--ztc-text-text-2);
  text-align: center;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.project3 .main-image-area .heading-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(14.1000003815px);
  backdrop-filter: blur(14.1000003815px);
  z-index: -1;
  border-radius: 7px;
}
.project3 .main-image-area .heading-area.heading-area2 {
  margin-right: 50px !important;
  left: -15px;
}
.project3 .main-image-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 7px;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.4s;
  background: linear-gradient(
      187deg,
      rgba(0, 0, 0, 0) 49.94%,
      rgba(0, 0, 0, 0.8) 72.55%
    ),
    url(&lt;path-to-image&gt;) rgba(211, 211, 211, 0) 50% / cover no-repeat;
}
.project3 .main-image-area:hover .heading-area {
  visibility: visible;
  transform: scale(1) translateY(0);
  transition: all 0.4s;
}
.project3 .main-image-area:hover::before {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}
.project3 .main-image-area.active .heading-area {
  visibility: visible;
  transform: scale(1) translateY(0);
  transition: all 0.4s;
}
.project3 .main-image-area.active::before {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}
.project3 .image2 img {
  width: 100%;
  border-radius: 7px;
}
.project3 .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project3 .nav li button {
  color: var(--ztc-bg-main-bg-3);
  font-weight: var(--f-fw-semibold);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  padding: 12px 20px;
  border-radius: 7px;
  margin: 10px 0px;
  background-color: var(--ztc-text-text-2);
}
.project3 .nav li button.active {
  background: var(--ztc-bg-main-bg-3);
}

.project-details-box {
  background-color: #f8f9fa;
  border-radius: 7px;
  margin-top: 30px;
  padding: 24px;
  transition: all 0.4s;
}
.project-details-box:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}

.get-started-box {
  background-color: #0e38b1;
  border-radius: 4px;
  padding: 24px;
}
.get-started-box h3 {
  font-size: var(--f-fs-font-fs32);
  line-height: var(--f-fs-font-fs32);
  font-weight: var(--f-fw-semibold);
  color: #fff;
}
.get-started-box p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: #fff;
}

/*
::::::::::::::::::::::::::
 PROHECT AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 TEAM AREA CSS
::::::::::::::::::::::::::
*/
.team2 .team-box {
  margin-top: 30px;
  text-align: center;
}
.team2 .team-box .image-area {
  position: relative;
  overflow: hidden;
}
.team2 .team-box .image-area .image {
  border-radius: 7px;
  overflow: hidden;
}
.team2 .team-box .image-area .image img {
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
}
.team2 .team-box .image-area .icon-area {
  transition: all 0.3s ease-in-out;
  margin: 0 30px;
  position: absolute;
  width: 81%;
  border-radius: 7px;
  margin-top: -90px;
  padding: 16px;
  transition: all 0.4s;
  transform: scale(0) translateY(60px);
}
.team2 .team-box .image-area .icon-area ul li {
  display: inline-block;
}
.team2 .team-box .image-area .icon-area ul li a {
  display: inline-block;
  position: relative;
  z-index: 9;
  height: 33px;
  width: 33px;
  line-height: 33px;
  color: var(--ztc-text-text-1);
  background-color: var(--ztc-text-text-2);
  border-radius: 50%;
  margin: 0px 5px;
  transition: all 0.4s;
}
.team2 .team-box .image-area .icon-area ul li a:hover {
  background-color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.team2 .team-box .image-area .icon-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(14.1000003815px);
  backdrop-filter: blur(14.1000003815px);
  z-index: 1;
  opacity: 1;
}
.team2 .team-box:hover .icon-area {
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1) translateY(0);
}
.team2 .team-box:hover .image-area .image img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.team2.team-page .team-box .icon-area ul li a:hover {
  background: var(--ztc-bg-main-bg-1);
  color: #fff;
}

.team3 .team-box {
  margin-top: 30px;
  text-align: center;
}
.team3 .team-box .heading3 h4 a {
  font-size: 24px;
  padding-bottom: 10px;
}
.team3 .team-box .image-area {
  position: relative;
  overflow: hidden;
}
.team3 .team-box .image-area .image {
  border-radius: 7px;
  overflow: hidden;
}
.team3 .team-box .image-area .image img {
  width: 100%;
  border-radius: 7px;
  transition: all 0.4s;
}
.team3 .team-box .image-area .icon-area {
  transition: all 0.3s ease-in-out;
  margin: 0 30px;
  position: absolute;
  width: 81%;
  border-radius: 7px;
  margin-top: -90px;
  padding: 16px;
  transition: all 0.4s;
  transform: scale(0) translateY(60px);
}
.team3 .team-box .image-area .icon-area ul li {
  display: inline-block;
}
.team3 .team-box .image-area .icon-area ul li a {
  display: inline-block;
  position: relative;
  z-index: 9;
  height: 33px;
  width: 33px;
  line-height: 33px;
  color: var(--ztc-text-text-1);
  background-color: var(--ztc-text-text-2);
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.team3 .team-box .image-area .icon-area ul li a:hover {
  background-color: var(--ztc-bg-main-bg-3);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.team3 .team-box .image-area .icon-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(14.1000003815px);
  backdrop-filter: blur(14.1000003815px);
  opacity: 1;
  border-radius: 7px;
}
.team3 .team-box:hover .icon-area {
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1) translateY(0);
}
.team3 .team-box:hover .image-area .image img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
 TEAM AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/
.testimonial {
  background-color: var(--ztc-bg-bg-3);
}
.testimonial .tes1-slider {
  background-color: var(--ztc-bg-color-w);
  padding: 50px;
  margin-top: 60px;
  border-radius: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .tes1-slider {
    padding: 30px 30px 120px 30px;
  }
}
@media (max-width: 767px) {
  .testimonial .tes1-slider {
    padding: 30px 30px 120px 30px;
  }
}
.testimonial .tes1-slider .tes1-single-slider .right-side {
  padding-right: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .tes1-slider .tes1-single-slider .right-side {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .testimonial .tes1-slider .tes1-single-slider .right-side {
    padding-right: 0;
  }
}
.testimonial .tes1-slider .tes1-single-slider .right-side h4 {
  font-size: var(--f-fs-font-fs32);
  line-height: var(--f-fs-font-fs32);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .tes1-slider .tes1-single-slider .right-side h4 {
    font-size: var(--f-fs-font-fs22);
    line-height: var(--f-fs-font-fs30);
  }
}
@media (max-width: 767px) {
  .testimonial .tes1-slider .tes1-single-slider .right-side h4 {
    font-size: var(--f-fs-font-fs22);
    line-height: var(--f-fs-font-fs30);
  }
}
.testimonial .tes1-slider .tes1-single-slider .right-side p {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs40);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  padding: 20px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .tes1-slider .tes1-single-slider .right-side p {
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
  }
}
@media (max-width: 767px) {
  .testimonial .tes1-slider .tes1-single-slider .right-side p {
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
  }
}
.testimonial .tes1-slider .tes1-single-slider .right-side .bottom-area {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.testimonial
  .tes1-slider
  .tes1-single-slider
  .right-side
  .bottom-area
  .heading {
  padding-left: 16px;
}
.testimonial
  .tes1-slider
  .tes1-single-slider
  .right-side
  .bottom-area
  .heading
  h5
  a {
  display: inline-block;
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  padding-bottom: 16px;
}
.testimonial
  .tes1-slider
  .tes1-single-slider
  .right-side
  .bottom-area
  .heading
  p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .tes1-slider .tes1-single-slider .left-side {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonial .tes1-slider .tes1-single-slider .left-side {
    display: none;
  }
}
.testimonial .tes1-arrows {
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: -55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .tes1-arrows {
    bottom: 24px;
  }
}
@media (max-width: 767px) {
  .testimonial .tes1-arrows {
    bottom: 24px;
  }
}
.testimonial .tes1-arrows button {
  font-size: 20px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  border: none;
  margin: 0px 5px;
  transition: all 0.4s;
}
.testimonial .tes1-arrows button:hover {
  background-color: var(--ztc-bg-main-bg-1);
  color: var(--ztc-bg-color-w);
}

.testimonial2 .tes2-slider .owl-item.active.center .single-slider {
  border: 1px solid var(--ztc-bg-main-bg-4);
}
.testimonial2 .tes2-slider .single-slider {
  border: 1px solid var(--ztc-bg-bg-5);
  background-color: var(--ztc-bg-bg-4);
  padding: 24px;
  border-radius: 7px;
  margin: 0 10px;
  min-height: 450px;
  position: relative;
}
.testimonial2 .tes2-slider .single-slider .icon {
  height: 60px;
  width: 60px;
}
.testimonial2 .tes2-slider .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial2 .tes2-slider .bottom-area .author a {
  display: inline-block;
  color: var(--ztc-bg-bg-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-semibold);
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.testimonial2 .tes2-slider .bottom-area .reating {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1215686275);
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1921568627);
  padding: 4px 8px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.testimonial2 .tes2-slider .bottom-area .reating ul li {
  display: inline-block;
  color: var(--ztc-bg-main-bg-4);
}
.testimonial2 .tes2-slider .bottom-area .reating p {
  color: var(--ztc-bg-bg-1);
  font-size: 14px;
  line-height: 14px;
  font-weight: var(--f-fw-semibold);
}
.testimonial2 .tes2-slider .pera {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs30);
  font-weight: var(--f-fw-medium);
  color: rgba(255, 255, 255, 0.7960784314);
  padding: 20px 0px;
}
.testimonial2.about-page-tes .owl-item.active.center .single-slider {
  background-color: #f8f9fa;
  border: none;
}
.testimonial2.about-page-tes .owl-item.active.center .single-slider .pera {
  color: var(--Paragraph-Color, #0d0e10);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
}
.testimonial2.about-page-tes .single-slider {
  background-color: rgba(248, 249, 250, 0.8431372549);
  padding: 24px;
  border-radius: 7px;
  margin: 0 10px;
  min-height: 450px;
  position: relative;
  border: none;
}
.testimonial2.about-page-tes .single-slider .icon {
  height: 60px;
  width: 60px;
}
.testimonial2.about-page-tes .single-slider .pera {
  color: var(--Paragraph-Color, #676879);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
}
.testimonial2.about-page-tes .single-slider .author a {
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-semibold);
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.testimonial2.about-page-tes .single-slider .reating {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1215686275);
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1921568627);
  padding: 4px 8px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.testimonial2.about-page-tes .single-slider .reating ul li {
  display: inline-block;
  color: var(--ztc-bg-main-bg-1);
}
.testimonial2.about-page-tes .single-slider .reating p {
  color: var(--ztc-bg-bg-1);
  font-size: 14px;
  line-height: 14px;
  font-weight: var(--f-fw-semibold);
}

.testimonial2 .owl-dots {
  margin-top: 40px;
  text-align: center;
}

.testimonial2 .owl-dots button {
  background: transparent;
  border: none;
  color: inherit;
  padding: 0 !important;
  font: inherit;
  height: 16px;
  line-height: 10px;
  width: 16px;
  margin: 0 6px;
  border: none;
  border-radius: 50%;
  padding: 5px;
  margin: 5px;
  background-color: rgba(161, 233, 52, 0.4745098039);
}

.testimonial2 .owl-dots button.active {
  background: #a1e934;
}

.tes5 .owl-dots {
  position: absolute;
  bottom: -55px;
  width: 100%;
  right: 0;
  text-align: center;
}

.testimonial2 .owl-dots button {
  position: relative;
  border: 2px solid #03004a !important;
}

.testimonial2 .owl-dots button:after {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  background: #a1e934;
  z-index: -1;
  border-radius: 50%;
  left: -3px;
  top: -3px;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}

.testimonial2 .owl-dots button.active:after {
  visibility: visible;
  opacity: 1;
}

.testimonial2.about-page-tes .owl-dots {
  margin-top: 40px;
  text-align: center;
}

.testimonial2.about-page-tes .owl-dots button {
  background: transparent;
  border: none;
  color: inherit;
  padding: 0 !important;
  font: inherit;
  height: 16px;
  line-height: 10px;
  width: 16px;
  margin: 0 6px;
  border: none;
  border-radius: 50%;
  padding: 5px;
  margin: 5px;
  background-color: var(--ztc-bg-main-bg-1);
}

.testimonial2.about-page-tes .owl-dots button.active {
  background: var(--ztc-bg-main-bg-1);
}

.tes5 .owl-dots {
  position: absolute;
  bottom: -55px;
  width: 100%;
  right: 0;
  text-align: center;
}

.testimonial2.about-page-tes .owl-dots button {
  position: relative;
  border: 2px solid #fff !important;
}

.testimonial2.about-page-tes .owl-dots button:after {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  background: var(--ztc-bg-main-bg-1);
  z-index: -1;
  border-radius: 50%;
  left: -3px;
  top: -3px;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}

.testimonial2.about-page-tes .owl-dots button.active:after {
  visibility: visible;
  opacity: 1;
}

.testimonial4 {
  background-color: var(--ztc-text-text-1);
}

.testimonial-page-all .single-slider {
  background-color: #f8f9fa;
  padding: 24px;
  border-radius: 7px;
  min-height: 440px;
  position: relative;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.testimonial-page-all .single-slider .icon {
  height: 60px;
  width: 60px;
}
.testimonial-page-all .single-slider .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-page-all .single-slider .bottom-area .author a {
  display: inline-block;
  color: #0d0e10;
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-semibold);
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.testimonial-page-all .single-slider .bottom-area .reating {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1215686275);
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1921568627);
  padding: 4px 8px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.testimonial-page-all .single-slider .bottom-area .reating ul li {
  display: inline-block;
  color: var(--ztc-bg-main-bg-1);
}
.testimonial-page-all .single-slider .bottom-area .reating p {
  color: #0d0e10;
  font-size: 14px;
  line-height: 14px;
  font-weight: var(--f-fw-semibold);
}
.testimonial-page-all .single-slider .pera {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs30);
  font-weight: var(--f-fw-medium);
  color: rgba(13, 14, 16, 0.631372549);
  padding: 20px 0px;
  transition: all 0.4s;
}
.testimonial-page-all .single-slider:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.testimonial-page-all .single-slider:hover .pera {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs30);
  font-weight: var(--f-fw-medium);
  color: #0d0e10;
  padding: 20px 0px;
  transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/
.single-testimonial {
  margin-top: 40px;
  margin-bottom: 30px;
  cursor: move;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .single-testimonial {
    padding-bottom: 20px;
  }
}
.single-testimonial h5 {
  font-size: 30px;
  line-height: 44px;
  text-align: center;
  font-size: var(--f-fs-font-fs28);
  line-height: var(--f-fs-font-fs44);
  font-weight: var(--f-fw-regular);
  color: #fff;
}
@media (max-width: 767px) {
  .single-testimonial h5 {
    font-size: 18px;
    line-height: 28px;
  }
}

.author {
  text-align: center;
  margin-top: 60px;
}
.author a {
  font-size: 21px;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ztc-bg-color-w);
}
@media (max-width: 767px) {
  .author a {
    font-size: 18px;
  }
}
.author p {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  opacity: 0.6;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7882352941);
}
@media (max-width: 767px) {
  .author p {
    font-size: 14px;
  }
}

.testimonial-nav {
  width: 560px;
  margin: 0 auto;
  margin-left: 160px;
}
@media (max-width: 767px) {
  .testimonial-nav {
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-nav {
    width: auto;
    margin-left: 0;
  }
}

.testimonial-sliders {
  position: relative;
  z-index: 2;
}

.testimonial-arrows &gt; div {
  position: absolute;
  top: 50%;
  left: -120px;
}
@media (max-width: 767px) {
  .testimonial-arrows &gt; div {
    left: 50%;
    margin-left: -80px;
    top: 95%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-arrows &gt; div {
    top: 95%;
    left: 50%;
    margin-left: -80px;
  }
}

.testimonial-arrows .slick-arrow button {
  width: 60px;
  height: 60px;
  text-align: center;
  background: none;
  border-radius: 50px;
  transition: all 0.3s;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.7450980392);
  color: #fff;
}

.testimonial-arrows .testimonial-next-arrow {
  left: auto;
  right: -120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-arrows .testimonial-next-arrow {
    right: 50%;
    margin-right: -80px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-arrows .testimonial-next-arrow {
    right: 50%;
    margin-right: -80px;
    margin-bottom: 30px;
  }
}

.testimonial-arrows .slick-arrow button:hover {
  transition: all 0.3s;
  background-color: var(--ztc-bg-color-w);
  color: var(--ztc-text-text-1);
}

.single-testimonial-nav.slick-slide {
  visibility: hidden;
  height: 80px !important;
  width: 80px !important;
}

.single-testimonial-nav.slick-slide.slick-active,
.single-testimonial-nav.slick-slide.slick-active.slick-center {
  visibility: visible;
}

.single-testimonial-nav.slick-slide.slick-active {
  opacity: 0.6;
  transition: all 0.1s;
}

.single-testimonial-nav.slick-slide.slick-active.slick-center {
  opacity: 1;
  transition: all 0.1s;
  margin: 0px 8px;
}

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

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

.testimonial-2 .testimonial-arrows .slick-arrow button:hover {
  transition: all 0.3s;
}

.testimonial-3 .single-testimonial {
  border-radius: 8px;
  padding: 24px;
  margin-top: 0;
  cursor: move;
}
.testimonial-3 .single-testimonial p {
  font-size: 18px;
  line-height: 30px;
  color: #304952;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .testimonial-3 .single-testimonial p {
    font-size: 16px;
    line-height: 26px;
  }
}
.testimonial-3 .testimonial-icon {
  background: #f5d1a4;
  box-shadow: 0 4px 15px rgba(245, 209, 164, 0.5);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  padding: 10px;
  margin-bottom: 16px;
}
.testimonial-3 .author-reviews {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-3 .review-1 {
  display: flex;
  box-shadow: 0 4px 10px rgba(220, 237, 243, 0.5);
  border-radius: 8px;
  padding: 3px 8px;
}
.testimonial-3 .review li {
  display: inline-block;
  font-size: 18px;
  color: #6fcf97;
}
@media (max-width: 767px) {
  .testimonial-3 .review li {
    font-size: 16px;
  }
}
.testimonial-3 .review-rate p {
  font-size: 14px;
  margin-bottom: 0;
}
.testimonial-3 .author {
  margin-top: 0;
}
.testimonial-3 .author a {
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .testimonial-3 .author a {
    font-size: 16px;
  }
}
.testimonial-4 .testimonials-4 {
  position: relative;
  z-index: 2;
}
.testimonial-4 .testimonials-4:after {
  position: absolute;
  content: "";
  height: 100%;
  width: calc(100% - 215px);
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .testimonial-4 .testimonials-4:after {
    width: 100%;
  }
}
.testimonial-4 .single-testimonial {
  position: relative;
  z-index: 2;
  cursor: move;
  padding: 50px 100px 50px 350px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .testimonial-4 .single-testimonial {
    padding: 40px 20px 20px;
    text-align: center;
  }
}
.testimonial-4 .testimonial-image {
  height: 330px;
  width: 300px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -165px;
}
@media (max-width: 767px) {
  .testimonial-4 .testimonial-image {
    height: 120px;
    width: 120px;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 20px;
  }
}
.testimonial-4 .testimonial-contents p {
  font-size: 28px;
  line-height: 42px;
  margin: 20px 0 30px;
}
@media (max-width: 767px) {
  .testimonial-4 .testimonial-contents p {
    font-size: 18px;
    line-height: 28px;
  }
}
.testimonial-4 .testimonial-image img {
  border-radius: 8px;
  height: 100%;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonial-4 .testimonial-icon {
  width: 50px;
}
@media (max-width: 767px) {
  .testimonial-4 .testimonial-icon {
    width: 50px;
    margin: 0 auto;
  }
}
.testimonial-4 .testimonial-author a {
  font-size: 20px;
  line-height: 20px;
}
.testimonial-4 .testimonial-author p {
  font-size: 14px;
  line-height: 14px;
  margin: 10px 0 0;
}
.testimonial-4 .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #ffffff !important;
  border-radius: 50px;
  font-size: 16px !important;
  display: block;
  margin: 10px 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .testimonial-4 .owl-nav button {
    border-radius: 50px;
    font-size: 16px !important;
    display: inline-block;
    margin: 0 5px;
  }
}
.testimonial-4 .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -65px;
  right: -25px;
  z-index: 3;
}
@media (max-width: 767px) {
  .testimonial-4 .owl-nav {
    position: relative;
    top: auto;
    margin-top: 0;
    right: auto;
    z-index: 3;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 20px 0 40px;
  }
}
.testimonial-4 .owl-nav button:hover {
  background: #161540 !important;
  color: #fff !important;
  transition: all 0 0.3s;
}

@media (max-width: 767px) {
  .contact-3 {
    overflow-x: hidden;
  }
}

/*
::::::::::::::::::::::::::
 WORK AREA CSS
::::::::::::::::::::::::::
*/
.work .single-items {
  display: flex;
  align-items: start;
  margin-top: 30px;
}
.work .single-items .icon {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--ztc-bg-bg-2);
  margin-right: 16px;
  transition: all 0.4s;
  img {
    width: 25px;
  }
}
.work .single-items:hover .icon {
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.work .heading1 {
  padding-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work .heading1 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .work .heading1 {
    padding-right: 0;
  }
}
.work .work-images {
  position: relative;
}
.work .work-images .image {
  margin-top: 30px;
}
.work .work-images .image img {
  width: 100%;
  border-radius: 7px;
}
.work .work-images .bg-image {
  position: absolute;
  top: 160px;
  right: 50px;
  z-index: -1;
}

.work2 .work2-box {
  padding: 24px;
  border-radius: 7px;
  margin-top: 30px;
  transition: all 0.4s;
}
.work2 .work2-box .image {
  border-radius: 7px;
  overflow: hidden;
}
.work2 .work2-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.work2 .work2-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  z-index: -111;
  border-radius: 7px;
  transition: all 0.4s;
}
.work2 .work2-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.work2 .work2-box:hover::after {
  border: 1px solid var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}

.work3 .big-image {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work3 .big-image {
    text-align: start;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .work3 .big-image {
    text-align: start;
    margin-top: 30px;
  }
}
.work3 .big-image img {
  border-radius: 4px;
}
.work3 .work3-box {
  border: 1px solid #eeeff1;
  border-radius: 7px;
  padding: 24px;
  margin-top: 30px;
  transition: all 0.4s;
  position: relative;
}
.work3 .work3-box span.stap {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 7px;
  border: 2px solid var(--ztc-bg-main-bg-3);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-bg-main-bg-3);
  transition: all 0.4s;
}
.work3 .work3-box h3 a {
  padding: 16px 0px;
}
.work3 .work3-box:hover {
  transform: translateY(-10px);
}
.work3 .work3-box:hover::after {
  opacity: 1;
  transition: all 0.4s;
}
.work3 .work3-box:hover .heading3 h3 a {
  color: #fff;
  transition: all 0.4s;
}
.work3 .work3-box:hover .heading3 p {
  color: #fff;
  transition: all 0.4s;
}
.work3 .work3-box:hover span.stap {
  background-color: var(--ztc-bg-color-w);
  color: var(--ztc-bg-main-bg-3);
  transition: all 0.4s;
  border: 2px solid var(--ztc-bg-color-w);
  text-transform: uppercase;
}
.work3 .work3-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--ztc-bg-main-bg-3);
  transition: all 0.4s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 7px;
  z-index: -1;
  opacity: 0;
}

.work4 .work4-box {
  border: 1px solid #eeeff1;
  border-radius: 7px;
  padding: 32px 24px;
  margin-top: 30px;
  position: relative;
  transition: all 0.4s;
}
.work4 .work4-box span.after {
  display: inline-block;
  color: var(--ztc-bg-main-bg-2);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-semibold);
  position: relative;
  margin-bottom: 16px;
}
.work4 .work4-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}
.work4 .work4-box:hover {
  background-color: var(--ztc-bg-color-w);
  border: 1px solid var(--ztc-bg-color-w);
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transform: translateY(-10px);
}
.work4 .work4-box:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}
.work4 .work4-box.active {
  background-color: var(--ztc-bg-color-w);
  border: 1px solid var(--ztc-bg-color-w);
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transform: translateY(-10px);
}
.work4 .work4-box.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}

.about-work .work4-box {
  border: 2px solid var(--ztc-bg-bg-5);
  border-radius: 7px;
  padding: 32px 24px;
  margin-top: 30px;
  position: relative;
  transition: all 0.4s;
  background-color: var(--ztc-bg-bg-4);
}
.about-work .work4-box span.after {
  display: inline-block;
  color: var(--ztc-bg-main-bg-4);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-semibold);
  position: relative;
  margin-bottom: 16px;
}
.about-work .work4-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.about-work .work4-box:hover {
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transform: translateY(-10px);
}
.about-work .work4-box:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
 WORK AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
.blog .blog-box {
  margin-top: 30px;
  border: 1px solid #eeeff1;
  border-radius: 7px;
}
.blog .blog-box .image {
  overflow: hidden;
  border-radius: 7px 7px 0px 0px;
}
.blog .blog-box .image img {
  width: 100%;
  border-radius: 7px 7px 0px 0px;
  transition: all 0.4s;
}
.blog .blog-box .heading {
  padding: 24px;
}
.blog .blog-box .heading .tags a {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  margin: 0px 16px 0px 0px;
}
.blog .blog-box .heading .tags a img {
  margin-top: -3px;
  margin-right: 3px;
}
.blog .blog-box .heading h4 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  padding: 16px 0px;
  transition: all 0.4s;
}
.blog .blog-box .heading h4 a:hover {
  color: var(--ztc-bg-main-bg-1);
}
.blog .blog-box .heading .learn {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-main-bg-1);
  padding: 10px 12px;
  border-radius: 7px;
  border: 2px solid var(--ztc-bg-main-bg-1);
  display: inline-block;
  transition: all 0.4s;
}
.blog .blog-box .heading .learn span {
  display: inline-block;
  margin-left: 2px;
  transition: all 0.4s;
}
.blog .blog-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(4deg);
}
.blog .blog-box:hover .learn {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  padding: 10px 12px;
  border-radius: 7px;
  border: 2px solid var(--ztc-bg-main-bg-1);
  display: inline-block;
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.blog .blog-box:hover .learn span {
  display: inline-block;
  margin-left: 2px;
  transition: all 0.4s;
  transform: rotate(-45deg);
}

.bottom-circle {
  position: relative;
  overflow: hidden;
}
.bottom-circle::after {
  content: "";
  position: absolute;
  top: 200px;
  height: 70%;
  width: 100%;
  background-image: url(../img/bg/bottom-shape2.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -9;
  animation-name: shape-animaiton4;
  animation-duration: 92s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  overflow: hidden;
}

.blog .blog2-box {
  margin-top: 30px;
}
.blog .blog2-box .image {
  border-radius: 7px;
  overflow: hidden;
}
.blog .blog2-box .image img {
  width: 100%;
  border-radius: 7px;
  transition: all 0.4s;
}
.blog .blog2-box .heading2 {
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  padding: 20px;
  border-radius: 7px;
  margin: -70px 30px 0px 30px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.blog .blog2-box .heading2 .tags .date {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: var(--ztc-text-text-2);
  font-weight: var(--f-fw-regular);
  display: inline-block;
  margin-bottom: 16px;
}
.blog .blog2-box .heading2 .tags .date img {
  margin-top: -4px;
  margin-right: 2px;
}
.blog .blog2-box .heading2 .tags .outhor {
  margin-left: 24px;
}
.blog .blog2-box .heading2 .learn {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  color: var(--ztc-text-text-2);
  font-weight: var(--f-fw-blod);
  display: inline-block;
  transition: all 0.4s;
}
.blog .blog2-box .heading2 .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.blog .blog2-box .heading2 .learn:hover {
  color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.blog .blog2-box:hover .image img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.blog .blog2-box:hover .heading2 {
  transform: translateY(-20px);
  transition: all 0.4s;
  border: 1px solid var(--ztc-bg-main-bg-4);
}
.blog.blog-page .heading1 {
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--White, #fff);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
  border-radius: 7px;
  margin: -70px 30px 0px 30px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.blog.blog-page .heading1 h4 a {
  font-size: 24px;
}
.blog.blog-page .heading1 .tags .date {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: #676879;
  font-weight: var(--f-fw-regular);
  display: inline-block;
  margin-bottom: 16px;
}
.blog.blog-page .heading1 .tags .date img {
  margin-top: -4px;
  margin-right: 2px;
  filter: brightness(0);
}
.blog.blog-page .heading1 .tags .outhor {
  margin-left: 24px;
}
.blog.blog-page .heading1 .learn {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  color: var(--ztc-text-text-1);
  font-weight: var(--f-fw-blod);
  display: inline-block;
  transition: all 0.4s;
}
.blog.blog-page .heading1 .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.blog.blog-page .heading1 .learn:hover {
  color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.blog.blog-sidebar-page .heading1 {
  margin: -70px 0px 0px 0px;
  border-radius: 0px 0px 7px 7px;
  padding: 32px;
}
.blog.blog-sidebar-page .tags .date {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: #676879;
  font-weight: var(--f-fw-regular);
  display: inline-block;
  margin-bottom: 16px;
}
.blog.blog-sidebar-page .tags .date img {
  margin-top: -4px;
  margin-right: 2px;
  filter: brightness(0);
}
.blog.blog-sidebar-page .tags .outhor {
  margin-right: 24px;
  margin-left: 0 !important;
}

.blog3 .blog3-box {
  margin-top: 30px;
  background-color: var(--ztc-bg-bg-6);
  border-radius: 7px;
  padding: 24px;
}
.blog3 .blog3-box .image {
  overflow: hidden;
  border-radius: 7px;
}
.blog3 .blog3-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.blog3 .blog3-box .heading3 .tags a.date {
  margin-bottom: 16px;
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-pera-text-1);
}
.blog3 .blog3-box .heading3 .tags a.date img {
  display: inline-block;
  margin-top: -4px;
  margin-right: 3px;
}
.blog3 .blog3-box .heading3 .tags .outhor {
  margin-left: 24px;
}
.blog3 .blog3-box .heading3 a.learn {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  margin-bottom: 24px;
  transition: all 0.4s;
}
.blog3 .blog3-box .heading3 a.learn:hover {
  color: var(--ztc-bg-main-bg-3);
  transition: all 0.4s;
}
.blog3 .blog3-box .heading3 a.learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.blog3 .blog3-box:hover .image img {
  transform: rotate(2deg) scale(1.1);
  transition: all 0.4s;
}

.blog4 .blog4-box {
  margin-top: 30px;
}
.blog4 .blog4-box .image {
  border-radius: 7px;
  overflow: hidden;
}
.blog4 .blog4-box .image img {
  width: 100%;
  border-radius: 7px;
  transition: all 0.4s;
}
.blog4 .blog4-box .heading4 {
  border-radius: 7px;
  padding: 20px;
  background-color: var(--ztc-bg-color-w);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  margin: -130px 30px 0px 30px;
  position: relative;
  z-index: 1;
}
.blog4 .blog4-box .heading4 .tags a.date {
  margin-bottom: 16px;
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-pera-text-1);
}
.blog4 .blog4-box .heading4 .tags a.date img {
  display: inline-block;
  margin-top: -4px;
  margin-right: 3px;
}
.blog4 .blog4-box .heading4 .tags .outhor {
  margin-left: 24px;
}
.blog4 .blog4-box .heading4 h4 a {
  line-height: var(--f-fs-font-fs24);
}
.blog4 .blog4-box .heading4 a.learn {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  margin-bottom: 24px;
  transition: all 0.4s;
}
.blog4 .blog4-box .heading4 a.learn:hover {
  color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}
.blog4 .blog4-box .heading4 a.learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.blog4 .blog4-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

.sidebar-box-area .sidebar-blog-boxs .sidebar-blogs {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .image {
  height: 100px;
  width: 100px;
}
.sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .image img {
  height: 100px;
  width: 100px;
}
.sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading {
  padding-left: 16px;
}
.sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading a.date {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: #0d0e10;
}
.sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading a.date img {
  margin-top: -3px;
  filter: brightness(0);
}
.sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading h5 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
  padding-top: 16px;
  transition: all 0.4s;
}
.sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading h5 a:hover {
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.sidebar-box-area .sidebar-blog-boxs .sidebar-blogs:nth-last-child(1) {
  padding-bottom: 0;
}

.details-post-area .social-users {
  padding-top: 30px;
}
.details-post-area .social-users ul li {
  display: inline-block;
  margin-right: 24px;
}
.details-post-area .social-users ul li a {
  color: var(--ztc-text-text-1);
  font-weight: var(--f-fw-regular);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  display: inline-block;
}
.details-post-area .social-users ul li a img {
  margin-top: -3px;
  margin-right: 3px;
  filter: brightness(0);
}
.details-post-area .video-area-image {
  position: relative;
}
.details-post-area .video-area-image .video-buttton {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -70px;
}
.details-post-area .comment-box {
  background-color: #f8f9fa;
  padding: 24px;
  border-radius: 7px;
  margin-top: 32px;
  transition: all 0.4s;
}
.details-post-area .comment-box .box-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details-post-area .comment-box .box-top-area .heading-area {
  display: flex;
  align-items: center;
}
.details-post-area .comment-box .box-top-area .heading-area .image {
  height: 70px 70px;
}
.details-post-area .comment-box .box-top-area .heading-area .heading {
  padding-left: 20px;
}
.details-post-area .comment-box .box-top-area .heading-area .heading h5 a {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  display: inline-block;
}
.details-post-area .comment-box .box-top-area .heading-area .heading a.date {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  padding-top: 6px;
}
.details-post-area .comment-box .box-top-area .reply-btn a {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.details-post-area .comment-box .box-top-area .reply-btn a:hover {
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.details-post-area .comment-box:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.details-post-area .comment-box.comment-box2 {
  margin-left: 60px;
}

.tags-links .tags ul li {
  display: inline-block;
}
.tags-links .tags ul li.text {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  margin-right: 10px;
}
.tags-links .tags ul li.tag-text a {
  display: inline-block;
  background-color: #f8f9fa;
  border-radius: 30px;
  padding: 10px 16px;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  margin: 8px 4px;
  transition: all 0.4s;
}
.tags-links .tags ul li.tag-text a:hover {
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
  color: var(--ztc-bg-color-w);
}
.tags-links .social {
  text-align: end;
}
@media (max-width: 767px) {
  .tags-links .social {
    text-align: start;
    padding-top: 30px;
  }
}
.tags-links .social ul li {
  display: inline-block;
}
.tags-links .social ul li.text {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  margin-right: 10px;
}
.tags-links .social ul li a {
  display: inline-block;
  color: var(--ztc-text-text-1);
  height: 33px;
  width: 33px;
  border-radius: 50%;
  background-color: #f8f9fa;
  text-align: center;
  line-height: 33px;
  margin: 0px 3px;
}
.tags-links .social ul li a:hover {
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
  color: var(--ztc-bg-color-w);
}

.blog-details-border {
  background-color: rgba(76, 77, 108, 0.2549019608);
  width: 100%;
  height: 1px;
  margin: 50px 0px;
}

.contact-form-details {
  background-color: #f8f9fa;
  padding: 32px;
  border-radius: 7px;
}
.contact-form-details .single-input input,
.contact-form-details .single-input textarea {
  padding: 16px;
  border: none;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  width: 100%;
  color: #676879;
}
.contact-form-details .single-input input:focus,
.contact-form-details .single-input textarea:focus {
  outline: none;
}
.contact-form-details .single-input input::-moz-placeholder,
.contact-form-details .single-input textarea::-moz-placeholder {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: #676879;
  font-weight: var(--f-fw-regular);
}
.contact-form-details .single-input input::placeholder,
.contact-form-details .single-input textarea::placeholder {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: #676879;
  font-weight: var(--f-fw-regular);
}

.blog.blog-inline.blog-page .heading1.main {
  box-shadow: none;
  padding: 0;
  background: none;
}

.comon-body .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.comon-body .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .image {
  height: 100px;
  width: 100px;
}
.comon-body .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .image img {
  height: 100px;
  width: 100px;
}
.comon-body .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading {
  padding-left: 16px;
}
.comon-body
  .sidebar-box-area
  .sidebar-blog-boxs
  .sidebar-blogs
  .heading
  a.date {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
}
.comon-body
  .sidebar-box-area
  .sidebar-blog-boxs
  .sidebar-blogs
  .heading
  a.date
  img {
  margin-top: -3px;
  filter: brightness(40);
}
.comon-body .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading h5 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-bg-color-w);
  padding-top: 16px;
  transition: all 0.4s;
}
.comon-body
  .sidebar-box-area
  .sidebar-blog-boxs
  .sidebar-blogs
  .heading
  h5
  a:hover {
  color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.comon-body
  .sidebar-box-area
  .sidebar-blog-boxs
  .sidebar-blogs:nth-last-child(1) {
  padding-bottom: 0;
}
.comon-body .details-post-area .social-users {
  padding-top: 30px;
}
.comon-body .details-post-area .social-users ul li {
  display: inline-block;
  margin-right: 24px;
}
.comon-body .details-post-area .social-users ul li a {
  color: var(--ztc-bg-color-w);
  font-weight: var(--f-fw-regular);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  display: inline-block;
}
.comon-body .details-post-area .social-users ul li a img {
  margin-top: -3px;
  margin-right: 3px;
  filter: brightness(40);
}
.comon-body .details-post-area .video-area-image {
  position: relative;
}
.comon-body .details-post-area .video-area-image .video-buttton {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -70px;
}
.comon-body .details-post-area .comment-box {
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  padding: 24px;
  border-radius: 7px;
  margin-top: 32px;
  transition: all 0.4s;
}
.comon-body .details-post-area .comment-box .box-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comon-body .details-post-area .comment-box .box-top-area .heading-area {
  display: flex;
  align-items: center;
}
.comon-body .details-post-area .comment-box .box-top-area .heading-area .image {
  height: 70px 70px;
}
.comon-body
  .details-post-area
  .comment-box
  .box-top-area
  .heading-area
  .heading {
  padding-left: 20px;
}
.comon-body
  .details-post-area
  .comment-box
  .box-top-area
  .heading-area
  .heading
  h5
  a {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  display: inline-block;
}
.comon-body
  .details-post-area
  .comment-box
  .box-top-area
  .heading-area
  .heading
  a.date {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-2);
  padding-top: 6px;
}
.comon-body .details-post-area .comment-box .box-top-area .reply-btn a {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-bg-color-w);
  transition: all 0.4s;
}
.comon-body .details-post-area .comment-box .box-top-area .reply-btn a:hover {
  color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.comon-body .details-post-area .comment-box:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
  border: 1px solid var(--ztc-bg-main-bg-4);
}
.comon-body .details-post-area .comment-box.comment-box2 {
  margin-left: 60px;
}
.comon-body .tags-links .tags ul li {
  display: inline-block;
}
.comon-body .tags-links .tags ul li.text {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  margin-right: 10px;
}
.comon-body .tags-links .tags ul li.tag-text a {
  display: inline-block;
  border: 1px solid #484455;
  background-color: #342f42;
  border-radius: 30px;
  padding: 10px 16px;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  margin: 8px 4px;
  transition: all 0.4s;
}
.comon-body .tags-links .tags ul li.tag-text a:hover {
  border: 1px solid var(--ztc-bg-main-bg-4);
  background-color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.comon-body .tags-links .social {
  text-align: end;
}
@media (max-width: 767px) {
  .comon-body .tags-links .social {
    text-align: start;
    padding-top: 30px;
  }
}
.comon-body .tags-links .social ul li {
  display: inline-block;
}
.comon-body .tags-links .social ul li.text {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-color-w);
  margin-right: 10px;
}
.comon-body .tags-links .social ul li a {
  display: inline-block;
  color: var(--ztc-bg-color-w);
  height: 33px;
  width: 33px;
  border-radius: 50%;
  background-color: var(--ztc-bg-bg-5);
  text-align: center;
  line-height: 33px;
  margin: 0px 3px;
}
.comon-body .tags-links .social ul li a:hover {
  background-color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.comon-body .contact-form-details {
  background-color: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-5);
  padding: 32px;
  border-radius: 7px;
}
.comon-body .contact-form-details .single-input input,
.comon-body .contact-form-details .single-input textarea {
  padding: 16px;
  border: none;
  background-color: var(--ztc-bg-bg-5);
  margin-bottom: 20px;
  border-radius: 4px;
  width: 100%;
  color: var(--ztc-bg-color-w);
}
.comon-body .contact-form-details .single-input input:focus,
.comon-body .contact-form-details .single-input textarea:focus {
  outline: none;
}
.comon-body .contact-form-details .single-input input::-moz-placeholder,
.comon-body .contact-form-details .single-input textarea::-moz-placeholder {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: rgba(255, 255, 255, 0.7137254902);
  font-weight: var(--f-fw-regular);
}
.comon-body .contact-form-details .single-input input::placeholder,
.comon-body .contact-form-details .single-input textarea::placeholder {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: rgba(255, 255, 255, 0.7137254902);
  font-weight: var(--f-fw-regular);
}

/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA CSS
::::::::::::::::::::::::::
*/
.footer1 {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .footer1 {
    padding-top: 50px;
  }
}
.footer1 .single-footer-items h3 {
  color: var(--ztc-text-text-1);
  line-height: var(--f-fs-font-fs24);
  font-size: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer1 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.footer1 .single-footer-items .social-icon {
  padding-top: 24px;
}
.footer1 .single-footer-items .social-icon li {
  display: inline-block;
}
.footer1 .single-footer-items .social-icon li a {
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs16);
  background-color: var(--ztc-bg-bg-2);
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.footer1 .single-footer-items .social-icon li a:hover {
  color: var(--ztc-bg-color-w);
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.footer1 .single-footer-items .menu-list li a {
  display: inline-block;
  color: var(--ztc-text-pera-text-1);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  padding: 10px 0px;
  transition: all 0.4s;
}
.footer1 .single-footer-items .menu-list li a:hover {
  color: var(--ztc-bg-main-bg-3);
  transform: translateX(5px);
  transition: all 0.4s;
}
.footer1 .single-footer-items .contact-box {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.footer1 .single-footer-items .contact-box .icon {
  margin-right: 16px;
}
.footer1 .single-footer-items .contact-box .pera a {
  display: inline-block;
  color: var(--ztc-text-pera-text-1);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  transition: all 0.4s;
}
.footer1 .single-footer-items .contact-box .pera a:hover {
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}
.footer1 .copyright-area {
  border-top: 1px solid #e8eaed;
}
.footer1 .copyright-area .coppyright p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
}
@media (max-width: 767px) {
  .footer1 .copyright-area .coppyright p {
    padding-top: 16px;
  }
}
.footer1 .copyright-area .coppyright a {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  display: inline-block;
}
.footer1 .copyright-area .coppyright.right-area {
  text-align: end;
}
@media (max-width: 767px) {
  .footer1 .copyright-area .coppyright.right-area {
    text-align: start;
  }
}
.footer1 .copyright-area .coppyright.right-area a {
  padding: 20px 20px;
}
.footer1 .copyright-area .coppyright.right-area a:nth-child(1) {
  position: relative;
}
@media (max-width: 767px) {
  .footer1 .copyright-area .coppyright.right-area a:nth-child(1) {
    padding: 20px 20px 20px 0px;
  }
}
.footer1 .copyright-area .coppyright.right-area a:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 2px;
  height: 20px;
  background-color: #e8eaed;
}

.footer-logo-area {
  padding-right: 70px;
}

.footer2 {
  padding-top: 100px;
}
.footer2 .single-footer-items h3 {
  color: var(--ztc-text-text-2);
  line-height: var(--f-fs-font-fs24);
  font-size: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer2 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer2 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.footer2 .single-footer-items .social-icon {
  padding-top: 24px;
}
.footer2 .single-footer-items .social-icon li {
  display: inline-block;
}
.footer2 .single-footer-items .social-icon li a {
  display: inline-block;
  color: var(--ztc-text-pera-text-2);
  font-size: var(--f-fs-font-fs16);
  background-color: rgba(255, 255, 255, 0.1450980392);
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.footer2 .single-footer-items .social-icon li a:hover {
  color: var(--ztc-text-text-1);
  background-color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.footer2 .single-footer-items .menu-list li a {
  display: inline-block;
  color: var(--ztc-text-pera-text-2);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  padding: 11px 0px;
  transition: all 0.4s;
}
.footer2 .single-footer-items .menu-list li a:hover {
  color: var(--ztc-bg-main-bg-4);
  transform: translateX(5px);
  transition: all 0.4s;
}
.footer2 .single-footer-items .contact-box {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.footer2 .single-footer-items .contact-box .icon {
  margin-right: 16px;
}
.footer2 .single-footer-items .contact-box .icon img {
  filter: brightness(40);
}
.footer2 .single-footer-items .contact-box .pera a {
  display: inline-block;
  color: var(--ztc-text-pera-text-2);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  transition: all 0.4s;
}
.footer2 .single-footer-items .contact-box .pera a:hover {
  color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.footer2 .copyright-area {
  background: rgb(25, 26, 31);
  background: linear-gradient(90deg, rgb(25, 26, 31) 0%, rgb(38, 25, 68) 78%);
}
.coppyright {
  padding: 12px 0;
}
.footer2 .copyright-area .coppyright p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-2);
}
@media (max-width: 767px) {
  .footer2 .copyright-area .coppyright p {
    padding-top: 16px;
  }
}
.footer2 .copyright-area .coppyright a {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-2);
  display: inline-block;
}
.footer2 .copyright-area .coppyright.right-area {
  text-align: end;
}
@media (max-width: 767px) {
  .footer2 .copyright-area .coppyright.right-area {
    text-align: start;
  }
}
.footer2 .copyright-area .coppyright.right-area a {
  padding: 20px 20px;
}
.footer2 .copyright-area .coppyright.right-area a:nth-child(1) {
  position: relative;
}
@media (max-width: 767px) {
  .footer2 .copyright-area .coppyright.right-area a:nth-child(1) {
    padding: 20px 20px 20px 0px;
  }
}
.footer2 .copyright-area .coppyright.right-area a:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 2px;
  height: 20px;
  background-color: #e8eaed;
}
.footer2 .copyright-area .arrow-up {
  display: inline-block;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: var(--ztc-bg-main-bg-4);
  color: var(--ztc-text-text-1);
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: -26px;
  text-align: center;
  line-height: 55px;
}
@media (max-width: 767px) {
  .footer2 .copyright-area .arrow-up {
    top: -55px;
  }
}

.footer3 {
  padding-top: 100px;
}
.footer3 .single-footer-items h3 {
  color: var(--ztc-text-text-2);
  line-height: var(--f-fs-font-fs24);
  font-size: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer3 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.footer3 .single-footer-items .social-icon {
  padding-top: 24px;
}
.footer3 .single-footer-items .social-icon li {
  display: inline-block;
}
.footer3 .single-footer-items .social-icon li a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-size: var(--f-fs-font-fs16);
  background-color: rgba(255, 255, 255, 0.1450980392);
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.footer3 .single-footer-items .social-icon li a:hover {
  color: var(--ztc-text-text-2);
  background-color: var(--ztc-bg-main-bg-3);
  transition: all 0.4s;
}
.footer3 .single-footer-items .menu-list li a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  padding: 10px 0px;
  transition: all 0.4s;
}
.footer3 .single-footer-items .menu-list li a:hover {
  color: var(--ztc-bg-main-bg-3);
  transform: translateX(5px);
  transition: all 0.4s;
}
.footer3 .single-footer-items .contact-box {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.footer3 .single-footer-items .contact-box .icon {
  margin-right: 16px;
}
.footer3 .single-footer-items .contact-box .icon img {
  filter: brightness(40);
}
.footer3 .single-footer-items .contact-box .pera a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  transition: all 0.4s;
}
.footer3 .single-footer-items .contact-box .pera a:hover {
  color: var(--ztc-bg-main-bg-3);
  transition: all 0.4s;
}
.footer3 .copyright-area {
  background: rgb(37, 40, 48);
  background: linear-gradient(
    90deg,
    rgb(37, 40, 48) 0%,
    rgb(39, 61, 147) 48%,
    rgb(37, 39, 45) 100%
  );
}
.footer3 .copyright-area .coppyright p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-2);
}
@media (max-width: 767px) {
  .footer3 .copyright-area .coppyright p {
    padding-top: 16px;
  }
}
.footer3 .copyright-area .coppyright a {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-2);
  display: inline-block;
}
.footer3 .copyright-area .coppyright.right-area {
  text-align: end;
}
@media (max-width: 767px) {
  .footer3 .copyright-area .coppyright.right-area {
    text-align: start;
  }
}
.footer3 .copyright-area .coppyright.right-area a {
  padding: 20px 20px;
}
.footer3 .copyright-area .coppyright.right-area a:nth-child(1) {
  position: relative;
}
@media (max-width: 767px) {
  .footer3 .copyright-area .coppyright.right-area a:nth-child(1) {
    padding: 20px 20px 20px 0px;
  }
}
.footer3 .copyright-area .coppyright.right-area a:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 2px;
  height: 20px;
  background-color: #e8eaed;
}
.footer3 .copyright-area .arrow-up {
  display: inline-block;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: var(--ztc-bg-main-bg-3);
  color: var(--ztc-text-text-2);
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: -26px;
  text-align: center;
  line-height: 55px;
}
@media (max-width: 767px) {
  .footer3 .copyright-area .arrow-up {
    top: -55px;
  }
}

.footer4 {
  padding-top: 100px;
  background-color: var(--ztc-bg-bg-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .footer4 {
    padding-top: 50px;
  }
}
.footer4 .single-footer-items h3 {
  color: var(--ztc-text-text-1);
  line-height: var(--f-fs-font-fs24);
  font-size: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer4 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.footer4 .single-footer-items .social-icon {
  padding-top: 24px;
}
.footer4 .single-footer-items .social-icon li {
  display: inline-block;
}
.footer4 .single-footer-items .social-icon li a {
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs16);
  background-color: #eae3f9;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.footer4 .single-footer-items .social-icon li a:hover {
  color: var(--ztc-text-text-2);
  background-color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}
.footer4 .single-footer-items .menu-list li a {
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  padding: 10px 0px;
  transition: all 0.4s;
}
.footer4 .single-footer-items .menu-list li a:hover {
  color: var(--ztc-bg-main-bg-2);
  transform: translateX(5px);
  transition: all 0.4s;
}
.footer4 .single-footer-items .contact-box {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.footer4 .single-footer-items .contact-box .icon {
  margin-right: 16px;
}
.footer4 .single-footer-items .contact-box .pera a {
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  transition: all 0.4s;
}
.footer4 .single-footer-items .contact-box .pera a:hover {
  color: var(--ztc-bg-main-bg-2);
  transition: all 0.4s;
}
.footer4 .copyright-area {
  border-top: 1px solid #e8eaed;
}
.footer4 .copyright-area .coppyright p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
}
@media (max-width: 767px) {
  .footer4 .copyright-area .coppyright p {
    padding-top: 16px;
  }
}
.footer4 .copyright-area .coppyright a {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  display: inline-block;
}
.footer4 .copyright-area .coppyright.right-area {
  text-align: end;
}
@media (max-width: 767px) {
  .footer4 .copyright-area .coppyright.right-area {
    text-align: start;
  }
}
.footer4 .copyright-area .coppyright.right-area a {
  padding: 20px 20px;
}
.footer4 .copyright-area .coppyright.right-area a:nth-child(1) {
  position: relative;
}
@media (max-width: 767px) {
  .footer4 .copyright-area .coppyright.right-area a:nth-child(1) {
    padding: 20px 20px 20px 0px;
  }
}
.footer4 .copyright-area .coppyright.right-area a:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 2px;
  height: 20px;
  background-color: #e8eaed;
}

/*
::::::::::::::::::::::::::
 FOOTER AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA CSS
::::::::::::::::::::::::::
*/
.header-top {
  padding: 16px 0;
  text-align: center;
  background-color: var(--ztc-bg-main-bg-1);
}
.header-top .pera p {
  font-size: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-2);
  line-height: var(--f-fs-font-fs16);
}
.header-top .pera p img {
  margin-top: -4px;
  margin-right: 2px;
}

.header-area.header-area1 .header1-buttons {
  display: flex;
  align-items: center;
}
.header-area.header-area1 .header1-buttons .contact-btn {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.header-area.header-area1 .header1-buttons .contact-btn .icon {
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  background-color: var(--ztc-bg-bg-2);
  margin-right: 10px;
}
.header-area.header-area1 .header1-buttons .contact-btn .headding p {
  font-size: 12px;
  line-height: 12px;
  color: var(--ztc-text-pera-text-1);
}
.header-area.header-area1 .header1-buttons .contact-btn .headding a {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  display: inline-block;
  margin-top: 10px;
}

/*
::::::::::::::::::::::::::
 HEADER AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  NAV MENU AREA CSS
 ::::::::::::::::::::::::::
 */
.header-area {
  padding: 12px 0;
  position: absolute;
  background: transparent;
  width: 100%;
}

.site-logo {
  max-width: 130px;
  height: auto;
  display: flex;
  align-items: center;
}

.site-logo a {
  display: inline-block;
  position: relative;
  z-index: 9;
}

.header-area .header-elements {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: space-between;
}

.header-area1.sticky .header-elements .main-menu-ex {
  padding: 7px 24px;
  position: relative;
}

.tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-bg-color-w);
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -255px;
  width: 1300px;
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: scroll;
  transform-origin: top;
  display: block;
}

/* 
++++++++++++++++++++++++++++++++++
=========nav menu all ==========
+++++++++++++++++++++++++++++++++
*/
.header-area.header-area1 {
  background-color: #fff;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  text-align: center;
}
.header-area.header-area1
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb:hover
  .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area1
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb:hover
  .homemenu-btn {
  top: 28%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.header-area.header-area1
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area1
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area1
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .img1
  img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #e5e7eb;
}
.header-area.header-area1
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .img1
  .coming {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -84px;
  margin-top: -30px;
  height: 60px !important;
  width: 168px !important;
  z-index: 99;
  border: none !important;
}
.header-area.header-area1
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb.active
  .img1::after {
  transform: scale(1) !important;
  transition: all 0.4s !important;
  visibility: visible !important;
  opacity: 0.4 !important;
}
.header-area.header-area1
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn {
  position: absolute;
  top: 45%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 20%;
  right: 20%;
}
.header-area.header-area1
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn
  .header-btn1 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-main-bg-3);
  color: var(--ztc-text-text-2);
  padding: 16px;
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  width: 140px;
  z-index: 1;
}
.header-area.header-area1
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn
  .header-btn1
  i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area1
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn
  .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #4e7afd;
}
.header-area.header-area1
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn
  .header-btn1:hover
  i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area1
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .bottom-heading {
  color: #08111a;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  display: inline-block;
  margin-top: 8px;
  text-align: center;
}
.header-area.header-area1
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .bottom-heading:hover {
  color: #0e38b1;
  transition: all 0.4s;
}
.header-area.header-area1 .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  width: 220px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area1 .main-menu-ex ul li ul li ul {
  left: 200px;
}
.header-area.header-area1 .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text1);
}
.header-area.header-area1 .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area1 .main-menu-ex ul li ul li a:hover::after {
  background-color: var(--qt-text-h-text1);
  border-radius: 4px;
  width: 50px;
  left: 17px;
  opacity: 1;
}
.header-area.header-area1 .main-menu-ex ul li a {
  color: var(--qt-text-h-text1);
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area1 .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}

.header-area.header-area2 {
  background-color: #fff;
}
.header-area.header-area2 .main-menu-ex ul li .mega-menu-all {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 36px 0;
  left: -400px;
  width: 1000px;
  min-height: 320px;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-origin: top;
  display: block;
  border: 4px solid rgba(106, 92, 255, 0.1098039216);
}
.header-area.header-area2 .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
  border: none !important;
}
.header-area.header-area2 .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 40px;
}
.header-area.header-area2
  .main-menu-ex
  ul
  li
  .mega-menu-all
  ul
  li
  a:hover::after {
  left: 39px !important;
}
.header-area.header-area2 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area2
  .main-menu-ex
  ul
  li
  .mega-menu-all
  .mega-menu-single
  h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #081120;
  padding-left: 44px;
  position: relative;
}
.header-area.header-area2
  .main-menu-ex
  ul
  li
  .mega-menu-all
  .mega-menu-single
  h3::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 43px;
  height: 2px;
  width: 25%;
  background-color: rgba(145, 145, 145, 0.2117647059);
}
.header-area.header-area2
  .main-menu-ex
  ul
  li
  .mega-menu-all
  .mega-menu-single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 2px;
  background-color: rgba(145, 145, 145, 0.2117647059);
}
.header-area.header-area2
  .main-menu-ex
  ul
  li
  .mega-menu-all
  .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area2 .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area2 .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  text-align: center;
}
.header-area.header-area2
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb:hover
  .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area2
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb:hover
  .homemenu-btn {
  top: 30%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.header-area.header-area2
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area2
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area2
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .img1
  img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #e5e7eb;
}
.header-area.header-area2
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .img1
  .coming {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -84px;
  margin-top: -30px;
  height: 60px !important;
  width: 168px !important;
  z-index: 99;
  border: none !important;
}
.header-area.header-area2
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb.active
  .img1::after {
  transform: scale(1) !important;
  transition: all 0.4s !important;
  visibility: visible !important;
  opacity: 0.4 !important;
}
.header-area.header-area2
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .theme-btn2 {
  padding: 16px;
  color: #000026;
  font-weight: 700;
}
.header-area.header-area2
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn {
  position: absolute;
  top: 40%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 20%;
  right: 20%;
}
.header-area.header-area2
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn
  .header-btn1 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-main-bg-3);
  color: var(--ztc-text-text-2);
  padding: 16px;
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  width: 140px;
  z-index: 1;
}
.header-area.header-area2
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn
  .header-btn1
  i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area2
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn
  .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #4e7afd;
}
.header-area.header-area2
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn
  .header-btn1:hover
  i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area2
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .bottom-heading {
  color: #08111a;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  display: inline-block;
  margin-top: 8px;
  text-align: center;
}
.header-area.header-area2
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .bottom-heading:hover {
  color: #a1e934;
  transition: all 0.4s;
}
.header-area.header-area2 .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area2 .main-menu-ex ul li ul li ul {
  left: 200px;
}
.header-area.header-area2 .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text1);
}
.header-area.header-area2 .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area2 .main-menu-ex ul li ul li a:hover::after {
  background-color: var(--qt-text-h-text1);
  border-radius: 4px;
  width: 50px;
  left: 17px;
  opacity: 1;
}
.header-area.header-area2 .main-menu-ex ul li a {
  color: var(--qt-text-h-text1);
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area2 .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area2 .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}
.header-area.header-area2 .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-bg-color-w);
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -315px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  transform-origin: top;
  display: block;
}

.header-area.header-area3 {
  background-color: #fff;
}
.header-area.header-area3 .main-menu-ex ul li .mega-menu-all {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 36px 0;
  left: -400px;
  width: 1000px;
  min-height: 320px;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-origin: top;
  display: block;
  border: 4px solid rgba(106, 92, 255, 0.1098039216);
}
.header-area.header-area3 .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
  border: none !important;
}
.header-area.header-area3 .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 40px;
}
.header-area.header-area3
  .main-menu-ex
  ul
  li
  .mega-menu-all
  ul
  li
  a:hover::after {
  left: 39px !important;
}
.header-area.header-area3 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area3
  .main-menu-ex
  ul
  li
  .mega-menu-all
  .mega-menu-single
  h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #081120;
  padding-left: 44px;
  position: relative;
}
.header-area.header-area3
  .main-menu-ex
  ul
  li
  .mega-menu-all
  .mega-menu-single
  h3::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 43px;
  height: 2px;
  width: 25%;
  background-color: rgba(145, 145, 145, 0.2117647059);
}
.header-area.header-area3
  .main-menu-ex
  ul
  li
  .mega-menu-all
  .mega-menu-single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 2px;
  background-color: rgba(145, 145, 145, 0.2117647059);
}
.header-area.header-area3
  .main-menu-ex
  ul
  li
  .mega-menu-all
  .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area3 .main-menu-ex ul li .tp-submenu {
  left: -300px;
}
.header-area.header-area3 .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area3 .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  text-align: center;
}
.header-area.header-area3
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb:hover
  .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area3
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb:hover
  .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.header-area.header-area3
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area3
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area3
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .img1
  img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #e5e7eb;
}
.header-area.header-area3
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .img1
  .coming {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -84px;
  margin-top: -30px;
  height: 60px !important;
  width: 168px !important;
  z-index: 99;
  border: none !important;
}
.header-area.header-area3
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb.active
  .img1::after {
  transform: scale(1) !important;
  transition: all 0.4s !important;
  visibility: visible !important;
  opacity: 0.4 !important;
}
.header-area.header-area3
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .theme-btn4 {
  padding: 16px;
  font-weight: 700;
}
.header-area.header-area3
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn {
  position: absolute;
  top: 45%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 20%;
  right: 20%;
}
.header-area.header-area3
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn
  .header-btn1 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-main-bg-3);
  color: var(--ztc-text-text-2);
  padding: 16px;
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  width: 140px;
  z-index: 1;
}
.header-area.header-area3
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn
  .header-btn1
  i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area3
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn
  .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #4e7afd;
}
.header-area.header-area3
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn
  .header-btn1:hover
  i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area3
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .bottom-heading {
  color: #08111a;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  display: inline-block;
  margin-top: 8px;
  text-align: center;
}
.header-area.header-area3
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .bottom-heading:hover {
  color: #113adc;
  transition: all 0.4s;
}
.header-area.header-area3 .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area3 .main-menu-ex ul li ul li ul {
  left: 200px;
}
.header-area.header-area3 .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text1);
}
.header-area.header-area3 .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area3 .main-menu-ex ul li ul li a:hover::after {
  background-color: var(--qt-text-h-text1);
  border-radius: 4px;
  width: 50px;
  left: 17px;
  opacity: 1;
}
.header-area.header-area3 .main-menu-ex ul li a {
  color: var(--qt-text-h-text1);
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area3 .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area3 .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}

.header-area.header-area4 {
  background-color: #fff;
}
.header-area.header-area4 .main-menu-ex ul li .mega-menu-all {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 36px 0;
  left: -400px;
  width: 1000px;
  min-height: 320px;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-origin: top;
  display: block;
  border: 4px solid rgba(106, 92, 255, 0.1098039216);
}
.header-area.header-area4 .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
  border: none !important;
}
.header-area.header-area4 .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 40px;
}
.header-area.header-area4
  .main-menu-ex
  ul
  li
  .mega-menu-all
  ul
  li
  a:hover::after {
  left: 39px !important;
}
.header-area.header-area4 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area4
  .main-menu-ex
  ul
  li
  .mega-menu-all
  .mega-menu-single
  h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #081120;
  padding-left: 44px;
  position: relative;
}
.header-area.header-area4
  .main-menu-ex
  ul
  li
  .mega-menu-all
  .mega-menu-single
  h3::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 43px;
  height: 2px;
  width: 25%;
  background-color: rgba(145, 145, 145, 0.2117647059);
}
.header-area.header-area4
  .main-menu-ex
  ul
  li
  .mega-menu-all
  .mega-menu-single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 2px;
  background-color: rgba(145, 145, 145, 0.2117647059);
}
.header-area.header-area4
  .main-menu-ex
  ul
  li
  .mega-menu-all
  .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area4 .main-menu-ex ul li .tp-submenu {
  left: -335px;
}
.header-area.header-area4 .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area4 .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  text-align: center;
}
.header-area.header-area4
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb:hover
  .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area4
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb:hover
  .homemenu-btn {
  top: 28%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.header-area.header-area4
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area4
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area4
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .img1
  img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #e5e7eb;
}
.header-area.header-area4
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .img1
  .coming {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -84px;
  margin-top: -30px;
  height: 60px !important;
  width: 168px !important;
  z-index: 99;
  border: none !important;
}
.header-area.header-area4
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb.active
  .img1::after {
  transform: scale(1) !important;
  transition: all 0.4s !important;
  visibility: visible !important;
  opacity: 0.4 !important;
}
.header-area.header-area4
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn {
  position: absolute;
  top: 45%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 20%;
  right: 20%;
}
.header-area.header-area4
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn
  .header-btn1 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: 700;
  background: #6e18ef;
  color: var(--ztc-text-text-2);
  padding: 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  width: 140px;
  z-index: 1;
}
.header-area.header-area4
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn
  .header-btn1
  i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area4
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn
  .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #833eeb;
}
.header-area.header-area4
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn
  .header-btn1:hover
  i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area4
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .bottom-heading {
  color: #08111a;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  display: inline-block;
  margin-top: 8px;
  text-align: center;
}
.header-area.header-area4
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .bottom-heading:hover {
  color: #6e18ef;
  transition: all 0.4s;
}
.header-area.header-area4 .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area4 .main-menu-ex ul li ul li ul {
  left: 200px;
}
.header-area.header-area4 .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text1);
}
.header-area.header-area4 .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area4 .main-menu-ex ul li ul li a:hover::after {
  background-color: var(--qt-text-h-text1);
  border-radius: 4px;
  width: 50px;
  left: 17px;
  opacity: 1;
}
.header-area.header-area4 .main-menu-ex ul li a {
  color: var(--qt-text-h-text1);
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area4 .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area4 .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}

.main-menu-ex li {
  display: inline-block;
}

.main-menu-ex li {
  position: relative;
  z-index: 9;
}

.main-menu-ex li li {
  display: block;
}

.main-menu-ex li &gt; ul {
  opacity: 0;
  visibility: hidden;
  top: 60px;
  right: 0;
  transition: all 0.3s;
  transform: translateY(20px) rotateX(45deg);
}

.main-menu-ex li li &gt; ul {
  left: 100%;
  right: auto;
}

.main-menu-ex li li:hover &gt; ul {
  top: 0;
}

.main-menu-ex li:hover &gt; ul {
  visibility: visible;
  opacity: 1;
  top: 50px;
  transition: all 0.3s;
  z-index: 99;
  transform: translateY(0);
}

li.has-dropdown1 {
  position: relative;
}

li.has-dropdown1 span {
  position: absolute;
  right: 10px;
}

.header-area1.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-color: var(--ztc-bg-color-w);
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.header-area.header-area4.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-color: var(--ztc-bg-color-w);
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.header-area.header-area2.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-color: #000026;
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  border-bottom: none;
}

.header-area.header-area3.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-color: #123cdd;
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  border-bottom: none;
}
@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-down {
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all ====== ======
+++++++++++++++++++++++++++++++++
*/
/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all 2 ====== ======
+++++++++++++++++++++++++++++++++
*/
.header-area.header-area1 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 36px 0;
  left: -400px;
  width: 1000px;
  min-height: 320px;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-origin: top;
  display: block;
  border: 4px solid rgba(106, 92, 255, 0.1098039216);
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  .mega-menu-all
  ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
  border: none !important;
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  .mega-menu-all
  ul
  li
  a {
  display: inline-block;
  padding: 8px 40px;
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  .mega-menu-all
  ul
  li
  a:hover::after {
  left: 39px;
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  .mega-menu-all
  .mega-menu-single {
  position: relative;
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  .mega-menu-all
  .mega-menu-single
  h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #081120;
  padding-left: 44px;
  position: relative;
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  .mega-menu-all
  .mega-menu-single
  h3::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 43px;
  height: 2px;
  width: 25%;
  background-color: rgba(145, 145, 145, 0.2117647059);
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  .mega-menu-all
  .mega-menu-single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 2px;
  background-color: rgba(145, 145, 145, 0.2117647059);
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  .mega-menu-all
  .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  .tp-submenu
  .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb:hover
  .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb:hover
  .homemenu-btn {
  top: 28%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .img1
  img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #e5e7eb;
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn {
  position: absolute;
  top: 45%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 20%;
  right: 20%;
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn
  .header-btn1 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-main-bg-3);
  color: var(--ztc-text-text-2);
  padding: 16px;
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  width: 140px;
  z-index: 1;
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn
  .header-btn1
  i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn
  .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #4e7afd;
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  .tp-submenu
  .homemenu-thumb
  .homemenu-btn
  .header-btn1:hover
  i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  border: 4px solid rgba(106, 92, 255, 0.1098039216);
  background: #fff;
  -webkit-backdrop-filter: blur(27px);
  backdrop-filter: blur(27px);
  width: 220px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
  display: flex;
  justify-content: space-between;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: var(--qt-text-h-text3);
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li
  ul
  li
  a:hover::after {
  background-color: rgba(23, 19, 61, 0.6862745098);
  border-radius: 4px;
  width: 50px;
  left: 15px;
  opacity: 1;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li a {
  color: var(--qt-text-h-text3);
  font-size: 17px;
  display: block;
  font-weight: 700;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area1
  .header-elements
  .main-menu-ex
  ul
  li:hover
  .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}

/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all 1 ====== ======
+++++++++++++++++++++++++++++++++
*/
/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all 2 ====== ======
+++++++++++++++++++++++++++++++++
*/
.header-area.header-area2 {
  background-color: transparent;
  border-bottom: 1px solid #2f3036;
}
.header-area.header-area2 .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  width: 220px;
  box-shadow: rgba(255, 253, 253, 0.2) 0px 20px 30px;
  padding: 10px;
  background-color: var(--ztc-bg-bg-4);
}
.header-area.header-area2 .main-menu-ex ul li ul li ul {
  left: 200px;
}
.header-area.header-area2 .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text2);
  display: flex;
  justify-content: space-between;
}
.header-area.header-area2 .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area2 .main-menu-ex ul li ul li a:hover::after {
  background-color: var(--qt-text-h-text1);
  border-radius: 4px;
  width: 50px;
  left: 17px;
  opacity: 1;
}
.header-area.header-area2 .main-menu-ex ul li a {
  color: var(--qt-text-h-text1);
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.3s;
}

.header-area.header-area2 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  border: 4px solid rgba(106, 92, 255, 0.1098039216);
  background: #fff;
  -webkit-backdrop-filter: blur(27px);
  backdrop-filter: blur(27px);
  width: 220px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
  display: flex;
  justify-content: space-between;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: var(--qt-text-h-text3);
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area2
  .header-elements
  .main-menu-ex
  ul
  li
  ul
  li
  a:hover::after {
  background-color: rgba(23, 19, 61, 0.6862745098);
  border-radius: 4px;
  width: 50px;
  left: 15px;
  opacity: 1;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li a {
  color: var(--ztc-text-text-2);
  font-size: 16px;
  display: block;
  font-weight: 400;
  padding: 8px 15px;
  transition: all 0.3s;
}
.header-area.header-area2 .header2-buttons {
  display: flex;
  align-items: center;
}
.header-area.header-area2 .header2-buttons .header__search a {
  border: none;
  position: relative;
  z-index: 99;
  color: var(--ztc-text-text-2);
}

.header-area.header-area3 {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1921568627);
}
.header-area.header-area3 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  border: 4px solid rgba(106, 92, 255, 0.1098039216);
  background: #fff;
  -webkit-backdrop-filter: blur(27px);
  backdrop-filter: blur(27px);
  width: 220px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
  display: flex;
  justify-content: space-between;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: var(--qt-text-h-text3);
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area3
  .header-elements
  .main-menu-ex
  ul
  li
  ul
  li
  a:hover::after {
  background-color: rgba(23, 19, 61, 0.6862745098);
  border-radius: 4px;
  width: 50px;
  left: 15px;
  opacity: 1;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li a {
  color: var(--ztc-text-text-2);
  font-size: 16px;
  display: block;
  font-weight: 400;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area3 .header2-buttons {
  display: flex;
  align-items: center;
}
.header-area.header-area3 .header2-buttons .header__search a {
  border: none;
  position: relative;
  z-index: 99;
  color: var(--ztc-text-text-2);
}

.header-area.header-area4 {
  background-color: transparent;
  background-color: #fff;
  position: relative;
  z-index: 99;
  transition: all 0.4s;
}
.header-area.header-area4 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  border: 4px solid rgba(106, 92, 255, 0.1098039216);
  background: #fff;
  -webkit-backdrop-filter: blur(27px);
  backdrop-filter: blur(27px);
  width: 220px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
  display: flex;
  justify-content: space-between;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: var(--qt-text-h-text3);
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area4
  .header-elements
  .main-menu-ex
  ul
  li
  ul
  li
  a:hover::after {
  background-color: rgba(23, 19, 61, 0.6862745098);
  border-radius: 4px;
  width: 50px;
  left: 15px;
  opacity: 1;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li a {
  color: var(--ztc-text-text1);
  font-size: 16px;
  display: block;
  font-weight: 400;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area4 .header2-buttons {
  display: flex;
  align-items: center;
}
.header-area.header-area4 .header2-buttons .header__search a {
  border: none;
  position: relative;
  z-index: 99;
  color: var(--ztc-text-text-2);
}

/* 
++++++++++++++++++++++++++++++++
========nav menu all 2 ======
++++++++++++++++++++++++++++++++
*/
.mobile-sidebar .logo-m {
  margin-top: -40px;
  margin-bottom: 30px;
}
.mobile-sidebar .mobile-button a {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mobile-sidebar .single-footer-items h3 {
  color: var(--ztc-text-text-2);
  line-height: var(--f-fs-font-fs24);
  font-size: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-sidebar .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mobile-sidebar .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.mobile-sidebar .single-footer-items .menu-list li a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  padding: 10px 0px;
  transition: all 0.4s;
}
.mobile-sidebar .single-footer-items .menu-list li a:hover {
  color: var(--ztc-bg-main-bg-4);
  transform: translateX(5px);
  transition: all 0.4s;
}
.mobile-sidebar .single-footer-items .contact-box {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.mobile-sidebar .single-footer-items .contact-box .icon {
  margin-right: 16px;
}
.mobile-sidebar .single-footer-items .contact-box .icon img {
  filter: brightness(40);
}
.mobile-sidebar .single-footer-items .contact-box .pera a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  transition: all 0.4s;
}
.mobile-sidebar .single-footer-items .contact-box .pera a:hover {
  color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.mobile-sidebar .contact-infos h3 {
  color: var(--ztc-text-text-2);
  line-height: var(--f-fs-font-fs24);
  font-size: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-sidebar .contact-infos h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mobile-sidebar .contact-infos h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.mobile-sidebar .contact-infos .social-icon {
  padding-top: 24px;
}
.mobile-sidebar .contact-infos .social-icon li {
  display: inline-block;
}
.mobile-sidebar .contact-infos .social-icon li a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-size: var(--f-fs-font-fs16);
  background-color: rgba(255, 255, 255, 0.1450980392);
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 0;
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}
.mobile-sidebar .contact-infos .social-icon li a:hover {
  color: var(--ztc-text-text-1);
  background-color: var(--ztc-bg-main-bg-4);
  transition: all 0.4s;
}
.mobile-sidebar .mobile-button a.menu-btn2 {
  background-color: #fff;
  padding: 18px;
  width: 100%;
  border-radius: 4px;
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs16);
}

/*
::::::::::::::::::::::::::
 NAV MENU AREA CSS
::::::::::::::::::::::::::
*/
.header-area.header-area2 .main-menu-ex.main-menu-ex1 ul li a.active {
  color: #a1e934;
}

.header-area.header-area1 .main-menu-ex.main-menu-ex1 ul li a.active {
  color: #0e38b1;
}

.header-area.header-area3 .main-menu-ex.main-menu-ex1 ul li a.active {
  color: #000000;
}

.header-area.header-area4 .main-menu-ex.main-menu-ex1 ul li a.active {
  color: #6e18ef;
} /*# sourceMappingURL=main.css.map */

.bank-logos {
  img {
    border-radius: 10px;
    width: 90% !important;
    margin: auto;
    padding: 10px 5px;
  }
  .owl-item {
    padding: 0 10px;
  }
}
</pre></body></html>