@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&amp;display=swap");
a, a:hover {
  text-decoration: none;
}

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

h2, p {
  margin-bottom: 0;
}


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

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

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

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

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

.space6 {
  height: 6px;
}

.space8 {
  height: 8px;
}

.space10 {
  height: 10px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space18 {
  height: 18px;
}

.space20 {
  height: 20px;
}

.space22 {
  height: 22px;
}

.space24 {
  height: 24px;
}

.space26 {
  height: 26px;
}

.space28 {
  height: 28px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space34 {
  height: 34px;
}

.space36 {
  height: 36px;
}

.space38 {
  height: 38px;
}

.space40 {
  height: 40px;
}

.space42 {
  height: 42px;
}

.space44 {
  height: 44px;
}

.space46 {
  height: 46px;
}

.space48 {
  height: 48px;
}

.space50 {
  height: 50px;
}

.space52 {
  height: 52px;
}

.space54 {
  height: 54px;
}

.space56 {
  height: 56px;
}

.space58 {
  height: 58px;
}

.space60 {
  height: 60px;
}

.space62 {
  height: 62px;
}

.space64 {
  height: 64px;
}

.space66 {
  height: 66px;
}

.space68 {
  height: 68px;
}

.space70 {
  height: 70px;
}

.space72 {
  height: 72px;
}

.space74 {
  height: 74px;
}

.space76 {
  height: 76px;
}

.space78 {
  height: 78px;
}

.space80 {
  height: 80px;
}

.space82 {
  height: 82px;
}

.space84 {
  height: 84px;
}

.space86 {
  height: 86px;
}

.space {
  height: 88px;
}

.space90 {
  height: 90px;
}

.space92 {
  height: 92px;
}

.space94 {
  height: 94px;
}

.space96 {
  height: 96px;
}

.space98 {
  height: 98px;
}

.space100 {
  height: 100px;
}

@keyframes animation-5 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.aniamtion-key-5 {
  position: relative;
  animation-name: animation-5;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: all 0.4s ease-in-out;
}

@keyframes animation-7 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}
.keyframe5 {
  position: relative;
  animation-name: animation-7;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-9 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}
.keyframe6 {
  position: relative;
  animation-name: animation-9;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
.aniamtion-key-1 {
  position: relative;
  animation-name: animation-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}
.aniamtion-key-2 {
  position: relative;
  animation-name: animation-2;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(60px);
  }
}
.aniamtion-key-3 {
  position: relative;
  animation-name: animation-3;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-4 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
.aniamtion-key-4 {
  position: relative;
  animation-name: animation-4;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-6 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
  }
}
.aniamtion-key-6 {
  position: relative;
  animation-name: animation-6;
  animation-duration: 1.9s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-8 {
  0% {
    padding-left: 0px;
  }
  100% {
    padding-left: 50px;
  }
}
.aniamtion-key-7 {
  position: relative;
  animation-name: animation-8;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(0) translateY(0) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(0) translateY(0) translateZ(0) scale(1.5);
    opacity: 1;
  }
}
.pulse-border {
  position: relative;
  animation-name: pulse-border;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes pulse-border1 {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.pulse-border1 {
  position: relative;
  animation-name: pulse-border1;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #090B0E;
  --ztc-text-text-3: #3D4C5E;
  --ztc-text-text-4: #4E2FDA;
  --ztc-text-text-5: #FB3189;
  --ztc-text-text-6: #FF0A54;
  --ztc-text-text-7: #FFE7EE;
  --ztc-text-text-8: #F6F8F9;
  --ztc-text-text-9: #FEE0ED;
  --ztc-text-text-10: #F6F8F9;
  --ztc-text-text-11: #ADFF1C;
  --ztc-text-text-12: #0A2828;
  --ztc-text-text-13: #2E00FF;
  --ztc-text-text-14: #FF6610;
  --ztc-text-text-15: #0D47A1;
  --ztc-text-text-16: #1B6CFC;
  --ztc-text-text-17: #6455E1;
  --ztc-text-text-18: #081120;
  --ztc-bg-bg-1: #134575;
  --ztc-bg-bg-2: #EDE9F8;
  --ztc-bg-bg-3: #C8BFF4;
  --ztc-bg-bg-4: #EDEAFB;
  --ztc-bg-bg-5: #FEBFDA;
  --ztc-bg-bg-6: #CAC6FD;
  --ztc-bg-bg-7: #FFE8A4;
  --ztc-bg-bg-8: #D4FFD6;
  --ztc-bg-bg-9: #E2E0F2;
  --ztc-bg-bg-10: #FB3189;
  --ztc-bg-bg-11: #3A3658;
  --ztc-bg-bg-12: #4E3A7A;
  --ztc-bg-bg-13: #FFEAF3;
  --ztc-bg-bg-14: #FFF5F9;
  --ztc-bg-bg-15: #F6F8F9;
  --ztc-bg-bg-16: #FFF6F9;
  --ztc-bg-bg-17: #ADFF1C;
  --ztc-bg-bg-18: #104041;
  --ztc-bg-bg-19: rgba(173, 255, 28, 0.1);
  --ztc-bg-bg-20: rgba(10, 40, 40, 0.1);
  --ztc-bg-bg-21: #FFE8A4;
  --ztc-bg-bg-22: #CAC6FD;
  --ztc-bg-bg-23: #D4FFD6;
  --ztc-bg-bg-24: #0D47A1;
  --ztc-bg-bg-25: #FF6610;
  --ztc-bg-bg-26: #1B6CFC;
  --ztc-bg-bg-27: #FCCC8A;
  --ztc-bg-bg-28: #6455E1;
  --ztc-border-border-1: #E5E7EB;
  --ztc-border-border-2: #dfdcdc;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-specing-height6: 6px;
  --ztc-specing-height8: 8px;
  --ztc-specing-height10: 10px;
  --ztc-specing-height12: 12px;
  --ztc-specing-height14: 114px;
  --ztc-specing-height16: 16px;
  --ztc-specing-height18: 18px;
  --ztc-specing-height20: 20px;
  --ztc-specing-height22: 22px;
  --ztc-specing-height24: 24px;
  --ztc-specing-height26: 26px;
  --ztc-specing-height28: 28px;
  --ztc-specing-height30: 30px;
  --ztc-specing-height32: 32px;
  --ztc-specing-height34: 34px;
  --ztc-specing-height36: 36px;
  --ztc-specing-height38: 38px;
  --ztc-specing-height40: 40px;
  --ztc-specing-height42: 42px;
  --ztc-specing-height44: 44px;
  --ztc-specing-height46: 46px;
  --ztc-specing-height48: 48px;
  --ztc-specing-height50: 50px;
  --ztc-specing-height52: 52px;
  --ztc-specing-height54: 54px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height100: 100px;
  --ztc-specing-height110: 110px;
  --ztc-specing-height120: 120px;
  --ztc-specing-height130: 130px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-weight-black: 800;
  --ztc-family-font1: 'Figtree', sans-serif;
}

/*
============================
Name:  SEOC - Digital Marketing Agency Templete
Version: 3.0.0
Description: SEO - Digital Marketing Agency Templete
Author: Vikiglab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location:
============================
*/
/*============= HEDAER CSS AREA ===============*/
/*============= HERO CSS AREA ===============*/
/*============= MOBILE-MENU CSS AREA ===============*/
/*============= ABOUT CSS AREA ===============*/
/*============= SERVICE CSS AREA ===============*/
/*============= WORK CSS AREA ===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
/*============= TEAM CSS AREA ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= CASE CSS AREA ===============*/
/*============= CTA CSS AREA ===============*/
/*============= OTHERS CSS AREA ===============*/
/*============= FOOTER CSS AREA ===============*/
/*============= COMMON CSS AREA ===============*/
.heading1 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading1 h5 img {
  margin: 0 6px 0 0;
}
.heading1 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
  border-radius: 8px;
}
.heading1 h2{
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-font-size-font-s70);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading1 h2{
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading1 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading2 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading2 h5 img {
  margin: 0 6px 0 0;
}
.heading2 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: var(--ztc-text-text-4);
}
.heading2 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading2 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading3 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading3 h5 img {
  margin: 0 6px 0 0;
}
.heading3 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
}
.heading3 h2{
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-font-size-font-s70);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading3 h2{
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading3 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80% !important;
}

.heading4 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading4 h5 img {
  margin: 0 6px 0 0;
}
.heading4 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
}
.heading4 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading4 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading4 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80% !important;
}
.heading4 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  margin-top: 32px;
  margin-bottom: 8px;
}

.heading5 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading5 h5 img {
  margin: 0 6px 0 0;
}
.heading5 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
}
.heading5 h2{
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-font-size-font-s70);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading5 h2{
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading5 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading6 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading6 h5 img {
  margin: 0 6px 0 0;
}
.heading6 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
}
.heading6 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading6 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading6 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
.heading6 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-top: 32px;
  margin-bottom: 8px;
}

.heading7 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-6);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  padding: 6px 10px;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading7 h5 img {
  margin: 0 6px 0 0;
}
.heading7 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  background: var(--ztc-text-text-6);
  opacity: 8%;
  border-radius: 8px;
}
.heading7 h2{
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-font-size-font-s74);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading7 h2{
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading7 h2span {
  color: var(--ztc-text-text-6);
  display: inline-block;
  position: relative;
}
.heading7 h2span img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.heading7 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading8 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-6);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading8 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-6);
  opacity: 8%;
  border-radius: 8px;
}
.heading8 h5 img {
  margin: 0 6px 0 0;
}
.heading8 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s60);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
.heading8 h2 span {
  color: var(--ztc-text-text-6);
  display: inline-block;
  position: relative;
}
.heading8 h2 span img {
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media (max-width: 767px) {
  .heading8 h2 span img {
    display: none;
  }
}
@media (max-width: 767px) {
  .heading8 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading8 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

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

.heading10 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-12);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading10 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-20);
  border-radius: 8px;
}
.heading10 h5 img {
  margin: 0 6px 0 0;
}
.heading10 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
.heading10 h2 span {
  color: var(--ztc-text-text-6);
  display: inline-block;
  position: relative;
}
.heading10 h2 span img {
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media (max-width: 767px) {
  .heading10 h2 span img {
    display: none;
  }
}
@media (max-width: 767px) {
  .heading10 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading10 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
.heading10 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 24px;
}

.heading11 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading11 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading11 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.heading12 h5 {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.heading12 h5::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: var(--ztc-text-text-15);
  left: -39px;
  top: 8px;
}
.heading12 h5::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: var(--ztc-text-text-15);
  right: -39px;
  top: 8px;
}
.heading12 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading12 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading12 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading13 h5 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.heading13 h5::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: var(--ztc-text-text-16);
  left: -39px;
  top: 8px;
}
.heading13 h5::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: var(--ztc-text-text-16);
  right: -39px;
  top: 8px;
}
.heading13 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading13 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading13 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s32);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
}
@media (max-width: 767px) {
  .heading13 h3 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading13 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading14 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-17);
  border-radius: 32px;
  transition: all 0.4s;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  background: #EFEEFC;
}
.heading14 h5 img {
  margin: 0 6px 0 0;
}
.heading14 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
.heading14 h2 span {
  color: var(--ztc-text-text-6);
  display: inline-block;
  position: relative;
}
.heading14 h2 span img {
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media (max-width: 767px) {
  .heading14 h2 span img {
    display: none;
  }
}
@media (max-width: 767px) {
  .heading14 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading14 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
.heading14 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 24px;
}

.heading15 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-14);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading15 h2{
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: 72px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading15 h2{
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading15 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading15 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading15 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading16 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
}
.heading16 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: rgba(64, 139, 255, 0.1);
}
.heading16 h5 img {
  margin: 0 4px 0 0;
}
.heading16 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-18);
}
@media (max-width: 767px) {
  .heading16 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading16 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading17 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: #055346;
  border-radius: 8px;
  border-radius: 5px;
  background: rgba(5, 83, 70, 0.1);
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
}
.heading17 h5 img {
  margin: 0 4px 0 0;
}
.heading17 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-font-size-font-s70);
  font-weight: var(--ztc-weight-bold);
  color: #055346;
}
@media (max-width: 767px) {
  .heading17 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading17 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s28);
  font-weight: var(--ztc-weight-regular);
  color: #5D6261;
}

.heading18 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: #055346;
  border-radius: 8px;
  border-radius: 5px;
  background: rgba(5, 83, 70, 0.1);
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
}
.heading18 h5 img {
  margin: 0 4px 0 0;
}
.heading18 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: #055346;
}
@media (max-width: 767px) {
  .heading18 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading18 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: #5D6261;
}

.heading19 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
}
.heading19 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: rgba(255, 15, 81, 0.05);
}
.heading19 h5 img {
  margin: 0 4px 0 0;
}
.heading19 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s60);
  line-height: var(--ztc-font-size-font-s66);
  font-weight: var(--ztc-weight-bold);
  color: #09171B;
}
@media (max-width: 767px) {
  .heading19 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading19 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s28);
  font-weight: var(--ztc-weight-medium);
  color: #5C6365;
}

.heading20 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
}
.heading20 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: rgba(255, 15, 81, 0.05);
}
.heading20 h5 img {
  margin: 0 4px 0 0;
}
.heading20 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-bold);
  color: #09171B;
}
@media (max-width: 767px) {
  .heading20 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading20 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-medium);
  color: #5C6365;
}

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

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

.heading23 h5 {
  color: var(--gray-700, #374151);
  font-family: var(--ztc-family-font1);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 30px;
  background: var(--primary-100, #E1EFFE);
  padding: var(--1, 4px) var(--2, 8px);
}
.heading23 h5 i {
  margin-left: 8px;
}
.heading23 h2 {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.36px;
}
@media (max-width: 767px) {
  .heading23 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading23 p {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

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

.header-btn2 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-1);
  padding: 8px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  background: transparent;
  z-index: 1;
  transition: all 0.4s;
}
.header-btn2:hover {
  color: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
  transform: translateY(-5px);
  border: 1px solid var(--ztc-text-text-13);
  background: var(--ztc-text-text-13);
}
.header-btn2:hover span {
  background: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
  color: var(--ztc-text-text-4) !important;
  transform: rotate(0deg);
}
.header-btn2 span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s36);
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}

.header-btn3 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  padding: 16px 24px;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-1);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.header-btn3:hover {
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  border: 1px solid var(--ztc-text-text-5);
}

.header-btn4 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  background: var(--ztc-text-text-5);
  padding: 16px 24px;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-5);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.header-btn4:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
  border: 1px solid var(--ztc-text-text-1);
  background: var(--ztc-text-text-1);
}

.header-btn5 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  padding: 16px 24px;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-2);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.header-btn5:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  border: 1px solid var(--ztc-text-text-5);
  background: var(--ztc-text-text-5);
}

.header-btn6 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  font-family: var();
  color: var(--ztc-text-text-6);
  border-top: 1px solid var(--ztc-text-text-6);
  border-bottom: 1px solid var(--ztc-text-text-6);
  padding: 15px 0;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s18);
}
.header-btn6:hover {
  letter-spacing: 1px;
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}

.header-btn7 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  font-family: var();
  color: var(--ztc-text-text-2);
  border-top: 1px solid var(--ztc-text-text-2);
  border-bottom: 1px solid var(--ztc-text-text-2);
  padding: 15px 0;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s18);
}
.header-btn7:hover {
  letter-spacing: 1px;
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.header-btn8 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  background: var(--ztc-text-text-6);
  padding: 16px 24px;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-6);
  border-radius: 30px;
}
.header-btn8:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

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

.header-btn10 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  font-family: var();
  color: var(--ztc-bg-bg-17);
  padding: 15px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s18);
  border: 1px solid var(--ztc-bg-bg-17);
  border-radius: 4px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.header-btn10::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  width: 1px;
  transition: all 0.4s;
  z-index: -1;
  background-color: #A3FF00;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}
.header-btn10 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.header-btn10:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.header-btn10:hover::after {
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.4s;
}

.header-btn11 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  font-family: var();
  color: var(--ztc-text-text-2);
  padding: 16px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s18);
  background: var(--ztc-bg-bg-17);
  border-radius: 4px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.header-btn11::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  width: 1px;
  transition: all 0.4s;
  z-index: -1;
  background-color: var(--ztc-bg-bg-18);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}
.header-btn11 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.header-btn11:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.header-btn11:hover::after {
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.4s;
}

.header-btn12 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-text-text-6);
  color: var(--ztc-text-text-1);
  padding: 16px 24px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}
.header-btn12 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.header-btn12:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-text-text-2);
}
.header-btn12:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.header-btn13 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-24);
  color: var(--ztc-text-text-1);
  padding: 16px 20px;
  transition: all 0.4s;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}
.header-btn13 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.header-btn13:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-bg-bg-25);
}
.header-btn13:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.header-btn14 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-25);
  color: var(--ztc-text-text-1);
  padding: 16px 20px;
  transition: all 0.4s;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}
.header-btn14 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.header-btn14:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-bg-bg-24);
}
.header-btn14:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.header-btn15 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-26);
  color: var(--ztc-text-text-1);
  padding: 8px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.header-btn15:hover {
  background: var(--ztc-bg-bg-27);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.header-btn15:hover span {
  transition: all 0.4s;
  transform: rotate(0deg);
}
.header-btn15:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.header-btn15 span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s36);
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}

.header-btn16 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-28);
  color: var(--ztc-text-text-1);
  padding: 8px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.header-btn16:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.header-btn16:hover span {
  transition: all 0.4s;
  transform: rotate(0deg);
}
.header-btn16:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.header-btn16 span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s36);
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}

.header-btn17 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-25);
  color: var(--ztc-text-text-1);
  padding: 8px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.header-btn17:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.header-btn17:hover span {
  transition: all 0.4s;
  transform: rotate(0deg);
}
.header-btn17:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.header-btn17 span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s36);
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}

.header-btn18 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #0F25A3;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  background: var(--ztc-text-text-1);
  z-index: 1;
}
.header-btn18::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: var(--Linner-Color, linear-gradient(268deg, #0A18A1 0.24%, #408BFF 98.24%));
  transition: all 0.4s;
  z-index: -1;
  border-radius: 8px;
}
.header-btn18:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.header-btn18:hover::after {
  width: 100%;
  transition: all 0.4s;
}
.header-btn18 i {
  margin-left: 4px;
  display: inline-block;
  transform: rotate(-45deg);
}

.header-btn19 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #fff;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  z-index: 1;
}
.header-btn19::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: var(--Linner-Color, linear-gradient(268deg, #0A18A1 0.24%, #408BFF 98.24%));
  transition: all 0.4s;
  z-index: -1;
  border-radius: 8px;
}
.header-btn19:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.header-btn19:hover::after {
  width: 100%;
  transition: all 0.4s;
}
.header-btn19 i {
  margin-left: 4px;
  display: inline-block;
  transform: rotate(-45deg);
}

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

.header-btn21 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #fff;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  border-radius: 5px;
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  z-index: 1;
}
.header-btn21::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #09171B;
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.header-btn21:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.header-btn21:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}
.header-btn21 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

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

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

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

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

.header-btn4.btn2:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
}

.bg-white {
  background: var(--ztc-text-text-1) !important;
}

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

.bg3 {
  background: #F6F8FA !important;
}

/*============= COMMON CSS AREA ENDS===============*/
.sp1 {
  padding: 100px 0 100px;
}
@media (max-width: 767px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}

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

.sp3 {
  padding: 100px 0 50px;
}

.sp4 {
  padding: 80px 0 80px;
}
@media (max-width: 767px) {
  .sp4 {
    padding: 40px 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp4 {
    padding: 40px 0 40px;
  }
}

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

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

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

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

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

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

.space-margin60 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}

/*============= ABOUT CSS AREA ===============*/
.about1-section-area {
  position: relative;
  z-index: 1;
}
.about1-section-area .about-images {
  position: relative;
}
.about1-section-area .about-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px 100px 100px 100px;
}
.about1-section-area .about-images .star1 {
  height: 78px;
  width: 78px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about1-section-area .about-content-area {
  position: relative;
  padding: 0 50px;
}
.about1-section-area .about-content-area .arrow-circle {
  background: #E4E0F9;
  border-radius: 50%;
  display: inline-block;
  padding: 0px;
  position: relative;
  margin-bottom: 32px;
}
.about1-section-area .about-content-area .arrow-circle .arrow {
  position: absolute;
  left: 40%;
  right: 50%;
  top: 40%;
  bottom: 50%;
}
.about1-section-area .about-content-area .btn-area {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-section-area .about-content-area {
    margin-bottom: 30px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about1-section-area .about-content-area {
    margin-bottom: 30px;
    padding: 0;
    margin-top: 30px;
  }
}
.about1-section-area .about-auhtor-images {
  position: relative;
  z-index: 1;
  top: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-section-area .about-auhtor-images {
    top: 0;
  }
}
@media (max-width: 767px) {
  .about1-section-area .about-auhtor-images {
    top: 0;
  }
}
.about1-section-area .about-auhtor-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
.about1-section-area .about-auhtor-images .elements5 {
  width: 205px;
  height: 141px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  position: absolute;
  top: -100px;
  right: -50px;
  z-index: -1;
}

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

.about2-section-area {
  position: relative;
  z-index: 1;
}
.about2-section-area .about-images-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.about2-section-area .about-header-area {
  padding: 0 0 0 60px;
}
@media (max-width: 767px) {
  .about2-section-area .about-header-area {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2-section-area .about-header-area {
    padding: 0;
    margin-top: 30px;
  }
}
.about2-section-area .about-header-area .list-area {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .about2-section-area .about-header-area .list-area {
    display: inline-block;
  }
}
.about2-section-area .about-header-area .list-area ul {
  margin: 0 18px 0 0;
}
.about2-section-area .about-header-area .list-area ul li {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  margin-top: 16px;
}
.about2-section-area .about-header-area .list-area ul li img {
  margin: 0 8px 0 0;
}
.about2-section-area .about-header-area .images-area {
  display: flex;
  align-items: center;
  margin-top: 32px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.about2-section-area .about-header-area .images-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-5);
}
.about2-section-area .about-header-area .images-area .content-area {
  margin-left: 20px;
}
.about2-section-area .about-header-area .images-area .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.about3-section-area {
  position: relative;
  z-index: 1;
}
.about3-section-area .about-bg1 {
  position: absolute;
  top: 0;
  left: 0;
}
.about3-section-area .about-bg2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.about3-section-area .about-images-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.about3-section-area .about-header-area {
  padding: 0 0 0 60px;
}
@media (max-width: 767px) {
  .about3-section-area .about-header-area {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section-area .about-header-area {
    padding: 0;
    margin-top: 30px;
  }
}
.about3-section-area .about-header-area .list-area {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .about3-section-area .about-header-area .list-area {
    display: inline-block;
  }
}
.about3-section-area .about-header-area .list-area ul {
  margin: 0 18px 0 0;
}
.about3-section-area .about-header-area .list-area ul li {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  margin-top: 16px;
}
.about3-section-area .about-header-area .list-area ul li img {
  margin: 0 8px 0 0;
}
.about3-section-area .about-header-area .images-area {
  display: flex;
  align-items: center;
  margin-top: 32px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.about3-section-area .about-header-area .images-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-5);
}
.about3-section-area .about-header-area .images-area .content-area {
  margin-left: 20px;
}
.about3-section-area .about-header-area .images-area .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.about4-section-area {
  position: relative;
  z-index: 1;
}
.about4-section-area .about-images {
  position: relative;
}
.about4-section-area .about-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px 100px 100px 100px;
}
.about4-section-area .about-images .star1 {
  height: 78px;
  width: 78px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about4-section-area .about-content-area {
  position: relative;
  padding: 0 50px;
}
.about4-section-area .about-content-area .arrow-circle {
  background: #FFE7EE;
  border-radius: 50%;
  display: inline-block;
  padding: 10px;
  position: relative;
  margin-bottom: 32px;
}
.about4-section-area .about-content-area .arrow-circle .arrow {
  position: absolute;
  left: 40%;
  right: 50%;
  top: 40%;
  bottom: 50%;
}
.about4-section-area .about-content-area .btn-area {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4-section-area .about-content-area {
    margin-bottom: 30px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about4-section-area .about-content-area {
    margin-bottom: 30px;
    padding: 0;
    margin-top: 30px;
  }
}
.about4-section-area .about-auhtor-images {
  position: relative;
  z-index: 1;
  top: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4-section-area .about-auhtor-images {
    top: 0;
  }
}
@media (max-width: 767px) {
  .about4-section-area .about-auhtor-images {
    top: 0;
  }
}
.about4-section-area .about-auhtor-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
.about4-section-area .about-auhtor-images .elements5 {
  width: 205px;
  height: 141px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  position: absolute;
  top: -100px;
  right: -50px;
  z-index: -1;
}

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

.about5-section-area {
  position: relative;
  z-index: 1;
}
.about5-section-area .about5-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .about5-section-area .about5-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5-section-area .about5-header {
    margin-bottom: 30px;
  }
}
.about5-section-area .about-all-images-area {
  position: relative;
}
.about5-section-area .about-all-images-area .elements12 {
  position: absolute;
  top: 50px;
  left: 50%;
  right: 50%;
}
.about5-section-area .about-all-images-area .elements13 {
  position: absolute;
  left: 40%;
  bottom: 50px;
  right: 40%;
}
.about5-section-area .about-all-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
.about5-section-area .about-all-images-area .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
.about5-section-area .about5-content-area {
  padding: 0 0 0 70px;
}
@media (max-width: 767px) {
  .about5-section-area .about5-content-area {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5-section-area .about5-content-area {
    padding: 0;
    margin-top: 30px;
  }
}
.about5-section-area .about5-content-area .about5-boxarea {
  position: relative;
  z-index: 1;
}
.about5-section-area .about5-content-area .about5-boxarea .about5-boxes h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
.about5-section-area .about5-content-area .about5-boxarea .about5-boxes .about5-bar {
  height: 8px;
  width: 100%;
  border-radius: 30px;
  background: var(--ztc-border-border-1);
}
.about5-section-area .about5-content-area .about5-boxarea .about5-boxes .about5-bar .about5-per {
  position: relative;
  display: block;
  height: 100%;
  width: 85%;
  background: var(--ztc-text-text-2);
  border-radius: 30px;
  animation: progress 0.8s ease-in-out forwards;
  opacity: 0;
}
@keyframes progress {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about5-section-area .about5-content-area .about5-boxarea .about5-boxes .about5-bar .about5-per .per {
  position: absolute;
  right: -20px;
  top: -30px;
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2) !important;
}
.about5-section-area .about5-content-area .about5-boxarea .about5-boxes .about5-bar2 {
  height: 8px;
  width: 100%;
  border-radius: 30px;
  background: #E7E9E9;
}
.about5-section-area .about5-content-area .about5-boxarea .about5-boxes .about5-bar2 .about5-per2 {
  position: relative;
  display: block;
  height: 100%;
  width: 95%;
  background: var(--ztc-text-text-2);
  border-radius: 30px;
  animation: progress 0.8s ease-in-out forwards;
  opacity: 0;
}
@keyframes progress {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about5-section-area .about5-content-area .about5-boxarea .about5-boxes .about5-bar2 .about5-per2 .per {
  position: absolute;
  right: 0;
  top: -30px;
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2) !important;
}

.about-header-area {
  position: relative;
  z-index: 1;
  padding: 160px 0 80px;
}
.about-header-area .elements1 {
  position: absolute;
  z-index: -1;
  
}
.about-header-area .star2 {
  position: absolute;
}
.about-header-area .about-inner-header h2{
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.about-header-area .about-inner-header a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s24);
}
.about-header-area .about-inner-header a i {
  margin: 0 8px;
}
.about-header-area .about-inner-header a span {
  display: inline-block;
  font-weight: var(--ztc-weight-semibold);
}

.about7-section-area {
  position: relative;
  background: #F6F8FA;
  z-index: 1;
}
.about7-section-area .about-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .about7-section-area .about-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about7-section-area .about-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about7-section-area .about-pera-list {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about7-section-area .about-pera-list {
    margin-bottom: 30px;
  }
}
.about7-section-area .about-pera-list ul li {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  margin-top: 16px;
}
.about7-section-area .about-pera-list ul li img {
  margin: 0 8px 0 0;
}
.about7-section-area .about-images {
  position: relative;
  z-index: 1;
}
.about7-section-area .about-images .counter-area {
  background: var(--ztc-text-text-15);
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 20px 0 0 0;
  z-index: 1;
  top: 38%;
  position: absolute;
  left: 42%;
}
.about7-section-area .about-images .counter-area h2 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  margin-bottom: 4px;
}
.about7-section-area .about-images .counter-area p {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
}
.about7-section-area .about-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about7-section-area .about-images .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about7-section-area .counter-boxarea .counter-box {
  padding: 24px 0;
  border-bottom: 1px solid #DFE6F1;
  text-align: center;
}
.about7-section-area .counter-boxarea .counter-box h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
  margin-bottom: 16px;
}
.about7-section-area .counter-boxarea .counter-box p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.about8-section-area {
  position: relative;
  padding: 180px 0;
}
@media (max-width: 767px) {
  .about8-section-area {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about8-section-area {
    padding: 50px 0;
  }
}
.about8-section-area::after {
  position: absolute;
  content: "";
  height: 600px;
  width: 40%;
  left: 0;
  transition: all 0.4s;
  background: #F7F8FA;
  top: 120px;
  z-index: -1;
  bottom: 120px;
}
@media (max-width: 767px) {
  .about8-section-area::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about8-section-area::after {
    display: none;
  }
}
.about8-section-area .counter-area .counter-box {
  text-align: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--ztc-border-border-1);
}
.about8-section-area .counter-area .counter-box h3 {
  margin-bottom: 10px;
}
.about8-section-area .counter-area .counter-box.after {
  padding: 24px 0 0 0;
  border-bottom: none;
}
@media (max-width: 767px) {
  .about8-section-area .counter-area .counter-box.after {
    border-bottom: 1px solid var(--ztc-border-border-1);
    padding: 24px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about8-section-area .counter-area .counter-box.after {
    border-bottom: 1px solid var(--ztc-border-border-1);
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .about8-section-area .images {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about8-section-area .images {
    margin-top: 30px;
  }
}
.about8-section-area .images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about8-section-area .about8-header {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .about8-section-area .about8-header {
    padding: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about8-section-area .about8-header {
    padding: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.about8-section-area .about8-header h5 {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .about8-section-area .about8-header h5 {
    margin-left: 0;
  }
}

.about10-section-area {
  position: relative;
  z-index: 1;
}
.about10-section-area .about-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .about10-section-area .about-header {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about10-section-area .about-header {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about10-section-area .about-pera-list {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about10-section-area .about-pera-list {
    margin-bottom: 30px;
    text-align: center;
  }
}
.about10-section-area .about-pera-list ul li {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  margin-top: 16px;
}
.about10-section-area .about-pera-list ul li img {
  margin: 0 8px 0 0;
}
.about10-section-area .about-images {
  position: relative;
  z-index: 1;
}
.about10-section-area .about-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about10-section-area .counter-boxarea {
  padding: 0 70px;
}
@media (max-width: 767px) {
  .about10-section-area .counter-boxarea {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about10-section-area .counter-boxarea {
    padding: 0;
  }
}
.about10-section-area .counter-boxarea .counter-box {
  padding: 24px 0;
  border-bottom: 1px solid #FFF0E7;
  text-align: center;
}
.about10-section-area .counter-boxarea .counter-box h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
  margin-bottom: 16px;
}
.about10-section-area .counter-boxarea .counter-box p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.about11-section-area {
  position: relative;
  z-index: 1;
}
.about11-section-area .about-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about11-section-area .about11-header {
  padding: 0 50px;
}
@media (max-width: 767px) {
  .about11-section-area .about11-header {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about11-section-area .about11-header {
    padding: 0;
    margin-top: 30px;
  }
}
.about11-section-area .about11-header ul li {
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-top: 16px;
}
.about11-section-area .about11-header ul li img {
  margin: 0 8px 0 0;
}

.abut12-section-area {
  position: relative;
  z-index: 1;
}
.abut12-section-area .about-images-area {
  position: relative;
  z-index: 1;
}
.abut12-section-area .about-images-area .video {
  position: absolute;
  right: 111px;
  z-index: 2;
  top: 70px;
}
.abut12-section-area .about-images-area .video a {
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #DDFA63;
  color: #055346;
  font-size: 20px;
  position: relative;
}
.abut12-section-area .about-images-area .video a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  transition: all 0.4s;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  background: rgba(221, 250, 99, 0.3);
  opacity: 30%;
  z-index: -1;
}
.abut12-section-area .about-images-area .img1 {
  overflow: hidden;
}
.abut12-section-area .about-images-area .img1 img {
  height: 470px;
  width: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.abut12-section-area .about-images-area .img2 {
  margin-top: -200px;
  text-align: right;
  overflow: hidden;
}
.abut12-section-area .about-images-area .img2 img {
  width: 310px;
  width: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.abut12-section-area .about12-header {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .abut12-section-area .about12-header {
    padding: 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .abut12-section-area .about12-header {
    padding: 0;
    margin-top: 50px;
  }
}
.abut12-section-area .about12-header .about-boxarea .box1 {
  border: 1px solid rgba(5, 83, 70, 0.1);
  padding: 24px;
  border-radius: 4px;
  margin-top: 30px;
  transition: all 0.4s;
}
.abut12-section-area .about12-header .about-boxarea .box1:hover {
  background: #055346;
  transition: all 0.4s;
}
.abut12-section-area .about12-header .about-boxarea .box1:hover .icons {
  background: #DDFA63;
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.abut12-section-area .about12-header .about-boxarea .box1:hover a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.abut12-section-area .about12-header .about-boxarea .box1 .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  border-radius: 60px;
  background: rgba(5, 83, 70, 0.1);
}
.abut12-section-area .about12-header .about-boxarea .box1 a {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}

.about13-section-area {
  position: relative;
  z-index: 1;
}
.about13-section-area .images-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about13-section-area .images-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
  }
}
.about13-section-area .images-area .img2 {
  position: absolute;
  top: -40px;
  left: -15px;
  z-index: 1;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.about13-section-area .images-area .img2 #imagewave .stop-color2 {
  stop-color: #FF6F00;
}
.about13-section-area .images-area .img2 #imagewave stop.stop-color1 {
  stop-color: #FF0A54;
}
.about13-section-area .about13-header {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .about13-section-area .about13-header {
    padding: 0;
    margin-top: 30px;
  }
}
.about13-section-area .about13-header .about-icons {
  background: #F8F6FC;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.about13-section-area .about13-header .about-icons .icons {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: rgba(255, 15, 81, 0.05);
  position: absolute;
}
.about13-section-area .about13-header .about-icons a {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
  padding-left: 60px;
}

.about14-section-area {
  position: relative;
  z-index: 1;
}
.about14-section-area .about14-images-area {
  position: relative;
  z-index: 1;
}
.about14-section-area .about14-images-area .elements30 {
  position: absolute;
  bottom: 10px;
  z-index: -1;
  left: 130px;
}
.about14-section-area .about14-images-area .elements31 {
  position: absolute;
  right: 80px;
  top: 0;
}
.about14-section-area .about14-images-area .img1 img {
  height: 460px;
  width: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.about14-section-area .about14-images-area .img2 {
  text-align: end;
  margin-top: -200px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about14-section-area .about14-images-area .img2 img {
  height: 330px;
  width: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.about14-section-area .about-header-area {
  padding: 0 0 0 60px;
}
@media (max-width: 767px) {
  .about14-section-area .about-header-area {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about14-section-area .about-header-area {
    padding: 0;
    margin-top: 30px;
  }
}
.about14-section-area .about-header-area h3 {
  color: #040306;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
}
.about14-section-area .about-header-area .list-area {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .about14-section-area .about-header-area .list-area {
    display: inline-block;
  }
}
.about14-section-area .about-header-area .list-area ul {
  margin: 0 18px 0 0;
}
.about14-section-area .about-header-area .list-area ul li {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: #565659;
  margin-top: 16px;
}
.about14-section-area .about-header-area .list-area ul li img {
  margin: 0 8px 0 0;
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about14-section-area .about-header-area .images-area {
  display: flex;
  align-items: center;
  margin-top: 32px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.about14-section-area .about-header-area .images-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  left: 0;
  top: 0;
  background: #4D44C5;
}
.about14-section-area .about-header-area .images-area .content-area {
  margin-left: 20px;
}
.about14-section-area .about-header-area .images-area .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: #040306;
  transition: all 0.4s;
}

.about15-section-area {
  position: relative;
  z-index: 1;
  background: #F9FAFB;
}
.about15-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  border: 1px solid #E5E7EB;
  padding: 8px;
}
.about15-section-area .about15-header-area {
  position: relative;
  z-index: 1;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .about15-section-area .about15-header-area {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about15-section-area .about15-header-area {
    padding: 0;
    margin-top: 30px;
  }
}
.about15-section-area .about15-header-area .list-area {
  display: flex;
  align-items: center;
}
.about15-section-area .about15-header-area .list-area ul {
  margin: 0 32px 0 0;
}
.about15-section-area .about15-header-area .list-area li {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 16px;
}
.about15-section-area .about15-header-area .list-area li img {
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.about15-section-area .about15-header-area .header-btn24.btn2 {
  border-radius: var(--rounded-full, 9999px);
  border: 1px solid var(--gray-200, #E5E7EB);
  margin-left: 20px;
}

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

.service2-section-area {
  position: relative;
  z-index: 1;
}
.service2-section-area .service2-header {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service2-section-area .service2-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2-section-area .service2-header {
    margin-bottom: 30px;
  }
}
.service2-section-area .images-content-area {
  position: relative;
  z-index: 1;
}
.service2-section-area .images-content-area:hover .img1 img {
  transform: scale(1.2) rotate(-4deg);
  transition: all 0.8s;
}
.service2-section-area .images-content-area:hover .arrow-area {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service2-section-area .images-content-area .img1 {
  border-radius: 8px;
  transition: all 0.4s;
  overflow: hidden;
}
.service2-section-area .images-content-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.8s;
}
.service2-section-area .images-content-area .content-area {
  padding: 24px;
  padding: 24px;
  margin-top: -300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .service2-section-area .images-content-area .content-area {
    margin-top: 30px;
    padding: 0;
  }
}
.service2-section-area .images-content-area .content-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .service2-section-area .images-content-area .content-area h5 {
    color: var(--ztc-text-text-2);
  }
}
.service2-section-area .images-content-area .content-area a.text {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .service2-section-area .images-content-area .content-area a.text {
    color: var(--ztc-text-text-2);
  }
}
.service2-section-area .images-content-area .content-area p {
  color: #B2BBC6;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service2-section-area .images-content-area .content-area p {
    color: var(--ztc-text-text-3);
  }
}
.service2-section-area .images-content-area .content-area .btn-area {
  margin-top: 20px;
}
.service2-section-area .images-content-area .arrow-area {
  position: absolute;
  top: 24px;
  transition: all 0.4s;
  right: 24px;
}
.service2-section-area .images-content-area .arrow-area a {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  background: var(--ztc-text-text-4);
  border-radius: 50%;
  transition: all 0.4s;
  font-size: 32px;
  transform: rotate(-45deg);
  color: var(--ztc-text-text-1);
}
.service2-section-area .service-all-boxes {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .service2-section-area .service-all-boxes {
    margin-top: 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2-section-area .service-all-boxes {
    padding: 0;
  }
}
.service2-section-area .service-all-boxes .service2-auhtor-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-3);
  border-radius: 8px;
  padding: 24px;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2-section-area .service-all-boxes .service2-auhtor-boxarea {
    margin-top: 20px;
  }
}
.service2-section-area .service-all-boxes .service2-auhtor-boxarea:hover {
  transform: translateY(-5px);
}
.service2-section-area .service-all-boxes .service2-auhtor-boxarea:hover .arrow a {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service2-section-area .service-all-boxes .service2-auhtor-boxarea .arrow {
  text-align: right;
  margin-bottom: 8px;
}
.service2-section-area .service-all-boxes .service2-auhtor-boxarea .arrow a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s16);
  transform: rotate(-45deg);
}
.service2-section-area .service-all-boxes .service2-auhtor-boxarea .content-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.service2-section-area .service-all-boxes .service2-auhtor-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
}
.service2-section-area .service-all-boxes .service2-auhtor-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  margin-top: 16px;
}
.service2-section-area .service-all-boxes .service2-auhtor2-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-5);
  border-radius: 8px;
  padding: 24px;
  transition: all 0.4s;
  margin-top: 20px;
}
.service2-section-area .service-all-boxes .service2-auhtor2-boxarea:hover {
  transform: translateY(-5px);
}
.service2-section-area .service-all-boxes .service2-auhtor2-boxarea:hover .arrow a {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service2-section-area .service-all-boxes .service2-auhtor2-boxarea .arrow {
  text-align: end;
  margin-bottom: 8px;
  transition: all 0.4s;
}
.service2-section-area .service-all-boxes .service2-auhtor2-boxarea .arrow a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s16);
  transform: rotate(-45deg);
}
.service2-section-area .service-all-boxes .service2-auhtor2-boxarea .content-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.service2-section-area .service-all-boxes .service2-auhtor2-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
}
.service2-section-area .service-all-boxes .service2-auhtor2-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  margin-top: 16px;
}

.service1-section-area .service-header-area {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service1-section-area .service-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area .service-header-area {
    margin-bottom: 30px;
  }
}
.service1-section-area .service2-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 24px;
  transition: all 0.4s;
  margin-bottom: 30px;
  border: 1px solid #7F64A9;
}
.service1-section-area .service2-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
  border: 1px solid var(--ztc-bg-bg-10);
  background: var(--ztc-text-text-5);
}
.service1-section-area .service2-boxarea:hover::after {
  visibility: hidden;
  opacity: 0;
}
.service1-section-area .service2-boxarea:hover .icons {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotateY(180deg);
}
.service1-section-area .service2-boxarea:hover .icons img {
  transition: all 0.4s;
  filter: none;
}
.service1-section-area .service2-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
  opacity: 15%;
  border-radius: 8px;
  z-index: 1;
  visibility: visible;
}
.service1-section-area .service2-boxarea .icons {
  height: 70px;
  width: 70px;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  transition: all 0.4s;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.service1-section-area .service2-boxarea .icons::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #F6F8F9;
  opacity: 10%;
  transition: all 0.4s;
  border-radius: 50%;
}
.service1-section-area .service2-boxarea .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.service1-section-area .service2-boxarea .content {
  position: relative;
  z-index: 2;
}
.service1-section-area .service2-boxarea .content a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .service1-section-area .service2-boxarea .content a {
    font-size: var(--ztc-font-size-font-s20);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area .service2-boxarea .content a {
    font-size: var(--ztc-font-size-font-s20);
  }
}
.service1-section-area .service2-boxarea .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.service1-section-area .service2-boxarea .content .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 0;
}
.service1-section-area .service2-boxarea .content .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.service1-section-area .service2-boxarea .content .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

.service3-section-area {
  background: var(--ztc-bg-bg-13);
  position: relative;
}
.service3-section-area .service-header-area {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service3-section-area .service-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service3-section-area .service-header-area {
    margin-bottom: 30px;
  }
}
.service3-section-area .service2-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 24px;
  transition: all 0.4s;
  margin-bottom: 30px;
  border: 1px solid #E1E3E8;
  background: var(--ztc-text-text-1);
}
.service3-section-area .service2-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
  border: 1px solid var(--ztc-bg-bg-10);
  background: var(--ztc-text-text-5);
}
.service3-section-area .service2-boxarea:hover .icons {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotateY(180deg);
}
.service3-section-area .service2-boxarea:hover .content a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service3-section-area .service2-boxarea:hover .content p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.service3-section-area .service2-boxarea .icons {
  height: 70px;
  width: 70px;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  transition: all 0.4s;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background: var(--ztc-bg-bg-13);
}
.service3-section-area .service2-boxarea .content {
  position: relative;
  z-index: 2;
}
.service3-section-area .service2-boxarea .content a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .service3-section-area .service2-boxarea .content a {
    font-size: var(--ztc-font-size-font-s20);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service3-section-area .service2-boxarea .content a {
    font-size: var(--ztc-font-size-font-s20);
  }
}
.service3-section-area .service2-boxarea .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.service3-section-area .service2-boxarea .content .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 0;
}
.service3-section-area .service2-boxarea .content .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.service3-section-area .service2-boxarea .content .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

.service4-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-15);
}
.service4-section-area .service4-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service4-section-area .service4-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service4-section-area .service4-header {
    margin-bottom: 30px;
  }
}
.service4-section-area .service-auhtor-boxes-area {
  position: relative;
}
.service4-section-area .service-auhtor-boxes-area .bg-images .img1 {
  position: absolute;
  top: 15%;
  left: 28%;
  right: 28%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service4-section-area .service-auhtor-boxes-area .bg-images .img1 {
    top: 30%;
  }
}
@media (max-width: 767px) {
  .service4-section-area .service-auhtor-boxes-area .bg-images .img1 {
    top: 43%;
  }
}
.service4-section-area .service-auhtor-boxes-area .bg-images .icons {
  position: absolute;
  top: 40%;
  z-index: 1;
  left: 46%;
  right: 46%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service4-section-area .service-auhtor-boxes-area .bg-images .icons {
    top: 42%;
  }
}
@media (max-width: 767px) {
  .service4-section-area .service-auhtor-boxes-area .bg-images .icons {
    top: 47%;
  }
}
.service4-section-area .service-auhtor-boxes-area .service-box-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  padding: 24px;
  border-radius: 8px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service4-section-area .service-auhtor-boxes-area .service-box-area {
    margin-bottom: 30px;
  }
}
.service4-section-area .service-auhtor-boxes-area .service-box-area:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.service4-section-area .service-auhtor-boxes-area .service-box-area:hover::after {
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area:hover .icons-area .icons {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.service4-section-area .service-auhtor-boxes-area .service-box-area:hover .content-area a {
  color: var(--ztc-text-text-8);
  transition: all 0.4s;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area:hover .content-area a i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area:hover .content-area p {
  color: var(--ztc-text-text-8);
  opacity: 90%;
  transition: all 0.4s;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: var(--ztc-text-text-6);
  left: 50%;
  border-radius: 8px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area .icons-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area .icons-area .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-13);
  display: inline-block;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area .icons-area .number h4 {
  font-size: var(--ztc-font-size-font-s60);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-7);
  line-height: var(--ztc-font-size-font-s60);
  transition: all 0.4s;
  font-family: var(--ztc-family-font1);
}
.service4-section-area .service-auhtor-boxes-area .service-box-area .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 16px;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  opacity: 80%;
  transition: all 0.4s;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area .content-area .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 0;
}
.service4-section-area .service-auhtor-boxes-area .service-box-area .content-area .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

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

@media (max-width: 767px) {
  .service-inner-header .service-images {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner-header .service-images {
    margin-bottom: 30px;
  }
}
.service-inner-header .service-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .service-inner-header .service-textarea {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner-header .service-textarea {
    margin-bottom: 50px;
  }
}

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

.service7-section-area {
  position: relative;
}
.service7-section-area .service-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service7-section-area .service-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .service-header {
    margin-bottom: 30px;
  }
}
.service7-section-area .all-service-box {
  position: relative;
  border-top: 1px solid #E7EDF6;
  border-bottom: 1px solid #E7EDF6;
  transition: all 0.4s;
}
.service7-section-area .all-service-box:hover {
  background: var(--ztc-bg-bg-24);
  transition: all 0.4s;
}
.service7-section-area .all-service-box:hover .service-main-boxarea {
  padding: 24px;
}
.service7-section-area .all-service-box:hover .service-main-boxarea .service-images .text a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service7-section-area .all-service-box:hover .service-main-boxarea .pera p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service7-section-area .all-service-box:hover .service-main-boxarea .arrow a {
  background: var(--ztc-text-text-1);
  color: var(--ztc-bg-bg-24);
  transition: all 0.4s;
}
.service7-section-area .all-service-box .service-main-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .all-service-box .service-main-boxarea {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea {
    display: inline-block;
  }
}
.service7-section-area .all-service-box .service-main-boxarea .service-images {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .service-images {
    display: inline-block;
  }
}
.service7-section-area .all-service-box .service-main-boxarea .service-images .img1 {
  width: 220px;
  height: 80px;
}
@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .service-images .img1 {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .service-images .img1 img {
    width: 100%;
    height: 100%;
  }
}
.service7-section-area .all-service-box .service-main-boxarea .service-images .text {
  padding-left: 24px;
}
@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .service-images .text {
    padding-left: 0;
    padding-top: 20px;
  }
}
.service7-section-area .all-service-box .service-main-boxarea .service-images .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .all-service-box .service-main-boxarea .service-images .text a {
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s24);
  }
}
@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .service-images .text a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: var(--ztc-font-size-font-s20);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera {
    padding-top: 20px;
  }
}
.service7-section-area .all-service-box .service-main-boxarea .pera p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
  transition: all 0.4s;
}
.service7-section-area .all-service-box .service-main-boxarea .pera.box2 {
  padding-left: 158px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera.box2 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera.box2 {
    padding-left: 0;
  }
}
.service7-section-area .all-service-box .service-main-boxarea .pera.box3 {
  padding-left: 66px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera.box3 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera.box3 {
    padding-left: 0;
  }
}
.service7-section-area .all-service-box .service-main-boxarea .pera.box4 {
  padding-left: 124px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera.box4 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera.box4 {
    padding-left: 0;
  }
}
.service7-section-area .all-service-box .service-main-boxarea .pera.box5 {
  padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera.box5 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera.box5 {
    padding-left: 0;
  }
}
.service7-section-area .all-service-box .service-main-boxarea .pera.box6 {
  padding-left: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera.box6 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera.box6 {
    padding-left: 0;
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .all-service-box .service-main-boxarea .arrow {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .arrow {
    padding-top: 20px;
  }
}
.service7-section-area .all-service-box .service-main-boxarea .arrow a {
  height: 48px;
  width: 48px;
  text-align: center;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  color: var(--ztc-text-text-2);
  line-height: 48px;
  transform: rotate(-45deg);
}

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

.service10-section-area {
  position: relative;
  background: #F6F8FA;
}
.service10-section-area .service-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service10-section-area .service-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .service-header {
    margin-bottom: 30px;
  }
}
.service10-section-area .all-service-box {
  position: relative;
  border-top: 1px solid #F7E9E3;
  border-bottom: 1px solid #F7E9E3;
  transition: all 0.4s;
}
.service10-section-area .all-service-box:hover {
  background: var(--ztc-bg-bg-25);
  transition: all 0.4s;
}
.service10-section-area .all-service-box:hover .service-main-boxarea {
  padding: 24px;
}
.service10-section-area .all-service-box:hover .service-main-boxarea .service-images .text a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service10-section-area .all-service-box:hover .service-main-boxarea .pera p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service10-section-area .all-service-box:hover .service-main-boxarea .arrow a {
  background: var(--ztc-text-text-1);
  color: var(--ztc-bg-bg-25);
  transition: all 0.4s;
}
.service10-section-area .all-service-box .service-main-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .all-service-box .service-main-boxarea {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea {
    display: inline-block;
  }
}
.service10-section-area .all-service-box .service-main-boxarea .service-images {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .service-images {
    display: inline-block;
  }
}
.service10-section-area .all-service-box .service-main-boxarea .service-images .img1 {
  width: 220px;
  height: 80px;
}
@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .service-images .img1 {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .service-images .img1 img {
    width: 100%;
    height: 100%;
  }
}
.service10-section-area .all-service-box .service-main-boxarea .service-images .text {
  padding-left: 24px;
}
@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .service-images .text {
    padding-left: 0;
    padding-top: 20px;
  }
}
.service10-section-area .all-service-box .service-main-boxarea .service-images .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .all-service-box .service-main-boxarea .service-images .text a {
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s24);
  }
}
@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .service-images .text a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: var(--ztc-font-size-font-s20);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera {
    padding-top: 20px;
  }
}
.service10-section-area .all-service-box .service-main-boxarea .pera p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
  transition: all 0.4s;
}
.service10-section-area .all-service-box .service-main-boxarea .pera.box2 {
  padding-left: 158px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera.box2 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera.box2 {
    padding-left: 0;
  }
}
.service10-section-area .all-service-box .service-main-boxarea .pera.box3 {
  padding-left: 66px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera.box3 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera.box3 {
    padding-left: 0;
  }
}
.service10-section-area .all-service-box .service-main-boxarea .pera.box4 {
  padding-left: 124px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera.box4 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera.box4 {
    padding-left: 0;
  }
}
.service10-section-area .all-service-box .service-main-boxarea .pera.box5 {
  padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera.box5 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera.box5 {
    padding-left: 0;
  }
}
.service10-section-area .all-service-box .service-main-boxarea .pera.box6 {
  padding-left: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera.box6 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera.box6 {
    padding-left: 0;
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .all-service-box .service-main-boxarea .arrow {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .arrow {
    padding-top: 20px;
  }
}
.service10-section-area .all-service-box .service-main-boxarea .arrow a {
  height: 48px;
  width: 48px;
  text-align: center;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  color: var(--ztc-text-text-2);
  line-height: 48px;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}

.service11-section-area {
  position: relative;
  z-index: 1;
  background: #F8F9FB;
}
.service11-section-area .service11-boxarea {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.service11-section-area .service11-boxarea:hover .img1 img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.service11-section-area .service11-boxarea:hover .content-area::after {
  height: 100%;
  transition: all 0.4s;
  border-radius: 8px;
}
.service11-section-area .service11-boxarea:hover .content-area a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service11-section-area .service11-boxarea:hover .content-area .icons {
  transform: rotateY(180deg);
  transition: all 0.4s;
}
.service11-section-area .service11-boxarea .img1 {
  overflow: hidden;
  border-radius: 8px;
}
.service11-section-area .service11-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  border-radius: 8px;
}
.service11-section-area .service11-boxarea .content-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 56px 24px 32px 24px;
  margin: 0 30px;
  margin-top: -60px;
}
.service11-section-area .service11-boxarea .content-area::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 0px 0px 8px 8px;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  transition: all 0.4s;
  z-index: -1;
}
.service11-section-area .service11-boxarea .content-area .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background: #F8F9FB;
  position: absolute;
  top: -40px;
}
.service11-section-area .service11-boxarea .content-area a {
  color: var(--Text-Color, #081120);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transition: all 0.4s;
  display: inline-block;
}
.service11-section-area .service-btn1 {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  border-radius: 8px;
  padding: 18px 24px;
  z-index: 0;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
}
.service11-section-area .service-btn1 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.service11-section-area .service-btn1:hover::after {
  width: 100%;
  transition: all 0.4s;
}
.service11-section-area .service-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--Linner-Color, linear-gradient(268deg, #0A18A1 0.24%, #408BFF 98.24%));
  border-radius: 8px;
  z-index: -1;
}

.service12-section-area {
  position: relative;
  z-index: 1;
  background: #055346;
}
.service12-section-area .service-header h5 {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
}
.service12-section-area .service-header h2 {
  color: var(--ztc-text-text-1);
}
.service12-section-area .service-slider {
  position: relative;
}
.service12-section-area .service-slider .owl-stage-outer {
  position: absolute;
}
@media (max-width: 767px) {
  .service12-section-area .service-slider .owl-stage-outer {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service12-section-area .service-slider .owl-stage-outer {
    position: relative;
  }
}
.service12-section-area .service-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -110px;
}
@media (max-width: 767px) {
  .service12-section-area .service-slider .owl-nav {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service12-section-area .service-slider .owl-nav {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.service12-section-area .service-slider .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
  font-size: 20px;
}
.service12-section-area .service-slider .owl-nav button:hover {
  background: #DDFA63;
  color: #055346;
  transition: all 0.4s;
}
.service12-section-area .service-slider .owl-nav .owl-prev {
  margin: 0 16px 0 0;
}
.service12-section-area .service-slider .service12-boxarea {
  background: #fff;
  border-radius: 4px;
  padding: 28px 24px;
  position: relative;
  z-index: 1;
  border: 1px solid #F2F2F2;
}
.service12-section-area .service-slider .service12-boxarea:hover .icons {
  background: #DDFA63;
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.service12-section-area .service-slider .service12-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  transition: all 0.4s;
  background: #E6EEEC;
  transition: all 0.4s;
}
.service12-section-area .service-slider .service12-boxarea .icons img {
  width: 26px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  display: inline-block;
}
.service12-section-area .service-slider .service12-boxarea .content a {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.service12-section-area .service-slider .service12-boxarea .content p {
  color: #5D6261;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.service12-section-area .service-slider .service12-boxarea .content .readmore {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  transition: all 0.4s;
}
.service12-section-area .service-slider .service12-boxarea .content .readmore i {
  margin-left: 4px;
}

.service13-section-area {
  position: relative;
  z-index: 1;
  background: #F8F6FC;
}
.service13-section-area .header-area-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .service13-section-area .header-area-service {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .service13-section-area .header-area-service .btn-area1 {
    margin-top: 32px;
  }
}
.service13-section-area .service13-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s;
  background: #fff;
  padding: 24px;
  margin-bottom: 30px;
}
.service13-section-area .service13-boxarea:hover::after {
  height: 100%;
  transition: all 0.4s;
  width: 100%;
  left: 0;
  visibility: visible;
  opacity: 1;
}
.service13-section-area .service13-boxarea:hover .icons {
  background: #FFF;
}
.service13-section-area .service13-boxarea:hover .content-area a {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.service13-section-area .service13-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
}
.service13-section-area .service13-boxarea:hover .content-area .readmore {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service13-section-area .service13-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  border-radius: 5px;
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  z-index: -1;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.service13-section-area .service13-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  background: rgba(255, 15, 81, 0.05);
  display: inline-block;
  transition: all 0.4s;
}
.service13-section-area .service13-boxarea .content-area .head {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service13-section-area .service13-boxarea .content-area .head {
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service13-section-area .service13-boxarea .content-area .head {
    line-height: 30px;
  }
}
.service13-section-area .service13-boxarea .content-area p {
  color: #5C6365;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  transition: all 0.4s;
}
.service13-section-area .service13-boxarea .content-area a.readmore {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  transition: all 0.4s;
}
.service13-section-area .service13-boxarea .content-area a.readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.service13-section-area .service13-boxarea .content-area h2 {
  color: #FFF;
  text-align: right;
  font-family: var(--ztc-family-font1);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 24px;
}

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

.service15-section-area {
  position: relative;
  z-index: 1;
}
.service15-section-area .service15-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--gray-50, #F9FAFB);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 24px 34px 24px 24px;
  margin-bottom: 30px;
}
.service15-section-area .service15-boxarea:hover::after {
  left: 0;
  transition: all 0.4s;
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.service15-section-area .service15-boxarea:hover .icons {
  background: #fff;
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.service15-section-area .service15-boxarea:hover a {
  color: #fff;
  transition: all 0.4s;
}
.service15-section-area .service15-boxarea:hover p {
  color: #fff;
  transition: all 0.4s;
  opacity: 80%;
}
.service15-section-area .service15-boxarea::after {
  position: absolute;
  z-index: -1;
  transition: all 0.4s;
  content: "";
  height: 100%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  top: 0;
  border-radius: 8px;
  background: #1A56DB;
  width: 10px;
}
.service15-section-area .service15-boxarea .icons {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  transition: all 0.4s;
  display: inline-block;
  background: #E1EFFE;
  border-radius: 8px;
}
.service15-section-area .service15-boxarea .icons img {
  transition: all 0.4s;
}
.service15-section-area .service15-boxarea a {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  display: inline-block;
  transition: all 0.4s;
}
.service15-section-area .service15-boxarea p {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.4s;
}

/*============= SERVICE CSS AREA ENDS===============*/
/*============= HERO CSS AREA ===============*/
.hero1-section-area {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0 0;
}
.hero1-section-area .elements1 {
  position: absolute;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero1-section-area .header-main-content {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .header-main-content {
    margin-bottom: 60px;
  }
}
.hero1-section-area .header-main-content .btn-area {
  display: inline-block;
}
.hero1-section-area .header-main-content .btn-area .header-btn1 {
  margin-top: 32px;
}
.hero1-section-area .header-main-content .btn-area .header-btn2 {
  margin-top: 20px;
  margin-left: 16px;
  color: var(--ztc-text-text-4);
  border: 1px solid var(--ztc-text-text-4);
}
@media (max-width: 767px) {
  .hero1-section-area .header-main-content .btn-area .header-btn2 {
    margin-left: 0;
  }
}
.hero1-section-area .header-main-content .btn-area .header-btn2 span {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
}
.hero1-section-area .header-images-area {
  position: relative;
}
.hero1-section-area .header-images-area .main-images-area {
  position: relative;
  left: 100px;
}
@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .header-images-area .main-images-area {
    left: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero1-section-area .header-images-area .main-images-area {
    left: -20px;
  }
}
.hero1-section-area .header-images-area .main-images-area .img1 {
  position: relative;
  left: 60px;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area .img1 {
    left: 0;
  }
}
.hero1-section-area .header-images-area .main-images-area .img1 img {
  height: 672.01px;
  width: 486.95px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero1-section-area .header-images-area .main-images-area .img2 {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}
@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area .img2 {
    top: 100px;
  }
}
.hero1-section-area .header-images-area .main-images-area .img2 img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.hero1-section-area .header-images-area .main-images-area .icons-area .sound-icons1 {
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area .icons-area .sound-icons1 {
    left: -20px;
  }
}
.hero1-section-area .header-images-area .main-images-area .icons-area .lite-icons1 {
  position: absolute;
  top: 40%;
  right: -70px;
}
@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area .icons-area .lite-icons1 {
    top: 0;
    right: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .header-images-area .main-images-area .icons-area .lite-icons1 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area .auhtor-icons {
    display: none;
  }
}
.hero1-section-area .header-images-area .main-images-area .auhtor-icons .elements2 {
  position: absolute;
  top: 0;
  right: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .header-images-area .main-images-area .auhtor-icons .elements2 {
    right: 170px;
  }
}
.hero1-section-area .header-images-area .main-images-area .auhtor-icons .elements3 {
  position: absolute;
  bottom: 140px;
  left: -44px;
}
@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area .auhtor-images {
    display: none;
  }
}
.hero1-section-area .header-images-area .main-images-area .auhtor-images .header-author-img1 {
  position: absolute;
  bottom: 0;
  left: -180px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .header-images-area .main-images-area .auhtor-images .header-author-img1 {
    left: -140px;
  }
}
.hero1-section-area .header-images-area .main-images-area .auhtor-images .header-author-img2 {
  position: absolute;
  top: -40px;
  right: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .header-images-area .main-images-area .auhtor-images .header-author-img2 {
    right: 50px;
  }
}

.hero2-section-area {
  position: relative;
  z-index: 1;
  padding: 180px 0 120px;
}
@media (max-width: 767px) {
  .hero2-section-area {
    padding: 180px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-section-area {
    padding: 180px 0 60px;
  }
}
.hero2-section-area .star3 {
  position: absolute;
  left: 0;
  top: 0;
}
.hero2-section-area .star4 {
  position: absolute;
  right: 36px;
  bottom: 100px;
}
.hero2-section-area .header-main-area {
  padding: 0 90px 0 0;
}
@media (max-width: 767px) {
  .hero2-section-area .header-main-area {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-section-area .header-main-area {
    padding: 0;
    margin-bottom: 30px;
  }
}
.hero2-section-area .header-main-area .btn-area {
  display: inline-block;
}
.hero2-section-area .header-main-area .btn-area .header-btn4 {
  margin-top: 32px;
}
.hero2-section-area .header-main-area .btn-area .header-btn3 {
  margin-top: 32px;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .hero2-section-area .header-main-area .btn-area .header-btn3 {
    margin-left: 0;
  }
}
.hero2-section-area .header-images-area {
  position: relative;
}
.hero2-section-area .header-images-area .elements6 {
  position: absolute;
  left: -190px;
  top: 70px;
}
.hero2-section-area .header-images-area .star5 {
  position: absolute;
  bottom: 0;
  left: -220px;
}
.hero2-section-area .header-images-area .img1 {
  position: relative;
}
.hero2-section-area .header-images-area .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  transition: all 0.4s;
}
.hero2-section-area .header-images-area .img1 .header-imgbg2 {
  position: absolute;
  top: -20px;
  right: -100px;
  height: 336px;
  width: 336px;
}
@media (max-width: 767px) {
  .hero2-section-area .header-images-area .img1 .header-imgbg2 {
    left: 0;
    right: inherit;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-section-area .header-images-area .img1 .header-imgbg2 {
    left: 0;
    right: inherit;
    height: 100%;
    width: 100%;
    top: 0;
  }
}

.homepage3-body {
  overflow-x: hidden;
}

.hero3-section-area {
  position: relative;
  z-index: 1;
  padding: 180px 0 120px;
}
@media (max-width: 767px) {
  .hero3-section-area {
    padding: 180px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-section-area {
    padding: 180px 0 60px;
  }
}
.hero3-section-area .star3 {
  position: absolute;
  left: 0;
  top: 0;
}
.hero3-section-area .star4 {
  position: absolute;
  right: 36px;
  bottom: 100px;
}
.hero3-section-area .header-bg2 {
  position: absolute;
  top: 0;
  left: 0;
}
.hero3-section-area .header-bg3 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero3-section-area .header-main-area {
  padding: 0 90px 0 0;
}
@media (max-width: 767px) {
  .hero3-section-area .header-main-area {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-section-area .header-main-area {
    padding: 0;
    margin-bottom: 30px;
  }
}
.hero3-section-area .header-main-area .btn-area {
  display: inline-block;
}
.hero3-section-area .header-main-area .btn-area .header-btn4 {
  margin-top: 32px;
}
.hero3-section-area .header-main-area .btn-area .header-btn5 {
  margin-top: 32px;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .hero3-section-area .header-main-area .btn-area .header-btn5 {
    margin-left: 0;
  }
}
.hero3-section-area .header-images-area {
  position: relative;
}
.hero3-section-area .header-images-area .elements6 {
  position: absolute;
  left: -190px;
  top: 70px;
}
.hero3-section-area .header-images-area .star5 {
  position: absolute;
  bottom: 0;
  left: -220px;
}
.hero3-section-area .header-images-area .img1 {
  position: relative;
}
.hero3-section-area .header-images-area .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  transition: all 0.4s;
}
.hero3-section-area .header-images-area .img1 .header-imgbg2 {
  position: absolute;
  top: -20px;
  right: -100px;
  height: 336px;
  width: 336px;
}
@media (max-width: 767px) {
  .hero3-section-area .header-images-area .img1 .header-imgbg2 {
    left: 0;
    right: inherit;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-section-area .header-images-area .img1 .header-imgbg2 {
    left: 0;
    right: inherit;
    height: 100%;
    width: 100%;
    top: 0;
  }
}

.hero4-section-area {
  position: relative;
  padding: 180px 0 0;
  background: var(--ztc-bg-bg-16);
  overflow: hidden;
}
.hero4-section-area .hero4-header {
  position: relative;
}
.hero4-section-area .hero4-header .plus {
  position: absolute;
  right: -200px;
  top: 50px;
}
@media (max-width: 767px) {
  .hero4-section-area .hero4-header h2 img {
    display: none;
  }
}
.hero4-section-area .hero4-header .btn-area1 .header-btn6 {
  margin-top: 32px;
}
.hero4-section-area .hero4-header .btn-area1 .header-btn7 {
  margin-top: 32px;
  margin-left: 32px;
}
@media (max-width: 767px) {
  .hero4-section-area .hero4-header .btn-area1 .header-btn7 {
    margin-left: 0;
  }
}
.hero4-section-area .header-images-area {
  position: relative;
}
.hero4-section-area .header-images-area .bg1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero4-section-area .header-images-area .img1 {
  position: absolute;
  bottom: 0px;
  right: 27%;
  z-index: 1;
  left: 25%;
}
.hero4-section-area .header-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .hero4-section-area .header-images-area .img2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .header-images-area .img2 {
    display: none;
  }
}
.hero4-section-area .header-images-area .img2 .header-img6 {
  position: absolute;
  bottom: 50px;
  left: -100px;
}
.hero4-section-area .header-images-area .img2 .elements10 {
  position: absolute;
  left: 0;
  bottom: 240px;
}
@media (max-width: 767px) {
  .hero4-section-area .header-images-area .img3 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .header-images-area .img3 {
    display: none;
  }
}
.hero4-section-area .header-images-area .img3 .header-img6 {
  position: absolute;
  left: -100px;
  top: -200px;
}
.hero4-section-area .header-images-area .img3 .elements10 {
  position: absolute;
  left: 75px;
  top: -30px;
}
@media (max-width: 767px) {
  .hero4-section-area .header-images-area .img4 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .header-images-area .img4 {
    display: none;
  }
}
.hero4-section-area .header-images-area .img4 .header-img6 {
  position: absolute;
  right: -100px;
  top: 0;
}
.hero4-section-area .header-images-area .img4 .elements10 {
  position: absolute;
  right: 75px;
  top: 100px;
}
.hero4-section-area .header-images-area .content {
  position: absolute;
  right: -200px;
  bottom: 80px;
}
@media (max-width: 767px) {
  .hero4-section-area .header-images-area .content {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .header-images-area .content {
    display: none;
  }
}
.hero4-section-area .header-images-area .content ul li {
  display: inline-block;
  color: var(--ztc-text-text-6);
}
.hero4-section-area .header-images-area .content p {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  line-height: var(--ztc-font-size-font-s26);
  font-size: var(--ztc-font-size-font-s20);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  margin-top: 20px;
  margin-bottom: 20px;
}
.hero4-section-area .header-images-area .content span {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-regular);
  display: inline-block;
}
.hero4-section-area .header-images-area .content span img {
  margin: 0 6px 0 0;
}
.hero4-section-area .header-images-area .img4.others .header-img6 {
  top: -50px;
}
.hero4-section-area .header-images-area .img4.others .elements10 {
  top: 0;
}
.hero4-section-area .header-images-area .bg-2 {
  text-align: center;
  margin-top: -150px;
  height: 360px;
}
@media (max-width: 767px) {
  .hero4-section-area .header-images-area .bg-2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .header-images-area .bg-2 {
    display: none;
  }
}
.hero4-section-area .header-images-area .bg-2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero4-section-area .header-images-area .form-area form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ztc-text-text-1);
  padding: 24px 32px;
  border-radius: 90px;
  position: absolute;
  width: 830px;
  z-index: 1;
  top: 142px;
  left: 18%;
}
@media (max-width: 767px) {
  .hero4-section-area .header-images-area .form-area form {
    width: 100%;
    left: 0;
    display: inline-block;
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    margin-bottom: 50px;
    border-radius: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .header-images-area .form-area form {
    left: 0;
    width: 100%;
    top: 0;
    margin-bottom: 50px;
    position: relative;
  }
}
.hero4-section-area .header-images-area .form-area form .input-area {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hero4-section-area .header-images-area .form-area form .input-area {
    margin-bottom: 20px;
  }
}
.hero4-section-area .header-images-area .form-area form .input-area input {
  width: 100%;
  margin-left: 6px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
}
.hero4-section-area .header-images-area .form-area form .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-regular);
}
.hero4-section-area .header-images-area .form-area form .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-regular);
}

.hero5-section-area {
  position: relative;
  z-index: 1;
  padding: 150px 0 0;
  overflow: hidden;
}
.hero5-section-area .header-content-area {
  padding: 0 80px 0 0;
  margin-top: -40px;
}
@media (max-width: 767px) {
  .hero5-section-area .header-content-area {
    padding: 0;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-section-area .header-content-area {
    padding: 0;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.hero5-section-area .header-content-area .btn-area1 .header-btn9 {
  margin-top: 32px;
}
.hero5-section-area .header-content-area .btn-area1 .header-btn10 {
  margin-top: 32px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .hero5-section-area .header-content-area .btn-area1 .header-btn10 {
    margin-left: 0;
  }
}
.hero5-section-area .hero-images-area {
  position: relative;
}
@media (max-width: 767px) {
  .hero5-section-area .hero-images-area {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-section-area .hero-images-area {
    left: 30px;
  }
}
.hero5-section-area .hero-images-area .imges {
  position: relative;
  z-index: 1;
  left: 10%;
}
.hero5-section-area .hero-images-area .imges1 {
  position: absolute;
  bottom: 0;
}
.hero5-section-area .hero-images-area .imges1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero5-section-area .hero-images-area .auhtor-images .img1 .author-img1 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: -130px;
}
@media (max-width: 767px) {
  .hero5-section-area .hero-images-area .auhtor-images .img1 .author-img1 {
    display: none;
  }
}
.hero5-section-area .hero-images-area .auhtor-images .img1 .sound-icons3 {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50px;
}
@media (max-width: 767px) {
  .hero5-section-area .hero-images-area .auhtor-images .img1 .sound-icons3 {
    left: -20px;
    top: 0;
  }
}
.hero5-section-area .hero-images-area .auhtor-images .img1 .lite-icons2 {
  position: absolute;
  z-index: 2;
  right: -50px;
  top: 35%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-section-area .hero-images-area .auhtor-images .img1 .lite-icons2 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .hero5-section-area .hero-images-area .auhtor-images .img1 .lite-icons2 {
    right: -20px;
    top: 0;
  }
}
.hero5-section-area .hero-images-area .auhtor-images .img1 .elements11 {
  position: absolute;
  bottom: 190px;
}

.hero7-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-bg7.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 220px 0 180px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero7-section-area {
    padding: 160px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7-section-area {
    padding: 160px 0 60px;
  }
}
.hero7-section-area .hero7-header {
  position: relative;
}
.hero7-section-area .hero7-header form {
  position: relative;
  background: var(--ztc-text-text-1);
  width: 385px;
}
@media (max-width: 767px) {
  .hero7-section-area .hero7-header form {
    width: 100%;
  }
}
.hero7-section-area .hero7-header form input {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding: 16px 16px 16px 44px;
  width: 100%;
}
.hero7-section-area .hero7-header form input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.hero7-section-area .hero7-header form input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.hero7-section-area .hero7-header form span {
  color: var(--ztc-text-text-3);
  position: absolute;
  top: 16px;
  left: 16px;
}
.hero7-section-area .hero7-header form button {
  border: none;
  outline: none;
  position: absolute;
  right: -163px;
}
@media (max-width: 767px) {
  .hero7-section-area .hero7-header form button {
    right: 0;
  }
}
.hero7-section-area .hero7-header .author-images {
  display: flex;
  align-items: center;
}
.hero7-section-area .hero7-header .author-images .stars {
  margin-left: 24px;
}
.hero7-section-area .hero7-header .author-images .stars ul li {
  display: inline-block;
  color: #FF6610;
}
.hero7-section-area .hero7-header .author-images .stars p {
  margin-top: 4px;
}
.hero7-section-area .header7-images .img1 {
  position: absolute;
  top: -35px;
  width: 100%;
  left: 50%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero7-section-area .header7-images .img1 {
    left: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7-section-area .header7-images .img1 {
    position: relative;
    left: 0;
    top: 30px;
  }
}
@media (max-width: 767px) {
  .hero7-section-area .header7-images .img1 {
    position: relative;
    left: 0;
    top: 30px;
  }
}
.hero7-section-area .header7-images .img2 {
  position: absolute;
  right: 0;
  bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7-section-area .header7-images .img2 {
    position: relative;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero7-section-area .header7-images .img2 {
    position: relative;
    right: 0;
    bottom: 0;
  }
}
.hero7-section-area .header7-images .img2 img {
  height: 334px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7-section-area .header7-images .img2 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .hero7-section-area .header7-images .img2 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.hero8-section-area {
  position: relative;
  background-image: url(../img/bg/header-bg8.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 240px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8-section-area {
    padding: 160px 0 0 0;
  }
}
@media (max-width: 767px) {
  .hero8-section-area {
    padding: 160px 0 0 0;
  }
}
.hero8-section-area .elements16 {
  position: absolute;
  right: 50px;
  top: 35%;
  height: 140px;
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .hero8-section-area .elements16 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8-section-area .elements16 {
    display: none;
  }
}
.hero8-section-area .elements17 {
  position: absolute;
  left: 17%;
  top: 33%;
}
@media (max-width: 767px) {
  .hero8-section-area .elements17 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8-section-area .elements17 {
    display: none;
  }
}
.hero8-section-area .star8 {
  position: absolute;
}
.hero8-section-area .star9 {
  position: absolute;
  right: 0;
  top: 50%;
}
.hero8-section-area .bottom-img img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero8-section-area .hero8-header {
  position: relative;
}
.hero8-section-area .hero8-header form {
  position: relative;
  background: var(--ztc-text-text-1);
  border-radius: 100px;
  padding: 16px 16px 16px 24px;
  height: 80px;
  width: 670px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .hero8-section-area .hero8-header form {
    width: 100%;
  }
}
.hero8-section-area .hero8-header form input {
  width: 100%;
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  height: 45px;
  padding-left: 22px;
}
.hero8-section-area .hero8-header form input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.hero8-section-area .hero8-header form input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.hero8-section-area .hero8-header form button {
  border: none;
  outline: none;
  position: absolute;
  right: 16px;
  top: 15px;
}
@media (max-width: 767px) {
  .hero8-section-area .hero8-header form button {
    top: 102px;
  }
}
.hero8-section-area .hero8-header form span.global {
  color: var(--ztc-text-text-3);
  position: absolute;
  top: 28px;
}

.hero9-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-img9.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 200px 0 360px;
}
@media (max-width: 767px) {
  .hero9-section-area {
    padding: 160px 0 360px;
  }
}

.homepage-bottom-area {
  margin-top: -280px;
  position: relative;
  z-index: 1;
}
.homepage-bottom-area .header-author-area {
  background: var(--ztc-text-text-17);
  border-radius: 8px;
  padding: 50px 32px;
}
.homepage-bottom-area .header-author-area .header-area {
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .homepage-bottom-area .header-author-area .header-area {
    margin-bottom: 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-bottom-area .header-author-area .header-area {
    margin-bottom: 30px;
    padding: 0;
  }
}
.homepage-bottom-area .header-author-area .header-area h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 10px;
}
.homepage-bottom-area .header-author-area .header-area h5 img {
  filter: brightness(0) invert(1);
  margin: 0 6px 0 0;
}
.homepage-bottom-area .header-author-area .header-area h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 40px;
}
@media (max-width: 767px) {
  .homepage-bottom-area .header-author-area .header-area h2 {
    font-size: var(--ztc-font-size-font-s28);
    line-height: 36px;
  }
}
.homepage-bottom-area .header-author-area .header-area .counter-boxarea {
  padding-top: 32px;
  border-top: 1px solid #7567E1;
}
.homepage-bottom-area .header-author-area .header-area .counter-boxarea .counter-box p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 80%;
}
.homepage-bottom-area .header-author-area .header-area .btn-area1 a {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-17);
}
.homepage-bottom-area .header-author-area .header-area .btn-area1 a span {
  background: var(--ztc-text-text-17);
  color: var(--ztc-text-text-1);
}
.homepage-bottom-area .header-author-area .header-area .btn-area1 a:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
}
.homepage-bottom-area .header-author-area .header-area .btn-area1 a:hover span {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
}
.homepage-bottom-area .header-author-area .header-bottom-img {
  position: relative;
}
.homepage-bottom-area .header-author-area .header-bottom-img .owl-nav {
  position: absolute;
  top: 47%;
  z-index: 1;
}
@media (max-width: 767px) {
  .homepage-bottom-area .header-author-area .header-bottom-img .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-bottom-area .header-author-area .header-bottom-img .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.homepage-bottom-area .header-author-area .header-bottom-img .owl-nav .owl-prev {
  left: -14px;
  position: absolute;
}
@media (max-width: 767px) {
  .homepage-bottom-area .header-author-area .header-bottom-img .owl-nav .owl-prev {
    position: relative;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-bottom-area .header-author-area .header-bottom-img .owl-nav .owl-prev {
    position: relative;
    left: 0;
  }
}
.homepage-bottom-area .header-author-area .header-bottom-img .owl-nav .owl-next {
  position: absolute;
  left: inherit;
  right: -512px;
}
@media (max-width: 767px) {
  .homepage-bottom-area .header-author-area .header-bottom-img .owl-nav .owl-next {
    position: relative;
    left: 0;
    right: inherit;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-bottom-area .header-author-area .header-bottom-img .owl-nav .owl-next {
    position: relative;
    left: 0;
    right: inherit;
    margin-left: 10px;
  }
}
.homepage-bottom-area .header-author-area .header-bottom-img .owl-nav button {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-17);
  font-size: var(--ztc-font-size-font-s16);
}

.hero10-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-bg11.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 200px 0 250px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero10-section-area {
    padding: 160px 0 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero10-section-area {
    padding: 160px 0 250px;
  }
}
.hero10-section-area .elements18 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero10-section-area .bg1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero10-section-area .bg2-elements {
  position: absolute;
  top: 0;
  left: 0;
}
.hero10-section-area .hero-header-area .btn-area1 .video-btn {
  color: var(--ztc-bg-bg-25);
  margin-left: 24px;
}
@media (max-width: 767px) {
  .hero10-section-area .hero-header-area .btn-area1 .video-btn {
    margin-left: 24px;
    margin-top: 20px;
  }
}
.hero10-section-area .hero-header-area .btn-area1 .video-btn .play {
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-25);
  color: var(--ztc-text-text-1);
  position: relative;
}
.hero10-section-area .hero-header-area .btn-area1 .video-btn .play::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 19px;
  top: 19px;
  background: var(--ztc-bg-bg-25);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 50%;
  animation: pulse-border1 1500ms ease-out infinite;
  opacity: 40%;
  display: inline-block;
}
.hero10-section-area .hero-header-area .btn-area1 .video-btn .text {
  color: var(--ztc-bg-bg-25);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  margin-left: 8px;
}
.hero10-section-area .hero-header-area .auhtor-area {
  display: flex;
  align-items: center;
}
.hero10-section-area .hero-header-area .auhtor-area .text {
  margin-left: 24px;
}
.hero10-section-area .hero-header-area .auhtor-area ul li {
  color: var(--ztc-bg-bg-25);
  display: inline-block;
}
.hero10-section-area .imges {
  position: relative;
  z-index: 1;
  top: -40px;
}
@media (max-width: 767px) {
  .hero10-section-area .imges {
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero10-section-area .imges {
    top: 0;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero10-section-area .imges {
    left: 0;
    top: -40px;
  }
}
.hero10-section-area .imges img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header10-bottom-area {
  position: relative;
  z-index: 1;
  margin-top: -120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header10-bottom-area {
    margin-top: -180px;
  }
}
@media (max-width: 767px) {
  .header10-bottom-area {
    margin-top: -180px;
  }
}
.header10-bottom-area .header-auhtor-area {
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 32px 90px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .header10-bottom-area .header-auhtor-area {
    padding: 20px;
  }
}
.header10-bottom-area .header-auhtor-area .header-form-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header10-bottom-area .header-auhtor-area .header-form-area {
    display: block;
  }
}
@media (max-width: 767px) {
  .header10-bottom-area .header-auhtor-area .header-form-area {
    display: block;
  }
}
.header10-bottom-area .header-auhtor-area .header-form-area form {
  background: #F6F8FA;
  position: relative;
  padding: 18px;
  height: 52px;
  border-radius: 110px;
  width: 350px;
}
@media (max-width: 767px) {
  .header10-bottom-area .header-auhtor-area .header-form-area form {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header10-bottom-area .header-auhtor-area .header-form-area form {
    width: 100%;
    margin-top: 20px;
  }
}
.header10-bottom-area .header-auhtor-area .header-form-area form span {
  position: absolute;
  left: 20px;
  top: 16px;
}
.header10-bottom-area .header-auhtor-area .header-form-area form input {
  width: 100%;
  height: 100%;
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding-left: 30px;
  position: relative;
  top: -3px;
}
@media (max-width: 767px) {
  .header10-bottom-area .header-auhtor-area .header-form-area .btn-area1 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header10-bottom-area .header-auhtor-area .header-form-area .btn-area1 {
    margin-top: 20px;
  }
}
.header10-bottom-area .header-auhtor-area .header-form-area .btn-area1 button {
  border: none;
  outline: none;
}

.hero11-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-bg12.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0 200px;
  overflow: hidden;
}
.hero11-section-area .elements22 {
  right: 0;
  position: absolute;
  height: 100%;
  top: 0;
}
.hero11-section-area .hero-header h5 {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  padding: 8px 14px;
}
@media (max-width: 767px) {
  .hero11-section-area .hero-header h5 {
    line-height: 24px;
  }
}
.hero11-section-area .hero-header h5 img {
  margin: 0 8px 0 0;
  filter: brightness(0) invert(1);
}
.hero11-section-area .hero-header h2{
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
}
@media (max-width: 767px) {
  .hero11-section-area .hero-header h2{
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.hero11-section-area .hero-header p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.hero11-section-area .images {
  position: relative;
}
@media (max-width: 767px) {
  .hero11-section-area .images {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero11-section-area .images {
    margin-top: 50px;
  }
}
.hero11-section-area .images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.hero11-section-area .images .elements21 {
  width: 156px;
  height: 142px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 50px;
  left: -140px;
}

.hero12-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 150px 0 0;
}
.hero12-section-area .bg1 img {
  position: absolute;
  top: 130px;
  right: 0;
  width: 52%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero12-section-area .bg1 img {
    top: inherit;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero12-section-area .bg1 img {
    bottom: 0;
    top: inherit;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero12-section-area .bg1 img {
    bottom: 0;
    top: inherit;
    width: 100%;
  }
}
.hero12-section-area .hero-bg2 {
  position: absolute;
  left: 0;
  top: 0;
}
.hero12-section-area .elements26 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero12-section-area .hero-images-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero12-section-area .hero-images-area {
    margin-top: 50px;
  }
}
.hero12-section-area .hero-images-area .icons .icons1 {
  position: absolute;
  left: -100px;
  top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero12-section-area .hero-images-area .icons .icons1 {
    left: 0;
  }
}
@media (max-width: 767px) {
  .hero12-section-area .hero-images-area .icons .icons1 {
    left: 0;
  }
}
.hero12-section-area .hero-images-area .icons .icons2 {
  position: absolute;
  right: -200px;
  top: 100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero12-section-area .hero-images-area .icons .icons2 {
    right: -100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero12-section-area .hero-images-area .icons .icons2 {
    right: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero12-section-area .hero-images-area .icons .icons2 {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .hero12-section-area .hero-images-area .icons .icons2 {
    right: -40px;
    top: -50px;
  }
}
.hero12-section-area .hero-images-area .icons .elements25 {
  position: absolute;
  bottom: 200px;
  left: -200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero12-section-area .hero-images-area .icons .elements25 {
    left: -50px;
  }
}
.hero12-section-area .hero-images-area .img1 {
  position: relative;
  left: 100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero12-section-area .hero-images-area .img1 {
    left: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero12-section-area .hero-images-area .img1 {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero12-section-area .hero-images-area .img1 {
    left: 200px;
  }
}
@media (max-width: 767px) {
  .hero12-section-area .hero-images-area .img1 {
    left: 0;
  }
}
.hero12-section-area .hero-images-area .author-img {
  position: absolute;
  right: -200px;
  z-index: 1;
  bottom: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero12-section-area .hero-images-area .author-img {
    right: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero12-section-area .hero-images-area .author-img {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .hero12-section-area .hero-images-area .author-img {
    right: inherit;
    left: 0;
  }
}

.hero13-section-area {
  position: relative;
  z-index: 1;
  background: #F8F6FC;
  padding: 100px 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero13-section-area {
    padding: 150px 0 0;
  }
}
@media (max-width: 767px) {
  .hero13-section-area {
    padding: 150px 0 0;
  }
}
.hero13-section-area .img2 {
  position: absolute;
  right: 0;
  bottom: -1600px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero13-section-area .img2 {
    position: absolute;
    right: 0;
    bottom: -1311px;
    width: 1327px;
  }
}
@media (max-width: 767px) {
  .hero13-section-area .img2 {
    position: absolute;
    right: 0;
    bottom: -500px;
    width: 580px;
  }
}
@media (max-width: 767px) {
  .hero13-section-area .hero13-header {
    margin-bottom: 50px;
  }
}
.hero13-section-area .hero13-header .header-btn21.btn2 {
  background: #fff;
  color: #FD3B32;
  border: 1px solid #FD3B32;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .hero13-section-area .hero13-header .header-btn21.btn2 {
    margin-top: 20px;
    margin-left: 0;
  }
}
.hero13-section-area .hero13-header .header-btn21.btn2:hover {
  color: #fff;
  transition: all 0.4s;
  border: 1px solid #090B0E;
}
.hero13-section-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
  left: 182px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero13-section-area .img1 img {
    left: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero13-section-area .img1 img {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero13-section-area .img1 img {
    left: 0;
  }
}
@media (max-width: 767px) {
  .hero13-section-area .img1 img {
    left: 0;
  }
}
@media screen and (min-width: 2000px) {
  .hero13-section-area .img1 img {
    left: 440px;
  }
}

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

.hero15-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-bg14.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .hero15-section-area {
    padding: 150px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero15-section-area {
    padding: 150px 0 0;
  }
}
.hero15-section-area .hero15-header {
  position: relative;
  z-index: 1;
}
.hero15-section-area .hero15-header h5 {
  color: var(--gray-700, #374151);
  font-family: var(--ztc-family-font1);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 30px;
  background: var(--gray-50, #F9FAFB);
  padding: var(--1, 4px) var(--2, 8px) var(--1, 4px) var(--1, 4px);
}
.hero15-section-area .hero15-header h5 span {
  color: var(--white, var(--white, #FFF));
  font-family: var(--ztc-family-font1);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 10px;
  background: var(--primary-700, #1A56DB);
  padding: var(--05, 2px) var(--3, 12px);
  margin: 0 10px 0 0;
}
.hero15-section-area .hero15-header h5 i {
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
}
.hero15-section-area .hero15-header h2{
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.hero15-section-area .hero15-header h2 img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero15-section-area .hero15-header h2{
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.hero15-section-area .hero15-header p {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
  transition: all 0.4s;
}
.hero15-section-area .hero15-header .btn-area1 .header-btn25.btn2 {
  background: none;
  color: #090B0E;
  margin-left: 16px;
  border-radius: var(--rounded-full, 9999px);
  border: 1px solid var(--gray-300, #D1D5DB);
}
@media (max-width: 767px) {
  .hero15-section-area .hero15-header .btn-area1 .header-btn25.btn2 {
    margin-top: 20px;
    margin-left: 0;
  }
}
.hero15-section-area .hero15-header .btn-area1 .header-btn25.btn2 i {
  margin: 0 4px 0 0;
}
.hero15-section-area .hero15-header .btn-area1 .header-btn25.btn2:hover {
  color: #fff;
}
.hero15-section-area .hero15-header .author-area {
  display: flex;
  align-items: center;
}
.hero15-section-area .hero15-header .author-area img {
  margin: 0 16px 0 0;
}
.hero15-section-area .hero15-header .author-area .list-area {
  padding-left: 16px;
  border-left: 1px solid #d1d1d1;
}
.hero15-section-area .hero15-header .author-area .list-area ul li {
  display: inline-block;
  color: #FACA15;
}
.hero15-section-area .hero15-header .author-area .list-area ul li:nth-last-child(1) {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.hero15-section-area .hero15-header .author-area .list-area p {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.hero15-section-area .hero15-header .author-area .list-area p span {
  font-weight: 700 !important;
  display: inline-block;
}
.hero15-section-area .images15-area {
  position: relative;
  z-index: 1;
  left: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero15-section-area .images15-area {
    left: 0;
  }
}
@media (max-width: 767px) {
  .hero15-section-area .images15-area {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero15-section-area .images15-area {
    left: 0;
  }
}
.hero15-section-area .images15-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero15-section-area .images15-area .elements32 {
  position: absolute;
  bottom: 30%;
  left: -80px;
}
.hero15-section-area .images15-area .elements34 {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.hero15-section-area .images15-area .elements35 {
  position: absolute;
  top: 18%;
  left: 0;
}
@media (max-width: 767px) {
  .hero15-section-area .images15-area .elements35 {
    display: none;
  }
}
.hero15-section-area .images15-area .elements36 {
  position: absolute;
  top: 40%;
  right: -65px;
}
.hero15-section-area .hero-bg3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
}

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

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

.mobile-header.mobile-haeder2 {
  background: var(--ztc-text-text-5);
  position: fixed;
}
.mobile-header.mobile-haeder2 .mobile-nav-icon {
  color: var(--ztc-text-text-1);
}

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

.mobile-header.mobile-haeder4 {
  background: var(--ztc-text-text-6);
  position: fixed;
}
.mobile-header.mobile-haeder4 .mobile-nav-icon {
  color: var(--ztc-text-text-1);
}

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

.mobile-header.mobile-haeder5 {
  background: var(--ztc-text-text-12);
  position: fixed;
}
.mobile-header.mobile-haeder5 .mobile-nav-icon {
  color: var(--ztc-text-text-1);
}

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

.mobile-header.mobile-haeder7 {
  background: var(--ztc-text-text-15);
  position: fixed;
}
.mobile-header.mobile-haeder7 .mobile-nav-icon {
  color: var(--ztc-text-text-1);
}

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

.mobile-header.mobile-haeder8 {
  background: var(--ztc-text-text-1);
  position: fixed;
}
.mobile-header.mobile-haeder8 .mobile-logo img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.mobile-header.mobile-haeder9 {
  background: var(--ztc-text-text-1);
  position: fixed;
}
.mobile-header.mobile-haeder9 .mobile-logo img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.mobile-header.mobile-haeder10 {
  background: var(--ztc-text-text-1);
  position: fixed;
}
.mobile-header.mobile-haeder10 .mobile-logo img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.mobile-header.mobile-haeder11 {
  background: var(--ztc-text-text-1);
  position: fixed;
}
.mobile-header.mobile-haeder11 .mobile-logo img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mobile-sidebar.mobile-sidebar11 {
  background: var(--ztc-text-text-1);
  overflow-y: scroll;
}
.mobile-sidebar.mobile-sidebar11 .logos img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mobile-sidebar.mobile-sidebar11 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
  font-weight: var(--ztc-weight-medium);
}
.mobile-sidebar.mobile-sidebar11 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium) !important;
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar11 .mobile-nav.mobile-nav1 .header-btn18 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  background: #081120;
  color: var(--ztc-text-text-1);
}
.mobile-sidebar.mobile-sidebar11 .mobile-nav.mobile-nav1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 20px;
}
.mobile-sidebar.mobile-sidebar11 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
}
.mobile-sidebar.mobile-sidebar11 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar11 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
}
.mobile-sidebar.mobile-sidebar11 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
  line-height: 30px;
}
.mobile-sidebar.mobile-sidebar11 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: var(--ztc-text-text-1);
  border: 1px solid #0F25A3;
  border-radius: 50%;
  padding: 0;
  line-height: 42px;
  transition: all 0.4s ease-in-out;
  color: #0F25A3;
}
.mobile-sidebar.mobile-sidebar11 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: #0F25A3;
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px);
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
}

.mobile-header.mobile-haeder12 {
  background: var(--ztc-text-text-1);
  position: fixed;
}
.mobile-header.mobile-haeder12 .mobile-logo img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mobile-sidebar.mobile-sidebar12 {
  background: var(--ztc-text-text-1);
  overflow-y: scroll;
}
.mobile-sidebar.mobile-sidebar12 .logos img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mobile-sidebar.mobile-sidebar12 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
  font-weight: var(--ztc-weight-medium);
  color: #055346;
}
.mobile-sidebar.mobile-sidebar12 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium) !important;
  line-height: var(--ztc-font-size-font-s16);
  color: #055346;
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar12 .mobile-nav.mobile-nav1 .header-btn20 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  color: #055346;
}
.mobile-sidebar.mobile-sidebar12 .mobile-nav.mobile-nav1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: #055346;
  margin-bottom: 20px;
}
.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
}
.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .contact-info-single i {
  color: #055346;
}
.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: #055346;
  line-height: var(--ztc-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .contact-info-single .contact-info-text a i {
  color: #055346;
}
.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
}
.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
  line-height: 30px;
}
.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: var(--ztc-text-text-1);
  border: 1px solid #055346;
  border-radius: 50%;
  padding: 0;
  line-height: 42px;
  transition: all 0.4s ease-in-out;
  color: #055346;
}
.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: #055346;
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px);
  color: var(--ztc-text-text-1);
  border: 1px solid #055346;
}

.mobile-header.mobile-haeder13 {
  background: var(--ztc-text-text-1);
  position: fixed;
}
.mobile-header.mobile-haeder13 .mobile-logo img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mobile-sidebar.mobile-sidebar13 {
  background: var(--ztc-text-text-1);
  overflow-y: scroll;
}
.mobile-sidebar.mobile-sidebar13 .logos img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mobile-sidebar.mobile-sidebar13 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
  font-weight: var(--ztc-weight-medium);
}
.mobile-sidebar.mobile-sidebar13 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium) !important;
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar13 .mobile-nav.mobile-nav1 .header-btn21 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
.mobile-sidebar.mobile-sidebar13 .mobile-nav.mobile-nav1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 20px;
}
.mobile-sidebar.mobile-sidebar13 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
}
.mobile-sidebar.mobile-sidebar13 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar13 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
}
.mobile-sidebar.mobile-sidebar13 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
  line-height: 30px;
}
.mobile-sidebar.mobile-sidebar13 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: var(--ztc-text-text-1);
  border: 1px solid #FD2F39;
  border-radius: 50%;
  padding: 0;
  line-height: 42px;
  transition: all 0.4s ease-in-out;
  color: #FD2F39;
}
.mobile-sidebar.mobile-sidebar13 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: #FD2F39;
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px);
  color: var(--ztc-text-text-1);
  border: 1px solid #FD2F39;
}

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

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

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

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

/*============= MOBILE MENU CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
.blog1-scetion-area {
  position: relative;
  z-index: 1;
}
.blog1-scetion-area .blog-hedaer-area {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .blog1-scetion-area .blog-hedaer-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog1-scetion-area .blog-hedaer-area {
    margin-bottom: 30px;
  }
}
.blog1-scetion-area .blog-author-boxarea {
  background: var(--ztc-text-text-1);
  position: relative;
  z-index: 1;
  border-radius: 4px;
}
.blog1-scetion-area .blog-author-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}
.blog1-scetion-area .blog-author-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.blog1-scetion-area .blog-author-boxarea .img1 {
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.blog1-scetion-area .blog-author-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-4);
  border-radius: 5px 5px 0 0;
  opacity: 0.7;
}
.blog1-scetion-area .blog-author-boxarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 5px 5px 0 0;
  transition: all 0.4s;
}
.blog1-scetion-area .blog-author-boxarea .content-area {
  padding: 24px;
}
.blog1-scetion-area .blog-author-boxarea .content-area .tags-area ul {
  margin-bottom: 16px;
}
.blog1-scetion-area .blog-author-boxarea .content-area .tags-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.blog1-scetion-area .blog-author-boxarea .content-area .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-3);
  margin-bottom: 0;
}
.blog1-scetion-area .blog-author-boxarea .content-area .tags-area ul li a img {
  margin: -2px 6px 0 0;
}
.blog1-scetion-area .blog-author-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 12px;
}
.blog1-scetion-area .blog-author-boxarea .content-area a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.blog1-scetion-area .blog-author-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  margin-bottom: 16px;
}
.blog1-scetion-area .blog-author-boxarea .content-area a.readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 0;
}
.blog1-scetion-area .blog-author-boxarea .content-area a.readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.blog1-scetion-area .blog-author-boxarea .content-area a.readmore i {
  transform: rotate(-45deg);
}

.blog2-section-area .blog-header-area {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .blog2-section-area .blog-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog2-section-area .blog-header-area {
    margin-bottom: 30px;
  }
}
.blog2-section-area .blog2-author-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog2-section-area .blog2-author-boxarea:hover .img1 {
  border-radius: 8px;
  transition: all 0.4s;
}
.blog2-section-area .blog2-author-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  border-radius: 8px;
}
.blog2-section-area .blog2-author-boxarea .img1 {
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
}
.blog2-section-area .blog2-author-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.blog2-section-area .blog-content {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  border-radius: 8px;
  padding: 24px 20px;
  position: relative;
  margin: -110px 30px 0;
  z-index: 2;
}
.blog2-section-area .blog-content .date {
  display: block;
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  transition: all 0.4s;
  margin-bottom: 18px;
}
.blog2-section-area .blog-content .date img {
  margin: -3px 6px 0 0;
}
.blog2-section-area .blog-content .head {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 16px;
}
.blog2-section-area .blog-content .head:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.blog2-section-area .blog-content p {
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.blog2-section-area .blog-content .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  display: inline-block;
  margin-top: 24px;
}
.blog2-section-area .blog-content .readmore:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.blog2-section-area .blog-content .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.blog2-section-area .blog-content .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

.blog3-section-area {
  position: relative;
}
.blog3-section-area .about-bg1 {
  position: absolute;
  top: 0;
  left: 0;
}
.blog3-section-area .about-bg2 {
  position: absolute;
  bottom: -220px;
  right: 0;
}
.blog3-section-area .blog-header-area {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .blog3-section-area .blog-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog3-section-area .blog-header-area {
    margin-bottom: 30px;
  }
}
.blog3-section-area .blog2-author-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog3-section-area .blog2-author-boxarea:hover .img1 {
  border-radius: 8px;
  transition: all 0.4s;
}
.blog3-section-area .blog2-author-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  border-radius: 8px;
}
.blog3-section-area .blog2-author-boxarea .img1 {
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
}
.blog3-section-area .blog2-author-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.blog3-section-area .blog-content {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  border-radius: 8px;
  padding: 24px 20px;
  position: relative;
  margin: -110px 30px 0;
  z-index: 2;
  border: 1px solid #E1E3E8;
}
.blog3-section-area .blog-content .date {
  display: block;
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  transition: all 0.4s;
  margin-bottom: 18px;
}
.blog3-section-area .blog-content .date img {
  margin: -3px 6px 0 0;
}
.blog3-section-area .blog-content .head {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 16px;
}
.blog3-section-area .blog-content .head:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.blog3-section-area .blog-content p {
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.blog3-section-area .blog-content .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  display: inline-block;
  margin-top: 24px;
}
.blog3-section-area .blog-content .readmore:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.blog3-section-area .blog-content .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.blog3-section-area .blog-content .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

.blog4-section-area .blog4-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .blog4-section-area .blog4-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog4-section-area .blog4-header {
    margin-bottom: 30px;
  }
}
.blog4-section-area .blog-auhtor-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--ztc-text-text-8);
  padding: 24px;
  margin-bottom: 30px;
}
.blog4-section-area .blog-auhtor-boxarea:hover .img1 {
  border-radius: 8px;
}
.blog4-section-area .blog-auhtor-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  border-radius: 8px;
}
.blog4-section-area .blog-auhtor-boxarea .blog-content-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.blog4-section-area .blog-auhtor-boxarea .blog-content-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  display: inline-block;
}
.blog4-section-area .blog-auhtor-boxarea .blog-content-area ul li a i {
  margin: 0 4px 0 0;
}
.blog4-section-area .blog-auhtor-boxarea .blog-content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s32);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
}
.blog4-section-area .blog-auhtor-boxarea .blog-content-area a:hover {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}
.blog4-section-area .blog-auhtor-boxarea .blog-content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.blog4-section-area .blog-auhtor-boxarea .blog-content-area .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
}
.blog4-section-area .blog-auhtor-boxarea .blog-content-area .readmore:hover {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}
.blog4-section-area .blog-auhtor-boxarea .blog-content-area .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}
.blog4-section-area .blog-auhtor-boxarea .img1 {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.blog4-section-area .blog-auhtor-boxarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  transition: all 0.4s;
}

.blog5-section-area {
  position: relative;
  z-index: 1;
}
.blog5-section-area .blog-header-area {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .blog5-section-area .blog-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog5-section-area .blog-header-area {
    margin-bottom: 30px;
  }
}
.blog5-section-area .blog-all-section .imges1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.blog5-section-area .blog-all-section .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blog5-section-area .blog-all-section .content-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog5-section-area .blog-all-section .content-area {
    margin-top: 30px;
  }
}
.blog5-section-area .blog-all-section .content-area .main-content h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-12);
  display: inline-block;
  background: var(--ztc-bg-bg-20);
  border-radius: 4px;
  padding: 6px 10px;
  transition: all 0.4s;
  margin-bottom: 20px;
}
.blog5-section-area .blog-all-section .content-area .main-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  transition: all 0.4s;
  display: block;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-semibold);
  margin-bottom: 24px;
}
.blog5-section-area .blog-all-section .content-area .main-content a:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
.blog5-section-area .blog-all-section .content-area .main-content a.text {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  display: inline-block;
}
.blog5-section-area .blog-all-section .content-area .main-content a.text img {
  margin: 0 8px 0 0;
}
.blog5-section-area .blog-all-section .content-area .arrow a {
  height: 56px;
  width: 56px;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  transition: all 0.4s;
  border-radius: 50%;
  border: 2px solid var(--ztc-text-text-12);
  transform: rotate(-45deg);
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-12);
}
.blog5-section-area .blog-all-section .content-area .arrow a:hover {
  background: var(--ztc-text-text-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-12);
  border: 2px solid var(--ztc-text-text-11);
}

.blog-top-area .blog-top-boxarea {
  border-radius: 7px;
  background: rgba(78, 47, 218, 0.05);
  position: relative;
  padding: 40px;
}
.blog-top-area .blog-top-boxarea .content-area .tags-area ul {
  margin-bottom: 16px;
}
.blog-top-area .blog-top-boxarea .content-area .tags-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.blog-top-area .blog-top-boxarea .content-area .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-3);
  margin-bottom: 0;
}
.blog-top-area .blog-top-boxarea .content-area .tags-area ul li a img {
  margin: -2px 6px 0 0;
}
.blog-top-area .blog-top-boxarea .images {
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-top-area .blog-top-boxarea .images {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-top-area .blog-top-boxarea .images {
    margin-top: 30px;
  }
}
.blog-top-area .blog-top-boxarea .images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.blog-auhtor-section-area .blog-sidebar-area {
  position: sticky;
  top: 100px;
}
@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-sidebar-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-auhtor-section-area .blog-sidebar-area {
    margin-bottom: 30px;
  }
}
.blog-auhtor-section-area .blog-sidebar-area .search-area {
  background: var(--ztc-bg-bg-4);
  border-radius: 7px;
  padding: 20px 24px;
  position: relative;
}
.blog-auhtor-section-area .blog-sidebar-area .search-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.blog-auhtor-section-area .blog-sidebar-area .search-area form {
  border-radius: 54px;
  background: var(--Colors-White-Dark, #F6F8F9);
  position: relative;
  height: 54px;
  padding: 16px;
  margin-top: 24px;
}
.blog-auhtor-section-area .blog-sidebar-area .search-area form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.blog-auhtor-section-area .blog-sidebar-area .search-area form input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.blog-auhtor-section-area .blog-sidebar-area .search-area form input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.blog-auhtor-section-area .blog-sidebar-area .search-area form button {
  border: none;
  outline: none;
  background: none;
  position: absolute;
  right: 16px;
}
.blog-auhtor-section-area .blog-sidebar-area .categories-area {
  background: var(--ztc-bg-bg-4);
  border-radius: 7px;
  padding: 20px 24px;
  position: relative;
}
.blog-auhtor-section-area .blog-sidebar-area .categories-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  margin-bottom: 8px;
}
.blog-auhtor-section-area .blog-sidebar-area .categories-area ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  width: 100%;
  border-radius: 54px;
  background: var(--Colors-White-Dark, #F6F8F9);
  padding: 19px 16px;
  transition: all 0.4s;
  margin-top: 16px;
}
.blog-auhtor-section-area .blog-sidebar-area .categories-area ul li a:hover {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.blog-auhtor-section-area .blog-sidebar-area .posts-area {
  background: var(--ztc-bg-bg-4);
  border-radius: 7px;
  padding: 20px 24px;
  position: relative;
}
.blog-auhtor-section-area .blog-sidebar-area .posts-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  margin-bottom: 8px;
}
.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area {
    justify-content: inherit;
  }
}
.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .img1 img {
  height: 82px;
  width: 160px;
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .content {
  margin-left: 20px;
}
.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .content .date {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: block;
  margin-bottom: 12px;
}
.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .content .date img {
  margin: 0 6px 0 0;
}
.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .content .head {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .content .head:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area.box2 {
  position: relative;
  left: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area.box2 {
    left: 0;
  }
}
.blog-auhtor-section-area .blog-sidebar-area .tags-area {
  background: var(--ztc-bg-bg-4);
  border-radius: 7px;
  padding: 20px 24px;
  position: relative;
}
.blog-auhtor-section-area .blog-sidebar-area .tags-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  margin-bottom: 8px;
}
.blog-auhtor-section-area .blog-sidebar-area .tags-area ul li {
  display: inline-block;
}
.blog-auhtor-section-area .blog-sidebar-area .tags-area ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  border-radius: 40px;
  background: var(--Colors-White-Dark, #F6F8F9);
  padding: 12px 16px;
  transition: all 0.4s;
  margin: 16px 16px 0 0;
}
.blog-auhtor-section-area .blog-sidebar-area .tags-area ul li a:hover {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  transform: translateY(-3px);
}
.blog-auhtor-section-area .blog-sidebar-area .others-area {
  background: var(--ztc-bg-bg-4);
  border-radius: 7px;
  padding: 20px 24px;
  position: relative;
}
.blog-auhtor-section-area .blog-sidebar-area .others-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px;
  margin-bottom: 8px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 40px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .pera1 {
  padding-bottom: 50px;
  border-bottom: 1px solid #A3ADBB;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 50px 0;
  border-bottom: 1px solid #A3ADBB;
}
@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags {
    display: inline-block;
  }
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags {
    margin-bottom: 20px;
  }
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  margin: 0 20px 0 0;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags ul li {
  display: inline-block;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags ul li a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  transition: all 0.4s;
  border-radius: 20px;
  background: rgba(78, 47, 218, 0.1);
  padding: 12px 16px;
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags ul li a {
    margin: 10px 0 0 0 !important;
  }
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags ul li a:hover {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-3px);
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .social {
  display: flex;
  align-items: center;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .social h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  margin: 0 20px 0 0;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .social ul li {
  display: inline-block;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .social ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: #DBE2F0;
  margin: 0 10px 0 0;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .social ul li a:hover {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  transform: translateY(-3px);
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .social ul li a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .social ul li a img {
  transition: all 0.4s;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .tags-area ul {
  margin-bottom: 16px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .tags-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-3);
  margin-bottom: 0;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .tags-area ul li a img {
  margin: -2px 6px 0 0;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .right-area {
  position: relative;
  margin-top: 24px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .right-area .check1 {
  position: absolute;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .right-area .content {
  padding-left: 30px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .right-area .content p span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  display: inline-block;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .pera-box {
  border-radius: 7px;
  background: rgba(78, 47, 218, 0.05);
  padding: 40px 92px;
  text-align: center;
}
@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .pera-box {
    padding: 20px;
  }
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .pera-box p {
  text-align: center;
  color: var(--Neutral-700, rgba(18, 37, 48, 0.7));
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 32px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .pera-box a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #D8D6F1;
  text-align: center;
  margin: 0 auto;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea {
  border-radius: 7px;
  background: rgba(78, 47, 218, 0.05);
  position: relative;
  padding: 24px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .comments-auhtor-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .comments-auhtor-box {
    display: inline-block;
  }
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .comments-auhtor-box .content {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .comments-auhtor-box .content {
    margin-left: 0;
    margin-top: 20px;
  }
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .comments-auhtor-box .content .name {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 10px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .comments-auhtor-box .content .date {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: block;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .reply {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .reply:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea.box2 {
  margin-left: 70px;
}
@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea.box2 {
    margin-left: 0;
  }
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area {
  border-radius: 7px;
  background: rgba(78, 47, 218, 0.05);
  padding: 32px;
  position: relative;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area input {
  width: 100%;
  border-radius: 4px;
  background: rgba(78, 47, 218, 0.1);
  padding: 20px 16px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-semibold);
  margin-top: 20px;
  height: 56px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area textarea {
  background: rgba(78, 47, 218, 0.1);
  padding: 20px 16px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-semibold);
  margin-top: 20px;
  width: 100%;
  height: 140px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area button {
  border: none;
  outline: none;
}

.blog7-section-area {
  background: #F6F8F9;
}
.blog7-section-area .blog4-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .blog7-section-area .blog4-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog7-section-area .blog4-header {
    margin-bottom: 30px;
  }
}
.blog7-section-area .blog-auhtor-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  padding: 24px;
  margin-bottom: 30px;
}
.blog7-section-area .blog-auhtor-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.blog7-section-area .blog-auhtor-boxarea .blog-content-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.blog7-section-area .blog-auhtor-boxarea .blog-content-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  display: inline-block;
}
.blog7-section-area .blog-auhtor-boxarea .blog-content-area ul li a i {
  margin: 0 4px 0 0;
}
.blog7-section-area .blog-auhtor-boxarea .blog-content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s32);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
}
.blog7-section-area .blog-auhtor-boxarea .blog-content-area a:hover {
  color: var(--ztc-text-text-15);
  transition: all 0.4s;
}
.blog7-section-area .blog-auhtor-boxarea .blog-content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.blog7-section-area .blog-auhtor-boxarea .blog-content-area .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
}
.blog7-section-area .blog-auhtor-boxarea .blog-content-area .readmore:hover {
  color: var(--ztc-text-text-15);
  transition: all 0.4s;
}
.blog7-section-area .blog-auhtor-boxarea .blog-content-area .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.blog7-section-area .blog-auhtor-boxarea .blog-content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.blog7-section-area .blog-auhtor-boxarea .img1 {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog7-section-area .blog-auhtor-boxarea .img1 img {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}

.blog8-scetion-area {
  position: relative;
  z-index: 1;
}
.blog8-scetion-area .blog-hedaer-area {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .blog8-scetion-area .blog-hedaer-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog8-scetion-area .blog-hedaer-area {
    margin-bottom: 30px;
  }
}
.blog8-scetion-area .blog-author-boxarea {
  background: #F7F8FA;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  margin-bottom: 30px;
}
.blog8-scetion-area .blog-author-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}
.blog8-scetion-area .blog-author-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.blog8-scetion-area .blog-author-boxarea .img1 {
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.blog8-scetion-area .blog-author-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-16);
  border-radius: 5px 5px 0 0;
  opacity: 0.7;
}
.blog8-scetion-area .blog-author-boxarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 5px 5px 0 0;
  transition: all 0.4s;
}
.blog8-scetion-area .blog-author-boxarea .content-area {
  padding: 24px;
}
.blog8-scetion-area .blog-author-boxarea .content-area .date {
  position: absolute;
  top: 20px;
  left: 26px;
  z-index: 1;
}
.blog8-scetion-area .blog-author-boxarea .content-area .date a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  padding: 12px;
  border-radius: 30px;
  background: var(--ztc-text-text-1);
}
.blog8-scetion-area .blog-author-boxarea .content-area .tags-area ul {
  margin-bottom: 16px;
}
.blog8-scetion-area .blog-author-boxarea .content-area .tags-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.blog8-scetion-area .blog-author-boxarea .content-area .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-3);
  margin-bottom: 0;
}
.blog8-scetion-area .blog-author-boxarea .content-area .tags-area ul li a img {
  margin: -2px 6px 0 0;
}
.blog8-scetion-area .blog-author-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 12px;
}
.blog8-scetion-area .blog-author-boxarea .content-area a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.blog8-scetion-area .blog-author-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  margin-bottom: 16px;
}
.blog8-scetion-area .blog-author-boxarea .content-area .header-btn15 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-26);
  color: var(--ztc-text-text-1);
  padding: 12px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.blog8-scetion-area .blog-author-boxarea .content-area .header-btn15:hover {
  background: var(--ztc-bg-bg-27);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.blog8-scetion-area .blog-author-boxarea .content-area .header-btn15:hover i {
  transition: all 0.4s;
  transform: rotate(0deg);
}
.blog8-scetion-area .blog-author-boxarea .content-area .header-btn15:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.blog8-scetion-area .blog-author-boxarea .content-area .header-btn15 i {
  transition: all 0.4s;
  transform: rotate(-45deg);
}

.blog9-scetion-area {
  position: relative;
  z-index: 1;
}
.blog9-scetion-area .blog-hedaer-area {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .blog9-scetion-area .blog-hedaer-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog9-scetion-area .blog-hedaer-area {
    margin-bottom: 30px;
  }
}
.blog9-scetion-area .blog-author-boxarea {
  background: #F6F8FA;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  transition: all 0.4s;
}
.blog9-scetion-area .blog-author-boxarea:hover {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
}
.blog9-scetion-area .blog-author-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}
.blog9-scetion-area .blog-author-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.blog9-scetion-area .blog-author-boxarea .img1 {
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.blog9-scetion-area .blog-author-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-17);
  border-radius: 5px 5px 0 0;
  opacity: 0.7;
}
.blog9-scetion-area .blog-author-boxarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 5px 5px 0 0;
  transition: all 0.4s;
}
.blog9-scetion-area .blog-author-boxarea .content-area {
  padding: 24px;
}
.blog9-scetion-area .blog-author-boxarea .content-area .tags-area ul {
  margin-bottom: 16px;
}
.blog9-scetion-area .blog-author-boxarea .content-area .tags-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.blog9-scetion-area .blog-author-boxarea .content-area .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-3);
  margin-bottom: 0;
}
.blog9-scetion-area .blog-author-boxarea .content-area .tags-area ul li a img {
  margin: -2px 6px 0 0;
}
.blog9-scetion-area .blog-author-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 12px;
}
.blog9-scetion-area .blog-author-boxarea .content-area a:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}
.blog9-scetion-area .blog-author-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  margin-bottom: 16px;
}
.blog9-scetion-area .blog-author-boxarea .content-area a.readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 0;
}
.blog9-scetion-area .blog-author-boxarea .content-area a.readmore:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}
.blog9-scetion-area .blog-author-boxarea .content-area a.readmore i {
  transform: rotate(-45deg);
}

.blog10-section-area .blog4-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .blog10-section-area .blog4-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog10-section-area .blog4-header {
    margin-bottom: 30px;
  }
}
.blog10-section-area .blog-auhtor-boxarea {
  position: relative;
  z-index: 1;
  background: #F6F8FA;
  padding: 24px;
  margin-bottom: 30px;
  border-radius: 8px;
}
.blog10-section-area .blog-auhtor-boxarea:hover .img1 {
  border-radius: 8px;
  transition: all 0.4s;
  overflow: hidden;
}
.blog10-section-area .blog-auhtor-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  border-radius: 8px;
}
.blog10-section-area .blog-auhtor-boxarea .blog-content-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.blog10-section-area .blog-auhtor-boxarea .blog-content-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  display: inline-block;
}
.blog10-section-area .blog-auhtor-boxarea .blog-content-area ul li a i {
  margin: 0 4px 0 0;
}
.blog10-section-area .blog-auhtor-boxarea .blog-content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s32);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
}
.blog10-section-area .blog-auhtor-boxarea .blog-content-area a:hover {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
}
.blog10-section-area .blog-auhtor-boxarea .blog-content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.blog10-section-area .blog-auhtor-boxarea .blog-content-area .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
}
.blog10-section-area .blog-auhtor-boxarea .blog-content-area .readmore:hover {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
}
.blog10-section-area .blog-auhtor-boxarea .blog-content-area .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.blog10-section-area .blog-auhtor-boxarea .blog-content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.blog10-section-area .blog-auhtor-boxarea .img1 {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.blog10-section-area .blog-auhtor-boxarea .img1 img {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  border-radius: 8px;
}

.blog11-section-area {
  position: relative;
  z-index: 1;
  background: #F8F9FB;
}
.blog11-section-area .blog11-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  border-radius: 4px;
  margin-bottom: 30px;
}
.blog11-section-area .blog11-boxarea:hover .img1 img {
  transform: scale(1.1);
  transition: all 0.6s;
}
.blog11-section-area .blog11-boxarea .img1 {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: relative;
}
.blog11-section-area .blog11-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 0 0;
  transition: all 0.6s;
}
.blog11-section-area .blog11-boxarea .content-area {
  padding: 28px;
}
.blog11-section-area .blog11-boxarea .content-area ul li a {
  color: var(--Paragraph-Color, #464D58);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}
.blog11-section-area .blog11-boxarea .content-area ul li a i {
  margin: 0 8px 0 0;
}
.blog11-section-area .blog11-boxarea .content-area .head {
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.blog11-section-area .blog11-boxarea .content-area .head:hover {
  color: #1223A5;
  transition: all 0.4s;
}
.blog11-section-area .blog11-boxarea .content-area .readmore {
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}
.blog11-section-area .blog11-boxarea .content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.blog11-section-area .blog11-boxarea .content-area .readmore:hover {
  color: #1223A5;
  transition: all 0.4s;
}

.blog12-section-area {
  position: relative;
  z-index: 1;
}
.blog12-section-area .blog12-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
}
.blog12-section-area .blog12-boxarea:hover .img1 img {
  transform: scale(1.1);
  transition: all 0.6s;
}
.blog12-section-area .blog12-boxarea:hover .content-area::after {
  height: 100%;
  transition: all 0.4s;
}
.blog12-section-area .blog12-boxarea:hover .content-area ul li a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.blog12-section-area .blog12-boxarea:hover .content-area .head {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.blog12-section-area .blog12-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
}
.blog12-section-area .blog12-boxarea:hover .content-area .readmore {
  color: #DDFA6B;
  transition: all 0.4s;
}
.blog12-section-area .blog12-boxarea .img1 {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: relative;
}
.blog12-section-area .blog12-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 0 0;
  transition: all 0.6s;
}
.blog12-section-area .blog12-boxarea .content-area {
  padding: 24px 20px;
  position: absolute;
  bottom: 20px;
  z-index: 1;
  background: var(--ztc-text-text-1);
  left: 20px;
  right: 20px;
  border-radius: 4px;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog12-section-area .blog12-boxarea .content-area {
    padding: 14px 10px;
  }
}
@media (max-width: 767px) {
  .blog12-section-area .blog12-boxarea .content-area {
    padding: 14px 10px;
  }
}
.blog12-section-area .blog12-boxarea .content-area::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  background: #055346;
  z-index: -1;
  border-radius: 4px;
}
.blog12-section-area .blog12-boxarea .content-area ul li {
  display: inline-block;
  color: #055346;
}
.blog12-section-area .blog12-boxarea .content-area ul li a {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.blog12-section-area .blog12-boxarea .content-area ul li a i {
  margin: 0 4px 0 0;
}
.blog12-section-area .blog12-boxarea .content-area .head {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.blog12-section-area .blog12-boxarea .content-area p {
  color: #5D6261;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  transition: all 0.4s;
}
.blog12-section-area .blog12-boxarea .content-area .readmore {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
}
.blog12-section-area .blog12-boxarea .content-area .readmore i {
  margin-left: 4px;
}

.blog13-section-area {
  position: relative;
  z-index: 1;
}
.blog13-section-area .blog-auhtor-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  background: #F8F6FC;
  padding: 24px;
  margin-bottom: 30px;
}
.blog13-section-area .blog-auhtor-boxarea:hover .img1 {
  border-radius: 4px;
  position: relative;
}
.blog13-section-area .blog-auhtor-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
  border-radius: 4px;
}
.blog13-section-area .blog-auhtor-boxarea ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.blog13-section-area .blog-auhtor-boxarea ul li a {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.blog13-section-area .blog-auhtor-boxarea ul li a i {
  margin: 0 4px 0 0;
}
.blog13-section-area .blog-auhtor-boxarea .img1 {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 4px;
}
.blog13-section-area .blog-auhtor-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}
.blog13-section-area .blog-auhtor-boxarea .blog-content-area a {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.blog13-section-area .blog-auhtor-boxarea .blog-content-area a:hover {
  color: #FF5417;
  transition: all 0.4s;
}
.blog13-section-area .blog-auhtor-boxarea .blog-content-area p {
  color: #5C6365;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.blog13-section-area .blog-auhtor-boxarea .blog-content-area .readmore {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.blog13-section-area .blog-auhtor-boxarea .blog-content-area .readmore:hover {
  color: #FF5417;
  transition: all 0.4s;
}
.blog13-section-area .blog-auhtor-boxarea .blog-content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.blog14-section-area {
  position: relative;
  z-index: 1;
}
.blog14-section-area .blog14-widget-area {
  position: relative;
  z-index: 1;
  background: #F8F8FD;
  padding: 32px 24px;
  border-radius: 4px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.blog14-section-area .blog14-widget-area .content-area ul li {
  margin: 0 16px 0 0;
  display: inline-block;
}
.blog14-section-area .blog14-widget-area .content-area ul li a {
  color: #565659;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.blog14-section-area .blog14-widget-area .content-area ul li a i {
  margin: 0 6px 0 0;
}
.blog14-section-area .blog14-widget-area .content-area a {
  color: #040306;
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
  transition: all 0.4s;
}
.blog14-section-area .blog14-widget-area .content-area a:hover {
  color: #4D44C5;
  transition: all 0.4s;
}
.blog14-section-area .blog14-widget-area .content-area a.readmore {
  color: #040306;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.blog14-section-area .blog14-widget-area .content-area a.readmore i {
  margin-left: 4px;
}
.blog14-section-area .blog14-widget-area .content-area a.readmore:hover {
  color: #4D44C5;
  transition: all 0.4s;
}
.blog14-section-area .blog14-widget-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.blog14-section-area .blog14-widget-area .img2 img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .blog14-section-area .blog14-widget-area .img2 {
    margin-bottom: 20px;
  }
}

.blog15-section-area {
  position: relative;
  z-index: 1;
}
.blog15-section-area .blog15-boxarea {
  position: relative;
  z-index: 1;
}
.blog15-section-area .blog15-boxarea .img1 {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
}
.blog15-section-area .blog15-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.blog15-section-area .blog15-boxarea ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.blog15-section-area .blog15-boxarea ul li a {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
  transition: all 0.4s;
}
.blog15-section-area .blog15-boxarea ul li a i {
  margin: 0 4px 0 0;
}
.blog15-section-area .blog15-boxarea .head {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  display: inline-block;
  transition: all 0.4s;
}
.blog15-section-area .blog15-boxarea .head:hover {
  color: #1C64F2;
  transition: all 0.4s;
}
.blog15-section-area .blog15-boxarea p {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.4s;
}
.blog15-section-area .blog15-boxarea .readmore {
  color: var(--primary-600, var(--primary-600, #090B0E));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  transition: all 0.4s;
}
.blog15-section-area .blog15-boxarea .readmore i {
  margin-left: 4px;
}
.blog15-section-area .blog15-boxarea .readmore:hover {
  color: #1C64F2;
  transition: all 0.4s;
}
.blog15-section-area .blog-author-boxarea {
  padding: 0 0 0 30px;
  border-left: 1px solid #E5E7EB;
}
@media (max-width: 767px) {
  .blog15-section-area .blog-author-boxarea {
    padding: 0;
    border: none;
  }
}
.blog15-section-area .blog-author-boxarea .blog-box .head {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  display: inline-block;
  transition: all 0.4s;
}
.blog15-section-area .blog-author-boxarea .blog-box .head:hover {
  color: #1C64F2;
  transition: all 0.4s;
}
.blog15-section-area .blog-author-boxarea .blog-box p {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.4s;
}
.blog15-section-area .blog-author-boxarea .blog-box .readmore {
  color: var(--primary-600, var(--primary-600, #090B0E));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  transition: all 0.4s;
}
.blog15-section-area .blog-author-boxarea .blog-box .readmore i {
  margin-left: 4px;
}
.blog15-section-area .blog-author-boxarea .blog-box .readmore:hover {
  color: #1C64F2;
  transition: all 0.4s;
}

/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/
.footer1-section-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 0 0;
}
@media (max-width: 767px) {
  .footer1-section-area {
    padding: 40px 0 0 0;
  }
}
.footer1-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}
.footer1-section-area .footer-logo-area img {
  margin-bottom: 16px;
}
.footer1-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
.footer1-section-area .footer-logo-area ul {
  margin-top: 24px;
}
.footer1-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer1-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #E2E0F2;
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
}
.footer1-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.footer1-section-area .footer-logo-area ul li a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.footer1-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
}
/* .footer1-section-area .footer-logo-area1 {
  padding-left: 60px;
} */
@media (max-width: 767px) {
  .footer1-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer1-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer1-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}
.footer1-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-4);
  padding-left: 5px;
  transition: all 0.4s;
}
.footer1-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 52px;
  line-height: 16px;
}
.footer1-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer1-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer1-section-area .footer-logo-area2 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer1-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer1-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer1-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.footer1-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.footer1-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
  width: fit-content !important;
}
.footer1-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer1-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer1-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer1-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
}
.footer1-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: var(--ztc-bg-bg-4);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 52px;
  line-height: 16px;
}
.footer1-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer1-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}
.footer1-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}
.footer1-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer1-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
}
@media (max-width: 767px) {
  .footer1-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}
.footer1-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
@media (max-width: 767px) {
  .footer1-section-area .copyright-area ul {
    margin-top: 20px;
  }
}
.footer1-section-area .copyright-area ul li {
  display: inline-block;
}
.footer1-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  margin: 0 32px 0 0;
}

.footer2-section-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 0 0;
}
@media (max-width: 767px) {
  .footer2-section-area {
    padding: 40px 0 0 0;
  }
}
.footer2-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}
.footer2-section-area .footer-logo-area img {
  margin-bottom: 16px;
}
.footer2-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.footer2-section-area .footer-logo-area ul {
  margin-top: 24px;
}
.footer2-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer2-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #282B45;
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
}
.footer2-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.footer2-section-area .footer-logo-area ul li a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.footer2-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.footer2-section-area .footer-logo-area1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer2-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer2-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer2-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
}
.footer2-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  display: inline-block;
  margin-top: 20px;
  opacity: 80%;
  transition: all 0.4s;
}
.footer2-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-5);
  padding-left: 5px;
  transition: all 0.4s;
}
.footer2-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}
.footer2-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer2-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer2-section-area .footer-logo-area2 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer2-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer2-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer2-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
}
.footer2-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.footer2-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.footer2-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
  filter: brightness(0) invert(1);
}
.footer2-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer2-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer2-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer2-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
}
.footer2-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
}
.footer2-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: #1A1E37;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}
.footer2-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-medium);
}
.footer2-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.footer2-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.footer2-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer2-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
  width: 100%;
}
@media (max-width: 767px) {
  .footer2-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}
.footer2-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
}
@media (max-width: 767px) {
  .footer2-section-area .copyright-area ul {
    margin-top: 20px;
  }
}
.footer2-section-area .copyright-area ul li {
  display: inline-block;
}
.footer2-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  margin: 0 32px 0 0;
}

.footer3-section-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 0 0;
}
@media (max-width: 767px) {
  .footer3-section-area {
    padding: 40px 0 0 0;
  }
}
.footer3-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}
.footer3-section-area .footer-logo-area img {
  margin-bottom: 16px;
}
.footer3-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
.footer3-section-area .footer-logo-area ul {
  margin-top: 24px;
}
.footer3-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer3-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-13);
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
}
.footer3-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.footer3-section-area .footer-logo-area ul li a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.footer3-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
}
.footer3-section-area .footer-logo-area1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer3-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer3-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer3-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}
.footer3-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-5);
  padding-left: 5px;
  transition: all 0.4s;
}
.footer3-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: #FFF4F9;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}
.footer3-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer3-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer3-section-area .footer-logo-area2 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer3-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer3-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer3-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.footer3-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.footer3-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}
.footer3-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer3-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer3-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer3-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
}
.footer3-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: #FFF4F9;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}
.footer3-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer3-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
}
.footer3-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
}
.footer3-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer3-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
  width: 100%;
}
@media (max-width: 767px) {
  .footer3-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}
.footer3-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  opacity: 70%;
}
@media (max-width: 767px) {
  .footer3-section-area .copyright-area ul {
    margin-top: 20px;
  }
}
.footer3-section-area .copyright-area ul li {
  display: inline-block;
}
.footer3-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  opacity: 70%;
  margin: 0 32px 0 0;
}

.footer4-section-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 0 0;
}
@media (max-width: 767px) {
  .footer4-section-area {
    padding: 40px 0 0 0;
  }
}
.footer4-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}
.footer4-section-area .footer-logo-area img {
  margin-bottom: 16px;
}
.footer4-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
.footer4-section-area .footer-logo-area ul {
  margin-top: 24px;
}
.footer4-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer4-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #FFE7EE;
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
}
.footer4-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-6);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.footer4-section-area .footer-logo-area ul li a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.footer4-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
}
.footer4-section-area .footer-logo-area1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer4-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer4-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer4-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}
.footer4-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-6);
  padding-left: 5px;
  transition: all 0.4s;
}
.footer4-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: #FFF4F9;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}
.footer4-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer4-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer4-section-area .footer-logo-area2 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer4-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer4-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer4-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.footer4-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}
.footer4-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}
.footer4-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer4-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer4-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer4-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
}
.footer4-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: #FFF4F9;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}
.footer4-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer4-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
}
.footer4-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
}
.footer4-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer4-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
  width: 100%;
}
@media (max-width: 767px) {
  .footer4-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}
.footer4-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  opacity: 70%;
}
@media (max-width: 767px) {
  .footer4-section-area .copyright-area ul {
    margin-top: 20px;
  }
}
.footer4-section-area .copyright-area ul li {
  display: inline-block;
}
.footer4-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  opacity: 70%;
  margin: 0 32px 0 0;
}

.footer5-section-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 0 0;
}
@media (max-width: 767px) {
  .footer5-section-area {
    padding: 40px 0 0 0;
  }
}
.footer5-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}
.footer5-section-area .footer-logo-area img {
  margin-bottom: 16px;
}
.footer5-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
.footer5-section-area .footer-logo-area ul {
  margin-top: 24px;
}
.footer5-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer5-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #F8F9FA;
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
}
.footer5-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-11);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.footer5-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
}
.footer5-section-area .footer-logo-area1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer5-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer5-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer5-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}
.footer5-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-11);
  padding-left: 5px;
  transition: all 0.4s;
}
.footer5-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: #FFF4F9;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}
.footer5-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer5-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer5-section-area .footer-logo-area2 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer5-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer5-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer5-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.footer5-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
.footer5-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}
.footer5-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer5-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer5-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer5-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
}
.footer5-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: #F2F4F4;
  display: inline-block;
  padding: 16px;
  border-radius: 4px;
  position: relative;
  width: 340px;
  height: 52px;
  line-height: 16px;
}
.footer5-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer5-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
}
.footer5-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
}
.footer5-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer5-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
  width: 100%;
}
@media (max-width: 767px) {
  .footer5-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}
.footer5-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  opacity: 70%;
}
@media (max-width: 767px) {
  .footer5-section-area .copyright-area ul {
    margin-top: 20px;
  }
}
.footer5-section-area .copyright-area ul li {
  display: inline-block;
}
.footer5-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  opacity: 70%;
  margin: 0 32px 0 0;
}

.footer7-section-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 0 0;
}
@media (max-width: 767px) {
  .footer7-section-area {
    padding: 40px 0 0 0;
  }
}
.footer7-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}
.footer7-section-area .footer-logo-area img {
  margin-bottom: 16px;
  width: 147.84px;
  height: 48px;
}
.footer7-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
.footer7-section-area .footer-logo-area ul {
  margin-top: 24px;
}
.footer7-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer7-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #E7EDF6;
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
}
.footer7-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-15);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.footer7-section-area .footer-logo-area ul li a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.footer7-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
  height: 20px !important;
  width: 20px !important;
}
.footer7-section-area .footer-logo-area1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer7-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer7-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer7-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer7-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}
.footer7-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-14);
  padding-left: 5px;
  transition: all 0.4s;
}
.footer7-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: #FFF4F9;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}
.footer7-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer7-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer7-section-area .footer-logo-area2 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer7-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer7-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer7-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer7-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.footer7-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
}
.footer7-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}
.footer7-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer7-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer7-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer7-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer7-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
}
.footer7-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: #E7EDF6;
  display: inline-block;
  padding: 18px;
  position: relative;
  width: 340px;
  height: 51px;
  line-height: 16px;
}
.footer7-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer7-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
}
.footer7-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
}
.footer7-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer7-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
  width: 100%;
}
@media (max-width: 767px) {
  .footer7-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}
.footer7-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  opacity: 70%;
}
@media (max-width: 767px) {
  .footer7-section-area .copyright-area ul {
    margin-top: 20px;
  }
}
.footer7-section-area .copyright-area ul li {
  display: inline-block;
}
.footer7-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  opacity: 70%;
  margin: 0 32px 0 0;
}

.footer8-section-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 0 0;
}
@media (max-width: 767px) {
  .footer8-section-area {
    padding: 40px 0 0 0;
  }
}
.footer8-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}
.footer8-section-area .footer-logo-area .logo {
  height: 48px;
  width: 147px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer8-section-area .footer-logo-area img {
  margin-bottom: 16px;
}
.footer8-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
.footer8-section-area .footer-logo-area ul {
  margin-top: 24px;
}
.footer8-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer8-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #E8F0FF;
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
}
.footer8-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-16);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.footer8-section-area .footer-logo-area ul li a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.footer8-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
}
.footer8-section-area .footer-logo-area1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer8-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer8-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer8-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer8-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}
.footer8-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-16);
  padding-left: 5px;
  transition: all 0.4s;
}
.footer8-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}
.footer8-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer8-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer8-section-area .footer-logo-area2 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer8-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer8-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer8-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer8-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.footer8-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.footer8-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}
.footer8-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer8-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer8-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer8-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer8-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
}
.footer8-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: #F7F8FA;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 52px;
  line-height: 16px;
}
.footer8-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer8-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}
.footer8-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}
.footer8-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer8-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
}
@media (max-width: 767px) {
  .footer8-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}
.footer8-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
@media (max-width: 767px) {
  .footer8-section-area .copyright-area ul {
    margin-top: 20px;
  }
}
.footer8-section-area .copyright-area ul li {
  display: inline-block;
}
.footer8-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  margin: 0 32px 0 0;
}

.footer9-section-area {
  position: relative;
  z-index: 1;
  padding: 220px 0 0 0;
  background-image: url(../img/bg/footer-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .footer9-section-area {
    padding: 40px 0 0 0;
  }
}
.footer9-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}
.footer9-section-area .footer-logo-area img {
  margin-bottom: 16px;
}
.footer9-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 0.8;
}
.footer9-section-area .footer-logo-area ul {
  margin-top: 24px;
}
.footer9-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer9-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #222326;
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
}
.footer9-section-area .footer-logo-area ul li a img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.footer9-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.footer9-section-area .footer-logo-area ul li a:hover img {
  filter: none;
}
.footer9-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
}
.footer9-section-area .footer-logo-area1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer9-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer9-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer9-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
}
.footer9-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}
.footer9-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-17);
  padding-left: 5px;
  transition: all 0.4s;
}
.footer9-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}
.footer9-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer9-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer9-section-area .footer-logo-area2 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer9-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer9-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer9-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
}
.footer9-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.footer9-section-area .footer-logo-area2 ul li a img {
  filter: brightness(0) invert(1);
}
.footer9-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}
.footer9-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}
.footer9-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer9-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer9-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer9-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
}
.footer9-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  display: inline-block;
  margin-top: 20px;
}
.footer9-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 52px;
  line-height: 16px;
}
.footer9-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer9-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}
.footer9-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}
.footer9-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer9-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #222326;
}
@media (max-width: 767px) {
  .footer9-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}
.footer9-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
@media (max-width: 767px) {
  .footer9-section-area .copyright-area ul {
    margin-top: 20px;
  }
}
.footer9-section-area .copyright-area ul li {
  display: inline-block;
}
.footer9-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
  margin: 0 32px 0 0;
}

.footer10-section-area {
  position: relative;
  z-index: 1;
  padding: 220px 0 0 0;
  background-image: url(../img/bg/footer-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .footer10-section-area {
    padding: 40px 0 0 0;
  }
}
.footer10-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}
.footer10-section-area .footer-logo-area img {
  margin-bottom: 16px;
}
.footer10-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 0.8;
}
.footer10-section-area .footer-logo-area ul {
  margin-top: 24px;
}
.footer10-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer10-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #222326;
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
}
.footer10-section-area .footer-logo-area ul li a img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.footer10-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-14);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.footer10-section-area .footer-logo-area ul li a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.footer10-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
}
.footer10-section-area .footer-logo-area1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer10-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer10-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer10-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
}
.footer10-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}
.footer10-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-14);
  padding-left: 5px;
  transition: all 0.4s;
}
.footer10-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}
.footer10-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer10-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer10-section-area .footer-logo-area2 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer10-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer10-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer10-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
}
.footer10-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.footer10-section-area .footer-logo-area2 ul li a img {
  filter: brightness(0) invert(1);
}
.footer10-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
}
.footer10-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}
.footer10-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer10-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer10-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer10-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
}
.footer10-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  display: inline-block;
  margin-top: 20px;
}
.footer10-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 52px;
  line-height: 16px;
}
.footer10-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer10-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}
.footer10-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}
.footer10-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer10-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #222326;
}
@media (max-width: 767px) {
  .footer10-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}
.footer10-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
@media (max-width: 767px) {
  .footer10-section-area .copyright-area ul {
    margin-top: 20px;
  }
}
.footer10-section-area .copyright-area ul li {
  display: inline-block;
}
.footer10-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
  margin: 0 32px 0 0;
}

.footer11-section-area {
  position: relative;
  z-index: 1;
  padding: 100px 0 32px;
}
@media (max-width: 767px) {
  .footer11-section-area {
    padding: 50px 0 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer11-section-area {
    padding: 50px 0 32px;
  }
}
.footer11-section-area .footer-log-area p {
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.footer11-section-area .footer-log-area ul li {
  display: inline-block;
}
.footer11-section-area .footer-log-area ul li a {
  height: 32px;
  width: 32px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 165px;
  background: #F3F5F2;
  line-height: 32px;
  text-align: center;
  color: #081120;
  margin: 0 6px 0 0;
}
.footer11-section-area .footer-log-area ul li a:hover {
  background: #081120;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.footer11-section-area .copyright-area {
  text-align: center;
}
.footer11-section-area .copyright-area p {
  color: var(--Text-Color, #081120);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding-top: 24px;
  border-top: 1px solid #E5E7EB;
}
.footer11-section-area .footer-content-area.footer1 {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .footer11-section-area .footer-content-area.footer1 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer11-section-area .footer-content-area.footer1 {
    padding-left: 0;
  }
}
.footer11-section-area .footer-content-area h3 {
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.footer11-section-area .footer-content-area ul li a {
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}
.footer11-section-area .footer-content-area ul li a:hover {
  padding-left: 5px;
  transition: all 0.4s;
}
.footer11-section-area .footer-contact-area h3 {
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.footer11-section-area .footer-contact-area .icons-area {
  display: flex;
  align-items: center;
  padding-top: 24px;
}
.footer11-section-area .footer-contact-area .icons-area i {
  color: #081120;
  margin: 0 8px 0 0;
}
.footer11-section-area .footer-contact-area .icons-area a {
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.footer12-section-area {
  position: relative;
  z-index: 1;
  padding: 100px 0 32px;
}
@media (max-width: 767px) {
  .footer12-section-area {
    padding: 50px 0 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer12-section-area {
    padding: 50px 0 32px;
  }
}
.footer12-section-area .footer-log-area img {
  width: 125px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer12-section-area .footer-log-area p {
  color: #5D6261;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.footer12-section-area .footer-log-area ul li {
  display: inline-block;
}
.footer12-section-area .footer-log-area ul li a {
  height: 32px;
  width: 32px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 165px;
  background: rgba(5, 83, 70, 0.1);
  line-height: 32px;
  text-align: center;
  color: #055346;
  margin: 0 6px 0 0;
}
.footer12-section-area .footer-log-area ul li a:hover {
  background: #055346;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.footer12-section-area .copyright-area {
  text-align: center;
}
.footer12-section-area .copyright-area p {
  color: #5D6261;
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding-top: 24px;
  border-top: 1px solid #E5E7EB;
}
.footer12-section-area .footer-content-area.footer1 {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .footer12-section-area .footer-content-area.footer1 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer12-section-area .footer-content-area.footer1 {
    padding-left: 0;
  }
}
.footer12-section-area .footer-content-area h3 {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.footer12-section-area .footer-content-area ul li a {
  color: #5D6261;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}
.footer12-section-area .footer-content-area ul li a:hover {
  padding-left: 5px;
  transition: all 0.4s;
  color: #055346;
}
.footer12-section-area .footer-contact-area h3 {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.footer12-section-area .footer-contact-area .icons-area {
  display: flex;
  align-items: center;
  padding-top: 24px;
}
.footer12-section-area .footer-contact-area .icons-area i {
  color: #5D6261;
  margin: 0 8px 0 0;
}
.footer12-section-area .footer-contact-area .icons-area a {
  color: #5D6261;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.footer12-section-area .footer-contact-area .icons-area a:hover {
  color: #055346;
  transition: all 0.4s;
}

.footer13-section-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 0 0;
}
@media (max-width: 767px) {
  .footer13-section-area {
    padding: 40px 0 0 0;
  }
}
.footer13-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}
.footer13-section-area .footer-logo-area img {
  margin-bottom: 16px;
  width: 147px;
  height: 48px;
}
.footer13-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: #5C6365;
}
.footer13-section-area .footer-logo-area ul {
  margin-top: 24px;
}
.footer13-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer13-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(255, 15, 81, 0.05);
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
  color: #FD2F39;
}
.footer13-section-area .footer-logo-area ul li a:hover {
  background: #FD2F39;
  transition: all 0.4s;
  transform: translateY(-5px);
  color: #fff;
}
.footer13-section-area .footer-logo-area1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer13-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer13-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer13-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-bold);
  color: #09171B;
  line-height: var(--ztc-font-size-font-s24);
}
.footer13-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: #5C6365;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}
.footer13-section-area .footer-logo-area1 ul li a:hover {
  color: #FD2F39;
  padding-left: 5px;
  transition: all 0.4s;
}
.footer13-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}
.footer13-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}
.footer13-section-area .footer-logo-area1 form button {
  right: 0;
  top: 0;
  width: 100%;
  border: none;
  outline: none;
}
.footer13-section-area .footer-logo-area2 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer13-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer13-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer13-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: #09171B;
  line-height: var(--ztc-font-size-font-s24);
}
.footer13-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: #5C6365;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.footer13-section-area .footer-logo-area2 ul li a img {
  filter: brightness(0);
}
.footer13-section-area .footer-logo-area2 ul li a:hover span {
  color: #FD2F39;
  transition: all 0.4s;
}
.footer13-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}
.footer13-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer13-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer13-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer13-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: #09171B;
  line-height: var(--ztc-font-size-font-s24);
}
.footer13-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: #5C6365;
  display: inline-block;
  margin-top: 20px;
}
.footer13-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
  margin-top: 32px;
  background: #F3F3F4;
  display: inline-block;
  padding: 16px;
  border-radius: 4px;
  position: relative;
  width: 100%;
  height: 52px;
  line-height: 16px;
}
.footer13-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}
.footer13-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}
.footer13-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: relative;
  width: 100%;
  text-align: center;
}
.footer13-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
}
@media (max-width: 767px) {
  .footer13-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}
.footer13-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: #5C6365;
}
@media (max-width: 767px) {
  .footer13-section-area .copyright-area ul {
    margin-top: 20px;
  }
}
.footer13-section-area .copyright-area ul li {
  display: inline-block;
}
.footer13-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: #5C6365;
  transition: all 0.4s;
  margin: 0 32px 0 0;
}

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

.footer15-section-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer15-section-area .footer-link-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer15-section-area .footer-link-area {
    margin-top: 30px;
  }
}
.footer15-section-area .footer-link-area h2 {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
.footer15-section-area .footer-link-area ul li a {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.4s;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 16px;
}
.footer15-section-area .footer-link-area ul li a:hover {
  color: #2466EF;
  transition: all 0.4s;
}
.footer15-section-area .footer-logo-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 32px;
  border-top: 1px solid #E5E7EB;
}
@media (max-width: 767px) {
  .footer15-section-area .footer-logo-area {
    display: block;
    text-align: center;
  }
}
.footer15-section-area .footer-logo-area img {
  width: 110px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer15-section-area .footer-logo-area p {
  color: var(--gray-500, var(--gray-500, #6B7280));
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 767px) {
  .footer15-section-area .footer-logo-area p {
    padding: 20px 0 20px;
  }
}
.footer15-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer15-section-area .footer-logo-area ul li a {
  color: var(--gray-500, var(--gray-500, #6B7280));
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  transition: all 0.4s;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
}
.footer15-section-area .footer-logo-area ul li a:hover {
  color: #2466EF;
  transition: all 0.4s;
}

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

.commingsoon {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.homepage1-body {
  overflow-x: hidden;
}
.homepage1-body .header-area.homepage1 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage1-body .header-area.homepage1 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu {
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  padding: 6px 15px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-4) !important;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -255px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-4);
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

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

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

.homepage2-body {
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .homepage2-body {
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body {
    overflow-x: hidden;
  }
}
.homepage2-body .header-area.homepage2 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage2-body .header-area.homepage2 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage2-body .header-area.homepage2 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-5);
}
.homepage2-body .header-area.homepage2 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}
.homepage2-body .header-area.homepage2 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage2-body .header-area.homepage2 .header-elements .site-logo img {
  width: 147px;
  height: 47.676px;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu {
  position: relative;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu .header-btn3 {
  margin: 0 0 0 12px;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 20%;
  right: 20%;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  padding: 16px;
  width: 140px;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn4:hover {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1) !important;
  line-height: 16px !important;
  font-weight: var(--ztc-weight-semibold) !important;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-5) !important;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -400px;
  width: 1300px;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 600px;
  transform-origin: top;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-5);
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-5);
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-5);
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-5);
}
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

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

.homepage3-body .header-area.homepage3 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage3-body .header-area.homepage3 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage3-body .header-area.homepage3 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-5);
}
.homepage3-body .header-area.homepage3 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}
.homepage3-body .header-area.homepage3 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu {
  position: relative;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu .header-btn3 {
  margin: 0 0 0 12px;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  padding: 16px;
  width: 140px;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn4:hover {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1) !important;
  line-height: 16px !important;
  font-weight: var(--ztc-weight-semibold) !important;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-5) !important;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -400px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-5);
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-5);
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-5);
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-5);
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

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

.homepage4-body {
  overflow-x: hidden;
}
.homepage4-body .header-area.homepage4 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
}
.homepage4-body .header-area.homepage4 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage4-body .header-area.homepage4 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-6);
}
.homepage4-body .header-area.homepage4 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}
.homepage4-body .header-area.homepage4 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu {
  position: relative;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu .header-btn3 {
  margin: 0 0 0 12px;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu.auhtor-tabpane {
  left: -315px !important;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn6 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  padding: 16px 0;
  line-height: var(--ztc-font-size-font-s16);
  border-top: 1px solid var(--ztc-text-text-1);
  border-bottom: 1px solid var(--ztc-text-text-1);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn6:hover {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1) !important;
  line-height: 16px !important;
  font-weight: var(--ztc-weight-semibold) !important;
  letter-spacing: 2;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn12 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-text-text-6);
  color: var(--ztc-text-text-1);
  padding: 16px 24px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  width: 140px;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn12:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-text-text-1);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-6) !important;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -290px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-6);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-6);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-6);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-6);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-6);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

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

.homepage5-body {
  overflow-x: hidden;
}
.homepage5-body .header-area.homepage5 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage5-body .header-area.homepage5 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage5-body .header-area.homepage5 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-11);
}
.homepage5-body .header-area.homepage5 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}
.homepage5-body .header-area.homepage5 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu {
  position: relative;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu .header-btn3 {
  margin: 0 0 0 12px;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn9 {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  padding: 16px;
  width: 150px;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn9:hover {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1) !important;
  line-height: 16px !important;
  font-weight: var(--ztc-weight-semibold) !important;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-11) !important;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -285px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-11);
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-11);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-11);
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-11);
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-11);
}
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

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

.homepage7-body {
  overflow-x: hidden;
}
.homepage7-body .header-area.homepage7 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
}
.homepage7-body .header-area.homepage7 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage7-body .header-area.homepage7 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-14);
}
.homepage7-body .header-area.homepage7 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}
.homepage7-body .header-area.homepage7 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage7-body .header-area.homepage7 .header-elements .site-logo img {
  width: 147px;
  height: 47.676px;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu {
  position: relative;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu .header-btn3 {
  margin: 0 0 0 12px;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 16%;
  right: 25%;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn13 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-24);
  color: var(--ztc-text-text-1);
  padding: 16px 20px;
  width: 160px;
  transition: all 0.4s;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn13 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn13:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-bg-bg-25);
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn13:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
  font-size: var(--ztc-font-size-font-s12) !important;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-14) !important;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  padding: 15px;
  left: -290px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  transform-origin: top;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-14);
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-14);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-14);
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-14);
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-14);
}
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

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

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

.commingsoon {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.homepage8-body {
  overflow-x: hidden;
}
.homepage8-body .header-area.homepage8 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage8-body .header-area.homepage8 .site-logo img {
  width: 147px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage8-body .header-area.homepage8 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage8-body .header-area.homepage8 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-16);
}
.homepage8-body .header-area.homepage8 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
  border-radius: 100px;
  padding: 20px 24px;
}
.homepage8-body .header-area.homepage8 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu {
  position: relative;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn15 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-26);
  color: var(--ztc-text-text-1);
  padding: 6px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn15:hover {
  background: var(--ztc-bg-bg-27);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn15:hover span {
  transition: all 0.4s;
  transform: rotate(0deg);
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn15:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn15 span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s36);
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-16) !important;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -255px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-16);
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-16);
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-16);
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-16);
}
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

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

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

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

.commingsoon {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.homepage9-body {
  overflow-x: hidden;
}
.homepage9-body .header-area.homepage9 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage9-body .header-area.homepage9 .site-logo img {
  width: 147px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage9-body .header-area.homepage9 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage9-body .header-area.homepage9 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-17);
}
.homepage9-body .header-area.homepage9 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
  border-radius: 100px;
  padding: 20px 24px;
}
.homepage9-body .header-area.homepage9 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu {
  position: relative;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn16 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-28);
  color: var(--ztc-text-text-1);
  padding: 6px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn16:hover {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn16:hover span {
  transition: all 0.4s;
  transform: rotate(0deg);
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn16:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn16 span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s36);
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-17) !important;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -255px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-17);
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-17);
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-17);
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-17);
}
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

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

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

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

.commingsoon {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.homepage10-body {
  overflow-x: hidden;
}
.homepage10-body .header-area.homepage10 {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage10-body .header-area.homepage10 .site-logo img {
  width: 147px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage10-body .header-area.homepage10 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage10-body .header-area.homepage10 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-14);
}
.homepage10-body .header-area.homepage10 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
  border-radius: 100px;
  padding: 20px 24px;
}
.homepage10-body .header-area.homepage10 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu {
  position: relative;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn17 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-25);
  color: var(--ztc-text-text-1);
  padding: 6px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn17:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn17:hover span {
  transition: all 0.4s;
  transform: rotate(0deg);
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn17:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn17 span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s36);
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-14) !important;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -255px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-14);
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-14);
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-14);
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-14);
}
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

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

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

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

.commingsoon {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.homepage11-body {
  overflow-x: hidden;
}
.homepage11-body .header-area.homepage11 {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage11-body .header-area.homepage11 .site-logo img {
  width: 147px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage11-body .header-area.homepage11 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage11-body .header-area.homepage11 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-1);
  opacity: 60%;
}
.homepage11-body .header-area.homepage11 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 16px 20px;
}
.homepage11-body .header-area.homepage11 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu {
  position: relative;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn18 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #0F25A3;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  background: var(--ztc-text-text-1) !important;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn18::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  transition: all 0.4s;
  z-index: -1;
  border-radius: 8px;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn18:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn18:hover::after {
  width: 100%;
  transition: all 0.4s;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn18 i {
  margin-left: 4px;
  display: inline-block;
  transform: rotate(-45deg);
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: #fff !important;
  opacity: 80%;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -295px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: #0F25A3 !important;
  opacity: 1 !important;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: #0F25A3;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: #0F25A3;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: #0F25A3;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: #0F25A3 !important;
}
.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}
.homepage11-body .btn-area {
  display: inline-block !important;
}

.header-area.homepage11.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-image: url(../img/bg/header-bg12.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s;
}
.header-area.homepage11.sticky .header-elements {
  padding: 0;
  background: none;
}

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

.commingsoon {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.homepage12-body {
  overflow-x: hidden;
}
.homepage12-body .header-area.homepage12 {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage12-body .header-area.homepage12 .site-logo img {
  width: 147px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage12-body .header-area.homepage12 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage12-body .header-area.homepage12 nav#navbar-example2 ul li a.nav-link.active {
  color: #055346;
  opacity: 60%;
}
.homepage12-body .header-area.homepage12 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}
.homepage12-body .header-area.homepage12 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu {
  position: relative;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn20 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #000000;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  background: #DDFA63;
  z-index: 1;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn20::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #000000;
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn20:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn20:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn20 i {
  margin-left: 4px;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: #055346;
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: #055346;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -295px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: #055346 !important;
  opacity: 1 !important;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: #055346;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: #055346;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: #055346;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: #055346;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: #055346 !important;
}
.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}
.homepage12-body .btn-area {
  display: inline-block !important;
}

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

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

.commingsoon {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.homepage13-body {
  overflow-x: hidden;
}
.homepage13-body .header-area.homepage13 {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage13-body .header-area.homepage13 .site-logo img {
  width: 147px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage13-body .header-area.homepage13 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage13-body .header-area.homepage13 nav#navbar-example2 ul li a.nav-link.active {
  color: #FD2F39;
}
.homepage13-body .header-area.homepage13 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}
.homepage13-body .header-area.homepage13 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu {
  position: relative;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn21 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #fff;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  border-radius: 5px;
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  z-index: 1;
  width: 160px;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn21::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #09171B;
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn21:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn21:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn21 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: #FD2F39 !important;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -275px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: #FD2F39;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: #FD2F39;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: #FD2F39;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: #FD2F39;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: #FD2F39;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

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

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

.homepage14-body {
  overflow-x: hidden;
}
.homepage14-body .header-area.homepage14 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}
.homepage14-body .header-area.homepage14 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage14-body .header-area.homepage14 nav#navbar-example2 ul li a.nav-link.active {
  color: #fff;
  opacity: 80%;
}
.homepage14-body .header-area.homepage14 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}
.homepage14-body .header-area.homepage14 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu {
  position: relative;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu .header-btn3 {
  margin: 0 0 0 12px;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn22 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #fff;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  border-radius: 5px;
  background: #4D44C5;
  z-index: 1;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn22::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #040306;
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn22:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn22:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn22 i {
  margin-left: 4px;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: #fff !important;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -285px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: #4D44C5 !important;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: #4D44C5 !important;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: #4D44C5 !important;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: #4D44C5 !important;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: #4D44C5 !important;
}
.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

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

.homepage15-body {
  overflow-x: hidden;
}
.homepage15-body .header-area.homepage15 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
  background: #1C64F2;
}
.homepage15-body .header-area.homepage15 nav#navbar-example2 {
  display: block;
  padding: 0;
}
.homepage15-body .header-area.homepage15 nav#navbar-example2 ul li a.nav-link.active {
  color: #fff;
  opacity: 80%;
}
.homepage15-body .header-area.homepage15 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}
.homepage15-body .header-area.homepage15 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu {
  position: relative;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu .header-btn3 {
  margin: 0 0 0 12px;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn25 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #fff;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: var(--rounded-full, 9999px);
  position: relative;
  background: #1C64F2;
  z-index: 1;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn25::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #040306;
  border-radius: var(--rounded-full, 9999px);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn25:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn25:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn25 i {
  margin-left: 4px;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: #fff !important;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -285px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: #1C64F2 !important;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: #1C64F2 !important;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: #1C64F2 !important;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: #1C64F2 !important;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: #1C64F2 !important;
}
.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}
.homepage15-body .header-area.homepage15 .btn-area {
  align-items: center;
}
.homepage15-body .header-area.homepage15 .btn-area .login {
  color: var(--white, #FFF);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  margin-right: 16px;
}

.header-area.homepage15.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: #1C64F2;
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.header-area.homepage15.sticky .header-elements .main-menu ul li a {
  color: var(--ztc-text-text-1);
}

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

/*============= FEATURES CSS AREA ENDS ===============*/
/*============= WORK CSS AREA ===============*/
.work1-section-area {
  position: relative;
  z-index: 1;
}
.work1-section-area .work-header-area {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .work1-section-area .work-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-section-area .work-header-area {
    margin-bottom: 30px;
  }
}
.work1-section-area .choose-section-area.choose2 {
  position: sticky;
  top: 150px;
}
.work1-section-area .choose-section-area.choose3 {
  position: sticky;
  top: 200px;
}
.work1-section-area .choose-section-area {
  position: sticky;
  top: 100px;
  border-radius: 8px;
  padding: 0 50px;
  transition: all 0.4s;
  background: #7659AE;
}
@media (max-width: 767px) {
  .work1-section-area .choose-section-area {
    padding: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-section-area .choose-section-area {
    padding: 24px;
  }
}
.work1-section-area .choose-section-area .choose-list-area h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  margin-bottom: 16px;
}
.work1-section-area .choose-section-area .choose-list-area p {
  font-size: var(--ztc-font-size-font-s16);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s26);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  font-weight: var(--ztc-weight-regular);
  margin-top: 24px;
}
.work1-section-area .choose-section-area .choose-list-area .btn-area {
  margin-top: 24px;
}
.work1-section-area .choose-section-area .choose-list-area .choose-auhtor li {
  display: inline-block;
}
.work1-section-area .choose-section-area .choose-list-area .choose-auhtor li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  padding: 8px;
  border-radius: 30px;
  border: 1px solid #909DAD;
  display: inline-block;
  margin: 16px 8px 0 0;
}
.work1-section-area .choose-section-area .choose-list-area .choose-auhtor li a:hover {
  background: var(--ztc-bg-bg-10);
  border: 1px solid var(--ztc-bg-bg-10);
}
.work1-section-area .choose-section-area .images {
  text-align: end;
  position: relative;
  z-index: 1;
}
.work1-section-area .choose-section-area .images .elements6 {
  position: absolute;
  top: 80px;
  left: -80px;
}
.work1-section-area .choose-section-area .images .star4 {
  position: absolute;
  bottom: 20px;
  left: -80px;
}
.work1-section-area .choose-section-area .images .img1 img {
  height: 470px;
  width: 470px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .work1-section-area .choose-section-area .images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-section-area .choose-section-area .images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.work2-section-area {
  position: relative;
  z-index: 1;
}
.work2-section-area .work2-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .work2-section-area .work2-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work2-section-area .work2-header {
    margin-bottom: 30px;
  }
}
.work2-section-area .work-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.work2-section-area .all-boxes-area {
  padding: 0 0 0 55px;
}
@media (max-width: 767px) {
  .work2-section-area .all-boxes-area {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work2-section-area .all-boxes-area {
    padding: 0;
    margin-top: 30px;
  }
}
.work2-section-area .all-boxes-area .work-process-area {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  padding: 16px 24px 16px 46px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .work2-section-area .all-boxes-area .work-process-area {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work2-section-area .all-boxes-area .work-process-area {
    padding: 20px;
  }
}
.work2-section-area .all-boxes-area .work-process-area:hover {
  transition: all 0.4s;
}
.work2-section-area .all-boxes-area .work-process-area:hover::after {
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
}
.work2-section-area .all-boxes-area .work-process-area:hover::before {
  transition: all 0.4s;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.work2-section-area .all-boxes-area .work-process-area:hover .icons {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotateY(180deg);
}
.work2-section-area .all-boxes-area .work-process-area:hover .icons img {
  filter: none;
  transition: all 0.4s;
}
.work2-section-area .all-boxes-area .work-process-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-1);
  opacity: 15%;
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
  visibility: visible;
}
.work2-section-area .all-boxes-area .work-process-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.work2-section-area .all-boxes-area .work-process-area .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  background-color: #3E3980;
  position: absolute;
  left: -35px;
  top: 23%;
  bottom: -23%;
}
@media (max-width: 767px) {
  .work2-section-area .all-boxes-area .work-process-area .icons {
    position: relative;
    left: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work2-section-area .all-boxes-area .work-process-area .icons {
    position: relative;
    left: 0;
    margin-bottom: 20px;
  }
}
.work2-section-area .all-boxes-area .work-process-area .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.work2-section-area .all-boxes-area .work-process-area .content-area a {
  font-size: var(--ztc-font-size-font-s20);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s20);
  display: inline-block;
  margin-bottom: 16px;
}
.work2-section-area .all-boxes-area .work-process-area .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.work2-section-area .all-boxes-area .work-process-area.work2 {
  margin-left: -40px;
}
@media (max-width: 767px) {
  .work2-section-area .all-boxes-area .work-process-area.work2 {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work2-section-area .all-boxes-area .work-process-area.work2 {
    margin: 0;
  }
}

.work3-section-area {
  position: relative;
  z-index: 1;
}
.work3-section-area .work-bg1 {
  position: absolute;
  top: 0;
  left: 0;
}
.work3-section-area .work-bg2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.work3-section-area .work-header-area {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .work3-section-area .work-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work3-section-area .work-header-area {
    margin-bottom: 30px;
  }
}
.work3-section-area .choose-section-area.choose2 {
  position: sticky;
  top: 150px;
}
.work3-section-area .choose-section-area.choose3 {
  position: sticky;
  top: 200px;
}
.work3-section-area .choose-section-area {
  position: sticky;
  top: 100px;
  border-radius: 8px;
  padding: 0 50px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-14);
}
@media (max-width: 767px) {
  .work3-section-area .choose-section-area {
    padding: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work3-section-area .choose-section-area {
    padding: 24px;
  }
}
.work3-section-area .choose-section-area .choose-list-area h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 16px;
}
.work3-section-area .choose-section-area .choose-list-area p {
  font-size: var(--ztc-font-size-font-s16);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s26);
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-regular);
  margin-top: 24px;
}
.work3-section-area .choose-section-area .choose-list-area .btn-area {
  margin-top: 24px;
}
.work3-section-area .choose-section-area .choose-list-area .choose-auhtor li {
  display: inline-block;
}
.work3-section-area .choose-section-area .choose-list-area .choose-auhtor li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  padding: 8px;
  border-radius: 30px;
  border: 1px solid #909DAD;
  display: inline-block;
  margin: 16px 8px 0 0;
}
.work3-section-area .choose-section-area .choose-list-area .choose-auhtor li a:hover {
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-bg-bg-10);
}
.work3-section-area .choose-section-area .images {
  text-align: end;
  position: relative;
  z-index: 1;
}
.work3-section-area .choose-section-area .images .elements6 {
  position: absolute;
  top: 80px;
  left: -80px;
}
.work3-section-area .choose-section-area .images .star4 {
  position: absolute;
  bottom: 20px;
  left: -80px;
}
.work3-section-area .choose-section-area .images .img1 img {
  height: 470px;
  width: 470px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .work3-section-area .choose-section-area .images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work3-section-area .choose-section-area .images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.work4-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-14);
}
.work4-section-area .work2-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .work4-section-area .work2-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work4-section-area .work2-header {
    margin-bottom: 30px;
  }
}
.work4-section-area .work-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.work4-section-area .all-boxes-area {
  padding: 0 0 0 55px;
}
@media (max-width: 767px) {
  .work4-section-area .all-boxes-area {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work4-section-area .all-boxes-area {
    padding: 0;
    margin-top: 30px;
  }
}
.work4-section-area .all-boxes-area .work-process-area {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  padding: 16px 24px 16px 46px;
  border-radius: 8px;
  background: var(--ztc-text-text-1);
}
@media (max-width: 767px) {
  .work4-section-area .all-boxes-area .work-process-area {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work4-section-area .all-boxes-area .work-process-area {
    padding: 20px;
  }
}
.work4-section-area .all-boxes-area .work-process-area:hover {
  transition: all 0.4s;
}
.work4-section-area .all-boxes-area .work-process-area:hover::before {
  transition: all 0.4s;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.work4-section-area .all-boxes-area .work-process-area:hover .icons {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotateY(180deg);
}
.work4-section-area .all-boxes-area .work-process-area:hover .content-area a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.work4-section-area .all-boxes-area .work-process-area:hover .content-area p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.work4-section-area .all-boxes-area .work-process-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.work4-section-area .all-boxes-area .work-process-area .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--ztc-bg-bg-13);
  position: absolute;
  left: -35px;
  top: 23%;
  bottom: -23%;
}
@media (max-width: 767px) {
  .work4-section-area .all-boxes-area .work-process-area .icons {
    position: relative;
    left: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work4-section-area .all-boxes-area .work-process-area .icons {
    position: relative;
    left: 0;
    margin-bottom: 20px;
  }
}
.work4-section-area .all-boxes-area .work-process-area .content-area a {
  font-size: var(--ztc-font-size-font-s20);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s20);
  display: inline-block;
  margin-bottom: 16px;
}
.work4-section-area .all-boxes-area .work-process-area .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
.work4-section-area .all-boxes-area .work-process-area.work2 {
  margin-left: -40px;
}
@media (max-width: 767px) {
  .work4-section-area .all-boxes-area .work-process-area.work2 {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work4-section-area .all-boxes-area .work-process-area.work2 {
    margin: 0;
  }
}

.works4-section-area {
  position: relative;
  background: var(--ztc-bg-bg-15);
}
@media (max-width: 767px) {
  .works4-section-area .works4-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works4-section-area .works4-header {
    margin-bottom: 30px;
  }
}
.works4-section-area .case-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.works4-section-area .works-author-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 8px;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
  padding: 32px;
  margin-bottom: 30px;
}
.works4-section-area .works-author-boxarea:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.works4-section-area .works-author-boxarea:hover::after {
  width: 100%;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
}
.works4-section-area .works-author-boxarea:hover .icons {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.works4-section-area .works-author-boxarea:hover .content-area a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.works4-section-area .works-author-boxarea:hover .content-area a i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.works4-section-area .works-author-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
}
.works4-section-area .works-author-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  z-index: -1;
  background: var(--ztc-text-text-6);
  border-radius: 8px;
  visibility: hidden;
  opacity: 1;
}
.works4-section-area .works-author-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-9);
  margin: 0 auto;
}
.works4-section-area .works-author-boxarea .icons img {
  transition: all 0.4s;
}
.works4-section-area .works-author-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 13px;
}
.works4-section-area .works-author-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 26px;
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  opacity: 80%;
}
.works4-section-area .works-author-boxarea .content-area .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 0;
  margin-top: 24px;
}
.works4-section-area .works-author-boxarea .content-area .readmore i {
  transition: all 0.4s;
}

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

.works7-section-area {
  position: relative;
  background: var(--ztc-bg-bg-15);
}
.works7-section-area .works7-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .works7-section-area .works7-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works7-section-area .works7-header {
    margin-bottom: 30px;
  }
}
.works7-section-area .works-author-boxarea {
  position: relative;
  z-index: 1;
  background: #EBEEF2;
  padding: 32px 24px;
  transition: all 0.4s;
  margin-bottom: 30px;
  height: 515px;
}
@media (max-width: 767px) {
  .works7-section-area .works-author-boxarea {
    height: auto;
  }
}
.works7-section-area .works-author-boxarea:hover {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.works7-section-area .works-author-boxarea a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
  margin-bottom: 20px;
}
.works7-section-area .works-author-boxarea p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}
.works7-section-area .works-author-boxarea .img2 {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.work8-section-area {
  position: relative;
  background: #F7F8FA;
}
.work8-section-area .work-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .work8-section-area .work-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work8-section-area .work-header {
    margin-bottom: 30px;
  }
}
.work8-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .work8-section-area .head {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work8-section-area .head {
    margin-top: 30px;
  }
}
.work8-section-area .head h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.work8-section-area .works-boxarea.auhtor {
  margin-left: -40px;
}
@media (max-width: 767px) {
  .work8-section-area .works-boxarea.auhtor {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work8-section-area .works-boxarea.auhtor {
    margin-left: 0;
  }
}
.work8-section-area .works-boxarea {
  position: relative;
  padding: 16px 24px 16px 46px;
  border-radius: 10px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  margin-top: 30px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .work8-section-area .works-boxarea {
    padding: 16px;
  }
}
.work8-section-area .works-boxarea:hover {
  border-radius: 10px;
  background: var(--ztc-text-text-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.work8-section-area .works-boxarea:hover .list {
  transform: rotateY(-360deg);
  transition: all 0.4s;
}
.work8-section-area .works-boxarea:hover .list h3 {
  background: var(--ztc-bg-bg-26);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.work8-section-area .works-boxarea .list {
  position: absolute;
  top: 20%;
  left: -30px;
}
@media (max-width: 767px) {
  .work8-section-area .works-boxarea .list {
    position: relative;
    left: 0;
    margin-bottom: 20px;
    display: inline-block;
  }
}
.work8-section-area .works-boxarea .list h3 {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  transition: all 0.4s;
  background: #E0EBFB;
  border-radius: 50%;
  color: var(--ztc-bg-bg-26);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
}
.work8-section-area .works-boxarea .content {
  display: inline-block;
}
.work8-section-area .works-boxarea .content a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 16px;
}
.work8-section-area .works-boxarea .content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}

.work11-section-area {
  position: relative;
  z-index: 1;
}
.work11-section-area .work11-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}
.work11-section-area .work11-boxarea:hover .icons {
  transform: rotateY(180deg);
  transition: all 0.4s;
}
.work11-section-area .work11-boxarea .elements23 {
  position: absolute;
  right: -100px;
  top: 35px;
}
@media (max-width: 767px) {
  .work11-section-area .work11-boxarea .elements23 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work11-section-area .work11-boxarea .elements23 {
    display: block;
  }
}
.work11-section-area .work11-boxarea .elements24 {
  position: absolute;
  right: -100px;
  top: 0px;
}
@media (max-width: 767px) {
  .work11-section-area .work11-boxarea .elements24 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work11-section-area .work11-boxarea .elements24 {
    display: none;
  }
}
.work11-section-area .work11-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: rgba(64, 139, 255, 0.1);
}
.work11-section-area .work11-boxarea .textarea a {
  color: var(--Text-Color, #081120);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.work11-section-area .work11-boxarea .textarea p {
  color: var(--Paragraph-Color, #464D58);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.project12-section-area {
  position: relative;
  z-index: 1;
}
.project12-section-area .project12-slider-area .owl-item.active.center .project12-boxarea .img1::after {
  height: 100%;
  transition: all 0.4s;
}
.project12-section-area .project12-slider-area .owl-item.active.center .project12-boxarea .content-area {
  bottom: 0;
  transition: all 0.6s;
}
.project12-section-area .project12-slider-area .owl-dots {
  text-align: center;
  margin-top: 32px;
}
.project12-section-area .project12-slider-area .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #CDDDDA;
  margin: 0 10px;
  position: relative;
}
.project12-section-area .project12-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #CDDDDA;
  top: -7px;
  left: -7px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.project12-section-area .project12-slider-area .owl-dots button.active {
  background: #055346;
}
.project12-section-area .project12-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}
.project12-section-area .project12-slider-area .project12-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project12-section-area .project12-slider-area .project12-boxarea .img1 {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}
.project12-section-area .project12-slider-area .project12-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #055346;
  opacity: 90%;
  border-radius: 4px;
}
.project12-section-area .project12-slider-area .project12-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.project12-section-area .project12-slider-area .project12-boxarea .content-area {
  position: absolute;
  bottom: -400px;
  padding: 28px;
  display: inline-block;
  z-index: 1;
  transition: all 0.6s;
}
.project12-section-area .project12-slider-area .project12-boxarea .content-area p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.project12-section-area .project12-slider-area .project12-boxarea .content-area .head {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.project12-section-area .project12-slider-area .project12-boxarea .content-area .head:hover {
  color: #DDFA63;
  transition: all 0.4s;
}
.project12-section-area .project12-slider-area .project12-boxarea .content-area .readmore {
  color: #fff;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.project12-section-area .project12-slider-area .project12-boxarea .content-area .readmore i {
  margin-left: 4px;
}
.project12-section-area .project12-slider-area .project12-boxarea .content-area .readmore:hover {
  color: #DDFA63;
  transition: all 0.4s;
}

.work13-section-area {
  position: relative;
  z-index: 1;
}
.work13-section-area .project13-boxrea {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.work13-section-area .project13-boxrea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.work13-section-area .project13-boxrea:hover .content-area {
  bottom: 20px;
  transition: all 0.6s;
}
.work13-section-area .project13-boxrea .img1 {
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.4s;
}
.work13-section-area .project13-boxrea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work13-section-area .project13-boxrea .img1 img {
    height: 400px;
  }
}
.work13-section-area .project13-boxrea .content-area {
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  position: absolute;
  bottom: -300px;
  left: 20px;
  right: 20px;
  transition: all 0.6s;
  z-index: 1;
}
.work13-section-area .project13-boxrea .content-area span {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
}
.work13-section-area .project13-boxrea .content-area span::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: rgba(255, 15, 81, 0.05);
}
.work13-section-area .project13-boxrea .content-area span img {
  margin: 0 4px 0 0;
}
.work13-section-area .project13-boxrea .content-area a {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}

.projects15-section-area {
  position: relative;
  z-index: 1;
  background: #F9FAFB;
}
.projects15-section-area .project15-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.projects15-section-area .project15-boxarea:hover .img1 img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.projects15-section-area .project15-boxarea:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
  top: 50%;
}
.projects15-section-area .project15-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--white, #FFF);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
}
.projects15-section-area .project15-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.projects15-section-area .project15-boxarea .btn-area1 {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-top: -60px;
  margin-left: -65px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  transform: scale(0.8);
  z-index: 1;
}
.projects15-section-area .project15-boxarea .text-area a {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: inline-block;
  transition: all 0.4s;
  letter-spacing: -0.24px;
}
.projects15-section-area .project15-boxarea .text-area p {
  color: var(--gray-500, #6B7280);
  font-family: var(--ztc-family-font1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

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

.preloader2 {
  background: var(--ztc-bg-bg-11) !important;
}

.preloader3 {
  background: var(--ztc-text-text-1) !important;
}

.preloader4 {
  background: var(--ztc-text-text-12) !important;
}

.preloader5 {
  background: var(--ztc-text-text-1) !important;
}

.preloader7 {
  background: var(--ztc-text-text-1) !important;
}

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

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

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

.preloader2 .loading {
  border-color: transparent var(--ztc-text-text-1) transparent var(--ztc-text-text-1) !important;
  border: 1px solid transparent;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.preloader3 .loading {
  border-color: transparent var(--ztc-text-text-6) transparent var(--ztc-text-text-6) !important;
  border: 1px solid transparent;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.preloader4 .loading {
  border-color: transparent var(--ztc-text-text-11) transparent var(--ztc-text-text-11) !important;
  border: 1px solid transparent;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.preloader5 .loading {
  border-color: transparent var(--ztc-text-text-2) transparent var(--ztc-text-text-2) !important;
  border: 1px solid transparent;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.preloader7 .loading {
  border-color: transparent var(--ztc-text-text-15) transparent var(--ztc-text-text-15) !important;
  border: 1px solid transparent;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.preloader8 .loading {
  border-color: transparent var(--ztc-text-text-16) transparent var(--ztc-text-text-16) !important;
  border: 1px solid transparent;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.preloader9 .loading {
  border-color: transparent var(--ztc-text-text-17) transparent var(--ztc-text-text-17) !important;
  border: 1px solid transparent;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.preloader10 .loading {
  border-color: transparent var(--ztc-text-text-14) transparent var(--ztc-text-text-14) !important;
  border: 1px solid transparent;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.preloader12 .loading {
  border-color: transparent #055346 transparent #055346 !important;
  border: 1px solid transparent;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.preloader13 .loading {
  border-color: transparent #FD2F39 transparent #FD2F39 !important;
  border: 1px solid transparent;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.preloader15 .loading {
  border-color: transparent #2466EF transparent #2466EF !important;
  border: 1px solid transparent;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

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

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  width: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.star3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= PRICING CSS AREA STARTS ===============*/
.pricing-section-area .pricing-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .pricing-section-area .pricing-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-section-area .pricing-header {
    margin-bottom: 30px;
  }
}
.pricing-section-area .pricing-boxarea.active {
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-text-text-6);
}
.pricing-section-area .pricing-boxarea.active .btn-area1 {
  text-align: center;
}
.pricing-section-area .pricing-boxarea.active .btn-area1 a.header-btn12 {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
}
.pricing-section-area .pricing-boxarea.active .btn-area1 a.header-btn6 {
  color: var(--ztc-text-text-1);
  border-top: 1px solid var(--ztc-text-text-1);
  border-bottom: 1px solid var(--ztc-text-text-1);
}
.pricing-section-area .pricing-boxarea.active h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-section-area .pricing-boxarea.active p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-section-area .pricing-boxarea.active h2{
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-section-area .pricing-boxarea.active h2 span {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-section-area .pricing-boxarea.active .list-area {
  background: #FD2C6F;
  transition: all 0.6s;
}
.pricing-section-area .pricing-boxarea.active .list-area h5 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-section-area .pricing-boxarea.active .list-area ul li {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-section-area .pricing-boxarea.active .list-area ul li .check2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  display: none;
}
.pricing-section-area .pricing-boxarea.active .list-area ul li .check3 {
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  display: inline-block;
}
.pricing-section-area .pricing-boxarea {
  background: var(--ztc-bg-bg-15);
  border-radius: 8px;
  position: relative;
  padding: 24px;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.pricing-section-area .pricing-boxarea:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.pricing-section-area .pricing-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 1px;
  border-radius: 8px;
  left: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-6);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.pricing-section-area .pricing-boxarea h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 14px;
}
.pricing-section-area .pricing-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  padding-bottom: 24px;
  border-bottom: 1px solid #DEE0E2;
  transition: all 0.4s;
}
.pricing-section-area .pricing-boxarea h2{
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: var(--ztc-font-size-font-s56);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  padding-top: 24px;
}
.pricing-section-area .pricing-boxarea h2 span {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  position: relative;
  left: -5px;
}
.pricing-section-area .pricing-boxarea .btn-area1 {
  text-align: center;
}
.pricing-section-area .pricing-boxarea .btn-area1 .header-btn12 {
  width: 100%;
  text-align: center;
}
.pricing-section-area .pricing-boxarea .btn-area1 .header-btn6 {
  width: 100%;
  text-align: center;
}
.pricing-section-area .pricing-boxarea .list-area {
  background: var(--ztc-text-text-1);
  transition: all 0.6s;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.pricing-section-area .pricing-boxarea .list-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.pricing-section-area .pricing-boxarea .list-area ul li {
  margin-top: 20px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.pricing-section-area .pricing-boxarea .list-area ul li .check2 {
  display: inline-block;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  visibility: visible;
  opacity: 1;
}
.pricing-section-area .pricing-boxarea .list-area ul li .check3 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  display: none;
}
.pricing-section-area .pricing-boxarea .pera {
  padding: 0 !important;
  border: none;
}

.pricing-inner-section-area .pricing-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .pricing-inner-section-area .pricing-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-inner-section-area .pricing-header {
    margin-bottom: 30px;
  }
}
.pricing-inner-section-area .pricing-boxarea.active {
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-text-text-4);
}
.pricing-inner-section-area .pricing-boxarea.active h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-inner-section-area .pricing-boxarea.active p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-inner-section-area .pricing-boxarea.active h2{
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-inner-section-area .pricing-boxarea.active h2 span {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-inner-section-area .pricing-boxarea.active .list-area {
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.6s;
}
.pricing-inner-section-area .pricing-boxarea.active .list-area h5 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-inner-section-area .pricing-boxarea.active .list-area ul li {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing-inner-section-area .pricing-boxarea.active .list-area ul li .check2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  display: none;
}
.pricing-inner-section-area .pricing-boxarea.active .list-area ul li .check3 {
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  display: inline-block;
}
.pricing-inner-section-area .pricing-boxarea {
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  position: relative;
  padding: 24px;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.pricing-inner-section-area .pricing-boxarea:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.pricing-inner-section-area .pricing-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 1px;
  border-radius: 8px;
  left: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-6);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.pricing-inner-section-area .pricing-boxarea h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 14px;
}
.pricing-inner-section-area .pricing-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  padding-bottom: 24px;
  border-bottom: 1px solid #DEE0E2;
  transition: all 0.4s;
}
.pricing-inner-section-area .pricing-boxarea h2{
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: var(--ztc-font-size-font-s56);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  padding-top: 24px;
}
.pricing-inner-section-area .pricing-boxarea h2 span {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  position: relative;
  left: -5px;
}
.pricing-inner-section-area .pricing-boxarea .list-area {
  background: rgba(78, 47, 218, 0.05);
  transition: all 0.6s;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.pricing-inner-section-area .pricing-boxarea .list-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.pricing-inner-section-area .pricing-boxarea .list-area ul li {
  margin-top: 20px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.pricing-inner-section-area .pricing-boxarea .list-area ul li .check2 {
  display: inline-block;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  visibility: visible;
  opacity: 1;
}
.pricing-inner-section-area .pricing-boxarea .list-area ul li .check3 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  display: none;
}
.pricing-inner-section-area .pricing-boxarea .pera {
  padding: 0 !important;
  border: none;
}

.compare-table-area .comparison {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .compare-table-area .comparison {
    overflow-x: scroll !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table-area .comparison {
    overflow-x: scroll !important;
  }
}
.compare-table-area thead .table-header {
  background: #E0E4E8;
}
.compare-table-area .comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  border: 1px solid #6C7887;
}
@media (max-width: 767px) {
  .compare-table-area .comparison table {
    width: 610px;
    overflow-x: scroll !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table-area .comparison table {
    width: 1000px;
    overflow-x: scroll !important;
  }
}
.compare-table-area .another-list {
  background: #F0F1F4;
}
.compare-table-area .another-list td.list-head {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.compare-table-area .another-list .standard {
  border-left: 2px solid var(--ztc-text-text-4);
  border-right: 2px solid var(--ztc-text-text-4);
}
.compare-table-area .comparison td,
.compare-table-area .comparison th {
  empty-cells: show;
  padding: 10px;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  padding: 30px 24px;
}
.compare-table-area .comparison tbody tr:nth-child(odd) {
  display: none;
}
.compare-table-area .comparison .compare-row {
  background: var(--ztc-text-text-1);
}
.compare-table-area .comparison .compare-row td.standard {
  border-left: 2px solid var(--ztc-text-text-4);
  border-right: 2px solid var(--ztc-text-text-4);
}
.compare-table-area .comparison .compare-row .none-border {
  border-bottom: none;
}
.compare-table-area .compare-footer td {
  border-top: 1px solid #B2BBC6;
}
.compare-table-area .compare-footer .standard {
  background: var(--ztc-text-text-4);
}
.compare-table-area .compare-footer .standard .header-btn1 {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-4);
}
.compare-table-area .compare-footer .standard .header-btn1:hover {
  color: var(--ztc-text-text-1);
}
.compare-table-area .compare-footer .standard .header-btn1 span {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
}
.compare-table-area .comparison th {
  font-weight: normal;
  padding: 0;
}
.compare-table-area .comparison tr td:first-child {
  text-align: left;
  border-right: 1px solid #B2BBC6;
  border-bottom: 1px solid #F0F1F4;
}
.compare-table-area .comparison .product,
.compare-table-area .comparison .tl {
  color: var(--ztc-text-text-1);
  padding: 10px;
  font-size: var(--ztc-font-size-font-s14);
}
.compare-table-area .comparison .price-info {
  padding: 28px 24px !important;
}
.compare-table-area .comparison .price-info .price-now span.text-start {
  text-align: start !important;
  display: inline-block;
}
.compare-table-area .comparison .price-info.standard {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  border-left: 1px solid var(--ztc-text-text-4);
  border-right: 1px solid var(--ztc-text-text-4);
}
.compare-table-area .comparison .price-info.standard span {
  color: var(--ztc-text-text-1);
}
.compare-table-area .comparison .price-info.features {
  text-align: start !important;
}
.compare-table-area .comparison .price-now,
.compare-table-area .comparison .price-now span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  display: inline-block;
  text-align: start;
}
@media screen and (min-width: 721px) and (max-width: 1000px) {
  .compare-table-area .table_ul li {
    letter-spacing: 0px;
  }
  .compare-table-area .comparison .price-now span {
    font-size: var(--ztc-font-size-font-s20);
    line-height: var(--ztc-font-size-font-s20);
  }
  .compare-table-area .comparison .price-now p {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .compare-table-area .table_ul {
    padding: 0px;
  }
  .compare-table-area .table_ul li {
    font-size: var(--ztc-font-size-font-s10);
    line-height: 16px;
    padding: 3px 0;
  }
  .compare-table-area .comparison {
    max-width: 100%;
  }
  .compare-table-area .comparison td:first-child,
  .compare-table-area .comparison th:first-child {
    display: none;
  }
  .compare-table-area .comparison tbody tr:nth-child(odd) {
    display: table-row;
    background: #E0E4E8;
  }
  .compare-table-area .comparison .row {
    background: var(--ztc-text-text-1);
  }
  .compare-table-area .comparison td,
  .compare-table-area .comparison th {
    border-top: none;
    padding: 10px;
  }
  .compare-table-area .price-info {
    border-top: 0 !important;
    padding: 10px 0 !important;
  }
  .compare-table-area .price-info p {
    line-height: 8px;
    font-size: 8px !important;
  }
  .compare-table-area .comparison .compare-row {
    background: var(--ztc-text-text-1);
  }
  .compare-table-area .comparison .price-now p {
    display: block;
  }
  .compare-table-area .comparison .price-now span {
    font-size: var(--ztc-font-size-font-s24);
  }
  .compare-table-area .comparison td {
    font-size: var(--ztc-font-size-font-s14);
  }
  .compare-table-area .comparison th {
    font-size: var(--ztc-font-size-font-s14);
  }
}

.pricing7-section-area .pricing-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .pricing7-section-area .pricing-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing7-section-area .pricing-header {
    margin-bottom: 30px;
  }
}
.pricing7-section-area .pricing-boxarea.active {
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-bg-bg-24);
}
.pricing7-section-area .pricing-boxarea.active .btn-area1 {
  text-align: center;
}
.pricing7-section-area .pricing-boxarea.active .btn-area1 a.header-btn13 {
  background: var(--ztc-text-text-14);
  color: var(--ztc-text-text-1);
}
.pricing7-section-area .pricing-boxarea.active .btn-area1 a.header-btn6 {
  color: var(--ztc-text-text-1);
  border-top: 1px solid var(--ztc-text-text-1);
  border-bottom: 1px solid var(--ztc-text-text-1);
}
.pricing7-section-area .pricing-boxarea.active h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing7-section-area .pricing-boxarea.active p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing7-section-area .pricing-boxarea.active h2{
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing7-section-area .pricing-boxarea.active h2 span {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing7-section-area .pricing-boxarea.active .list-area {
  background: #3464AD;
  transition: all 0.6s;
}
.pricing7-section-area .pricing-boxarea.active .list-area h5 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing7-section-area .pricing-boxarea.active .list-area ul li {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing7-section-area .pricing-boxarea.active .list-area ul li .check9 {
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  display: inline-block;
  margin: 0 8px 0 0;
}
.pricing7-section-area .pricing-boxarea {
  background: var(--ztc-bg-bg-15);
  border-radius: 8px;
  position: relative;
  padding: 24px;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.pricing7-section-area .pricing-boxarea:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.pricing7-section-area .pricing-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 1px;
  border-radius: 8px;
  left: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-6);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.pricing7-section-area .pricing-boxarea h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 14px;
}
.pricing7-section-area .pricing-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  padding-bottom: 24px;
  border-bottom: 1px solid #DEE0E2;
  transition: all 0.4s;
}
.pricing7-section-area .pricing-boxarea h2{
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: var(--ztc-font-size-font-s56);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  padding-top: 24px;
}
.pricing7-section-area .pricing-boxarea h2 span {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  position: relative;
  left: -5px;
}
.pricing7-section-area .pricing-boxarea .btn-area1 {
  text-align: center;
}
.pricing7-section-area .pricing-boxarea .btn-area1 .header-btn13 {
  width: 100%;
  text-align: center;
}
.pricing7-section-area .pricing-boxarea .list-area {
  background: var(--ztc-text-text-1);
  transition: all 0.6s;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.pricing7-section-area .pricing-boxarea .list-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.pricing7-section-area .pricing-boxarea .list-area ul li {
  margin-top: 20px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.pricing7-section-area .pricing-boxarea .list-area ul li .check9 {
  visibility: visible;
  transition: all 0.4s;
  margin: 0 8px 0 0;
}
.pricing7-section-area .pricing-boxarea .pera {
  padding: 0 !important;
  border: none;
}

.pricing9-section-area .pricing-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .pricing9-section-area .pricing-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing9-section-area .pricing-header {
    margin-bottom: 30px;
  }
}
.pricing9-section-area .pricing-boxarea.active {
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-text-text-17);
}
.pricing9-section-area .pricing-boxarea.active h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing9-section-area .pricing-boxarea.active p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing9-section-area .pricing-boxarea.active h2{
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing9-section-area .pricing-boxarea.active h2 span {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing9-section-area .pricing-boxarea.active .btn-area1 a {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
}
.pricing9-section-area .pricing-boxarea.active .list-area {
  background: #7C6FE4;
  transition: all 0.6s;
}
.pricing9-section-area .pricing-boxarea.active .list-area h5 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing9-section-area .pricing-boxarea.active .list-area ul li {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing9-section-area .pricing-boxarea.active .list-area ul li .check2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  display: none;
}
.pricing9-section-area .pricing-boxarea.active .list-area ul li .check3 {
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  display: inline-block;
}
.pricing9-section-area .pricing-boxarea {
  background: #F6F8FA;
  border-radius: 8px;
  position: relative;
  padding: 24px;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.pricing9-section-area .pricing-boxarea:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.pricing9-section-area .pricing-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 1px;
  border-radius: 8px;
  left: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-6);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.pricing9-section-area .pricing-boxarea .btn-area1 {
  margin-top: 32px;
}
.pricing9-section-area .pricing-boxarea .btn-area1 a {
  width: 100%;
  text-align: center;
}
.pricing9-section-area .pricing-boxarea h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 14px;
}
.pricing9-section-area .pricing-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  padding-bottom: 24px;
  border-bottom: 1px solid #DEE0E2;
  transition: all 0.4s;
}
.pricing9-section-area .pricing-boxarea h2{
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: var(--ztc-font-size-font-s56);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  padding-top: 24px;
}
.pricing9-section-area .pricing-boxarea h2 span {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  position: relative;
  left: -5px;
}
.pricing9-section-area .pricing-boxarea .list-area {
  background: #fff;
  transition: all 0.6s;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.pricing9-section-area .pricing-boxarea .list-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.pricing9-section-area .pricing-boxarea .list-area ul li {
  margin-top: 20px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.pricing9-section-area .pricing-boxarea .list-area ul li .check2 {
  display: inline-block;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  visibility: visible;
  opacity: 1;
}
.pricing9-section-area .pricing-boxarea .list-area ul li .check3 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  display: none;
}
.pricing9-section-area .pricing-boxarea .pera {
  padding: 0 !important;
  border: none;
}

.pricing10-section-area {
  position: relative;
  background: #F6F8FA;
}
.pricing10-section-area .pricing-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .pricing10-section-area .pricing-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing10-section-area .pricing-header {
    margin-bottom: 30px;
  }
}
.pricing10-section-area .pricing-boxarea.active {
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-text-text-14);
}
.pricing10-section-area .pricing-boxarea.active h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing10-section-area .pricing-boxarea.active p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing10-section-area .pricing-boxarea.active h2{
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing10-section-area .pricing-boxarea.active h2 span {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing10-section-area .pricing-boxarea.active .btn-area1 a {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
}
.pricing10-section-area .pricing-boxarea.active .list-area {
  background: #FD7C3D;
  transition: all 0.6s;
}
.pricing10-section-area .pricing-boxarea.active .list-area h5 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing10-section-area .pricing-boxarea.active .list-area ul li {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pricing10-section-area .pricing-boxarea.active .list-area ul li .check2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  display: none;
}
.pricing10-section-area .pricing-boxarea.active .list-area ul li .check3 {
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  display: inline-block;
}
.pricing10-section-area .pricing-boxarea {
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  position: relative;
  padding: 24px;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.pricing10-section-area .pricing-boxarea:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.pricing10-section-area .pricing-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 1px;
  border-radius: 8px;
  left: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-6);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.pricing10-section-area .pricing-boxarea .btn-area1 {
  margin-top: 32px;
}
.pricing10-section-area .pricing-boxarea .btn-area1 a {
  width: 100%;
  text-align: center;
}
.pricing10-section-area .pricing-boxarea h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 14px;
}
.pricing10-section-area .pricing-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  padding-bottom: 24px;
  border-bottom: 1px solid #DEE0E2;
  transition: all 0.4s;
}
.pricing10-section-area .pricing-boxarea h2{
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: var(--ztc-font-size-font-s56);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  padding-top: 24px;
}
.pricing10-section-area .pricing-boxarea h2 span {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  position: relative;
  left: -5px;
}
.pricing10-section-area .pricing-boxarea .list-area {
  background: #F6F8FA;
  transition: all 0.6s;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.pricing10-section-area .pricing-boxarea .list-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.pricing10-section-area .pricing-boxarea .list-area ul li {
  margin-top: 20px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.pricing10-section-area .pricing-boxarea .list-area ul li .check2 {
  display: inline-block;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  visibility: visible;
  opacity: 1;
}
.pricing10-section-area .pricing-boxarea .list-area ul li .check3 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  display: none;
}
.pricing10-section-area .pricing-boxarea .pera {
  padding: 0 !important;
  border: none;
}

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

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

/*============= ERROR CSS AREA ENDS ===============*/
/*============= BOOST CSS AREA ENDS ===============*/
.boost-section-area {
  background: #F6F8F9;
  position: relative;
  overflow: hidden;
}
.boost-section-area .boost-header h5 {
  margin-left: 40px;
}
.boost-section-area .images {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .boost-section-area .images {
    position: relative;
    width: 100%;
    margin-top: 30px;
  }
}
.boost-section-area .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*============= BOOST CSS AREA ENDS ===============*/
.solution9-section-area {
  position: relative;
  z-index: 1;
  background: #F6F8FA;
}
.solution9-section-area .solution-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .solution9-section-area .solution-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution9-section-area .solution-header {
    margin-bottom: 30px;
  }
}
.solution9-section-area .solution-boxarea {
  position: sticky;
  z-index: 1;
  background: #F5EBCE;
  border-radius: 8px;
  padding: 32px 50px;
  top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution9-section-area .solution-boxarea {
    position: relative;
    top: 0;
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .solution9-section-area .solution-boxarea {
    position: relative;
    top: 0;
    padding: 32px;
  }
}
.solution9-section-area .solution-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution9-section-area .solution-boxarea .step-header {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .solution9-section-area .solution-boxarea .step-header {
    margin-top: 30px;
  }
}
.solution9-section-area .solution-boxarea .step-header h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  border-radius: 32px;
  background: #EFD27D;
  padding: 6px 10px;
}
.solution9-section-area .solution-boxarea .step-header h5 img {
  filter: brightness(0);
  margin: 0 4px 0 0;
}
.solution9-section-area .solution-boxarea .step-header h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
}
.solution9-section-area .solution-boxarea .step-header p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}
.solution9-section-area .solution-boxarea .step-header a {
  background: #EFD27D;
  color: var(--ztc-text-text-2);
}
.solution9-section-area .solution-boxarea .step-header a:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
}
.solution9-section-area .solution-boxarea2 {
  position: sticky;
  z-index: 1;
  background: #D9D6F7;
  border-radius: 8px;
  padding: 32px 50px;
  top: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution9-section-area .solution-boxarea2 {
    position: relative;
    top: 0;
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .solution9-section-area .solution-boxarea2 {
    position: relative;
    top: 0;
    padding: 32px;
  }
}
.solution9-section-area .solution-boxarea2 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution9-section-area .solution-boxarea2 .step-header {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .solution9-section-area .solution-boxarea2 .step-header {
    margin-top: 30px;
  }
}
.solution9-section-area .solution-boxarea2 .step-header h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  border-radius: 32px;
  background: var(--ztc-text-text-17);
  padding: 6px 10px;
}
.solution9-section-area .solution-boxarea2 .step-header h5 img {
  filter: brightness(0) invert(1);
  margin: 0 4px 0 0;
}
.solution9-section-area .solution-boxarea2 .step-header h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
}
.solution9-section-area .solution-boxarea2 .step-header p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}
.solution9-section-area .solution-boxarea3 {
  position: sticky;
  top: 180px;
  z-index: 1;
  background: #E2FCE3;
  border-radius: 8px;
  padding: 32px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution9-section-area .solution-boxarea3 {
    position: relative;
    top: 0;
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .solution9-section-area .solution-boxarea3 {
    position: relative;
    top: 0;
    padding: 32px;
  }
}
.solution9-section-area .solution-boxarea3 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution9-section-area .solution-boxarea3 .step-header {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .solution9-section-area .solution-boxarea3 .step-header {
    margin-top: 30px;
  }
}
.solution9-section-area .solution-boxarea3 .step-header h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  border-radius: 32px;
  background: #A9FAAC;
  padding: 6px 10px;
}
.solution9-section-area .solution-boxarea3 .step-header h5 img {
  filter: brightness(0);
  margin: 0 4px 0 0;
}
.solution9-section-area .solution-boxarea3 .step-header h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
}
.solution9-section-area .solution-boxarea3 .step-header p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}
.solution9-section-area .solution-boxarea3 .step-header a {
  background: #A9FAAC;
  color: var(--ztc-text-text-2);
}
.solution9-section-area .solution-boxarea3 .step-header a:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
}

.solution-section-slider-area {
  position: relative;
  z-index: 1;
}
.solution-section-slider-area .soluion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .solution-section-slider-area .soluion-header {
    margin-bottom: 30px;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution-section-slider-area .soluion-header {
    margin-bottom: 30px;
    display: inline-block;
  }
}
.solution-section-slider-area .soluion-header .auhtor-area {
  display: flex;
  align-items: center;
}
.solution-section-slider-area .soluion-header .auhtor-area .content {
  padding: 0 0 0 50px;
  position: relative;
  z-index: 1;
  width: 81px;
}
.solution-section-slider-area .soluion-header .auhtor-area .content::after {
  position: absolute;
  content: "";
  height: 64px;
  width: 3px;
  background: #FFF0E7;
  transition: all 0.4s;
  left: 20px;
  top: 12px;
}
.solution-section-slider-area .soluion-header .auhtor-area .content p {
  line-height: 16px;
}
.solution-section-slider-area .solution-slider-area.owl-carousel .owl-item.active.center .images-content-area .content-area {
  top: 43%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .solution-section-slider-area .solution-slider-area.owl-carousel .owl-item.active.center .images-content-area .content-area {
    top: 27%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution-section-slider-area .solution-slider-area.owl-carousel .owl-item.active.center .images-content-area .content-area {
    top: 27%;
  }
}
.solution-section-slider-area .solution-slider-area.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.solution-section-slider-area .solution-slider-area.owl-carousel .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: var(--ztc-bg-bg-25);
  border-radius: 50%;
  margin: 0 20px 0 0;
  position: relative;
}
.solution-section-slider-area .solution-slider-area.owl-carousel .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  background: #F7DBCC;
  left: -7px;
  top: -7px;
  transition: all 0.4s;
  border-radius: 50%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.solution-section-slider-area .solution-slider-area.owl-carousel .owl-dots button.active {
  background: var(--ztc-text-text-14);
  transition: all 0.4s;
}
.solution-section-slider-area .solution-slider-area.owl-carousel .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}
.solution-section-slider-area .solution-slider-area .images-content-area {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.solution-section-slider-area .solution-slider-area .images-content-area:hover .img1 {
  transition: all 0.4s;
  border-radius: 8px;
}
.solution-section-slider-area .solution-slider-area .images-content-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  border-radius: 8px;
}
.solution-section-slider-area .solution-slider-area .images-content-area:hover .content-area {
  top: 43%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .solution-section-slider-area .solution-slider-area .images-content-area:hover .content-area {
    top: 27%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution-section-slider-area .solution-slider-area .images-content-area:hover .content-area {
    top: 27%;
  }
}
.solution-section-slider-area .solution-slider-area .images-content-area .img1 {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
  height: 450px;
  width: 100%;
}
@media (max-width: 767px) {
  .solution-section-slider-area .solution-slider-area .images-content-area .img1 {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution-section-slider-area .solution-slider-area .images-content-area .img1 {
    height: 100%;
  }
}
.solution-section-slider-area .solution-slider-area .images-content-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  transition: all 0.4s;
}
.solution-section-slider-area .solution-slider-area .images-content-area .content-area {
  padding: 60px 24px;
  position: absolute;
  top: 100%;
  z-index: 2;
  height: 100%;
  background: #F6F8FA;
  transition: all 0.4s;
}
.solution-section-slider-area .solution-slider-area .images-content-area .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.solution-section-slider-area .solution-slider-area .images-content-area .content-area a:hover {
  color: var(--ztc-bg-bg-25);
  transition: all 0.4s;
}
.solution-section-slider-area .solution-slider-area .images-content-area .content-area .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.solution-section-slider-area .solution-slider-area .images-content-area .content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.solution-section-slider-area .solution-slider-area .images-content-area .content-area .readmore:hover {
  color: var(--ztc-bg-bg-25);
  transition: all 0.4s;
}

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

.others13-section-area {
  position: relative;
  z-index: 1;
  background: #09171B;
}
.others13-section-area .others-header {
  padding: 0 85px 0 0;
}
@media (max-width: 767px) {
  .others13-section-area .others-header {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others13-section-area .others-header {
    padding: 0;
    margin-bottom: 30px;
  }
}
.others13-section-area .others-header h2 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.others13-section-area .others-header p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 0.8;
}
.others13-section-area .others-header .btn-area1 a {
  border: 1px solid #FF5417;
}
.others13-section-area .others-header .btn-area1 a:hover {
  border: 1px solid #fff;
}
.others13-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  margin-bottom: 20px;
}

.others15-scetion-area {
  position: relative;
  z-index: 1;
}
.others15-scetion-area span.border {
  border: 1px solid #E5E7EB;
  height: 80px;
  text-align: center;
  display: block;
  width: 1px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .others15-scetion-area span.border {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others15-scetion-area span.border {
    display: none;
  }
}
.others15-scetion-area .logo-content {
  position: relative;
}
.others15-scetion-area .logo-content p {
  color: var(--gray-500, #6B7280);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.4s;
  padding-left: 80px;
}
.others15-scetion-area .logo-content img {
  position: absolute;
}
.others15-scetion-area .others-counter-boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .others15-scetion-area .others-counter-boxes {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others15-scetion-area .others-counter-boxes {
    margin-top: 50px;
  }
}
.others15-scetion-area .others-counter-boxes .counter-box {
  position: relative;
  z-index: 1;
}
.others15-scetion-area .others-counter-boxes .counter-box img {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: -1;
}
.others15-scetion-area .others-counter-boxes .counter-box h2 {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
.others15-scetion-area .others-counter-boxes .counter-box p {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.others15-author-section {
  position: relative;
  z-index: 1;
}
.others15-author-section .others-boxarea {
  position: relative;
  z-index: 1;
  background: #F3F4F6;
  border-radius: 8px;
  transition: all 0.4s;
  border: 1px solid #fff;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.others15-author-section .others-boxarea img {
  height: 40px;
}
.others15-author-section .others-boxarea:hover {
  border-radius: 4px;
  border: 1px solid var(--gray-300, #D1D5DB);
  background: var(--white, #FFF);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
  transform: translateY(-5px);
}

/*============= TEAM CSS AREA ===============*/
.team2-section-area {
  position: relative;
  z-index: 1;
}
.team2-section-area .team2-header-area {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .team2-section-area .team2-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team2-section-area .team2-header-area {
    margin-bottom: 30px;
  }
}
.team2-section-area .team-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.team2-section-area .team-boxarea:hover ul {
  transition: all 0.6s;
  top: -20px;
  right: 0;
  left: auto;
  visibility: visible;
  opacity: 1;
}
.team2-section-area .team-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}
.team2-section-area .team-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team2-section-area .team-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s;
}
.team2-section-area .team-boxarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
}
.team2-section-area .team-boxarea ul {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12px;
  margin: -64px 20px 0 20px;
  position: relative;
  z-index: 1;
  top: -120px;
  border-radius: 8px;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}
.team2-section-area .team-boxarea ul li {
  display: inline-block;
}
.team2-section-area .team-boxarea ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: var(--ztc-text-text-1);
  font-size: 20px;
  margin: 0 16px 0 0;
}
.team2-section-area .team-boxarea ul li a:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.team2-section-area .team-boxarea ul li a:hover img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.team2-section-area .team-boxarea ul li a img {
  height: 20px;
  width: 20px;
  transition: all 0.4s;
}
.team2-section-area .team-boxarea .content {
  text-align: center;
  margin-top: 20px;
}
.team2-section-area .team-boxarea .content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  display: inline-block;
  color: var(--ztc-text-text-1);
  margin-bottom: 12px;
}
.team2-section-area .team-boxarea .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
}

.team3-section-area {
  position: relative;
  z-index: 1;
}
.team3-section-area .about-bg1 {
  position: absolute;
  top: 0;
  left: 0;
}
.team3-section-area .about-bg2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.team3-section-area .team2-header-area {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .team3-section-area .team2-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team3-section-area .team2-header-area {
    margin-bottom: 30px;
  }
}
.team3-section-area .team-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.team3-section-area .team-boxarea:hover ul {
  transition: all 0.6s;
  top: -20px;
  right: 0;
  left: auto;
  visibility: visible;
  opacity: 1;
}
.team3-section-area .team-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}
.team3-section-area .team-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team3-section-area .team-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s;
}
.team3-section-area .team-boxarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
}
.team3-section-area .team-boxarea ul {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12px;
  margin: -64px 20px 0 20px;
  position: relative;
  z-index: 1;
  top: -120px;
  border-radius: 8px;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}
.team3-section-area .team-boxarea ul li {
  display: inline-block;
}
.team3-section-area .team-boxarea ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: var(--ztc-text-text-1);
  font-size: 20px;
  margin: 0 16px 0 0;
}
.team3-section-area .team-boxarea ul li a:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.team3-section-area .team-boxarea ul li a:hover img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.team3-section-area .team-boxarea ul li a img {
  height: 20px;
  width: 20px;
  transition: all 0.4s;
}
.team3-section-area .team-boxarea .content {
  text-align: center;
  margin-top: 20px;
}
.team3-section-area .team-boxarea .content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  display: inline-block;
  color: var(--ztc-text-text-2);
  margin-bottom: 12px;
}
.team3-section-area .team-boxarea .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.team5-section-area .team-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .team5-section-area .team-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team5-section-area .team-header {
    margin-bottom: 30px;
  }
}
.team5-section-area .team5-author-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.team5-section-area .team5-author-boxarea:hover {
  transition: all 0.4s;
}
.team5-section-area .team5-author-boxarea:hover .imges {
  border-radius: 4px;
  transition: all 0.4s;
}
.team5-section-area .team5-author-boxarea:hover .imges img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  border-radius: 4px;
}
.team5-section-area .team5-author-boxarea:hover .team-sociala-area .icons .plus {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.team5-section-area .team5-author-boxarea:hover .team-sociala-area .icons .minus {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.team5-section-area .team5-author-boxarea:hover .team-sociala-area .social-icons {
  right: 50px;
  transition: all 0.8s;
}
.team5-section-area .team5-author-boxarea .imges {
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
}
.team5-section-area .team5-author-boxarea .imges img {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.5s;
}
.team5-section-area .team5-author-boxarea .team-sociala-area {
  position: absolute;
  bottom: 90px;
  right: 15px;
}
.team5-section-area .team5-author-boxarea .team-sociala-area .icons {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 4px;
  transition: all 0.4s;
  background: var(--ztc-text-text-11);
  color: var(--ztc-text-text-1);
  position: absolute;
  right: 0;
  cursor: pointer;
}
.team5-section-area .team5-author-boxarea .team-sociala-area .icons .plus {
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: var(--ztc-font-size-font-s24);
  display: inline-block;
  border-radius: 50%;
  color: var(--ztc-text-text-11);
  transition: all 0.5s;
  background: var(--ztc-text-text-2);
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}
.team5-section-area .team5-author-boxarea .team-sociala-area .icons .minus {
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: var(--ztc-font-size-font-s24);
  display: inline-block;
  border-radius: 50%;
  color: var(--ztc-text-text-11);
  transition: all 0.5s;
  background: var(--ztc-text-text-2);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 8px;
  top: 8px;
  cursor: pointer;
}
.team5-section-area .team5-author-boxarea .team-sociala-area .social-icons {
  position: relative;
  bottom: 0;
  right: -140px;
  transition: all 0.8s;
}
.team5-section-area .team5-author-boxarea .team-sociala-area .social-icons ul {
  background: var(--ztc-text-text-11);
  padding: 8px;
  border-radius: 4px;
}
.team5-section-area .team5-author-boxarea .team-sociala-area .social-icons ul li {
  display: inline-block;
  margin: 0 4px 0 0;
}
.team5-section-area .team5-author-boxarea .content-area {
  margin-top: 20px;
}
.team5-section-area .team5-author-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 12px;
}
.team5-section-area .team5-author-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.team-inner-section-area {
  position: relative;
  z-index: 1;
}
.team-inner-section-area .team2-header-area {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .team-inner-section-area .team2-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-inner-section-area .team2-header-area {
    margin-bottom: 30px;
  }
}
.team-inner-section-area .team-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-inner-section-area .team-boxarea {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-inner-section-area .team-boxarea {
    margin-bottom: 30px;
  }
}
.team-inner-section-area .team-boxarea:hover ul {
  transform: rotate(0deg);
  transition: all 0.6s;
  top: -20px;
  right: 0;
  left: auto;
  visibility: visible;
  opacity: 1;
}
.team-inner-section-area .team-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}
.team-inner-section-area .team-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team-inner-section-area .team-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s;
}
.team-inner-section-area .team-boxarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
}
.team-inner-section-area .team-boxarea ul {
  text-align: center;
  padding: 12px;
  margin: -64px 20px 0 20px;
  position: relative;
  z-index: 1;
  top: -120px;
  border-radius: 8px;
  transition: all 0.6s;
  background: var(--ztc-text-text-4);
  visibility: hidden;
  opacity: 0;
}
.team-inner-section-area .team-boxarea ul li {
  display: inline-block;
}
.team-inner-section-area .team-boxarea ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: #6044DE;
  font-size: 20px;
  margin: 0 16px 0 0;
}
.team-inner-section-area .team-boxarea ul li a:hover {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.team-inner-section-area .team-boxarea ul li a:hover img {
  transition: all 0.4s;
  filter: none;
}
.team-inner-section-area .team-boxarea ul li a img {
  height: 20px;
  width: 20px;
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.team-inner-section-area .team-boxarea .content {
  text-align: center;
  margin-top: 20px;
}
.team-inner-section-area .team-boxarea .content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  display: inline-block;
  color: var(--ztc-text-text-2);
  margin-bottom: 12px;
}
.team-inner-section-area .team-boxarea .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.team-inner-section-area .team-header {
  padding: 0 30px 0 0;
}
@media (max-width: 767px) {
  .team-inner-section-area .team-header {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-inner-section-area .team-header {
    padding: 0;
    margin-bottom: 30px;
  }
}

.step-by-step {
  position: relative;
  z-index: 1;
}
.step-by-step::after {
  position: absolute;
  content: "";
  border-top: 1px dashed #B2BBC6;
  top: 0;
  z-index: -1;
  height: 1px;
  width: 90%;
}
.step-by-step .pera {
  position: relative;
  z-index: 1;
}
.step-by-step .pera::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--ztc-text-text-4);
  top: -22px;
}
.step-by-step .pera p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  margin-top: 16px;
}

.team10-section-area {
  position: relative;
  z-index: 1;
}
.team10-section-area .team2-header-area {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .team10-section-area .team2-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team10-section-area .team2-header-area {
    margin-bottom: 30px;
  }
}
.team10-section-area .team-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.team10-section-area .team-boxarea:hover ul {
  transition: all 0.6s;
  top: -20px;
  right: 0;
  left: auto;
  visibility: visible;
  opacity: 1;
}
.team10-section-area .team-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}
.team10-section-area .team-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team10-section-area .team-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s;
}
.team10-section-area .team-boxarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
}
.team10-section-area .team-boxarea ul {
  text-align: center;
  background: var(--ztc-text-text-14);
  padding: 12px;
  margin: -64px 20px 0 20px;
  position: relative;
  z-index: 1;
  top: -120px;
  border-radius: 8px;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}
.team10-section-area .team-boxarea ul li {
  display: inline-block;
}
.team10-section-area .team-boxarea ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: #FD8447;
  font-size: 20px;
  margin: 0 16px 0 0;
}
.team10-section-area .team-boxarea ul li a:hover {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.team10-section-area .team-boxarea ul li a:hover img {
  transition: all 0.4s;
  filter: brightness(0);
}
.team10-section-area .team-boxarea ul li a img {
  height: 20px;
  width: 20px;
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.team10-section-area .team-boxarea .content {
  text-align: center;
  margin-top: 20px;
}
.team10-section-area .team-boxarea .content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  display: inline-block;
  color: var(--ztc-text-text-2);
  margin-bottom: 12px;
}
.team10-section-area .team-boxarea .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.team11-section-area {
  position: relative;
  z-index: 1;
}
.team11-section-area .team11-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.team11-section-area .team11-boxarea:hover ul {
  right: 30px;
  transition: all 0.6s;
}
.team11-section-area .team11-boxarea:hover .img1 img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.team11-section-area .team11-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}
.team11-section-area .team11-boxarea .content-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 28px 24px;
  margin: 0 30px;
  margin-top: -60px;
  border: 1px solid #E5E7EB;
}
.team11-section-area .team11-boxarea .content-area .text a {
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.team11-section-area .team11-boxarea .content-area .text p {
  color: var(--Paragraph-Color, #464D58);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.team11-section-area .team11-boxarea .content-area .icons a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  display: inline-block;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  font-size: 24px;
}
.team11-section-area .team11-boxarea ul {
  position: absolute;
  top: 70px;
  right: -110px;
  transition: all 0.4s;
  z-index: 1;
}
@media (max-width: 767px) {
  .team11-section-area .team11-boxarea ul {
    top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team11-section-area .team11-boxarea ul {
    top: 10px;
  }
}
.team11-section-area .team11-boxarea ul li a {
  height: 44px;
  width: 44px;
  display: inline-block;
  transition: all 0.4s;
  line-height: 44px;
  background: var(--ztc-text-text-1);
  border-radius: 50%;
  color: var(--ztc-text-text-18);
  font-size: 20px;
  text-align: center;
  margin-top: 12px;
}
.team11-section-area .team11-boxarea ul li a:hover {
  background: #081120;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.team12-section-area {
  position: relative;
  z-index: 1;
}
.team12-section-area .team12-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  background: #F9FAFB;
}
.team12-section-area .team12-boxarea:hover ul {
  right: 30px;
  transition: all 0.6s;
}
.team12-section-area .team12-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
  right: 0;
}
.team12-section-area .team12-boxarea:hover .img1 img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.team12-section-area .team12-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.team12-section-area .team12-boxarea .img1::after {
  background: linear-gradient(268deg, #055346 0.79%, rgba(255, 255, 255, 0) 97.97%);
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  transition: all 0.4s;
  top: 0;
  left: 0;
  border-radius: 4px 4px 0 0;
}
.team12-section-area .team12-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 0 0 !important;
  transition: all 0.4s;
}
.team12-section-area .team12-boxarea .content-area {
  position: relative;
  text-align: center;
  justify-content: space-between;
  padding: 28px 24px;
}
.team12-section-area .team12-boxarea .content-area .text a {
  color: var(--colors-dark-dark-active, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.team12-section-area .team12-boxarea .content-area .text p {
  color: var(--Paragraph-Color, #5D6261);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.team12-section-area .team12-boxarea .content-area .icons a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  color: #055346;
  display: inline-block;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  font-size: 24px;
}
.team12-section-area .team12-boxarea ul {
  position: absolute;
  top: 50px;
  right: -110px;
  transition: all 0.4s;
  z-index: 1;
}
@media (max-width: 767px) {
  .team12-section-area .team12-boxarea ul {
    top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team12-section-area .team12-boxarea ul {
    top: 10px;
  }
}
.team12-section-area .team12-boxarea ul li a {
  height: 44px;
  width: 44px;
  display: inline-block;
  transition: all 0.4s;
  line-height: 44px;
  background: var(--ztc-text-text-1);
  border-radius: 50%;
  color: var(--ztc-text-text-18);
  font-size: 20px;
  text-align: center;
  margin-top: 12px;
}
.team12-section-area .team12-boxarea ul li a:hover {
  background: #DDFA63;
  color: #000000;
  transition: all 0.4s;
}

.team13-section-area {
  position: relative;
  z-index: 1;
}
.team13-section-area .team13-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #F8F6FC;
  padding: 24px;
  margin-bottom: 30px;
}
.team13-section-area .team13-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.team13-section-area .team13-boxarea:hover ul {
  right: 24px;
  transition: all 0.6s;
}
.team13-section-area .team13-boxarea .img1 {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  transition: all 0.4s;
}
.team13-section-area .team13-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}
.team13-section-area .team13-boxarea .content-area a {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.team13-section-area .team13-boxarea .content-area p {
  color: #5C6365;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.team13-section-area .team13-boxarea ul {
  border-radius: 5px;
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  padding: 16px 20px 0 16px;
  display: inline-block;
  position: absolute;
  right: -200px;
  top: 85px;
  transition: all 0.6s;
  z-index: 1;
}
.team13-section-area .team13-boxarea ul li a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  border-radius: 165px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  transition: all 0.4s;
  color: #fff;
  margin-bottom: 16px;
  font-size: var(--ztc-font-size-font-s20);
}
.team13-section-area .team13-boxarea ul li a:hover {
  background: #fff;
  color: #FF5417;
  transition: all 0.4s;
}

.team14-section-area {
  position: relative;
  z-index: 1;
}
.team14-section-area .our-team-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  background: #F8F8FD;
  border-radius: 4px;
  margin-bottom: 30px;
}
.team14-section-area .our-team-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.team14-section-area .our-team-boxarea:hover .content {
  background: #4D44C5;
  transition: all 0.4s;
}
.team14-section-area .our-team-boxarea:hover .content a {
  color: #fff;
  transition: all 0.4s;
}
.team14-section-area .our-team-boxarea:hover .content p {
  color: #fff;
  transition: all 0.4s;
  opacity: 80%;
}
.team14-section-area .our-team-boxarea:hover ul {
  top: 70px;
  transition: all 0.6s;
  z-index: 1;
}
.team14-section-area .our-team-boxarea .img1 {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.team14-section-area .our-team-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}
.team14-section-area .our-team-boxarea .content {
  padding: 24px;
  transition: all 0.4s;
}
.team14-section-area .our-team-boxarea .content a {
  color: #040306;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.team14-section-area .our-team-boxarea .content p {
  color: #565659;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  transition: all 0.4s;
}
.team14-section-area .our-team-boxarea .share a {
  height: 52px;
  width: 52px;
  border-radius: 0 0 4px 4px;
  transition: all 0.4s;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  background: #4D44C5;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 2;
}
.team14-section-area .our-team-boxarea ul {
  position: absolute;
  top: -200px;
  right: 25px;
  transition: all 0.6s;
  z-index: -1;
}
.team14-section-area .our-team-boxarea ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #fff;
  color: #4D44C5;
  font-size: 20px;
  margin: 0 0 8px 0;
}
.team14-section-area .our-team-boxarea ul li a:hover {
  background: #4D44C5;
  color: #fff;
  transition: all 0.4s;
}

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
.contact1-section-area {
  position: relative;
  z-index: 1;
}
.contact1-section-area .contact-header-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .contact1-section-area .contact-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area .contact-header-area {
    margin-bottom: 30px;
  }
}
.contact1-section-area .contact-info-area {
  background: var(--ztc-text-text-2);
  border-radius: 8px;
  padding: 40px 40px;
  position: relative;
}
.contact1-section-area .contact-info-area h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
  margin-bottom: 20px;
}
.contact1-section-area .contact-info-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding-bottom: 32px;
  border-bottom: 1px solid #222326;
}
.contact1-section-area .contact-auhtor-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact1-section-area .contact-auhtor-box {
    display: inline-block;
  }
}
.contact1-section-area .contact-auhtor-box:hover .icons {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.contact1-section-area .contact-auhtor-box .icons {
  height: 80px;
  width: 80px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background: #222326;
  line-height: 80px;
  margin: 0 24px 0 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .contact1-section-area .contact-auhtor-box .icons {
    margin: 0 0 24px 0;
  }
}
.contact1-section-area .contact-auhtor-box .content h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  margin-bottom: 16px;
}
.contact1-section-area .contact-auhtor-box .content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  display: inline-block;
  transition: all 0.4s;
}
.contact1-section-area .contact-boxarea {
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 32px;
  margin: 0 0 0 50px;
}
@media (max-width: 767px) {
  .contact1-section-area .contact-boxarea {
    margin: 30px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area .contact-boxarea {
    margin: 30px 0 0 0;
  }
}
.contact1-section-area .contact-boxarea h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
.contact1-section-area .contact-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
.contact1-section-area .contact-boxarea .input-area input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  padding: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
}
.contact1-section-area .contact-boxarea .input-area input::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}
.contact1-section-area .contact-boxarea .input-area input::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}
.contact1-section-area .contact-boxarea .input-area .nice-select {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
  height: 54px;
  line-height: 52px;
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}
.contact1-section-area .contact-boxarea .input-area .nice-select::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
  font-weight: var(--ztc-weight-regular);
}
.contact1-section-area .contact-boxarea .input-area .nice-select::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
  font-weight: var(--ztc-weight-regular);
}
.contact1-section-area .contact-boxarea .input-area .nice-select .list {
  width: 100%;
}
.contact1-section-area .contact-boxarea .input-area textarea {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  padding: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
  height: 120px;
}
.contact1-section-area .contact-boxarea .input-area textarea::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}
.contact1-section-area .contact-boxarea .input-area textarea::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}
.contact1-section-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
  margin-top: 24px;
}

.contact5-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-15);
}
.contact5-section-area .contact-header-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .contact5-section-area .contact-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact5-section-area .contact-header-area {
    margin-bottom: 30px;
  }
}
.contact5-section-area .contact-info-area {
  background: var(--ztc-bg-bg-18);
  border-radius: 8px;
  padding: 40px 40px;
  position: relative;
}
.contact5-section-area .contact-info-area h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
  margin-bottom: 20px;
}
.contact5-section-area .contact-info-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding-bottom: 32px;
  border-bottom: 1px solid #285354;
}
.contact5-section-area .contact-auhtor-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact5-section-area .contact-auhtor-box {
    display: inline-block;
  }
}
.contact5-section-area .contact-auhtor-box:hover .icons {
  background: var(--ztc-text-text-11);
  transition: all 0.4s;
}
.contact5-section-area .contact-auhtor-box:hover .icons img {
  filter: brightness(0);
  transition: all 0.4s;
}
.contact5-section-area .contact-auhtor-box .icons {
  height: 80px;
  width: 80px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background: #285354;
  line-height: 80px;
  margin: 0 24px 0 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .contact5-section-area .contact-auhtor-box .icons {
    margin: 0 0 24px 0;
  }
}
.contact5-section-area .contact-auhtor-box .icons img {
  transition: all 0.4s;
}
.contact5-section-area .contact-auhtor-box .content h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  margin-bottom: 16px;
}
.contact5-section-area .contact-auhtor-box .content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  display: inline-block;
  transition: all 0.4s;
}
.contact5-section-area .contact-boxarea {
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 32px;
  margin: 0 0 0 50px;
}
@media (max-width: 767px) {
  .contact5-section-area .contact-boxarea {
    margin: 30px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact5-section-area .contact-boxarea {
    margin: 30px 0 0 0;
  }
}
.contact5-section-area .contact-boxarea h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}
.contact5-section-area .contact-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
.contact5-section-area .contact-boxarea .input-area input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  padding: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
}
.contact5-section-area .contact-boxarea .input-area input::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}
.contact5-section-area .contact-boxarea .input-area input::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}
.contact5-section-area .contact-boxarea .input-area .nice-select {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
  height: 54px;
  line-height: 52px;
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}
.contact5-section-area .contact-boxarea .input-area .nice-select::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
  font-weight: var(--ztc-weight-regular);
}
.contact5-section-area .contact-boxarea .input-area .nice-select::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
  font-weight: var(--ztc-weight-regular);
}
.contact5-section-area .contact-boxarea .input-area .nice-select .list {
  width: 100%;
}
.contact5-section-area .contact-boxarea .input-area textarea {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  padding: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
  height: 120px;
}
.contact5-section-area .contact-boxarea .input-area textarea::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}
.contact5-section-area .contact-boxarea .input-area textarea::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}
.contact5-section-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
  margin-top: 24px;
}

.contact-inner-section-area .contact-form-area {
  border-radius: 7px;
  background: rgba(78, 47, 218, 0.05);
  padding: 32px;
  position: relative;
}
.contact-inner-section-area .contact-form-area h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.contact-inner-section-area .contact-form-area .input-area input {
  width: 100%;
  border-radius: 4px;
  background: rgba(78, 47, 218, 0.1);
  padding: 20px 16px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-semibold);
  margin-top: 20px;
  height: 56px;
}
.contact-inner-section-area .contact-form-area .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact-inner-section-area .contact-form-area .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact-inner-section-area .contact-form-area .input-area textarea {
  background: rgba(78, 47, 218, 0.1);
  padding: 20px 16px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-semibold);
  margin-top: 20px;
  width: 100%;
  height: 140px;
}
.contact-inner-section-area .contact-form-area .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact-inner-section-area .contact-form-area .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact-inner-section-area .contact-form-area .input-area button {
  border: none;
  outline: none;
}

.contact-main-inner-area .contact-header .number-address-area {
  display: flex;
  align-items: center;
  border-radius: 7px;
  background: var(--ztc-text-text-1);
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area {
    display: block;
  }
}
.contact-main-inner-area .contact-header .number-address-area .phone-number {
  display: flex;
  align-items: center;
  margin: 0 40px 0 0;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area .phone-number {
    margin: 0 0 20px 0;
  }
}
.contact-main-inner-area .contact-header .number-address-area .phone-number .img1 {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #EFE9F8;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area .phone-number .img1 {
    width: 60px;
  }
}
.contact-main-inner-area .contact-header .number-address-area .phone-number .content {
  margin-left: 16px;
}
.contact-main-inner-area .contact-header .number-address-area .phone-number .content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  margin-bottom: 8px;
  display: inline-block;
}
.contact-main-inner-area .contact-header .number-address-area .phone-number .content a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}
.contact-main-inner-area .contact-header .number-address-area .phone-number .content a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.contact-main-inner-area .contact-header .number-address-area2 {
  display: flex;
  align-items: center;
  border-radius: 7px;
  position: relative;
  transition: all 0.4s;
  justify-content: space-between;
  background: var(--ztc-text-text-1);
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area2 {
    display: block;
    background: var(--ztc-text-text-1);
  }
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area2 .phone-number {
    display: inline-block;
    margin-bottom: 20px;
  }
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number .img1 {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #EFE9F8;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area2 .phone-number .img1 {
    margin-bottom: 20px;
  }
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number .content {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area2 .phone-number .content {
    margin-left: 0;
  }
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number .content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  margin-bottom: 8px;
  display: inline-block;
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number .content a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  display: block;
  transition: all 0.4s;
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number .content a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.contact-main-inner-area .contact-header .number-address-area2 .phone-number .map {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  text-decoration-line: underline;
}
.contact-main-inner-area .contact-form-area {
  border-radius: 7px;
  background: var(--ztc-text-text-1);
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
  padding: 32px;
}
@media (max-width: 767px) {
  .contact-main-inner-area .contact-form-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-main-inner-area .contact-form-area {
    margin-top: 30px;
  }
}
.contact-main-inner-area .contact-form-area h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
}
.contact-main-inner-area .contact-form-area .input-area input {
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: var(--Neutral-White, #FFF);
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  padding: 16px;
  height: 48px;
  margin-top: 24px;
}
.contact-main-inner-area .contact-form-area .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact-main-inner-area .contact-form-area .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact-main-inner-area .contact-form-area .input-area textarea {
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: var(--Neutral-White, #FFF);
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  padding: 16px;
  height: 120px;
  margin-top: 24px;
}
.contact-main-inner-area .contact-form-area .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact-main-inner-area .contact-form-area .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.contact-main-inner-area .contact-form-area .input-area button {
  border: none;
  outline: none;
  margin-top: 24px;
}

.location-section-area {
  position: relative;
  z-index: 1;
}
.location-section-area .location-boxes {
  background: var(--ztc-text-text-1);
  position: relative;
  padding: 32px;
  border-radius: 8px;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.location-section-area .location-boxes:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.location-section-area .location-boxes:hover .img1 {
  transform: rotateY(-180deg);
}
.location-section-area .location-boxes .img1 {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #EFE9F8;
}
@media (max-width: 767px) {
  .location-section-area .location-boxes .img1 {
    margin-bottom: 20px;
  }
}
.location-section-area .location-boxes p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  margin-bottom: 8px;
  display: inline-block;
}
.location-section-area .location-boxes a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  display: block;
  transition: all 0.4s;
}
.location-section-area .location-boxes a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.location-section-area .map {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  text-decoration-line: underline;
}

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

.contact11-section-area {
  position: relative;
  z-index: 1;
}
.contact11-section-area .contact-boxarea {
  background: #F8F9FB;
  padding: 40px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .contact11-section-area .contact-boxarea {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact11-section-area .contact-boxarea {
    margin-bottom: 30px;
  }
}
.contact11-section-area .contact-boxarea h3 {
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.contact11-section-area .contact-boxarea p {
  color: var(--Paragraph-Color, #464D58);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.contact11-section-area .contact-boxarea .input-area input {
  border-radius: 4px;
  background: #FFF;
  width: 100%;
  color: var(--Paragraph-Color, #464D58);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 18px 16px;
  margin-top: 20px;
}
.contact11-section-area .contact-boxarea .input-area .nice-select {
  border-radius: 4px;
  background: #FFF;
  width: 100%;
  margin-top: 20px;
  padding: 18px 16px;
  box-shadow: none;
  border: none;
  height: 52px;
  line-height: 18px !important;
  color: var(--Paragraph-Color, #464D58) !important;
}
.contact11-section-area .contact-boxarea .input-area .nice-select span.current {
  color: var(--Paragraph-Color, #464D58);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px !important;
}
.contact11-section-area .contact-boxarea .input-area .nice-select::after {
  width: 7px;
  height: 7px;
}
.contact11-section-area .contact-boxarea .input-area .nice-select ul {
  width: 100%;
}
.contact11-section-area .contact-boxarea .input-area textarea {
  border-radius: 4px;
  background: #FFF;
  width: 100%;
  color: var(--Paragraph-Color, #464D58);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 18px 16px;
  margin-top: 20px;
  height: 120px;
}
.contact11-section-area .contact-boxarea .input-area button {
  text-align: end;
  border: none;
  outline: none;
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  border-radius: 8px;
  background: linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%);
  padding: 18px 24px;
}
.contact11-section-area .contact-boxarea .input-area button i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.contact11-section-area .mapouter {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .contact11-section-area .mapouter {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact11-section-area .mapouter {
    padding: 0;
  }
}
.contact11-section-area .mapouter iframe {
  height: 594px !important;
  border-radius: 8px;
}

.contact12-section-area {
  position: relative;
  z-index: 1;
  background: #F9FAFB;
}
.contact12-section-area .contact-info-area {
  background: #055346;
  border-radius: 8px;
  padding: 40px 40px;
  position: relative;
}
.contact12-section-area .contact-info-area h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
  margin-bottom: 20px;
}
.contact12-section-area .contact-info-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding-bottom: 32px;
  border-bottom: 1px solid #216458;
}
.contact12-section-area .contact-auhtor-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact12-section-area .contact-auhtor-box {
    display: inline-block;
  }
}
.contact12-section-area .contact-auhtor-box:hover .icons {
  background: #DDFA6B;
  transition: all 0.4s;
}
.contact12-section-area .contact-auhtor-box:hover .icons img {
  filter: brightness(0);
  transition: all 0.4s;
}
.contact12-section-area .contact-auhtor-box .icons {
  height: 80px;
  width: 80px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background: #25655B;
  line-height: 80px;
  margin: 0 24px 0 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .contact12-section-area .contact-auhtor-box .icons {
    margin: 0 0 24px 0;
  }
}
.contact12-section-area .contact-auhtor-box .icons img {
  transition: all 0.4s;
}
.contact12-section-area .contact-auhtor-box .content h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  margin-bottom: 16px;
}
.contact12-section-area .contact-auhtor-box .content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  display: inline-block;
  transition: all 0.4s;
}
.contact12-section-area .contact-boxarea {
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 32px;
  margin: 0 0 0 50px;
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
}
@media (max-width: 767px) {
  .contact12-section-area .contact-boxarea {
    margin: 30px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact12-section-area .contact-boxarea {
    margin: 30px 0 0 0;
  }
}
.contact12-section-area .contact-boxarea h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: #055346;
  margin-bottom: 16px;
}
.contact12-section-area .contact-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: #5D6261;
}
.contact12-section-area .contact-boxarea .input-area input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: #5D6261;
  padding: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
}
.contact12-section-area .contact-boxarea .input-area input::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #5D6261;
  font-weight: var(--ztc-weight-regular);
}
.contact12-section-area .contact-boxarea .input-area input::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #5D6261;
  font-weight: var(--ztc-weight-regular);
}
.contact12-section-area .contact-boxarea .input-area .nice-select {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: #5D6261;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
  height: 54px;
  line-height: 52px;
  font-weight: var(--ztc-weight-regular);
}
.contact12-section-area .contact-boxarea .input-area .nice-select::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
  font-weight: var(--ztc-weight-regular);
}
.contact12-section-area .contact-boxarea .input-area .nice-select::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
  font-weight: var(--ztc-weight-regular);
}
.contact12-section-area .contact-boxarea .input-area .nice-select .list {
  width: 100%;
}
.contact12-section-area .contact-boxarea .input-area textarea {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: #5D6261;
  padding: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
  height: 120px;
}
.contact12-section-area .contact-boxarea .input-area textarea::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #5D6261;
  font-weight: var(--ztc-weight-regular);
}
.contact12-section-area .contact-boxarea .input-area textarea::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #5D6261;
  font-weight: var(--ztc-weight-regular);
}
.contact12-section-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
  margin-top: 24px;
}

.contact14-section-area {
  position: relative;
  z-index: 1;
}
.contact14-section-area .mapouter .gmap_canvas iframe {
  height: 600px;
}
.contact14-section-area .contact-author-boxarea {
  position: relative;
  z-index: 1;
  background: #4D44C5;
  border-radius: 8px;
  padding: 48px;
  margin-top: -215px;
}
@media (max-width: 767px) {
  .contact14-section-area .contact-author-boxarea .contact-input-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact14-section-area .contact-author-boxarea .contact-input-area {
    margin-bottom: 30px;
  }
}
.contact14-section-area .contact-author-boxarea .contact-input-area h4 {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.contact14-section-area .contact-author-boxarea .contact-input-area p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
@media (max-width: 767px) {
  .contact14-section-area .contact-author-boxarea .contact-input-area p {
    line-height: 26px;
  }
}
.contact14-section-area .contact-author-boxarea .contact-input-area .input-area {
  margin-top: 20px;
}
.contact14-section-area .contact-author-boxarea .contact-input-area .input-area input {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 16px;
  width: 100%;
}
.contact14-section-area .contact-author-boxarea .contact-input-area .input-area input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.contact14-section-area .contact-author-boxarea .contact-input-area .input-area input::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.contact14-section-area .contact-author-boxarea .contact-input-area .input-area .nice-select {
  width: 100%;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  height: 52px !important;
  padding: 16px;
  line-height: 20px !important;
  width: 100%;
}
.contact14-section-area .contact-author-boxarea .contact-input-area .input-area .nice-select::after {
  width: 7px;
  height: 7px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact14-section-area .contact-author-boxarea .contact-input-area .input-area .nice-select.option.selected.focus {
  background: #4D44C5 !important;
}
.contact14-section-area .contact-author-boxarea .contact-input-area .input-area .nice-select ul {
  width: 100%;
  background: #000;
}
.contact14-section-area .contact-author-boxarea .contact-input-area .input-area .nice-select ul li.option.selected.focus {
  background: #4D44C5 !important;
}
.contact14-section-area .contact-author-boxarea .contact-input-area .input-area .nice-select ul li:hover {
  background: #4D44C5 !important;
}
.contact14-section-area .contact-author-boxarea .contact-input-area .input-area textarea {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 16px;
  width: 100%;
  height: 120px;
}
.contact14-section-area .contact-author-boxarea .contact-input-area .input-area textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.contact14-section-area .contact-author-boxarea .contact-input-area .input-area textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.contact14-section-area .contact-author-boxarea .contact-input-area .input-area button {
  border: none;
  outline: none;
}
.contact14-section-area .contact-author-boxarea .contact-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  margin: 0 0 0 30px;
}
@media (max-width: 767px) {
  .contact14-section-area .contact-author-boxarea .contact-boxarea {
    margin: 0;
    display: block;
  }
}
.contact14-section-area .contact-author-boxarea .contact-boxarea:hover {
  background: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
}
.contact14-section-area .contact-author-boxarea .contact-boxarea:hover .icons {
  background: #EDECF9;
  transition: all 0.4s;
}
.contact14-section-area .contact-author-boxarea .contact-boxarea:hover .icons img {
  filter: none;
  transition: all 0.4s;
}
.contact14-section-area .contact-author-boxarea .contact-boxarea:hover .text a {
  color: #565659;
  transition: all 0.4s;
}
.contact14-section-area .contact-author-boxarea .contact-boxarea:hover .text h4 {
  color: #040306;
  transition: all 0.4s;
}
.contact14-section-area .contact-author-boxarea .contact-boxarea .icons {
  background: rgba(255, 255, 255, 0.1);
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
}
.contact14-section-area .contact-author-boxarea .contact-boxarea .icons img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.contact14-section-area .contact-author-boxarea .contact-boxarea .text {
  padding-left: 16px;
}
@media (max-width: 767px) {
  .contact14-section-area .contact-author-boxarea .contact-boxarea .text {
    padding-left: 0;
    padding-top: 20px;
  }
}
.contact14-section-area .contact-author-boxarea .contact-boxarea .text h4 {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.4s;
}
.contact14-section-area .contact-author-boxarea .contact-boxarea .text a {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}

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

.cta2-section-area .cta-author-area {
  position: relative;
  z-index: 1;
  padding: 50px;
  border-radius: 8px;
  overflow: hidden;
}
.cta2-section-area .cta-author-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
  opacity: 15%;
  border-radius: 8px;
  z-index: -1;
}
.cta2-section-area .cta-author-area .images {
  position: relative;
  text-align: end;
}
.cta2-section-area .cta-author-area .images .cta-img1 {
  text-align: end;
  height: 250px;
  width: 250px;
}
@media (max-width: 767px) {
  .cta2-section-area .cta-author-area .images .cta-img1 {
    height: 100%;
    width: 100%;
    border: 8px;
    transition: all 0.4s;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section-area .cta-author-area .images .cta-img1 {
    height: 100%;
    width: 100%;
    border: 8px;
    transition: all 0.4s;
  }
}
.cta2-section-area .cta-author-area .images .bg1 {
  position: absolute;
  top: -50px;
  right: -100px;
}
.cta2-section-area .cta-author-area .images .elements7 {
  position: absolute;
  bottom: -100px;
  left: -60%;
}
.cta2-section-area .cta-author-area .images .elements6 {
  position: absolute;
  top: 30px;
  left: -30%;
}

.cta3-section-area {
  position: relative;
}
.cta3-section-area .cta-author-area {
  position: relative;
  z-index: 1;
  padding: 50px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--ztc-bg-bg-14);
}
.cta3-section-area .cta-author-area .images {
  position: relative;
  text-align: end;
}
.cta3-section-area .cta-author-area .images .cta-img1 {
  text-align: end;
  height: 250px;
  width: 250px;
}
@media (max-width: 767px) {
  .cta3-section-area .cta-author-area .images .cta-img1 {
    height: 100%;
    width: 100%;
    border: 8px;
    transition: all 0.4s;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section-area .cta-author-area .images .cta-img1 {
    height: 100%;
    width: 100%;
    border: 8px;
    transition: all 0.4s;
  }
}
.cta3-section-area .cta-author-area .images .bg1 {
  position: absolute;
  top: -50px;
  right: -100px;
}
.cta3-section-area .cta-author-area .images .elements7 {
  position: absolute;
  bottom: -100px;
  left: -60%;
}
.cta3-section-area .cta-author-area .images .elements6 {
  position: absolute;
  top: 30px;
  left: -30%;
}

.cta4-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-6);
}
@media (max-width: 767px) {
  .cta4-section-area {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area {
    padding: 0;
  }
}
.cta4-section-area .cta-bg1 {
  position: absolute;
  top: 0;
  right: 0;
}
.cta4-section-area .cta-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cta4-section-area .cta-header-area {
  background: var(--ztc-text-text-6);
  border-radius: 4px;
  position: relative;
}
.cta4-section-area .cta-header-area h2 {
  color: var(--ztc-text-text-1);
}
.cta4-section-area .cta-header-area p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.cta4-section-area .cta-header-area .btn-area {
  display: inline-block;
  margin-top: 32px;
}
.cta4-section-area .cta-header-area .btn-area .header-btn7 {
  color: var(--ztc-text-text-1);
  border-top: 1px solid var(--ztc-text-text-1);
  border-bottom: 1px solid var(--ztc-text-text-1);
}
.cta4-section-area .cta-header-area .btn-area .header-btn12 {
  color: var(--ztc-text-text-1);
  background: var(--ztc-text-text-2);
}

.cta5-section-area {
  position: relative;
  z-index: 1;
}
.cta5-section-area .cta-header-area h2 {
  color: var(--ztc-text-text-10);
}
.cta5-section-area .cta-header-area p {
  color: var(--ztc-text-text-10);
  opacity: 80%;
}
.cta5-section-area .cta-header-area .btn-area1 .header-btn9 {
  margin-top: 32px;
}
.cta5-section-area .cta-header-area .btn-area1 .header-btn10 {
  margin-top: 32px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .cta5-section-area .cta-header-area .btn-area1 .header-btn10 {
    margin-left: 0;
  }
}

.cta-section-area.others-cta .form-area form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ztc-text-text-1);
  padding: 20px;
  border-radius: 90px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta-section-area.others-cta .form-area form {
    width: 100%;
    left: 0;
    display: inline-block;
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    margin-bottom: 50px;
    border-radius: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section-area.others-cta .form-area form {
    left: 0;
    width: 100%;
    top: 0;
    margin-bottom: 50px;
    position: relative;
  }
}
.cta-section-area.others-cta .form-area form .input-area {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cta-section-area.others-cta .form-area form .input-area {
    margin-bottom: 20px;
  }
}
.cta-section-area.others-cta .form-area form .input-area input {
  width: 100%;
  margin-left: 6px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
}
.cta-section-area.others-cta .form-area form .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-regular);
}
.cta-section-area.others-cta .form-area form .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-regular);
}
.cta-section-area.others-cta .form-area .btn-area {
  margin-top: 0;
}
.cta-section-area.others-cta .form-area .btn-area a {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
}
.cta-section-area.others-cta .form-area .btn-area a span {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-4);
}
.cta-section-area.others-cta ul {
  text-align: start !important;
  margin-top: 24px;
}
.cta-section-area.others-cta ul li {
  display: inline-block;
}
.cta-section-area.others-cta ul li:nth-child(1) {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
}
.cta-section-area.others-cta ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  transition: all 0.4s;
  padding: 8px 12px;
  border-radius: 40px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  margin: 0 0 0 12px;
}
.cta-section-area.others-cta ul li a:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.analysis-area .analysis-inner-section {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .analysis-area .analysis-inner-section {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .analysis-area .analysis-inner-section {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .analysis-area .services-seo-scroll {
    width: 200%;
    overflow-y: auto;
    position: relative;
  }
}
@media (max-width: 767px) {
  .analysis-area .services-seo-scroll {
    width: 400%;
    overflow-y: auto;
    position: relative;
  }
}
.analysis-area .services-seo {
  border-radius: 8px;
  position: relative;
  background: var(--ztc-text-text-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .analysis-area .services-seo {
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .analysis-area .services-seo {
    overflow-x: auto;
  }
}
.analysis-area .services-seo-head {
  background-color: var(--ztc-text-text-4);
  padding: 16px 65px 16px 24px;
  border-radius: 4px;
}
.analysis-area .services-seo-item {
  padding-right: 65px;
  padding-left: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E8EAEC;
}
.analysis-area .services-seo-heading-title {
  margin: 0;
}
.analysis-area .services-seo-heading-title label {
  font-family: var(--ztc-family-font1);
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding-left: 22px;
  position: relative;
  cursor: pointer;
}
.analysis-area .services-seo-heading-title label::after {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  transition: all 0.2s ease-out 0s;
  border-radius: 4px;
}
.analysis-area .services-seo-heading-title label::before {
  position: absolute;
  content: url("../img/icons/check8.svg");
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 15px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: all 0.2s ease-out 0s;
  z-index: 1;
}
.analysis-area .services-seo-heading-title input {
  display: none;
}
.analysis-area .services-seo-heading-title input:checked ~ label::after {
  background-color: var(--ztc-text-text-4);
  border-color: var(--ztc-text-text-4);
}
.analysis-area .services-seo-heading-title input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.analysis-area .services-seo-heading-item span {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding-left: 70px;
}
.analysis-area .services-seo-heading-item span i {
  font-weight: 600;
  transform: translateY(2px);
  margin-right: 5px;
}
.analysis-area .services-seo-link-check label {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-regular);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 1;
  color: var(--ztc-text-text-2);
  position: relative;
  cursor: pointer;
  padding-left: 22px;
}
.analysis-area .services-seo-link-check label::after {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  transition: all 0.2s ease-out 0s;
  border-radius: 4px;
}
.analysis-area .services-seo-link-check label::before {
  position: absolute;
  content: url("../img/icons/check7.svg");
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 15px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: all 0.2s ease-out 0s;
  z-index: 1;
}
.analysis-area .services-seo-link-check input {
  display: none;
}
.analysis-area .services-seo-link-check input:checked ~ label::after {
  background-color: var(--ztc-text-text-4);
  border-color: var(--ztc-text-text-4);
}
.analysis-area .services-seo-link-check input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.analysis-area .services-seo-link-check span {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-regular);
  font-size: var(--ztc-font-size-font-s12);
  line-height: 1;
  padding-left: 22px;
  display: block;
}
.analysis-area .services-seo-catagory-item {
  padding-left: 70px;
}
.analysis-area .services-seo-catagory-item a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
}
.analysis-area .services-seo-catagory-item .incridable-rank i {
  margin-left: 4px;
  margin-top: -15px;
  font-size: 8px;
}

.cta7-section-area {
  position: relative;
  background: var(--ztc-text-text-15);
}
.cta7-section-area .cta-header .bnt-area1 .header-btn14 {
  margin-top: 32px;
}
.cta7-section-area .cta-header .bnt-area1 .header-btn14:hover {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-15);
}
.cta7-section-area .cta-header .bnt-area1 .header-btn14.btn2 {
  background: none;
  border: 1px solid var(--ztc-text-text-1);
  color: var(--ztc-text-text-1);
  margin-left: 20px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cta7-section-area .cta-header .bnt-area1 .header-btn14.btn2 {
    margin-left: 0;
  }
}
.cta7-section-area .cta-header .bnt-area1 .header-btn14.btn2:hover {
  background: var(--ztc-text-text-14);
  border: 1px solid var(--ztc-text-text-14);
}

.cta8-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-16);
}
.cta8-section-area .cta-bg1 {
  position: absolute;
  top: 0;
  right: 0;
}
.cta8-section-area .cta-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cta8-section-area .cta-header-area {
  border-radius: 4px;
  position: relative;
}
.cta8-section-area .cta-header-area h2 {
  color: var(--ztc-text-text-1);
}
.cta8-section-area .cta-header-area p {
  color: var(--ztc-text-text-1);
  opacity: 80% !important;
}
.cta8-section-area .cta-header-area .btn-area {
  display: inline-block;
  margin-top: 32px;
}
.cta8-section-area .cta-header-area .btn-area .header-btn15 {
  background: var(--ztc-bg-bg-27);
  color: var(--ztc-text-text-2);
}
.cta8-section-area .cta-header-area .btn-area .header-btn15:hover {
  background: var(--ztc-text-text-2);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.cta8-section-area .cta-header-area .btn-area .header-btn15.btn2 {
  background: none;
  border: 1px solid var(--ztc-text-text-1);
  color: var(--ztc-text-text-1);
  margin-left: 20px;
}
@media (max-width: 767px) {
  .cta8-section-area .cta-header-area .btn-area .header-btn15.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cta8-section-area .cta-header-area .btn-area .header-btn15.btn2:hover {
  background: var(--ztc-bg-bg-27);
  color: var(--ztc-text-text-2);
  border: 1px solid var(--ztc-bg-bg-27);
}

.ctaanalycis-section-area.others-cta {
  background: var(--ztc-bg-bg-26);
  position: relative;
}
.ctaanalycis-section-area.others-cta .cta-bg1 {
  position: absolute;
  top: 0;
  right: 0;
}
.ctaanalycis-section-area.others-cta .cta-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.ctaanalycis-section-area.others-cta .cta-header-area h5 {
  color: var(--ztc-text-text-1);
}
.ctaanalycis-section-area.others-cta .cta-header-area h5::after {
  background: var(--ztc-text-text-1);
}
.ctaanalycis-section-area.others-cta .cta-header-area h5::before {
  background: var(--ztc-text-text-1);
}
.ctaanalycis-section-area.others-cta .cta-header-area h2 {
  color: var(--ztc-text-text-1);
}
.ctaanalycis-section-area.others-cta .form-area form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ztc-text-text-1);
  padding: 20px;
  border-radius: 90px;
  z-index: 1;
}
@media (max-width: 767px) {
  .ctaanalycis-section-area.others-cta .form-area form {
    width: 100%;
    left: 0;
    display: inline-block;
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    margin-bottom: 50px;
    border-radius: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ctaanalycis-section-area.others-cta .form-area form {
    left: 0;
    width: 100%;
    top: 0;
    margin-bottom: 50px;
    position: relative;
  }
}
.ctaanalycis-section-area.others-cta .form-area form .input-area {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ctaanalycis-section-area.others-cta .form-area form .input-area {
    margin-bottom: 20px;
  }
}
.ctaanalycis-section-area.others-cta .form-area form .input-area input {
  width: 100%;
  margin-left: 6px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
}
.ctaanalycis-section-area.others-cta .form-area form .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-regular);
}
.ctaanalycis-section-area.others-cta .form-area form .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-regular);
}
.ctaanalycis-section-area.others-cta .form-area .btn-area {
  margin-top: 0;
}
.ctaanalycis-section-area.others-cta ul {
  text-align: start !important;
  margin-top: 24px;
}
.ctaanalycis-section-area.others-cta ul li {
  display: inline-block;
}
.ctaanalycis-section-area.others-cta ul li:nth-child(1) {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
}
.ctaanalycis-section-area.others-cta ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  transition: all 0.4s;
  padding: 8px 12px;
  border-radius: 40px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  margin: 0 0 0 12px;
}
.ctaanalycis-section-area.others-cta ul li a:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.cta9-section-area {
  position: relative;
  z-index: 2;
  margin-bottom: -150px;
}
@media (max-width: 767px) {
  .cta9-section-area {
    margin-bottom: 50px;
  }
}
.cta9-section-area .images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.cta9-section-area .cta-content-area {
  background: var(--ztc-bg-bg-28);
  border-radius: 8px;
  position: relative;
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .cta9-section-area .cta-content-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta9-section-area .cta-content-area {
    margin-top: 30px;
  }
}
.cta9-section-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: var(--ztc-font-size-font-s52);
}
@media (max-width: 767px) {
  .cta9-section-area .cta-content-area h2 {
    font-size: var(--ztc-font-size-font-s30);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.cta9-section-area .cta-content-area p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}
.cta9-section-area .cta-content-area .btn-area1 a {
  background: var(--ztc-text-text-1);
  color: var(--ztc-bg-bg-28);
}
.cta9-section-area .cta-content-area .btn-area1 a span {
  background: var(--ztc-text-text-17);
  color: var(--ztc-text-text-1);
}
.cta9-section-area .cta-content-area .btn-area1 a:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
}

.cta10-section-area {
  position: relative;
  z-index: 2;
  margin-bottom: -150px;
}
@media (max-width: 767px) {
  .cta10-section-area {
    margin-bottom: 50px;
  }
}
.cta10-section-area .images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.cta10-section-area .cta-content-area {
  background: var(--ztc-bg-bg-25);
  border-radius: 8px;
  position: relative;
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .cta10-section-area .cta-content-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta10-section-area .cta-content-area {
    margin-top: 30px;
  }
}
.cta10-section-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: var(--ztc-font-size-font-s52);
}
@media (max-width: 767px) {
  .cta10-section-area .cta-content-area h2 {
    font-size: var(--ztc-font-size-font-s30);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.cta10-section-area .cta-content-area p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}
.cta10-section-area .cta-content-area .btn-area1 a {
  background: var(--ztc-text-text-1);
  color: var(--ztc-bg-bg-25);
}
.cta10-section-area .cta-content-area .btn-area1 a span {
  background: var(--ztc-text-text-14);
  color: var(--ztc-text-text-1);
}
.cta10-section-area .cta-content-area .btn-area1 a:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
}

.cta11-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/cta-bg6.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .cta11-section-area .cta-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta11-section-area .cta-header {
    margin-bottom: 30px;
  }
}
.cta11-section-area .cta-header h2 {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}
@media (max-width: 767px) {
  .cta11-section-area .cta-header h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.cta11-section-area .cta-header form {
  position: relative;
  z-index: 1;
}
.cta11-section-area .cta-header form input {
  border-radius: 8px;
  background: var(--White-Colors, #FFF);
  position: relative;
  width: 100%;
  color: var(--Paragraph-Color, #464D58);
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 27px;
  height: 72px;
}
.cta11-section-area .cta-header form button {
  border-radius: 8px;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  padding: 18px 24px;
  outline: none;
  border: none;
  position: absolute;
  right: 8px;
  top: 8px;
}
.cta11-section-area .cta-header form button i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.cta11-section-area .cta-box {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #4272E1;
  padding: 24px;
}
.cta11-section-area .cta-box .icon {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
}
.cta11-section-area .cta-box .text {
  padding-left: 16px;
}
.cta11-section-area .cta-box .text p {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.8;
}
.cta11-section-area .cta-box .text a {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.cta12-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/cta-bg7.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .cta12-section-area .cta-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta12-section-area .cta-header {
    margin-bottom: 30px;
  }
}
.cta12-section-area .cta-header h2 {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}
@media (max-width: 767px) {
  .cta12-section-area .cta-header h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.cta12-section-area .cta-header form {
  position: relative;
  z-index: 1;
}
.cta12-section-area .cta-header form input {
  border-radius: 8px;
  background: var(--White-Colors, #FFF);
  position: relative;
  width: 100%;
  color: var(--Paragraph-Color, #464D58);
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 27px;
  height: 72px;
}
.cta12-section-area .cta-header form button {
  outline: none;
  border: none;
  position: absolute;
  right: 8px;
  top: 8px;
}
.cta12-section-area .cta-box {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #C7E960;
  padding: 24px;
}
.cta12-section-area .cta-box .icon {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
}
.cta12-section-area .cta-box .text {
  padding-left: 16px;
}
.cta12-section-area .cta-box .text p {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.8;
}
.cta12-section-area .cta-box .text a {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.cta13-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/cta-bg13.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta13-section-area .cta13-bg1 {
  position: absolute;
  top: -10px;
  left: -50px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .cta13-section-area .cta13-bg1 {
    display: none;
  }
}
.cta13-section-area .cta13-header h2 {
  color: var(--ztc-text-text-1);
}
.cta13-section-area .cta13-header p {
  color: #fff;
  opacity: 80%;
}
.cta13-section-area .cta13-header a {
  border: 1px solid #FF5417;
}
.cta13-section-area .cta13-header .header-btn21 {
  background: #fff;
  color: #FF5417;
}
.cta13-section-area .cta13-header .header-btn21:hover {
  color: var(--ztc-text-text-1);
}
.cta13-section-area .cta13-header .header-btn21.btn2 {
  margin-left: 16px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.cta13-section-area .cta13-header .header-btn21.btn2:hover {
  border: 1px solid var(--ztc-text-text-2);
}
@media (max-width: 767px) {
  .cta13-section-area .cta13-header .header-btn21.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.cta14-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/haeder-bg14.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta14-section-area .elements27 {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}
.cta14-section-area .cta14-header .header-btn23.btn2 {
  margin-left: 16px;
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.cta14-section-area .cta14-header .header-btn23.btn2::after {
  border: 1px solid #090B0E !important;
}
@media (max-width: 767px) {
  .cta14-section-area .cta14-header .header-btn23.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cta14-section-area .rating-box {
  background: var(--ztc-text-text-1);
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta14-section-area .rating-box {
    left: 300px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cta14-section-area .rating-box {
    left: 150px;
    margin-top: 30px;
  }
}
.cta14-section-area .rating-box p {
  color: var(--black, #000);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.cta14-section-area .rating-box ul li {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border-radius: var(--rounded-sm, 2px);
  background: var(--Color, linear-gradient(90deg, #202CD3 1.1%, #0778F9 100%));
  display: inline-block;
}
.cta14-section-area .cta-images {
  position: relative;
}
@media (max-width: 767px) {
  .cta14-section-area .cta-images {
    margin-top: 30px;
    left: -59px;
    top: -88px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta14-section-area .cta-images {
    margin-top: 30px;
  }
}
.cta14-section-area .cta-images .img1 {
  position: absolute;
  top: -72px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta14-section-area .cta-images .img1 {
    top: -150px;
  }
}
.cta14-section-area .cta-images .img1 .cta-img1-h14 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta14-section-area .cta-images .elements29 {
  left: -60px;
  top: 150px;
}

.cta15-section-area {
  position: relative;
  z-index: 1;
  background: #090B0E;
}
.cta15-section-area .cta-header-area h2 {
  color: var(--white, var(--white, #FFF));
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.36px;
  transition: all 0.4s;
}
.cta15-section-area .cta-header-area p {
  color: var(--gray-400, var(--gray-400, #9CA3AF));
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.cta15-section-area .cta-header-area form {
  position: relative;
  z-index: 1;
  border-radius: 111111px;
  border-top: 1px solid var(--gray-600, #4B5563);
  border-bottom: 1px solid var(--gray-600, #4B5563);
  border-left: 1px solid var(--gray-600, #4B5563);
  background: var(--gray-700, #374151);
  padding: 14px 16px;
  width: 500px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cta15-section-area .cta-header-area form {
    width: 100%;
  }
}
.cta15-section-area .cta-header-area form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-left: 22px;
  color: #fff;
}
.cta15-section-area .cta-header-area form input::-moz-placeholder {
  color: var(--gray-400, var(--gray-400, #9CA3AF));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.cta15-section-area .cta-header-area form input::placeholder {
  color: var(--gray-400, var(--gray-400, #9CA3AF));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.cta15-section-area .cta-header-area form button {
  position: absolute;
  right: 0;
  outline: none;
  border: none;
  transition: all 0.4s;
  top: 0;
}
.cta15-section-area .cta-header-area form i {
  position: absolute;
  left: 0;
  color: #9CA3AF;
  padding-left: 16px;
  top: 9px;
}
.cta15-section-area .cta-header-area span {
  color: var(--gray-400, var(--gray-400, #9CA3AF));
  font-family: var(--ztc-family-font1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .cta15-section-area .cta-header-area span {
    line-height: 20px;
  }
}
.cta15-section-area .cta-header-area span a {
  color: #fff !important;
  transition: all 0.4s;
  display: inline-block;
  font-weight: 700;
}

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

.testimonial1-section-area {
  position: relative;
  z-index: 1;
}
.testimonial1-section-area .testimonial-header {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}
.testimonial1-section-area .testimonials-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea {
  position: relative;
  border: 1px solid var(--ztc-text-text-4);
  border-radius: 8px;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera {
  position: relative;
  padding: 24px 32px 24px 24px;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area .list ul li {
  display: inline-block;
  color: var(--ztc-text-text-4);
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area .list a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  font-weight: var(--ztc-weight-semibold);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area img {
  height: 48px;
  width: 48px;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
  height: 382px;
  width: 100%;
  border-radius: 0 8px 8px 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  left: 2px;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
    left: 0;
    border-radius: 0 0 8px 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
    border-radius: 0 0 8px 8px;
    left: 0;
  }
}
.testimonial1-section-area .testimonials-slider-area .owl-dots {
  text-align: center;
  margin-top: 32px;
}
.testimonial1-section-area .testimonials-slider-area .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #C8BFF3;
  margin: 0 10px;
  position: relative;
}
.testimonial1-section-area .testimonials-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #C8BFF3;
  top: -7px;
  left: -7px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.testimonial1-section-area .testimonials-slider-area .owl-dots button.active {
  background: var(--ztc-bg-bg-1);
}
.testimonial1-section-area .testimonials-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}

.slider2-section-area {
  position: relative;
  z-index: 2;
}
.slider2-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-1);
  opacity: 20%;
  z-index: -1;
}
.slider2-section-area .sldier-head p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
}
@media (max-width: 767px) {
  .slider2-section-area .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider2-section-area .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}
.slider2-section-area .slider-images-area .img1 img {
  height: 38px;
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.testimonial1-section-area {
  position: relative;
  z-index: 1;
}
.testimonial1-section-area .testimonial-header {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}
.testimonial1-section-area .testimonials-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea {
  position: relative;
  border: 1px solid var(--ztc-text-text-4);
  border-radius: 8px;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera {
  position: relative;
  padding: 24px 32px 24px 24px;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area .list ul li {
  display: inline-block;
  color: var(--ztc-text-text-4);
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area .list a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  font-weight: var(--ztc-weight-semibold);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area img {
  height: 48px;
  width: 48px;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
  height: 382px;
  width: 100%;
  border-radius: 0 8px 8px 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  left: 2px;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
    left: 0;
    border-radius: 0 0 8px 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
    border-radius: 0 0 8px 8px;
    left: 0;
  }
}
.testimonial1-section-area .testimonials-slider-area .owl-dots {
  text-align: center;
  margin-top: 32px;
}
.testimonial1-section-area .testimonials-slider-area .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #C8BFF3;
  margin: 0 10px;
  position: relative;
}
.testimonial1-section-area .testimonials-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #C8BFF3;
  top: -7px;
  left: -7px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.testimonial1-section-area .testimonials-slider-area .owl-dots button.active {
  background: var(--ztc-bg-bg-1);
}
.testimonial1-section-area .testimonials-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}

.testimonial2-section-area .testimonial-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .testimonial2-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial2-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}
.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active {
  background: var(--ztc-bg-bg-10) !important;
  position: relative;
  z-index: 2;
  border-radius: 8px;
}
.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box {
  background: none;
}
.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .quito1 {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box ul li {
  background: #F94595;
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .pera {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .content-area .images-content .content a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .content-area .images-content .content p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box {
  position: relative;
  z-index: 1;
  padding: 32px;
  border-radius: 8px;
  transition: all 0.4s;
  background: #303168;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover {
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover .quito1 {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover ul li {
  background: #F94595;
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box .quito1 {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box ul {
  margin-bottom: 32px;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box ul li {
  display: inline-block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  transition: all 0.4s;
  background: #46477B;
  border-radius: 4px;
  color: #FFBA00;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box p.pera {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-regular);
  opacity: 80%;
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content {
  display: flex;
  align-items: center;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .img1 img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .content {
  margin-left: 16px;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .content a {
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 12px;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: #2B2D5A;
  border-radius: 50%;
  margin: 0 20px 0 0;
  position: relative;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  background: #2B2D5A;
  left: -7px;
  top: -7px;
  transition: all 0.4s;
  border-radius: 50%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .owl-dots button.active {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial2-owl-carousel-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}

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

.testimonial3-section-area {
  position: relative;
  background: var(--ztc-bg-bg-14);
}
.testimonial3-section-area .testimonial-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}
.testimonial3-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active {
  background: var(--ztc-bg-bg-10) !important;
  position: relative;
  z-index: 2;
  border-radius: 8px;
}
.testimonial3-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box {
  background: none;
}
.testimonial3-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .quito1 {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.testimonial3-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box ul li {
  background: #F94595;
  transition: all 0.4s;
}
.testimonial3-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .pera {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.testimonial3-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .content-area .images-content .content a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.testimonial3-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .content-area .images-content .content p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.testimonial3-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box {
  position: relative;
  z-index: 1;
  padding: 32px;
  border-radius: 8px;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
}
.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover {
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
}
.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover .quito1 {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover ul li {
  background: #F94595;
  transition: all 0.4s;
}
.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover .pera {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover .content-area .images-content .content a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover .content-area .images-content .content p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box .quito1 {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box ul {
  margin-bottom: 32px;
}
.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box ul li {
  display: inline-block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  transition: all 0.4s;
  background: #F9FCFF;
  border-radius: 4px;
  color: #FFBA00;
}
.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box p.pera {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-regular);
  transition: all 0.4s;
}
.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}
.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content {
  display: flex;
  align-items: center;
}
.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .img1 img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .content {
  margin-left: 16px;
}
.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .content a {
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 12px;
}
.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.testimonial3-section-area .testimonial2-owl-carousel-area .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.testimonial3-section-area .testimonial2-owl-carousel-area .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: var(--ztc-bg-bg-5);
  border-radius: 50%;
  margin: 0 20px 0 0;
  position: relative;
}
.testimonial3-section-area .testimonial2-owl-carousel-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  background: var(--ztc-bg-bg-5);
  left: -7px;
  top: -7px;
  transition: all 0.4s;
  border-radius: 50%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.testimonial3-section-area .testimonial2-owl-carousel-area .owl-dots button.active {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.testimonial3-section-area .testimonial2-owl-carousel-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}

.testimonial4-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-15);
}
.testimonial4-section-area .testimonia4-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .testimonial4-section-area .testimonia4-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonia4-header {
    margin-bottom: 30px;
  }
}
.testimonial4-section-area .testimonial4-slider-area .testimonial-boxarea {
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 32px 24px;
  position: relative;
  z-index: 1;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial-boxarea img.quito {
  margin-bottom: 32px;
  height: 40px;
  width: 40px;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial-boxarea .auhtor-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial-boxarea .auhtor-logo .text a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 8px;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial-boxarea .auhtor-logo .text ul li {
  display: inline-block;
  color: #FFBA00;
}
@media (max-width: 767px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}
.testimonial4-section-area .testimonial4-slider-area .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-6);
  background: var(--ztc-text-text-7);
}
.testimonial4-section-area .testimonial4-slider-area .owl-nav button:hover {
  background: var(--ztc-text-text-6);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.testimonial4-section-area .testimonial4-slider-area .owl-nav .owl-next {
  position: absolute;
  right: -75px;
  top: 40%;
}
@media (max-width: 767px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-nav .owl-next {
    right: 0;
    top: 0;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-nav .owl-next {
    right: 0;
    top: 0;
    position: relative;
  }
}
.testimonial4-section-area .testimonial4-slider-area .owl-nav .owl-prev {
  position: absolute;
  left: -75px;
  top: 40%;
}
@media (max-width: 767px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-nav .owl-prev {
    left: 0;
    top: 0;
    position: relative;
    margin: 0 6px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-nav .owl-prev {
    left: 0;
    top: 0;
    position: relative;
    margin: 0 6px 0 0;
  }
}
.testimonial4-section-area .testimonial4-slider-area.faq .owl-nav {
  display: none;
}
.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea {
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 32px 24px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-1);
}
.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea:hover {
  border: 1px solid var(--ztc-text-text-4);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea img.quito {
  margin-bottom: 32px;
  height: 40px;
  width: 40px;
}
.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea .auhtor-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea .auhtor-logo .text a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 8px;
}
.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea .auhtor-logo .text ul li {
  display: inline-block;
  color: #FFBA00;
}
@media (max-width: 767px) {
  .testimonial4-section-area .testimonial4-slider-area1 .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial4-slider-area1 .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}
.testimonial4-section-area .testimonial4-slider-area1 .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-6);
  background: var(--ztc-text-text-7);
}
.testimonial4-section-area .testimonial4-slider-area1 .owl-nav button:hover {
  background: var(--ztc-text-text-6);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.testimonial4-section-area .testimonial4-slider-area1 .owl-nav .owl-next {
  position: absolute;
  right: -75px;
  top: 40%;
}
@media (max-width: 767px) {
  .testimonial4-section-area .testimonial4-slider-area1 .owl-nav .owl-next {
    right: 0;
    top: 0;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial4-slider-area1 .owl-nav .owl-next {
    right: 0;
    top: 0;
    position: relative;
  }
}
.testimonial4-section-area .testimonial4-slider-area1 .owl-nav .owl-prev {
  position: absolute;
  left: -75px;
  top: 40%;
}
@media (max-width: 767px) {
  .testimonial4-section-area .testimonial4-slider-area1 .owl-nav .owl-prev {
    left: 0;
    top: 0;
    position: relative;
    margin: 0 6px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial4-slider-area1 .owl-nav .owl-prev {
    left: 0;
    top: 0;
    position: relative;
    margin: 0 6px 0 0;
  }
}

.testimonial4-section-area.bg2 {
  background: var(--ztc-bg-bg-4) !important;
}

.slider5-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-15);
  padding: 80px 0 0 0;
}
@media (max-width: 767px) {
  .slider5-section-area {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider5-section-area {
    padding: 40px 0;
  }
}
.slider5-section-area .slider-all-boxarea .slick-list.draggable {
  overflow: inherit;
}
.slider5-section-area .slider-all-boxarea .slider-boxarea {
  display: flex;
  align-items: center;
  margin: 0 50px 0 0;
  width: 450px !important;
}
@media (max-width: 767px) {
  .slider5-section-area .slider-all-boxarea .slider-boxarea {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider5-section-area .slider-all-boxarea .slider-boxarea {
    margin-bottom: 20px;
  }
}
.slider5-section-area .slider-all-boxarea .slider-boxarea .content a {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin: 0 24px 0 0;
}
.slider5-section-area .slider-all-boxarea .slider-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider5-section-area .slider-all-boxarea2 .slick-list.draggable {
  overflow: inherit;
}
.slider5-section-area .slider-all-boxarea2 .slider-boxarea {
  display: flex;
  align-items: center;
  margin: 0 50px 0 0;
  width: 450px !important;
}
@media (max-width: 767px) {
  .slider5-section-area .slider-all-boxarea2 .slider-boxarea {
    margin-top: 20px;
  }
}
.slider5-section-area .slider-all-boxarea2 .slider-boxarea .content a {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin: 0 24px 0 0;
}
.slider5-section-area .slider-all-boxarea2 .slider-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.testimonial1-section-area .testimonial-sliders {
  border-radius: 7px;
  background: rgba(78, 47, 218, 0.05);
  position: relative;
}
.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea {
  padding: 32px 32px 32px 50px;
}
.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea .testimonial5-all-content p {
  color: var(--Neutral-700, rgba(18, 37, 48, 0.7));
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 32px;
}
.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea .content a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  margin-bottom: 12px;
  display: inline-block;
}
.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea .content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.testimonial1-section-area .testimonial-sliders .teimonial-slider-nav-area .testimonial-slider-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial1-section-area .testimonial-sliders .testimonial-arrows {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows {
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows {
    justify-content: center;
    margin-top: 30px;
  }
}
.testimonial1-section-area .testimonial-sliders .testimonial-arrows .testimonial-prev-arrow {
  position: absolute;
  top: 45%;
  left: -80px;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows .testimonial-prev-arrow {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows .testimonial-prev-arrow {
    position: relative;
    top: 0;
    left: 0;
  }
}
.testimonial1-section-area .testimonial-sliders .testimonial-arrows .testimonial-next-arrow {
  position: absolute;
  top: 45%;
  right: -80px;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows .testimonial-next-arrow {
    position: relative;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows .testimonial-next-arrow {
    position: relative;
    top: 0;
    right: 0;
  }
}
.testimonial1-section-area .testimonial-sliders .testimonial-arrows button {
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  display: inline-block;
  background: #E6DFF5;
  border: none;
  outline: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-4);
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows button {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows button {
    margin-bottom: 30px;
  }
}
.testimonial1-section-area .testimonial-sliders .testimonial-arrows button:hover {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

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

.testimonial1-section-area {
  position: relative;
  z-index: 1;
}
.testimonial1-section-area .testimonial-header {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}
.testimonial1-section-area .testimonials-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea {
  position: relative;
  border: 1px solid var(--ztc-text-text-4);
  border-radius: 8px;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera {
  position: relative;
  padding: 24px 32px 24px 24px;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area .list ul li {
  display: inline-block;
  color: var(--ztc-text-text-4);
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area .list a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  font-weight: var(--ztc-weight-semibold);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area img {
  height: 48px;
  width: 48px;
}
.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
  height: 382px;
  width: 100%;
  border-radius: 0 8px 8px 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  left: 2px;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
    left: 0;
    border-radius: 0 0 8px 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
    border-radius: 0 0 8px 8px;
    left: 0;
  }
}
.testimonial1-section-area .testimonials-slider-area .owl-dots {
  text-align: center;
  margin-top: 32px;
}
.testimonial1-section-area .testimonials-slider-area .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #C8BFF3;
  margin: 0 10px;
  position: relative;
}
.testimonial1-section-area .testimonials-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #C8BFF3;
  top: -7px;
  left: -7px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.testimonial1-section-area .testimonials-slider-area .owl-dots button.active {
  background: var(--ztc-bg-bg-1);
}
.testimonial1-section-area .testimonials-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}

.testimonial8-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-15);
}
.testimonial8-section-area .testimonia4-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .testimonial8-section-area .testimonia4-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8-section-area .testimonia4-header {
    margin-bottom: 30px;
  }
}
.testimonial8-section-area .testimonial4-slider-area .testimonial-boxarea {
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 32px 24px;
  position: relative;
  z-index: 1;
}
.testimonial8-section-area .testimonial4-slider-area .testimonial-boxarea img.quito {
  margin-bottom: 32px;
  height: 40px;
  width: 40px;
}
.testimonial8-section-area .testimonial4-slider-area .testimonial-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.testimonial8-section-area .testimonial4-slider-area .testimonial-boxarea .auhtor-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial8-section-area .testimonial4-slider-area .testimonial-boxarea .auhtor-logo .text a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 8px;
}
.testimonial8-section-area .testimonial4-slider-area .testimonial-boxarea .auhtor-logo .text ul li {
  display: inline-block;
  color: #FFBA00;
}
@media (max-width: 767px) {
  .testimonial8-section-area .testimonial4-slider-area .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8-section-area .testimonial4-slider-area .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}
.testimonial8-section-area .testimonial4-slider-area .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-16);
  background: #E1EAF9;
}
.testimonial8-section-area .testimonial4-slider-area .owl-nav button:hover {
  background: var(--ztc-text-text-16);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.testimonial8-section-area .testimonial4-slider-area .owl-nav .owl-next {
  position: absolute;
  right: -75px;
  top: 40%;
}
@media (max-width: 767px) {
  .testimonial8-section-area .testimonial4-slider-area .owl-nav .owl-next {
    right: 0;
    top: 0;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8-section-area .testimonial4-slider-area .owl-nav .owl-next {
    right: 0;
    top: 0;
    position: relative;
  }
}
.testimonial8-section-area .testimonial4-slider-area .owl-nav .owl-prev {
  position: absolute;
  left: -75px;
  top: 40%;
}
@media (max-width: 767px) {
  .testimonial8-section-area .testimonial4-slider-area .owl-nav .owl-prev {
    left: 0;
    top: 0;
    position: relative;
    margin: 0 6px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8-section-area .testimonial4-slider-area .owl-nav .owl-prev {
    left: 0;
    top: 0;
    position: relative;
    margin: 0 6px 0 0;
  }
}
.testimonial8-section-area .testimonial4-slider-area.faq .owl-nav {
  display: none;
}
.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea {
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 32px 24px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-1);
}
.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea:hover {
  border: 1px solid var(--ztc-text-text-4);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea img.quito {
  margin-bottom: 32px;
  height: 40px;
  width: 40px;
}
.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea .auhtor-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea .auhtor-logo .text a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 8px;
}
.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea .auhtor-logo .text ul li {
  display: inline-block;
  color: #FFBA00;
}
@media (max-width: 767px) {
  .testimonial8-section-area .testimonial4-slider-area1 .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8-section-area .testimonial4-slider-area1 .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}
.testimonial8-section-area .testimonial4-slider-area1 .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-6);
  background: var(--ztc-text-text-7);
}
.testimonial8-section-area .testimonial4-slider-area1 .owl-nav button:hover {
  background: var(--ztc-text-text-6);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.testimonial8-section-area .testimonial4-slider-area1 .owl-nav .owl-next {
  position: absolute;
  right: -75px;
  top: 40%;
}
@media (max-width: 767px) {
  .testimonial8-section-area .testimonial4-slider-area1 .owl-nav .owl-next {
    right: 0;
    top: 0;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8-section-area .testimonial4-slider-area1 .owl-nav .owl-next {
    right: 0;
    top: 0;
    position: relative;
  }
}
.testimonial8-section-area .testimonial4-slider-area1 .owl-nav .owl-prev {
  position: absolute;
  left: -75px;
  top: 40%;
}
@media (max-width: 767px) {
  .testimonial8-section-area .testimonial4-slider-area1 .owl-nav .owl-prev {
    left: 0;
    top: 0;
    position: relative;
    margin: 0 6px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8-section-area .testimonial4-slider-area1 .owl-nav .owl-prev {
    left: 0;
    top: 0;
    position: relative;
    margin: 0 6px 0 0;
  }
}

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

.testimonial10-section-area {
  position: relative;
  background: #F6F8FA;
}
.testimonial10-section-area .testimonial-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .testimonial10-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial10-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}
.testimonial10-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active {
  background: var(--ztc-bg-bg-25) !important;
  position: relative;
  z-index: 2;
  border-radius: 8px;
}
.testimonial10-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box {
  background: none;
}
.testimonial10-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .quito6 {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.testimonial10-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box ul li {
  background: #FD7433;
  transition: all 0.4s;
}
.testimonial10-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .pera {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.testimonial10-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .content-area .images-content .content a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.testimonial10-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .content-area .images-content .content p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.testimonial10-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box {
  position: relative;
  z-index: 1;
  padding: 32px;
  border-radius: 8px;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
}
.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover {
  transition: all 0.4s;
  background: var(--ztc-bg-bg-25);
}
.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover .quito6 {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover ul li {
  background: var(--ztc-bg-bg-25);
  transition: all 0.4s;
}
.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover .pera {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover .content-area .images-content .content a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover .content-area .images-content .content p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box .quito6 {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box ul {
  margin-bottom: 32px;
}
.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box ul li {
  display: inline-block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  transition: all 0.4s;
  background: #F9FCFF;
  border-radius: 4px;
  color: #FFBA00;
}
.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box p.pera {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-regular);
  transition: all 0.4s;
}
.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}
.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content {
  display: flex;
  align-items: center;
}
.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .img1 img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .content {
  margin-left: 16px;
}
.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .content a {
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 12px;
}
.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.testimonial10-section-area .testimonial2-owl-carousel-area .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.testimonial10-section-area .testimonial2-owl-carousel-area .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: var(--ztc-bg-bg-25);
  border-radius: 50%;
  margin: 0 20px 0 0;
  position: relative;
}
.testimonial10-section-area .testimonial2-owl-carousel-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  background: #F7DBCC;
  left: -7px;
  top: -7px;
  transition: all 0.4s;
  border-radius: 50%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.testimonial10-section-area .testimonial2-owl-carousel-area .owl-dots button.active {
  background: var(--ztc-text-text-14);
  transition: all 0.4s;
}
.testimonial10-section-area .testimonial2-owl-carousel-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}

.testimonial12-section-area {
  position: relative;
  z-index: 1;
  background: #055346;
}
.testimonial12-section-area .testimonial12-boxarea-vertical .testimonial-boxarea {
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 32px;
}
.testimonial12-section-area .testimonial12-boxarea-vertical .testimonial-boxarea img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial12-section-area .testimonial12-boxarea-vertical .testimonial-boxarea p {
  color: #5D6261;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.testimonial12-section-area .testimonial12-boxarea-vertical .testimonial-boxarea .name-ara {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial12-section-area .testimonial12-boxarea-vertical .testimonial-boxarea .name-ara .text a {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial12-section-area .testimonial12-boxarea-vertical .testimonial-boxarea .name-ara .text ul li {
  display: inline-block;
  color: #FFAD0F;
}
.testimonial12-section-area .testimonial12-boxarea-vertical .slick-arrow {
  height: 50px;
  width: 50px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  outline: none;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  cursor: pointer;
}
.testimonial12-section-area .testimonial12-boxarea-vertical i.fa-solid.fa-angle-up.slick-arrow {
  position: absolute;
  right: -100px;
  top: 19px;
}
.testimonial12-section-area .testimonial12-boxarea-vertical i.fa-solid.fa-angle-down.slick-arrow {
  position: absolute;
  right: -100px;
  bottom: 15px;
}
.testimonial12-section-area .testimonial12-boxarea-vertical .slick-dots {
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -90px;
}
@media (max-width: 767px) {
  .testimonial12-section-area .testimonial12-boxarea-vertical .slick-dots {
    position: relative;
    right: inherit;
    text-align: center;
    top: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial12-section-area .testimonial12-boxarea-vertical .slick-dots {
    position: relative;
    right: inherit;
    text-align: center;
    top: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial12-section-area .testimonial12-boxarea-vertical .slick-dots li {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial12-section-area .testimonial12-boxarea-vertical .slick-dots li {
    display: inline-block;
  }
}
.testimonial12-section-area .testimonial12-boxarea-vertical .slick-dots li.slick-active button {
  border-radius: 50px;
  background: #DDFA63;
  color: #055346;
}
.testimonial12-section-area .testimonial12-boxarea-vertical .slick-dots li button {
  height: 50px;
  width: 50px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  outline: none;
  color: #FFF;
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .testimonial12-section-area .testimonial12-boxarea-vertical .slick-dots li button {
    margin-bottom: 0;
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial12-section-area .testimonial12-boxarea-vertical .slick-dots li button {
    margin-bottom: 0;
    margin: 0 16px 0 0;
  }
}
@media (max-width: 767px) {
  .testimonial12-section-area .testimonial-haeder {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial12-section-area .testimonial-haeder {
    margin-top: 50px;
  }
}
.testimonial12-section-area .testimonial-haeder h5 {
  color: var(--ztc-text-text-1);
  background: rgba(255, 255, 255, 0.1);
}
.testimonial12-section-area .testimonial-haeder h2 {
  color: var(--ztc-text-text-1);
}
.testimonial12-section-area .testimonial-haeder p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.testimonial13-section-area {
  position: relative;
  z-index: 1;
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
}
.testimonial13-section-area .testimonial13-header h5 {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
  background: none;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.testimonial13-section-area .testimonial13-header h5 img {
  filter: brightness(0) invert(1);
}
.testimonial13-section-area .testimonial13-header h2 {
  color: var(--ztc-text-text-1);
}
.testimonial13-section-area .testimonial13-slider {
  position: relative;
  z-index: 1;
}
.testimonial13-section-area .testimonial13-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -150px;
}
@media (max-width: 767px) {
  .testimonial13-section-area .testimonial13-slider .owl-nav {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial13-section-area .testimonial13-slider .owl-nav {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.testimonial13-section-area .testimonial13-slider .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s16);
}
.testimonial13-section-area .testimonial13-slider .owl-nav button:hover {
  background: #fff;
  color: #FFAD0F;
  transition: all 0.4s;
}
.testimonial13-section-area .testimonial13-slider .owl-nav .owl-prev {
  margin: 0 16px 0 0;
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea {
  position: relative;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.15);
  padding: 32px;
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea ul li {
  display: inline-block;
  color: var(--ztc-text-text-1);
  height: 28px;
  width: 28px;
  border-radius: 4px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 28px;
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea p {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  transition: all 0.4s;
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  padding: 24px 20px;
}
@media (max-width: 767px) {
  .testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area {
    display: inline-block;
  }
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area .quito8 {
  height: 40px !important;
  width: 40px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area .name-text {
  display: flex;
  align-items: center;
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area .name-text img {
  height: 60px;
  width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area .name-text .content {
  padding-left: 16px;
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area .name-text .content a {
  color: #F8F6FC;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area .name-text .content p {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  opacity: 80%;
}

.testimonial14-section-area {
  position: relative;
  z-index: 1;
  background: #F8F8FD;
}
.testimonial14-section-area .testimonial14-slider-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.testimonial14-section-area .testimonial14-slider-area .owl-dots button {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: rgba(77, 68, 197, 0.1);
  transition: all 0.4s;
  margin: 0 16px 0 0;
  position: relative;
  z-index: 1;
}
.testimonial14-section-area .testimonial14-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: -4px;
  top: -4px;
  border: 1px solid #4D44C5;
  transition: all 0.4s;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}
.testimonial14-section-area .testimonial14-slider-area .owl-dots button.active {
  background: #4D44C5;
  transition: all 0.4s;
}
.testimonial14-section-area .testimonial14-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}
.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea {
  background: #fff;
  border-radius: 4px;
  padding: 32px;
  position: relative;
  transition: all 0.4s;
}
.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea .list-area ul li {
  display: inline-block;
  color: #FFAD0F;
}
.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea .list-area img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea p {
  color: #565659;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea .name-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea .name-area .name {
  display: flex;
  align-items: center;
}
.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea .name-area .name img {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea .name-area .name .text {
  padding-left: 16px;
}
.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea .name-area .name .text a {
  color: #040306;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: block;
  transition: all 0.4s;
}
.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea .name-area .name .text p {
  color: #565659;
  font-family: var(--ztc-family-font1);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea .name-area .google {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.testimonial15-section-area {
  position: relative;
  z-index: 1;
  background: #F9FAFB;
}
.testimonial15-section-area .testimonial-slider-boxarea {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.testimonial15-section-area .testimonial-slider-boxarea .preloader13 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 40%;
}
.testimonial15-section-area .testimonial-slider-boxarea .testimonial-author-box {
  padding: 32px 0;
}
.testimonial15-section-area .testimonial-slider-boxarea .testimonial-author-box h3 {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.testimonial15-section-area .testimonial-slider-boxarea .testimonial-author-box h3 i {
  color: #FACA15;
  font-size: 16px;
}
.testimonial15-section-area .testimonial-slider-boxarea .testimonial-author-box p {
  color: var(--gray-500, #6B7280);
  font-family: var(--ztc-family-font1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.testimonial15-section-area .testimonial-slider-boxarea .testimonial-author-box h2 {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .owl-nav {
  position: absolute;
  bottom: 32px;
  left: 120px;
}
@media (max-width: 767px) {
  .testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .owl-nav {
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .owl-nav {
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 60px;
  }
}
.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .owl-nav button {
  height: 50px;
  width: 50px;
  display: inline-block;
  border: 1px solid #090B0E;
  text-align: center;
  line-height: 50px;
  transition: all 0.4s;
  color: #090B0E;
  border-radius: 50%;
}
.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .owl-nav button:hover {
  background: #2466EF;
  transition: all 0.4s;
  color: #fff;
  border: 1px solid #2466EF;
}
.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .testimonial-boxarea {
  background: #EBF5FF;
  padding: 50px 40px;
}
.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .testimonial-boxarea .elements45 {
  width: 164px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .testimonial-boxarea p {
  color: var(--gray-500, var(--gray-500, #6B7280));
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .testimonial-boxarea .name-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .testimonial-boxarea .name-area img {
  height: 45px;
  width: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .testimonial-boxarea .name-area .text {
  padding-left: 16px;
}
.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .testimonial-boxarea .name-area .text a {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .testimonial-boxarea .name-area .text p {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: start;
}

/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= CASE STUDY CSS AREA ENDS ===============*/
.case1-section-area {
  position: relative;
  z-index: 1;
}
.case1-section-area .case-header-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .case1-section-area .case-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .case-header-area {
    margin-bottom: 30px;
  }
}
.case1-section-area .cs_case_study_1_list {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .case1-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}
.case1-section-area .cs_case_study_1_list > .cs_case_study.cs_style_1 {
  flex: 1;
}
.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 400px;
}
.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
  transition: all 0.2s ease;
  left: 80px;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    left: 0;
    opacity: 1;
  }
}
.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active {
  flex: 3;
}
.case1-section-area .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;
}
.case1-section-area .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;
}
.case1-section-area .cs_case_study.cs_style_1 {
  height: 700px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .case1-section-area .cs_case_study.cs_style_1 {
    height: 600px;
  }
}
.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_title a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 3px;
}
.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_number {
  left: 70px;
  top: 70px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 30px;
    top: 40px;
  }
}
.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_category {
  margin-bottom: 15px;
}
.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 88px 72px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 30px;
  }
}
.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
  left: 70px;
  bottom: 86px;
  z-index: 1;
  height: 55px;
  width: 55px;
  transition: all 0.6s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 40px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
    display: none;
  }
}
.case1-section-area .cs_case_study_thumb {
  background-image: url(../img/all-images/case-img1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb2 {
  background-image: url(../img/all-images/case-img2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb3 {
  background-image: url(../img/all-images/case-img3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb4 {
  background-image: url(../img/all-images/case-img4.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb5 {
  background-image: url(../img/all-images/case-img5.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb6 {
  background-image: url(../img/all-images/case-img6.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb7 {
  background-image: url(../img/all-images/case-img7.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
  margin: 0px 8px;
  border-radius: 5px;
  height: 475px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 767px) {
  .case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
  }
}
.case1-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area1 {
  opacity: 0;
  transition: all 0.4s;
}
.case1-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area {
  left: 0;
  transition: all 0.4s;
  opacity: 1;
}
.case1-section-area .content-area1 {
  position: absolute;
  transform: rotate(-90deg);
  width: 290px;
  height: auto;
  left: -80px;
  bottom: 162px;
  transition: all 0.4s;
  opacity: 1;
}
.case1-section-area .content-area1 a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s;
  width: 100%;
}
.case1-section-area .content-area {
  position: absolute;
  z-index: 1;
  transition: all 0.4s;
  padding: 0 24px 24px 24px;
  bottom: 0;
  left: -100%;
  opacity: 0;
}
.case1-section-area .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s;
  width: 100%;
  margin-bottom: 8px;
}
.case1-section-area .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: #B2BBC6;
  transition: all 0.4s;
}

.case4-section-area {
  position: relative;
}
.case4-section-area .case4-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .case4-section-area .case4-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case4-section-area .case4-header {
    margin-bottom: 30px;
  }
}
.case4-section-area .cs_case_study_1_list {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case4-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .case4-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}
.case4-section-area .cs_case_study_1_list > .cs_case_study.cs_style_1 {
  flex: 1;
}
.case4-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 400px;
}
.case4-section-area .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 only screen and (min-width: 768px) and (max-width: 991px) {
  .case4-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    left: 0;
    opacity: 1;
  }
}
.case4-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active {
  flex: 3;
}
.case4-section-area .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;
}
.case4-section-area .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;
}
.case4-section-area .cs_case_study.cs_style_1 {
  height: 700px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .case4-section-area .cs_case_study.cs_style_1 {
    height: 600px;
  }
}
.case4-section-area .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;
}
.case4-section-area .cs_case_study.cs_style_1 .cs_case_study_number {
  left: 70px;
  top: 70px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case4-section-area .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 30px;
    top: 40px;
  }
}
.case4-section-area .cs_case_study.cs_style_1 .cs_case_study_category {
  margin-bottom: 15px;
}
.case4-section-area .cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.case4-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 88px 72px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .case4-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case4-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 30px;
  }
}
.case4-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
  left: 70px;
  bottom: 86px;
  z-index: 1;
  height: 55px;
  width: 55px;
  transition: all 0.6s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .case4-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 40px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case4-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
    display: none;
  }
}
.case4-section-area .cs_case_study_thumb {
  background-image: url(../img/all-images/case-img1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case4-section-area .cs_case_study_thumb.cs_case_study_thumb2 {
  background-image: url(../img/all-images/case-img2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case4-section-area .cs_case_study_thumb.cs_case_study_thumb3 {
  background-image: url(../img/all-images/case-img3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case4-section-area .cs_case_study_thumb.cs_case_study_thumb4 {
  background-image: url(../img/all-images/case-img4.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case4-section-area .cs_case_study_thumb.cs_case_study_thumb5 {
  background-image: url(../img/all-images/case-img5.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case4-section-area .cs_case_study_thumb.cs_case_study_thumb6 {
  background-image: url(../img/all-images/case-img6.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case4-section-area .cs_case_study_thumb.cs_case_study_thumb7 {
  background-image: url(../img/all-images/case-img7.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case4-section-area .cs_case_study.cs_style_1.cs_hover_active {
  margin: 0px 8px;
  border-radius: 5px;
  height: 475px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case4-section-area .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 767px) {
  .case4-section-area .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
  }
}
.case4-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area1 {
  opacity: 0;
  transition: all 0.4s;
}
.case4-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area {
  left: 0;
  transition: all 0.4s;
  opacity: 1;
}
.case4-section-area .content-area1 {
  position: absolute;
  transform: rotate(-90deg);
  width: 290px;
  height: auto;
  left: -45px;
  bottom: 162px;
  transition: all 0.4s;
  opacity: 1;
}
.case4-section-area .content-area1 a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s;
  width: 100%;
}
.case4-section-area .content-area {
  position: absolute;
  z-index: 1;
  transition: all 0.4s;
  padding: 0 24px 24px 24px;
  bottom: 0;
  left: -100%;
  opacity: 0;
}
.case4-section-area .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s;
  width: 100%;
  margin-bottom: 8px;
}
.case4-section-area .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: #B2BBC6;
  transition: all 0.4s;
}

.case5-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-15);
}
.case5-section-area .case5-header {
  margin-bottom: 10px;
}
.case5-section-area .case-widget-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
  border-bottom: 1px solid #CED4DA;
  position: relative;
}
.case5-section-area .case-widget-area:hover .arrow-btn a {
  background: var(--ztc-text-text-11);
  border: 2px solid var(--ztc-text-text-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-12);
}
.case5-section-area .case-widget-area:hover .hidden-img {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  right: 20%;
  transform: scale(1.1);
}
.case5-section-area .case-widget-area:hover .hidden-img.img2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  right: 20%;
  transform: scale(1.1);
}
.case5-section-area .case-widget-area:hover .hidden-img.img3 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  right: 20%;
  transform: scale(1.1);
}
.case5-section-area .case-widget-area .content-area {
  display: flex;
}
.case5-section-area .case-widget-area .content-area span {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  transition: all 0.4s;
}
.case5-section-area .case-widget-area .content-area .main-content {
  margin-left: 16px;
}
.case5-section-area .case-widget-area .content-area .main-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 16px;
}
.case5-section-area .case-widget-area .content-area .main-content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.case5-section-area .case-widget-area .hidden-img {
  visibility: visible;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
  transform: scale(1.1);
  right: 10%;
  z-index: 1;
  top: 50px;
}
@media (max-width: 767px) {
  .case5-section-area .case-widget-area .hidden-img {
    display: none;
  }
}
.case5-section-area .case-widget-area .hidden-img.img2 {
  visibility: visible;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
  transform: scale(1.1);
  right: 10%;
  z-index: 1;
  top: -110px;
}
@media (max-width: 767px) {
  .case5-section-area .case-widget-area .hidden-img.img2 {
    display: none;
  }
}
.case5-section-area .case-widget-area .hidden-img.img3 {
  visibility: visible;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
  transform: scale(1.1);
  right: 10%;
  z-index: 1;
  top: -190px;
}
@media (max-width: 767px) {
  .case5-section-area .case-widget-area .hidden-img.img3 {
    display: none;
  }
}
.case5-section-area .case-widget-area .arrow-btn a {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: var(--ztc-font-size-font-s56);
  border-radius: 50%;
  border: 2px solid var(--ztc-text-text-2);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s24);
  display: inline-block;
  color: var(--ztc-text-text-2);
  transform: rotate(-45deg);
}
.case5-section-area .case-widget-area .arrow-btn a:hover {
  border: 2px solid var(--ztc-text-text-11);
  transition: all 0.4s;
  background: var(--ztc-text-text-11);
  color: var(--ztc-text-text-12);
}

.case-inner-section-area .tabs-area ul {
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .case-inner-section-area .tabs-area ul {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-inner-section-area .tabs-area ul {
    margin-bottom: 30px;
  }
}
.case-inner-section-area .tabs-area ul li button {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  background: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  padding: 12px 16px;
  border-radius: 40px;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .case-inner-section-area .tabs-area ul li button {
    margin-bottom: 10px;
  }
}
.case-inner-section-area .tabs-area ul li button.active {
  background: var(--ztc-text-text-4) !important;
  color: var(--ztc-text-text-1);
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .case-inner-box {
  margin-bottom: 30px;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .case-inner-box:hover .img1 {
  border-radius: 8px;
  transition: all 0.4s;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .case-inner-box:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
  border-radius: 8px;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .case-inner-box .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .case-inner-box .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area .link-area .tags {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: block;
  transition: all 0.4s;
  margin-bottom: 16px;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area .link-area .head {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area .link-area .head:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area .arrow a {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  border-radius: 50%;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}
.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area .arrow a:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  background: var(--ztc-text-text-4);
}
.case-inner-section-area .tabs-content-area .tab-content .tab-pane {
  position: relative;
  top: 100px;
  transition: all 0.4s;
}
.case-inner-section-area .tabs-content-area .tab-content .tab-pane.fade.show.active {
  top: 0;
  transition: all 0.4s;
}
.case-inner-section-area .pagination-area {
  margin-top: 20px;
}
.case-inner-section-area .pagination-area ul li a {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 40px;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--ztc-bg-bg-4);
  box-shadow: none;
  margin: 0 14px 0 0;
  border: none;
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
}
.case-inner-section-area .pagination-area ul li a.active {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.case-inner-section-area .pagination-area ul li a:hover {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pagination-area {
  margin-top: 20px;
}
.pagination-area ul li a {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 40px;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--ztc-text-text-1);
  box-shadow: none;
  margin: 0 14px 0 0;
  border: none;
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
}
.pagination-area ul li a.active {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pagination-area ul li a:hover {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .case-single-section-area .case-auhtor-area .case-single-hedaer {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-single-section-area .case-auhtor-area .case-single-hedaer {
    margin-bottom: 30px;
  }
}
.case-single-section-area .case-auhtor-area .case-single-hedaer .case-others-area ul li {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  margin-top: 24px;
}
.case-single-section-area .case-auhtor-area .case-single-hedaer .case-others-area ul li span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  margin: 0 16px 0 0;
}
.case-single-section-area .case-auhtor-area .case-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.case-lista-area .case-list {
  padding: 0 0 0 70px;
}
@media (max-width: 767px) {
  .case-lista-area .case-list {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-lista-area .case-list {
    padding: 0;
    margin-top: 30px;
  }
}
.case-lista-area .case-list ul li {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  margin-bottom: 24px;
}
.case-lista-area .case-list ul li img {
  margin: 0 8px 0 0;
}

.case8-section-area {
  position: relative;
}
@media (max-width: 767px) {
  .case8-section-area .case-header {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case8-section-area .case-header {
    margin-bottom: 30px;
    text-align: center;
  }
}
.case8-section-area .case-header h5 {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .case8-section-area .case-header h5 {
    margin-left: 0;
  }
}
.case8-section-area .case-study-sliderarea {
  position: relative;
}
.case8-section-area .case-study-sliderarea .owl-dots {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .case8-section-area .case-study-sliderarea .owl-dots {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case8-section-area .case-study-sliderarea .owl-dots {
    text-align: center;
  }
}
.case8-section-area .case-study-sliderarea .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  transition: all 0.4s;
  background: #D2E2FD;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: 0 16px 0 0;
}
.case8-section-area .case-study-sliderarea .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  display: inline-block;
  border: 1px solid var(--ztc-bg-bg-26);
  border-radius: 50%;
  transition: all 0.4s;
  top: -7px;
  left: -7px;
  visibility: hidden;
  opacity: 0;
}
.case8-section-area .case-study-sliderarea .owl-dots button.active {
  background: var(--ztc-bg-bg-26);
}
.case8-section-area .case-study-sliderarea .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.case8-section-area .case-study-sliderarea .author-case-area {
  position: relative;
  z-index: 1;
}
.case8-section-area .case-study-sliderarea .author-case-area:hover .content-area {
  bottom: 0;
  transition: all 0.6s;
}
.case8-section-area .case-study-sliderarea .author-case-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case8-section-area .case-study-sliderarea .author-case-area .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 24px 16px;
  transition: all 0.6s;
}
.case8-section-area .case-study-sliderarea .author-case-area .content-area .content a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  transition: all 0.4s;
  display: inline-block;
}
.case8-section-area .case-study-sliderarea .author-case-area .content-area .content p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
  transition: all 0.4s;
  display: inline-block;
}
.case8-section-area .case-study-sliderarea .author-case-area .content-area .arrow a {
  height: 36px;
  width: 36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-26);
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}

.case10-section-area {
  position: relative;
  z-index: 1;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
}
.case10-section-area .case-header h5 {
  color: var(--ztc-text-text-1);
  background: inherit;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.case10-section-area .case-header h5 img {
  filter: brightness(0) invert(1);
}
.case10-section-area .case-header h2 {
  color: var(--ztc-text-text-1);
}
.case10-section-area .case-slider-area {
  position: relative;
  z-index: 1;
}
.case10-section-area .case-slider-area .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
}
@media (max-width: 767px) {
  .case10-section-area .case-slider-area .owl-nav {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case10-section-area .case-slider-area .owl-nav {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.case10-section-area .case-slider-area .owl-nav .owl-prev {
  margin: 0 16px 0 0;
}
.case10-section-area .case-slider-area .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.2);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s24);
}
.case10-section-area .case-slider-area .owl-nav button:hover {
  background: var(--ztc-text-text-1);
  color: #0A18A1;
}
.case10-section-area .case-slider-area .case11-boxarea {
  position: relative;
  z-index: 1;
}
.case10-section-area .case-slider-area .case11-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.case10-section-area .case-slider-area .case11-boxarea .text-area {
  background: var(--ztc-text-text-1);
  padding: 24px;
  position: absolute;
  border-radius: 8px;
  bottom: 30px;
  left: 45px;
  right: 45px;
}
.case10-section-area .case-slider-area .case11-boxarea .text-area p {
  color: var(--Paragraph-Color, #464D58);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: uppercase;
}
.case10-section-area .case-slider-area .case11-boxarea .text-area a {
  display: inline-block;
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.4s;
}
.case10-section-area .case-slider-area .case11-boxarea .text-area .arrow {
  position: absolute;
  top: -15px;
  right: -15px;
}
.case10-section-area .case-slider-area .case11-boxarea .text-area .arrow a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  transform: rotate(-45deg);
}

.case14-section-area .case14-slider-area {
  position: relative;
}
.case14-section-area .case14-slider-area .owl-stage-outer {
  overflow: inherit !important;
}
.case14-section-area .case14-slider-area .owl-nav {
  position: absolute;
  right: 0;
  top: -130px;
}
@media (max-width: 767px) {
  .case14-section-area .case14-slider-area .owl-nav {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case14-section-area .case14-slider-area .owl-nav {
    display: none;
  }
}
.case14-section-area .case14-slider-area .owl-nav button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  border-radius: 100px;
  background: rgba(77, 68, 197, 0.1);
  display: inline-block;
  transition: all 0.4s;
  text-align: center;
  color: #4D44C5;
}
.case14-section-area .case14-slider-area .owl-nav button:hover {
  background: #4D44C5;
  transition: all 0.4s;
  color: #fff;
}
.case14-section-area .case14-slider-area .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.case14-section-area .case14-slider-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.case14-section-area .case14-slider-area .owl-dots button {
  height: 16px;
  width: 16px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: rgba(77, 68, 197, 0.1);
  margin: 0 16px 0 0;
  position: relative;
  z-index: 1;
}
.case14-section-area .case14-slider-area .owl-dots button.active {
  background: #4D44C5;
  transition: all 0.4s;
}
.case14-section-area .case14-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.case14-section-area .case14-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  left: -4px;
  top: -4px;
  border: 1px solid #4D44C5;
  visibility: hidden;
  opacity: 0;
}
.case14-section-area .case14-slider-area .case14-boxarea {
  position: relative;
  z-index: 1;
}
.case14-section-area .case14-slider-area .case14-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.case14-section-area .case14-slider-area .case14-boxarea:hover .content-area {
  background: #4D44C5;
  transition: all 0.4s;
}
.case14-section-area .case14-slider-area .case14-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.case14-section-area .case14-slider-area .case14-boxarea:hover .content-area a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.case14-section-area .case14-slider-area .case14-boxarea:hover .content-area .arrow a {
  background: #fff;
  color: #4D44C5;
  transition: all 0.4s;
}
.case14-section-area .case14-slider-area .case14-boxarea .img1 {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all 0.4s;
}
.case14-section-area .case14-slider-area .case14-boxarea .img1 img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}
.case14-section-area .case14-slider-area .case14-boxarea .content-area {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09);
  padding: 24px;
  overflow: hidden;
  position: relative;
  margin: 0 24px;
  margin-top: -60px;
  transition: all 0.4s;
  z-index: 2;
  border: 1px solid #fcf6f6;
}
.case14-section-area .case14-slider-area .case14-boxarea .content-area .arrow {
  position: absolute;
  right: -30px;
  top: -30px;
}
.case14-section-area .case14-slider-area .case14-boxarea .content-area .arrow a {
  height: 102px;
  width: 102px;
  display: inline-block;
  transition: all 0.4s;
  background: #4D44C5;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  line-height: 102px;
  text-align: center;
  transform: rotate(-45deg);
}
.case14-section-area .case14-slider-area .case14-boxarea .content-area .arrow a i {
  position: relative;
  z-index: 1;
  left: -15px;
}
.case14-section-area .case14-slider-area .case14-boxarea .content-area p {
  color: #4D44C5;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  transition: all 0.4s;
}
.case14-section-area .case14-slider-area .case14-boxarea .content-area a {
  color: #111;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}

/*============= CASE STUDY CSS AREA ENDS ===============*//*# sourceMappingURL=main.css.map */


/* --web slider -- */

/* --web slider END -- */

/* ===================SEO BANNER==================== */

.seo_banner{
  @media (max-width:765px){
    padding: 20px 0;
  }
  @media (min-width:765px){
    padding: 50px 0;
  }
  
}
/* =================SEO BANNER===================== */

/* =================contact branches==================== */

.branches{
  h3{
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    line-height: var(--ztc-font-size-font-s52);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-2);
    margin-bottom: 16px;
    text-transform: capitalize;
  }
 @media (max-width:765px){
  padding: 20px 10px;
 }
 @media (min-width:765px){
  padding: 50px 0;
 }
 p{
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
 }
}
/* =================contact branches==================== */
.clnt_sec{
  background: #f5f7fc;
  .slick-track{
    display: flex;
    align-items: center;
  }
  .slide{
    padding: 10px;
    height: 100% !important;
  }
  .card{
    border: none !important;
    height: 100%;
    a{
      height: 100%;
    }
    img{
      object-fit: contain;
      height: 100%;
      width: 100%;
      object-position: center;
    }
  }
}



/* skill counter section start  */


  
.counterSection {
  padding: 200px 0 80px;
  position: relative;
  z-index: 0;
  background: #F9F9F9;
}

.counterSection .overlayImageBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: 1;
}

.counterSection .overlayImageBox picture {
  height: 100%;
}

.counterSection .overlayImageBox img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(100%);
}


.counterSection .position-relative {
  z-index: 2;
}

.counterSection .counterSectionWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  grid-auto-rows: minmax(50px, auto);
}

.counterSection .counterItem {
  padding: 50px 30px;
  background: #CA2942;
  /* background: linear-gradient(to left, #43A3C3, rgb(218, 237, 243)); */
  background: linear-gradient(to right, #0486BF 0%, rgb(33, 69, 84) 100%);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  overflow: hidden;
}

.counterSection .counterItem .positionImage {
  position: absolute;
  width: auto;
  height: 95%;
  top: 0;
  left: 0;
  z-index: 0;
}

.counterSection .counterItem .leftIcon {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.counterSection .counterItem .leftIcon::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #284271;
  z-index: 1;
}

.counterSection .counterItem .leftIcon img {
  position: relative;
  z-index: 2;
}

.counterSection .counterItem .rightDetails {
  width: 60%;
  position: relative;
  z-index: 1;
}

.counterSection .counterItem .rightDetails h2 {
  color: #ffffff;
  display: flex;
  align-items: center;
}

.counterSection .counterItem .rightDetails h2 span {
  font-size: 35px;
}

.counterSection .counterItem .rightDetails h3 {
  margin-top: 10px;
  color: #ffffff;
  font-weight: 400;
}

.counterSection .counterItem:hover {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}

.counterSection .counterItem:hover .leftIcon::before {
  animation: fadeInDown 800ms;
}

.counterSection .counterItem:hover .leftIcon img {
  animation: fadeInUp 800ms;
}

@media (max-width: 1650.98px) {
  .counterSection .counterItem .rightDetails h2 span {
      font-size: 30px;
  }
  .counterSection .counterItem .rightDetails h3 {
      margin-top: 5px;
      font-size: 20px;
  }
}

@media (max-width: 1399.98px) {
  .counterSection .counterItem {
      padding: 50px 20px;
  }
  .counterSection .counterItem .leftIcon {
      width: 60px;
      height: 60px;
  }
  .counterSection .counterItem .leftIcon::before {
      width: 60px;
      height: 60px;
  }
  .counterSection .counterItem .rightDetails h2 {
      font-size: 25px;
  }
  .counterSection .counterItem .rightDetails h2 span {
      font-size: 25px;
  }
  .counterSection .counterItem .rightDetails h3 {
      font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .counterSection {
      padding: 60px 0;
  }
  .counterSection .counterItem {
      justify-content: flex-start;
      grid-gap: 20px;
      border-radius: 20px;
  }
  .counterSection .counterItem .rightDetails {
      width: auto;
  }
}

@media (max-width: 766.98px) {
  .counterSection .counterItem {
      padding: 30px 10px;
  }
   
}
@media (max-width: 767px) {
  .counterSection .skills-header h2 {
   
    margin-top: 106px;
  }
}

/* @media (max-width: 767px) {
  .counterSection h2{
    margin-top: 106px;
  } 
  
} */

@media (max-width: 575px) {
  .counterSection .col-6:nth-child(2n+1) {
      padding-right: 6px;
  }
  .counterSection .col-6:nth-child(2n) {
      padding-left: 6px;
  }
  .counterSection .counterItem {
      flex-direction: column;
      padding: 20px 10px;
      grid-gap: 10px;
  }
  .counterSection .counterItem .positionImage {
      width: auto;
      height: 75%;
  }
  .counterSection .counterItem .rightDetails {
      text-align: center;
  }
  .counterSection .counterItem .rightDetails h2 {
      display: flex;
      justify-content: center;
      font-size: 20px;
  }
  .counterSection .counterItem .rightDetails h2 span {
      font-size: 20px;
  }
  .counterSection .counterItem .rightDetails h3 {
      text-align: center;
      font-size: 14px;
  }

  /* .counterSection h2{
    margin-top: 10px;
  } */
}




@media (max-width: 390px) {
  .counterSection .counterItem .positionImage {
      width: auto;
      height: 65%;
  }
}

/* .bw-image {
  filter: grayscale(100%);
} */






/* why choose us in web dev section start  */



.whyChooseUsSection {
  background: #ffffff;
  font-family: "Russo One", sans-serif !important;
}

.whyChooseUsLeft .whyChooseUsImageWrapper {
  width: 100%;
  min-height: 700px;
  height: 100%;
  display: flex;
  grid-gap: 20px;
}

.whyChooseUsLeft .whyChooseUsImageWrapper picture {
  height: 100%;
  background-image: linear-gradient(#0486BF, rgb(2, 60, 86));
}

.whyChooseUsImg {
  object-fit: cover;
  height: 100%;
  border-radius: 90px;
}

.whyChooseUsRight {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.whyChooseUsSubHeading {
  color: #43A3C3;
  font-size: 20px;
  font-weight: 700;
}

.whyChooseUsMainHeading {
  color: transparent;
  background: linear-gradient(to left, #0486BF 0%, rgb(33, 69, 84) 100%);
  background-clip: text !important;
  font-size: 30px;
  font-weight: 900;
}

.whyChooseUsPara {
  margin-top: 20px;
  color: darkgray;
}

.whyChooseUsSlider .whyChooseUsCard {
  background: #F9F9F9;
  margin-left: 20px;
  /* margin-right: 20px; */
  border: 1px solid #EEEEEE;
  border-radius: 30px;
  overflow: hidden;
  padding: 40px 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
}

.whyChooseUsTitle {
  margin-bottom: 28px !important;
  font-weight: 700;
  font-size: 30px;
  color: transparent;
  background: linear-gradient(180deg, #0486BF 0%, rgb(33, 69, 84) 100%);
  background-clip: text !important;
}




.why-chooseimg {
  /* height: 491px;
  width: 500px; */
  object-fit: cover;
  height: 100%;
  border-radius: 90px;
}

.why-choose-para {
  margin-top: 20px;
  color: darkgray;
}

.whyChooseUsDescription {
  color: darkgrey;
}

.highlightCard .title {
  margin-bottom: 28px !important;
  font-weight: 700;
  font-size: 30px;
  color: transparent;
  background: linear-gradient(180deg , #0486BF 0%, rgb(33, 69, 84) 100%);
  background-clip: text !important;
}


@media (max-width:785px) {
  .why-chooseimg {
    width: 405px;
    height: 465px;

  }
}

@media (max-width:785px) {
  .whyChooseUsCard {
   margin-right: 20px;

  }
}


/* why choose us in web dev section end  */




/* sevice section in web design page (cards) start */


  .service-wrap-1 {
    background: #D3E1E5;
    border-radius: 20px;
    padding: 40px 40px 30px 40px;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
  }

  .service-wrap-1 .icon {
    margin-bottom: 48px;
  }

  .service-wrap-1 .service-title {
    font-size: 28px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
  }

  .service-wrap-1 .more-btn {
    width: 90px;
    height: 90px;
    border-radius: 20px 0px 20px 0px;
    background: #ffffff;
    text-align: center;
    line-height: 75px;
    border-top: 10px solid #F4F4F4;
    border-left: 10px solid #F4F4F4;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }

  .service-wrap-1 .more-btn img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }

  .service-wrap-1 p {
    margin-bottom: 8px;
    font-family: "Satoshi-Medium";
  }

  .service-wrap-1:hover .service-title {
    color: #134575;
  }



  .service-wrap-1:hover .more-btn img {
    filter: brightness(100%) invert(1);
  }

  @media only screen and (max-width: 1200px) {
    .service-wrap-1 {
      padding-left: 15px;
      padding-right: 15px;
    }

    .service-wrap-1 .service-title {
      font-size: 25px;
      font-weight: 900;
    }
  }

  @media only screen and (max-width: 767.98px) {
    .service-wrap-1 .more-btn {
      display: none;
    }
  }

  .service-sec {
    margin-top: 25px;
  }



  /* sevice section in web design page (cards)  end*/


  /* wedsite development section in wed dev and des page start  */


/* linear-gradient(180deg, #0486BF 0%, rgb(33, 69, 84) 100%) */
.why-choose {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, #0486BF 0%, rgb(33, 69, 84) 100%);
  /* Base background color */
  overflow: hidden;
  /* Ensures the pseudo-element doesn't overflow */
}

.why-choose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: url("../new_assets/img/media/pattern-01.webp") no-repeat center;
  background-size: cover;

  /* Places the image behind the content */
}


.why-choose .why-chooseLeft {
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose .why-chooseLeft .mainHeading {
  color: #ffffff;
}

.why-choose .why-chooseLeft .sliderWrapper {
  margin-top: 40px;
  display: flex;
  grid-gap: 16px;
  flex-wrap: wrap;
}

.why-choose .why-chooseLeft .sliderWrapper .itemBox {
  width: calc(20% - 16px);
}

.why-choose .why-chooseLeft .sliderWrapper .itemBox .clientSliderOne .why-chooseSliderItem {
  background: #f9f9f9;
  padding: 10px 15px;
  border-radius: 15px;
}



.why-choose .why-chooseLeft .sliderWrapper .itemBox .clientSliderTwo .why-chooseSliderItem {
  background: #f9f9f9;
  padding: 10px 15px;
  border-radius: 15px;
}



.why-choose .why-chooseLeft .sliderWrapper .itemBox .clientSliderThree .why-chooseSliderItem {
  background: #f9f9f9;
  padding: 10px 15px;
  border-radius: 15px;
}



.why-choose .why-chooseLeft .slick-track {
  margin: 0;
  line-height: 0;
  padding: 0;
}

.why-choose .why-chooseRight {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}

.why-choose .why-chooseRight .clientIconBox {
  text-align: center;
  width: 160px;
  height: 160px;
  padding: 20px 20px;
  border-radius: 15px;
  background: #43A3C3;
  background: linear-gradient(180deg, #0486BF 0%, rgb(33, 69, 84) 100%);
  position: absolute;
  top: 0px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: jump 10s infinite linear;
}

.why-choose .why-chooseRight .clientIconBox img {
  width: 75px;
}

.why-choose .why-chooseRight .clientIconBox h6,
.why-choose .why-chooseRight .clientIconBox .h6 {
  margin-top: 12px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}

.why-choose .why-chooseRight>picture {
  padding-left: 65px;
}

@media (min-width: 1px) {
  .why-choose .container {
    max-width: 100% !important;
    margin-right: 0;
  }
}

@media (min-width: 767px) {
  .why-choose .container {
    max-width: 98.5% !important;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .why-choose .container {
    max-width: 97.5% !important;
  }
}

@media (min-width: 1600px) {
  .why-choose .container {
    max-width: 95% !important;
  }
}

@media (max-width: 1199.98px) {
  .why-choose .why-chooseLeft {
    margin-bottom: 50px;
  }

  .why-choose .why-chooseRight .clientIconBox {
    left: 15px;
  }

  .why-choose .why-chooseRight .clientIconBox h6,
  .why-choose .why-chooseRight .clientIconBox .h6 {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .why-choose {
    padding: 50px 0;
  }

  .why-choose .why-chooseLeft .sliderWrapper .itemBox {
    width: calc(25% - 16px);
  }

  .why-choose .why-chooseLeft .sliderWrapper .itemBox .clientSliderOne .why-chooseSliderItem,
  .why-choose .why-chooseLeft .sliderWrapper .itemBox .clientSliderTwo .why-chooseSliderItem,
  .why-choose .why-chooseLeft .sliderWrapper .itemBox .clientSliderThree .why-chooseSliderItem {
    padding: 10px 8px;
    border-radius: 10px;
  }
}

@media (max-width: 766.98px) {
  .why-choose .why-chooseLeft .sliderWrapper {
    grid-gap: 10px;
  }

  .why-choose .why-chooseLeft .sliderWrapper .itemBox {
    width: calc(33.33% - 10px);
  }

  .why-choose .why-chooseRight .clientIconBox {
    width: 110px;
    height: 110px;
    left: 15px;
    top: 60px;
  }

  .why-choose .why-chooseRight .clientIconBox img {
    width: 80%;
  }

  .why-choose .why-chooseRight>picture {
    padding-left: 60px;
  }
}

@media (max-width: 525px) {
  .why-choose .why-chooseRight {
    align-items: center;
  }

  .why-choose .why-chooseRight .clientIconBox {
    width: 80px;
    height: 80px;
    left: 15px;
    top: inherit;
  }

  .why-choose .why-chooseRight .clientIconBox img {
    width: 80%;
  }

  .why-choose .why-chooseRight .clientIconBox h6,
  .why-choose .why-chooseRight .clientIconBox .h6 {
    margin-top: 6px;
    font-size: 12px;
  }

  .why-choose .why-chooseRight>picture {
    padding-left: 40px;
  }
}

@keyframes upDown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(110px);
  }

  100% {
    transform: translateY(0);
  }
}

.clientIconBox {
  display: inline-block;
  /* Ensure proper positioning */
  animation: upDown 5s ease-in-out infinite !important;
}

.subHeading h2 {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 30px;

}

.subHeading p {
  font-size: 15px;
  /* font-weight: 700; */
  color: white;
  line-height: 25px;
}


  /* wedsite  development section end  */

 /* =================faq in web dev and des page start============================== */

 @media (max-width:765px) {
  .qa-section {

    /* h5 {
          font-size: 25px !important;
      } */
    h2 {
      font-size: 2rem !important;
    }
  }
}

.qa-section {
  position: relative;
  margin-top: 30px ;


  h2 {
    font-weight: bold;
    font-size: 3rem;
    color: transparent;

    background: linear-gradient(180deg, rgb(23, 35, 80) 0%, #012093 100%);

    background-clip: text !important;
    text-align: center;
    margin-bottom: 20px;
  }

  .qstn {
    font-weight: bold;
    font-size: 3rem;
    color: transparent;

    background: linear-gradient(180deg, #0486BF 0%, rgb(33, 69, 84) 100%);

    background-clip: text !important;
    text-align: center;
  }


  .accordion {
    border-radius: 15px;
    color: black;
    cursor: pointer;
    padding: 20px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease;
  }

  .accordion p {
    margin-bottom: 0;
  }

  .accordion span {
    font-weight: bold;
    font-size: 1.5rem;
    color: transparent;
    background: linear-gradient(180deg, #0486BF 0%, rgb(2, 60, 86) 100%);
    background-clip: text !important;
    margin-right: 10px;
  }

  .accordion i {
    color: #0486BF;
    font-size: 22px;
    transition: transform 0.3s ease;
  }

  .panel {
    padding: 0px 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-out;
  }

  .panel p {
    padding-top: 10px;
    font-size: 14px;
  }

  /* Hide the section on small screens (max-width: 768px) */


  /* On mobile view */
  @media screen and (max-width: 600px) {
    .accordion {
      width: 100%;
    }
  }
}

/* ==========================faq in web dev and des page end======================= */




/*-----------------------------------------------------------------------------------

    Template Name:Labux HTML5 Template
    Author: Hamina-Themes
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. variables
    03. mixins
    04. common
    05. overlay
    06. header
    07. breadcrumb 
    08. mobile-menu
    09. typography
    10. search
    11. custom-animation
    12. btn
    13. section-title
    14. theme-banner


    36. footer

-----------------------------------------------------------------------------------*/

/* 1. Theme default css */

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 5px;
}

html::-moz-scrollbar,
body::-moz-scrollbar {
    width: 5px;
}

html::-ms-scrollbar,
body::-ms-scrollbar {
    width: 5px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: #c1c1c1;
}

html::-moz-scrollbar-track,
body::-moz-scrollbar-track {
    background: #c1c1c1;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background-color: #134575;
    outline: none;
}

html::-moz-scrollbar-thumb,
body::-moz-scrollbar-thumb {
    background-color: #134575;
    outline: none;
}

html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active {
    background: #021936;
}

html::-moz-scrollbar-thumb:active,
body::-moz-scrollbar-thumb:active {
    background: #021936;
}

.slick-track>[class*=col] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

body {
    font-family: "Satoshi-Regular";
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    color: #021936;
}

@media only screen and (max-width: 1200px) {
    body {
        font-size: 16px;
    }
}

.main-page-wrapper {
    overflow-x: hidden;
}

.main-page-wrapper-white {
    overflow-x: hidden;
}

.fix {
    overflow: hidden;
}

a,
.button {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

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

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

a,
button {
    color: inherit;
    outline: medium none;
    text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}


h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Satoshi-Bold";
    color: #021936;
    line-height: 1.4;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
}

a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

/* h2{
    font-size: 40px;
} */

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.list-none {
    margin: 0px;
    padding: 0px;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    font-family: "Satoshi-Regular";
    color: #021936;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid rgab(#ffffff, 0.1);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #000;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #000;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #ffffff;
    text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/

*::-moz-placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.overlay-bg {
    position: relative;
    z-index: 2;
}

.overlay-bg::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.popup-video {
    color: #ffffff;
    border-radius: 50%;
    background: #f6c206;
    border-radius: 50%;
    font-size: 20px;
    line-height: 90px;
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    position: relative;
    z-index: 1;
    animation: pulseBig infinite 5s linear;
}

.popup-video:hover {
    color: #ffffff;
    background: #134575;
}
/* 
.ctn-preloader {
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ctn-preloader .icon {
    animation: rotated 8s infinite linear;
}

.ctn-preloader .txt-loading {
    user-select: none;
    margin-top: 30px;
}

.ctn-preloader .txt-loading .letters-loading {
    font-family: "Satoshi-Regular";
    font-weight: 600;
    letter-spacing: 8px;
    display: inline-block;
    color: rgba(2, 25, 54, 0.12);
    position: relative;
    font-size: 50px;
    line-height: 30px;
}

.ctn-preloader .txt-loading .letters-loading::before {
    animation: letters-loading 4s infinite;
    color: #021936;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    line-height: 30px;
    position: absolute;
}

.ctn-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.ctn-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.ctn-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.ctn-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.ctn-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.ctn-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.ctn-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
} */

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

#scrollToTopBtn {
    font-size: 18px;
    display: inline-block;
    background: #134575;
    position: fixed;
    width: 35px;
    height: 35px;
    right: 7px;
    bottom: 7px;
    border-radius: 6px;
    line-height: 35px;
    text-align: center;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#scrollToTopBtn i {
    color: #fff;
}

#scrollToTopBtn:hover {
    cursor: pointer;
    background-color: #333;
}

#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

/*--
    - Overlay
------------------------------------------*/

.overlay-soft {
    position: relative;
    z-index: 1;
}

.overlay-soft::after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}

/*-- Overlay Color --*/

[data-overlay=light]::before {
    background-color: #ffffff;
}

[data-overlay=dark]::before {
    background-color: #134575;
}

/*-- Overlay Opacity --*/

[data-opacity="1"]::before {
    opacity: 0.1;
}

[data-opacity="2"]::before {
    opacity: 0.2;
}

[data-opacity="3"]::before {
    opacity: 0.3;
}

[data-opacity="4"]::before {
    opacity: 0.4;
}

[data-opacity="5"]::before {
    opacity: 0.5;
}

[data-opacity="6"]::before {
    opacity: 0.6;
}

[data-opacity="7"]::before {
    opacity: 0.7;
}

[data-opacity="8"]::before {
    opacity: 0.8;
}

[data-opacity="9"]::before {
    opacity: 0.9;
}

.main-header-area {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 999;
}

.offset-sidebar {
    display: block;
    margin-top: 30px;
}

.theme-main-menu .ht-topbar-left a {
    color: #021936;
    font-size: 16px;
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.theme-main-menu .ht-topbar-left a strong {
    color: #ADADAD;
}

.theme-main-menu .ht-topbar-left a::before {
    content: " ";
    position: absolute;
    background: #021936;
    width: 2px;
    height: 16px;
    right: -3px;
    top: 8px;
    z-index: 1;
}

.theme-main-menu .ht-topbar-left a:last-child::before {
    display: none;
}

.theme-main-menu .ht-topbar-right .login-wrapper {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.theme-main-menu .ht-topbar-right .login-wrapper::before {
    content: " ";
    position: absolute;
    background: #ffffff;
    width: 2px;
    height: 16px;
    right: 10px;
    top: 9px;
    z-index: 1;
}

.theme-main-menu .ht-topbar-right .login-wrapper .login-text {
    color: #ffffff;
    font-size: 16px;
}

.theme-main-menu .ht-topbar-right .login-wrapper .login-form {
    visibility: hidden;
    opacity: 0;
    transform: translateY(25px);
    text-align: center;
    width: 210px;
    margin: auto;
    background: #ffffff;
    padding: 20px 16px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    z-index: 999999;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.theme-main-menu .ht-topbar-right .login-wrapper .login-form form {
    width: 100%;
}

.theme-main-menu .ht-topbar-right .login-wrapper .login-form input {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #d4dcff;
    color: #021936;
    background: #ffffff;
    padding-left: 10px;
    width: 100%;
    display: block;
}

.theme-main-menu .ht-topbar-right .login-wrapper .login-form input::placeholder {
    color: #021936;
    font-size: 14px;
}

.theme-main-menu .ht-topbar-right .login-wrapper .login-form button {
    border: 0;
    width: 100%;
    height: 35px;
    line-height: 23px;
    padding: 0;
    font-weight: 400;
}

.theme-main-menu .ht-topbar-right .login-wrapper .login-form .forgot-password {
    color: #021936;
    font-size: 14px;
}

.theme-main-menu .ht-topbar-right .login-wrapper:hover .login-form {
    visibility: visible;
    display: inline-block;
    opacity: 1;
    transform: translateY(35px);
}

.theme-main-menu .ht-topbar-right .select-language {
    border: 1px solid #ffffff;
    color: #021936;
    font-size: 18px;
    border-radius: 10px;
    padding: 10px 30px 10px 15px;
}

.theme-main-menu .ht-topbar-right .select-language .gloabl-lang i {
    color: #ffffff;
    margin-right: 10px;
}

.theme-main-menu .ht-topbar-right .select-language select.form-select {
    background: transparent;
    color: #021936;
    border: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.theme-main-menu .ht-topbar-right .select-language select.form-select::before {
    color: #e8112b;
    content: "\f282";
    font-family: "bootstrap-icons";
    font-weight: 700;
    position: absolute;
    font-size: 16px;
    right: 5px;
    top: 10px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.theme-main-menu .ht-topbar-right .select-language .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.theme-main-menu .hamburger-menu {
    width: 50px;
    height: 50px;
    border: 1.5px solid rgb(0, 0, 0);
    border-radius: 100%;
    margin-left: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.theme-main-menu .hamburger-menu .bar-wrap {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 5px;
}

.theme-main-menu .hamburger-menu .bar-wrap .bar-1 {
    width: 16px;
    height: 2px;
    background: #021936;
    border-radius: 50px;
}

.theme-main-menu .hamburger-menu .bar-wrap .bar-2 {
    width: 12px;
    height: 2px;
    background: #021936;
    border-radius: 50px;
}

.theme-main-menu .hamburger-menu .bar-wrap .bar-3 {
    width: 16px;
    height: 2px;
    background: #021936;
    border-radius: 50px;
}

.theme-main-menu .hamburger-menu:hover {
    background: #134575;
    color: #ffffff;
}

.main-menu {
    position: relative;
    z-index: 11;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    list-style: none;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 56px 0 0;
}

@media only screen and (max-width: 1600px) {
    .main-menu ul li {
        margin: 0 28px 0 0;
    }
}

.main-menu ul li:last-child a {
    margin-right: 0;
}

.main-menu ul li:last-child a::before {
    display: none;
}

.main-menu ul li.active {
    color: #021936;
}

.main-menu ul li.active a {
    color: #021936;
}

.main-menu ul li a {
    color: #021936;
    font-family: "Satoshi-Regular";
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    position: relative;
    padding: 19px 0 20px 0;
}

.main-menu ul li a::before {
    /* content: "\f282"; */
    font-family: "bootstrap-icons";
    font-weight: 700;
    position: absolute;
    font-size: 16px;
    right: -18px;
    top: 22px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-menu ul li a::before {
        display: none;
    }
}

.main-menu ul li a::after {
    display: none;
}

.main-menu ul li a:hover {
    color: #134575;
}

.main-menu ul li a i {
    font-size: 10px;
}

.main-menu ul li:hover>a {
    color: #134575;
}

.main-menu ul li ul.sub-menu {
    border: 0;
    position: absolute;
    z-index: 5;
    background-color: #fff;
    border-radius: 0;
    display: block;
    right: 0;
    left: 0;
    padding: 0;
    top: 100%;
    visibility: hidden;
    transform: scaleY(0);
    opacity: 0;
    min-width: 220px;
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
    margin: 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-menu ul li ul.sub-menu li {
    display: block;
    position: relative;
    z-index: 1;
    margin-right: 0;
}

.main-menu ul li ul.sub-menu li ul.sub-menu {
    position: absolute;
    right: 0;
    left: 100%;
    top: 0;
}

.main-menu ul li ul.sub-menu li a {
    color: #021936;
    font-size: 16px;
    font-family: "Satoshi-Regular";
    font-weight: 500;
    padding: 14px 25px;
    display: block;
    transition: all 0.3s ease-in-out;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-menu ul li ul.sub-menu li a::before {
    display: none;
}

.main-menu ul li ul.sub-menu li a .sub-menu-arrow {
    float: right;
}

.main-menu ul li ul.sub-menu li a.active {
    background-color: transparent;
}

.main-menu ul li ul.sub-menu li a:hover {
    background-color: transparent;
    transform: translateX(5px);
    text-decoration: underline;
}

.main-menu ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.sticky-menu {
    position: fixed;
    background: #ffffff;
    top: 0;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding-top: 0;
    padding-bottom: 0;
}

.theme-menu-one .topbar {
    position: relative;
    z-index: 1010;
}

.theme-menu-one .topbar,
.theme-menu-one .main-header-area {
    padding-left: 35px;
    padding-right: 35px;
}

.theme-menu-one .sticky-menu {
    padding: 10px 35px;
}

@media (max-width: 991.98px) {
    .theme-menu-one .sticky-menu {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.theme-menu-one .cart-menu .shopping-cart:hover {
    color: #ffffff;
    background: #134575;
    border-color: #134575;
}

.theme-menu-one .hamburger-menu:hover {
    background: #134575;
    border-color: #134575;
}

.theme-menu-one .hamburger-menu:hover .bar-wrap .bar-1,
.theme-menu-one .hamburger-menu:hover .bar-wrap .bar-2,
.theme-menu-one .hamburger-menu:hover .bar-wrap .bar-3 {
    background: #ffffff;
}

@media only screen and (max-width: 1600px) {
    .theme-menu-one .topbar,
    .theme-menu-one .main-header-area,
    .theme-menu-one .sticky-menu {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .theme-menu-one .logo-area img {
        width: 80%;
    }
}

@media only screen and (max-width: 767.98px) {
    .theme-menu-one .logo-area img {
        width: 100%;
    }
}

.theme-menu-two {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
}

.theme-menu-two .topbar {
    position: relative;
    z-index: 1010;
}

.theme-menu-two .cart-menu .shopping-cart {
    color: #ffffff;
    background: rgba(217, 217, 217, 0.2);
    border: 1.5px solid #ffffff;
}

.theme-menu-two .cart-menu .shopping-cart:hover {
    background: #134575;
    border-color: #134575;
}

.theme-menu-two .hamburger-menu {
    background: rgba(217, 217, 217, 0.2);
    border-color: #ffffff;
}

.theme-menu-two .hamburger-menu .bar-wrap .bar-1,
.theme-menu-two .hamburger-menu .bar-wrap .bar-2,
.theme-menu-two .hamburger-menu .bar-wrap .bar-3 {
    background: #ffffff;
}

.theme-menu-two .hamburger-menu:hover {
    border-color: #134575;
}

.theme-menu-two .topbar,
.theme-menu-two .main-header-area {
    padding-left: 100px;
    padding-right: 100px;
}

.theme-menu-two .main-menu ul li a {
    color: #ffffff;
}

.theme-menu-two .main-header-area.sticky-menu {
    padding-top: 10px;
    padding-bottom: 10px;
}

.theme-menu-two .main-header-area.sticky-menu .logo-area img {
    filter: invert(1);
}

.theme-menu-two .main-header-area.sticky-menu .cart-menu .shopping-cart {
    border: 1.5px solid #134575;
    background: #134575;
}

.theme-menu-two .main-header-area.sticky-menu .hamburger-menu {
    background: #134575;
    border-color: #134575;
}

.theme-menu-two .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-1,
.theme-menu-two .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-2,
.theme-menu-two .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-3 {
    background: #ffffff;
}

.theme-menu-two .main-header-area.sticky-menu .main-menu ul li a {
    color: #021936;
}

@media only screen and (max-width: 1600px) {
    .theme-menu-two .topbar,
    .theme-menu-two .main-header-area {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .theme-menu-two .logo-area img {
        max-width: 100%;
    }
}

.theme-menu-three {
    max-width: 1520px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 999;
}

.theme-menu-three .header-top {
    padding-top: 23px;
    padding-bottom: 23px;
}

.theme-menu-three .ht-promo,
.theme-menu-three .ht-email,
.theme-menu-three .ht-phone,
.theme-menu-three .ht-office {
    color: #021936;
    font-size: 18px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
}

.theme-menu-three .cart-menu .shopping-cart {
    color: #ffffff;
    border-color: #021936;
    background: #021936;
}

.theme-menu-three .default-2 {
    color: #ffffff;
    border-color: #021936;
    background: #021936;
}

.theme-menu-three .default-2::before {
    background: #021936;
}

.theme-menu-three .default-2:hover {
    border-color: #021936;
}

.theme-menu-three .hamburger-menu {
    background: #021936;
    border-color: #021936;
}

.theme-menu-three .hamburger-menu .bar-wrap .bar-1,
.theme-menu-three .hamburger-menu .bar-wrap .bar-2,
.theme-menu-three .hamburger-menu .bar-wrap .bar-3 {
    background: #ffffff;
}

.theme-menu-three .main-header-area {
    background: #ffffff;
    border-radius: 10px;
}

.theme-menu-three .main-header-area .main-menu ul li:hover>a {
    color: #021936;
}

.theme-menu-three .main-header-area.sticky-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1520px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.theme-menu-three .main-header-area.sticky-menu .main-menu ul li a {
    color: #021936;
}

@media only screen and (max-width: 1600px) {
    .theme-menu-three .header-top,
    .theme-menu-three .main-header-area {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .theme-menu-three .ht-topbar-right .select-language {
        border-color: rgba(0, 0, 0, 0.2);
    }
    .theme-menu-three .ht-topbar-right .select-language .gloabl-lang i {
        color: #021936;
    }
}

@media only screen and (max-width: 767.98px) {
    .theme-menu-three .logo-area img {
        max-width: 100%;
    }
}

.theme-menu-four {
    max-width: 1520px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50px;
    z-index: 999;
}

.theme-menu-four .header-top {
    padding-top: 23px;
    padding-bottom: 23px;
}

.theme-menu-four .ht-promo,
.theme-menu-four .ht-email,
.theme-menu-four .ht-phone,
.theme-menu-four .ht-office {
    color: #021936;
    font-size: 18px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
}

.theme-menu-four .cart-menu .shopping-cart {
    color: #021936;
}

.theme-menu-four .cart-menu .shopping-cart span {
    background: #F8C367;
}

.theme-menu-four .cart-menu .shopping-cart:hover {
    color: #ffffff;
    border-color: #F8C367;
    background: #F8C367;
}

.theme-menu-four .search-area .search-input {
    color: #021936;
    border: 1.5px solid #021936;
}

.theme-menu-four .search-area .search-input:hover {
    color: #ffffff;
    border-color: #F8C367;
    background: #F8C367;
}

.theme-menu-four .hamburger-menu {
    background: transparent;
    border: 1.5px solid #021936;
}

.theme-menu-four .hamburger-menu .bar-wrap .bar-1,
.theme-menu-four .hamburger-menu .bar-wrap .bar-2,
.theme-menu-four .hamburger-menu .bar-wrap .bar-3 {
    background: #021936;
}

.theme-menu-four .main-header-area {
    background: #ffffff;
    border-radius: 10px;
}

.theme-menu-four .main-header-area.sticky-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1520px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.theme-menu-four .main-header-area.sticky-menu .hamburger-menu {
    background: #134575;
    border-color: #134575;
}

.theme-menu-four .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-1,
.theme-menu-four .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-2,
.theme-menu-four .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-3 {
    background: #ffffff;
}

.theme-menu-four .main-header-area.sticky-menu .main-menu ul li a {
    color: #021936;
}

@media only screen and (max-width: 1600px) {
    .theme-menu-four .header-top,
    .theme-menu-four .main-header-area {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .theme-menu-four .logo-area img {
        max-width: 100%;
    }
}

.theme-menu-five {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
}

.theme-menu-five .topbar {
    position: relative;
    z-index: 1010;
}

.theme-menu-five .cart-menu .shopping-cart {
    color: #ffffff;
    border-color: #ffffff;
}

.theme-menu-five .cart-menu .shopping-cart:hover {
    color: #134575;
    background: #ffffff;
}

.theme-menu-five .hamburger-menu {
    background: transparent;
    border-color: #ffffff;
    margin-left: 4px;
}

.theme-menu-five .hamburger-menu .bar-wrap .bar-1,
.theme-menu-five .hamburger-menu .bar-wrap .bar-2,
.theme-menu-five .hamburger-menu .bar-wrap .bar-3 {
    background: #ffffff;
}

.theme-menu-five .hamburger-menu:hover {
    color: #134575;
    background: #ffffff;
}

.theme-menu-five .hamburger-menu:hover .bar-wrap .bar-1,
.theme-menu-five .hamburger-menu:hover .bar-wrap .bar-2,
.theme-menu-five .hamburger-menu:hover .bar-wrap .bar-3 {
    background: #134575;
}

.theme-menu-five .topbar,
.theme-menu-five .main-header-area {
    padding-left: 100px;
    padding-right: 100px;
}

.theme-menu-five .main-menu ul li a {
    color: #ffffff;
}

.theme-menu-five .main-header-area.sticky-menu {
    padding-top: 10px;
    padding-bottom: 10px;
}

.theme-menu-five .main-header-area.sticky-menu .logo-area img {
    filter: invert(1);
}

.theme-menu-five .main-header-area.sticky-menu .cart-menu .shopping-cart {
    color: #ffffff;
    border-color: #134575;
    background: #134575;
}

.theme-menu-five .main-header-area.sticky-menu .hamburger-menu {
    background: #134575;
    border-color: #134575;
}

.theme-menu-five .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-1,
.theme-menu-five .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-2,
.theme-menu-five .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-3 {
    background: #ffffff;
}

.theme-menu-five .main-header-area.sticky-menu .main-menu ul li a {
    color: #021936;
}

@media only screen and (max-width: 1600px) {
    .theme-menu-five .topbar,
    .theme-menu-five .main-header-area {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .theme-menu-five .logo-area img {
        max-width: 100%;
    }
}

.onepage-nav .main-menu ul li a::before {
    display: none;
}

.page-title-area {
    padding-top: 245px;
    padding-bottom: 170px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.page-title-area::before {
    content: "";
    position: absolute;
    background: rgba(38, 116, 141, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.page-title-area .page-title {
    color: #ffffff;
    font-size: 82px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
}

@media only screen and (max-width: 1600px) {
    .page-title-area .page-title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 1200px) {
    .page-title-area {
        padding-top: 200px;
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 767.98px) {
    .page-title-area .page-title {
        font-size: 28px;
    }
}

ul.breadcrumb {
    display: inline-block;
}

ul.breadcrumb li {
    display: inline-block;
}

ul.breadcrumb li:last-child a {
    color: #ffffff;
    margin-right: 0;
    padding-right: 0;
}

ul.breadcrumb li:last-child a::before {
    display: none;
}

ul.breadcrumb li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    font-weight: 500;
    font-family: "Satoshi-Bold";
    line-height: 1;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}

ul.breadcrumb li a::before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    width: 2px;
    height: 21px;
    right: -4px;
    top: 4px;
    z-index: 1;
    transform: rotate(23deg);
}

@media only screen and (max-width: 991.98px) {
    ul.breadcrumb li a {
        font-size: 18px;
    }
    ul.breadcrumb li a::before {
        top: 0;
    }
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */

a.meanmenu-reveal {
    display: none;
}

/* when under viewport size, .mean-container is added to body */

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: none;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999;
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: none !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: none;
    margin-top: 0;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container .mean-nav ul li {
    list-style-type: none !important;
    position: relative;
    float: left;
    width: 100%;
}

.mean-container .mean-nav ul li a {
    font-size: 16px;
    display: block;
    float: left;
    width: 100%;
    padding: 0.5em 5% 0.5em 0;
    margin: 0;
    text-align: left;
    color: #fff;
    /* border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5); */
    text-decoration: none;
    text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
    font-size: 15px;
    width: 80%;
    padding: 0.4em 5%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.8;
    /* filter: alpha(opacity=75);
  text-shadow: none !important; */
    visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 4px 8px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: none !important;
    /* border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; */
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-remove {
    display: none !important;
}

.ht-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

.ht-menu-wrapper .mobile-logo {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 31px;
}

.ht-menu-wrapper .mobile-menu-wrapper {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}

.ht-menu-wrapper .mobile-menu-wrapper span.float-end {
    display: none;
}

.ht-menu-wrapper .ht-menu-area {
    padding: 50px 20px;
    width: 100%;
    max-width: 310px;
    background-color: #021936;
    border-right: 3px solid #134575;
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1;
}

.ht-menu-wrapper .ht-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 16px;
    z-index: 1;
    color: #ffffff;
    background-color: #134575;
    border-radius: 50%;
}

.ht-menu-wrapper.ht-body-visible {
    opacity: 1;
    visibility: visible;
}

.ht-menu-wrapper.ht-body-visible .ht-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.ht-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}

.ht-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}

.ht-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--white-color);
    padding-left: 18px;
}

.offset-widget {
    margin-top: 50px;
}

.offset-widget.offset-logo {
    border-bottom: 1px solid #eeecec;
    padding-bottom: 20px;
}

.offset-widget .info-widget .offset-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
}

.offset-widget .info-widget p {
    color: #ffffff;
}

.offset-widget .info-widget.info-widget2 p {
    margin-bottom: 15px;
}

.offset-widget .info-widget.info-widget2 p i {
    margin-right: 7px;
    color: #ffffff;
}

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

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

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

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

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

.fw-light {
    font-weight: 300 !important;
}

.fw-thin {
    font-weight: 100 !important;
}

.fs-22 {
    font-size: 22px !important;
}

@media only screen and (max-width: 1200px) {
    .fs-22 {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 991.98px) {
    .fs-22 {
        font-size: 18px !important;
    }
}

.fs-20 {
    font-size: 20px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-12 {
    font-size: 12px !important;
}

/*--
    - Background color
-----------------------------------------*/

.grey-bg {
    background: #ADADAD;
}

.light-grey-bg {
    background: #F4F4F4;
}

.light-grey-bg2 {
    background: #F0F0FF !important;
}

.white-bg {
    background: #ffffff;
}

.black-bg {
    background: #021936 !important;
}

.heding-bg {
    background: #021936 !important;
}

.theme-bg {
    background: #134575 !important;
}

/*--
    - color
-----------------------------------------*/

.text-white {
    color: #ffffff;
}

.text-black {
    color: #000;
}

.text-theme {
    color: #134575 !important;
}

.text-body {
    color: #021936 !important;
}

.text-heding {
    color: #021936 !important;
}

/*--
    - fonts
-----------------------------------------*/

.body-font {
    font-family: "Satoshi-Regular" !important;
}

.heding-font {
    font-family: "Satoshi-Bold" !important;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.capitalize {
    text-transform: lowercase;
}

.bg-none {
    background: none !important;
}

.before-none::before {
    display: none !important;
}

.after-none::before {
    display: none !important;
}

.border-rad {
    border-radius: 30px;
}

/* search-area */

.search-area .search-input {
    color: #021936;
    font-size: 18px;
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 2px solid rgba(24, 24, 24, 0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: relative;
    z-index: 1;
}

.search-area .search-input:hover {
    background: #134575;
    color: #ffffff;
}

/* Full screen search
-------------------------------------------------------*/

.offcanvas-top {
    min-height: 150px;
}

.offcanvas-top .search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.search-wrap {
    padding-bottom: 100px;
}

.search-wrap input {
    color: #ffffff;
    font-size: 80px;
    width: 100%;
    background: transparent;
    border: 0;
    text-align: center;
    display: inline-block;
    height: auto;
    padding: 0;
    display: inline-block;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-bottom: 2px solid #ffffff;
}

.search-wrap input::placeholder {
    color: #ffffff;
    padding-bottom: 80px;
    font-size: 80px;
    font-family: "Satoshi-Bold";
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .search-wrap input::placeholder {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .search-wrap input::placeholder {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-wrap input::placeholder {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .search-wrap input::placeholder {
        font-size: 20px;
    }
}

.search-wrap input::-moz-placeholder,
.search-wrap input::-webkit-placeholder,
.search-wrap input::-o-placeholder,
.search-wrap input::-ms-placeholder {
    color: #ffffff;
    padding-bottom: 80px;
    font-size: 80px;
    font-family: "Satoshi-Bold";
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .search-wrap input::-moz-placeholder,
    .search-wrap input::-webkit-placeholder,
    .search-wrap input::-o-placeholder,
    .search-wrap input::-ms-placeholder {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .search-wrap input::-moz-placeholder,
    .search-wrap input::-webkit-placeholder,
    .search-wrap input::-o-placeholder,
    .search-wrap input::-ms-placeholder {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-wrap input::-moz-placeholder,
    .search-wrap input::-webkit-placeholder,
    .search-wrap input::-o-placeholder,
    .search-wrap input::-ms-placeholder {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .search-wrap input::-moz-placeholder,
    .search-wrap input::-webkit-placeholder,
    .search-wrap input::-o-placeholder,
    .search-wrap input::-ms-placeholder {
        font-size: 30px;
    }
}

@media (min-width: 1600px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1440px;
    }
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 30px;
}

.row {
    --bs-gutter-x: 30px;
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}

@keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}

@-webkit-keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0.5;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0.5;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes hvr-ripple-out {
    0% {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 1;
    }
    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scale-up-one-1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-one-1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

/* Move frame*/

@keyframes moveRound {
    0% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
    25% {
        background-color: #feddfc;
        left: 100px;
        top: 0px;
    }
    50% {
        background-color: #efe4ff;
        left: 100px;
        top: 100px;
    }
    75% {
        background-color: #e2fcf4;
        left: -24px;
        top: 200px;
    }
    100% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
}

@-webkit-keyframes moveRound {
    0% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
    25% {
        background-color: #feddfc;
        left: 100px;
        top: 0px;
    }
    50% {
        background-color: #efe4ff;
        left: 100px;
        top: 200px;
    }
    75% {
        background-color: #e2fcf4;
        left: -24px;
        top: 100px;
    }
    100% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
}

@keyframes moveShap {
    0% {
        left: 0px;
        top: 0px;
    }
    25% {
        left: 100px;
        top: 0px;
    }
    50% {
        left: 100px;
        top: 100px;
    }
    75% {
        left: 0px;
        top: 200px;
    }
    100% {
        left: 0px;
        top: 0px;
    }
}

@keyframes moveShap2 {
    0% {
        right: 0px;
        top: 0px;
    }
    25% {
        right: 100px;
        top: 0px;
    }
    50% {
        right: 100px;
        top: 100px;
    }
    75% {
        right: 0px;
        top: 200px;
    }
    100% {
        right: 0px;
        top: 0px;
    }
}

/* Heartbeat frame*/

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

/* Rotation frame*/

@keyframes rotation {
    to {
        transform: rotate(360deg);
    }
}

/* pulseBig */

@keyframes pulseBig {
    0% {
        box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.2);
    }
    50% {
        box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

.scaleUp1 {
    -webkit-animation-name: scaleUp1;
    animation-name: scaleUp1;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes scaleUp1 {
    0% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }
    20% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    40% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }
    80% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }
}

@keyframes scaleUp1 {
    0% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }
    20% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    40% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }
    80% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }
}

@keyframes runs {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    50% {
        transform: translateY(300px) rotate(90deg);
    }
    100% {
        transform: translateY(-300px) rotate(180deg);
    }
}

@-webkit-keyframes runs {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    50% {
        transform: translateY(300px) rotate(90deg);
    }
    100% {
        transform: translateY(-300px) rotate(180deg);
    }
}

@-moz-keyframes runs {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    50% {
        transform: translateY(300px) rotate(90deg);
    }
    100% {
        transform: translateY(-300px) rotate(180deg);
    }
}

@-o-keyframes runs {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    50% {
        transform: translateY(300px) rotate(90deg);
    }
    100% {
        transform: translateY(-300px) rotate(180deg);
    }
}

@keyframes zoomIncolor {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
        background: #134575;
        opacity: 0.5;
    }
    100% {
        transform: scale(1.3);
        background: #134575;
        opacity: 0.8;
    }
}

@-webkit-keyframes zoomIncolor {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
        background: #134575;
        opacity: 0.5;
    }
    100% {
        transform: scale(1.3);
        background: #134575;
        opacity: 0.8;
    }
}

@-moz-keyframes zoomIncolor {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
        background: #134575;
        opacity: 0.5;
    }
    100% {
        transform: scale(1.3);
        background: #134575;
        opacity: 0.8;
    }
}

@keyframes squareMove {
    0% {
        transform: translateX(0px) rotate(0deg);
    }
    33% {
        transform: translateY(-100px) rotate(180deg);
    }
    66% {
        transform: translateX(200px) rotate(-90deg);
    }
    100% {
        transform: translateX(0px) rotate(0deg);
    }
}

@-webkit-keyframes squareMove {
    0% {
        transform: translateX(0px);
    }
    33% {
        transform: translateY(-100px);
    }
    66% {
        transform: translateX(200px);
    }
    100% {
        transform: translateX(0px);
    }
}

@-moz-keyframes squareMove {
    0% {
        transform: translateX(0px);
    }
    33% {
        transform: translateY(-100px);
    }
    66% {
        transform: translateX(200px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes float-bob {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
    50% {
        transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

.movingX {
    animation: movingX 8s linear infinite;
}

@keyframes movingX {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(50px);
    }
    100% {
        transform: translateX(0);
    }
}

.jump {
    animation: jumpAni 7s linear infinite;
}

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

.jump-reverse {
    animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(30px);
    }
    100% {
        transform: translateY(0);
    }
}

.spin {
    animation: spin 15s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(40deg);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes marqueslide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.jump {
    animation: jumpAni 7s linear infinite;
}

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

.jump-reverse {
    animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(30px);
    }
    100% {
        transform: translateY(0);
    }
}

/*--
	-theme-btn
----------------------------------------*/

.ht-btn {
    overflow: hidden;
    color: #000;
    font-size: 18px;
    font-family: "Satoshi-Bold";
    font-weight: 700;
    line-height: 1;
    padding: 5px 6px 5px 30px;
    border: 2px solid #134575;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    transition: all;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
}

.ht-btn::before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 0px;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-image:  linear-gradient(to right, #0486BF, rgb(2, 60, 86));
    border: none;
}

.ht-btn span {
    background: #134575;
    font-size: 20px;
    color: #ffffff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 65px;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
}

.ht-btn img {
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
}

.ht-btn:hover {
    color: #ffffff;
}

.ht-btn:hover::before {
    width: 100%;
    height: 100%;
    right: 0;
    border-radius: 0;
}

.ht-btn:hover span {
    background: #ffffff;
}

.ht-btn:hover i {
    color: #021936;
}

.ht-btn:hover img {
    filter: brightness(100%) invert(0);
    transform: rotate(-45deg);
}

@media only screen and (max-width: 767.98px) {
    .ht-btn span {
        margin-left: 5px;
    }
}

.default-2 {
    padding: 18px 35px;
}

.style-2 {
    color: #ffffff;
    border-color: #ffffff;
}

.style-2::before {
    background: #ffffff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.style-2 span {
    color: #021936;
    background: #ffffff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.style-2:hover {
    color: #021936;
}

.style-2:hover span {
    color: #ffffff;
    background: #134575;
}

.style-2:hover i {
    color: #ffffff;
}

.style-2:hover img {
    filter: brightness(100%) invert(1);
}

.style-3 {
    color: #ffffff;
    background: #021936;
    border-color: #021936;
    width: max-content;
}

.style-3::before {
    background: #021936;
}

.style-3 span {
    background: #ffffff;
    position: relative;
    line-height: 40px;
    color: #021936;
}

.style-3 span i {
    line-height: 47px;
}

.style-3:hover {
    color: #ffffff;
    border-color: #021936;
}

.style-3:hover span {
    background: #021936;
}

.style-3:hover i {
    color: #ffffff;
}

.style-3:hover img {
    filter: brightness(100%) invert(1);
}

.style-3b {
    color: #021936;
    background: #ffffff;
    border-color: #ffffff;
    width: max-content;
}

.style-3b::before {
    background: #021936;
}

.style-3b span {
    background: #021936;
    position: relative;
    line-height: 40px;
    color: #ffffff;
}

.style-3b span img {
    filter: brightness(100%) invert(1);
}

.style-3b span i {
    line-height: 47px;
}

.style-3b:hover {
    color: #ffffff;
    border-color: #021936;
    background: #021936;
}

.style-3b:hover span {
    background: #ffffff;
}

.style-3b:hover i {
    color: #021936;
}

.style-3b:hover img {
    filter: invert(0);
}

.style-4,
.style-4b {
    border-color: #021936;
    width: max-content;
}

.style-4::before,
.style-4b::before {
    background: #F8C367;
}

.style-4 span,
.style-4b span {
    background: #F8C367;
    position: relative;
    line-height: 40px;
    color: #021936;
}

.style-4 span i,
.style-4b span i {
    line-height: 47px;
}

.style-4:hover,
.style-4b:hover {
    color: #ffffff;
    border-color: #F8C367;
}

.style-4:hover span,
.style-4b:hover span {
    color: #021936;
    background: #ffffff;
}

.style-4b::before {
    background: #021936;
}

@media only screen and (max-width: 1600px) {
    .style-4b span {
        margin-left: 10px;
    }
}

.style-5 {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    line-height: 30px;
    background: #134575;
    padding: 14px 40px;
    border-radius: 8px;
    display: block;
}

.style-5::before {
    background: #021936;
}

.style-border {
    border-color: #021936;
    padding: 18px 35px;
}

.style-border::before {
    background: #021936;
}

.ht-btn-two {
    overflow: hidden;
    color: #000;
    font-size: 18px;
    font-family: "Satoshi-Bold";
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    transition: all;
}

.ht-btn-two span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    background: #134575;
    margin-left: 28px;
    position: relative;
    z-index: 1;
}

.ht-btn-two span::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 1.5px;
    background: #000;
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 1.5px 0 0 1.5px;
}

.ht-btn-two:hover {
    color: #134575;
}

.video-btn {
    color: #021936;
    background: #f6c206;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 16px 30px;
    width: unset;
    height: unset;
    border-radius: 0;
}

.video-btn img {
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
}

.video-btn:hover {
    color: #fff;
}

.video-btn:hover img {
    filter: invert(1);
}

.border-box {
    position: relative;
    z-index: 1;
}

.border-box .bg-line {
    height: 1px;
    width: 100%;
    background: #021936;
    position: absolute;
    bottom: 50%;
    z-index: -1;
}

.border-box .bg-shape {
    background: #fff;
    width: 30%;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 31%;
}

ul.slick-dots {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 45px;
    text-align: center;
}

ul.slick-dots li {
    display: inline-block;
    border: 0;
    width: unset;
    height: unset;
}

ul.slick-dots li button {
    border: 0;
    font-size: 0;
    width: 8px;
    height: 8px;
    margin: 0px 5px 0px 5px;
    background: #f6c206;
    padding: 0;
}

ul.slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background: #134575;
    transform: translateY(-1px);
}

.border-line {
    position: relative;
    z-index: 1;
}

.border-line::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    top: 51.5%;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
}

.arrow-style-1 .slick-prev,
.arrow-style-1 .slick-next,
.arrow-style-1 .slick-arrow,
.case-arrow .slick-prev,
.case-arrow .slick-next,
.case-arrow .slick-arrow,
.custom-arrow-one .slick-prev,
.custom-arrow-one .slick-next,
.custom-arrow-one .slick-arrow {
    padding: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    background: #021936;
    position: relative;
    z-index: 1;
    border: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.arrow-style-1 .slick-prev::before,
.arrow-style-1 .slick-next::before,
.arrow-style-1 .slick-arrow::before,
.case-arrow .slick-prev::before,
.case-arrow .slick-next::before,
.case-arrow .slick-arrow::before,
.custom-arrow-one .slick-prev::before,
.custom-arrow-one .slick-next::before,
.custom-arrow-one .slick-arrow::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 2px;
    background: #000;
    left: -23px;
    top: 51.5%;
    transform: translateY(-50%);
    border-radius: 1.5px 0 0 1.5px;
}

.arrow-style-1 .slick-prev:hover,
.arrow-style-1 .slick-next:hover,
.arrow-style-1 .slick-arrow:hover,
.case-arrow .slick-prev:hover,
.case-arrow .slick-next:hover,
.case-arrow .slick-arrow:hover,
.custom-arrow-one .slick-prev:hover,
.custom-arrow-one .slick-next:hover,
.custom-arrow-one .slick-arrow:hover {
    background: #134575;
}

.arrow-style-1 .slick-prev,
.case-arrow .slick-prev,
.custom-arrow-one .slick-prev {
    justify-content: end;
}

.arrow-style-1 .slick-prev::before,
.case-arrow .slick-prev::before,
.custom-arrow-one .slick-prev::before {
    left: auto;
    right: -23px;
}

.custom-arrow-one {
    display: inline-block;
    position: absolute;
    right: 11.4%;
    bottom: 18%;
    max-width: 225px;
    z-index: 1;
}

.custom-arrow-one .prev-p1 {
    margin-right: 56px;
    justify-content: end;
}

.custom-arrow-one .prev-p1::before {
    left: auto;
    right: -23px;
}

.case-arrow {
    position: relative;
    z-index: 3;
}

.case-arrow .slick-arrow {
    font-size: 35px;
    color: #ffffff;
    position: absolute;
    top: 29%;
}

.case-arrow .slick-prev {
    left: -8%;
}

.case-arrow .slick-prev i {
    margin-right: -2px;
}

.case-arrow .slick-next {
    right: -8%;
}

.case-arrow .slick-next i {
    margin-left: -2px;
}

@media only screen and (max-width: 1600px) {
    .case-arrow .slick-next {
        right: 0;
    }
    .case-arrow .slick-prev {
        left: 0;
    }
}

.arrow-style .slick-arrow {
    color: #021936;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    position: absolute;
    top: 55%;
    transform: translateY(-55%);
    z-index: 1;
    border: 5px solid #F0F0FF;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.arrow-style .slick-arrow:hover {
    color: #ffffff;
    background: #134575;
}

.arrow-style .slick-prev {
    left: -1%;
}

.arrow-style .slick-next {
    right: -1%;
}

.arrow-style-2 .slick-prev,
.arrow-style-2 .slick-next {
    border: 0;
    color: #021936;
    background: #ffffff;
    width: 80px;
    height: 60px;
    font-size: 24px;
}

.arrow-style-2 .slick-prev:hover,
.arrow-style-2 .slick-next:hover {
    color: #ffffff;
    background: #021936;
}

.arrow-style-2 .slick-prev {
    border-radius: 30px 0 0 30px;
}

.arrow-style-2 .slick-next {
    border-radius: 0 30px 30px 0;
}

.arrow-style-3 {
    align-items: center;
    position: absolute;
    right: 65%;
    bottom: 22%;
    z-index: 3;
}

.arrow-style-3 .slick-prev,
.arrow-style-3 .slick-next {
    border: 1px solid #000;
    background: transparent;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.arrow-style-3 .slick-prev:hover,
.arrow-style-3 .slick-next:hover {
    border-color: #F8C367;
    background: #F8C367;
}

.arrow-style-3 .slick-prev {
    margin-right: 40px;
}

.number-wrapper {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
    z-index: -1;
    font-size: 14px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
}

.number-wrapper .divider-line {
    display: inline-block;
    width: 2px;
    height: 13px;
    background: #000;
    margin: 0 3px;
    transform: translateY(9px) rotate(28deg);
}

.faq-que-list .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq-que-list .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.faq-que-list .accordion-item {
    border: 1px solid #021936;
    border-radius: 10px;
    background-color: transparent;
    margin-bottom: 25px;
}

.faq-que-list .accordion-item button:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item textarea,
.faq-que-list .accordion-item textarea:focus {
    outline: 0;
}

.faq-que-list .accordion-item .accordion-button {
    transition: unset;
    color: #021936;
    font-size: 24px;
    font-family: "Satoshi-Medium";
    font-weight: 500;
    line-height: 1.875rem;
    border: 0;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
    padding: 26px 0 20px 20px;
    position: relative;
    box-shadow: 0;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    word-wrap: normal;
    display: inline-block;
}

.faq-que-list .accordion-item .accordion-button.collapsed {
    padding-bottom: 24px;
    background: transparent;
    border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-que-list .accordion-item .accordion-button {
        padding: 21px 20px;
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-que-list .accordion-item .accordion-button {
        padding: 21px 20px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .faq-que-list .accordion-item .accordion-button {
        padding: 21px 10px;
        font-size: 18px;
    }
}

.faq-que-list .accordion-item .accordion-button:focus {
    box-shadow: none;
    outline: 0;
}

.faq-que-list .accordion-item .accordion-button::before {
    content: "\f2ea";
    position: absolute;
    font-family: "bootstrap-icons";
    font-size: 25px;
    font-weight: 300;
    color: #021936;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: 0.3s linear;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-que-list .accordion-item .accordion-button::before {
        right: 10px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .faq-que-list .accordion-item .accordion-button::before {
        color: #021936;
        right: 5px;
        font-size: 16px;
        width: unset;
        height: unset;
        background: transparent;
    }
}

.faq-que-list .accordion-item .accordion-button::after {
    display: none;
}

.faq-que-list .accordion-item .collapsed {
    border: 0;
}

.faq-que-list .accordion-item .collapsed::before {
    content: "\f4fe";
    color: #021936;
    transform: translateY(-50%) rotate(0deg);
}

@media (max-width: 767px) {
    .faq-que-list .accordion-item .collapsed::before {
        color: #021936;
        right: 5px;
        font-size: 16px;
        width: unset;
        height: unset;
        background: transparent;
    }
}

.faq-que-list .accordion-item .accordion-body {
    padding-top: 0;
}

.faq-que-list .accordion-item .accordion-body p {
    font-size: 16px;
    color: #021936;
}

.faq-que-list.style-two .accordion-item {
    margin-bottom: 0;
}

.faq-que-list.style-two .accordion-item .accordion-button {
    padding: 30px 0 0px 20px;
    border: 0;
}

.faq-que-list.style-two .accordion-item .accordion-button span {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 53px;
    background: #134575;
    margin-right: 5px;
}

.faq-que-list.style-two .accordion-item .accordion-button.collapsed {
    background: transparent;
    padding-top: 0;
    margin-bottom: 20px;
}

.faq-que-list.style-two .accordion-item .accordion-button.collapsed span {
    color: #134575;
    background: rgba(84, 84, 255, 0.1);
}

.faq-que-list.style-two .accordion-item .accordion-button:focus {
    box-shadow: none;
    outline: 0;
}

.faq-que-list.style-two .accordion-item .accordion-button::before {
    display: none;
}

.faq-que-list.style-two .accordion-item .accordion-button::after {
    display: none;
}

.faq-que-list.style-two .accordion-item .collapsed {
    border: 0;
}

.faq-que-list.style-two .accordion-item .collapsed::before {
    display: none;
}

.faq-que-list.style-two .accordion-item .accordion-body {
    background: rgba(2, 25, 54, 0.03);
    padding-left: 78px;
    padding-top: 13px;
    margin-bottom: 20px;
    border: 0;
}

.what-we-do {
    background: linear-gradient(180deg, rgba(244, 244, 244, 0.3) 0%, #F4F4F4 100%);
}

.feature-wrap-1 {
    text-align: center;
    background: #ffffff;
    border-radius: 20px;
    padding: 80px 38px 70px 38px;
    margin-bottom: 40px;
}

.feature-wrap-1 .icon {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 1.5px solid #D9D9D9;
    line-height: 150px;
    margin-bottom: 40px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.feature-wrap-1 .feature-title {
    color: #021936;
    font-size: 32px;
    font-family: "Satoshi-Bold";
   
}

.feature-wrap-1 .feature-title :hover {
    color: #134575;
}

.feature-wrap-1 .description {
    margin-bottom: 45px;
    font-size: 20px;

}

.feature-wrap-1 .more-btn {
    color: #021936;
    font-size: 18px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.feature-wrap-1 .more-btn img {
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.feature-wrap-1 .more-btn .arrow-back {
    display: none;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.feature-wrap-1 .more-btn .arrow-front {
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.feature-wrap-1 .more-btn:hover {
    color: #134575;
}

.feature-wrap-1 .more-btn:hover img {
    filter: unset;
}

.feature-wrap-1 .more-btn:hover .arrow-back {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.feature-wrap-1 .more-btn:hover .arrow-front {
    visibility: hidden;
    opacity: 0;
    display: none;
    transform: scale(0);
}

.feature-wrap-1:hover .icon {
    background: #134575;
    border-color: #134575;
}

.feature-wrap-1:hover .icon img {
    filter: brightness(10%) invert(1);
}

@media only screen and (max-width: 991.98px) {
    .feature-wrap-1 {
        padding: 30px 15px;
    }
    .feature-wrap-1 .feature-title a {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767.98px) {
    .feature-wrap-1 .feature-title a {
        font-size: 22px;
    }
}

.feature-wrap-2 {
    background: #ffffff;
    border: 1px solid rgba(84, 84, 255, 0.4);
    border-radius: 20px;
    padding: 0px 49px 60px 49px;
    margin-bottom: 45px;
    margin-top: 50px;
}

.feature-wrap-2 .icon {
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid #134575;
    line-height: 100px;
    margin-bottom: 55px;
    margin-top: -50px;
    background: #ffffff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.feature-wrap-2 .icon img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

@media only screen and (max-width: 991.98px) {
    .feature-wrap-2 .icon {
        margin-top: -84px;
    }
}

.feature-wrap-2 .feature-title {
    margin-bottom: 25px;
}

.feature-wrap-2 .feature-title a {
    color: #021936;
    font-size: 28px;
    font-family: "Satoshi-Bold";
}

.feature-wrap-2 .feature-title a:hover {
    color: #134575;
}

.feature-wrap-2 .description {
    margin-bottom: 40px;
}

.feature-wrap-2 .more-btn {
    color: #021936;
    font-size: 16px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
    border: 1px solid #021936;
    border-radius: 30px;
    padding: 9px 38px;
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.feature-wrap-2:hover {
    border-color: #134575;
}

.feature-wrap-2:hover .icon {
    background: #134575;
    border-color: #134575;
}

.feature-wrap-2:hover .icon img {
    transform: scale(1.03);
    filter: brightness(10%) invert(1);
}

.feature-wrap-2:hover .more-btn {
    color: #ffffff;
    background: #134575;
    border-color: #134575;
}

@media only screen and (max-width: 1200px) {
    .feature-wrap-2 {
        padding: 30px 15px;
    }
    .feature-wrap-2 .feature-title a {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767.98px) {
    .feature-wrap-2 .feature-title a {
        font-size: 22px;
    }
}

.feature-list-one .icon {
    color: #ffffff;
    font-size: 18px;
    background: #134575;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    margin-right: 14px;
}

.feature-list-one .feature-title {
    color: #021936;
    font-size: 24px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
}

@media only screen and (max-width: 1200px) {
    .feature-list-one .feature-title {
        font-size: 18px;
    }
}

.feature-list-two .icon {
    color: #ffffff;
    font-size: 35px;
    background: #134575;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 84px;
    margin-right: 40px;
    float: left;
    overflow: hidden;
}

.feature-list-two .content {
    overflow: hidden;
}

.feature-list-two .feature-title {
    color: #021936;
    font-size: 32px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
}

@media only screen and (max-width: 1200px) {
    .feature-list-two .feature-title {
        font-size: 18px;
    }
}

.feature-list-three {
    margin-top: 50px;
    padding-left: 21px;
}

.feature-list-three li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    font-family: "Satoshi-Medium";
}

.feature-list-four .icon {
    color: #F8C367;
    font-size: 45px;
    margin-bottom: 18px;
}

.feature-list-four .feature-title {
    color: #021936;
    font-size: 24px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    margin-bottom: 15px;
}

.feature-list-four .description {
    font-size: 16px;
    line-height: 26px;
}

@media only screen and (max-width: 1200px) {
    .feature-list-four .feature-title {
        font-size: 18px;
    }
}

.feature-list-five {
    background: #F4F4F4;
    border-radius: 6px;
    padding: 23px 25px;
}

.feature-list-five .icon {
    color: #ffffff;
    font-size: 18px;
    background: #134575;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    margin-right: 14px;
    transform: translateY(-3px);
}

.feature-list-five .feature-title {
    color: #021936;
    font-size: 28px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
}

@media only screen and (max-width: 1200px) {
    .feature-list-five .feature-title {
        font-size: 18px;
    }
}

.widget {
    padding: 30px 40px 40px 40px;
}

@media (max-width: 1199.98px) {
    .widget {
        padding: 25px 15px 25px 15px;
    }
}

.widget-title {
    font-size: 26px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
}

.blog-sidebar .widget-title {
    margin-bottom: 20px;
}

.blog-sidebar .widget {
    border-radius: 8px;
}

.social-links a {
    color: #021936;
    font-size: 22px;
    border: 1px solid #021936;
    margin-right: 10px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.social-links a:last-child {
    margin-right: 0;
}

.social-links a:hover {
    color: #ffffff;
    background: #134575;
    border-color: #134575;
}

.category-widget li:last-child a {
    margin-bottom: 0;
}

.category-widget li a {
    color: #021936;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Satoshi-Medium";
    padding: 10px 0 15px 0;
    display: block;
    position: relative;
    z-index: 1;
}

.category-widget li a:hover {
    color: #134575;
}

@media (max-width: 1200px) {
    .category-widget li a {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.service-category-widget li:last-child a {
    margin-bottom: 0;
}

.service-category-widget li a {
    color: #021936;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Satoshi-Medium";
    padding: 10px 20px 15px 20px;
    border: 1px solid #021936;
    border-radius: 10px;
    margin-bottom: 15px;
    display: block;
    position: relative;
    z-index: 1;
}

.service-category-widget li a::before {
    content: "";
    position: absolute;
    background: #134575;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    border-radius: 10px;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-category-widget li a:hover {
    color: #ffffff;
    border-color: #134575;
}

.service-category-widget li a:hover::before {
    width: 100%;
}

@media (max-width: 1200px) {
    .service-category-widget li a {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.widget-file .file-download {
    color: #191f23;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Satoshi-Bold";
    padding: 15px 10px 15px 20px;
    background: #ffffff;
    border: 1px solid rgba(7, 17, 6, 0.1);
    margin-bottom: 20px;
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.widget-file .file-download:hover {
    color: #ffffff;
    background: #134575;
}

.widget-file ul li:last-child .file-download {
    margin-bottom: 0;
}

.comment-form input,
.comment-form textarea {
    border: 0;
    background: #F0F0FF;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    display: block;
    height: 60px;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: #021936;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
    color: #021936;
    font-size: 16px;
}

.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
    color: #021936;
    font-size: 16px;
}

.comment-form input::-webkit-placeholder,
.comment-form textarea::-webkit-placeholder {
    color: #021936;
    font-size: 16px;
}

.comment-form input::-o-placeholder,
.comment-form textarea::-o-placeholder {
    color: #021936;
    font-size: 16px;
}

.comment-form input::-ms-placeholder,
.comment-form textarea::-ms-placeholder {
    color: #021936;
    font-size: 16px;
}

.comment-form textarea {
    height: 146px;
    resize: none;
    padding-top: 10px;
}

.comment-form .widget-btn {
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    font-family: "Satoshi-Bold";
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    width: 100%;
    padding: 21px 0 20px 0;
}

.comment-form p {
    display: flex;
    align-items: center;
}

.comment-form p input {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
    margin-right: 10px;
}

.page-navigation .page-link {
    display: inline-block;
    color: #021936;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    margin-right: 20px;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #021936;
}

.page-navigation .page-link i {
    font-size: 20px;
}

.page-navigation .page-link:focus {
    z-index: 2;
    color: #021936;
    border-color: unset;
    outline: none;
    box-shadow: none;
}

.page-navigation .page-link:hover {
    color: #ffffff;
    background: #134575;
}

.recent-post {
    display: flex;
    align-items: center;
}

.recent-post .post-thumb {
    width: 100px;
    height: 85px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    background-repeat: no-repeat;
}

.recent-post h5 {
    font-size: 16px;
    font-family: "Satoshi-Medium";
    font-weight: 500;
}

.recent-post h5 a {
    color: #021936;
}

.recent-post h5 a:hover {
    color: #134575;
}

.recent-post span {
    color: #021936;
    font-size: 12px;
    font-weight: 400;
    font-family: "Satoshi-Regular";
}

.recent-post span i {
    color: #134575;
}

@media (max-width: 1599.98px) {
    .recent-post h5 {
        font-size: 18px;
    }
}

.widget-search .search-form {
    position: relative;
    z-index: 1;
}

.widget-search .search-form input {
    color: #021936;
    font-size: 16px;
    height: 60px;
    width: 100%;
    line-height: 50px;
    padding-left: 22px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #021936;
}

.widget-search .search-form input::placeholder {
    color: #021936;
}

.widget-search .search-form input::-moz-placeholder {
    color: #021936;
}

.widget-search .search-form input::-webkit-placeholder {
    color: #021936;
}

.widget-search .search-form input::-o-placeholder {
    color: #021936;
}

.widget-search .search-form .widget-btn {
    border: 0;
    background: #134575;
    width: 54px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 6px;
    z-index: 1;
}

.widget-search .search-form .widget-btn i {
    font-size: 16px;
}

.tagcloud span {
    color: #191f23;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
}

.tagcloud a {
    color: #021936;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    border: 1px solid #021936;
    display: inline-block;
    padding: 10px 24px;
    margin: 5px 5px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
}

.tagcloud a::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: #ffffff;
    width: 0px;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

.tagcloud a:hover {
    color: #ffffff;
}

.tagcloud a:hover::before {
    width: 100%;
    background: #134575;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .tagcloud a {
        padding: 16px 16px;
        margin: 5px 2px;
    }
}

@media (max-width: 767px) {
    .tagcloud a {
        padding: 16px 10px;
        margin: 5px 2px;
    }
}

.widget-contact {
    text-align: center;
}

.widget-contact .call-btn {
    background: #134575;
    display: inline-block;
    padding: 5px 21px 5px 5px;
    border-radius: 60px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
    left: 55px;
    right: 55px;
    bottom: 20px;
}

.widget-contact .call-btn span {
    color: #021936;
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

@media only screen and (max-width: 1200px) {
    .widget-contact .call-btn {
        left: 10px;
        right: 10px;
    }
}

.widget-contact .top-content {
    position: relative;
    z-index: 1;
}

.widget-contact .top-content img {
    border-radius: 30px 30px 0 0;
}

.widget-contact .contact-title {
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 1200px) {
    .widget-contact .contact-title {
        font-size: 28px;
        line-height: 40px;
    }
}

.cart-list-form {
    border: 1px solid rgba(7, 17, 6, 0.1);
}

.cart-list-form .table th {
    font-weight: 400;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid rgba(7, 17, 6, 0.1);
    padding: 15px 30px;
    text-align: start;
    color: #021936;
}

.cart-list-form .table .product-thumbnails {
    padding-left: 20px;
    width: 100px;
}

.cart-list-form .table .product-thumbnails img {
    max-height: 100%;
    max-width: none;
}

.cart-list-form .table .product-img {
    display: block;
    max-width: 100px;
    max-height: 100px;
    overflow: hidden;
}

.cart-list-form .table tbody td {
    border: none;
    vertical-align: middle;
    text-align: center;
    padding: 30px 0;
}

@media only screen and (max-width: 991.98px) {
    .cart-list-form .table .product-thumbnails {
        padding-left: 10px;
    }
}

.cart-list-form .table-responsive {
    margin-bottom: 30px;
}

.cart-list-form .table-responsive::-webkit-scrollbar {
    width: 0.3em;
    height: 10px;
}

.cart-list-form .table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.cart-list-form .table-responsive::-webkit-scrollbar-thumb {
    background-color: #134575;
}

.cart-list-form .table .product-info {
    padding-left: 30px;
    text-align: left;
}

.cart-list-form .table .product-info ul.style-none {
    padding: 0;
    margin: 0;
}

.cart-list-form .table .product-info ul.style-none li {
    font-weight: 500;
    display: inline-block;
    font-size: 15px;
    color: #021936;
    padding-right: 15px;
}

.cart-list-form .table .product-info .product-name {
    font-weight: 500;
    letter-spacing: -0.5px;
    font-size: 20px;
    color: #021936;
}

@media only screen and (max-width: 991.98px) {
    .cart-list-form .table .product-info .product-name {
        font-size: 18px;
    }
}

.cart-list-form .table .product-info .serial {
    font-size: 15px;
    color: #021936;
    padding-bottom: 6px;
}

@media only screen and (max-width: 991.98px) {
    .cart-list-form .table .product-info {
        padding-left: 15px;
    }
}

.cart-list-form .table .quantity .product-value {
    font-weight: 500;
    font-size: 18px;
    color: #021936;
    max-width: 55px;
    background: 0 0;
    border: none;
    text-align: center;
    padding-left: 12px;
}

@media only screen and (max-width: 991.98px) {
    .cart-list-form .table .quantity .product-value {
        max-width: 20px;
        padding-left: 0;
    }
}

.cart-list-form .table .quantity .order-box {
    padding: 0;
    margin: 0;
}

.cart-list-form .table .quantity li {
    display: inline-block;
    line-height: 40px;
    max-height: 40px;
}

.cart-list-form .table .quantity li .btn {
    font-size: 24px;
    padding: 0;
    border: none;
    vertical-align: inherit;
    color: #021936;
    background: #F0F0FF;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

@media only screen and (max-width: 991.98px) {
    .cart-list-form .table .quantity li .btn {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
}

.cart-list-form .table .remove-product {
    color: #134575;
    font-size: 22px;
}

.cart-list-form .table tbody tr {
    padding: 10px 0;
    border-bottom: 1px solid rgba(119, 124, 144, 0.2);
}

.cart-list-form .table .price,
.cat__section .cart-footer .cart-total-table tr td {
    font-size: 18px;
    color: #021936;
    font-weight: 500;
}

.cart-footer .coupon-form {
    position: relative;
    z-index: 1;
}

.cart-footer .coupon-form input {
    width: 275px;
    border: none;
    background: #F0F0FF;
    font-size: 16px;
    color: #021936;
    padding-left: 14px;
    height: 40px;
    border-radius: 6px;
}

.cart-footer .coupon-form input::placeholder {
    font-size: 16px;
    color: #021936;
}

.cart-footer .coupon-form input::-moz-placeholder {
    font-size: 16px;
    color: #021936;
}

.cart-footer .coupon-form input::-o-placeholder {
    font-size: 16px;
    color: #021936;
}

.cart-footer .coupon-form input::-webkit-placeholder {
    font-size: 16px;
    color: #021936;
}

.cart-footer .coupon-form input::-ms-placeholder {
    font-size: 16px;
    color: #021936;
}

.cart-footer .coupon-form .coupon_btn {
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    height: 40px;
    padding: 0;
    width: 130px;
    text-transform: capitalize;
}

.cart-footer .coupon-form .coupon_btn:hover {
    color: #021936;
}

.cart-footer .coupon-form .coupon_btn:hover::before {
    background: #134575;
}

.cart-footer .update-section p {
    color: #021936;
    margin-bottom: 10px;
    cursor: pointer;
}

.cart-footer .update-cart-button {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    background: #021936;
    width: max-content;
    height: 40px;
    display: inline-block;
    margin-top: -3px;
}

.cart-total-section {
    padding: 40px 30px;
    border-radius: 6px;
    background: rgba(2, 25, 54, 0.03);
}

.cart-total-section .checkout-process {
    width: 100%;
    text-align: center;
    background: #021936;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 10px 25px;
}

.cart-total-section .checkout-process:hover {
    background: #134575;
}

@media only screen and (max-width: 767.98px) {
    .cart-total-section {
        padding: 40px 15px;
    }
}

.cart-total-table tbody tr {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(119, 124, 144, 0.2);
    margin-bottom: 25px;
}

.cart-total-table tbody tr:last-child {
    border-bottom: 0;
}

.cart-total-table tbody th,
.cart-total-table tbody td {
    color: #021936;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0px;
}

.checkout-form label {
    color: #021936;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
}

.checkout-form .single-input-wrapper,
.checkout-form textarea {
    width: 100%;
    border-radius: 4px;
    background: #F0F0FF;
    border: 0;
    color: #021936;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    line-height: 60px;
    margin-bottom: 25px;
}

.checkout-form .single-input-wrapper::placeholder,
.checkout-form textarea::placeholder {
    color: #021936;
    font-size: 16px;
    font-weight: 400;
}

.checkout-form .single-input-wrapper::-ms-placeholder,
.checkout-form textarea::-ms-placeholder {
    color: #021936;
    font-size: 16px;
}

.checkout-form .single-input-wrapper::-o-placeholder,
.checkout-form textarea::-o-placeholder {
    color: #021936;
    font-size: 16px;
}

.checkout-form .single-input-wrapper::-moz-placeholder,
.checkout-form textarea::-moz-placeholder {
    color: #021936;
    font-size: 16px;
}

.checkout-form .single-input-wrapper::-webkit-placeholder,
.checkout-form textarea::-webkit-placeholder {
    color: #021936;
    font-size: 16px;
}

.checkout-form .ht-select-menu {
    width: 100%;
    border-radius: 0;
    background: #F0F0FF;
    border: 0;
    color: #021936;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    line-height: 60px;
    position: relative;
    z-index: 10;
    margin-bottom: 40px;
}

.checkout-form .nice-select {
    position: relative;
    z-index: 10;
}

.checkout-form .nice-select .option {
    color: #021936;
}

.checkout-form textarea {
    height: 200px;
}

.checkout-form .checkbox-list {
    list-style: none;
    padding: 0;
}

.payment-list {
    padding: 0;
    list-style: none;
}

.payment-list p {
    color: #021936;
}

.payment-list .credit-card-form h6 {
    font-size: 16px;
}

.payment-list .credit-card-form input {
    width: 100%;
    border: 1px solid rgba(119, 124, 144, 0.15);
    padding-left: 10px;
    display: block;
    margin-bottom: 15px;
    height: 40px;
    line-height: 40px;
    color: #021936;
}

.payment-list .credit-card-form input::placeholder {
    color: #021936;
}

.payment-list .credit-card-form input::-moz-placeholder {
    color: #021936;
}

.payment-list .credit-card-form input::-ms-placeholder {
    color: #021936;
}

.payment-list .credit-card-form input::-o-placeholder {
    color: #021936;
}

.payment-list .credit-card-form input::-webkit-placeholder {
    color: #021936;
}

.checkout__section {
    overflow: hidden;
}

.shopping-cart {
    color: #021936;
    font-size: 18px;
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1.5px solid rgb(0, 0, 0);
    border-radius: 50%;
    text-align: center;
    line-height: 47px;
    position: relative;
}

.shopping-cart span {
    position: absolute;
    background: #134575;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    padding: 0;
    line-height: 17px;
    top: -9px;
    right: -9px;
    left: auto;
}

.shopping-cart:hover {
    background: #134575;
    color: #ffffff;
}

.categories-accordion .accordion-item {
    background-color: transparent;
    border: 0;
}

.categories-accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.categories-accordion .accordion-button {
    border-radius: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    font-size: 16px;
    color: #021936;
    font-weight: 400;
    border: 0;
    background-color: rgba(7, 17, 6, 0.03);
    padding: 5px 8px;
    border-radius: 0px;
}

.categories-accordion .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.categories-accordion .accordion-button::after {
    content: "\f078";
    font-size: 16px;
    font-family: "Font Awesome 5 Pro";
    background: none;
    transition: transform 0.2s ease-in-out;
    height: unset;
    width: unset;
}

.categories-accordion .accordion-button:not(.collapsed)::after {
    content: "\f078";
    font-size: 16px;
    font-family: "Font Awesome 5 Pro";
    background: none;
    transform: rotate(180deg);
    height: unset;
    width: unset;
}

.categories-accordion .accordion-button:not(.collapsed) {
    color: #021936;
}

.categories-accordion .accordion-item .accordion-collapse {
    list-style: none;
    border: 0;
    border-width: 0;
    background-color: rgba(7, 17, 6, 0.05);
    padding-left: 0;
}

.categories-accordion .accordion-item .accordion-collapse li {
    padding: 13px 0 0 22px;
}

.categories-accordion .accordion-item .accordion-collapse li:last-child {
    padding-bottom: 20px;
}

.categories-accordion .accordion-item .accordion-collapse li a {
    color: #021936;
    font-size: 15px;
    line-height: 1;
}

.highlight_content li:first-child {
    margin-bottom: 8px;
}

.highlight_content li a {
    color: #021936;
    font-size: 15px;
    font-weight: 300;
}

.price-range {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.price-range .filter {
    border: 0;
    background: #134575;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    padding: 10px 13px;
}

.price-range label {
    color: #021936;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}

.price-range #amount {
    background: 0;
    color: #021936 !important;
    display: inline-block;
}

.ui-widget.ui-widget-content {
    position: relative;
    border: 0;
}

.ui-widget-content {
    border: 1px solid #ffffff;
    background: #134575;
    color: #ffffff;
    border: 0;
    border-radius: 4px;
}

.ui-slider-horizontal {
    height: 6px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    border-radius: 50%;
    border: 3px solid #021936;
    top: -4px;
    background: #f6c206;
}

.ui-widget-header {
    border: 0;
    background: #e6e6e6;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    height: 100%;
}

.ui-state-active,
.ui-state-hover:hover,
.ui-state-active:focus {
    border-color: red;
    background-color: #ffffff;
}

.widget-review .form-check .form-check-input {
    background: none;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    width: 20px;
    height: 20px;
    background: rgba(2, 25, 54, 0.1);
    margin-right: 8px;
}

.widget-review .form-check .form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.widget-review .form-check input[type=checkbox] {
    color: #fbb807;
}

.widget-review .form-check input {
    color: #fbb807;
}

.widget-review .products_rating a {
    color: #fbb807;
}

.widget-review .products_rating span {
    color: #021936;
}

.color-picker a {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 13px;
    margin-bottom: 10px;
}

.product-wrapper {
    padding: 15px 15px 15px 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 4px 5px 45px 0px rgba(7, 17, 6, 0.03);
}

.product-wrapper .product-tag {
    color: #134575;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    font-family: "Satoshi-Bold";
    border-bottom: 1px solid #134575;
    display: inline-block;
    margin-bottom: 13px;
}

.product-wrapper .product-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 20px;
}

.product-wrapper .product-img img {
    display: block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.product-wrapper .product-img .add-to-cart {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto;
    bottom: -60px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

@media only screen and (max-width: 767.98px) {
    .product-wrapper .product-img .add-to-cart {
        width: 100%;
    }
}

.product-wrapper .add-to-cart.ht-btn {
    padding: 15px 10px;
    justify-content: center;
}

.product-wrapper .product-title {
    color: #021936;
    font-weight: 600;
    margin-bottom: 4px;
}

.product-wrapper .product-title:hover {
    color: #134575;
}

.product-wrapper .pr-price {
    color: #021936;
    font-size: 16px;
    font-weight: 500;
    font-family: "Satoshi-Bold";
    margin-bottom: 15px;
}

.product-wrapper .pr-price .old-price {
    margin-right: 12px;
}

.product-wrapper .pr-price .new-price {
    color: rgba(2, 25, 54, 0.5);
}

@media (max-width: 991.98px) {
    .product-wrapper .semi-title {
        font-size: 20px;
    }
}

.product-wrapper:hover .product-icon {
    right: 16px;
}

.product-wrapper:hover .product-img img {
    transform: scale(1.1);
}

.product-wrapper:hover .product-img .add-to-cart {
    bottom: 16px;
}

.product-icon {
    position: absolute;
    top: 20px;
    right: -50px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-icon a {
    color: #ffffff;
    font-size: 15px;
    display: block;
    line-height: 32px;
    background: #134575;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 5px;
}

.product-icon a:nth-child(2) {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-icon a:nth-child(3) {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.product-icon a:nth-child(4) {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.product-icon a:hover {
    color: #ffffff;
    background: #021936;
}

.cart-btn {
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    background: #021936;
    width: 100%;
    display: block;
    text-align: center;
    padding: 18px 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
}

.cart-btn::before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    background: #134575;
}

.cart-btn:hover {
    color: #ffffff;
}

.cart-btn:hover::before {
    top: -40%;
}

.shop-sidebar .widget-title {
    margin-bottom: 15px;
}

.sort-item {
    color: #021936;
    font-size: 16px;
    font-family: "Satoshi-Bold";
    font-weight: 600;
}

.sort-item .sort-btn {
    line-height: 1;
    background: #F0F0FF;
    padding: 12px 21px;
    margin-left: 15px;
    border: 0;
}

.sort-item .sort-btn i {
    margin-left: 16px;
}

.sort-item .sort-btn::after {
    display: none;
}

.sort-item .sort-btn:hover {
    color: #ffffff;
    background: #134575;
}

.product-item-slider .product-item {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-item-slider .product-item img {
    display: inline-block;
    padding: 10px;
    padding-left: 0;
}

@media (max-width: 991.98px) {
    .product-item-slider .product-item img {
        width: 100%;
        padding: 0;
    }
}

.product-thumb-slider .product-item {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

.product-thumb-slider .product-item img {
    object-fit: cover;
    display: inline-block;
    padding: 10px;
    padding-left: 0;
    width: 100px;
    height: 100px;
}

.cart-plus-minus {
    position: relative;
    display: inline-block;
}

.cart-plus-minus input {
    color: #021936;
    background: rgba(7, 17, 6, 0.03);
    border: 0;
    height: 50px;
    width: 130px;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    margin-top: 1px;
    border-radius: 0;
}

.cart-plus-minus .qtybutton {
    background: rgba(2, 25, 54, 0.3);
    width: 35px;
    height: 35px;
    line-height: 30px;
    position: absolute;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    left: 7px;
    top: 18%;
    z-index: 1;
    cursor: pointer;
}

.cart-plus-minus .inc {
    left: auto;
    right: 7px;
    line-height: 35px;
}

.product-details .product-title {
    color: #021936;
    font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .product-details .product-title {
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    .product-details .product-title {
        font-size: 24px;
    }
}

.product-details .price-list .old-price {
    font-size: 20px;
    color: #021936;
    margin-right: 10px;
}

.product-details .price-list .new-price {
    font-size: 22px;
    color: #134575;
    font-family: "Satoshi-Bold";
}

.product-details .add-to-cart {
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-family: "Satoshi-Bold";
    font-weight: 500;
    background: #134575;
    padding: 14px 40px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

.product-details .add-to-cart::before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    background: #021936;
}

.product-details .add-to-cart:hover {
    color: #ffffff;
}

.product-details .add-to-cart:hover::before {
    top: -40%;
}

@media (max-width: 767px) {
    .product-details .add-to-cart {
        text-align: center;
        width: 100%;
        padding: 16px 23px;
    }
}

.product-details .cart-btn {
    width: unset;
    padding: 16px 133px;
    line-height: 20px;
    display: inline-block;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .product-details .cart-btn {
        width: 100%;
        padding: 16px 23px;
    }
}

.product-rating a {
    color: #f7c600;
    font-size: 20px;
}

.product-rating a:last-child {
    color: #021936;
}

.color-mode {
    display: flex;
    align-items: center;
}

.color-mode p {
    color: #021936;
    margin-bottom: 0;
}

.color-mode .color-cus {
    background: #ffffff;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 7px;
}

.product-tab {
    border: 0;
    background: 0;
    border-radius: 0;
    justify-content: center;
    background: rgba(2, 25, 54, 0.03);
    padding: 2px 0;
}

.product-tab .nav-link {
    border: 0;
    border-radius: 0;
    color: #021936;
    font-size: 17px;
    font-family: "Satoshi-Bold";
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
    padding: 15px 0;
    margin: 0 30px;
}

.product-tab .nav-link.active,
.product-tab .nav-link:hover {
    color: #134575;
    background-color: transparent;
    border-bottom: 2px solid #134575;
}

.cart-menu-right {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.cart-menu-right.cart-info {
    right: 0;
    opacity: 1;
    visibility: visible;
    display: block;
    transition: all 0.5s ease-in-out;
}

.cart-menu-right .close-icon a {
    color: #222222;
    padding-left: 10px;
    position: absolute;
    top: 36px;
    border: 1px solid #134575;
    padding-left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cart-menu-right .close-icon a i {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cart-menu-right .close-icon a:hover {
    color: #134575;
}

.cart-menu-right .close-icon a:hover i {
    transform: rotate(180deg);
}

.cart-style-1 {
    padding: 100px 30px 30px 20px;
    position: fixed;
    z-index: 1200;
    width: 450px;
    height: 100%;
    left: auto;
    right: -450px;
    top: 0;
    background: #ffffff;
    box-shadow: 0 1px 21px 0 rgba(43, 43, 43, 0.08);
    transition: all 0.5s ease-in-out;
}

.cart-style-1 .dropdown-cart-products {
    overflow-y: auto;
}

.cart-style-1 .product {
    display: flex;
    align-items: flex-start;
    padding: 10px 20px 25px 10px;
    position: relative;
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px;
}

.cart-style-1 .product__cart-details {
    margin-bottom: 0;
}

.cart-style-1 .product__cart-details .product-title {
    color: #021936;
    font-weight: 400;
    margin-bottom: 10px;
}

.cart-style-1 .product__cart-details .product-title a:hover {
    color: #134575;
}

.cart-style-1 .product .cart-product-info {
    color: #021936;
}

.cart-style-1 .product figure {
    margin-bottom: 0;
}

.cart-style-1 .product .product-img {
    display: block;
    width: 132px;
    height: auto;
}

.cart-style-1 .product .remove-btn {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    display: flex;
    align-items: center;
    transform: translateY(-100%);
}

.cart-style-1 .product .remove-btn i {
    color: #021936;
    font-size: 14px;
    line-height: 1;
}

.cart-style-1 .cart-total {
    display: flex;
    align-items: flex-end;
    color: #021936;
    text-transform: uppercase;
}

.cart-style-1 .cart-total .cart-total-price {
    margin-left: auto;
}

.cart-style-1 .cart-action .btn {
    background: #134575;
    border-radius: 0;
    padding: 6px 20px;
    border: 0;
}

.cart-style-1 .cart-action .btn-outline-primary-2 {
    background: transparent;
    border: 1px solid #134575;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 6px 30px 6px 20px;
    margin-left: 10px;
}

.cart-style-1 .cart-action .btn-outline-primary-2 i {
    transform: translateX(10px);
    line-height: 1;
}

.cart-style-1 .cart-action .btn-outline-primary-2:hover {
    color: #ffffff;
    background: #134575;
}

@media only screen and (max-width: 767.98px) {
    .cart-style-1 {
        width: 315px;
    }
    .cart-style-1 .product .product-img {
        width: 88px;
    }
    .cart-style-1 .product .product-img img {
        width: 100%;
    }
}

.social-links-two a {
    color: #021936;
    font-size: 18px;
    display: inline-block;
    border: 1px solid rgba(2, 25, 54, 0.1);
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.social-links-two a:hover {
    color: #134575;
    transform: scale(1.1);
}

.theme-banner-one {
    background: rgba(244, 244, 244, 0.3);
    margin-top: 25px;
    position: relative;
    z-index: 1;
}

.theme-banner-one .ht-slider-wrapper {
    padding-top: 248px;
    padding-bottom: 170px;
    border-radius: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    z-index: 2;
}

.theme-banner-one .ht-slider-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(64, 88, 149, 0.7) 0%, rgba(64, 105, 160, 0.4) 52.64%, rgba(38, 116, 141, 0) 76%, rgba(38, 116, 141, 0) 100%);
    border-radius: 30px;
}

.theme-banner-one .ht-slider-wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(64, 88, 149, 0.7) 0%, rgba(64, 105, 160, 0.4) 52.64%, rgba(38, 116, 141, 0) 76%, rgba(38, 116, 141, 0) 100%);
    border-radius: 30px;
}

.theme-banner-one .main-title {
    color: #021936;
    font-size: 110px;
    line-height: 1.1;
    margin-bottom: 120px;
    position: relative;
    z-index: 1;
}

.theme-banner-one .main-title .shapes-1 {
    position: absolute;
    left: -20px;
    top: 0;
    z-index: -1;
}

.theme-banner-one p {
    color: #ffffff;
    font-size: 28px;
    line-height: 44px;
    max-width: 65%;
    margin-bottom: 45px;
}

.theme-banner-one .user-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 91px 68px 0px;
    border-radius: 70px;
    width: max-content;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
}

.theme-banner-one .user-wrapper .bg-shape-vector {
    padding-left: 48px;
}

.theme-banner-one .user-wrapper .inner-wrapper {
    position: absolute;
    top: 0;
    left: 9%;
    z-index: 1;
}

.theme-banner-one .user-wrapper .number {
    font-size: 28px;
    color: #134575;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    margin-bottom: 0;
}

.theme-banner-one .user-wrapper p {
    color: #021936;
    font-size: 28px;
    margin-bottom: 0;
    line-height: 1;
}

.theme-banner-one .user-list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}

.theme-banner-one .user-list li {
    margin-left: -18px;
    position: relative;
    z-index: 1;
}

.theme-banner-one .user-list li:first-child {
    margin-left: 0;
}

.theme-banner-one .user-list li:nth-child(2) {
    z-index: 2;
}

.theme-banner-one .user-list li:nth-child(3) {
    z-index: 3;
}

.theme-banner-one .user-list li:nth-child(4) {
    z-index: 4;
}

.theme-banner-one .user-list li:nth-child(5) {
    z-index: 5;
}

.theme-banner-one .user-list li:last-child {
    margin-right: 15px;
}

.theme-banner-one .user-list img {
    border-radius: 50%;
}

.theme-banner-one .user-list .add-user {
    width: 65px;
    height: 65px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #134575;
    border-radius: 50%;
    border: 4px solid #ffffff;
    font-size: 35px;
    color: #ffffff;
}

.theme-banner-one .ht-btn {
    color: #ffffff;
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(25px);
}

.theme-banner-one .ht-btn span {
    background: #ffffff;
    color: #021936;
}

.theme-banner-one .ht-btn:hover {
    border-color: #134575;
}

.theme-banner-one .user-thumb img {
    display: inline-block;
    border-radius: 50%;
    width: 42px;
}

.theme-banner-one .user-thumb .media-1 {
    position: relative;
    z-index: 1;
}

.theme-banner-one .user-thumb .media-2 {
    position: relative;
    z-index: 3;
    margin-left: -17px;
}

.theme-banner-one .user-thumb .media-3 {
    position: relative;
    z-index: 5;
    margin-left: -17px;
}

.theme-banner-one .user-thumb .media-add {
    background: #f6c206;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 36px;
    display: inline-block;
    font-size: 25px;
    color: #021936;
    text-align: center;
    border: 2px solid #ffffff;
    position: relative;
    z-index: 5;
    margin-left: -17px;
    transform: translateY(4px);
}

.theme-banner-one ul.slick-dots {
    display: flex;
    flex-direction: column;
    right: auto;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.theme-banner-one ul.slick-dots li button {
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.theme-banner-one ul.slick-dots li button::before {
    content: " ";
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #134575;
    left: -3px;
    top: -3px;
    position: absolute;
    z-index: 1;
}

.theme-banner-one ul.slick-dots li.slick-active button::before {
    width: 16px;
    height: 16px;
    border: 2px solid #f6c206;
    left: -3px;
    top: -3px;
}

@media only screen and (max-width: 1800px) {
    .theme-banner-one ul.slick-dots {
        left: auto;
        right: 10%;
    }
}

@media only screen and (max-width: 991.98px) {
    .theme-banner-one ul.slick-dots {
        justify-content: center;
        flex-direction: row;
        left: 0;
        right: 0;
        top: auto;
        bottom: 5%;
    }
}

.theme-banner-one .about-project {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.theme-banner-one .about-project .bg-shape-vector2 {
    padding-right: 48px;
}

.theme-banner-one .about-project .video-content {
    position: absolute;
    z-index: 1;
    right: 48px;
    bottom: 0;
}

.theme-banner-one .about-project .popup-video {
    width: 60px;
    height: 60px;
    background: #134575;
    line-height: 60px;
    font-size: 30px;
    margin-right: 20px;
}

.theme-banner-one .about-project .h-title-1 {
    font-size: 24px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    margin-bottom: 0;
}

.theme-banner-one .about-project .h-title-2 {
    color: #134575;
    font-size: 16px;
    font-weight: 400;
    font-family: "Satoshi-Regular";
}

@media only screen and (max-width: 1200px) {
    .theme-banner-one .ht-slider-wrapper {
        padding-top: 130px;
        padding-bottom: 120px;
    }
    .theme-banner-one .main-title {
        font-size: 85px;
        margin-bottom: 60px;
    }
    .theme-banner-one p {
        font-size: 22px;
        max-width: 100%;
    }
    .theme-banner-one .shapes-1 {
        width: 95%;
    }
}

@media only screen and (max-width: 991.98px) {
    .theme-banner-one .main-title {
        font-size: 75px;
    }
    .theme-banner-one .main-title .shape-1 {
        display: none;
    }
    .theme-banner-one p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .theme-banner-one .ht-slider-wrapper {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .theme-banner-one .main-title {
        font-size: 45px;
        margin-bottom: 40px;
    }
    .theme-banner-one p {
        font-size: 20px;
        line-height: 34px;
        max-width: 100%;
    }
}

.theme-banner-two {
    padding-top: 295px;
    padding-bottom: 220px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    z-index: 2;
}

.theme-banner-two .shape-1,
.theme-banner-two .shape-2,
.theme-banner-two .shape-3 {
    position: absolute;
    z-index: 1;
    border-radius: 30px;
}

.theme-banner-two .shape-1 {
    right: 38.6%;
    top: 21%;
    animation: float-bob-y 12s infinite alternate-reverse;
}

.theme-banner-two .shape-2 {
    right: 84px;
    top: 26.5%;
    animation: float-bob-y 10s infinite alternate-reverse;
}

.theme-banner-two .shape-3 {
    right: 10.5%;
    top: 58%;
    animation: float-bob-y 8s infinite alternate-reverse;
}

.theme-banner-two .sub-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    margin-bottom: 15px;
}

.theme-banner-two .main-title {
    color: #ffffff;
    font-size: 110px;
    line-height: 1.1;
    margin-bottom: 27px;
}

.theme-banner-two p {
    color: #ffffff;
    font-size: 28px;
    line-height: 44px;
    max-width: 91%;
    margin-bottom: 60px;
}

.theme-banner-two .ht-btn.bstyle {
    min-width: unset;
    background: #ffffff;
    border-color: #ffffff;
}

.theme-banner-two .ht-btn.bstyle::before {
    background: #134575;
}

.theme-banner-two .ht-btn.bstyle span {
    position: relative;
    line-height: 40px;
}

.theme-banner-two .ht-btn.bstyle:hover {
    border-color: #134575;
    background: #134575;
}

.theme-banner-two .ht-btn.bstyle:hover span {
    color: #021936;
    background: #ffffff;
}

.theme-banner-two .ht-btn.bstyle:hover span img {
    filter: brightness(100%) invert(1);
}

@media only screen and (max-width: 1600px) {
    .theme-banner-two {
        padding-top: 200px;
        padding-bottom: 100px;
    }
    .theme-banner-two .main-title {
        font-size: 75px;
    }
    .theme-banner-two p {
        font-size: 22px;
    }
    .theme-banner-two .hero-counter {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .theme-banner-two {
        padding-top: 200px;
        padding-bottom: 100px;
    }
    .theme-banner-two .main-title {
        font-size: 75px;
    }
    .theme-banner-two p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 991.98px) {
    .theme-banner-two {
        padding-top: 150px;
    }
    .theme-banner-two .main-title {
        font-size: 65px;
    }
    .theme-banner-two p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .theme-banner-two .sub-title {
        font-size: 20px;
    }
    .theme-banner-two .main-title {
        font-size: 45px;
        margin-bottom: 40px;
    }
    .theme-banner-two p {
        font-size: 20px;
        line-height: 34px;
        max-width: 100%;
    }
}

.hero-counter {
    max-width: 905px;
    width: 100%;
    height: 165px;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px 0 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding-left: 90px;
    padding-right: 90px;
}

.hero-counter .counter-wrap-5 {
    margin-top: 7px;
}

.theme-banner-three {
    padding-top: 216px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    z-index: 2;
}

.theme-banner-three .shape-1 {
    position: absolute;
    right: 0;
    top: -17px;
    z-index: -1;
}

.theme-banner-three .hero-content {
    padding-left: 185px;
}

.theme-banner-three .main-title {
    color: #021936;
    font-size: 110px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.theme-banner-three p {
    color: #021936;
    font-size: 28px;
    line-height: 44px;
    max-width: 91%;
    margin-bottom: 63px;
}

.theme-banner-three .ht-btn.bstyle {
    color: #ffffff;
    min-width: unset;
    background: #021936;
    border-color: #021936;
}

.theme-banner-three .ht-btn.bstyle::before {
    background: #021936;
}

.theme-banner-three .ht-btn.bstyle span {
    background: #ffffff;
    position: relative;
    line-height: 40px;
}

.theme-banner-three .ht-btn.bstyle:hover {
    border-color: #021936;
    background: #021936;
}

.theme-banner-three .shape-2 {
    position: absolute;
    right: 0;
    top: 30%;
}

.theme-banner-three .shape-3 {
    position: absolute;
    left: 4.2%;
    top: 30%;
    z-index: 1;
    animation: zoomIn infinite 5s linear;
}

.theme-banner-three .shape-4 {
    position: absolute;
    right: 57%;
    bottom: 113px;
    animation: jumpAni infinite 5s linear;
}

.theme-banner-three .client-counter {
    position: absolute;
    right: 66%;
    bottom: 18%;
    z-index: 1;
    background: #021936;
    border-radius: 8px;
    text-align: center;
    padding: 41px 56px;
    animation: jumpAni 7s infinite linear;
}

.theme-banner-three .client-counter .number {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
    margin-bottom: 0;
}

.theme-banner-three .client-counter .counter-title {
    color: #ffffff;
    font-size: 20px;
}

@media only screen and (max-width: 1600px) {
    .theme-banner-three .hero-content {
        padding-left: 0;
    }
    .theme-banner-three .main-title {
        font-size: 75px;
    }
    .theme-banner-three p {
        font-size: 22px;
    }
    .theme-banner-three .client-counter {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .theme-banner-three {
        padding-top: 200px;
    }
    .theme-banner-three .main-title {
        font-size: 55px;
    }
    .theme-banner-three p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 991.98px) {
    .theme-banner-three .main-title {
        font-size: 65px;
    }
    .theme-banner-three p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .theme-banner-three {
        padding-top: 50px;
    }
    .theme-banner-three .sub-title {
        font-size: 20px;
    }
    .theme-banner-three .main-title {
        font-size: 45px;
        margin-bottom: 40px;
    }
    .theme-banner-three p {
        font-size: 20px;
        line-height: 34px;
        max-width: 100%;
    }
}

.theme-banner-four {
    padding-top: 284px;
    padding-bottom: 188px;
    background: #ADCED9;
    position: relative;
    display: block;
    z-index: 2;
}

.theme-banner-four .shape-1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.theme-banner-four .hero-content {
    padding-left: 200px;
}

.theme-banner-four .sub-title {
    color: #021936;
    font-size: 24px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    margin-bottom: 8px;
}

.theme-banner-four .main-title {
    color: #021936;
    font-size: 110px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.theme-banner-four .main-title .title-line-shape {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.theme-banner-four .main-title .line-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: -1;
    max-width: 100%;
}

.theme-banner-four p {
    color: #021936;
    font-size: 28px;
    line-height: 44px;
    max-width: 91%;
    margin-bottom: 47px;
}

.theme-banner-four .ht-btn.bstyle {
    text-transform: uppercase;
    min-width: unset;
    background: #ffffff;
    border-color: #021936;
}

.theme-banner-four .ht-btn.bstyle::before {
    background: #F8C367;
}

.theme-banner-four .ht-btn.bstyle span {
    width: 55px;
    height: 55px;
    background: #ffffff;
    position: relative;
    line-height: 40px;
    margin-right: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.theme-banner-four .ht-btn.bstyle span img {
    width: 41px;
}

.theme-banner-four .ht-btn.bstyle:hover {
    color: #021936;
    border-color: #F8C367;
}

.theme-banner-four .ht-btn.bstyle:hover span {
    margin-right: 0;
}

.theme-banner-four .popup-video {
    color: #021936;
    font-size: 30px;
    background: transparent;
    border: 1px solid #000;
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.theme-banner-four .popup-video:hover {
    color: #ffffff;
    border-color: #F8C367;
    background: #F8C367;
}

.theme-banner-four .shape-2 {
    position: absolute;
    right: 0;
    top: 30%;
    z-index: 1;
}

.theme-banner-four .hero-img {
    position: absolute;
    z-index: 1;
    max-width: 886px;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.theme-banner-four .user-list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    background: rgba(255, 255, 255, 0.7);
    padding: 19px 29px;
    border-radius: 70px;
    width: max-content;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 20%;
}

.theme-banner-four .user-list li {
    margin-left: -18px;
    position: relative;
    z-index: 1;
}

.theme-banner-four .user-list li:first-child {
    margin-left: 0;
}

.theme-banner-four .user-list li:nth-child(2) {
    z-index: 2;
}

.theme-banner-four .user-list li:nth-child(3) {
    z-index: 3;
}

.theme-banner-four .user-list li:nth-child(4) {
    z-index: 4;
}

.theme-banner-four .user-list li:nth-child(5) {
    z-index: 5;
}

.theme-banner-four .user-list img {
    border-radius: 50%;
}

.theme-banner-four .user-list .number {
    border-radius: 50%;
    background: #000;
    font-size: 22px;
    color: #fff;
    width: 65px;
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
}

@media only screen and (max-width: 1800px) {
    .theme-banner-four {
        padding-bottom: 120px;
    }
    .theme-banner-four .hero-content {
        padding-left: 15px;
    }
    .theme-banner-four .hero-img {
        max-width: 700px;
    }
}

@media only screen and (max-width: 1600px) {
    .theme-banner-four {
        padding-bottom: 100px;
    }
    .theme-banner-four .hero-content {
        padding-left: 15px;
    }
    .theme-banner-four .main-title {
        font-size: 75px;
    }
    .theme-banner-four p {
        font-size: 22px;
        line-height: 38px;
    }
    .theme-banner-four .hero-img {
        max-width: 650px;
    }
}

@media only screen and (max-width: 1200px) {
    .theme-banner-four {
        padding-top: 220px;
    }
    .theme-banner-four .hero-content {
        padding-left: 0;
    }
    .theme-banner-four .main-title {
        font-size: 55px;
    }
    .theme-banner-four p {
        font-size: 22px;
    }
    .theme-banner-four .hero-img {
        max-width: 500px;
        bottom: auto;
    }
}

@media only screen and (max-width: 991.98px) {
    .theme-banner-four .main-title {
        font-size: 65px;
    }
    .theme-banner-four p {
        font-size: 18px;
    }
    .theme-banner-four .hero-img {
        position: relative;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-top: 50px;
        width: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .theme-banner-four .sub-title {
        font-size: 20px;
    }
    .theme-banner-four .main-title {
        font-size: 45px;
        margin-bottom: 40px;
    }
    .theme-banner-four p {
        font-size: 20px;
        line-height: 34px;
        max-width: 100%;
    }
    .theme-banner-four .user-list {
        display: none;
    }
}

/*title-one*/

.title-one .sub-title {
    color: #ADADAD;
    font-size: 18px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    margin-bottom: 18px;
}

.title-one .title {
    font-size: 72px;
    line-height: 1.14;
    font-family: "Satoshi-Bold";
    font-weight: 700;
    margin-bottom: 25px;
}

.title-one p {
    font-size: 22px;
    line-height: 38px;
}

@media only screen and (max-width: 1600px) {
    .title-one .title {
        font-size: 38px;
       color: #134575 !important;
    }
    .title-one p {
        font-size: 18px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 1200px) {
    .title-one .title {
        font-size: 45px;
    }
    .title-one p {
        font-size: 18px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 991.98px) {
    .title-one .title {
        font-size: 32px;
    }
}

.title-two .sub-title {
    color: #ADADAD;
    font-size: 18px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    margin-bottom: 18px;
}

.title-two .title {
    font-size: 72px;
    line-height: 1.14;
    font-family: "Satoshi-Bold";
    font-weight: 700;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.title-two .title span {
    position: relative;
    display: inline-block;
}

.title-two .title span .line-shape2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    z-index: -1;
    max-width: 100%;
}

.title-two .title .line-shape {
    position: absolute;
    top: 90%;
    right: 0;
    z-index: -1;
}

@media only screen and (max-width: 1200px) {
    .title-two .title .line-shape {
        display: none;
    }
}

.title-two p {
    font-size: 22px;
    line-height: 38px;
}

@media only screen and (max-width: 1600px) {
    .title-two .title {
        font-size: 55px;
    }
    .title-two p {
        font-size: 18px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 1200px) {
    .title-two .title {
        font-size: 45px;
    }
    .title-two p {
        font-size: 18px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 991.98px) {
    .title-two .title {
        font-size: 32px;
    }
}

.para-text {
    font-size: 22px;
    line-height: 38px;
}

@media only screen and (max-width: 1200px) {
    .para-text {
        font-size: 18px;
        line-height: 34px;
    }
}

.border-text {
    position: relative;
    z-index: 1;
}

.border-text::before {
    content: "";
    background: #134575;
    width: 2px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 1;
}

.newsletter-title {
    font-size: 34px;
    font-weight: 600;
}

@media only screen and (max-width: 1200px) {
    .newsletter-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 991.98px) {
    .newsletter-title {
        font-size: 24px;
    }
}

.semi-title {
    font-size: 60px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
}

@media only screen and (max-width: 1600px) {
    .semi-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1200px) {
    .semi-title {
        font-size: 28px;
    }
}

.semi-title-2 {
    font-size: 42px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
}

@media only screen and (max-width: 1600px) {
    .semi-title-2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1200px) {
    .semi-title-2 {
        font-size: 28px;
    }
}

.text-wrapper-section .divider-line {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    display: block;
}

.img-wrapper-one .main-img {
    position: relative;
    z-index: 2;
}

.img-wrapper-one .thumb {
    position: absolute;
    z-index: 2;
    right: 12px;
    top: 65%;
    border-radius: 20px;
    border: 10px solid #fff;
}

@media only screen and (max-width: 767.98px) {
    .img-wrapper-one .thumb {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .img-wrapper-one .thumb {
        top: 30%;
    }
    .img-wrapper-one .counter-wrap-2 {
        top: 80%;
    }
}

.img-wrapper-two {
    display: inline-block;
}

.img-wrapper-two .main-img {
    position: relative;
    z-index: 2;
}

.img-wrapper-two .counter-wrap-3 {
    left: -100px;
}

@media only screen and (max-width: 1600px) {
    .img-wrapper-two .counter-wrap-3 {
        left: 0;
    }
}

.img-wrapper-three .main-img {
    border-radius: 50px 0 50px 0;
}

.img-wrapper-three .float-content {
    padding: 25px 25px 20px 25px;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    height: auto;
    border-radius: 20px;
    background: #ffffff;
    max-width: 345px;
    right: 0;
    bottom: 70px;
    box-shadow: 0px 10px 50px 0px rgba(25, 65, 103, 0.15);
    animation: float-bob-y infinite alternate-reverse 8s;
}

.img-wrapper-three .float-content .icon {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    background: #134575;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 20px;
}

.img-wrapper-three .float-content .counter-title {
    font-size: 24px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
    margin-bottom: 0;
    word-wrap: break-word;
}

.img-wrapper-four {
    display: inline-block;
}

.img-wrapper-four .main-img {
    border-radius: 0 60px 0 60px;
    position: relative;
    z-index: 1;
}

.img-wrapper-four .popup-video {
    color: #ffffff;
    font-size: 40px;
    background: #134575;
    width: 140px;
    height: 140px;
    line-height: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.img-wrapper-five {
    position: relative;
    z-index: 1;
}

.img-wrapper-five .main-img {
    border-radius: 30px;
}

.img-wrapper-five .icon {
    display: flex;
    margin-right: 30px;
}

.img-wrapper-five .icon span img {
    border-radius: 50%;
    border: 5px solid #ffffff;
}

.img-wrapper-five .icon span:last-child {
    margin-left: -15px;
}

.img-wrapper-five .icon span:nth-child(2) {
    position: relative;
    z-index: 3;
    margin-left: -15px;
}

.img-wrapper-five .float-content-2 {
    padding: 25px 35px 20px 25px;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    height: auto;
    border-radius: 20px;
    background: #ffffff;
    max-width: max-content;
    left: 65px;
    bottom: 65px;
    box-shadow: 0px 10px 50px 0px rgba(25, 65, 103, 0.15);
    animation: float-bob-y infinite alternate-reverse 8s;
}

.img-wrapper-five .float-content-2 .number {
    font-size: 30px;
}

.img-wrapper-five .float-content-2 .counter-title {
    color: #ADADAD;
    font-size: 22px;
    font-weight: 400;
    font-family: "Satoshi-Regular";
    margin-bottom: 0;
    word-wrap: break-word;
}

.img-wrapper-five .popup-video {
    background: #021936;
    width: 95px;
    height: 95px;
    border-radius: 10px 0 20px 0;
    font-size: 35px;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
}

@media only screen and (max-width: 991.98px) {
    .img-wrapper-five .popup-video {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.img-wrapper-six {
    position: relative;
    z-index: 1;
}

.img-wrapper-six .main-img {
    position: relative;
    z-index: 1;
}

.img-wrapper-six .shape-img {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.img-wrapper-six .shape-img-2 {
    position: absolute;
    left: -8%;
    bottom: 35px;
    z-index: 1;
    animation: jumpAni infinite 8s linear;
}

.img-wrapper-six .float-content {
    align-items: center;
    text-align: start;
    width: max-content;
    border-radius: 10px;
    background: #ffffff;
    padding: 15px 30px 15px 20px;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.08);
    right: 0;
    top: 36%;
    z-index: 1;
}

.img-wrapper-six .float-content .icon {
    color: #021936;
    text-align: center;
    line-height: 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #ADADAD;
    margin-right: 20px;
}

.img-wrapper-six .float-content .number {
    font-size: 16px;
    margin-bottom: 0;
}

.img-wrapper-six .float-content .counter-title {
    font-size: 16px;
    margin-bottom: 0;
}

.img-wrapper-seven {
    position: relative;
    z-index: 1;
}

.img-wrapper-seven .main-img {
    border-radius: 30px;
}

.img-wrapper-seven .float-content-2 {
    padding: 21px 35px 20px 25px;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    height: auto;
    border-radius: 20px;
    background: #ffffff;
    max-width: max-content;
    left: -85px;
    bottom: 75px;
    box-shadow: 0px 10px 50px 0px rgba(25, 65, 103, 0.15);
    animation: float-bob-y infinite alternate-reverse 8s;
}

.img-wrapper-seven .float-content-2 .icon {
    color: #021936;
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    background: #F8C367;
    border-radius: 50%;
    width: 57px;
    height: 57px;
}

.img-wrapper-seven .float-content-2 .number {
    font-size: 28px;
    margin-bottom: 0;
}

.img-wrapper-seven .float-content-2 .counter-title {
    font-size: 20px;
    margin-bottom: 0;
}

.img-wrapper-eight {
    display: inline-block;
}

.img-wrapper-eight .main-img {
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.img-wrapper-eight .popup-video {
    color: #021936;
    font-size: 55px;
    background: #F8C367;
    width: 140px;
    height: 140px;
    line-height: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.text-wrapper-one {
    padding-left: 50px;
}

@media only screen and (max-width: 1200px) {
    .text-wrapper-one {
        padding-left: 0;
    }
}

.text-wrapper-three {
    padding-right: 150px;
}

@media only screen and (max-width: 1600px) {
    .text-wrapper-three {
        padding-right: 0;
    }
}

.text-wrapper-four {
    padding-left: 40px;
}

@media only screen and (max-width: 1600px) {
    .text-wrapper-four {
        padding-left: 0;
    }
}

.brand-logo {
    text-align: center;
    width: calc(100% - 240px);
    margin: 0 auto;
}

.brand-logo a {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.brand-logo a img {
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.brand-logo a:hover {
    transform: translateY(-5px);
}

.brand-logo a:hover img {
    opacity: 0.8;
}

@media only screen and (max-width: 1600px) {
    .brand-logo {
        width: 100%;
    }
}

.video-wrap-1 {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.video-wrap-1 img {
    animation: rotation infinite linear 20s;
}

.video-wrap-1 .popup-video {
    color: #134575;
    font-size: 40px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.counter-wrap-1 {
    overflow: hidden;
    padding: 130px 44px 100px 44px;
    background: #134575;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-self: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}







.counter-wrap-1::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 621px;
    height: 621px;
    flex-shrink: 0;
    border-radius: 100%;
    background: #058ABF;
    top: -71%;
    right: -80%;
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.counter-wrap-1::after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 368px;
    width: 368px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.15);
    left: -50%;
    bottom: -50%;
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.counter-wrap-1 .number {
    color: #ffffff;
    font-size: 120px;
    font-weight: 400;
    font-family: "Satoshi-Medium";
    line-height: 1;
    margin-bottom: 14px;
}

.counter-wrap-1 .description {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 64px;
}

.counter-wrap-1:hover::before {
    right: -120%;
    top: -120%;
}

.counter-wrap-1:hover::after {
    left: -100%;
    bottom: -100%;
}

@media only screen and (max-width: 991.98px) {
    .counter-wrap-1 .number {
        font-size: 75px;
    }
}

@media only screen and (max-width: 991.98px) {
    .counter-wrap-1 {
        padding: 30px 15px;
    }
    .counter-wrap-1 .number {
        font-size: 60px;
    }
}

.counter-wrap-2 {
    padding: 25px 20px 20px 25px;
    align-items: center;
    z-index: 2;
    width: 320px;
    height: auto;
    border-radius: 20px;
    background: #ffffff;
    left: 100px;
    top: 92%;
    box-shadow: 0px 10px 50px 0px rgba(25, 65, 103, 0.15);
    animation: float-bob-y infinite alternate-reverse 8s;
}

.counter-wrap-2 .icon {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 57px;
    display: inline-block;
    background: #134575;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    margin-right: 20px;
}

.counter-wrap-2 .number {
    font-size: 30px;
    font-family: "Satoshi-Bold";
    color: #021936;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    margin-bottom: 5px;
}

.counter-wrap-2 .counter-title {
    font-size: 20px;
    font-family: "Satoshi-Regular";
    margin-bottom: 0;
    line-height: 1;
}

@media only screen and (max-width: 1600px) {
    .counter-wrap-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .counter-wrap-2 h3 {
        font-size: 24px;
    }
}

.counter-wrap-3 {
    text-align: left;
    padding: 25px 20px 20px 25px;
    align-items: center;
    z-index: 2;
    width: 285px;
    height: auto;
    border-radius: 20px;
    background: #ffffff;
    left: 10px;
    bottom: 80px;
    box-shadow: 0px 10px 50px 0px rgba(25, 65, 103, 0.15);
    animation: float-bob-y infinite alternate-reverse 8s;
}

.counter-wrap-3 .icon {
    display: inline-block;
    margin-right: 20px;
}

.counter-wrap-3 .number {
    font-size: 30px;
    font-family: "Satoshi-Bold";
    color: #021936;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    margin-bottom: 5px;
}

.counter-wrap-3 .counter-title {
    font-size: 20px;
    font-family: "Satoshi-Regular";
    margin-bottom: 0;
    line-height: 1;
}

@media only screen and (max-width: 1600px) {
    .counter-wrap-3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .counter-wrap-3 h3 {
        font-size: 24px;
    }
}

.counter-wrap-4 {
    margin-bottom: 45px;
}

.counter-wrap-4 .number {
    font-size: 36px;
    font-family: "Satoshi-Bold";
    color: #021936;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    margin-bottom: 2px;
}

.counter-wrap-4 .counter-title {
    color: #021936;
}

@media only screen and (max-width: 1200px) {
    .counter-wrap-4 .number {
        font-size: 24px;
    }
}

.counter-wrap-5 .number {
    font-size: 36px;
    font-family: "Satoshi-Bold";
    color: #021936;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    margin-bottom: 2px;
}

.counter-wrap-5 .counter-title {
    font-size: 18px;
    color: #021936;
    max-width: 100%;
    margin-bottom: 0;
    line-height: 34px;
}

@media only screen and (max-width: 1200px) {
    .counter-wrap-5 .number {
        font-size: 24px;
    }
}

.counter-wrap-6 .number {
    color: #021936;
    font-size: 90px;
    font-family: "Satoshi-Bold";
    font-weight: 700;
    font-style: italic;
    margin: 0;
    line-height: 1;
    margin-bottom: 2px;
}

.counter-wrap-6 .counter-title {
    font-size: 22px;
    color: #021936;
    max-width: 100%;
    margin-bottom: 0;
    line-height: 34px;
}

@media only screen and (max-width: 1200px) {
    .counter-wrap-6 .number {
        font-size: 50px;
    }
}

.counter-wrap-7 {
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}

.counter-wrap-7 .number {
    color: #ffffff;
    font-size: 72px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
    line-height: 1;
    margin-bottom: 15px;
}

.counter-wrap-7 .counter-title {
    color: #ffffff;
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1200px) {
    .counter-wrap-7 .number {
        font-size: 45px;
    }
}

@media only screen and (max-width: 991.98px) {
    .counter-wrap-7 .number {
        font-size: 30px;
    }
}

.counter-wrap-8 .number {
    color: #021936;
    font-size: 120px;
    font-family: "Satoshi-Bold";
    font-weight: 700;
    font-style: italic;
    margin: 0;
    line-height: 1;
    margin-bottom: 24px;
}

.counter-wrap-8 .counter-title {
    color: rgba(0, 0, 0, 0.4);
    font-size: 22px;
    color: #021936;
    max-width: 100%;
    margin-bottom: 0;
    line-height: 22px;
}

@media only screen and (max-width: 1600px) {
    .counter-wrap-8 .number {
        font-size: 75px;
    }
}

@media only screen and (max-width: 1200px) {
    .counter-wrap-8 .number {
        font-size: 50px;
    }
}

.icon-box img {
    margin-bottom: 20px;
}

.icon-box h4 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.icon-box .icon {
    color: #134575;
    font-size: 20px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background: rgba(84, 84, 255, 0.1);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.icon-box:hover .icon {
    color: #ffffff;
    background: #134575;
}

.skill-wrapper-box {
    padding-left: 80px;
    padding-right: 315px;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
}

@media (max-width: 1800px) {
    .skill-wrapper-box {
        padding-right: 50px;
        padding-top: 42px;
    }
}

@media (max-width: 991px) {
    .skill-wrapper-box {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 60px;
    }
}

.skill-wrapper {
    position: relative;
    z-index: 1;
}

.skill-wrapper .skill-title {
    font-size: 16px;
    font-weight: 400;
    color: #021936;
    font-family: "Satoshi-Regular";
}

.skill-wrapper .progress {
    height: 7px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.skill-wrapper .progress .progress-bar {
    height: 7px;
    background: #134575;
    width: 72%;
    border-radius: 0px;
    overflow: visible;
}

.skill-wrapper .progress span {
    color: #021936;
    font-size: 20px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    position: absolute;
    right: 13%;
    top: -30px;
}

.skill-wrapper.sk-2 .progress .progress-bar {
    width: 55%;
}

.skill-wrapper.sk-2 .skill-title span {
    right: 15%;
}

.skill-wrapper.sk-3 .progress .progress-bar {
    width: 95%;
}

.skill-wrapper.sk-3 .skill-title span {
    right: 8%;
}

.progressbar-content {
    text-align: center;
    display: inline-block;
}

.progressbar-content .chart,
.progressbar-content .chart2 {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
}

/* canvas style  */

.progressbar-content canvas{
    height: 120px !important;
    width: 120px !important;
    margin-bottom: 10px !important;
    
}

.progressbar-content .chart span,
.progressbar-content .chart2 span {
    color: #021936;
    font-size: 30px;
    font-family: "Satoshi-Bold";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-77%);
}

.progressbar-content .progress-title {
    font-size: 25px;
    font-family: "Satoshi-Medium";
    font-weight: 500;
    margin-top: 5px;
}

@media only screen and (max-width: 1200px) {
    .progressbar-content .chart span {
        font-size: 30px;
    }
    .progressbar-content .progress-title {
        font-size: 22px;
    }
}

.ht-marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
}

.ht-marquee-wrapper:hover .marquee-slide {
    animation-play-state: paused;
}

.marquee-slide {
    display: inline-block;
    animation: 35s marqueslide infinite linear;
    padding: 14px 0;
    display: flex;
    align-items: center;
}

.marquee-slide .marquee-text {
    color: transparent;
    font-size: 200px;
    font-weight: 600;
    line-height: 1;
    -webkit-text-stroke: 1px rgba(2, 25, 54, 0.1);
    position: relative;
}

.marquee-slide .marquee-text::before {
    content: attr(data-text);
    position: absolute;
    width: 0;
    height: 100%;
    color: #021936;
    -webkit-text-stroke: 0px transparent;
    overflow: hidden;
    transition: width 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.01;
}

.marquee-slide .marquee-text:hover::before {
    width: 100%;
}

@media only screen and (max-width: 1600px) {
    .marquee-slide .marquee-text {
        font-size: 120px;
    }
}

.graph-panel .chart-box {
    padding: 0 30px;
}

.graph-panel .chart-box .chart-inner {
    width: 65px;
    background: rgba(2, 25, 54, 0.7);
}

@media only screen and (max-width: 1600px) {
    .graph-panel .chart-box {
        padding: 0 7px;
    }
    .graph-panel .chart-box .chart-inner {
        width: 45px;
    }
}

@media only screen and (max-width: 991.98px) {
    .graph-panel .chart-box {
        padding: 0 15px;
    }
    .graph-panel .chart-box .chart-inner {
        width: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .graph-panel .chart-box {
        padding: 0 2px;
    }
    .graph-panel .chart-box span {
        font-size: 14px;
    }
    .graph-panel .chart-box .chart-inner {
        width: 30px;
    }
}

.website-timer {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    max-width: 450px;
    display: flex;
    justify-content: center;
    justify-content: space-between;
}

.author-quote-wrapper {
    background: #ECECFF;
    border-radius: 30px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.author-quote-wrapper .author-info {
    margin-bottom: 30px;
}

.author-quote-wrapper .author-avatar {
    margin-right: 20px;
}

.author-quote-wrapper .author-avatar img {
    border-radius: 250px !important;
}

.author-quote-wrapper .name {
    font-size: 22px;
    font-weight: "Satoshi-Medium";
    margin-bottom: 0;
}

.author-quote-wrapper .designation {
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
}

.author-quote-wrapper .author-quote {
    color: #021936;
    font-size: 32px;
    line-height: 36px;
    font-style: italic;
    font-family: "Satoshi-Bold";
    margin-bottom: 30px;
}

@media only screen and (max-width: 767.98px) {
    .author-quote-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.img-border-box img {
    border-radius: 0 60px 0 60px;
}

.service-slide-container,
.case-slide-container {
    margin-left: 240px;
}

@media only screen and (max-width: 1600px) {
    .service-slide-container,
    .case-slide-container {
        margin-left: 0;
    }
}

.service-wrap-1 {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 40px 30px 40px;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}

.service-wrap-1 .icon {
    margin-bottom: 48px;
}

.service-wrap-1 .service-title {
    font-size: 28px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
}

.service-wrap-1 .more-btn {
    width: 90px;
    height: 90px;
    border-radius: 20px 0px 20px 0px;
    background: #ffffff;
    text-align: center;
    line-height: 75px;
    border-top: 10px solid #F4F4F4;
    border-left: 10px solid #F4F4F4;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-wrap-1 .more-btn img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-wrap-1 p {
    margin-bottom: 8px;
}

.service-wrap-1:hover .service-title {
    color: #134575;
}

.service-wrap-1:hover .more-btn {
    background: #134575;
}

.service-wrap-1:hover .more-btn img {
    filter: brightness(100%) invert(1);
}

@media only screen and (max-width: 1200px) {
    .service-wrap-1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .service-wrap-1 .service-title {
        font-size: 25px;
        font-weight: 900;
    }
}

@media only screen and (max-width: 767.98px) {
    .service-wrap-1 .more-btn {
        display: none;
    }
}

.service-wrap-2 {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 56px 47px 60px;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}

.service-wrap-2 .icon {
    margin-bottom: 48px;
}

.service-wrap-2 .service-title {
    margin-bottom: 30px;
}

.service-wrap-2 .service-title a {
    font-size: 28px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
}

.service-wrap-2 .service-title a:hover {
    color: #134575;
}

.service-wrap-2 .more-btn {
    color: #021936;
    font-size: 18px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-wrap-2 .more-btn img {
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-wrap-2 .more-btn .arrow-back {
    display: none;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-wrap-2 .more-btn .arrow-front {
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-wrap-2 .more-btn:hover {
    color: #134575;
}

.service-wrap-2 .more-btn:hover img {
    filter: unset;
}

.service-wrap-2 .more-btn:hover .arrow-back {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.service-wrap-2 .more-btn:hover .arrow-front {
    visibility: hidden;
    opacity: 0;
    display: none;
    transform: scale(0);
}

.service-wrap-2 .description {
    margin-bottom: 36px;
}

@media only screen and (max-width: 1200px) {
    .service-wrap-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .service-wrap-2 .service-title a {
        font-size: 22px;
    }
}

.service-wrap-3 {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 40px 60px 40px;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}

.service-wrap-3 .icon {
    width: 90px;
    height: 90px;
    border: 1px solid rgba(84, 84, 255, 0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 82px;
    margin-bottom: 45px;
}

.service-wrap-3 .icon img {
    display: inline-block;
}

.service-wrap-3 .service-title {
    margin-bottom: 25px;
}

.service-wrap-3 .service-title a {
    font-size: 26px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
}

.service-wrap-3 .more-btn {
    overflow: hidden;
    display: inline-block;
    color: #021936;
    font-size: 16px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
    line-height: 1;
    border: 1px solid rgba(84, 84, 255, 0.1);
    border-radius: 30px;
    padding: 14px 43px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-wrap-3 .more-btn span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: absolute;
    right: -50px;
    top: 2px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-wrap-3 .more-btn span img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-wrap-3 .more-btn:hover {
    color: #ffffff;
    background: #021936;
    padding-left: 30px;
    padding-right: 75px;
}

.service-wrap-3 .more-btn:hover span {
    right: 3px;
}

.service-wrap-3 .description {
    color: rgba(2, 25, 54, 0.7);
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 58px;
}

@media only screen and (max-width: 1200px) {
    .service-wrap-3 {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
    }
    .service-wrap-3 .service-title a {
        font-size: 22px;
    }
}

.service-wrap-4 {
    text-align: center;
    background: #ffffff;
    border-radius: 20px;
    padding: 0px 12px 0px 12px;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-wrap-4 .icon {
    width: 330px;
    height: 330px;
    border: 2px solid #ADCED9;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 33px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-wrap-4 .icon iimg {
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-wrap-4 .icon .arrow-back {
    display: none;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-wrap-4 .icon .arrow-front {
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-wrap-4 .service-title {
    margin-bottom: 22px;
}

.service-wrap-4 .service-title a {
    font-size: 28px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
}

.service-wrap-4 .service-title a:hover {
    color: #F8C367;
}

.service-wrap-4 .description {
    color: #000;
    font-size: 18px;
    line-height: 36px;
}

.service-wrap-4:hover .icon {
    border-color: #F8C367;
    background: #FEFAF1;
    transform: translateY(-10px);
}

.service-wrap-4:hover .icon .arrow-back {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.service-wrap-4:hover .icon .arrow-front {
    visibility: hidden;
    opacity: 0;
    display: none;
    transform: scale(0);
}

@media only screen and (max-width: 1200px) {
    .service-wrap-4 .icon {
        width: 250px;
        height: 250px;
    }
    .service-wrap-4 .service-title a {
        font-size: 22px;
    }
}

.service-wrap-5 {
    background: #F0F0FF;
    border-radius: 20px;
    padding: 40px 35px 45px 35px;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}

.service-wrap-5 .icon {
    margin-bottom: 38px;
}

.service-wrap-5 .service-title {
    margin-bottom: 21px;
}

.service-wrap-5 .service-title a {
    font-size: 28px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-wrap-5 .service-title a:hover {
    color: #134575;
}

.service-wrap-5 .more-btn {
    color: #021936;
    font-size: 18px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-wrap-5 .more-btn img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-wrap-5 .more-btn:hover img {
    transform: rotate(-45deg);
}

.service-wrap-5 .description {
    margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
    .service-wrap-5 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .service-wrap-5 .service-title a {
        font-size: 22px;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.widget-box {
    border: 1px solid #021936;
    padding: 35px 30px;
    border-radius: 10px;
}

@media only screen and (max-width: 1200px) {
    .widget-box {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.ht-service-section .shape-cs3 {
    position: absolute;
    left: 0;
    top: -50px;
    z-index: 1;
}

@media only screen and (max-width: 1600px) {
    .ht-service-section .shape-cs3 {
        display: none;
    }
}

.case-wrap-1 {
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}

.case-wrap-1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 54.32%, #FFF 100%);
    width: 100%;
    height: 243px;
    z-index: 1;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.case-wrap-1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 54.32%, #FFF 100%);
    width: 100%;
    height: 243px;
    z-index: 1;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.case-wrap-1 .case-thumb {
    position: relative;
    z-index: 1;
}

.case-wrap-1 .case-thumb .case-img {
    border-radius: 23px;
    width: 100%;
}

.case-wrap-1 .shape-1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.case-wrap-1 .icon {
    color: #ffffff;
    font-size: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
}

.case-wrap-1 .content {
    padding: 15px 20px 24px 40px;
    position: absolute;
    z-index: 3;
    width: 100%;
    bottom: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

@media only screen and (max-width: 991.98px) {
    .case-wrap-1 .content {
        padding-left: 15px;
        padding-right: 10px;
    }
}

.case-wrap-1 .pf-tag {
    color: #021936;
    font-size: 20px;
    font-family: "Satoshi-Regular";
    font-weight: 400;
    margin-bottom: 7px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.case-wrap-1 .pf-title {
    font-size: 30px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
    width: calc(100% - 60px);
    transition: all 0.4s;
}

.case-wrap-1 .pf-title:hover {
    color: #134575;
}

@media only screen and (max-width: 991.98px) {
    .case-wrap-1 .pf-title {
        font-size: 24px;
    }
}

.case-wrap-1 .icon-link {
    color: #ffffff;
    font-size: 20px;
    background: #ffffff;
    width: 90px;
    height: 90px;
    border-radius: 20px 0 20px 0;
    display: inline-block;
    text-align: center;
    line-height: 85px;
    transition: all 0.4s;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.case-wrap-1 .icon-link img {
    display: inline-block;
    transition: all 0.4s;
}

.case-wrap-1 .icon-link:hover {
    background: #134575;
}

.case-wrap-1 .icon-link:hover img {
    filter: brightness(100%) invert(1);
}

@media only screen and (max-width: 767.98px) {
    .case-wrap-1 .icon-link {
        width: 60px;
    }
}

.case-wrap-2 {
    margin-bottom: 45px;
    position: relative;
    z-index: 3;
}

.case-wrap-2 .case-thumb {
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

.case-wrap-2 .case-thumb .case-img {
    border-radius: 20px;
    width: 100%;
}

.case-wrap-2 .pf-tag {
    color: #021936;
    font-family: "Satoshi-Regular";
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 7px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.case-wrap-2 .pf-title {
    font-size: 30px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
    transition: all 0.4s;
}

.case-wrap-2 .pf-title:hover {
    color: #134575;
}

@media only screen and (max-width: 991.98px) {
    .case-wrap-2 .pf-title {
        font-size: 24px;
    }
}

.case-wrap-2 .icon-link {
    color: #ffffff;
    font-size: 20px;
    background: #ffffff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 85px;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}

.case-wrap-2 .icon-link img {
    display: inline-block;
    transition: all 0.4s;
}

.case-wrap-3 {
    background: #ffffff;
    border-radius: 20px;
    margin-bottom: 45px;
    position: relative;
    z-index: 3;
}

.case-wrap-3 .case-thumb {
    padding: 30px;
    position: relative;
    z-index: 1;
}

.case-wrap-3 .case-thumb img {
    display: inline-block;
    border-radius: 20px;
    width: 100%;
}

.case-wrap-3 .pf-tag {
    color: #021936;
    font-size: 14px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
    background: #ffffff;
    padding: 4px 20px;
    border-radius: 30px;
    position: absolute;
    z-index: 1;
    left: 45px;
    top: 45px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.case-wrap-3 .pf-subtitle {
    color: #021936;
    font-family: "Satoshi-Regular";
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.case-wrap-3 .content {
    padding-left: 30px;
    padding-bottom: 38px;
    padding-top: 23px;
}

.case-wrap-3 .pf-title {
    font-size: 28px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    transition: all 0.4s;
}

.case-wrap-3 .pf-title:hover {
    color: #021936;
}

@media only screen and (max-width: 991.98px) {
    .case-wrap-3 .pf-title {
        font-size: 24px;
    }
}

.case-wrap-3 .icon-link {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.case-wrap-3 .icon-link span {
    color: #ffffff;
    font-size: 20px;
    background: #ffffff;
    width: 80px;
    height: 80px;
    border-radius: 10px 0 10px 0;
    display: inline-block;
    text-align: center;
    line-height: 75px;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.case-wrap-3 .icon-link img {
    display: inline-block;
    transition: all 0.4s;
}

.case-wrap-3 .icon-link::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    background: rgb(231, 249, 241);
    left: -10px;
    top: -10px;
    border-radius: 10px 0 0 0;
    z-index: -1;
}

@media only screen and (max-width: 767.98px) {
    .case-wrap-3 .icon-link {
        display: none;
    }
}

.case-wrap-3:hover .icon-link span {
    background: #021936;
}

.case-wrap-3:hover .icon-link span img {
    filter: brightness(100%) invert(1);
}

@media only screen and (max-width: 1200px) {
    .case-wrap-3 .case-thumb {
        padding: 15px;
    }
    .case-wrap-3 .content {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .case-wrap-3 .pf-tag {
        left: 25px;
        top: 25px;
    }
    .case-wrap-3 .content {
        padding-bottom: 25px;
    }
}

.case-wrap-4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    margin-bottom: 45px;
    padding-bottom: 54px;
    position: relative;
    z-index: 3;
}

.case-wrap-4 .hover-img {
    position: absolute;
    right: 5%;
    top: -50%;
    width: 495px;
    height: 495px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

@media only screen and (max-width: 1600px) {
    .case-wrap-4 .hover-img {
        display: none;
    }
}

.case-wrap-4 .pf-subtitle {
    color: #021936;
    font-family: "Satoshi-Medium";
    font-size: 28px;
    font-weight: 500;
    margin-top: 5px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.case-wrap-4 .content {
    padding-left: 33px;
}

.case-wrap-4 .pf-title {
    font-size: 60px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
    line-height: 1;
    transition: all 0.4s;
}

.case-wrap-4 .pf-title:hover {
    color: #F8C367;
}

@media only screen and (max-width: 1200px) {
    .case-wrap-4 .pf-title {
        font-size: 45px;
    }
}

@media only screen and (max-width: 991.98px) {
    .case-wrap-4 .pf-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767.98px) {
    .case-wrap-4 .pf-title {
        font-size: 28px;
        margin-top: 30px;
    }
}

.case-wrap-4 .icon-link {
    color: #021936;
    font-size: 34px;
    background: #ffffff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #021936;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.case-wrap-4 .icon-link img {
    display: inline-block;
    transition: all 0.4s;
}

.case-wrap-4:hover .hover-img {
    opacity: 1;
    visibility: visible;
}

.case-wrap-4:hover .icon-link {
    background: #F8C367;
    border-color: #F8C367;
}

.case-wrap-4:hover .icon-link img {
    filter: brightness(100%) invert(1);
}

@media only screen and (max-width: 1200px) {
    .case-wrap-4 .content {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .case-wrap-4 .pf-tag {
        left: 25px;
        top: 25px;
    }
    .case-wrap-4 .content {
        padding-left: 0;
        padding-bottom: 25px;
    }
}

.case-section-bg {
    background: rgb(231, 249, 241);
}

.case-section-bg .shape-cs3b {
    position: absolute;
    right: 0;
    top: -34%;
    z-index: 1;
}

@media only screen and (max-width: 1600px) {
    .case-section-bg .shape-cs3b {
        display: none;
    }
}

.case-section-bg-2 {
    background: #E9F3F6;
}

.portfolio-menu .gf_btn {
    color: #021936;
    font-size: 18px;
    font-size: 400;
    line-height: 18px;
    padding: 16px 20px;
    border: 0;
    border-radius: 0;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
    background: rgba(2, 25, 54, 0.03);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(2, 25, 54, 0.1);
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.portfolio-menu .gf_btn:hover,
.portfolio-menu .gf_btn.active {
    background: #134575;
    border-color: #134575;
    color: #ffffff;
}

@media only screen and (max-width: 991.98px) {
    .portfolio-menu .gf_btn {
        font-size: 16px;
        padding: 10px;
    }
}

.project-info {
    background: #F0F0FF;
    border-radius: 20px;
    padding: 40px;
}

.project-info ul li:last-child .info-box {
    border: 0;
    padding-bottom: 0;
}

.project-info .info-box {
    border-bottom: 1px solid #134575;
    padding-bottom: 28px;
    margin-bottom: 28px;
}

.project-info .info-box .icon {
    color: #ffffff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #134575;
    border-radius: 50%;
    font-size: 26px;
    margin-right: 20px;
}

.project-info .info-box p {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0px;
}

.project-info .info-box h5 {
    font-size: 20px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
}

@media only screen and (max-width: 767.98px) {
    .project-info {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.contact-form-wrapper {
    max-width: 750px;
    padding: 70px;
}

@media only screen and (max-width: 991.98px) {
    .contact-form-wrapper {
        padding: 70px 25px;
    }
}

@media only screen and (max-width: 767.98px) {
    .contact-form-wrapper {
        padding: 30px 15px;
    }
}

.contact-form-wrapper-4 {
    max-width: 750px;
    padding: 70px;
}

@media only screen and (max-width: 1600px) {
    .contact-form-wrapper-4 {
        padding: 70px 25px;
    }
}

@media only screen and (max-width: 767.98px) {
    .contact-form-wrapper-4 {
        padding: 30px 15px;
    }
}

.contact-form-wrapper-2 {
    padding-right: 175px;
}

.contact-form-wrapper-2 .shape-1 {
    position: absolute;
    right: 0;
    bottom: -72px;
    z-index: -1;
    animation: jumpAni 8s infinite linear;
}

@media only screen and (max-width: 1600px) {
    .contact-form-wrapper-2 {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .contact-form-wrapper-2 {
        padding-right: 0;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.contact-form-wrapper-3 {
    background: #F0F0FF;
    border-radius: 30px;
    padding: 80px 70px 100px 70px;
}

@media only screen and (max-width: 1200px) {
    .contact-form-wrapper-3 {
        padding: 60px 15px 60px 15px;
    }
}

.contact-form .input-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.contact-form .input-wrapper input {
    width: 100%;
    height: 65px;
    border: 1.5px solid rgb(0, 0, 0);
    backdrop-filter: blur(15px);
    background: #ffffff;
    color: #021936;
    font-size: 18px;
    padding-left: 30px;
    border-radius: 8px;
}

.contact-form .input-wrapper input::placeholder {
    color: #021936;
    font-size: 18px;
}

.contact-form .input-wrapper input::-moz-placeholder {
    color: #021936;
    font-size: 18px;
}

.contact-form .input-wrapper input::-webkit-placeholder {
    color: #021936;
    font-size: 18px;
}

.contact-form .input-wrapper input::-o-placeholder {
    color: #021936;
    font-size: 18px;
}

.contact-form .input-wrapper input::-ms-placeholder {
    color: #ffffff;
    font-size: 16px;
}

.contact-form .input-wrapper textarea {
    width: 100%;
    height: 145px;
    border: 1.5px solid #000;
    backdrop-filter: blur(15px);
    background: #ffffff;
    color: #021936;
    font-size: 18px;
    padding-left: 20px;
    padding-top: 10px;
    border-radius: 8px;
}

.contact-form .input-wrapper textarea::placeholder {
    color: #021936;
    font-size: 18px;
}

.contact-form .input-wrapper textarea::-moz-placeholder {
    color: #021936;
    font-size: 18px;
}

.contact-form .input-wrapper textarea::-webkit-placeholder {
    color: #021936;
    font-size: 18px;
}

.contact-form .input-wrapper textarea::-o-placeholder {
    color: #021936;
    font-size: 18px;
}

.contact-form .input-wrapper textarea::-ms-placeholder {
    color: #021936;
    font-size: 18px;
}

.contact-form .submit-btn {
    color: #ffffff;
    font-family: "Satoshi-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    height: 60px;
    border-radius: 8px;
    border: 0;
    width: 100%;
    background: #134575;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.contact-form .submit-btn:hover {
    background: #021936;
}

.contact-form.form-style-2 .input-wrapper label {
    color: #ffffff;
}

.contact-form.form-style-2 .input-wrapper input,
.contact-form.form-style-2 .input-wrapper textarea {
    color: #ffffff;
    border: 0;
    background: rgba(255, 255, 255, 0.2);
}

.contact-form.form-style-2 .input-wrapper input::placeholder,
.contact-form.form-style-2 .input-wrapper textarea::placeholder {
    color: #ffffff;
}

.contact-form.form-style-2 .input-wrapper input::-moz-placeholder,
.contact-form.form-style-2 .input-wrapper textarea::-moz-placeholder {
    color: #ffffff;
}

.contact-form.form-style-2 .input-wrapper input::-webkit-placeholder,
.contact-form.form-style-2 .input-wrapper textarea::-webkit-placeholder {
    color: #ffffff;
}

.contact-form.form-style-2 .input-wrapper input::-o-placeholder,
.contact-form.form-style-2 .input-wrapper textarea::-o-placeholder {
    color: #ffffff;
}

.contact-form.form-style-2 .input-wrapper input::-ms-placeholder,
.contact-form.form-style-2 .input-wrapper textarea::-ms-placeholder {
    color: #ffffff;
}

.contact-form.form-style-2 button {
    max-width: 280px;
    background: #021936;
}

.contact-form.form-style-2 button:hover {
    color: #021936;
    background: #ffffff;
}

.contact-form.form-style-3 .input-wrapper input,
.contact-form.form-style-3 .input-wrapper textarea {
    color: #021936;
    border: 0;
    background: #ffffff;
}

.contact-form.form-style-3 .input-wrapper input::placeholder,
.contact-form.form-style-3 .input-wrapper textarea::placeholder {
    color: #021936;
}

.contact-form.form-style-3 .input-wrapper input::-moz-placeholder,
.contact-form.form-style-3 .input-wrapper textarea::-moz-placeholder {
    color: #021936;
}

.contact-form.form-style-3 .input-wrapper input::-webkit-placeholder,
.contact-form.form-style-3 .input-wrapper textarea::-webkit-placeholder {
    color: #021936;
}

.contact-form.form-style-3 .input-wrapper input::-o-placeholder,
.contact-form.form-style-3 .input-wrapper textarea::-o-placeholder {
    color: #021936;
}

.contact-form.form-style-3 .input-wrapper input::-ms-placeholder,
.contact-form.form-style-3 .input-wrapper textarea::-ms-placeholder {
    color: #021936;
}

.contact-form.form-style-3 .input-wrapper textarea {
    height: 180px;
}

.booking-form {
    max-width: 1520px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 5px;
    background: #F8C367;
    border-radius: 20px;
    position: relative;
    z-index: 5;
    margin-top: -80px;
}

.booking-form form .col:last-child .input-wrapper::before {
    display: none;
}

.booking-form .input-wrapper {
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}

.booking-form .input-wrapper::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 1px;
    height: 71px;
    z-index: 1;
    transform: rotate(15deg);
}

.booking-form .input-wrapper label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-family: "Satoshi-Regular";
    font-weight: 400;
    display: block;
}

.booking-form .input-wrapper input {
    color: #021936;
    font-size: 22px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    border: 0;
    background: transparent;
}

.booking-form .input-wrapper input::placeholder {
    color: #021936;
    font-size: 22px;
}

.booking-form .input-wrapper input::-moz-placeholder {
    color: #021936;
    font-size: 22px;
}

.booking-form .input-wrapper input::-webkit-placeholder {
    color: #021936;
    font-size: 22px;
}

.booking-form .input-wrapper input::-o-placeholder {
    color: #021936;
    font-size: 22px;
}

.booking-form .input-wrapper input::-ms-placeholder {
    color: #021936;
    font-size: 22px;
}

.booking-form .input-wrapper .nice-select.service-chose {
    color: #021936;
    border: 1px solid rgba(7, 17, 6, 0.1);
    background: #ffffff;
}

.booking-form .input-wrapper .nice-select.service-chose span {
    color: #021936;
}

.booking-form button {
    height: 60px;
}

@media only screen and (max-width: 1800px) {
    .booking-form {
        margin-top: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
}

@media only screen and (max-width: 1600px) {
    .booking-form {
        margin-top: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
}

.ht-contact-one {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ht-cta {
    border-radius: 0 0 30px 30px;
}

.ht-cta .bg-color-shape {
    background: #F0F0FF;
    width: 100%;
    height: 160px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

.ht-cta .bg-color-shape-2 {
    background: rgb(231, 249, 241);
    width: 100%;
    height: 210px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

.ht-cta .bg-color-shape-3 {
    background: #E9F3F6;
    width: 100%;
    height: 160px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

.ht-cta .shape-1 {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}

.ht-cta .shape-2 {
    position: absolute;
    right: 0;
    top: 0;
}

.cta-bg {
    overflow: hidden;
    border-radius: 30px;
    background: #134575;
    padding-top: 80px;
    padding-bottom: 55px;
    margin-left: 200px;
    margin-right: 200px;
    position: relative;
    z-index: 1;
}

.cta-bg::before {
    content: "";
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    left: -17%;
    bottom: -83%;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    z-index: 1;
}

.cta-bg::after {
    content: "";
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    right: -17%;
    top: -83%;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    z-index: 1;
}

@media only screen and (max-width: 1600px) {
    .cta-bg {
        margin-left: 120px;
        margin-right: 120px;
    }
}

@media only screen and (max-width: 1200px) {
    .cta-bg {
        margin-left: 0;
        margin-right: 0;
    }
}

.cta-bg-2 {
    padding: 75px 0 75px 100px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.cta-bg-2::before {
    content: "";
    border-radius: 30px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.24) 22.99%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media only screen and (max-width: 1200px) {
    .cta-bg-2 {
        padding-left: 0;
    }
}

.cta-bg-3 {
    background: #F8C367;
    padding: 75px 70px 58px 70px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1200px) {
    .cta-bg-3 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .cta-bg-3 {
        padding-top: 60px;
        padding-bottom: 15px;
    }
}

.subscribe-form {
    width: 100%;
    max-width: 702px;
    position: relative;
    z-index: 1;
}

.subscribe-form input {
    width: 100%;
    height: 80px;
    border: 0;
    background: #ffffff;
    color: #021936;
    font-size: 18px;
    font-family: "Satoshi-Regular";
    padding-left: 30px;
    border-radius: 10px;
}

.subscribe-form input::placeholder {
    color: #021936;
    font-size: 16px;
}

.subscribe-form input::-moz-placeholder {
    color: #021936;
    font-size: 16px;
}

.subscribe-form input::-webkit-placeholder {
    color: #021936;
    font-size: 16px;
}

.subscribe-form input::-o-placeholder {
    color: #021936;
    font-size: 16px;
}

.subscribe-form input::-ms-placeholder {
    color: #021936;
    font-size: 16px;
}

.subscribe-form button {
    color: #ffffff;
    font-size: 18px;
    font-family: "Satoshi-Bold";
    border: 0;
    font-weight: 700;
    line-height: 1;
    padding: 0 30px;
    display: inline-block;
    background: #134575;
    position: absolute;
    right: 15px;
    top: 12px;
    border-radius: 8px;
    min-height: 55px;
}

.subscribe-form.sub-form-2 {
    max-width: 360x;
}

.subscribe-form.sub-form-2 input {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 0 0 0 auto;
    display: block;
    height: 60px;
}

.subscribe-form.sub-form-2 button {
    color: #ffffff;
    background: #021936;
    width: 50px;
    height: 45px;
    padding: 0;
    margin: 0;
    min-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    right: 8px;
    position: absolute;
}

.subscribe-form.sub-form-3 button {
    background: #021936;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.subscribe-form.sub-form-3 button:hover {
    background: #F8C367;
}

.subscribe-form.sub-form-4 {
    max-width: 360x;
}

.subscribe-form.sub-form-4 input {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 0 0 0 auto;
    display: block;
    height: 60px;
}

.subscribe-form.sub-form-4 button {
    color: #ffffff;
    font-size: 20px;
    background: #F8C367;
    width: 50px;
    height: 45px;
    padding: 0;
    margin: 0;
    min-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    right: 8px;
    position: absolute;
}

.subscribe-form.sub-form-5 {
    max-width: 360x;
}

.subscribe-form.sub-form-5 input {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 0 0 0 auto;
    display: block;
    height: 60px;
}

.subscribe-form.sub-form-5 button {
    color: #ffffff;
    font-size: 20px;
    background: #134575;
    width: 50px;
    height: 45px;
    padding: 0;
    margin: 0;
    min-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    right: 8px;
    position: absolute;
}

@media only screen and (max-width: 767.98px) {
    .subscribe-form {
        text-align: center;
        width: 100%;
    }
    .subscribe-form button {
        width: 100%;
        position: relative;
        top: unset;
        right: unset;
        margin-top: 10px;
    }
    .subscribe-form button.black-btn {
        background: #021936;
    }
}

.contact-map iframe {
    height: 600px;
    width: 100%;
    display: block;
}

@media only screen and (max-width: 1600px) {
    .contact-map iframe {
        height: 400px;
    }
}

.signup-form-section .contact-wrapper {
    background: #F0F0FF;
    box-shadow: 4px 5px 45px 0px rgba(7, 17, 6, 0.05);
    padding: 50px;
    border-radius: 30px;
}

@media only screen and (max-width: 767.98px) {
    .signup-form-section .contact-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.signup-form-section .contact-form .input-wrapper span {
    left: 21px;
}

.signup-form-section button.signup-btn {
    border: 1px solid rgba(2, 25, 54, 0.1);
    width: 100%;
    height: 45px;
    background: transparent;
    color: #021936;
    font-weight: 600;
}

.info-box2 {
    border: 1px solid rgba(84, 84, 84, 0.4);
    border-radius: 20px;
    padding: 58px 50px 40px 50px;
    margin-top: 100px;
}

.info-box2 .icon {
    color: #ffffff;
    width: 100px;
    height: 100px;
    background: #134575;
    border-radius: 50%;
    font-size: 40px;
    text-align: center;
    line-height: 100px;
    margin-top: -110px;
    margin-bottom: 55px;
}

.info-box2 .info-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.info-box2 p {
    margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
    .info-box2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .info-box2 .icon {
        margin-bottom: 30px;
    }
    .info-box2 .info-title {
        font-size: 22px;
    }
}

.feedback-wrap-1 .feedback-text {
    font-size: 60px;
    font-family: "Satoshi-Bold";
    font-weight: 700;
    color: #021936;
    line-height: 80px;
    margin-top: 26px;
    margin-bottom: 51px;
}

.feedback-wrap-1 .feedback-text span {
    color: #134575;
}

.feedback-wrap-1 .name {
    color: #021936;
    font-size: 24px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
}

.feedback-wrap-1 .designation {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    font-family: "Satoshi-Regular";
    font-weight: 400;
    margin-bottom: 18px;
}

.feedback-wrap-1 .rating a {
    color: #134575;
    font-size: 24px;
    margin: 0 4px;
}

@media only screen and (max-width: 1600px) {
    .feedback-wrap-1 .feedback-text {
        font-size: 36px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .feedback-wrap-1 .feedback-text {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 25px;
    }
    .feedback-wrap-1 .name {
        font-size: 20px;
    }
}

.feedback-wrap-2 {
    text-align: center;
    background: #ffffff;
    border-radius: 20px;
    padding: 0 38px 48px;
    margin-top: 65px;
}

.feedback-wrap-2 .author-avatar img {
    margin-top: -65px;
    margin-bottom: 47px;
    border-radius: 50%;
    display: inline-block;
}

.feedback-wrap-2 .name {
    color: #021936;
    font-size: 28px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
    margin-bottom: 27px;
}

.feedback-wrap-2 .feedback-text {
    font-size: 18px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
}

.feedback-wrap-2 .rating {
    margin-bottom: 30px;
}

.feedback-wrap-2 .rating a {
    color: #134575;
    font-size: 24px;
    margin: 0 4px;
}

@media only screen and (max-width: 1200px) {
    .feedback-wrap-2 {
        padding: 0 15px 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .feedback-wrap-2 .name {
        font-size: 20px;
    }
}

.feedback-wrap-3 {
    background: #ffffff;
    border-radius: 30px;
    padding: 60px 38px 53px 65px;
    margin-bottom: 45px;
}

.feedback-wrap-3 .feedback-title {
    font-size: 60px;
    margin-bottom: 33px;
}

.feedback-wrap-3 .feedback-title .quote-icon {
    transform: translateY(-25px);
    display: inline-block;
}

@media only screen and (max-width: 767.98px) {
    .feedback-wrap-3 .feedback-title .quote-icon {
        max-width: 70%;
    }
}

.feedback-wrap-3 .author-avatar {
    margin-right: 15px;
}

.feedback-wrap-3 .author-avatar img {
    border-radius: 50%;
    display: inline-block;
}

.feedback-wrap-3 .name {
    color: #021936;
    font-size: 20px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    margin-bottom: 0;
}

.feedback-wrap-3 .designation {
    color: #ADADAD;
    font-size: 16px;
    margin-bottom: 0;
}

.feedback-wrap-3 .feedback-text {
    font-size: 30px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 40px;
}

.feedback-wrap-3 .rating a {
    color: #f6c206;
    font-size: 24px;
    margin: 0 4px;
}

@media only screen and (max-width: 1600px) {
    .feedback-wrap-3 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .feedback-wrap-3 .feedback-title {
        font-size: 40px;
    }
    .feedback-wrap-3 .feedback-text {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767.98px) {
    .feedback-wrap-3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .feedback-wrap-3 .feedback-title {
        font-size: 30px;
    }
    .feedback-wrap-3 .feedback-text {
        font-size: 20px;
    }
}

.feedback-wrap-4 {
    background: #E9F3F6;
    padding-left: 65px;
    padding-right: 30px;
    border-radius: 25px;
}

.feedback-wrap-4 .quote-icon {
    margin-left: -25px;
    transform: translateY(8px);
    display: inline-block;
}

.feedback-wrap-4 .author-avatar {
    position: relative;
    margin-top: -80px;
}

.feedback-wrap-4 .author-avatar img {
    display: inline-block;
}

.feedback-wrap-4 .name {
    color: #021936;
    font-size: 20px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    margin-bottom: 0;
}

.feedback-wrap-4 .designation {
    color: #ADADAD;
    font-size: 16px;
    margin-bottom: 0;
}

.feedback-wrap-4 .feedback-text {
    font-size: 50px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
    line-height: 65px;
    margin-bottom: 43px;
}

.feedback-wrap-4 .rating {
    border-radius: 42.5px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(35px);
    text-align: center;
    width: 226px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 77px;
    left: -23%;
    animation: jumpAni 7s infinite linear;
}

.feedback-wrap-4 .rating p {
    margin-bottom: 0;
}

.feedback-wrap-4 .rating a {
    color: #f6c206;
    font-size: 24px;
    margin: 0 4px;
}

@media only screen and (max-width: 1200px) {
    .feedback-wrap-4 {
        padding-left: 25px;
    }
    .feedback-wrap-4 .feedback-text {
        font-size: 32px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 991.98px) {
    .feedback-wrap-4 {
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 0;
    }
    .feedback-wrap-4 .author-avatar {
        text-align: center;
        margin-bottom: 30px;
    }
    .feedback-wrap-4 .rating {
        left: 0;
        right: 0;
        bottom: 0;
    }
    .feedback-wrap-4 .quote-icon {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .feedback-wrap-4 .feedback-text {
        font-size: 28px;
    }
}

.feedback-section-bg {
    background: rgb(231, 249, 241);
}

.feedback-section-bg .shape-1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.feedback-section-bg .shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media only screen and (max-width: 1600px) {
    .feedback-section-bg .shape-2 {
        display: none;
    }
}

.feedback-section-bg-2 {
    background: #F8C367;
}

.feedback-section-bg-2 .shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.feedback-section-bg-2 .shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.container-feedback-2 .feedback-2-slider {
    margin: 0 0 0 auto;
    margin-left: 245px;
    margin-right: -300px;
}

@media only screen and (max-width: 1600px) {
    .container-feedback-2 .feedback-2-slider {
        margin-left: 0;
        margin-right: 0;
    }
}

.feedback-slider-4 ul.slick-dots {
    display: none !important;
}

.team-wrap-1 {
    overflow: hidden;
    text-align: center;
    margin-bottom: 45px;
    border-radius: 20px;
    border: 2px solid transparent;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-wrap-1 .media-action {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 1;
}

.team-wrap-1 .media-action .plus-icon {
    display: inline-block;
    font-size: 45px;
    text-align: center;
    color: #fff;
    position: relative;
}

.team-wrap-1 .media-action .team-social {
    width: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    transform: translateY(-55px);
    bottom: 100%;
}

.team-wrap-1 .media-action .team-social a {
    margin-bottom: 5px;
}

.team-wrap-1 .media-action:hover {
    overflow: visible;
}

.team-wrap-1 .media-action:hover .team-social {
    opacity: 1;
    visibility: visible;
    transform: translateY(100%);
}

.team-wrap-1 .team-thumb {
    position: relative;
    z-index: 1;
}

.team-wrap-1 .team-thumb .thumb {
    border-radius: 20px;
}

.team-wrap-1 .shape-1 {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}

.team-wrap-1 .content {
    padding: 22px 0 4px 0;
    background: #ffffff;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 30px;
    right: 30px;
    border-radius: 15px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-wrap-1 .name a {
    color: #021936;
    font-size: 28px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-wrap-1 .designation {
    color: #ADADAD;
    font-size: 20px;
    font-weight: 400;
}

.team-wrap-1:hover {
    border-radius: 20px;
    border-color: #134575;
}

.team-wrap-1:hover .content {
    bottom: 35px;
}

.team-wrap-1:hover .name a {
    color: #134575;
}

@media only screen and (max-width: 1200px) {
    .team-wrap-1 .content {
        left: 15px;
        right: 15px;
    }
    .team-wrap-1 .name a {
        font-size: 20px;
    }
    .team-wrap-1 .designation {
        font-size: 18px;
    }
}

.team-wrap-2,
.team-wrap-3 {
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-wrap-2 .team-thumb,
.team-wrap-3 .team-thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.team-wrap-2 .team-thumb::before,
.team-wrap-3 .team-thumb::before {
    content: "";
    background: rgba(84, 84, 255, 0.2);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-wrap-2 .team-thumb img,
.team-wrap-3 .team-thumb img {
    border-radius: 10px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-wrap-2 .team-social,
.team-wrap-3 .team-social {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    right: -150px;
    top: 30px;
    z-index: 2;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-wrap-2 .content,
.team-wrap-3 .content {
    padding: 22px 0 4px 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-wrap-2 .name a,
.team-wrap-3 .name a {
    color: #021936;
    font-size: 28px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-wrap-2 .designation,
.team-wrap-3 .designation {
    color: #ADADAD;
    font-size: 20px;
    font-weight: 400;
}

.team-wrap-2:hover .team-thumb,
.team-wrap-3:hover .team-thumb {
    border-radius: 10px;
}

.team-wrap-2:hover .team-thumb::before,
.team-wrap-3:hover .team-thumb::before {
    border-radius: 10px;
    opacity: 1;
    visibility: visible;
}

.team-wrap-2:hover .team-thumb img,
.team-wrap-3:hover .team-thumb img {
    border-radius: 10px;
    transform: scale(1.1);
}

.team-wrap-2:hover .team-social,
.team-wrap-3:hover .team-social {
    right: 30px;
}

.team-wrap-2:hover .name a,
.team-wrap-3:hover .name a {
    color: #134575;
}

@media only screen and (max-width: 1200px) {
    .team-wrap-2 .name a,
    .team-wrap-3 .name a {
        font-size: 20px;
    }
    .team-wrap-2 .designation,
    .team-wrap-3 .designation {
        font-size: 18px;
    }
}

.team-wrap-3 .team-thumb::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
}

.team-wrap-3 .team-social a:hover {
    background: #021936;
}

.team-wrap-3:hover .name a {
    color: #021936;
}

.team-wrap-4 {
    text-align: center;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-wrap-4 .team-thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.team-wrap-4 .team-thumb img {
    border-radius: 10px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-wrap-4 .team-social {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    right: -150px;
    top: 30px;
    z-index: 2;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-wrap-4 .team-social a {
    background: transparent;
    border: 1px solid #021936;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 42px;
}

.team-wrap-4 .team-social a:hover {
    color: #021936;
    background: #F8C367;
    border-color: #F8C367;
}

.team-wrap-4 .content {
    padding: 22px 0 4px 0;
    border-radius: 60px;
    background: #ffffff;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.11);
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 30px;
    right: 30px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-wrap-4 .name {
    margin-bottom: 0;
}

.team-wrap-4 .name a {
    color: #021936;
    font-size: 28px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-wrap-4 .designation {
    color: #ADADAD;
    font-size: 20px;
    font-weight: 400;
}

.team-wrap-4:hover .team-thumb {
    border-radius: 10px;
}

.team-wrap-4:hover .team-thumb img {
    border-radius: 10px;
    transform: scale(1.1);
}

.team-wrap-4:hover .content {
    background: #F8C367;
}

.team-wrap-4:hover .designation {
    color: #021936;
}

.team-wrap-4:hover .team-social {
    right: 30px;
}

@media only screen and (max-width: 1200px) {
    .team-wrap-4 .name a {
        font-size: 20px;
    }
    .team-wrap-4 .designation {
        font-size: 18px;
    }
}

.team-social a {
    color: #021936;
    font-size: 22px;
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-social a i {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-social a:hover {
    color: #ffffff;
    background: #134575;
}

.team-social a:hover i {
    transform: scale(1.2);
}

.biography-content .name a {
    color: #021936;
    font-size: 60px;
    font-weight: 600;
}

.biography-content .designation {
    font-size: 20px;
    color: #134575;
    margin-bottom: 26px;
}

.biography-content .team-social a {
    color: #021936;
    border-radius: 0;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.biography-content .team-social a:hover {
    color: #ffffff;
    background: #134575;
}

.biography-content .divider {
    background: #134575;
    width: 80px;
    height: 2px;
    display: block;
    line-height: 1;
}

@media only screen and (max-width: 1200px) {
    .biography-content .name a {
        font-size: 32px;
    }
    .biography-content h3 {
        font-size: 24px;
    }
}

.blog-one {
    background: #ffffff;
    border-radius: 30px;
}

.blog-one .blog-thumb {
    padding: 30px 30px 0 30px;
    position: relative;
    z-index: 1;
}

.blog-one .blog-thumb img {
    width: 100%;
    border-radius: 20px;
}

.blog-one .blog-thumb .blog-date {
    color: #021936;
    font-size: 16px;
    font-weight: 500;
    background: #ffffff;
    padding: 8px 20px;
    border-left: 2px solid #f6c206;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}

.blog-one .blog-meta a {
    color: #021936;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.blog-one .blog-meta a:hover {
    color: #134575;
}

.blog-one .blog-meta a:last-child {
    color: #ADADAD;
    margin-right: 0;
    margin-left: 8px;
}

.blog-one .blog-meta .divider {
    display: inline-block;
    width: 1.4px;
    height: 14px;
    background: #ADADAD;
    transform: rotate(32deg) translateY(2px);
}

.blog-one .blog-title a {
    color: #021936;
    font-size: 32px;
    line-height: 46px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.blog-one .blog-title a:hover {
    color: #134575;
}

.blog-one .blog-content {
    padding: 0 15px 30px 30px;
    position: relative;
    z-index: 1;
}

.blog-one .blog-btn {
    width: 90px;
    height: 90px;
    border-radius: 30px 0px 20px 0px;
    background: #ffffff;
    text-align: center;
    line-height: 75px;
    border-top: 10px solid #F4F4F4;
    border-left: 10px solid #F4F4F4;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    transition: all 0.4s ease 0s;
}

.blog-one .blog-btn img {
    filter: invert(1);
}

.blog-one .blog-btn:hover {
    background: #134575;
}

.blog-one .blog-btn:hover img {
    filter: invert(0);
}

@media only screen and (max-width: 991.98px) {
    .blog-one .blog-btn {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .blog-one .classic-gallery-item .blog-thumb {
        height: 270px;
    }
    .blog-one .blog-thumb {
        padding: 15px 15px 0 15px;
    }
    .blog-one .blog-content {
        padding: 0 15px 30px 15px;
    }
    .blog-one .blog-meta a {
        font-size: 15px;
        font-weight: 400;
    }
    .blog-one .blog-meta a:first-child {
        margin-right: 3px;
    }
    .blog-one .blog-title a {
        font-size: 24px;
        line-height: 36px;
    }
}

.blog-two {
    background: #ffffff;
    border-radius: 30px;
}

.blog-two .blog-thumb {
    padding: 30px 30px 0 30px;
    position: relative;
    z-index: 1;
}

.blog-two .blog-thumb img {
    width: 100%;
    border-radius: 20px;
}

.blog-two .blog-thumb .blog-date {
    color: #021936;
    font-size: 16px;
    font-weight: 500;
    background: #ffffff;
    padding: 8px 20px;
    border-left: 2px solid #f6c206;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}

.blog-two .blog-meta a {
    color: #021936;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.blog-two .blog-meta a:hover {
    color: #134575;
}

.blog-two .blog-meta a:last-child {
    margin-right: 0;
    margin-left: 8px;
    color: #ADADAD;
}

.blog-two .blog-meta .divider {
    display: inline-block;
    width: 1.4px;
    height: 14px;
    background: #ADADAD;
    transform: rotate(32deg) translateY(2px);
}

.blog-two .blog-title a {
    color: #021936;
    font-size: 32px;
    line-height: 46px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
}

.blog-two .blog-title a:hover {
    color: #134575;
}

.blog-two .blog-content {
    padding: 0 15px 30px 30px;
    position: relative;
    z-index: 1;
}

.blog-two .blog-btn {
    display: inline-block;
    color: #021936;
    font-size: 18px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
    transition: all 0.4s ease 0s;
    width: 70px;
    height: 70px;
    background: #021936;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    right: 25px;
    bottom: 50px;
}

.blog-two .blog-btn img {
    filter: brightness(100) invert(0);
}

.blog-two .blog-btn:hover {
    background: #134575;
    transform: rotate(-45deg);
}

@media only screen and (max-width: 1200px) {
    .blog-two .blog-thumb {
        padding: 15px 15px 0 15px;
    }
    .blog-two .blog-content {
        padding: 0 15px 30px 15px;
    }
    .blog-two .blog-meta a {
        font-size: 15px;
        font-weight: 400;
    }
    .blog-two .blog-meta a:first-child {
        color: #ADADAD;
        margin-right: 3px;
    }
    .blog-two .blog-title a {
        font-size: 24px;
        line-height: 36px;
    }
    .blog-two .blog-btn {
        width: 50px;
        height: 50px;
        position: relative;
        right: auto;
        left: 0;
        bottom: 0;
    }
}

.blog-three {
    background: #ffffff;
    border-radius: 30px;
}

.blog-three .blog-thumb {
    padding: 30px 30px 0 30px;
    position: relative;
    z-index: 1;
}

.blog-three .blog-thumb img {
    width: 100%;
    border-radius: 20px;
}

.blog-three .blog-thumb .blog-date {
    color: #021936;
    font-size: 16px;
    font-weight: 500;
    background: #ffffff;
    padding: 8px 20px;
    border-left: 2px solid #f6c206;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}

.blog-three .blog-meta a {
    color: #021936;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.blog-three .blog-meta a:hover {
    color: #021936;
}

.blog-three .blog-meta .divider {
    display: inline-block;
    width: 1.4px;
    height: 14px;
    background: #000;
    transform: rotate(32deg) translateY(2px);
}

.blog-three .blog-title {
    margin-bottom: 60px;
}

.blog-three .blog-title a {
    color: #021936;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
}

.blog-three .blog-title a:hover {
    color: #021936;
}

.blog-three .blog-content {
    padding: 0 15px 25px 30px;
    position: relative;
    z-index: 1;
}

.blog-three .blog-btn {
    width: 80px;
    height: 80px;
    border-radius: 20px 0px 20px 0px;
    background: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 10px solid rgb(231, 249, 241);
    border-left: 10px solid rgb(231, 249, 241);
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    transition: all 0.4s ease 0s;
}

.blog-three .blog-btn:hover {
    background: #021936;
}

.blog-three .blog-btn:hover img {
    filter: invert(1);
}

@media only screen and (max-width: 1200px) {
    .blog-three .blog-thumb {
        padding: 15px 15px 0 15px;
    }
    .blog-three .blog-content {
        padding: 0 15px 25px 15px;
    }
    .blog-three .blog-meta a {
        font-size: 15px;
        font-weight: 400;
    }
}

.classic-style {
    background: #F0F0FF;
}

.classic-style .blog-thumb {
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.classic-style .blog-thumb img {
    display: inline-block;
    border-radius: 30px;
}

.classic-style .blog-meta a {
    color: #134575;
    font-size: 18px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    display: inline-block;
    margin-right: 30px;
}

.classic-style .blog-meta a i {
    color: #134575;
}

.classic-style .blog-meta a:last-child {
    margin-right: 0;
}

.classic-style .blog-title {
    max-width: 87%;
    margin-bottom: 30px;
}

.classic-style .blog-title a {
    font-size: 42px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
    line-height: 1.4;
}

.classic-style .blog-title a:hover {
    color: #134575;
}

@media only screen and (max-width: 1200px) {
    .classic-style .blog-title {
        width: 100%;
        max-width: 100%;
    }
}

.classic-style .blog-btn {
    width: 80px;
    height: 80px;
    border-radius: 20px 0px 20px 0px;
    background: #F0F0FF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 10px solid rgb(255, 255, 255);
    border-left: 10px solid rgb(255, 255, 255);
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    transition: all 0.4s ease 0s;
}

.classic-style .blog-btn img {
    display: inline-block;
}

.classic-style .blog-btn:hover {
    background: #134575;
}

.classic-style .blog-btn:hover img {
    filter: brightness(100%) invert(1);
}

.classic-style .popup-video {
    font-size: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #134575;
    position: absolute;
}

.classic-style .popup-video img {
    width: 20px;
}

.classic-style button.slick-arrow {
    font-size: 24px;
    border: 0;
    background: rgba(7, 17, 6, 0.3);
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.classic-style button.slick-next {
    left: auto;
    right: 30px;
}

.classic-style button.slick-prev {
    left: 30px;
}

@media only screen and (max-width: 1200px) {
    .classic-style .blog-meta a {
        font-size: 15px;
        font-weight: 400;
    }
    .classic-style .blog-meta a {
        margin-right: 3px;
    }
    .classic-style .blog-title a {
        font-size: 24px;
    }
}

.blog-four {
    background: #ffffff;
    border-radius: 30px;
}

.blog-four .blog-thumb {
    padding: 30px 30px 0 30px;
    position: relative;
    z-index: 1;
}

.blog-four .blog-thumb img {
    width: 100%;
    border-radius: 20px;
}

.blog-four .blog-thumb .blog-date {
    color: #021936;
    font-size: 14px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
    background: #ffffff;
    padding: 3px 20px;
    border-radius: 50px;
    position: absolute;
    z-index: 1;
    right: 50px;
    top: 50px;
}

.blog-four .blog-meta a {
    color: #021936;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.blog-four .blog-meta a:hover {
    color: #F8C367;
}

.blog-four .blog-meta .divider {
    display: inline-block;
    width: 1.4px;
    height: 14px;
    background: #000;
    transform: rotate(32deg) translateY(2px);
}

.blog-four .blog-title {
    margin-bottom: 28px;
}

.blog-four .blog-title a {
    color: #021936;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
}

.blog-four .blog-title a:hover {
    color: #F8C367;
}

.blog-four .blog-content {
    padding: 0 30px 25px 30px;
    position: relative;
    z-index: 1;
}

.blog-four .blog-btn {
    font-size: 30px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #021936;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease 0s;
}

.blog-four .blog-btn:hover {
    background: #F8C367;
    border-color: #F8C367;
}

@media only screen and (max-width: 1200px) {
    .blog-four .blog-thumb {
        padding: 15px 15px 0 15px;
    }
    .blog-four .blog-content {
        padding: 0 15px 25px 15px;
    }
    .blog-four .blog-meta a {
        font-size: 15px;
        font-weight: 400;
    }
}

@media only screen and (max-width: 767.98px) {
    .blog-four .blog-thumb .blog-date {
        right: 30px;
        top: 30px;
    }
    .blog-four .blog-btn {
        font-size: 20px;
        width: 50px;
        height: 50px;
    }
}

.author-blockquote {
    background: #F0F0FF;
    padding: 50px 60px 50px 30px;
    border-radius: 20px;
}

.author-blockquote .author {
    float: left;
    overflow: hidden;
    margin-right: 30px;
}

.author-blockquote .author img {
    border-radius: 50%;
}

@media only screen and (max-width: 767.98px) {
    .author-blockquote .author {
        float: none;
        margin-right: 0;
    }
}

.author-blockquote .blockquote {
    margin-bottom: 16px;
}

.author-blockquote .blockquote p {
    color: #021936;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.6;
}

@media only screen and (max-width: 1200px) {
    .author-blockquote .blockquote p {
        font-size: 20px;
    }
}

.author-blockquote .content {
    overflow: hidden;
}

.author-blockquote .blockquote-footer {
    color: #134575;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    position: relative;
}

.author-blockquote .blockquote-footer::before {
    position: absolute;
    left: auto;
    right: -46px;
}

@media only screen and (max-width: 1200px) {
    .author-blockquote .blockquote-footer {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .author-blockquote {
        padding: 40px 15px 30px 15px;
    }
}

.blog-round {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.blog-section-bg {
    background: rgb(231, 249, 241);
}

.blog-section-bg-2 {
    background: #E9F3F6;
}

.comment-reply-title,
.comment-title,
.blog-details-title {
    font-size: 42px;
}

@media only screen and (max-width: 1200px) {
    .comment-reply-title,
    .comment-title,
    .blog-details-title {
        font-size: 24px;
    }
}

.comment-box {
    position: relative;
    z-index: 1;
    border-bottom: 2px solid rgba(7, 17, 6, 0.05);
}

.comment-box .date {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    margin-bottom: 0;
}

.comment-box .name {
    font-size: 20px;
    font-weight: 600;
    color: #021936;
}

.comment-box .comment-avatar {
    float: left;
    margin-right: 30px;
    margin-top: 8px;
}

.comment-box .comment-avatar img {
    width: 100px;
    height: 100px;
}

@media (max-width: 767px) {
    .comment-box .comment-avatar {
        float: none;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }
}

.comment-box .comment-content {
    overflow: hidden;
}

.comment-box .comment-content p i {
    margin-right: 5px;
}

.comment-box .comment-content h5 {
    margin-bottom: 3px;
}

.comment-box .comment-reply-link {
    color: #021936;
    font-size: 16px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    padding: 10px 22px;
    line-height: 1;
    position: absolute;
    background: #F0F0FF;
    z-index: 1;
    right: 0;
    top: 8px;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .comment-box .comment-reply-link {
        float: none;
        margin-right: 0;
        margin-top: 0;
        position: relative;
    }
}

.comment-box .comment-reply-link:hover {
    color: #ffffff;
    background: #021936;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list li {
    padding-bottom: 20px;
    margin-bottom: 45px;
}

.media-content {
    border-bottom: 1px solid #021936;
}

.ht-plan {
    padding-top: 50px;
    position: relative;
    z-index: 2;
}

.ht-plan .shape-1 {
    position: absolute;
    right: 0;
    top: 50px;
    border-radius: 0 20px;
}

.ht-plan.active .ht-plan-inner {
    border-radius: 0px 0px 20px 20px;
    border: 1px solid #021936;
}

.ht-plan-tag {
    border-top: 1px solid #021936;
    border-right: 1px solid #021936;
    border-left: 1px solid #021936;
    text-align: center;
    background: #021936;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 20px 20px 0px 0px;
    color: #fff;
    font-weight: 700;
    font-family: "Satoshi-Bold";
    height: 50px;
    line-height: 50px;
}

.ht-plan-inner {
    border-radius: 20px;
    background: #f5f5f5;
    padding: 40px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 1px solid transparent;
}

.ht-plan-inner .plan-title {
    color: #021936;
    font-size: 28px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    margin-bottom: 27px;
}

.ht-plan-inner .plan-desc {
    font-size: 22px;
    font-weight: 400;
    font-family: "Satoshi-Regular";
    margin-bottom: 6px;
}

.ht-plan-inner .plan-price {
    color: #021936;
    font-size: 60px;
    font-weight: 700;
    font-family: "Satoshi-Bold";
}

.ht-plan-inner .price-border {
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.15);
    display: block;
    margin-bottom: 43px;
}

.ht-plan-inner .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ht-plan-inner .feature-list li {
    font-size: 18px;
    font-weight: 500;
    color: #021936;
    font-family: "Satoshi-Bold";
    display: block;
    padding-bottom: 14px;
}

.ht-plan-inner .feature-list li .check-mark {
    /* color: #021936/
    font-size: 20px;
    display: inline-block;
    transform: translateY(2px);
}

.ht-plan-inner .feature-list li.price-available .check-mark {
    color: #021936;
}

.ht-plan-inner .feature-list li.unavailable .check-mark {
    color: #021936;
}

.ht-plan-inner .ht-btn {
    border-color: #ffffff;
    background: #ffffff;
}

.ht-plan-inner .ht-btn::before {
    background: #021936;
}

.ht-plan-inner .ht-btn span {
    background: #021936;
}

.ht-plan-inner .ht-btn span img {
    filter: brightness(100%) invert(1);
}

.ht-plan-inner:hover {
    background: #ffffff;
    border-color: #021936;
}

.ht-plan-inner:hover .ht-btn {
    color: #ffffff;
}

.ht-plan-inner:hover .ht-btn::before {
    width: 100%;
}

.ht-plan-inner:hover .ht-btn span {
    background: #ffffff;
}

.ht-plan-inner:hover .ht-btn span img {
    filter: brightness(0) invert(0);
}

@media only screen and (max-width: 1200px) {
    .ht-plan-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .ht-plan-inner {
        padding: 40px 30px;
    }
    .ht-plan-inner .price-title {
        font-size: 24px;
    }
    .ht-plan-inner .plan-price {
        font-size: 45px;
    }
}

@media only screen and (max-width: 991.98px) {
    .ht-plan-inner {
        padding: 30px 15px;
    }
    .ht-plan-inner .feature-list li {
        font-size: 16px;
    }
    .ht-plan-inner .plan-price {
        font-size: 32px;
    }
}

.pstyle-2 .ht-plan-tag {
    background: #134575;
}

.pstyle-2 .ht-btn::before {
    background: #134575;
}

.pstyle-2 .ht-btn span {
    background: #134575;
}

.pstyle-2:hover {
    background: #ffffff;
    border-color: #021936;
}

.pstyle-2:hover .ht-btn {
    color: #ffffff;
}

.pstyle-2:hover .ht-btn::before {
    width: 100%;
}

.pstyle-2:hover .ht-btn span {
    background: #ffffff;
}

.pstyle-2:hover .ht-btn span img {
    filter: brightness(0) invert(0);
}

.copyright-text {
    font-size: 22px;
    color: #ADADAD;
}

.copyright-text a {
    color: #021936;
}

.copyright-text a:hover {
    color: #134575;
}

@media only screen and (max-width: 991.98px) {
    .copyright-text {
        font-size: 20px;
    }
}

.footer-widget .widget-title {
    color: #021936;
    font-size: 28px;
    font-weight: 500;
    font-family: "Satoshi-Medium";
    margin-bottom: 30px;
}

.footer-widget ul {
    padding-left: 0;
}

.footer-widget ul li {
    list-style: none;
}

.footer-widget ul li a {
    color: #021936;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    font-family: "Satoshi-Regular";
    display: inline-block;
    margin-bottom: 18px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer-widget ul li a:hover {
    color: #134575;
}

.ht-widget-contact .info-box {
    display: flex;
}

.ht-widget-contact .info-box-icon {
    font-size: 24px;
    margin-right: 15px;
    color: #134575;
    line-height: 1;
    margin-top: 10px;
}

.ht-widget-contact .ht-content {
    font-size: 16px;
}

.ht-widget-contact .ht-content:hover {
    color: #134575;
}

.ht-widget-contact .info-box-label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

.copyright-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu li:last-child a {
    margin-right: 0;
}

.footer-menu li a {
    font-size: 22px;
    margin: 0 10px;
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer-menu li a:hover {
    color: #134575;
}

@media only screen and (max-width: 1200px) {
    .footer-menu li a {
        font-size: 20px;
    }
}

.footer-three .copyright-text a:hover {
    color: #021936;
}

.footer-three .footer-menu li a:hover {
    color: #021936;
}

 .social-links a:hover {
    border-color: black  !important;
    background: white !important;
}

.footer-three .footer-widget ul li a:hover {
    color: #021936;
}

.footer-four .copyright-text a:hover {
    color: #F8C367;
}

.footer-four .footer-menu li a:hover {
    color: #F8C367;
}

 .social-links a:hover {
    border-color: #F8C367;
    /* background: #F8C367; */
}

.footer-four .footer-widget ul li a:hover {
    color: #F8C367;
}

/*# sourceMappingURL=main.css.map */







/* expect section of seo page start  */




  /* Add this CSS for the fixed background image */
        /* .seo-section {
                    position: relative;
                    background-image: url('../new_assets/img/media/seospecilize.png');
                    
                    background-size: cover;

                    background-position: center;
                    
                    background-attachment: fixed;
                    
                    color: white;
                    
                } */

                .expect-title {
                    font-size: 2.6rem;
                    color: #134575;
                    text-align: center;
                    margin-bottom: 25px;
                    font-family: "Satoshi-Bold";
                    font-weight: bold;
                }
        
                .seo-section .feature-box {
                    /* background-color: #43A3C3; */
                    background: linear-gradient(to right, #43A3C3, rgb(218, 237, 243));
                    /* Add a semi-transparent background for better text contrast */
                    margin-bottom: 20px;
                    padding: 15px;
                    border-radius: 8px;
                }
        
                /* .seo-section .case-header-area {
                            z-index: 1;
                        } */
        
                /* .seo-section .content-area {
                            z-index: 2;
                        } */
        
                .seo-section .row {
                    position: relative;
                    z-index: 2;
                    /* Ensures content stays above the background */
                }
        
                .content-area h5 {
                    font-family: "Satoshi-Bold";
                    line-height: 20px;
                    font-size: 21px;
                    font-weight: 700;
                    padding-bottom: 15px;
                    color:white !important;
                }
        
                .content-area p {
                    line-height: 20px;
                    font-size: 14px;
        
                }
        
        
        
        
                .feature-box {
                    background: transparent;
                    border: white solid 2px;
                    /* Blue background */
                    color: #fff;
                    /* White text */
                    padding: 15px;
                    border-radius: 8px;
                    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
                    display: flex;
                    align-items: center;
                    font-weight: 500;
                    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
                    margin-bottom: 15px;
                }
        
                .feature-box i {
                    font-size: 18px;
                    margin-right: 10px;
                    /* color: #ffeb3b; */
                    /* Yellow checkmark */
                }
        
                /* Hover effect */
                .feature-box:hover {
                    transform: translateY(-5px);
                    /* box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2); */
                }
        
                /* Responsive Center Image */
                .img-fluid {
                    max-width: 100%;
                    height: auto;
                    width: 84%;
                }
        
                @media (max-width: 768px) {
                    .feature-box {
                        text-align: center;
                        justify-content: center;
                    }
        
                    .row {
                        text-align: center;
                    }
        
                    .img-fluid {
                        width: 100%;
                        margin-bottom: 20px;
                    }
        
                    .progressbar-content canvas {
        
                        height: 90px !important;
                        width: 90px !important;
        
                    }
                }
  
  
  /* expect section of seo page end  */
  
  
  /* ranking section in seo page starts  */
  
  
  @media (max-width:765px) {
    .sm_hide {
        display: none !important;
        /* Forcefully hide on mobile */
    }
  }
  
  .aos-animate {
    display: block !important;
    /* Make sure the element is visible */
  }
  
  
  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
  }
  
  th,
  td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
  }
  
  th {
    background-color: #3e678e;
    color: white;
  }
  
  td:nth-child(even) {
    background-color: #d3e1e5;
  }
  
  
  
  
  .s9 {
    h2 {
        font-weight: bold;
  
        color: transparent;
        background-image: linear-gradient(180deg, #0486BF 0%, rgb(2, 60, 86) 100%);
        background-clip: text !important;
        text-align: center;
    }
  
    p {
        text-align: center;
    }
  
    @media (max-width:765px) {
        p {
            font-size: 14px;
        }
  
        h2 {
            font-size: 2rem;
        }
  
        .tab-link {
            margin-bottom: 1rem !important;
        }
  
        .tabs {
            padding: 0 !important;
            display: flex;
            flex-direction: column;
        }
  
        .tab-content1 {
            background: transparent !important;
            text-align: justify;
            margin-top: 0 !important;
            padding: 0 !important;
  
            p {
                font-size: 13px;
                padding: 0 10px;
            }
        }
    }
  
    @media (min-width:765px) {
        .tabs-container {
            border-radius: 20px;
        }
  
        h2 {
            font-size: 3rem;
        }
  
        .tab-links {
            width: 30%;
        }
  
        .tab-content1 {
            width: 60%;
        }
  
    }
  
  
  
    .tabs-container {
        width: 100%;
        /* max-width: 700px; */
        height: auto;
        /* Make the height flexible */
  
  
  
        overflow: hidden;
        position: relative;
    }
  
    .tabs {
        padding: 10px 20px 15px 20px;
        /* Increased padding */
        display: flex;
        justify-content: space-between;
  
    }
  
    .tab-links {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
  
  
    }
  
    /* .tab-link.active::before{
  width: 30%;
  transition: .6s;
  } */
    .tab-link1 {
        h5 {
            position: relative;
            z-index: 2;
        }
  
        overflow: hidden;
        position: relative;
        margin: 3px 0;
        background: none;
        border: none;
        padding: 15px 30px;
        cursor: pointer;
        position: relative;
        transition: color 0.3s ease;
        color: #525252;
        font-weight: bold;
        background: white;
        border-radius: 4px;
        width: 100%;
        display: flex;
  
        flex-direction: column;
        align-items: flex-start;
        background: #F0F0F2;
        color: #0486BF;
        background-clip: text;
        border: 1px solid #3F51B5;
  
        span {
            color: #3F51B5;
        }
  
    }
  
    .tab-link1.show {
  
        background-image: linear-gradient(to right, #0486BF 0%, rgb(2, 60, 86) 100%);
        color: white !important;
        background-clip: unset !important;
  
        span {
            color: white;
        }
    }
  
  
  
    .tab-link1 i {
        margin-right: 10px;
    }
  
  
  
    .tab-content1 {
  
        display: none;
        animation: fadeInUp 0.5s ease;
        padding: 25px;
        margin-top: 2rem;
        font-size: 13px;
        color: #232721;
        line-height: 1.7;
        background: white;
        border-radius: 20px;
  
        p {
            /* display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 10; */
            text-align: justify;
        }
    }
  
    .tab-content1.show {
        display: block;
    }
  
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
  
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
  
  }
  
    /* Default: Show the section on larger screens */
  
  
  
  /* ranking section in seo page end  */
  
  
  
  /* ranking section in seo mobile view page end  */
  
  
  
  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
  }
  
  th,
  td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
  }
  
  th {
    background-color: #3e678e;
    color: white;
  }
  
  td:nth-child(even) {
    background-color: #d3e1e5;
  }
  
  .in-depth-section {
    position: relative;
    padding: 50px 0;
    /* Add padding around the section */
    /* background-image: url('../new_assets/img/media/seospecialists.png'); */
    /* Replace 'your-image-url.jpg' with the image path */
    background-size: cover;
    /* Cover the entire section */
    background-position: center;
    /* Center the image */
    color: white;
    /* Ensures text is visible against the background */
    background-color: white;
    /* The color of the overlay */
    /* background-image:  linear-gradient( #4299B5, #4299B5); */
  
  
  
  
  
  }
  
  /* Remove background-attachment fixed to avoid layout issues */
  .in-depth-section {
    padding: 50px 0;
    background-color: #f9f9f9;
    max-width: 100%;
    margin: 0 auto;
  }
  
  
  
  /* Content inside the section */
  .in-depth-section .container {
    position: relative;
    z-index: 2;
    /* Ensure content is above the overlay */
  }
  
  .in-depth-title {
    font-size: 2.6rem;
    color: transparent;
  
    background: linear-gradient(0deg, rgba(67, 163, 195, 1) 0%, rgba(19, 69, 117, 1) 100%);
  
    background-clip: text !important;
    text-align: center;
    /* background: rgb(67,163,195);
    background: linear-gradient(0deg, rgba(67,163,195,1) 0%, rgba(19,69,117,1) 100%); */
    text-align: center;
    margin-bottom: 25px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: bold;
  
  
  }
  
  .in-depth-paragraph {
    font-size: 1.3rem;
    color: #555;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Arial', sans-serif;
  }
  
  /* Accordion styles */
  .accordion-item {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    max-width: 95%;
    /* Makes the accordion smaller */
    margin-left: 5%;
    /* Moves the accordion slightly left */
    background-color: #fff;
  }
  
  
  
  .accordion-header {
    cursor: pointer;
    background-color: #f1f1f1;
    padding: 15px;
    color: transparent;
  
    background: linear-gradient(0deg, rgba(67, 163, 195, 1) 0%, rgba(19, 69, 117, 1) 100%);
  
    background-clip: text;
  
    font-size: 1.1rem;
    font-weight: bold;
    /* color: white; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    transition: background-color 0.3s ease;
    background-color: #e1e1e1;
    border: 1px solid #3F51B5;
    border-radius: 12px;
    margin-left: 10px;
    margin-right: 10px;
    /* background: linear-gradient(to left, rgba(67, 163, 195, 1) 0%, rgba(19, 69, 117, 1) 100%); */
  }
  
  /* .accordion-header:hover {
    background: linear-gradient(to left, rgba(67, 163, 195, 1) 0%, rgba(19, 69, 117, 1) 100%) !important;
    color: white !important;
  } */
  
  .accordion-header:active {
    background: linear-gradient(to left, rgba(67, 163, 195, 1) 0%, rgba(19, 69, 117, 1) 100%) !important;
    color: white !important;
  }
  
  .accordion-header.open {
    background: linear-gradient(to left, rgba(67, 163, 195, 1) 0%, rgba(19, 69, 117, 1) 100%) !important;
    color: white !important;
  }
  
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background-color: #fff;
    color: #7f8c8d;
    font-size: 1rem;
    transition: max-height 0.3s ease-in-out;
  }
  
  
  
  
  
  @media screen and (max-width: 768px) {
    .in-depth-title {
        font-size: 2rem;
    }
  
    .in-depth-paragraph {
        font-size: 1.1rem;
    }
  
    .accordion-header {
        font-size: 1.1rem;
    }
  
    .in-depth-image {
        margin-bottom: 30px;
    }
  
    .accordion-item {
        max-width: 100%;
        margin-left: 0;
    }
  }
  
  @media (min-width:765px) {
    .lg_hide {
        display: none !important;
        /* Forcefully hide on mobile */
    }
  }
  
  
  
  /* home about section start  */
  
  
  .homeAbout {
    padding: 100px 0;
    background: #ffffff;
  }
  
  .homeAbout .homeAboutLeft .homeAboutImageWrapper {
    width: 100%;
    min-height: 700px;
    height: 100%;
    display: flex;
    grid-gap: 20px;
  }
  
  .homeAbout .homeAboutLeft .homeAboutImageWrapper picture {
    height: 100%;
    background-image: linear-gradient(#0486BF, rgb(2, 60, 86));
  }
  
  .homeAbout .homeAboutLeft .homeAboutImageWrapper .imgLayer {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: relative;
    z-index: 1;
    transition: ease-in all 0.5s;
    transform-origin: center;
  }
  
  /* Add a semi-transparent layer to the images */
  .homeAbout .homeAboutLeft .homeAboutImageWrapper .imgLayer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0486BF;
    opacity: 0.5;
    /* Adjust opacity to your liking */
    z-index: 2;
  }
  
  
  
  .homeAbout .homeAboutLeft .homeAboutImageWrapper .itemWrapper {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
  }
  
  .homeAbout .homeAboutLeft .homeAboutImageWrapper .itemWrapper .item {
    width: 100%;
    height: 50%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
  }
  
  .homeAbout .homeAboutLeft .homeAboutImageWrapper .itemWrapper .item:first-child .overlay {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(108, 184, 217, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .homeAbout .homeAboutLeft .homeAboutImageWrapper .itemWrapper .item:first-child .overlay .overlayImage {
    width: 25%;
    height: auto;
    -o-object-position: inherit;
    object-position: inherit;
    -o-object-fit: inherit;
    object-fit: inherit;
  }
  
  .homeAbout .homeAboutLeft .homeAboutImageWrapper .itemWrapper .item:hover .imgLayer {
    transform: scale(1.05);
  }
  
  .homeAbout .homeAboutLeft .homeAboutImageWrapper .itemWrapper:nth-child(2) .item:first-child {
    height: 75%;
  }
  
  .homeAbout .homeAboutLeft .homeAboutImageWrapper .itemWrapper:nth-child(2) .item:last-child {
    height: 25%;
    background: #CA2942;
    /* background-image: linear-gradient(to right, #ca2942, #c2263f, #ba243c, #b32139, #ab1f36, #a51b41, #9d1b4b, #931e54, #7e2b67, #643673, #463e76, #284271); */
    background-image: linear-gradient(to right, #0486BF 0%, rgb(2, 60, 86) 100%);
  
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .homeAbout .homeAboutLeft .homeAboutImageWrapper .itemWrapper:nth-child(2) .item:last-child .wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .homeAbout .homeAboutLeft .homeAboutImageWrapper .itemWrapper:nth-child(2) .item:last-child .wrapper h4,
  .homeAbout .homeAboutLeft .homeAboutImageWrapper .itemWrapper:nth-child(2) .item:last-child .wrapper .h4 {
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 5px;
  }
  
  .homeAbout .homeAboutLeft .homeAboutImageWrapper .itemWrapper:nth-child(2) .item:last-child .wrapper h2 {
    display: flex;
    align-items: flex-start;
    font-size: 20px;
    color: #ffffff;
  }
  
  .homeAbout .homeAboutLeft .homeAboutImageWrapper .itemWrapper:nth-child(2) .item:last-child .wrapper h2 span {
    font-size: 35px;
  }
  
  .homeAbout .homeAboutLeft .homeAboutImageWrapper .itemWrapper:nth-child(2) .item:last-child #particles-js {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    /* background-image: url('../new_assets/img/media/seo spec.png'); */
    /* Replace 'your-image-path.jpg' with the actual path to your image */
  }
  
  
  .homeAbout .homeAboutLeft .homeAboutImageWrapper .itemWrapper:nth-child(2) .item:hover .imgLayer {
    transform: scale(1.05);
  }
  
  .homeAbout .homeAboutRight {
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  
  .homeAbout .homeAboutRight .highlightSlider {
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
  }
  
  .homeAbout .homeAboutRight .highlightSlider::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 100%;
    background: #ffffff;
    display: inline-block;
    top: 0;
    left: -50px;
    z-index: 99;
  }
  
  .homeAbout .homeAboutRight .highlightSlider::after {
    position: absolute;
    content: "";
    width: 48px;
    height: 100%;
    background: #ffffff;
    display: inline-block;
    top: 0;
    right: -50px;
    z-index: 99;
  }
  
  .homeAbout .homeAboutRight .highlightSlider .highlightCard {
    background: #F9F9F9;
    border: 1px solid #EEEEEE;
    border-radius: 30px;
    overflow: hidden;
    padding: 40px 30px;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    min-height: 100px;
    height: 100%;
  }
  
  
  
  
  
  .homeAbout .homeAboutRight .highlightSlider .item {
    width: 100%;
    height: 100%;
  }
  
  .homeAbout .homeAboutRight .highlightSlider .slick-track {
    margin-left: 0;
    display: flex;
  }
  
  .homeAbout .homeAboutRight .highlightSlider .slick-slide {
    height: inherit !important;
    display: flex;
    margin: 0 40px;
  }
  
  .homeAbout .homeAboutRight .highlightSlider .slick-slide div {
    width: 100%;
  }
  
  .homeAbout .homeAboutRight .highlightSlider .slick-list {
    display: flex;
    padding: 20px 0;
    margin: 0 -40px;
  }
  
  .homeAbout .homeAboutRight .primary_btn {
    margin-top: 10px;
  }
  
  @media (min-width: 992px) {
    .homeAbout .container {
        max-width: 95% !important;
        margin-left: 0;
    }
  }
  
  @media (min-width: 1200px) {
    .homeAbout .container {
        max-width: 95% !important;
    }
  }
  
  @media (min-width: 1400px) {
    .homeAbout .container {
        max-width: 95% !important;
    }
  }
  
  @media (max-width: 1750px) {
    .homeAbout .homeAboutRight .highlightSlider .slick-slide {
        margin: 0 30px;
    }
  
    .homeAbout .homeAboutRight .highlightSlider .slick-list {
        margin: 0 -30px;
    }
  }
  
  @media (max-width: 1650px) {
    .homeAbout .homeAboutLeft .homeAboutImageWrapper .itemWrapper:nth-child(2) .item:last-child .wrapper h2 span {
        font-size: 30px;
    }
  
    .homeAbout .homeAboutRight .highlightSlider .slick-slide {
        margin: 0 20px;
    }
  
    .homeAbout .homeAboutRight .highlightSlider .slick-list {
        margin: 0 -20px;
    }
  }
  
  @media (max-width: 1399.98px) {
    .homeAbout .homeAboutLeft .homeAboutImageWrapper .itemWrapper:nth-child(2) .item:last-child .wrapper h2 span {
        font-size: 25px;
    }
  
    .homeAbout .homeAboutRight .highlightSlider {
        margin-top: 20px;
        margin-bottom: 20px;
    }
  
    .homeAbout .homeAboutRight .highlightSlider .highlightCard {
        padding: 30px 15px;
    }
  
    .homeAbout .homeAboutRight .highlightSlider .highlightCard::before {
        width: 60px;
        height: 60px;
        top: 20px;
    }
  
    .homeAbout .homeAboutRight .highlightSlider .highlightCard h5,
    .homeAbout .homeAboutRight .highlightSlider .highlightCard .h5 {
        padding-left: 30px;
        font-size: 16px;
    }
  }
  
  @media (max-width: 1199.98px) {
    .homeAbout .homeAboutRight .highlightSlider .slick-slide {
        margin: 0 15px;
    }
  
    .homeAbout .homeAboutRight .highlightSlider .slick-list {
        margin: 0 -15px;
    }
  
    .homeAbout .homeAboutRight .highlightSlider .highlightCard {
        min-height: 110px;
        padding: 30px 10px;
        padding-right: 20px;
    }
  }
  
  @media (max-width: 991.98px) {
    .homeAbout {
        padding: 50px 0;
    }
  
    .homeAbout .homeAboutLeft .homeAboutImageWrapper {
        min-height: 500px;
    }
  
    .homeAbout .homeAboutRight {
        margin-top: 40px;
        padding-right: 0;
    }
  
    .homeAbout .homeAboutRight .highlightSlider .highlightCard {
        border-radius: 20px;
    }
  
    .homeAbout .homeAboutRight .primary_btn {
        margin-top: 0;
    }
  }
  
  .subHeading {
    color: #43A3C3;
    font-size: 20px;
    font-weight: 700;
  
  }
  
  .mainHeading {
    color: #134575;
    font-size: 30px;
    font-weight: 900;
  
  }
  
  @media (max-width: 766.98px) {
  
    .homeAbout .homeAboutRight .subHeading,
    .homeAbout .homeAboutRight .mainHeading,
    .homeAbout .homeAboutRight .mainDescription,
    .homeAbout .homeAboutRight .textWrapper {
        padding-right: 12px;
    }
  
    .homeAbout .homeAboutRight .highlightSlider .slick-list {
        padding-right: 80px;
    }
  
    .homeAbout .homeAboutRight .highlightSlider .slick-slide {
        margin: 0 10px;
    }
  
    .homeAbout .homeAboutRight .highlightSlider .slick-list {
        margin: -10px;
    }
  }
  
  @media (max-width: 650px) {
    .homeAbout .homeAboutLeft .homeAboutImageWrapper {
        grid-gap: 10px;
        min-height: 400px;
    }
  
    .homeAbout .homeAboutLeft .homeAboutImageWrapper .itemWrapper {
        grid-gap: 10px;
    }
  
    .homeAbout .homeAboutLeft .homeAboutImageWrapper .itemWrapper:nth-child(2) .item:last-child .wrapper h4,
    .homeAbout .homeAboutLeft .homeAboutImageWrapper .itemWrapper:nth-child(2) .item:last-child .wrapper .h4 {
        font-size: 16px;
    }
  }
  
  @media (max-width: 575px) {
    .homeAbout .homeAboutLeft .homeAboutImageWrapper .itemWrapper .item {
        border-radius: 15px;
    }
  }
  
  
  
  
  
  /* home about section end  */
  






