/*
  Theme Name: spondTech - HTML5 Template
  �������أ�http://www.bootstrapmb.com
  Description: spondTech - HTML5 Template.
  Version: 1.0
*/

/* CSS Index
============================
01. Variable CSS
02. Header
03. Mobile Menu
04. Slider
05. main
06. Preloader
============================
*/

/*=============================
	1. Google Fonts5f8ff
===============================*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

/*=============================
	01. Variable CSS
===============================*/
:root {
  --tg-body-font-family: 'DM Sans', sans-serif;
  --tg-heading-font-family: 'Space Grotesk', sans-serif;
  --tg-primary-color: #e5285b;
  --tg-primary-color-two: #f2f6ff;
  --tg-primary-color-three: #124ebb;
  --tg-secondary-color: #02031f;
  --tg-body-font-color: #676767;
  /* --tg-heading-font-color: #1b1d21; */
  --tg-heading-font-color: #c1c1c1;
  --tg-heading-font-active-color: #ffffff;
  --tg-paragraph-color: #676767;
  --tg-menu-color: #14133b;
  --tg-section-background: #f9fbff;
  --tg-section-background-two: #eef7ff;
  --tg-section-background-three: #f4f4f4;
  --tg-section-background-four: #fafafa;
  --tg-body-font-size: 16px;
  --tg-body-font-weight: 400;
  --tg-heading-font-weight: 700;
  --tg-body-line-height: 1.87;
  --tg-heading-line-height: 1.2;
  --tg-ghost-white: #f7fbff;
  --tg-quote-color: #dcdfe5;
  --tg-quote-color-two: #e5e5e5;
  --tg-blog-meta-color: #6a6a6a;
  --tg-lily-white: #e8faff;
  --tg-widget-border-color: #d6d6d6;
  --tg-widget-border-color-two: #efefef;
  --tg-contact-border-color: #c8c8c8;
  --tg-bright-turquoise: #17c7f8;
  --tg-blue: #1c9cea;
  --tg-blue-two: #4378e1;
  --tg-blue-three: #14b9e9;
  --tg-navy-blue: #082da3;
  --tg-violets-blue: #816ef6;
  --tg-zircon: #f4f7ff;
  --tg-indigo: #6610f2;
  --tg-purple: #b12aff;
  --tg-purple-two: #e056fd;
  --tg-magnolia: #fbf5ff;
  --tg-pink: #ff0099;
  --tg-red: #f9185d;
  --tg-red-two: #ef162f;
  --tg-blush: #fff7f9;
  --tg-orange: #fb491a;
  --tg-orange-two: #ff4d24;
  --tg-sauvignon: #fff8f6;
  --tg-yellow: #fabf1f;
  --tg-yellow-two: #ecb40b;
  --tg-yellow-three: #e1ab43;
  --tg-yellow-four: #e29104;
  --tg-island-spice: #fffaec;
  --tg-green: #07e09b;
  --tg-green-two: #22d361;
  --tg-clear: #effffa;
  --tg-teal: #20c997;
  --tg-bubbles: #eafffb;
  --tg-cyan: #f5f8ff;
  --tg-white: #ffffff;
  --tg-black: #000000;
  --tg-black-two: #010102;
  --tg-rich-black: #071022;
  --tg-gray: #dcdcdc;
  --tg-gray-two: #ebf2ff;
  --tg-gray-three: #d7d7d7;
  --tg-gray-four: #f6f9ff;
  --tg-gray-five: #c2c2c2;
  --tg-gray-six: #f8f8f8;
  --tg-gray-seven: #e1e1e1;
  --tg-gray-eight: #646464;
  --facebook: #1877f2;
  --twitter: #1c9cea;
  --instagram: #833ab4;
  --linkedin: #0077b5;
  --pinterest: #e60023;
  --youtube: #c4302b;
  --skype: #00aff0;
}
body {
  font-family: var(--tg-body-font-family);
  font-weight: var(--tg-body-font-weight);
  font-size: var(--tg-body-font-size);
  line-height: var(--tg-body-line-height);
  color: var(--tg-body-font-color);
  font-style: normal;
}
img,
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
a,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}
a:focus,
.btn:focus,
button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer-menu li a:hover {
  color: var(--tg-primary-color);
  text-decoration: none;
}
a,
button {
  color: var(--tg-primary-color);
  outline: medium none;
  text-decoration: none;
}
.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-font-color);
  margin-top: 0px;
  margin-bottom: 0.7rem;
  font-style: normal;
  line-height: var(--tg-heading-line-height);
  font-weight: var(--tg-heading-font-weight);
  text-transform: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
.list-wrap {
  margin: 0px;
  padding: 0px;
}
.list-wrap li {
  list-style: none;
}
p {
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-body-font-weight);
  line-height: var(--tg-body-line-height);
  color: var(--tg-paragraph-color);
  margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid var(--tg-primary-color);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: var(--tg-body-font-color);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
*::-moz-selection {
  background: var(--tg-primary-color);
  color: var(--tg-white);
  text-shadow: none;
}
::-moz-selection {
  background: var(--tg-primary-color);
  color: var(--tg-white);
  text-shadow: none;
}
::selection {
  background: var(--tg-primary-color);
  color: var(--tg-white);
  text-shadow: none;
}
*::-moz-placeholder {
  color: var(--tg-body-font-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}
*::placeholder {
  color: var(--tg-body-font-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}
.theme-overlay {
  position: relative;
}
.theme-overlay::before {
  background: var(--tg-primary-color) none repeat scroll 0 0;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.separator {
  border-top: 1px solid var(--tg-primary-color);
}

/* Bootstrap 5 */
.container {
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  --bs-gutter-x: 30px;
}
.row.g-0 {
  --bs-gutter-x: 0;
}
.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.body-bg {
  align-items: center;
  position: relative;
  z-index: 1;
  background-size: auto 100vh;
  background-position: center;
  background-repeat: no-repeat;
}

.body-bg::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.39);
}

/*=============================
	1. Button style
===============================*/
.btn-primary {
  background-color: var(--tg-primary-color) !important;
  border-color: var(--tg-primary-color) !important;
}
.btn-primary:hover {
  opacity: 0.8;
  background-color: var(--tg-primary-color);
  border-color: var(--tg-primary-color);
}

/* scrollUp */
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: -10%;
  right: 30px;
  font-size: var(--tg-body-font-size);
  border-radius: 6px;
  z-index: 99;
  color: var(--tg-white);
  text-align: center;
  cursor: pointer;
  background: var(--tg-primary-color);
  transition: 1s ease;
  border: none;
}
.scroll-top.open {
  bottom: 30px;
}
.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
  background: var(--tg-secondary-color);
}

/*=============================
	02. Header
===============================*/
/* .fixed-header {
  position: fixed;
  z-index: 99;
  width: 100%;
} */
.custom-container {
  max-width: 1550px;
}
.custom-container-two {
  max-width: 1890px;
}
.custom-container-three {
  max-width: 1750px;
}
.custom-container-four {
  max-width: 1710px;
}
.logo {
  margin-right: 80px;
}
.logo img {
  max-width: 50px;
}
.logo span {
  font-family: Arial Black;
  margin-left: 10px;
  font-size: 16px;
  color: #000000;
  line-height: 23px;
}
.transparent-header {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 9;
  height: auto;
}
.header-top-wrap {
  background: var(--tg-primary-color-three);
  padding: 9px 0;
}
.header-top-left p {
  margin-bottom: 0;
  color: var(--tg-white);
  font-size: 14px;
}
.header-top-left p span {
  font-weight: 500;
}
.header-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-info-wrap .list-wrap {
  display: flex;
  align-items: center;
}
.header-info-wrap .list-wrap li {
  color: var(--tg-white);
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
  margin-right: 30px;
}
.header-info-wrap .list-wrap li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header-info-wrap .list-wrap li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #6e9cf1;
}
.header-info-wrap .list-wrap li:last-child::before {
  display: none;
}
.header-info-wrap .list-wrap li i {
  margin-right: 10px;
}
.header-info-wrap .list-wrap li a {
  color: var(--tg-white);
}
.header-social-wrap .list-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 30px;
}
.header-social-wrap .list-wrap a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tg-white);
  border-radius: 50%;
  background: #215bc6;
  font-size: 14px;
}
.header-social-wrap .list-wrap a:hover {
  background: var(--tg-blue);
}
.menu-icon {
  display: block;
  width: 22px;
  height: 18px;
}
.menu-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.navbar-wrap {
  display: flex;
  flex-grow: 1;
}
.navbar-wrap ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0;
  margin: 0 auto;
  flex: 1;
}
.navbar-wrap ul li {
  list-style: none;
  display: block;
  position: relative;
  margin-right: 45px;
}
.navbar-wrap ul li:last-child {
  margin-right: 0;
}
.navbar-wrap ul li a {
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--tg-heading-font-color);
  padding: 32px 8px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.navbar-wrap > ul > li > a::before {
  display: none;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: var(--tg-primary-color);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: transform 0.3s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.navbar-wrap > ul > li.active > a::before,
.navbar-wrap > ul > li > a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
  /* color: var(--tg-primary-color); */
  color: var(--tg-heading-font-active-color);
}
.setting-btns {
  display: flex;
  align-items: center;
  gap: 40px;
}

.language-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 14px;
  color: var(--tg-white);
  line-height: 22px;
  cursor: pointer;
}

.language-btn .icon {
  display: block;
  width: 16px;
  height: 16px;
}

.mobile-menu .language-btn {
  color: var(--tg-black);
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
  display: none;
}
.header-action > ul {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.header-action > ul li {
  position: relative;
  margin-left: 20px;
}
.header-action ul li:first-child {
  margin-left: 0;
}
.header-action ul li a {
  color: var(--tg-heading-font-color);
  font-size: 14px;
}
.header-action .header-btn .btn {
  color: var(--tg-primary-color);
  font-size: 14px;
  padding: 18px 34px;
  background: #f3f7ff;
  border-radius: 25px;
}
.header-action .header-btn .btn:hover {
  color: var(--tg-white);
}
.header-action .header-search a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #d8e3fb;
  color: var(--tg-primary-color);
  font-size: 14px;
}
.header-action .header-search a:hover {
  background: var(--tg-primary-color);
  color: var(--tg-white);
}
.navbar-wrap ul li .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  min-width: 230px;
  border: 1px solid #f5f5f5;
  background: var(--tg-white);
  margin: 0 0;
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  border-radius: 0;
  padding: 18px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  border-radius: 0 0 5px 5px;
}
.navbar-wrap ul li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}
.navbar-wrap ul li .sub-menu li {
  margin-left: 0;
  text-align: left;
  display: block;
  margin-right: 0;
}
.navbar-wrap ul li .sub-menu li a {
  padding: 9px 15px 9px 25px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  color: #7d7d7e;
  position: relative;
}
.navbar-wrap > ul > li .sub-menu li a::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 11px;
  background: var(--tg-primary-color);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .sub-menu li a:hover,
.navbar-wrap ul li .sub-menu > li.active > a {
  color: var(--tg-primary-color);
}
.navbar-wrap ul li .sub-menu li a:hover::before,
.navbar-wrap ul li .sub-menu > li.active > a::before {
  opacity: 1;
}
.navbar-wrap ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  /* background: var(--tg-white); */
  background: #1e2829;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}
#header-fixed-height.active-height {
  display: block;
  height: 44px;
}

/*=============================
	03. Mobile Menu
===============================*/
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--tg-white);
  margin-right: 30px;
  top: 15px;
}
.nav-logo img {
  width: 150px;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  padding-right: 30px;
  /* max-width: 100%; */
  height: 100%;
  z-index: 99;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) e;
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .menu-box-header {
  padding: 7px 15px;
  display: flex;
  align-items: center;
  background: #1e2829;
}
.mobile-menu .menu-box-header .nav-logo {
  flex: 1;
  display: flex;
  align-items: center;
}
.mobile-menu .menu-box-header .nav-logo img {
  max-width: 36px;
}
.mobile-menu .menu-box-header .nav-logo span {
  font-family: Arial Black;
  margin-left: 6px;
  font-size: 16px;
  color: var(--tg-black);
  line-height: 23px;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}
.menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.mobile-menu-visible .menu-backdrop {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--tg-white);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .close-btn {
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  /* color: var(--tg-primary-color); */
  color: var(--tg-white);
  cursor: pointer;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-menu .language-btn-wrapper {
  padding: 14px 30px 0;
  display: flex;
  justify-content: flex-end;
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
.mobile-menu .navigation ul {
  padding: 0;
  margin: 0;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 40px;
  padding: 10px 60px 10px 25px;
  font-size: 20px;
  font-weight: 500;
  color: var(--tg-black);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}
.mobile-menu .navigation li.active a {
  color: var(--tg-primary-color);
}
.mobile-menu .navigation li ul li > a {
  font-size: 14px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
  margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 15px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: var(--tg-white);
  background: var(--tg-primary-color);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: var(--tg-primary-color);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}
.mobile-menu .social-links ul {
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}
.mobile-menu .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: var(--tg-heading-font-color);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid var(--tg-gray);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.mobile-menu .social-links li a:hover {
  border-color: var(--tg-primary-color);
  background: var(--tg-primary-color);
  color: var(--tg-white);
}
.black-menu {
  background: #1e2829;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: var(--tg-primary-color);
  display: none;
  margin-top: 8px;
}

/*=============================
	04. Slider
===============================*/
.slider-area {
  display: block !important;
}
.slider-area-s {
  display: none !important;
}

.slider-bg {
  min-height: 550px;
  /* display: flex !important; */
  align-items: center;
  position: relative;
  padding: 95px 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.slider-content .sub-title,
.slider-services .sub-title {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 28px;
  /* color: var(--tg-black); */
  color: var(--tg-white);
  line-height: 29px;
}
.slider-content .title,
.slider-services .title {
  font-family: Trueno;
  font-weight: 400;
  font-size: 48px;
  /* color: var(--tg-black); */
  color: var(--tg-white);
  line-height: 65px;
  /* letter-spacing: 8px; */
  margin-bottom: 20px;
}
.desc {
  margin-top: 62px;
  padding-left: 1rem;
  margin-bottom: 0;
}
.desc li {
  margin-bottom: 38px;
  font-size: 20px;
  /* color: var(--tg-black); */
  color: var(--tg-white);
  line-height: 28px;
}
.desc li:last-child {
  margin-bottom: 0;
}
.desc li::marker {
  /* color: var(--tg-primary-color); */
  color: var(--tg-white);
}
.slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.slider-active .slick-arrow {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  background: rgb(0 0 0 / 50%);
  border: none;
  color: var(--tg-white);
  padding: 0;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s ease-in-out;
  width: 50px;
  height: 120px;
  border-radius: 5px;
  font-size: 15px;
}
.slider-active .slick-next {
  right: 80px;
  left: auto;
}
.slider-active .slick-arrow:hover {
  background: var(--tg-white);
  color: var(--tg-primary-color);
}

/*=============================
	05. main
===============================*/
.home-services {
  display: block !important;
}
.home-services-s {
  display: none !important;
}
.home-services-s {
  padding: 30px 0;
}
.home-services-s-item-img,
.home-services-s-item-info {
  flex: 1;
}
.home-services-s .home-service-img {
  display: inline-block;
  max-width: 170px;
}

.home-services-s .home-service-title {
  display: block;
  /* width: 99px; */
  height: 19px;
}
.home-services-s .service-desc {
  font-size: 14px;
  margin-top: 13px;
  line-height: 21px;
  text-align: left;
}

/*===================================
   06. Preloader
=====================================*/
#preloader {
  background-color: var(--tg-section-background-two);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.object {
  width: 20px;
  height: 20px;
  background-color: var(--tg-primary-color);
  float: left;
  margin-right: 20px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  margin-right: 0;
}
@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

#leader-flow-tab,
#merchant-flow-tab {
  display: block !important;
}

#leader-flow-tab .nav-link,
#merchant-flow-tab .nav-link {
  padding-left: 30px;
}

#leader-flow-tab-h,
#merchant-flow-tab-h {
  display: none !important;
  white-space: nowrap;
  overflow-x: scroll;
}

#leader-flow-tab-h::-webkit-scrollbar,
#merchant-flow-tab-h::-webkit-scrollbar {
  display: none;
}

#leader-flow-tab-h .nav-link,
#merchant-flow-tab-h .nav-link {
  display: inline;
  font-size: 16px;
  line-height: 42px;
}

.flow-img-d,
.flow-img-s {
  /* margin: 10px auto; */
  display: block;
  height: 230px;
}

.flow-img-d {
  display: block !important;
  height: auto;
}

.flow-img-s {
  display: none !important;
}
