@charset "UTF-8";
/*
::::::::::::::::::::::::::
 TYPOGRAPHY AREA CSS
::::::::::::::::::::::::::
*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

/*
 ::::::::::::::::::::::::::
  ANIMATION AREA CSS
 ::::::::::::::::::::::::::
 */
@keyframes shape-animaiton1 {
  0% {
    transform: translateY(0);
  }

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

@keyframes shape-animaiton2 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(30px);
  }
}

@keyframes shape-animaiton3 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10px);
  }
}

@keyframes shape-animaiton4 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(1000deg);
  }
}

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

  100% {
    transform: translateY(-20px);
  }
}

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

  100% {
    transform: translateY(20px);
  }
}

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

  100% {
    transform: translateY(15px);
  }
}

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

  100% {
    transform: translateY(-25px);
  }
}

@keyframes animate5 {
  0% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes animate6 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

@keyframes round-circle2 {
  0% {
    transform: rotate(-20deg);
  }

  100% {
    transform: rotate(20deg);
  }
}

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

body {
  font-family: "Figtree", sans-serif;
  font-size: var(--f-fs-font-fs16);
}

body,
html {
  overflow-x: clip;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


option {
  max-width: 100%;
}

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

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

p {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 16px;
}

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

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

.sp {
  padding: 100px 0px;
}

.sp-down {
  padding: 0px 0px 100px 0px;
}

@media (max-width: 768px) {
  .sp {
    padding: 50px 0px;
  }

  .sp-down {
    padding: 0px 0px 50px 0px;
  }
}

.space16 {
  height: 16px;
}

.space10 {
  height: 10px;
}

@media (max-width: 767px) {
  .space10 {
    height: 5px;
  }
}

.space20 {
  height: 20px;
}

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

.space30 {
  height: 30px;
}

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

.space40 {
  height: 40px;
}

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

.space50 {
  height: 50px;
}

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

  .space70 {
    height: 35px !important;
  }

  .space100 {
    height: 50px !important;
  }
}

.space70 {
  height: 70px;
}

.space100 {
  height: 100px;
}

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

._relative {
  position: relative;
}

/*
 ::::::::::::::::::::::::::
  fonts area css
 ::::::::::::::::::::::::::
 */
:root {
  --ztc-text-text-1: #0D0E10;
  --ztc-text-text-2: #fff;
  --ztc-text-pera-text-1: #676879;
  --ztc-text-pera-text-2: #D2D1D5;
  --ztc-bg-main-bg-1: #321e5f;
  --ztc-bg-main-bg-2: #3c99d1;
  --ztc-bg-main-bg-3: #321e5f;
  --ztc-bg-main-bg-4: #A1E934;
  --ztc-bg-bg-1: #F8F9FA;
  --ztc-bg-color-w: #fff;
  --ztc-bg-bg-2: #ebe9ef;
  --ztc-bg-bg-3: #f5f5f8;
  --ztc-bg-bg-4: #1E182D;
  --ztc-bg-bg-5: #342F42;
  --ztc-bg-bg-6: #F2F4F7;
  --ztc-border-border-1: #f0f0f0;
  --ztc-border-border-2: #dfdcdc;
  --f-fw-regular: 400;
  --f-fw-medium: 500;
  --f-fw-semibold: 600;
  --f-fw-blod: 700;
  --f-fw-ex-bold: 800;
  --f-ff-font-1: 'Figtree', sans-serif;
  --f-fs-font-fs16: 16px;
  --f-fs-font-fs18: 18px;
  --f-fs-font-fs20: 20px;
  --f-fs-font-fs22: 22px;
  --f-fs-font-fs24: 24px;
  --f-fs-font-fs26: 26px;
  --f-fs-font-fs28: 28px;
  --f-fs-font-fs30: 30px;
  --f-fs-font-fs32: 32px;
  --f-fs-font-fs34: 34px;
  --f-fs-font-fs36: 36px;
  --f-fs-font-fs40: 40px;
  --f-fs-font-fs42: 42px;
  --f-fs-font-fs44: 44px;
  --f-fs-font-fs48: 48px;
  --f-fs-font-fs50: 50px;
  --f-fs-font-fs52: 52px;
  --f-fs-font-fs54: 54px;
  --f-fs-font-fs56: 56px;
  --f-fs-font-fs58: 58px;
  --f-fs-font-fs60: 60px;
  --f-fs-font-fs62: 62px;
  --f-fs-font-fs64: 64px;
  --f-fs-font-fs66: 66px;
  --f-fs-font-fs68: 68px;
  --f-fs-font-fs70: 70px;
  --f-fs-font-fs72: 72px;
  --f-fs-font-fs74: 74px;
  --f-fs-font-fs76: 76px;
  --f-fs-font-fs78: 78px;
  --f-fs-font-fs80: 80px;
  --f-fs-font-fs82: 82px;
  --f-fs-font-fs84: 84px;
  --f-fs-font-fs86: 86px;
  --f-fs-font-fs88: 88px;
}

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
.heading1 span.span {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-main-bg-2);
  margin-bottom: 16px;
}

.heading1 span.span img {
  margin-top: -3px;
  margin-right: 2px;
}

.heading1 h2 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs52);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading1 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}

@media (max-width: 767px) {
  .heading1 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}

.heading1 h3 a {
  color: var(--Text-Color, #0D0E10);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 100% */
}

.heading1 h4 a {
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  transition: all 0.4s;
}

.heading1 h4 a:hover {
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}

.heading1 h5 {
  color: var(--Text-Color, #0D0E10);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 100% */
}

.heading1 p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  transition: all 0.4s;
}

.heading1-w h2 {
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs52);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-bg-color-w);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading1-w h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}

@media (max-width: 767px) {
  .heading1-w h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }
}

.heading1-w p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-bg-color-w);
}

.heading7 span.span {
  display: inline-block;
  color: var(--ztc-bg-main-bg-1);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 100% */
  border-radius: 4px;
  background: #ebe9ef;
  padding: 8px 12px;
  margin-bottom: 16px;
}

.heading7 h2 {
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  /* 100% */
}

.heading7 h2 span {
  display: inline-block;
  color: var(--ztc-bg-main-bg-2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading7 h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .heading7 h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

.heading7 p {
  color: var(--Home-Page-3-paragraph, #5B5855);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.heading7 h4 a {
  display: inline-block;
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 140% */
  transition: all 0.4s;
}

.heading7 h4 a:hover {
  transition: all 0.4s;
  color: var(--ztc-bg-main-bg-2);
}

/*============================
++++PAGE-PROGRESS-SATRT+++++
=============================*/

/* #Progress
================================================== */

/*============================
++++PAGE-PROGRESS-END+++++
=============================*/

/*Pagination*/

/* video button  */

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

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

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

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

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

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/

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

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

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

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*----------------------------------------*/
/*  02. header
/*----------------------------------------*/

/*----------------------------------------*/
/*  09. sidebar
/*----------------------------------------*/

/* search css */

/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.6
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT 
*/

/*
   * Require Bootstrap 3.x
   * https://github.com/twbs/bootstrap
  */

/*
   * Require Font-Awesome
   * http://fortawesome.github.io/Font-Awesome/
  */

/*
   * Require Ionicons
   * http://ionicons.com/
  */

/* custom code */

/*
::::::::::::::::::::::::::
 BUTTONS AREA CSS
::::::::::::::::::::::::::
*/
.theme-btn1 {
  display: inline-block;
  background-color: var(--ztc-bg-main-bg-1);
  border-radius: 7px;
  padding: 16px 20px;
  color: var(--ztc-text-text-2);
  font-weight: var(--f-fw-blod);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  border: none;
}

.theme-btn1::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: auto;
  right: 0;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1.5);
  transition: all 0.4s;
  animation-name: shape-animaiton4;
  animation-duration: 52s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.theme-btn1 span {
  display: inline-block;
  padding-left: 4px;
}

.theme-btn1:hover {
  color: #fff;
  transform: translateY(-4px);
  transition: all 0.4s;
  background-color: var(--ztc-bg-main-bg-2);
  ;
}

.theme-btn1:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}

.cta-btn1 {
  display: inline-block;
  background-color: var(--ztc-text-text-2);
  border-radius: 5px;
  padding: 16px 20px;
  color: var(--ztc-bg-main-bg-1);
  font-weight: var(--f-fw-blod);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.cta-btn1::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: auto;
  right: 0;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1.5);
  transition: all 0.4s;
  animation-name: shape-animaiton4;
  animation-duration: 52s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.cta-btn1 span {
  display: inline-block;
}

.cta-btn1:hover {
  color: #fff;
  transform: translateY(-4px);
  transition: all 0.4s;
  background-color: var(--ztc-bg-main-bg-2);
}

.cta-btn1:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}

.theme-btn13 {
  display: inline-block;
  padding: 12px 16px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 100% */
  border-radius: 4px;
  position: relative;
  z-index: 2;
  border: none;
  overflow: hidden;
  border-radius: 111px;
}

.theme-btn13 span.text {
  display: inline-block;
  transform: translateY(-8px);
}

.theme-btn13 span.arrows {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  line-height: 32px;
  text-align: center;
  color: var(--ztc-bg-main-bg-1);
  margin-left: 7px;
}

.theme-btn13 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  display: inline-block;
}

.theme-btn13 .arrow1 {
  transition: all 0.4s;
  transform: translateX(7px);
}

.theme-btn13:hover {
  color: #fff;
}

.theme-btn13::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 111px;
  background: var(--ztc-bg-main-bg-1);
  z-index: -2;
}

.theme-btn13::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 111px;
  background: var(--ztc-bg-main-bg-2);
  ;
  z-index: -1;
  transition: all 0.4s;
  transform: rotateY(80deg);
  opacity: 0;
}

.theme-btn13:hover {
  transition: all 0.4s;
}

.theme-btn13:hover::before {
  width: 100%;
  transition: all 0.4s;
  transform: rotateY(0deg);
  opacity: 1;
}

/*
::::::::::::::::::::::::::
    BUTOTNS AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 ABOUT AREA CSS
::::::::::::::::::::::::::
*/

.about7 .images-all {
  position: relative;
}

.about7 .images-all .image1 img {
  width: 100%;
}

.about7 .images-all .image2 {
  background-color: #0061FF;
  padding: 20px;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.about7 .images-all .image2 h4 {
  color: var(--White-colors, #FFF);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 100% */
}

.about7 .images-all .image2 p {
  color: var(--White-colors, rgba(255, 255, 255, 0.7882352941));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
  padding-top: 10px;
}

.about7 .heading7 {
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about7 .heading7 {
    padding-left: 0;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .about7 .heading7 {
    padding-left: 0;
    padding-top: 30px;
  }
}

.about-solution .images img {
  width: 100%;
  border-radius: 7px;
}

.about-solution .heading1 {
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-solution .heading1 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .about-solution .heading1 {
    padding-left: 0;
  }
}

/*
::::::::::::::::::::::::::
 ABOUT AREA CSS
::::::::::::::::::::::::::
*/
/*--------------------------------------------------------------
  19. Casestudie
----------------------------------------------------------------*/

.bg1 {
  background-color: #F8F9FA;
}

/*
::::::::::::::::::::::::::
 SERVICE AREA CSS
::::::::::::::::::::::::::
*/
.service {
  background-color: var(--ztc-bg-bg-1);
}

.details-left-space {
  padding-left: 30px;
}

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

@media (max-width: 767px) {
  .details-left-space {
    padding-left: 0;
  }
}

.details-post-area .image img {
  width: 100%;
}

.service7 {
  position: relative;
}

.service7 .service7-box {
  margin-top: 30px;
  border-radius: 4px;
  transition: all 0.4s;
}

.service7 .service7-box .heading-area {
  background-color: #d6d2df;
  padding: 32px;
  border-radius: 4px 4px 0px 0px;
  transition: all 0.4s;
}

.service7 .service7-box .heading-area .icon {
  height: 56px;
  width: 56px;
  background-color: #ebe9ef;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  margin-bottom: 16px;
}

.service7 .service7-box .heading-area p {
  padding: 16px 0px;
  transition: all 0.4s;
}

.service7 .service7-box .heading-area .learn {
  display: inline-block;
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 100% */
  transition: all 0.4s;
}

.service7 .service7-box .heading-area .learn span {
  display: inline-block;
  transform: rotate(-45deg);
}

.service7 .service7-box .heading-area .learn:hover {
  transition: all 0.4s;
  color: var(--ztc-bg-main-bg-1);
}

.service7 .service7-box .image {
  overflow: hidden;
  border-radius: 0px 0px 4px 4px;
}

.service7 .service7-box .image img {
  width: 100%;
  transition: all 0.4s;
}

.service7 .service7-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}

.service7 .service7-box:hover .heading-area {
  transition: all 0.4s;
  background-color: var(--ztc-bg-main-bg-1);
}

.service7 .service7-box:hover .heading-area .icon {
  background-color: #fff;
  transition: all 0.4s;
}

.service7 .service7-box:hover .heading-area h4 a {
  color: #fff;
  transition: all 0.4s;
}

.service7 .service7-box:hover .heading-area p {
  color: rgba(255, 255, 255, 0.8078431373);
  transition: all 0.4s;
}

.service7 .service7-box:hover .heading-area .learn {
  color: #fff;
  transition: all 0.4s;
}

.service7 .service7-box:hover .image img {
  transform: scale(1.1) rotate(2deg);
}

/*
::::::::::::::::::::::::::
 SERVICE AREA CSS
::::::::::::::::::::::::::
*/

.bg5 {
  position: relative;
}

.bg5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -3;
  background-color: #F5F6F9;
}

/*
::::::::::::::::::::::::::
 CHOOSE AREA CSS
::::::::::::::::::::::::::
*/

/*
 ::::::::::::::::::::::::::
  CHOOSE AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 cta AREA CSS
::::::::::::::::::::::::::
*/
.cta {
  background-color: var(--ztc-bg-main-bg-2);
  padding: 80px 0px;
}

.cta-bg-2 {
  background-color: var(--ztc-bg-main-bg-1) !Important;
}

.cta .buttons {
  text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta .buttons {
    text-align: start;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .cta .buttons {
    text-align: start;
    margin-top: 20px;
  }
}

/*
::::::::::::::::::::::::::
 cta AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FAQ AREA CSS
::::::::::::::::::::::::::
*/

.faq7 .faq-area .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.faq7 .faq-area .accordion {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.faq7 .faq-area .accordion .accordion-item {
  padding: 0;
  margin-top: 20px;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  border: 2px solid #CFD7EF;
}

.faq7 .faq-area .accordion .accordion-item button {
  padding: 24px;
  border: none;
  background: none;
  border-radius: 0 !important;
  color: var(--Home-Page-3-text-Colors, #180D03);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 100% */
}

.faq7 .faq-area .accordion .accordion-item button:focus {
  box-shadow: none;
}

.faq7 .faq-area .accordion .accordion-item .accordion-body {
  padding: 0px 24px 24px 24px;
  color: var(--Home-Page-3-white-colors, #5C5A64);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.faq7 .faq-area .accordion .accordion-item.active button {
  color: #0c63e4;
}

.faq7 .faq-area .accordion .accordion-item.active button::after {
  filter: brightness(0);
}

.faq7 .faq-image {
  margin-left: 30px;
}

.faq7 .faq-image img {
  width: 100%;
}

/*
::::::::::::::::::::::::::
 FAQ AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/

.solution .solution-images {
  text-align: center;
  height: 500px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution .solution-images {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .solution .solution-images {
    margin-top: 40px;
  }
}

.solution .solution-images .image1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.solution .solution-images .image2 {
  padding-top: 50px;
}

.solution .solution-images .image3 {
  position: absolute;
  left: 0;
  bottom: 0;
}

/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */
/* .contact-page .contact-boxs {
  padding-right: 60px;
} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page .contact-boxs {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .contact-page .contact-boxs {
    padding-right: 0;
  }
}

.contact-page .contact-boxs .contact-box {
  display: flex;
  align-items: center;
  background-color: #F8F9FA;
  border-radius: 7px;
  padding: 20px 24px;
  margin-top: 30px;
  transition: all 0.4s;
}

.contact-page .contact-boxs .contact-box .icon {
  height: 60px;
  width: 60px;
  background-color: var(--ztc-bg-bg-2);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}

.contact-page .contact-boxs .contact-box .heading {
  padding-left: 16px;
}

.contact-page .contact-boxs .contact-box .heading h5 {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
}

.contact-page .contact-boxs .contact-box .heading a {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  padding-top: 14px;
  display: inline-block;
}

.contact-page .contact-boxs .contact-box:hover {
  transition: all 0.4s;
  transform: translateY(-6px);
}

/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/

.common-hero {
  min-height: 400px;
  display: flex;
  padding-top: 90px;
  align-items: center;
  position: relative;
  z-index: -2;
  overflow: hidden;
  background: #E7EAF3;
}

.common-hero .main-heading span.span {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-bg-main-bg-1);
  margin-bottom: 16px;
}

.common-hero .main-heading span.span img {
  margin-top: -3px;
  margin-right: 2px;
}

.common-hero .main-heading span.span span.arrow {
  display: inline-block;
  padding: 0px 3px;
  font-size: 15px;
}

.common-hero .main-heading span.span a {
  color: var(--ztc-bg-main-bg-1);
}

.common-hero .main-heading h1 {
  font-size: var(--f-fs-font-fs64);
  line-height: var(--f-fs-font-fs74);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-hero .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}

@media (max-width: 767px) {
  .common-hero .main-heading h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }
}

.common-hero::after {
  position: absolute;
  content: "";
  top: 60px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-hero::after {
    background-size: cover;
    top: 0;
  }
}

@media (max-width: 767px) {
  .common-hero::after {
    background-size: cover;
    top: 0;
  }
}

.common-hero p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-2);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-100%);
  }
}

@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }

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

/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/

.hero7 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 800px;
  display: flex;
  align-items: center;
}

.hero7 .main-heading {
  padding-top: 90px;
  padding-right: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7 .main-heading {
    padding-right: 0px;
    padding-top: 160px;
  }
}

@media (max-width: 767px) {
  .hero7 .main-heading {
    padding-right: 0px;
    padding-top: 160px;
  }
}

.hero7 .main-heading .span {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 88.889% */
  border-radius: 111px;
  background-color: rgba(255, 255, 255, 0.0901960784);
  padding: 8px 12px;
  margin-bottom: 16px;
}

.hero7 .main-heading h1 {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
  /* 113.333% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .hero7 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

.hero7 .main-heading p {
  color: rgba(255, 255, 255, 0.9176470588);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
}

.hero7 .main-heading .buttons a:nth-child(1) {
  margin-right: 12px;
}

.hero7 .images-all {
  position: relative;
  height: 550px;
  text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7 .images-all {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .hero7 .images-all {
    height: 500px;
    margin-bottom: 90px;
  }
}

/*===================
 PRRELOADER AREA CSS 
 ========================
*/
/* Preloader */

/* Spinner cargando */

/* Texto cargando */

/* Efecto de fade en la animación de cargando */

/* Efecto de cortina */

/* Animación del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

/* Animación de las letras cargando del preloader */
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {

  /* Preloader */
  /* Spinner cargando */

  /* Texto cargando */
}

@media screen and (max-width: 500px) {

  /* Prelaoder */
  /* Spinner cargando */

  /* Texto cargando */
}

/*
::::::::::::::::::::::::::
 PROHECT AREA CSS
::::::::::::::::::::::::::
*/
.project {
  background-color: var(--ztc-bg-bg-3);
}

/*
::::::::::::::::::::::::::
 PROHECT AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 TEAM AREA CSS
::::::::::::::::::::::::::
*/

/*
::::::::::::::::::::::::::
 TEAM AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/

/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/

/*
::::::::::::::::::::::::::
 WORK AREA CSS
::::::::::::::::::::::::::
*/

.work .heading1 {
  padding-right: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work .heading1 {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .work .heading1 {
    padding-right: 0;
  }
}

/*
::::::::::::::::::::::::::
 WORK AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/

/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA CSS
::::::::::::::::::::::::::
*/
.footer1 {
  padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1 {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .footer1 {
    padding-top: 50px;
  }
}

.footer1 .single-footer-items h3 {
  color: var(--ztc-text-text-1);
  line-height: var(--f-fs-font-fs24);
  font-size: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .footer1 .single-footer-items h3 {
    margin-bottom: 16px;
    margin-top: 30px;
  }
}

.footer1 .single-footer-items .social-icon {
  padding-top: 24px;
}

.footer1 .single-footer-items .social-icon li {
  display: inline-block;
}

.footer1 .single-footer-items .social-icon li a {
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs16);
  background-color: var(--ztc-bg-bg-2);
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin: 0px 2px;
  transition: all 0.4s;
}

.footer1 .single-footer-items .social-icon li a:hover {
  color: var(--ztc-bg-color-w);
  background-color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}

.footer1 .single-footer-items .menu-list li a {
  display: inline-block;
  color: var(--ztc-text-pera-text-1);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  padding: 10px 0px;
  transition: all 0.4s;
}

.footer1 .single-footer-items .menu-list li a:hover {
  color: var(--ztc-bg-main-bg-3);
  transform: translateX(5px);
  transition: all 0.4s;
}

.footer1 .single-footer-items .contact-box {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}

.footer1 .single-footer-items .contact-box .icon {
  margin-right: 16px;
}

.footer1 .single-footer-items .contact-box .pera a {
  display: inline-block;
  color: var(--ztc-text-pera-text-1);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-regular);
  transition: all 0.4s;
}

.footer1 .single-footer-items .contact-box .pera a:hover {
  color: var(--ztc-bg-main-bg-1);
  transition: all 0.4s;
}

.footer1 .copyright-area {
  border-top: 1px solid #E8EAED;
}

.footer1 .copyright-area .coppyright p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
}

@media (max-width: 767px) {
  .footer1 .copyright-area .coppyright p {
    padding-top: 16px;
  }
}

.footer1 .copyright-area .coppyright a {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-1);
  display: inline-block;
}

.footer1 .copyright-area .coppyright.right-area {
  text-align: end;
}

@media (max-width: 767px) {
  .footer1 .copyright-area .coppyright.right-area {
    text-align: start;
  }
}

.footer1 .copyright-area .coppyright.right-area a {
  padding: 20px 20px;
}

.footer1 .copyright-area .coppyright.right-area a:nth-child(1) {
  position: relative;
}

@media (max-width: 767px) {
  .footer1 .copyright-area .coppyright.right-area a:nth-child(1) {
    padding: 20px 20px 20px 0px;
  }
}

.footer1 .copyright-area .coppyright.right-area a:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 2px;
  height: 20px;
  background-color: #E8EAED;
}

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

/*
::::::::::::::::::::::::::
 FOOTER AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA CSS
::::::::::::::::::::::::::
*/

.header_right_one .header1-buttons {
  display: flex;
  align-items: center;
}

.header_right_one .header1-buttons .contact-btn {
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.header_right_one .header1-buttons .contact-btn .icon {
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  background-color: var(--ztc-bg-bg-2);
  margin-right: 10px;
}

.header_right_one .header1-buttons .contact-btn .headding p {
  font-size: 12px;
  line-height: 12px;
  color: var(--ztc-text-pera-text-1);
}

.header_right_one .header1-buttons .contact-btn .headding a {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  color: var(--ztc-text-text-1);
  display: inline-block;
  margin-top: 10px;
}

/*
::::::::::::::::::::::::::
 HEADER AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  NAV MENU AREA CSS
 ::::::::::::::::::::::::::
 */

/* 
++++++++++++++++++++++++++++++++++
=========nav menu all ==========
+++++++++++++++++++++++++++++++++
*/

@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all ====== ======
+++++++++++++++++++++++++++++++++
*/
/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all 2 ====== ======
+++++++++++++++++++++++++++++++++
*/

/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all 1 ====== ======
+++++++++++++++++++++++++++++++++
*/
/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all 2 ====== ======
+++++++++++++++++++++++++++++++++
*/

/* 
++++++++++++++++++++++++++++++++
========nav menu all 2 ======
++++++++++++++++++++++++++++++++
*/

/*
::::::::::::::::::::::::::
 NAV MENU AREA CSS
::::::::::::::::::::::::::
*/

/*--------------------------------------------------------------
 Header
----------------------------------------------------------------*/
.cs_site_header {
  position: absolute;
  width: 100%;
  z-index: 101;
  left: 0;
  top: 0px;
  transition: all 0.4s ease;
}

.cs_site_header.cs_style_1 .cs_main_header_in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.cs_site_header.cs_style_1 .cs_main_header_in {
  height: 100px;
}

.cs_site_header.cs_style_1 .cs_main_header_right {
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .cs_main_header .container {
    max-width: 100%;
  }

  .cs_site_header.cs_style_1 .cs_nav {
    display: flex;
  }
}

.cs_nav {
  color: #fff;
}

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

.cs_sticky_header {
  position: fixed !important;
  width: 100%;
  z-index: 999;
}

.cs-gescout_sticky {
  position: fixed !important;
  top: -110px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  background-color: #000026;
}

.cs-gescout_show {
  top: 0 !important;
  opacity: 1;
  visibility: visible;
}

.cs_site_branding {
  display: inline-block;
}

.cs_site_branding+.cs_nav {
  margin-left: 65px;
}

@media screen and (min-width: 1200px) {
  .cs_main_header {
    position: relative;
  }

  .cs_site_header.cs_style_1 .cs_main_header_left {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cs_nav {
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
  }

  .header-area2 .cs_nav {
    color: #000;
  }

  .cs_nav .cs_nav_list {
    display: flex !important;
    flex-wrap: wrap;
    height: inherit;
    padding-top: 5px;
  }

  .cs_nav .cs_nav_list li:not(.cs-mega_menu) {
    position: relative;
  }

  .cs_nav .cs_nav_list>li {
    margin-right: 30px;
    height: inherit;
  }

  .cs_nav .cs_nav_list>li:last-child {
    margin-right: 0;
  }

  .cs_nav .cs_nav_list>li>a {
    padding: 10px 0;
    display: inline-flex;
    position: relative;
    height: inherit;
    align-items: center;
    color: var(--heading-color);
  }

  .cs_nav .cs_nav_list>li>ul {
    left: 0;
    top: calc(100% + 15px);
  }

  .cs_nav .cs_nav_list>li:hover>ul {
    top: 90%;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }

  .cs_nav .cs_nav_list ul {
    width: 230px;
    background-color: #fff;
    position: absolute;
    border-top: 2px solid #0e38b1;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    border-radius: 0 0 5px 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: var(--heading-color);
  }

  .cs_nav .cs_nav_list ul li:not(:last-child) a {
    position: relative;
  }

  .cs_nav .cs_nav_list ul li:not(:last-child) a::after {
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
  }

  .cs_nav .cs_nav_list ul li:hover ul {
    top: 0px;
  }

  .cs_nav .cs_nav_list ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }

  .cs_nav .cs_nav_list ul a {
    display: block;
    line-height: inherit;
    padding: 10px 20px;
  }

  .cs_nav .cs_nav_list ul ul {
    top: 15px;
    left: 100%;
  }

  .cs-munu_toggle {
    display: none;
  }

  .cs-gescout_sticky .cs_main_header {
    padding-top: 0;
  }
}

@media screen and (max-width: 1550px) {
  .cs_site_header_full_width .container {}

  .cs_site_branding+.cs_nav {
    margin-left: 35px;
  }

  .cs_nav .cs_nav_list>li {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1199px) {

  /*Mobile Menu Button*/
  .cs_nav .cs_nav_list>li {
    margin-right: 0;
  }

  .cs_site_header.cs_style_1 .cs_main_header_right {
    padding-right: 55px;
  }

  .cs_site_header_full_width .container {
    padding: 0 15px;
  }

  .cs_nav .cs_nav_list {
    position: absolute;
    width: 100vw;
    left: -15px;
    background-color: #181818;
    padding: 10px 0;
    display: none;
    top: 100%;
    border-top: 1px solid #4d4d4d 52;
    border-bottom: 1px solid #4d4d4d 52;
    overflow: auto;
    max-height: calc(100vh - 80px);
    line-height: 1.6em;
  }

  .cs_nav .cs_nav_list ul {
    padding-left: 15px;
    display: none;
    text-transform: capitalize;
  }

  .cs_nav .cs_nav_list a {
    display: block;
    padding: 8px 20px;
  }

  .cs-munu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;
  }

  .cs-munu_toggle span, .cs-munu_toggle span:before, .cs-munu_toggle span:after {
    width: 100%;
    height: 2px;
    background-color: currentColor;
    display: block;
  }

  .cs-munu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }

  .cs-munu_toggle span:before {
    content: '';
    position: absolute;
    margin-top: -9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }

  .cs-munu_toggle span:after {
    content: '';
    position: absolute;
    margin-top: 9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }

  .cs_site_header.cs_style_1 .cs-munu_toggle {
    top: 50%;
    right: 0px;
    margin-top: -13px;
    color: #000
  }

  .cs_nav .cs_nav_list a {
    position: relative;
  }

  .cs_site_header.cs_style_1 .cs_main_header_in {
    height: 80px;
  }

  .cs_site_header.cs_style_1 {
    top: 0;
  }
}

@media screen and (max-width: 991px) {
  .cs_site_header .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {

  .cs_site_header.cs_style_1 .cs_main_header_right {
    display: none
  }

}

 .cs_nav .cs-munu_toggle.cs_teggle_active+.cs_nav_list {
  display: block;
}

.cs_main_header {
  position: relative;
}

.cs_accent_bg {
  background: #fff;
}

.cs_site_header.cs_style_1 .cs_main_header .container {
  position: relative;
}

.cs_site_header.cs_style_1 .cs_main_header_in {
  position: relative;
  z-index: 1;
}

.cs_site_header.cs_style_1 .cs_main_header_in {
  height: 90px;
}

.cs_nav .cs_nav_list>li>a:hover {}

.main-page-area {
  padding: 30px 0 0;
}

@media (max-width: 1199px) {

  .main-page-area {
    padding: 0;
  }

  .cs_nav .cs_nav_list li a {
    color: #fff;
  }
}

.cs_main_header_center1 {
  height: 100%;
}

/*Start Video Popup*/

/*End Video Popup*/

.accordion-content {
  display: none;
}

.accordion-item.active .accordion-content {
  display: block;
}

.hero7 {
}

.heading-title {
  color: var(--ztc-bg-main-bg-2) !important;
}