@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
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%;
}


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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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


/* END: Preloader */
.header-search-container form input {
  outline: none;
  border: none;
  background: none;
  font-family: var(--ztc-family-font1);
  font-weight: 500;
}



.hero-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1);
  transition: opacity 1.5s ease-in-out, transform 7s ease-in-out;
  z-index: 0;
}

.hero-slide.visible {
  opacity: 1;
  transform: scale(1.1);
  z-index: 1;
}


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

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

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

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

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

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

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

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

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

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

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

.mobile-header.mobile-haeder8 .mobile-logo h1 {
  color: #333;
  font-size: 18px;
  font-weight: 800;
}
.mobile-header.mobile-haeder8 .mobile-logo a {
  color: #333;
  font-size: 18px;
  font-weight: 800;
}

.mobile-sidebar.mobile-sidebar8 {
  background: var(--ztc-text-text-1);
  overflow-y: scroll;
}
.mobile-sidebar.mobile-sidebar8 .logos img {
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-sidebar.mobile-sidebar8 .logos h1 {
  color: #333;
  font-size: 18px;
  font-weight: 800;
}
.mobile-sidebar.mobile-sidebar8 .logos a {
  color: #333;
  font-size: 18px;
  font-weight: 800;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



.hero-section-area {
  position: relative;
  background-image: url(../img/header-bg8.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 240px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section-area {
    padding: 160px 0 0 0;
  }
}
@media (max-width: 767px) {
  .hero-section-area {
    padding: 160px 0 0 0;
  }
}
.hero-section-area .elements16 {
  position: absolute;
  right: 50px;
  top: 35%;
  height: 140px;
  width: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .hero-section-area .elements16 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section-area .elements16 {
    display: none;
  }
}
.hero-section-area .elements17 {
  position: absolute;
  left: 17%;
  top: 33%;
}
@media (max-width: 767px) {
  .hero-section-area .elements17 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section-area .elements17 {
    display: none;
  }
}
.hero-section-area .star8 {
  position: absolute;
}
.hero-section-area .star9 {
  position: absolute;
  right: 0;
  top: 50%;
}
.hero-section-area .bottom-img img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.hero-section-area .hero-header {
  position: relative;
}
.hero-section-area .hero-header h2 {
  color: #fff;
  font-size: 250%;
  font-weight: bold;
  padding: 30px 10px;
  line-height: 65px;
  text-shadow: 3px 3px 3px #03044d;
}
.hero-section-area .hero-header p {
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  padding: 25px 10px;
  line-height: 30px;
  text-shadow: 2px 2px 3px #03044d;
}

.hero-section-area .page-header  {
  color: #fff;
  padding: 0px 30px 120px;
  text-align: left !important;
}

.hero-section-area .page-header h2 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  padding: 0px 10px;
  line-height: 45px;
  text-align: left !important;
}
.hero-section-area .page-header p {
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  padding: 0px 10px;
  text-align: left !important;
}
@media (max-width: 767px) {
  .hero-section-area .page-header h2  {
    color: #fff;
    font-size: 22px !important;
    font-weight: bold;
    text-align: left;
    padding: 30px 10px 0px;
    line-height: 35px;
  }
  .hero-section-area .hero-header p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 25px 10px 0px;
    text-align: left;
    line-height: 20px;
  }
  .hero-section-area .page-header  {
    color: #fff;
    padding: 0px 00px 100px;
    text-align: left !important;
  }
}


.pc-only {
  display: inline;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}


.hero-section-area .hero-header form {
  position: relative;
  background: var(--ztc-text-text-1);
  border-radius: 100px;
  padding: 16px 16px 16px 24px;
  height: 80px;
  width: 670px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .hero-section-area .hero-header form {
    width: 100%;
  }
}
.hero-section-area .hero-header form input {
  width: 100%;
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  height: 45px;
  padding-left: 22px;
}
.hero-section-area .hero-header form input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.hero-section-area .hero-header form input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.hero-section-area .hero-header form button {
  border: none;
  outline: none;
  position: absolute;
  right: 16px;
  top: 15px;
}
@media (max-width: 767px) {
  .hero-section-area .hero-header form button {
    top: 102px;
  }
}
.hero-section-area .hero-header form span.global {
  color: var(--ztc-text-text-3);
  position: absolute;
  top: 28px;
}


.about-section-area {
  position: relative;
  padding: 100px 0;
}
.about-section-area-r {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .about-section-area {
    padding: 50px 0;
  }
  .about-section-area-r {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section-area {
    padding: 50px 0;
  }
  .about-section-area-r {
    padding: 50px 0;
  }
}
.about-section-area::after {
  position: absolute;
  content: "";
  height: 300px;
  width: 40%;
  left: 0;
  transition: all 0.4s;
  background: #F7F8FA;
  top: 130px;
  z-index: -1;
  bottom: 100px;
}

.about-section-area-r::after {
  position: absolute;
  content: "";
  height: 500px;
  width: 40%;
  right: 0;
  transition: all 0.4s;
  background: #F7F8FA;
  top: 120px;
  z-index: -1;
  bottom: 120px;
}

@media (max-width: 767px) {
  .about-section-area::after {
    display: none;
  }
  .about-section-area-r::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section-area::after {
    display: none;
  }
  .about-section-area-r::after {
    display: none;
  }
}
.about-section-area .counter-area .counter-box {
  text-align: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--ztc-border-border-1);
}
.about-section-area-r .counter-area .counter-box {
  text-align: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--ztc-border-border-1);
}
.about-section-area .counter-area .counter-box h3 {
  margin-bottom: 10px;
}
.about-section-area-r .counter-area .counter-box h3 {
  margin-bottom: 10px;
}
.about-section-area .counter-area .counter-box.after {
  padding: 24px 0 0 0;
  border-bottom: none;
}
.about-section-area-r .counter-area .counter-box.after {
  padding: 24px 0 0 0;
  border-bottom: none;
}
@media (max-width: 767px) {
  .about-section-area .counter-area .counter-box.after {
    border-bottom: 1px solid var(--ztc-border-border-1);
    padding: 24px 0;
  }
  .about-section-area-r .counter-area .counter-box.after {
    border-bottom: 1px solid var(--ztc-border-border-1);
    padding: 24px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section-area .counter-area .counter-box.after {
    border-bottom: 1px solid var(--ztc-border-border-1);
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .about-section-area .images {
    margin-top: 30px;
  }
  .about-section-area-r .images {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section-area .images {
    margin-top: 30px;
  }
  .about-section-area-r .images {
    margin-top: 30px;
  }
}
.about-section-area .images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-section-area-r .images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service__images {
  max-width: 600px;
  margin: 0 auto;
}
.about-section-area .about-header {
  padding: 0 0 0 50px;
}
.about-section-area-r .about-header {
  padding: 0 0 0 50px;
}
.about-section-area .about-header h2 {
  font-size: 170%;
}
.about-section-area .about-header h3 {
  font-size: 170%;
}
@media (max-width: 767px) {
  .about-section-area .about-header h2 {
    font-size: 140%;
    text-align: left;
  }
  .about-section-area .about-header h3 {
    font-size: 140%;
    text-align: left;
  }
  .about-section-area .about-header {
    padding: 0;
    margin-top: 30px;
    text-align: left;
  }
}

.about-section-area-r .about-header h2 {
  font-size: 170%;
}
@media (max-width: 767px) {
  .about-section-area-r .about-header h2 {
    font-size: 140%;
    text-align: left;
  }
  .about-section-area-r .about-header {
    padding: 0;
    margin-top: 30px;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section-area .about-header {
    padding: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.about-section-area .about-header h5 {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .about-section-area .about-header h5 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section-area-r .about-header {
    padding: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.about-section-area-r .about-header h5 {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .about-section-area-r .about-header h5 {
    margin-left: 0;
  }
}

.ceo {
  text-align: right;
  font-size: 20px !important;
  font-weight: 600 !important;
}
.ceo span {
  font-size: 14px;
  font-weight: 600 !important;
}

.about-section-area-r .images {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 0px;
}

.recruit_support {
  position: relative;
  margin: 2em 0;
  padding: 35px 10px 7px;
  border: solid 2px #FFC107;
  background-color: #fff;
}
.recruit_support .box-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #FFC107;
  color: #ffffff;
  font-weight: bold;
}
.recruit_support p {
  margin: 0; 
  padding: 0;
}

.about-header ul li {
  list-style-type: disc !important; 
  margin-left: 15px !important;
}

.Job_description table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #bbb; /* 少し濃いめのグレー */
  font-size: 16px;
}

.Job_description th {
  background-color: #f0f0f0 !important;
  border: 1px solid #ddd; /* 少し濃いめのグレー */
  text-align: left;
  padding: 0px 10px;
}
@media (max-width: 767px) {
  .Job_description th {
    background-color: #f0f0f0 !important;
    border: 1px solid #ddd; /* 少し濃いめのグレー */
    text-align: left;
    padding: 0px 10px;
    width: 30%;
  }
}

.Job_description td {
  background-color: #fff; /* td背景：白 */
  border: 1px solid #eee; /* 枠線：やや濃いグレー */
  padding: 12px;
  text-align: left;
}

.cta-wrapper {
  text-align: center;
  margin: 40px 0;
}

.cta-caption {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

.cta-caption span {
  font-weight: 700;
  font-size: 17px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f26b5b; /* 画像の赤に近い色 */
  color: #fff;
  text-decoration: none;
  padding: 14px 24px;
  font-size: 16px;
  border-radius: 30px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.cta-wrapper a:hover {
  color: #f4f4f4;
}

.cta-button:hover {
  background-color: #e15748;
}

.cta-icon {
  font-size: 18px;
  margin-left: 10px;
  line-height: 1;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .cta-caption {
    font-size: 14px;
  }

  .cta-button {
    font-size: 14px;
    padding: 12px 20px;
  }

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



/*============= cta-section-area ===============*/

.cta-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-6);
}
.cta-section-area .cta-bg1 {
  position: absolute;
  top: 0;
  right: 0;
}
.cta-section-area .cta-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cta-section-area .cta-header-area {
  border-radius: 4px;
  position: relative;
}
.cta-section-area .cta-header-area h2 {
  color: var(--ztc-text-text-1);
}

.cta-section-area .text-anime-style-3 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
}

/* 左の＼ */
.cta-section-area .text-anime-style-3::before {
  content: '＼';
  margin-right: 0.4em;
}

/* 右の／ */
.cta-section-area .text-anime-style-3::after {
  content: '／';
  margin-left: 0.4em;
}
@media (max-width: 767px) {
  .cta-section-area .text-anime-style-3 {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
  }
}

.cta-section-area .cta-header-area p {
  color: var(--ztc-text-text-1);
  opacity: 80% !important;
}
.cta-section-area .cta-header-area .btn-area {
  display: inline-block;
  margin-top: 32px;
}
.cta-section-area .cta-header-area .btn-area .header-btn15 {
  background: var(--ztc-bg-bg-27);
  color: var(--ztc-text-text-2);
}
.cta-section-area .cta-header-area .btn-area .header-btn15:hover {
  background: var(--ztc-text-text-2);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.cta-section-area .cta-header-area .btn-area .header-btn15.btn2 {
  background: none;
  border: 1px solid var(--ztc-text-text-1);
  color: var(--ztc-text-text-1);
  margin-left: 20px;
}
@media (max-width: 767px) {
  .cta-section-area .cta-header-area .btn-area .header-btn15.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cta-section-area .cta-header-area .btn-area .header-btn15.btn2:hover {
  background: var(--ztc-bg-bg-27);
  color: var(--ztc-text-text-2);
  border: 1px solid var(--ztc-bg-bg-27);
}


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


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



.footer-section-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 0 0;
}
@media (max-width: 767px) {
  .footer-section-area {
    padding: 40px 0 0 0;
  }
}
.footer-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}
.footer-section-area .footer-logo-area .logo {
  height: 48px;
  width: 147px;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo-inline a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: inherit;
}

.logo-inline img {
  height: 45px;
  display: block;
  vertical-align: middle;
}

.logo-inline span {
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
}

.footer-section-area .footer-logo-area img {
}
.footer-section-area .footer-logo-area span {
  font-size: 18px;
  font-weight: 800;
  color: #333;
}
.footer-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
.footer-section-area .footer-logo-area ul {
  margin-top: 24px;
}
.footer-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #E8F0FF;
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
}
.footer-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-16);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.footer-section-area .footer-logo-area ul li a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.footer-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
}
.footer-section-area .footer-logo-area1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}
.footer-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-16);
  padding-left: 5px;
  transition: all 0.4s;
}
.footer-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;
}
.footer-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);
}
.footer-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer-section-area .footer-logo-area2 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: 15px;
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}
.footer-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.footer-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}
.footer-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}
.footer-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
}
.footer-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: #F7F8FA;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 52px;
  line-height: 16px;
}
.footer-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);
}
.footer-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);
}
.footer-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);
}
.footer-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer-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) {
  .footer-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}
.footer-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}
@media (max-width: 767px) {
  .footer-section-area .copyright-area ul {
    margin-top: 20px;
  }
}
.footer-section-area .copyright-area ul li {
  display: inline-block;
}
.footer-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  margin: 0 32px 0 0;
}



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

.page-scetion-area {
  z-index: 1;
}

.page-scetion-area .heading13 h3 {
  font-size: 34px;
}
@media (max-width: 767px) {
  .page-scetion-area .heading13 h2 {
    font-size: 140%;
  }
  .page-scetion-area .heading13 h3 {
    font-size: 24px;
  }
}

.service-header-area h3 {
  font-size: 34px !important;
}

@media (max-width: 767px) {
  .service-header-area h3 {
    font-size: 24px !important;
  }
}

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

@media (max-width: 767px) {
  .service-header-area h3 {
    font-size: 20px !important;
  }
}

.bg__color__a {
  background: #F7F8FA;
}

.bg__color__b {
  background: #fbfbfc;
}


/* table01 */
.company__table {
  width: 100%;
  margin-bottom: 56px;
}
.company__table th,.company__table td {
  text-align: left;
  padding: 24px 0;
  border: none;
}

.company__table th {
  width: 15%;
  border-bottom: 1px solid #238f44;
  text-align: left;
}
.company__table td {
  border-bottom: 1px solid #ccc;
  padding-left: 40px;
}



/* 沿革 */
.timeline {
  display: flex;
  flex-direction: column;
  gap: 0px;
  position: relative;
  padding-left: 20px;
  margin: 40px auto;
  max-width: 800px;
}

.timeline__item {
  display: grid;
  grid-template-columns: 130px 80px 1fr;
  align-items: center;
}

.timeline__date {
  font-weight: bold;
  font-size: 16px;
}

.timeline__line {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
}

.timeline__line::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ccc;
}

.timeline__dot {
  width: 14px;
  height: 14px;
  background-color: #238f44;
  border-radius: 50%;
  z-index: 1;
  align-self: center;
}

.timeline__content {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  padding: 30px;
}



.content-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}
.page-content-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: left;
  text-align: left;
  color: white;
}

.map p {
  text-align: right;
  padding: 10px 0px;
}

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

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

.space6 {
  height: 6px;
}

.space8 {
  height: 8px;
}

.space10 {
  height: 10px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space18 {
  height: 18px;
}

.space20 {
  height: 20px;
}

.space22 {
  height: 22px;
}

.space24 {
  height: 24px;
}

.space26 {
  height: 26px;
}

.space28 {
  height: 28px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space34 {
  height: 34px;
}

.space36 {
  height: 36px;
}

.space38 {
  height: 38px;
}

.space40 {
  height: 40px;
}

.space42 {
  height: 42px;
}

.space44 {
  height: 44px;
}

.space46 {
  height: 46px;
}

.space48 {
  height: 48px;
}

.space50 {
  height: 50px;
}

.space52 {
  height: 52px;
}

.space54 {
  height: 54px;
}

.space56 {
  height: 56px;
}

.space58 {
  height: 58px;
}

.space60 {
  height: 60px;
}

.space62 {
  height: 62px;
}

.space64 {
  height: 64px;
}

.space66 {
  height: 66px;
}

.space68 {
  height: 68px;
}

.space70 {
  height: 70px;
}

.space72 {
  height: 72px;
}

.space74 {
  height: 74px;
}

.space76 {
  height: 76px;
}

.space78 {
  height: 78px;
}

.space80 {
  height: 80px;
}

.space82 {
  height: 82px;
}

.space84 {
  height: 84px;
}

.space86 {
  height: 86px;
}

.space {
  height: 88px;
}

.space90 {
  height: 90px;
}

.space92 {
  height: 92px;
}

.space94 {
  height: 94px;
}

.space96 {
  height: 96px;
}

.space98 {
  height: 98px;
}

.space100 {
  height: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg3 {
  background: #F6F8FA !important;
}

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

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

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

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

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

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

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

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

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

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

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