@font-face{font-family:'Figtree';font-style:italic;font-weight:300 900;font-display:swap;src:url('/assets/fonts/figtree-latin-ext-italic.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Figtree';font-style:italic;font-weight:300 900;font-display:swap;src:url('/assets/fonts/figtree-latin-italic.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Figtree';font-style:normal;font-weight:300 900;font-display:swap;src:url('/assets/fonts/figtree-latin-ext-normal.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Figtree';font-style:normal;font-weight:300 900;font-display:swap;src:url('/assets/fonts/figtree-latin-normal.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
a, a:hover {
  text-decoration: none;
}

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

h2, p {
  margin-bottom: 0;
}

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

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

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

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

.space12 {
  height: 12px;
}

.space16 {
  height: 16px;
}

.space20 {
  height: 20px;
}

.space24 {
  height: 24px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space40 {
  height: 40px;
}

.space50 {
  height: 50px;
}

.space100 {
  height: 100px;
}

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

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

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

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

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

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

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

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

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

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

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #090B0E;
  --ztc-text-text-3: #3D4C5E;
  --ztc-text-text-4: #239FDA;
  --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: #239FDA;
  --ztc-text-text-18: #081120;
  --ztc-bg-bg-1: #239FDA;
  --ztc-bg-bg-2: #EEF8FC;
  --ztc-bg-bg-3: #D8F1FB;
  --ztc-bg-bg-4: #EEF8FC;
  --ztc-bg-bg-5: #FEBFDA;
  --ztc-bg-bg-6: #CCEFFC;
  --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: #123D50;
  --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: #CCEFFC;
  --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: #239FDA;
  --ztc-border-border-1: #E5E7EB;
  --ztc-border-border-2: #dfdcdc;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-specing-height6: 6px;
  --ztc-specing-height8: 8px;
  --ztc-specing-height10: 10px;
  --ztc-specing-height12: 12px;
  --ztc-specing-height14: 114px;
  --ztc-specing-height16: 16px;
  --ztc-specing-height18: 18px;
  --ztc-specing-height20: 20px;
  --ztc-specing-height22: 22px;
  --ztc-specing-height24: 24px;
  --ztc-specing-height26: 26px;
  --ztc-specing-height28: 28px;
  --ztc-specing-height30: 30px;
  --ztc-specing-height32: 32px;
  --ztc-specing-height34: 34px;
  --ztc-specing-height36: 36px;
  --ztc-specing-height38: 38px;
  --ztc-specing-height40: 40px;
  --ztc-specing-height42: 42px;
  --ztc-specing-height44: 44px;
  --ztc-specing-height46: 46px;
  --ztc-specing-height48: 48px;
  --ztc-specing-height50: 50px;
  --ztc-specing-height52: 52px;
  --ztc-specing-height54: 54px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height100: 100px;
  --ztc-specing-height110: 110px;
  --ztc-specing-height120: 120px;
  --ztc-specing-height130: 130px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-weight-black: 800;
  --ztc-family-font1: 'Figtree', sans-serif;
}

/*
============================
Name:  SEOC - Digital Marketing Agency Templete
Version: 3.0.0
Description: SEO - Digital Marketing Agency Templete
Author: Vikiglab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location:
============================
*/
/*============= HEDAER CSS AREA ===============*/
/*============= HERO CSS AREA ===============*/
/*============= MOBILE-MENU CSS AREA ===============*/
/*============= ABOUT CSS AREA ===============*/
/*============= SERVICE CSS AREA ===============*/
/*============= WORK CSS AREA ===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
/*============= TEAM CSS AREA ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= CASE CSS AREA ===============*/
/*============= CTA CSS AREA ===============*/
/*============= OTHERS CSS AREA ===============*/
/*============= FOOTER CSS AREA ===============*/
/*============= COMMON CSS AREA ===============*/

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

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

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

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

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

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

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

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

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

/*============= ABOUT CSS AREA ===============*/

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

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

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

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

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

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

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

/*============= ABOUT CSS AREA ENDS ===============*/
/*============= SERVICE CSS AREA ===============*/
.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%;
  }
}

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

/*============= SERVICE CSS AREA ENDS===============*/
/*============= HERO CSS AREA ===============*/
.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;
}

.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 .hero13-header ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  margin: 0;
  padding: 0;
}
.hero13-section-area .hero13-header ul li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-semibold);
  line-height: 1.4;
}
.hero13-section-area .hero13-header ul li img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}
.hero13-section-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: contain;
  position: relative;
  z-index: 1;
  left: 48px;
  max-height: 740px;
}
@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: 80px;
  }
}

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

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

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

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

/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
 html {
  overflow-x: hidden !important;
}
.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);
}

.btn-area {
  display: flex;
  align-items: center;
}
.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);
}
.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);
}
.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);
}
.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);
}
.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 .main-menu ul li a i.fa-solid.fa-angle-down {
  font-size: var(--ztc-font-size-font-s12) !important;
}

 html {
  overflow-x: hidden !important;
}
.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);
}

.btn-area {
  display: flex;
  align-items: center;
}

 html {
  overflow-x: hidden !important;
}
.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);
}

.btn-area {
  display: flex;
  align-items: center;
}

 html {
  overflow-x: hidden !important;
}
.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);
}

.btn-area {
  display: flex;
  align-items: center;
}

 html {
  overflow-x: hidden !important;
}
.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%;
}

 html {
  overflow-x: hidden !important;
}
.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%;
}

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

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

@media (min-width: 992px) {
  .homepage13-body .header-area.homepage13 .header-elements .main-menu > ul > li {
    margin: -18px 0;
    padding: 18px 0;
  }

  .homepage13-body .header-area.homepage13 .header-elements .main-menu > ul > li::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px;
  }

  .homepage13-body .header-area.homepage13 .header-elements .main-menu > ul > li > ul.dropdown-padding,
  .homepage13-body .header-area.homepage13 .header-elements .main-menu > ul > li:hover > ul.dropdown-padding {
    top: 100%;
  }
}

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

/*============= HEADER CSS AREA ENDS ===============*/
/*============= FEATURES CSS AREA STARTS ===============*/

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

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

.work13-section-area {
  position: relative;
  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;
}


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

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

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* END: Preloader */

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

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

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= PRICING CSS AREA STARTS ===============*/
.compare-table-area .comparison .price-info .price-now span.text-start {
  text-align: start !important;
  display: inline-block;
}
@media screen and (max-width: 720px) {
  .compare-table-area .comparison .row {
    background: var(--ztc-text-text-1);
  }
}

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

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

/*============= SKILLS CSS AREA ENDS ===============*/
/*============= CHOOSE CSS AREA STARTS ===============*/

/*============= CHOOSE CSS AREA ENDS ===============*/
/*============= ERROR CSS AREA ENDS ===============*/

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

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

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

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

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

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/

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

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

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
.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;
}
.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;
}
.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 li.slick-active button {
  border-radius: 50px;
  background: #DDFA63;
  color: #055346;
}

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

/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= CASE STUDY CSS AREA ENDS ===============*/
.case-inner-section-area .tabs-area ul li a.nav-link {
  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 a.nav-link {
    margin-bottom: 10px;
  }
}
.case-inner-section-area .tabs-area ul li a.nav-link.active,
.case-inner-section-area .tabs-area ul li a.nav-link:hover {
  background: var(--ztc-text-text-4) !important;
  color: var(--ztc-text-text-1);
}
.blog-filter-section .tabs-area ul li a.nav-link {
  margin: 0;
}

.service1-section-area .service-all-boxes-area1 > .row > [class*="col-"]:nth-child(1) .service-boxarea,
.service8-section-area .service-all-boxes-area1 > .row > [class*="col-"]:nth-child(1) .service-boxarea {
  background: #FFF0F6;
}

.service1-section-area .service-all-boxes-area1 > .row > [class*="col-"]:nth-child(2) .service-boxarea,
.service8-section-area .service-all-boxes-area1 > .row > [class*="col-"]:nth-child(2) .service-boxarea {
  background: #F1F0FF;
}

.service1-section-area .service-all-boxes-area1 > .row > [class*="col-"]:nth-child(3) .service-boxarea,
.service8-section-area .service-all-boxes-area1 > .row > [class*="col-"]:nth-child(3) .service-boxarea {
  background: #FFF6DF;
}

.service1-section-area .service-all-boxes-area1 > .row > [class*="col-"]:nth-child(4) .service-boxarea,
.service8-section-area .service-all-boxes-area1 > .row > [class*="col-"]:nth-child(4) .service-boxarea {
  background: #EEFAF0;
}

.service1-section-area .service-all-boxes-area1 > .row > [class*="col-"]:nth-child(5) .service-boxarea,
.service8-section-area .service-all-boxes-area1 > .row > [class*="col-"]:nth-child(5) .service-boxarea {
  background: #F2F8FF;
}

.service1-section-area .service-all-boxes-area1 > .row > [class*="col-"]:nth-child(6) .service-boxarea,
.service8-section-area .service-all-boxes-area1 > .row > [class*="col-"]:nth-child(6) .service-boxarea {
  background: #FFF1EC;
}

.service1-section-area .service-all-boxes-area1 > .row > [class*="col-"]:nth-child(7) .service-boxarea,
.service8-section-area .service-all-boxes-area1 > .row > [class*="col-"]:nth-child(7) .service-boxarea {
  background: #F7F2FF;
}

.service1-section-area .service-all-boxes-area1 > .row > [class*="col-"]:nth-child(8) .service-boxarea,
.service8-section-area .service-all-boxes-area1 > .row > [class*="col-"]:nth-child(8) .service-boxarea {
  background: #EFF8F5;
}
.service13-section-area .service13-boxarea {
  height: calc(100% - 30px);
}
.service13-section-area .service13-boxarea .icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.service13-section-area .service13-boxarea .icons img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.service13-section-area .service13-boxarea .head a {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.service13-section-area .service13-boxarea:hover .head a,
.service13-section-area .service13-boxarea:hover p,
.service13-section-area .service13-boxarea:hover .readmore {
  color: var(--ztc-text-text-1);
}
.works-inner-section-area .works-header-area .works-content-box .icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.works-inner-section-area .works-header-area .works-content-box .icons img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.testimonial13-section-area .testimonial13-header p {
  color: rgba(255, 255, 255, 0.92);
  opacity: 1;
  font-weight: 500;
  text-shadow: 0 1px 10px rgba(9, 23, 27, 0.18);
}
.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);
}

:root {
  --webtaktik-blue: #239fda;
  --webtaktik-cyan: #47c5f2;
  --webtaktik-dark: #111820;
  --webtaktik-soft: #f1f9fe;
  --ztc-text-text-4: #239fda;
  --ztc-text-text-5: #47c5f2;
  --ztc-text-text-6: #168cc6;
  --ztc-text-text-14: #0aaeea;
  --ztc-bg-bg-1: #239fda;
  --ztc-bg-bg-10: #47c5f2;
  --ztc-bg-bg-13: #edf8fe;
  --ztc-bg-bg-14: #f6fbff;
  --ztc-bg-bg-16: #f6fbff;
  --ztc-bg-bg-25: #168cc6;
}

.homepage13-body .header-area.homepage13 {
  padding: 10px 0;
}
.homepage13-body .header-area.homepage13 .site-logo,
.mobile-header.mobile-haeder13 .mobile-logo,
.mobile-sidebar.mobile-sidebar13 .logos {
  display: flex;
  align-items: center;
  min-height: 70px;
  overflow: visible;
}
.homepage13-body .header-area.homepage13 .site-logo img {
  width: auto;
  height: auto;
  max-width: 228px;
  max-height: 64px;
  object-fit: contain;
  object-position: left center;
}
.mobile-header.mobile-haeder13 .mobile-logo img,
.mobile-sidebar.mobile-sidebar13 .logos img {
  width: auto;
  height: auto;
  max-width: 210px;
  max-height: 58px;
  object-fit: contain;
}
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li:hover > a,
.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li ul.dropdown-padding li a:hover,
.homepage13-body .header-area.homepage13 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--webtaktik-blue);
}
.header-btn21,
.mobile-sidebar.mobile-sidebar13 .mobile-nav.mobile-nav1 .header-btn21 {
  background: linear-gradient(91deg, var(--webtaktik-blue) 0%, var(--webtaktik-cyan) 100%);
  color: #fff;
}
.header-btn21::after {
  background: var(--webtaktik-dark);
}
.header-btn21.btn2,
.hero13-section-area .hero13-header .header-btn21.btn2 {
  background: #fff;
  color: var(--webtaktik-blue);
  border-color: var(--webtaktik-blue);
}
.header-btn21.btn2:hover,
.hero13-section-area .hero13-header .header-btn21.btn2:hover {
  color: #fff;
  border-color: var(--webtaktik-dark);
}
.hero13-section-area {
  background: var(--webtaktik-soft);
}

.hero13-section-area .hero13-header h5,
.works-header-area h5 {
  color: var(--webtaktik-blue);
}
.hero13-section-area .hero13-header h5 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  max-width: 100%;
  background: rgba(35, 159, 218, 0.08) !important;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: var(--webtaktik-blue);
  color: var(--webtaktik-blue);
  border: 1px solid rgba(35, 159, 218, 0.12);
  border-radius: 6px;
  padding: 8px 12px;
}
.hero13-section-area .hero13-header h5::after {
  display: none;
}
.hero13-section-area .hero13-header h5 img {
  flex: 0 0 auto;
  margin: 0;
}

.heading2 h5::after {
  background: var(--webtaktik-blue);
}
.hero-check-icon {
  background: linear-gradient(135deg, var(--webtaktik-blue), var(--webtaktik-cyan));
}
.hero-check-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  box-shadow: 0 8px 18px rgba(35, 159, 218, 0.22);
}
.hero13-section-area .hero13-header ul li img {
  border-radius: 50%;
}

.works-header-area h5 img,
.testimonial13-section-area .testimonial13-header h5 img,
.footer13-section-area h5 img {
  filter: none;
}
.footer13-section-area .footer-logo-area > a {
  display: inline-flex;
  align-items: center;
  min-height: 72px;
  margin-bottom: 16px;
}
.footer13-section-area .footer-logo-area > a img {
  width: auto;
  height: auto;
  max-width: 228px;
  max-height: 64px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 0;
}
.footer13-section-area .footer-logo-area ul li a {
  background: rgba(35, 159, 218, 0.08);
  color: var(--webtaktik-blue);
}
.footer13-section-area .footer-logo-area ul li a:hover {
  background: var(--webtaktik-blue);
  color: #fff;
}

.about13-section-area .heading20 h5,
.service13-section-area .heading20 h5,
.work13-section-area .heading20 h5,
.testimonial13-section-area .heading20 h5,
.team13-section-area .heading20 h5,
.blog13-section-area .heading20 h5 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(35, 159, 218, 0.08) !important;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: var(--webtaktik-blue);
  color: var(--webtaktik-blue);
  border: 1px solid rgba(35, 159, 218, 0.12);
  border-radius: 6px;
}
.about13-section-area .heading20 h5::after,
.service13-section-area .heading20 h5::after,
.work13-section-area .heading20 h5::after,
.testimonial13-section-area .heading20 h5::after,
.team13-section-area .heading20 h5::after,
.blog13-section-area .heading20 h5::after {
  display: none;
}
.about13-section-area .heading20 h5 img,
.service13-section-area .heading20 h5 img,
.work13-section-area .heading20 h5 img,
.testimonial13-section-area .heading20 h5 img,
.team13-section-area .heading20 h5 img,
.blog13-section-area .heading20 h5 img {
  margin: 0;
}
.about13-section-area .about13-header .about-icons .icons,
.service13-section-area .service13-boxarea .icons {
  background: rgba(35, 159, 218, 0.08);
}
.about13-section-area .about13-header .about-icons a:hover,
.blog13-section-area .blog-auhtor-boxarea .blog-content-area a:hover,
.blog13-section-area .blog-auhtor-boxarea .blog-content-area .readmore {
  color: var(--webtaktik-blue);
}
.service13-section-area,
.homepage13-body .works-inner-section-area.bg2,
.blog13-section-area {
  background: var(--webtaktik-soft);
}
.service13-section-area .service13-boxarea::after,
.team13-section-area .team13-boxarea ul {
  background: linear-gradient(135deg, var(--webtaktik-blue), var(--webtaktik-cyan));
}
.service13-section-area .service13-boxarea .content-area h2 {
  color: rgba(35, 159, 218, 0.12);
}
.service13-section-area .service13-boxarea:hover .content-area h2 {
  color: rgba(255, 255, 255, 0.28);
}
.works-inner-section-area .works-content-box .icons,
.others13-section-area .others-header ul li i,
.blog13-section-area .blog-auhtor-boxarea ul li a i {
  color: var(--webtaktik-blue);
}
.testimonial13-section-area {
  background: linear-gradient(135deg, #0f7fb5 0%, #31b9e8 100%);
}
.testimonial13-section-area .testimonial13-header h5 {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff;
  -webkit-text-fill-color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
}
.team13-section-area .team13-boxarea ul li a:hover {
  color: var(--webtaktik-blue);
}
.cta13-section-area {
  background-image: linear-gradient(135deg, #0f7fb5 0%, #31b9e8 100%);
}
.cta13-section-area .cta13-bg1 {
  display: none;
}
.cta13-section-area .cta13-header a {
  border-color: #fff;
}
.cta13-section-area .cta13-header .header-btn21 {
  background: #fff;
  color: var(--webtaktik-blue);
}
.cta13-section-area .cta13-header .header-btn21.btn2 {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.footer13-section-area .footer-logo-area1 ul li a:hover,
.footer13-section-area .footer-logo-area2 ul li a:hover span,
.footer13-section-area .copyright-area ul li a:hover {
  color: var(--webtaktik-blue);
}
.others13-section-area .others-header h2 {
  color: #fff;
}
.others13-section-area .others-header p {
  color: rgba(255, 255, 255, 0.86);
  opacity: 1;
}
.others13-section-area .others-header ul {
  margin-top: 20px;
}
.others13-section-area .others-header ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  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);
  margin-bottom: 10px;
}
.others13-section-area .others-header ul li i {
  color: var(--webtaktik-cyan);
  font-size: var(--ztc-font-size-font-s18);
}
.others13-section-area .others-header .btn-area1 a {
  border-color: var(--webtaktik-cyan);
}
.others13-section-area .others-header .btn-area1 a:hover {
  border-color: #fff;
}

/*============= CASE STUDY CSS AREA ENDS ===============*/

/* 2026-06-08 mobil dokunma duzeltmesi: hover efekti dokunmatik cihazda tetiklenmesin (header-btn21 ::after siyah flash) */
@media (hover: none){
  .header-btn21:hover::after{visibility:hidden;opacity:0;left:50%;width:10px;}
  .header-btn21:hover{transform:none;}
  .cta13-section-area .cta13-header .header-btn21:hover{color:var(--webtaktik-blue);}
  .hero13-section-area .hero13-header .header-btn21.btn2:hover{color:#FD3B32;}
}
html{-webkit-tap-highlight-color:transparent;}

:root{color-scheme:only light;}

/* 2026-06-08 hero v2: mavi blob eski yerinde (sagdan tasan, kesiksiz) kalir; KADIN gorseli genis ekranda saga, mavinin uzerine kaydirilir */
@media (min-width:1200px) and (max-width:1399.98px){ .hero13-section-area .img1{ transform: translateX(calc((100vw - 1140px) / 2)); } }
@media (min-width:1400px){ .hero13-section-area .img1{ transform: translateX(calc((100vw - 1320px) / 2)); } }

/* 2026-06-09 hero gorseli masaustunde merkeze cekildi (Volkan onayli) */
@media (min-width:992px){.hero13-section-area .img1 img{left:-60px !important;}}

/* FAZ2.5 a11y kontrast (WCAG AA 4.5:1): ic sayfa cta #239FDA->#0a6a99 (anasayfa cta13 ile tutarli koyu mavi), cta butonu koyu yazi. Sadece bu blok eklendi. */
