/*----------------------------------------------------
@File: Default Styles
@Author: picmaticweb
@URL: https://themeforest.net/user/picmaticweb/portfolio
Author E-mail: 

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.


@Default Styles

Table of Content:
01/ Variables
02/ predefine
03/ header
04/ banner
04/ button
05/ clients logo
06/ features
07/ price
08/ testimonial
09/ video
10/ subscribe
11/ team
12/ accordion 
13/ integration-single 
14/ job
15/ blog
16/ contact
17/ footer


//  sass --watch ./assets/scss/style.scss ./assets/css/style.css

=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300..700&display=swap");
.col-md-offset-right-1,
.col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*----------------------------------------------------
@File: Default Styles
@Author: picmaticweb
@URL: https://themeforest.net/user/picmaticweb/portfolio
Author E-mail: 

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.


@Default Styles

Table of Content:
01/ Variables
02/ predefine
03/ header
04/ banner
04/ button
05/ clients logo
06/ features
07/ price
08/ testimonial
09/ video
10/ subscribe
11/ team
12/ accordion 
13/ integration-single 
14/ job
15/ blog
16/ contact
17/ footer


//  sass --watch ./assets/scss/style.scss ./assets/css/style.css

=====================================================================*/
/*----------------------------------------------------*/
:root {
  --saas-gray-dark: #0f172a;
  --saas-gray: #475569;
  --saas-purple: #8438ff;
  --saas-blue: #2b5bfd;
  --font-family-base: "Mulish", "sans-serif";
  --font-family-title: "Outfit", "sans-serif";
  --c-orange: #ff5100;
  --c-blue: rgb(13, 71, 161);
  --c-blue-dark: #23336d;
  --c-bg-blue-dark: rgba(13, 71, 161, 0.04);
  --c-main: var(--c-orange);
  --c-secondary: var(--c-blue);
  --c-primary-text: #23336d;
  --c-secondary-text: rgba(35, 51, 109, 0.78);
  --c-white: rgb(255, 255, 255);
  --c-white-100: rgba(255, 255, 255, 0.88);
  --c-white-200: rgba(255, 255, 255, 0.78);
  --c-white-300: rgba(255, 255, 255, 0.68);
  --c-white-400: rgba(255, 255, 255, 0.58);
  --c-white-500: rgba(255, 255, 255, 0.48);
  --font-bold: 700;
  --font-semibold: 600;
  --font-normal: 500;
  --font-thin: 400;
  --font-light: 300;
  --bg-c-header: #17171c;
  --bg-c-main: #0d48a01a;
  --shadow-basic-100: 0 1px 10px 1px rgba(0, 0, 0, 0.09);
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
body {
  font-family: var(--font-family-base);
}

:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-title);
  font-weight: 400;
  color: var(--c-primary-text);
}

img {
  max-width: 100%;
}

p {
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--c-secondary-text);
}

/** === Predefined Global Classes === **/
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/**===== section padding scss =====**/
.sec_padding {
  padding: 120px 0px;
}

.sec_padding_two {
  padding: 100px 0px;
}

.sec_padding_three {
  padding: 80px 0px;
}

/** ===== section title scss ====== **/
.section_title {
  margin-bottom: 70px;
}
.section_title h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--c-orange);
  font-family: var(--font-family-base);
  text-transform: capitalize;
  margin-bottom: 10px;
}
.section_title h2 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}
.section_title p {
  line-height: 30px;
  color: #344054;
}
.section_title.text-center {
  max-width: 804px;
  margin-left: auto;
  margin-right: auto;
}
.section_title.white h2,
.section_title.white p {
  color: #fff;
}

.section_title_two {
  margin-bottom: 50px;
}
.section_title_two h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--saas-purple);
  font-family: var(--font-family-base);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section_title_two h2 {
  font-size: 48px;
  line-height: 60px;
  font-family: var(--font-family-base);
  margin-bottom: 12px;
}
.section_title_two p {
  font-size: 18px;
  line-height: 30px;
  color: #344054;
  font-family: var(--font-family-base);
}
.section_title_two.text-center {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.section_title_three h2 {
  font-size: 48px;
  font-family: var(--font-family-base);
  font-weight: 600;
  margin-bottom: 10px;
  color: #14141f;
}

.section_title_four {
  margin-bottom: 70px;
}
.section_title_four h2 {
  color: #fff;
  font-size: 60px;
}

ul {
  list-style: none;
}

/* End Title Area css
============================================================================================ */
.label {
  display: inline;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: rgb(255, 255, 255);
  text-align: center;
  vertical-align: baseline;
  padding: 0.2em 0.6em 0.3em;
  white-space: nowrap;
  border-radius: 0.25em;
}
.label.label-primary {
  background: var(--c-orange) !important;
  color: #fefefe !important;
}

.ratio-10-6 {
  aspect-ratio: 10/6;
}

.text-md {
  line-height: 28px;
  font-size: 16px;
}

.text-lg {
  line-height: 28px;
  font-size: 18px;
}

.text-xl {
  line-height: 38px;
  font-size: 28px;
}

.text-2xl {
  line-height: 48px;
  font-size: 38px;
}

.text-3xl {
  line-height: 58px;
  font-size: 48px;
}

.text-p {
  color: var(--c-primary-text);
}

.text-theme {
  color: var(--c-orange);
}

.text-s {
  color: var(--c-secondary-text);
}

.pre-star-icon {
  position: relative;
  padding-left: 20px;
}
.pre-star-icon::before {
  content: "*";
  position: absolute;
  top: 5px;
  left: 0;
  color: var(--c-orange);
  font-size: 30px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*----------------------------------------------
    # Preloader style here
----------------------------------------------*/
.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner-parent {
  position: relative;
  width: 9em;
  height: 9em;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 0 auto 10px;
  border-radius: 50%;
}
.preloader .animation-preloader .spinner-parent .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--c-orange);
  height: 100%;
  margin: 0 auto 3.5em auto;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner-parent .spinner {
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .spinner-parent img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  mix-blend-mode: multiply;
}
.preloader .animation-preloader .txt-loading {
  font-size: 5em;
  font-weight: 700;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: #191919;
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--saas-gray);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: var(--font-family-base);
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--saas-gray);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.navbar {
  border: 0px;
  padding: 0px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s;
}
.navbar .navbar-brand {
  margin-right: 45px;
}
.navbar .navbar-brand.sticky_logo .logo-dark-back {
  display: flex;
}
.navbar .navbar-brand.sticky_logo .logo-white-back {
  display: none;
}
.navbar .navbar-brand.sticky_logo img {
  height: 50px;
}
.navbar.border_bottom {
  border-bottom: 1px solid rgba(24, 44, 76, 0.1);
}
.navbar .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.menu > .nav-item {
  margin-left: 36px;
  position: relative;
  padding-bottom: 35px;
  padding-top: 35px;
  transition: all 0.1s linear;
  cursor: pointer;
}
.menu > .nav-item[menu-visibility-mode=laptop] {
  display: none;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .menu > .nav-item[menu-hidden-mode=laptop] {
    display: none;
  }
  .menu > .nav-item[menu-visibility-mode=laptop] {
    display: unset;
  }
}
.menu > .nav-item:first-child {
  margin-left: 0;
}
.menu > .nav-item > .nav-link {
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 600;
  color: #091c1e;
  padding: 0;
  position: relative;
}
@media (min-width: 992px) {
  .menu > .nav-item > .nav-link {
    padding-right: 15px;
  }
}
.menu > .nav-item > .nav-link:after {
  display: none;
}
.menu > .nav-item .mobile_dropdown_icon {
  display: none;
  color: #091c1e;
}
.menu > .nav-item .mobile_dropdown_icon:after {
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item .mobile_dropdown_icon {
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 19px;
    transition: all 0.2s;
    z-index: -1;
  }
}
.menu > .nav-item.submenu .dropdown-menu {
  margin: 0px;
  border: 0px;
  border-radius: 8px;
  left: -30px;
  min-width: 200px;
  padding: 15px 0px;
  background: #fff;
  top: 100%;
  box-shadow: 0px 6px 20px 0px rgba(1, 6, 33, 0.08);
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
  display: block;
  width: 100%;
  padding: 0px 30px;
  position: relative;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:not(:first-child) {
  margin-top: 14px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: #091c1e;
  transition: color 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}
@media (max-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
    white-space: inherit;
  }
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item .mobile_dropdown_icon {
    right: 10px;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link,
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .mobile_dropdown_icon, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link,
.menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .mobile_dropdown_icon, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link,
.menu > .nav-item.submenu .dropdown-menu .nav-item.active > .mobile_dropdown_icon {
  color: var(--c-orange);
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  transition: transform 0.3s ease-in;
  margin-left: 4px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -15px;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
}
.menu > .nav-item.active > .nav-link {
  color: var(--c-orange) !important;
}
.menu > .nav-item.active > .mobile_dropdown_icon {
  color: var(--c-orange) !important;
}
.menu > .nav-item:hover .nav-link,
.menu > .nav-item:hover > .mobile_dropdown_icon {
  color: var(--c-orange);
}
@media (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 992px) {
  .menu_dark .menu > .nav-item > .nav-link, .menu_dark .menu > .nav-item > .mobile_dropdown_icon {
    color: #091c1e;
  }
}
@media (min-width: 992px) {
  .menu_dark .menu > .nav-item:hover .nav-link, .menu_dark .menu > .nav-item.active .nav-link {
    color: #091c1e;
  }
}
.menu_dark .nav_right .login_btn {
  backdrop-filter: blur(20px);
}
.menu_dark .nav_right .login_btn.button_radius {
  border-radius: 45px;
}

@media (min-width: 992px) {
  .menu_white .menu > .nav-item > .nav-link, .menu_white .menu > .nav-item > .mobile_dropdown_icon {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .menu_white .menu > .nav-item:hover .nav-link, .menu_white .menu > .nav-item.active .nav-link {
    color: #fff;
  }
}
.menu_white .nav_right .login_btn {
  backdrop-filter: blur(20px);
}
.menu_white .nav_right .login_btn.button_radius {
  border-radius: 45px;
}

.menu_blue .menu > .nav-item .dropdown-menu > .nav-item:hover > .nav-link, .menu_blue .menu > .nav-item .dropdown-menu > .nav-item.active > .nav-link {
  color: var(--c-orange);
}
@media (min-width: 992px) {
  .menu_blue .menu > .nav-item .dropdown-menu > .nav-item:hover .mobile_dropdown_icon, .menu_blue .menu > .nav-item .dropdown-menu > .nav-item.active .mobile_dropdown_icon {
    color: var(--c-orange);
  }
}
.menu_blue .nav_right .login_btn:hover {
  background: var(--c-orange);
  color: #fff;
}

.nav_right .login_btn,
.nav_right .signup_btn {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-family-base);
  color: #fff;
  line-height: 1.1;
  display: inline-flex;
  padding: 15px 20px;
  border: 1px solid rgba(31, 3, 67, 0.12);
  border-radius: 8px;
  transition: all 0.3s linear;
}
.nav_right .login_btn:hover,
.nav_right .signup_btn:hover {
  background: var(--c-orange);
  border-color: var(--c-orange);
  color: #fff;
}
.nav_right .login_btn:hover .btn_text span:first-child,
.nav_right .signup_btn:hover .btn_text span:first-child {
  transform: translateY(0);
}
.nav_right .login_btn:hover .btn_text span:last-child,
.nav_right .signup_btn:hover .btn_text span:last-child {
  transform: translateY(-24px);
}
.nav_right .signup_btn {
  border: 1px solid var(--c-orange);
  background: var(--c-orange);
  margin-left: 10px;
  transition: all 0.2s linear;
  color: #fff;
}
.nav_right .signup_btn:hover {
  color: var(--c-orange);
  background: #fff;
  border-color: #fff;
}

.dark_menu .login_btn,
.dark_menu .signup_btn {
  color: #1b1f41;
}

.navbar.menu_dark .navbar-brand.sticky_logo .logo-dark-back {
  display: none;
}
.navbar.menu_dark .navbar-brand.sticky_logo .logo-white-back {
  display: flex;
}

.navbar.menu_dark.navbar_fixed .navbar-brand.sticky_logo .logo-dark-back {
  display: none;
}
.navbar.menu_dark.navbar_fixed .navbar-brand.sticky_logo .logo-white-back {
  display: flex;
}

.navbar.navbar_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(12, 0, 46, 0.05);
  padding: 0px;
  backdrop-filter: blur(8px);
}
.navbar.navbar_fixed .navbar-brand.sticky_logo .logo-dark-back {
  display: none;
}
.navbar.navbar_fixed .navbar-brand.sticky_logo .logo-white-back {
  display: flex;
}
.navbar.navbar_fixed .menu > .nav-item {
  padding-top: 24px;
  padding-bottom: 24px;
  transition: all 0.2s linear;
}
.navbar.navbar_fixed .menu > .nav-item > .nav-link {
  color: #091c1e;
}
.navbar.navbar_fixed .menu > .nav-item .mobile_dropdown_icon {
  color: #091c1e;
}
.navbar.navbar_fixed .nav_right .signup_btn:hover {
  background: var(--c-orange);
  border-color: var(--c-orange);
  color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(132, 56, 255, 0.25);
}
.navbar.navbar_fixed .nav_right.nav_right_two .signup_btn:hover {
  background: #182c4c;
  color: #fff;
  border-color: #182c4c;
  box-shadow: 0px 4px 10px 0px rgba(24, 44, 76, 0.25);
}
.navbar.navbar_fixed.menu_white .menu > .nav-item > .nav-link, .navbar.navbar_fixed.menu_white .menu > .nav-item > .mobile_dropdown_icon {
  color: #091c1e;
}
.navbar.navbar_fixed.menu_white .menu > .nav-item:hover > .nav-link, .navbar.navbar_fixed.menu_white .menu > .nav-item:hover > .mobile_dropdown_icon, .navbar.navbar_fixed.menu_white .menu > .nav-item.active > .nav-link, .navbar.navbar_fixed.menu_white .menu > .nav-item.active > .mobile_dropdown_icon {
  color: var(--c-orange);
}
.navbar.navbar_fixed.menu_white .nav_right .login_btn {
  color: #1f0343;
  backdrop-filter: blur(0px);
}
.navbar.navbar_fixed.menu_white .nav_right .login_btn:hover {
  box-shadow: 0px 4px 10px 0px rgba(132, 56, 255, 0.35);
}
.navbar.navbar_fixed.menu_blue .menu > .nav-item:hover > .nav-link, .navbar.navbar_fixed.menu_blue .menu > .nav-item.active > .nav-link {
  color: var(--c-orange);
}
@media (min-width: 992px) {
  .navbar.navbar_fixed.menu_blue .menu > .nav-item:hover > .mobile_dropdown_icon, .navbar.navbar_fixed.menu_blue .menu > .nav-item.active > .mobile_dropdown_icon {
    color: var(--c-orange);
  }
}
.navbar.navbar_fixed.menu_blue .menu > .nav-item .dropdown-menu > .nav-item:hover > .nav-link, .navbar.navbar_fixed.menu_blue .menu > .nav-item .dropdown-menu > .nav-item.active > .nav-link {
  color: var(--c-orange);
}
@media (min-width: 992px) {
  .navbar.navbar_fixed.menu_blue .menu > .nav-item .dropdown-menu > .nav-item:hover > .mobile_dropdown_icon, .navbar.navbar_fixed.menu_blue .menu > .nav-item .dropdown-menu > .nav-item.active > .mobile_dropdown_icon {
    color: var(--c-orange);
  }
}
.navbar.navbar_fixed.menu_blue .nav_right .login_btn {
  background: var(--c-orange);
  color: #fff;
}
.navbar.navbar_fixed.menu_blue .nav_right .login_btn:hover {
  box-shadow: 0px 4px 10px 0px rgba(56, 111, 251, 0.35);
}
.navbar.navbar_fixed .menu_toggle .hamburger span {
  background: #091c1e;
}
.navbar.navbar_fixed .menu_toggle .hamburger-cross span {
  background: #091c1e;
}

.menu_white .menu_toggle .hamburger span {
  background: #fff;
}
.menu_white .menu_toggle .hamburger-cross span {
  background: #fff;
}

.navbar-toggler {
  position: relative;
  width: 30px;
  height: 20px;
  border-radius: 0px;
  padding: 0px;
  border: 0px;
  margin: 25px 0px;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu_toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}
.menu_toggle .hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #091c1e;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.2s;
}
.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  display: block;
}
.menu_toggle .hamburger-cross span {
  display: block;
  background: #091c1e;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  transition-delay: 0.2s;
}

@media (max-width: 1280px) {
  .menu > .nav-item {
    margin-left: 18px;
  }
  .nav_right .signup_btn {
    margin-left: 0;
  }
  .nav_right .login_btn,
  .nav_right .signup_btn {
    padding: 12px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    box-shadow: 4px 6px 10px rgba(12, 0, 46, 0.05);
    z-index: 8;
    width: 100%;
  }
  .menu,
  .nav_right {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .menu > .nav-item {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .menu > .nav-item .nav-link {
    position: relative;
  }
  .menu > .nav-item.submenu .dropdown-menu {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
  }
  .menu > .nav-item.submenu .dropdown-menu .nav-item {
    padding-left: 0;
    padding-right: 0;
  }
  .menu > .nav-item.submenu .dropdown-menu .nav-item .mobile_dropdown_icon {
    top: 0px;
  }
  .menu > .nav-item .mobile_dropdown_icon {
    display: block;
    position: absolute;
    right: 5px;
    top: 15px;
    font-size: 19px;
    transition: all 0.2s;
  }
  .nav_right {
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .navbar.navbar_fixed .menu > .nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu_blue .menu > .nav-item.active > .mobile_dropdown_icon, .menu_blue .menu > .nav-item.active > .nav-link {
    color: var(--c-orange);
  }
  .menu_blue .nav_right .login_btn {
    background: var(--c-orange);
    color: #fff;
    padding: 12px 18px;
  }
  .menu_white .nav_right .login_btn {
    background: var(--saas-purple);
    backdrop-filter: blur(0px);
    padding: 12px 18px;
  }
}
@media (min-width: 992px) and (max-width: 1145px) {
  .navbar .navbar-brand.sticky_logo img {
    height: 35px;
  }
  .menu > .nav-item {
    margin-left: 14px;
  }
  .menu > .nav-item > .nav-link {
    font-size: 14px;
  }
  .nav_right .signup_btn {
    padding: 12px 5px;
  }
  .nav_right .signup_btn .btn_text {
    font-size: 14px;
  }
}
@media (max-width: 370px) {
  .navbar-brand {
    padding-right: 5px;
  }
  .navbar-brand img {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .dropdown-menu {
    position: static;
    display: none;
    margin: 0;
    padding: 0;
    background-color: unset !important;
    border: none;
    box-shadow: none !important;
    backdrop-filter: blur(10px);
    border-radius: 0;
    margin-top: 0;
    transform: none !important;
    opacity: 1 !important;
  }
  .dropdown-menu.show {
    box-shadow: none !important;
    background-color: rgba(235, 235, 235, 0.5607843137) !important;
    border-radius: 0 !important;
  }
  .rotate-in-mobile.dropdown-toggle::before {
    float: right;
    transform: rotate(90deg);
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu .dropdown-menu .dropdown-menu {
    padding-left: 20px;
    margin-top: 0;
  }
  .dropdown-submenu .dropdown-toggle::after {
    display: none;
  }
  .dropdown-submenu .dropdown-toggle::before {
    float: right;
    margin-left: 10px;
    transition: transform 0.3s ease;
  }
  .dropdown-submenu.show .dropdown-menu {
    display: block;
    animation: slideIn 0.3s ease;
  }
  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .dropdown-submenu .dropdown-menu {
    z-index: 1000;
  }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*----------------------------------------------------
@File: Default Styles
@Author: picmaticweb
@URL: https://themeforest.net/user/picmaticweb/portfolio
Author E-mail: 

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.


@Default Styles

Table of Content:
01/ Variables
02/ predefine
03/ header
04/ banner
04/ button
05/ clients logo
06/ features
07/ price
08/ testimonial
09/ video
10/ subscribe
11/ team
12/ accordion 
13/ integration-single 
14/ job
15/ blog
16/ contact
17/ footer


//  sass --watch ./assets/scss/style.scss ./assets/css/style.css

=====================================================================*/
/*----------------------------------------------------*/
.saas_banner_area {
  padding: 200px 0px 100px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.saas_banner_area::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/home-one/banner_shap.png) no-repeat top center/cover;
  z-index: -1;
}

.saas_banner_content {
  padding-right: 0px;
}
.saas_banner_content h1 {
  font-size: 70px;
  line-height: 84px;
  font-family: var(--font-family-base);
  color: #0f172a;
  margin-bottom: 20px;
  letter-spacing: -2.1px;
}
.saas_banner_content p {
  color: #475569;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 38px;
}

.subcribes {
  margin-bottom: 35px;
}
.subcribes .form-control {
  width: 100%;
  border-radius: 45px;
  background: #fff;
  padding: 8px 100px 8px 30px;
  height: 75px;
  border: 0px;
  font-size: 16px;
  color: #999999;
  font-family: var(--font-family-base);
  font-weight: 500;
}
.subcribes .form-control.placeholder {
  color: var(--sass-gray-dark);
}
.subcribes .form-control:-moz-placeholder {
  color: var(--sass-gray-dark);
}
.subcribes .form-control::-moz-placeholder {
  color: var(--sass-gray-dark);
}
.subcribes .form-control::-webkit-input-placeholder {
  color: var(--sass-gray-dark);
}
.subcribes .btn_submit {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-family-base);
  background: var(--c-orange);
  border-radius: 45px;
  padding: 16px 20px;
  color: #fff;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s linear;
}
.subcribes .btn_submit:hover {
  background: var(--saas-gray-dark);
}

.saas_banner_img {
  position: relative;
  text-align: right;
  right: -48px;
}
.saas_banner_img .dash_one,
.saas_banner_img .dash_two {
  position: absolute;
}
.saas_banner_img .video_popup {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(31, 3, 67, 0.1);
  background: #fff;
  position: absolute;
  left: 59%;
  top: 46%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: var(--sass-gray-dark);
  box-shadow: 0px 5px 17px -1px rgba(29, 29, 29, 0.2);
  transition: all 0.3s linear;
}
.saas_banner_img .video_popup:hover {
  transform: scale(1.1) translate(-50%, -50%);
}

.ornaments li {
  position: absolute;
  z-index: -1;
}
.ornaments li:nth-child(1) {
  top: 180px;
  left: 0;
}
.ornaments li:nth-child(2) {
  bottom: 150px;
  left: 650px;
}
.ornaments li:nth-child(3) {
  top: 130px;
  right: 350px;
}

.saas_banner_area_two {
  background-color: var(--bg-c-header);
  margin-bottom: 370px;
  padding: 180px 0px 0px;
  position: relative;
  z-index: 1;
}
.saas_banner_area_two svg {
  width: 500px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1150px) {
  .saas_banner_area_two {
    margin-bottom: 300px;
  }
}
@media (max-width: 991px) {
  .saas_banner_area_two {
    margin-bottom: 170px;
  }
}

.saas_banner_content_two {
  position: relative;
  padding-bottom: 400px;
}
.saas_banner_content_two h2 {
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-family: var(--font-family-base);
  letter-spacing: -1.4px;
  margin-bottom: 30px;
  color: #fff;
}
.saas_banner_content_two h2 span {
  display: inline-block;
}
.saas_banner_content_two p {
  max-width: 720px;
  margin: 0 auto;
  line-height: 30px;
  margin-bottom: 40px;
  color: #fff;
}
.saas_banner_content_two .banner-hero {
  top: calc(100% - 400px);
  position: absolute;
}
@media (max-width: 1500px) {
  .saas_banner_content_two {
    padding-bottom: 260px;
  }
  .saas_banner_content_two h2 {
    font-size: 50px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .saas_banner_content_two p {
    font-size: 16px;
    line-height: 1.5;
  }
  .saas_banner_content_two .banner-hero {
    top: calc(100% - 250px);
  }
}
@media (max-width: 1150px) {
  .saas_banner_content_two {
    padding-bottom: 240px;
  }
  .saas_banner_content_two .banner-hero {
    top: calc(100% - 210px);
  }
}
@media (max-width: 950px) {
  .saas_banner_content_two h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .saas_banner_content_two {
    padding-bottom: 30px;
  }
  .saas_banner_content_two .banner-hero {
    position: relative;
    top: unset;
  }
}
.saas_banner_content_two .banner_img {
  max-width: 100%;
}
.saas_banner_content_two .banner_img .line_shap {
  position: absolute;
  top: -40px;
  right: -37px;
  z-index: -1;
}
@media (max-width: 768px) {
  .saas_banner_content_two .banner_img {
    margin-top: 0;
  }
  .saas_banner_content_two .banner_img .line_shap {
    display: none;
  }
}

.saas_banner_area_three {
  padding: 180px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.sass_banner_content {
  position: relative;
  z-index: 2;
}
.sass_banner_content h2 {
  font-family: var(--font-family-base);
  font-size: 74px;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: -2px;
  color: #14141f;
}
.sass_banner_content p {
  font-size: 20px;
  line-height: 32px;
  color: #14141f;
  margin-bottom: 40px;
}
.sass_banner_content .credit_text {
  font-size: 16px;
  color: #182c4c;
  margin-top: 20px;
  margin-bottom: 0px;
}
.sass_banner_content .credit_text i {
  color: #ff4998;
}
.sass_banner_content .ratting_icon {
  margin-top: 50px;
}
.sass_banner_content .ratting_icon a {
  margin-right: 60px;
  display: inline-block;
}

.banner_subscribe {
  display: flex;
}
.banner_subscribe .form-control {
  flex: 1;
  border-radius: 8px;
  border: 1px solid rgba(24, 44, 76, 0.1);
  height: 60px;
  padding-left: 60px;
  font-size: 16px;
  color: #182c4c;
  position: relative;
  z-index: 0;
  background: transparent;
  width: 333px;
}
.banner_subscribe .form-control.placeholder {
  color: #182c4c;
}
.banner_subscribe .form-control:-moz-placeholder {
  color: #182c4c;
}
.banner_subscribe .form-control::-moz-placeholder {
  color: #182c4c;
}
.banner_subscribe .form-control::-webkit-input-placeholder {
  color: #182c4c;
}
.banner_subscribe .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--c-orange);
}
.banner_subscribe .theme_btn {
  border: 0px;
  margin-left: 12px;
  transition: all 0.3s linear;
  box-shadow: none;
}
.banner_subscribe .theme_btn i {
  transition: all 0.3s linear;
  display: inline-block;
}
.banner_subscribe .theme_btn:hover {
  background: #182c4c;
}

.input_group {
  position: relative;
}
.input_group img {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.banner_img_three {
  position: relative;
  text-align: center;
  z-index: 1;
}
.banner_img_three .one,
.banner_img_three .two,
.banner_img_three .three,
.banner_img_three .four,
.banner_img_three .five {
  position: absolute;
}
.banner_img_three .one {
  left: 20px;
  top: 90px;
}
.banner_img_three .two {
  left: 20px;
  top: 190px;
}
.banner_img_three .three {
  right: 20px;
  bottom: -20px;
}
.banner_img_three .four {
  right: -200px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.banner_img_three .five {
  left: 35px;
  bottom: -29px;
}

.saas_banner_area_four {
  position: relative;
  z-index: 1;
  padding-top: 200px;
  overflow: hidden;
}
.saas_banner_area_four .banner_shap {
  position: absolute;
  top: 0px;
  right: 200px;
  z-index: -1;
}
.saas_banner_area_four .saas_banner_content_two h2 {
  font-weight: 600;
  font-size: 80px;
  color: #fff;
}
.saas_banner_area_four .saas_banner_content_two p {
  color: #fff;
  max-width: 800px;
}
.saas_banner_area_four .subcribes_two,
.saas_banner_area_four .ratting_site_icon {
  max-width: 815px;
  margin-left: auto;
  margin-right: auto;
}
.saas_banner_area_four .banner_img {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.subcribes_two .input_group img {
  z-index: 2;
}
.subcribes_two .form-control {
  border-radius: 16px;
  padding-left: 60px;
}
.subcribes_two .btn_submit {
  border-radius: 10px;
  background: var(--c-orange);
  padding: 16px 30px;
  font-size: 18px;
}
.subcribes_two .btn_submit i {
  transition: all 0.3s linear;
  display: inline-block;
}
.subcribes_two .btn_submit:hover i {
  transform: translateX(5px);
}

.ratting_site_icon {
  display: flex;
  width: 100%;
  margin-top: 70px;
}
.ratting_site_icon .item {
  width: 25%;
  padding: 0px 5px;
}
.ratting_site_icon .item img {
  max-width: 100%;
}

.saas_banner_area_five {
  padding-top: 170px;
  overflow: hidden;
}

.app_banner_content {
  position: relative;
  z-index: 1;
}
.app_banner_content h2 {
  font-size: 80px;
  line-height: 94px;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 30px;
}
.app_banner_content p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.app_banner_content .saas_btn {
  margin-top: 30px;
}
.app_banner_content .ratting_text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 25px;
}
.app_banner_content .ratting_text img {
  margin-right: 5px;
  vertical-align: text-bottom;
}

.app_banner_img {
  position: relative;
  z-index: 0;
}
.app_banner_img .app_img {
  margin-left: 40px;
}
.app_banner_img .app_img.two {
  position: absolute;
  bottom: 20px;
  right: -50px;
}
.app_banner_img .app_shap_one,
.app_banner_img .app_shap_two {
  position: absolute;
  z-index: -1;
}
.app_banner_img .app_shap_one {
  left: -80px;
  top: -70px;
}
.app_banner_img .app_shap_two {
  bottom: 0;
  right: -300px;
}

.saas_breadcrumb_area {
  position: relative;
  z-index: 1;
  padding: 120px 0px 160px;
  overflow: hidden;
  background-color: var(--bg-c-header);
}
.saas_breadcrumb_area.about-us-breadcrumb {
  padding-bottom: 90px;
}
.saas_breadcrumb_area.about-us-breadcrumb .saas_breadcrumb_text {
  max-width: 900px;
}
.saas_breadcrumb_area svg {
  width: 500px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.saas_breadcrumb_area .b_shap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.saas_breadcrumb_text {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.saas_breadcrumb_text h1 {
  font-size: 64px;
  line-height: 78px;
  letter-spacing: -0.4px;
  color: #fff;
  margin-bottom: 15px;
}
.saas_breadcrumb_text p {
  margin-bottom: 18px;
  color: #fff;
  font-weight: 600;
}
.saas_breadcrumb_text p.text-large {
  font-size: 30px;
}
.saas_breadcrumb_text .breadcrumb {
  margin-bottom: 0;
}
.saas_breadcrumb_text .breadcrumb li {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #fff;
  opacity: 0.86;
  position: relative;
  margin-right: 6px;
}
.saas_breadcrumb_text .breadcrumb li a {
  color: #fff;
  opacity: 0.86;
}
.saas_breadcrumb_text .breadcrumb li + li {
  margin-left: 12px;
}
.saas_breadcrumb_text .breadcrumb li + li:before {
  content: "/";
  position: absolute;
  left: -12px;
  color: #fff;
  opacity: 0.86;
}

@media (max-width: 991px) {
  .saas_breadcrumb_text h1 {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 9px;
  }
}
.single_breadcrumb {
  padding: 190px 0px 160px;
}
.single_breadcrumb .saas_breadcrumb_text {
  max-width: 1050px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.saas_btn {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding: 16px 29px;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.3s linear;
  background: var(--c-orange);
  letter-spacing: -0.1px;
  border: none;
  position: relative;
  z-index: 1;
}
.saas_btn .btn_text {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.saas_btn .btn_text span {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.5s ease;
  display: block;
}
.saas_btn .btn_text span:first-child {
  transform: translateY(24px);
}
.saas_btn .btn_text span:last-child {
  position: relative;
}
.saas_btn .btn_text span i {
  vertical-align: middle;
}
.saas_btn:hover {
  color: #fff;
  box-shadow: none;
}
.saas_btn:hover .btn_text span:first-child {
  transform: translateY(0);
}
.saas_btn:hover .btn_text span:last-child {
  transform: translateY(-24px);
}
.saas_btn.white {
  background: #fff;
  color: var(--c-orange);
}
.saas_btn.white:hover {
  color: var(--c-orange);
}

.btn_text {
  overflow: hidden;
  width: 100%;
  position: relative;
  display: block;
}
.btn_text span {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.5s ease;
  display: block;
}
.btn_text span:first-child {
  transform: translateY(24px);
}
.btn_text span:last-child {
  position: relative;
}
.btn_text span i {
  vertical-align: middle;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.saas_client_logo_area {
  overflow: hidden;
  padding-left: 125px;
  padding-right: 125px;
  padding-top: 80px;
}
.saas_client_logo_area .min_client_area {
  border-bottom: 0px;
  padding-bottom: 0;
}

.client_title {
  font-size: 18px;
  line-height: 32px;
  color: var(--saas-gray-dark);
  font-weight: 400;
  font-family: var(--font-family-base);
  opacity: 0.8;
}
.client_title .split-line {
  display: inline-block !important;
}
.client_title span {
  opacity: 1;
  font-weight: 600;
  margin: 0px 6px;
}
.client_title.white {
  color: #fff;
}

.client_title_two {
  margin-bottom: 60px;
}

.min_client_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9dbe9;
  padding-bottom: 40px;
  margin-top: 50px;
}
.min_client_area .item {
  width: 14.2857142857%;
  text-align: center;
  padding: 10px;
}
.min_client_area img {
  opacity: 0.5;
  transition: 0.3s;
  cursor: pointer;
  max-width: 100%;
}
.min_client_area img:hover {
  opacity: 1;
}

.saas_client_logo_two {
  padding-top: 100px;
}
.saas_client_logo_two .min_client_area {
  border-bottom: 1px solid #d9dbe9;
}

.saas_client_logo_three {
  margin-top: 50px;
}

.saas_client_logo_area_dark {
  padding-top: 100px;
}
.saas_client_logo_area_dark .min_client_area {
  border-color: #515151;
}

.subscribe_inner {
  background: linear-gradient(140deg, #245fe7 0%, #2b5bfd 100%);
  border-radius: 40px;
  padding: 85px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  margin-bottom: -150px;
}
.subscribe_inner .section_title_two {
  max-width: 856px;
  margin: 0 auto 50px;
}
.subscribe_inner .section_title_two h2,
.subscribe_inner .section_title_two p {
  color: #fff;
}
.subscribe_inner .note {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
.subscribe_inner .note a {
  text-decoration: underline;
  color: #fff;
}

.subscribe_form {
  max-width: 526px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.subscribe_form .form-control {
  border-radius: 12px;
  box-shadow: 0px 4px 30px 0px rgba(29, 41, 57, 0.08);
  background: #fff;
  padding: 10px 150px 10px 25px;
  height: 62px;
  border: 0px;
}
.subscribe_form .theme_btn {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  background: var(--c-orange);
  border-radius: 8px;
  padding: 10px 25px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s linear;
  border: 0px;
}
.subscribe_form .theme_btn:hover {
  background: #111;
  color: #fff;
}

.marquee {
  width: 100%;
  display: inline-flex;
  overflow: hidden;
  padding-top: 45px;
}
.marquee .slide {
  width: auto;
  display: inline-flex;
  padding: 0 35px;
  align-items: center;
  height: 46px;
}
.marquee .slide img {
  height: 100%;
  width: auto;
  max-height: 100%;
  max-width: unset;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.saas_features_area {
  padding: 120px 0px;
}
@media (max-width: 768px) {
  .saas_features_area {
    padding: 80px 10px;
  }
}

.saas_features_item {
  align-items: center;
}
.saas_features_item.two .saas_features_content {
  padding-right: 0;
  padding-left: 70px;
}
.saas_features_item.two .first-image {
  width: 266px;
  bottom: 0;
}
.saas_features_item.two .second-image {
  width: 188px;
  top: 35%;
}
.saas_features_item.three .saas_features_img {
  align-items: start;
  justify-content: flex-end;
  z-index: 1;
}
.saas_features_item.three .saas_features_img .img_small {
  z-index: 0;
  right: 70px;
  top: 30px;
  left: auto;
}
.saas_features_item + .saas_features_item {
  margin-top: 110px;
}

.saas_features_content:not(.product-features-content) h6 {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--c-orange);
  font-family: var(--font-family-base);
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 24px;
}
.saas_features_content:not(.product-features-content) h2 {
  font-size: 46px;
  line-height: 60px;
  letter-spacing: -0.4px;
  margin-bottom: 16px;
}
.saas_features_content:not(.product-features-content) p {
  margin-bottom: 25px;
  font-weight: 500;
}
.saas_features_content:not(.product-features-content) .features_item_list {
  margin-bottom: 20px;
}
.saas_features_content:not(.product-features-content) .features_item_list h5 {
  font-size: 20px;
}
.saas_features_content:not(.product-features-content) .features_item_list p {
  font-size: 18px;
  margin-bottom: 10px;
}

.saas_features_img {
  position: relative;
  height: 100%;
  align-items: center;
  display: flex;
  min-height: 500px;
  justify-content: flex-end;
}
.saas_features_img.get-top {
  align-items: start;
}
.saas_features_img.get-top .first-image {
  bottom: 0;
}
.saas_features_img .first-image {
  position: absolute;
  right: 0;
  bottom: -9%;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1764705882);
  border-radius: 20px;
  width: 296px;
}
.saas_features_img .second-image {
  position: absolute;
  top: 4%;
  left: 0;
  width: 268px;
}
.saas_features_img .second-image img {
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.1764705882));
  border-radius: 20px;
}
@media (max-width: 991px) {
  .saas_features_img {
    flex-direction: column;
    gap: 20px;
  }
  .saas_features_img .first-image {
    width: 200px;
  }
  .saas_features_img .second-image {
    bottom: 0;
    width: 207px;
    top: 0;
  }
}

.saas_list li {
  padding-left: 45px;
  position: relative;
  font-size: 16px;
  color: var(--c-secondary-text);
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 34px;
}
.saas_list li .icon {
  width: 34px;
  height: 34px;
  background: #f2f2f2;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

.saas_list.about-list-items li {
  padding-left: 14px;
}

.saas_features_area_three {
  padding-bottom: 220px;
}
.saas_features_area_three .section_title {
  margin-bottom: 20px;
}

.feature_item_inner {
  background: linear-gradient(175deg, #7579ff 0%, #b224ef 100%);
  border-radius: 20px;
  padding: 40px 50px;
}
.feature_item_inner + .feature_item_inner {
  margin-top: 80px;
}
.feature_item_inner .saas_features_img_two {
  position: relative;
}
.feature_item_inner .saas_features_img_two .img_two {
  position: absolute;
  right: 0;
  box-shadow: 0px 3px 29px 0px rgba(143, 139, 139, 0.25);
  border-radius: 10px;
}
.feature_item_inner .saas_feature_content_two h2,
.feature_item_inner .saas_feature_content_two p {
  color: #fff;
}
.feature_item_inner .saas_feature_content_two h2 {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: -0.03px;
  margin-bottom: 20px;
}
.feature_item_inner .saas_feature_content_two p {
  margin-bottom: 20px;
}
.feature_item_inner .saas_feature_content_two .theme_btn_two {
  box-shadow: none;
  color: var(--saas-purple);
}
.feature_item_inner .saas_feature_content_two .theme_btn_two i {
  margin-left: 4px;
}
.feature_item_inner .saas_feature_content_two .theme_btn_two:hover {
  color: #fff;
}
.feature_item_inner.two {
  background: linear-gradient(175deg, #f74fac 0%, #fcb24f 100%);
}
.feature_item_inner.two .saas_features_img_two .img_two {
  top: 120px;
  right: 60px;
}
.feature_item_inner.three {
  background: linear-gradient(175deg, #ff7a00 0%, #ffd439 100%);
}
.feature_item_inner.three .saas_features_img_two {
  padding-top: 50px;
}
.feature_item_inner.three .saas_features_img_two .img_two {
  top: -30px;
}

.features_list {
  margin-bottom: 40px;
}
.features_list li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 7px;
}
.features_list li i {
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  position: relative;
  margin-right: 10px;
}

.app_features_area {
  padding: 120px 0px;
}

.app_features_item {
  align-items: center;
}
.app_features_item:not(:last-child) {
  margin-bottom: 130px;
}
.app_features_item .saas_features_img {
  padding-bottom: 0;
  justify-content: center;
  background: transparent;
}
.app_features_item .saas_features_img .img_small {
  bottom: 120px;
  right: 60px;
  left: auto;
  top: auto;
}
.app_features_item .app_features_content {
  padding-left: 50px;
}
.app_features_item .app_features_content h2 {
  color: #fff;
  font-size: 60px;
  line-height: 74px;
  font-weight: 600;
  letter-spacing: -1.5px;
  margin-bottom: 38px;
}
.app_features_item .app_features_content p {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
}
.app_features_item .app_features_content .features_item_list {
  position: relative;
  padding-left: 42px;
  padding-right: 80px;
  margin-bottom: 35px;
}
.app_features_item .app_features_content .features_item_list:before {
  content: "";
  position: absolute;
  background: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.8682 2.62891C13.2308 2.99154 13.2308 3.57947 12.8682 3.94211L5.4396 11.3707C5.07696 11.7333 4.48903 11.7333 4.12639 11.3707L0.412109 7.65639C0.0494793 7.29376 0.0494793 6.70582 0.412109 6.34319C0.774738 5.98056 1.36268 5.98056 1.72531 6.34319L4.78299 9.40088L11.555 2.62891C11.9176 2.26628 12.5055 2.26628 12.8682 2.62891Z" fill="white"/></svg>');
  left: 0;
  top: 5px;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--c-orange);
  background-position: 6px center;
  background-repeat: no-repeat;
}
.app_features_item .app_features_content .features_item_list h5 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: var(--font-family-base);
  line-height: 34px;
  margin-bottom: 15px;
}
.app_features_item .app_features_content .features_item_list p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  font-family: var(--font-family-base);
  line-height: 30px;
}
.app_features_item.two .app_features_content {
  padding-left: 0px;
  padding-right: 50px;
}
.app_features_item.two .app_features_content p {
  margin-bottom: 35px;
}
.app_features_item.two .app_features_content .features_list li {
  font-size: 23px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 40px;
}
.app_features_item.two .app_features_content .features_list li:before {
  content: "";
  position: absolute;
  background: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.8682 2.62891C13.2308 2.99154 13.2308 3.57947 12.8682 3.94211L5.4396 11.3707C5.07696 11.7333 4.48903 11.7333 4.12639 11.3707L0.412109 7.65639C0.0494793 7.29376 0.0494793 6.70582 0.412109 6.34319C0.774738 5.98056 1.36268 5.98056 1.72531 6.34319L4.78299 9.40088L11.555 2.62891C11.9176 2.26628 12.5055 2.26628 12.8682 2.62891Z" fill="white"/></svg>');
  left: 0;
  top: 2px;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--c-orange);
  background-position: 6px center;
  background-repeat: no-repeat;
}

.saas_faq_area {
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, rgba(248, 240, 229, 0.5) 0%, #f8f0e5 100%);
}

.faq-page-content .saas_features_content {
  margin-top: 20px;
}
.faq-page-content .faq_inner .accordion-item .accordion-header {
  line-height: 22px;
  margin-bottom: 10px;
}
.faq-page-content .faq_inner .accordion-item .accordion-header .accordion-button {
  padding: 10px 5px;
  font-size: 16px;
  line-height: 22px;
}
.faq-page-content .faq_inner .accordion-item .accordion-body {
  font-size: 18px;
}
.faq-page-content .saas_features_img {
  height: 130px;
  min-height: unset;
}
.faq-page-content .saas_features_img img {
  height: auto;
  max-height: 100%;
}
.faq-page-content .tab-pane > div {
  margin: 30px 0;
}

.faq_inner .accordion-item {
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid rgba(31, 3, 67, 0.09);
  margin-bottom: 20px;
  background: transparent;
}
.faq_inner .accordion-item .accordion-header .accordion-button {
  padding: 15px 15px 20px;
  background: transparent;
  font-size: 25px;
  line-height: 34px;
  color: var(--saas-gray-dark);
  font-weight: 600;
  border: 0px;
  box-shadow: none;
}
.faq_inner .accordion-item .accordion-header .accordion-button:after {
  color: #141b34;
}
.faq_inner .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.faq_inner .accordion-item .accordion-body {
  color: var(--saas-gray-dark);
  font-size: 18px;
  line-height: 30px;
  padding-top: 0;
  padding-left: 15px;
  padding-bottom: 28px;
}

.faq_inner_two .accordion-item .accordion-header .accordion-button {
  color: #14141f;
}

.promo_content h2,
.promo_content p {
  color: #fff;
}
.promo_content h2 {
  font-size: 52px;
  line-height: 68px;
  letter-spacing: -1.8px;
  margin-bottom: 20px;
}
.promo_content p {
  line-height: 32px;
}
.promo_content .saas_btn {
  background: #fff;
  color: var(--c-orange);
  border-color: #fff;
  margin-top: 25px;
}
.promo_content .saas_btn:hover {
  background: var(--c-orange);
  color: #fff;
  border-color: var(--c-orange);
}

.promo_content_bg {
  background: linear-gradient(90deg, #2563eb 0%, #1d4ed8 100%);
  border-radius: 20px;
  padding: 100px 320px;
  position: relative;
  z-index: 1;
  margin-top: 90px;
}
.promo_content_bg .shap_one,
.promo_content_bg .shap_two {
  position: absolute;
  z-index: -1;
}
.promo_content_bg .shap_one {
  left: 0;
  top: 0;
}
.promo_content_bg .shap_two {
  bottom: 100px;
  right: 200px;
}
.promo_content_bg .saas_btn:hover {
  background: #fff;
  color: var(--c-orange);
}

.promo_area_dark .saas_btn {
  background: var(--c-orange);
  color: #fff;
}
.promo_area_dark .saas_btn:hover {
  background: #fff;
  color: var(--c-orange);
}

.promo_area_three .promo_content .saas_btn {
  background: var(--c-orange);
  color: #fff;
}

.service_tab_inner {
  padding-left: 25px;
  padding-right: 25px;
}
.service_tab_inner .nav-tabs {
  border-bottom: 2px solid rgba(57, 57, 57, 0.12);
}
.service_tab_inner .nav-tabs .nav-item {
  width: 20%;
}

.service_tab_button {
  text-align: center;
  border: 0px !important;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #6d737c;
  font-family: var(--font-family-base);
  padding-bottom: 20px;
  position: relative;
}
.service_tab_button:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: var(--saas-gray-dark);
  opacity: 0;
}
.service_tab_button.active, .service_tab_button:hover {
  background: transparent !important;
  color: var(--saas-gray-dark);
}
.service_tab_button.active::before, .service_tab_button:hover::before {
  opacity: 1;
}
.service_tab_button.active .icon, .service_tab_button:hover .icon {
  background: #386ffb;
  box-shadow: 0px 4px 12px -2px rgba(56, 111, 251, 0.35);
}
.service_tab_button.active .icon svg path, .service_tab_button:hover .icon svg path {
  stroke: #fff;
}
.service_tab_button .icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f6fe;
  border-radius: 14px;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.service_tab_content {
  padding: 38px 70px 40px 32px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e0e2e7;
  margin-top: 40px;
}
.service_tab_content .accordion-header {
  display: none;
}
.service_tab_content .accordion-item {
  border: 0px;
  background: transparent;
}
.service_tab_content .accordion-item .flex-row-reverse .tab_item_content {
  padding-left: 0;
  padding-right: 70px;
}
.service_tab_content .accordion-item .tab_img {
  border-radius: 20px;
}
.service_tab_content .tab_item_content {
  padding-left: 70px;
}
.service_tab_content .tab_item_content h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
.service_tab_content .tab_item_content .saas_btn {
  margin-top: 20px;
}

.service_tab_item {
  margin-top: 25px;
}
.service_tab_item h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--saas-gray-dark);
  line-height: 1.1;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
}

.promo_area.customized .promo_tab_image {
  background: transparent;
}
.promo_area.customized .promo_tab_image .tab-pane img {
  position: relative;
  z-index: 2;
}

.promo_tab_image {
  border-radius: 10px;
  overflow: hidden;
  padding: 40px;
  margin-right: 27px;
}

.promo_tab_box {
  padding-left: 10px;
}
.promo_tab_box .section_title_two {
  margin-bottom: 30px;
}
.promo_tab_box .nav .nav-item .nav-link {
  text-align: left;
  display: flex;
  background: transparent;
  padding: 25px;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  align-items: flex-start;
  cursor: pointer;
}
.promo_tab_box .nav .nav-item .nav-link img {
  margin-right: 20px;
}
.promo_tab_box .nav .nav-item .nav-link h5 {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-family-base);
  color: #1d2939;
}
.promo_tab_box .nav .nav-item .nav-link p {
  font-size: 16px;
  margin-bottom: 0;
}
.promo_tab_box .nav .nav-item .nav-link .tab_progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.promo_tab_box .nav .nav-item .nav-link .tab_progress .progress-bar {
  background: var(--c-orange);
  height: 100%;
}
.promo_tab_box .nav .nav-item .nav-link.active {
  background: #f9f7fe;
  border-color: var(--c-orange);
}

#VIEW_IMAGE .modal-content,
#MODULE_VIDEO .modal-content {
  background-color: transparent;
  border: none;
}
#VIEW_IMAGE .modal-content .modal-header,
#VIEW_IMAGE .modal-content .modal-footer,
#MODULE_VIDEO .modal-content .modal-header,
#MODULE_VIDEO .modal-content .modal-footer {
  border: none;
}

.features_area_two {
  position: relative;
  z-index: 1;
}
.features_area_two .service_category_area {
  padding-top: 120px;
}

.features_tab_inner {
  padding: 12px;
  border-radius: 12.798px;
  box-shadow: 0 49.225px 39.38px 0 rgba(0, 0, 0, 0.02), 0 31.905px 23.063px 0 rgba(0, 0, 0, 0.02), 0 18.961px 12.543px 0 rgba(0, 0, 0, 0.01), 0 9.845px 6.399px 0 rgba(0, 0, 0, 0.01), 0 4.011px 3.209px 0 rgba(0, 0, 0, 0.01), 0 0.912px 1.55px 0 rgba(0, 0, 0, 0);
  background: #fff;
  position: relative;
  z-index: 1;
}
.features_tab_inner.tab-faq-section .nav .nav-item {
  width: 14.2857142857%;
}
.features_tab_inner.tab-faq-section .nav .nav-item .nav-link {
  column-gap: 0;
  padding: 20px 0;
  height: auto;
}
.features_tab_inner.tab-faq-section .nav .nav-item .nav-link.active .text {
  color: var(--c-orange);
}
.features_tab_inner.tab-faq-section .nav .nav-item .nav-link .text {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 17px;
}
.features_tab_inner .nav {
  background-color: #f5f6fa;
  border-radius: 14px;
  padding: 8px;
}
.features_tab_inner .nav .nav-item {
  width: 12.5%;
}
.features_tab_inner .nav .nav-item .nav-link {
  padding: 0 10px;
  height: 75px;
  border-radius: 10px;
  column-gap: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s ease;
  width: 100%;
}
.features_tab_inner .nav .nav-item .nav-link .icon {
  width: 38px;
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  opacity: 0.7;
}
.features_tab_inner .nav .nav-item .nav-link .text {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  width: min-content;
  color: rgba(29, 41, 57, 0.6862745098);
  text-align: left;
}
.features_tab_inner .nav .nav-item .nav-link.active {
  background: #fff;
  box-shadow: 0px 16px 40px 0px rgba(24, 44, 76, 0.07);
  color: #1d2939;
}
.features_tab_inner .nav .nav-item:nth-child(1) .nav-link .icon {
  background: #ffdfe7;
}
.features_tab_inner .nav .nav-item:nth-child(1) .nav-link .icon svg path {
  fill: #ff5f85;
}
.features_tab_inner .nav .nav-item:nth-child(1) .nav-link.active .icon {
  background: #ff5f85;
}
.features_tab_inner .nav .nav-item:nth-child(1) .nav-link.active .icon svg path {
  fill: #fff;
}
.features_tab_inner .nav .nav-item:nth-child(2) .nav-link .icon {
  background: #aee9d3;
}
.features_tab_inner .nav .nav-item:nth-child(2) .nav-link .icon svg path {
  fill: #01cc74;
}
.features_tab_inner .nav .nav-item:nth-child(2) .nav-link.active .icon {
  background: #01cc74;
}
.features_tab_inner .nav .nav-item:nth-child(2) .nav-link.active .icon svg path {
  fill: #fff;
}
.features_tab_inner .nav .nav-item:nth-child(3) .nav-link .icon {
  background: #fcebd0;
}
.features_tab_inner .nav .nav-item:nth-child(3) .nav-link .icon svg path {
  fill: #ffc147;
}
.features_tab_inner .nav .nav-item:nth-child(3) .nav-link.active .icon {
  background: #ffc147;
}
.features_tab_inner .nav .nav-item:nth-child(3) .nav-link.active .icon svg path {
  fill: #fff;
}
.features_tab_inner .nav .nav-item:nth-child(4) .nav-link .icon {
  background: #c7dbfb;
}
.features_tab_inner .nav .nav-item:nth-child(4) .nav-link .icon svg path {
  fill: #0d6efd;
}
.features_tab_inner .nav .nav-item:nth-child(4) .nav-link.active .icon {
  background: #0d6efd;
}
.features_tab_inner .nav .nav-item:nth-child(4) .nav-link.active .icon svg path {
  fill: #fff;
}
.features_tab_inner .nav .nav-item:nth-child(5) .nav-link .icon {
  background: #d2eafb;
}
.features_tab_inner .nav .nav-item:nth-child(5) .nav-link .icon svg path {
  fill: #46bcff;
}
.features_tab_inner .nav .nav-item:nth-child(5) .nav-link.active .icon {
  background: #46bcff;
}
.features_tab_inner .nav .nav-item:nth-child(5) .nav-link.active .icon svg path {
  fill: #fff;
}
.features_tab_inner .nav .nav-item:nth-child(6) .nav-link .icon {
  background: #f5e4ca;
}
.features_tab_inner .nav .nav-item:nth-child(6) .nav-link .icon svg path {
  fill: #f59e0b;
}
.features_tab_inner .nav .nav-item:nth-child(6) .nav-link.active .icon {
  background: #f59e0b;
}
.features_tab_inner .nav .nav-item:nth-child(6) .nav-link.active .icon svg path {
  fill: #fff;
}
.features_tab_inner .nav .nav-item:nth-child(7) .nav-link .icon {
  background: #c7edf8;
}
.features_tab_inner .nav .nav-item:nth-child(7) .nav-link .icon svg path {
  fill: #0dcaf0;
}
.features_tab_inner .nav .nav-item:nth-child(7) .nav-link.active .icon {
  background: #0dcaf0;
}
.features_tab_inner .nav .nav-item:nth-child(7) .nav-link.active .icon svg path {
  fill: #fff;
}
.features_tab_inner .nav .nav-item:nth-child(8) .nav-link .icon {
  background: #d7cef6;
}
.features_tab_inner .nav .nav-item:nth-child(8) .nav-link .icon svg path {
  fill: #5d2de6;
}
.features_tab_inner .nav .nav-item:nth-child(8) .nav-link.active .icon {
  background: #5d2de6;
}
.features_tab_inner .nav .nav-item:nth-child(8) .nav-link.active .icon svg path {
  fill: #fff;
}
.features_tab_inner .saas_features_img img {
  border-radius: 22px;
  max-width: 100%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .features_tab_inner .saas_features_content.pe-5, .features_tab_inner .saas_features_content.ps-5 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.features_tab_inner .saas_features_content h2 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 15px;
  font-weight: 700;
  color: var(--c-primary-text);
}
.features_tab_inner .saas_features_content .saas_list {
  margin-bottom: 20px;
}
.features_tab_inner .saas_features_content .saas_list li {
  padding-left: 24px;
  line-height: 1.5;
  color: var(--c-secondary-text);
  display: block;
  font-size: 18px;
}
.features_tab_inner .saas_features_content .saas_list li b {
  font-size: 20px;
  color: var(--c-primary-text);
  font-weight: 600;
  display: block;
  width: full;
}
.features_tab_inner .saas_features_content .saas_list li i {
  color: #01cc74;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 18px;
}

.promo_area_two {
  padding-top: 110px;
}

.promo_item {
  padding-left: 80px;
  padding-right: 80px;
}
.promo_item img {
  margin-bottom: 25px;
}
.promo_item h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.promo_item p {
  font-size: 16px;
  line-height: 24px;
}

.promo_dash_img {
  background: rgba(43, 91, 253, 0.16);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 90px 0px 0px;
  margin-top: 60px;
}

.promo_area_dark {
  position: relative;
  padding: 170px 0px;
  z-index: 1;
}
.promo_area_dark:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/home-four/shap_2.png) no-repeat center top/cover;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
.promo_area_dark .promo_content h2 {
  font-size: 60px;
  font-family: var(--font-family-base);
  font-weight: 500;
  letter-spacing: -0.01px;
  margin-bottom: 25px;
}
.promo_area_dark .promo_content p {
  color: #98a2b3;
  margin-bottom: 12px;
}
.promo_area_dark .promo_content .theme_btn_two.purple {
  font-size: 18px;
}

.app_promo_area {
  background: linear-gradient(26deg, #0017e4 0%, #3793ff 100%);
  padding-top: 80px;
}

.app_promo_content {
  padding-top: 50px;
}
.app_promo_content h2 {
  color: #fff;
  font-size: 72px;
  letter-spacing: -0.2px;
  font-family: var(--font-family-base);
  line-height: 85px;
  margin-bottom: 25px;
}
.app_promo_content h2 .split-line {
  display: inline-flex !important;
  column-gap: 10px;
}
.app_promo_content h2 .split-line img {
  bottom: -8px;
  position: relative;
}
.app_promo_content p {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 40px;
}
.app_promo_content .playstore_btn {
  margin-right: 16px;
}
.app_promo_content .playstore_btn svg {
  transition: all 0.3s ease;
}
.app_promo_content .playstore_btn:hover svg {
  transform: scale(1.05);
}

.promo_area_three .promo_content h2 {
  font-size: 56px;
  color: var(--saas-gray-dark);
}
.promo_area_three .promo_content p {
  color: var(--saas-gray);
  margin-bottom: 40px;
}

@keyframes showingUp {
  from {
    scale: 0;
    transform: translate(100px, 100px);
  }
  to {
    scale: 1;
    transform: translate(0, 0);
  }
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.service_category_area {
  position: relative;
  z-index: 1;
}
.service_category_area .items {
  max-width: 1000px;
  margin-inline: auto;
}
.service_category_area .shap {
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: -1;
}
.service_category_area .col-lg-4:nth-child(1) .service_item .icon {
  background: #ff5f85;
}
.service_category_area .col-lg-4:nth-child(2) .service_item .icon {
  background: #ffc147;
}
.service_category_area .col-lg-4:nth-child(3) .service_item .icon {
  background: #155cff;
}
.service_category_area .col-lg-4:nth-child(4) .service_item .icon {
  background: #46bcff;
}
.service_category_area .col-lg-4:nth-child(5) .service_item .icon {
  background: #ff9054;
}
.service_category_area .col-lg-4:nth-child(6) .service_item .icon {
  background: #9ae6d7;
}
.service_category_area .col-lg-4:nth-child(7) .service_item .icon {
  background: #06af8f;
}
.service_category_area .col-lg-4:nth-child(8) .service_item .icon {
  background: #4c5483;
}
.service_category_area .col-lg-4:nth-child(9) .service_item .icon {
  background: #ff5100;
}

.service_item {
  border-radius: 35px;
  border: 1px solid #d9d9d9;
  transition: all 0.3s ease-in-out;
  min-height: 368px;
  margin-bottom: 30px;
  height: calc(100% - 22px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .service_item {
    min-height: 300px;
  }
}
.service_item .icon {
  width: 119px;
  height: 119px;
  border-radius: 25px;
  background: linear-gradient(0deg, #3b82f6 0%, #60a5fa 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.service_item h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
}
.service_item p {
  margin-bottom: 0;
  line-height: 32px;
}
.service_item:hover {
  box-shadow: 0px 6px 50px 0px rgba(24, 44, 76, 0.13);
  transform: translateY(-8px);
}

.service_category_area_two .service_item {
  background: #f8f9fc;
  box-shadow: none;
}

.service_item_dark {
  background: #1c1c22;
  box-shadow: none;
}
.service_item_dark .icon {
  background: transparent !important;
  width: max-content;
  height: max-content;
  border-radius: 0px;
}
.service_item_dark h4,
.service_item_dark p {
  color: #fff;
}
.service_item_dark:hover {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .saas_about_area > div > div {
    flex-direction: column-reverse;
  }
}
.saas_about_area .about_img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.saas_about_area .about-image-container {
  position: relative;
}
.saas_about_area .about-image-container .mini-cart {
  position: absolute;
}
.saas_about_area .about-image-container .mini-cart img {
  height: auto;
  width: 100%;
}
.saas_about_area .about-image-container .mini-cart.cart-1 {
  height: auto;
  width: 22%;
  top: 42%;
  right: calc(59% + 40px);
}
.saas_about_area .about-image-container .mini-cart.cart-2 {
  height: auto;
  width: 15%;
  top: calc(23% - 20px);
  right: 53%;
}
.saas_about_area .about-image-container .mini-cart.cart-3 {
  height: auto;
  width: 15%;
  top: calc(35% - 15px);
  right: calc(40% - 20px);
}

.saas_about_content {
  padding-left: 80px;
}
.saas_about_content h2 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.3px;
  color: #1d2939;
  margin-bottom: 20px;
}
.saas_about_content .saas_btn {
  margin-top: 25px;
}

.fact_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-left: 80px;
  padding-right: 80px;
  grid-gap: 70px;
  margin-top: 90px;
}
.fact_inner .skill_fact_item {
  display: flex;
}
.fact_inner .skill_fact_item .number {
  font-size: 48px;
  font-weight: 600;
  color: #1d2939;
  font-family: var(--font-family-base);
  margin-right: 20px;
}
.fact_inner .skill_fact_item p {
  margin-bottom: 0;
  font-size: 18px;
}

.mission_content .section_title {
  margin-bottom: 30px;
}
.mission_content .nav-tabs .nav-item {
  margin-right: 40px;
}
.mission_content .nav-tabs .nav-item .nav-link {
  padding-left: 0;
  font-size: 22px;
  padding-right: 0;
}
.mission_content .nav-tabs .nav-item .nav-link:before {
  background: var(--c-orange);
}
.mission_content .nav-tabs .nav-item .nav-link.active, .mission_content .nav-tabs .nav-item .nav-link:hover {
  color: var(--c-orange);
}
.mission_content .tab-content .tab-pane {
  padding-top: 30px;
}
.mission_content .tab-content p {
  font-size: 18px;
  line-height: 28px;
}
.mission_content .tab-content .saas_list li {
  padding-left: 24px;
  color: #344054;
}
.mission_content .tab-content .saas_list li i,
.mission_content .tab-content .saas_list li img {
  position: absolute;
  left: 0;
  top: 10px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.testimonial_area_one {
  overflow: hidden;
  background: linear-gradient(0deg, #fff 0%, #edf2ff 100%);
  position: relative;
  z-index: 1;
}
.testimonial_area_one .service_tab_area {
  padding-top: 120px;
}
.testimonial_area_one .service_tab_area .section_title {
  margin-bottom: 60px;
}
.testimonial_area_one .saas_accordion_area {
  margin-top: 100px;
}

.testimonial_area_two {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, rgba(250, 239, 245, 0.5) 0%, #faeff5 100%);
}
.testimonial_area_two.black:before {
  display: none;
}
.testimonial_area_two.black .testimonial_slider_one .item {
  background: #1c1c22;
}
.testimonial_area_two.black .testimonial_slider_one .item p {
  color: #fff;
}
.testimonial_area_two.black .testimonial_slider_one .item .client_info h5 {
  color: #fff;
}
.testimonial_area_two.black .testimonial_slider_one .item .client_info h6 {
  color: #979797;
}
.testimonial_area_two.black .testimonial_slider_one .item .quote_icon::before {
  background: #4e5066;
}
.testimonial_area_two.black .custom_nav .slick-arrow {
  border: 1px solid #c5d1e0;
  background: transparent;
  color: #fff;
  line-height: 44px;
}
.testimonial_area_two.black .custom_nav .slick-arrow:hover {
  background: #fff;
  border-color: #fff;
  color: #14141f;
}

.testimonial_area_four {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.testimonial_area_four.black:before {
  display: none;
}
.testimonial_area_four.black .testimonial_slider_one .item {
  background: #1c1c22;
}
.testimonial_area_four.black .testimonial_slider_one .item p {
  color: #fff;
}
.testimonial_area_four.black .testimonial_slider_one .item .client_info h5 {
  color: #fff;
}
.testimonial_area_four.black .testimonial_slider_one .item .client_info h6 {
  color: #979797;
}
.testimonial_area_four.black .testimonial_slider_one .item .quote_icon .icon {
  background: var(--c-orange);
}
.testimonial_area_four.black .testimonial_slider_one .item .quote_icon::before {
  background: #4e5066;
}

.black .custom_nav .slick-arrow {
  border: 1px solid #c5d1e0;
  background: transparent;
  color: #fff;
  line-height: 44px;
}
.black .custom_nav .slick-arrow:hover {
  background: #fff;
  border-color: #fff;
  color: #14141f;
}

.testimonial_slider_one {
  margin-right: -640px;
}
.testimonial_slider_one .item {
  padding: 50px;
  background: #fff;
  border-radius: 20px;
  margin: 0 10px;
}
.testimonial_slider_one .item .ratting {
  margin-bottom: 8px;
}
.testimonial_slider_one .item .ratting i {
  color: #f59e0b;
}
.testimonial_slider_one .item p {
  line-height: 34px;
}
.testimonial_slider_one .item .quote_icon {
  position: relative;
  margin-top: 35px;
  margin-bottom: 12px;
}
.testimonial_slider_one .item .quote_icon::before {
  content: "";
  width: 530px;
  height: 1px;
  background: #eaecf0;
  display: block;
  flex: 1;
}
.testimonial_slider_one .item .quote_icon .icon {
  width: 48px;
  height: 48px;
  background: var(--c-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial_slider_one .item .client_info {
  display: flex;
  align-items: center;
}
.testimonial_slider_one .item .client_info img {
  border-radius: 50%;
  margin-right: 15px;
}
.testimonial_slider_one .item .client_info h5 {
  font-size: 18px;
  font-weight: 600;
  color: #344054;
}
.testimonial_slider_one .item .client_info h6 {
  font-size: 18px;
  color: #344054;
  font-family: var(--font-family-base);
  font-weight: 400;
  margin-bottom: 0;
}

.testimonial_slider_two .item {
  border-radius: 12px;
  background: #fff;
  padding: 30px;
  margin: 0px 12px;
  box-shadow: 0px 4px 40px 0px rgba(20, 20, 31, 0.05);
}
.testimonial_slider_two .item .t_logo {
  margin-bottom: 30px;
  align-items: center;
}
.testimonial_slider_two .item img {
  max-width: 100%;
}
.testimonial_slider_two .item .ratting {
  margin-bottom: 8px;
}
.testimonial_slider_two .item .ratting i {
  color: #fb6511;
  margin-left: 2px;
}
.testimonial_slider_two .item .client_info {
  display: flex;
  align-items: center;
  margin-top: 55px;
}
.testimonial_slider_two .item .client_info img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-right: 15px;
}
.testimonial_slider_two .item .client_info h5 {
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 600;
  color: #14141f;
}
.testimonial_slider_two .item .client_info h6 {
  color: #696a72;
  font-size: 14px;
  font-weight: 400;
}

.custom_nav {
  text-align: center;
  margin-top: 60px;
}
.custom_nav .slick-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 44px;
  border: 1px solid #1d2939;
  color: #1d2939;
  background: transparent;
  margin: 0px 5px;
  transition: all 0.3s linear;
}
.custom_nav .slick-arrow:hover {
  background: var(--c-orange);
  border-color: var(--c-orange);
  color: #fff;
}

.testimonial_area_three {
  background: linear-gradient(20deg, #0017e4 0%, #3793ff 100%);
}

.testimonial_area_five {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.testimonial_area_five:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/home-five/shapes.png) no-repeat top center/cover;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/*---------------------------------------------------- */
.portfolio_filter {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.portfolio_filter .work_portfolio_item {
  font-size: 16px;
  line-height: 28px;
  color: #1d2939;
  text-align: center;
  padding: 7px 15px;
  border: 1px solid #e6e8f1;
  border-radius: 4px;
  margin: 4px;
  cursor: pointer;
}
.portfolio_filter .work_portfolio_item:hover, .portfolio_filter .work_portfolio_item.active {
  background: var(--c-orange);
  color: #fff;
  border-color: var(--c-orange);
}

.portfolio_item {
  margin-bottom: 40px;
}
.portfolio_item .portfolio_img {
  overflow: hidden;
  display: block;
  position: relative;
}
.portfolio_item .portfolio_img img {
  transition: all 0.3s linear;
  max-width: 100%;
}
.portfolio_item .portfolio_img .hover_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(4, 14, 41, 0.1) 0%, rgb(4, 14, 41) 100%);
  opacity: 0;
  transition: opacity 300ms linear;
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 30px;
}
.portfolio_item .portfolio_img .hover_content a {
  overflow: hidden;
  display: inline-block;
}
.portfolio_item .portfolio_img .hover_content h3 {
  color: #fff;
  transform: translateY(35px);
  transition: all 0.4s linear;
}
.portfolio_item .portfolio_img .hover_content .portfolio_category a {
  color: #b8c2da;
}
.portfolio_item .portfolio_img .hover_content .portfolio_category a:hover {
  color: #fff;
}
.portfolio_item h3 {
  font-size: 28px;
  line-height: 36px;
  margin-top: 22px;
  transition: all 0.3s linear;
}
.portfolio_item .portfolio_category a {
  font-size: 16px;
  color: #60687a;
}
.portfolio_item .portfolio_category a:hover {
  color: var(--c-orange);
}
.portfolio_item:hover .portfolio_img img {
  transform: scale(1.1) translateX(10px);
}
.portfolio_item:hover .portfolio_img .hover_content {
  opacity: 1;
}
.portfolio_item:hover .portfolio_img .hover_content h3 {
  transform: translateY(0);
}
.portfolio_item:hover h3 {
  color: var(--c-orange);
}

.portfolio_area_two .portfolio_item h3 {
  font-size: 24px;
  line-height: 1.25;
}

.portfolio_area_masonry .portfolio_item {
  margin-bottom: 24px;
  cursor: pointer;
}
.portfolio_area_masonry .portfolio_item h3 {
  margin-bottom: 0;
}

.portfolio_single_area {
  padding-top: 120px;
}

.single_portfolio_content {
  padding: 100px;
}
.single_portfolio_content h2 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.2px;
  margin-bottom: 25px;
}
.single_portfolio_content h3 {
  font-size: 44px;
  line-height: 50px;
  letter-spacing: -2.2px;
  margin-bottom: 18px;
}
.single_portfolio_content p {
  margin-bottom: 25px;
}
.single_portfolio_content .read_more_btn {
  font-size: 22px;
  margin-top: 40px;
}
.single_portfolio_content .pr_info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
  border-top: 1px solid rgba(2, 2, 2, 0.15);
  margin-top: 100px;
  padding-top: 50px;
}
.single_portfolio_content .pr_info span {
  font-size: 20px;
  color: #7d7d82;
  font-weight: 400;
  letter-spacing: -0.5px;
  display: inline-block;
  margin-bottom: 8px;
}
.single_portfolio_content .pr_info h6 {
  font-size: 26px;
  font-weight: 500;
  color: #020202;
}
.single_portfolio_content .item + .item {
  margin-top: 60px;
}

.gallery_item {
  margin-bottom: 25px;
}

/*----------------------------------------------------*/
.team_area .row {
  margin-bottom: -30px;
}

.team_item {
  margin-bottom: 30px;
}
.team_item .team_img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.team_item .team_img img {
  transition: all 0.3s linear;
}
.team_item .team_img .team_social {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  width: 100%;
}
.team_item .team_img .team_social li {
  display: inline-block;
}
.team_item .team_img .team_social li a {
  background: #f9f9f9;
  color: #1d2939;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  transition: all 0.3s linear;
  transform: scale(0);
}
.team_item .team_img .team_social li a:hover {
  background: var(--c-orange);
  color: #fff;
}
.team_item .team_text {
  padding-top: 25px;
  text-align: center;
}
.team_item .team_text h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.team_item .team_text p {
  font-size: 16px;
  margin-bottom: 0;
}
.team_item:hover .team_img img {
  transform: scale(1.1);
}
.team_item:hover .team_img .team_social {
  opacity: 1;
}
.team_item:hover .team_img .team_social li a {
  transform: scale(1);
  opacity: 1;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.saas_accordion_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.saas_accordion_area .tab_shap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.saas_accordion_item {
  border: 0px;
  border-radius: 0px;
  padding-right: 50px;
  position: relative;
}
.saas_accordion_item:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  top: 0;
}
.saas_accordion_item .accordion-item {
  border: 0px;
  background: transparent;
  position: relative;
  padding-top: 5px;
}
.saas_accordion_item .accordion-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0px;
  background: var(--c-orange);
  transition: height 0.5s ease 0s;
}
.saas_accordion_item .accordion-item.is-active:before {
  height: 100%;
}
.saas_accordion_item .accordion-header .accordion-button {
  padding: 20px;
  font-size: 24px;
  color: var(--c-orange);
  font-family: var(--font-family-base);
  line-height: 30px;
  letter-spacing: -0.8px;
  font-weight: 500;
  border: 0px;
  box-shadow: none;
  background: transparent;
}
.saas_accordion_item .accordion-header .accordion-button:after {
  width: 17px;
  background-size: 17px;
}
.saas_accordion_item .accordion-header .accordion-button img {
  margin-right: 15px;
}
.saas_accordion_item .accordion-header .accordion-button.collapsed {
  color: #14141f;
}
.saas_accordion_item .accordion-body {
  padding-left: 63px;
  padding-top: 0px;
  font-size: 18px;
  line-height: 30px;
}

.accordion_img {
  border-radius: 12px;
}

.saas_accordion_item_two {
  position: relative;
}
.saas_accordion_item_two:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  top: 0;
}
.saas_accordion_item_two .accordion-item:before {
  width: 3px;
}
.saas_accordion_item_two .accordion-item .accordion-header .accordion-button {
  color: #fff;
  padding-left: 30px;
}
.saas_accordion_item_two .accordion-item .accordion-header .accordion-button:after {
  filter: brightness(100);
}
.saas_accordion_item_two .accordion-item .accordion-header .accordion-button.collapsed {
  color: #fff;
}
.saas_accordion_item_two .accordion-item .accordion-body {
  color: #fff;
  padding-left: 30px;
}

.process_inner {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
.process_inner:before {
  content: "";
  width: 100%;
  background: url(../img/home-three/line.png) no-repeat center center/cover;
  position: absolute;
  top: 10px;
  left: 0;
  height: 100px;
  z-index: -1;
}
.process_inner [class*=col-] {
  counter-increment: css-counter;
}
.process_inner .process_item {
  padding: 0px 45px;
}
.process_inner .process_item .icon {
  width: 124px;
  height: 124px;
  border-radius: 12px;
  background: var(--c-orange);
  box-shadow: 0px 20px 70px 0px rgba(43, 91, 253, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  position: relative;
}
.process_inner .process_item .icon:before {
  content: "0" counter(css-counter);
  position: absolute;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 100%;
  color: #14141f;
  font-weight: 600;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  font-family: var(--font-family-base);
  right: -18px;
  top: -18px;
}
.process_inner .process_item h5 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  font-family: var(--font-family-base);
  letter-spacing: -0.8px;
  color: #14141f;
  margin-bottom: 15px;
}

.saas_price_area {
  position: relative;
  z-index: 1;
}
.saas_price_area .price_shap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.price_note {
  font-size: 18px;
  color: #696a72;
  line-height: 30px;
  margin-top: 30px;
}
.price_note a {
  text-decoration: underline;
  color: #14141f;
  transition: all 0.3s linear;
}
.price_note a:hover {
  color: var(--c-orange);
}

.saas_price_item {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 40px 30px 35px;
  transition: all 0.3s linear;
  background: #fff;
  cursor: pointer;
}
.saas_price_item .price_header {
  margin-bottom: 25px;
}
.saas_price_item .price_header h3 {
  font-size: 20px;
  font-weight: 600;
  color: #14141f;
}
.saas_price_item .price_header h2 {
  font-size: 48px;
  font-weight: 600;
  color: #14141f;
}
.saas_price_item ul {
  margin-bottom: 40px;
}
.saas_price_item ul li {
  font-size: 18px;
  font-family: var(--font-family-base);
  color: #344054;
  line-height: 30px;
  margin-bottom: 8px;
}
.saas_price_item ul li.opacity {
  opacity: 0.3;
}
.saas_price_item ul li i {
  font-size: 14px;
}
.saas_price_item ul li img {
  margin-right: 6px;
}
.saas_price_item .price_btn {
  display: block;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-family-base);
  color: #14141f;
  background: #e3e8f4;
  padding: 16px 20px;
  margin-top: 10px;
  transition: all 0.3s linear;
}
.saas_price_item .price_btn.black {
  background: #14141f;
  color: #fff;
}
.saas_price_item .price_btn:hover {
  background: var(--c-orange);
  color: #fff;
}
.saas_price_item:hover {
  border-color: var(--c-orange);
}
.saas_price_item:hover h2 {
  color: var(--c-orange);
}

.sec_border {
  position: relative;
  z-index: 1;
}
.sec_border:before, .sec_border:after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgb(67, 65, 71);
  background: linear-gradient(90deg, rgba(67, 65, 71, 0) 0%, rgba(102, 112, 133, 0.96) 50%, rgba(67, 65, 71, 0) 100%);
  position: absolute;
  left: 0;
}
.sec_border:before {
  top: 0;
}
.sec_border:after {
  bottom: 0;
}

.price_tab .nav-item .nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--font-family-base);
  transition: all 0.2s;
}
.price_tab .nav-item .nav-link.active {
  background: #fff;
  color: #344054;
}

.price_content .saas_price_item {
  background: linear-gradient(178deg, rgba(3, 8, 3, 0.4) -4%, rgb(19, 21, 25) 23%);
  position: relative;
  z-index: 1;
  border: 0px;
  overflow: hidden;
  border-radius: 16px;
}
.price_content .saas_price_item:before {
  content: "";
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  position: absolute;
  background: rgb(67, 65, 71);
  background: linear-gradient(0deg, rgb(19, 21, 25) 100%, rgb(51, 53, 58) 90%);
  border-radius: 16px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s linear;
}
.price_content .saas_price_item .price_header {
  position: relative;
  padding-right: 50px;
}
.price_content .saas_price_item .price_header h3 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: var(--font-family-base);
}
.price_content .saas_price_item .price_header h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: var(--font-family-base);
  margin-bottom: 13px;
}
.price_content .saas_price_item .price_header .badge {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 45px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: var(--font-family-base);
  position: absolute;
  top: 0;
  right: 0;
}
.price_content .saas_price_item .price_middle {
  padding: 30px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 32px;
}
.price_content .saas_price_item .price_middle h2 {
  font-size: 60px;
  font-weight: 500;
  font-family: var(--font-family-base);
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
.price_content .saas_price_item .price_middle h2 small {
  font-size: 30px;
}
.price_content .saas_price_item .price_middle p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 28px;
}
.price_content .saas_price_item .price_btn {
  padding: 11px 20px;
  background: rgba(255, 255, 255, 0.42);
  color: #fff;
}
.price_content .saas_price_item ul {
  margin-bottom: 10px;
}
.price_content .saas_price_item ul li {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 12px;
}
.price_content .saas_price_item ul li i {
  font-size: 14px;
  color: var(--c-orange);
  margin-right: 10px;
}
.price_content .saas_price_item ul li img {
  vertical-align: middle;
  margin-right: 12px;
}
.price_content .saas_price_item ul li a {
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  font-size: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #14141f;
  font-weight: 900;
  margin-left: 7px;
  top: -1px;
  position: relative;
}
.price_content .saas_price_item:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(186, 147, 248, 0.5) 100%);
}
.price_content .saas_price_item:hover:before {
  background: rgb(67, 65, 71);
  background: linear-gradient(0deg, #372f48 100%, rgba(186, 147, 248, 0.05) 90%);
  opacity: 1;
}
.price_content .saas_price_item:hover .price_btn {
  background: #fff;
  color: var(--c-orange);
}

.fun_fact_area {
  background: linear-gradient(26deg, #0017e4 0%, #3793ff 100%);
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}
.fun_fact_area:before {
  content: "";
  width: 100%;
  background: url(../img/home-four/shap.png) no-repeat center center/cover;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.fun_fact_area [class*=col-]:last-child .fact_item::before {
  display: none;
}

.fact_item {
  text-align: center;
  position: relative;
}
.fact_item:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: -20px;
}
.fact_item h3 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #fff;
  font-family: var(--font-family-base);
  margin-bottom: 20px;
}
.fact_item h5 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #fff;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.blog_item {
  margin-bottom: 60px;
}
.blog_item .blog_img {
  display: block;
  overflow: hidden;
}
.blog_item .blog_img img {
  transition: all 0.3s linear;
}
.blog_item .blog_content {
  padding-top: 35px;
}
.blog_item .blog_content .read_more_btn {
  margin-top: 10px;
}
.blog_item h2 {
  font-size: 44px;
  line-height: 52px;
  letter-spacing: -0.2px;
  margin-bottom: 22px;
  transition: color 0.2s linear;
}
.blog_item:hover .blog_img img {
  transform: scale(1.1);
}
.blog_item:hover h2 {
  color: var(--c-orange);
}

.read_more_btn {
  font-size: 16px;
  font-weight: 600;
  color: #1d2939;
  display: inline-block;
  position: relative;
  transition: color 0.3s linear;
}
.read_more_btn:before, .read_more_btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d2939;
  transition: all 0.3s linear;
  left: 0;
  right: auto;
  bottom: 0;
}
.read_more_btn:after {
  width: 0;
  right: 0;
  left: auto;
  background: var(--c-orange);
  transition: all 0.3s linear 0.1s;
}
.read_more_btn:hover {
  color: var(--c-orange);
}
.read_more_btn:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}
.read_more_btn:hover:before {
  width: 0;
  right: 0;
  left: auto;
}

.blog_meta {
  margin-bottom: 10px;
}
.blog_meta a {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-family-base);
  color: var(--saas-gray);
  opacity: 0.8;
  position: relative;
}
.blog_meta a + a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--saas-gray);
  display: inline-block;
  vertical-align: middle;
  margin: 0px 6px 0px 2px;
}

.blog_sidebar {
  padding-left: 50px;
}

.sidebar_widget .widget_title {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-family-base);
  letter-spacing: -0.2px;
  margin-bottom: 25px;
}
.sidebar_widget .search-form {
  position: relative;
  z-index: 1;
}
.sidebar_widget .search-form .form-control {
  font-size: 16px;
  border: 1px solid #e6e8f1;
  border-radius: 4px !important;
  padding-left: 20px;
  height: 52px;
  color: #808695;
  z-index: 0;
}
.sidebar_widget .search-form .form-control:focus {
  border-color: var(--c-orange);
  box-shadow: none;
}
.sidebar_widget .search-form button {
  border: 0px;
  padding: 16px;
  background: transparent;
  position: absolute;
  color: var(--c-orange);
  height: 100%;
  right: 0;
}
.sidebar_widget .categories_list {
  margin-bottom: 0;
}
.sidebar_widget .categories_list li a {
  font-size: 16px;
  color: #60687a;
  line-height: 28px;
  font-family: var(--font-family-base);
  position: relative;
  transition: all 0.3s;
}
.sidebar_widget .categories_list li a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #1d2939;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: all 0.3s;
  transform-origin: left bottom;
}
.sidebar_widget .categories_list li a span {
  color: #1d2939;
  font-weight: 600;
  margin-left: 4px;
  display: inline-block;
}
.sidebar_widget .categories_list li a:hover {
  color: #1d2939;
}
.sidebar_widget .categories_list li a:hover:before {
  transform: scaleX(1);
}
.sidebar_widget .categories_list li + li {
  margin-top: 6px;
}
.sidebar_widget .recent_post_item .post_img {
  display: block;
  margin-right: 20px;
}
.sidebar_widget .recent_post_item h4 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
  transition: all 0.2s;
}
.sidebar_widget .recent_post_item span {
  color: var(--saas-gray);
  opacity: 0.8;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-family-base);
}
.sidebar_widget .recent_post_item + .recent_post_item {
  margin-top: 25px;
}
.sidebar_widget .recent_post_item:hover h4 {
  color: var(--c-orange);
}
.sidebar_widget + .sidebar_widget {
  margin-top: 40px;
}

.tags_lists a {
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  background: #f2f6ff;
  color: #1d2939;
  font-family: var(--font-family-base);
  border-radius: 4px;
  padding: 8px 14px;
  margin: 4px 2px;
  transition: all 0.3s;
}
.tags_lists a:hover {
  background: var(--c-orange);
  color: #fff;
}

.pagination {
  margin-top: 60px;
}
.pagination .page-numbers {
  width: 52px;
  height: 52px;
  text-align: center;
  border: 1px solid #e6e8f1;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 52px;
  color: #1d2939;
  display: inline-block;
  margin-right: 8px;
  transition: all 0.3s linear;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background: var(--c-orange);
  border-color: var(--c-orange);
  color: #fff;
}

.blog_grid_item h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}

.blog_single .blog_content {
  padding-top: 35px;
}
.blog_single .blog_content p + p {
  margin-bottom: 30px;
}
.blog_single .blog_content .blockquote {
  background: #f8f9fc;
  border-radius: 4px;
  padding: 35px 25px 35px 85px;
  position: relative;
  z-index: 1;
}
.blog_single .blog_content .blockquote::before {
  content: "";
  width: 47px;
  height: 37px;
  position: absolute;
  background: url(../img/blog-grid/quote.svg) no-repeat;
  top: 45px;
  left: 20px;
  z-index: -1;
}
.blog_single .blog_content .blockquote h6 {
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
  font-weight: 600;
}
.blog_single .blog_content h4 {
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.blog_navbar {
  padding-top: 30px;
  border-top: 1px solid #e6e8f1;
  margin-top: 35px;
}
.blog_navbar a {
  font-size: 16px;
  color: #001f6d;
  font-weight: 500;
  transition: all 0.3s;
}
.blog_navbar a i {
  font-size: 14px;
}
.blog_navbar a.post_prev i {
  margin-right: 10px;
}
.blog_navbar a.post_next i {
  margin-left: 10px;
}
.blog_navbar a:hover {
  color: var(--c-orange);
}

.blog_title {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 30px;
}

.comment_inner {
  margin-top: 60px;
}

.comment_box .post_comment {
  margin-top: 30px;
}
.comment_box .post_comment .comment {
  display: flex;
  align-items: flex-start;
}
.comment_box .post_comment .comment .rounded-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 25px;
}
.comment_box .post_comment .comment .comment_text h6 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #1d2939;
}
.comment_box .post_comment .comment .comment_text span {
  font-size: 15px;
  color: #344054;
  font-family: var(--font-family-base);
  margin-bottom: 8px;
}
.comment_box .post_comment .comment .comment_text p {
  color: #344054;
  margin-bottom: 20px;
}
.comment_box .post_comment .comment .comment_text .comment_reply {
  font-size: 15px;
  font-weight: 500;
  color: #1d2939;
  transition: all 0.3s;
  float: right;
}
.comment_box .post_comment .comment .comment_text .comment_reply i {
  margin-right: 4px;
}
.comment_box .post_comment .comment .comment_text .comment_reply:hover {
  color: var(--c-orange);
}
.comment_box .post_comment .reply_comment {
  margin-left: 100px;
}

.blog_comment_box {
  margin-top: 65px;
}

.comment_form .form-group {
  margin-bottom: 20px;
}
.comment_form .form-group .form-control {
  font-size: 16px;
  border: 1px solid #e6e8f1;
  border-radius: 8px;
  padding-left: 25px;
  color: #808695;
  height: 64px;
}
.comment_form .form-group .form-control:focus {
  border-color: var(--c-orange);
  box-shadow: none;
}
.comment_form .form-group textarea.form-control {
  height: 220px;
  padding-top: 20px;
}
.comment_form .comment-form-cookies-consent {
  color: #808695;
  font-size: 16px;
  margin-bottom: 30px;
}
.comment_form .comment-form-cookies-consent input {
  display: none;
}
.comment_form .comment-form-cookies-consent input:checked + label:before {
  background: var(--c-orange);
  border-color: var(--c-orange);
}
.comment_form .comment-form-cookies-consent input:checked + label:after {
  display: block;
}
.comment_form .comment-form-cookies-consent label {
  position: relative;
  padding-left: 25px;
}
.comment_form .comment-form-cookies-consent label:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #001f6d;
  position: absolute;
  left: 0;
  top: 8px;
}
.comment_form .comment-form-cookies-consent label:after {
  content: "";
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: 5px;
  top: 9px;
  transform: rotate(45deg);
  display: none;
}
.comment_form .saas_btn {
  border: 0px;
  padding: 15px 35px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.saas_content {
  padding-left: 0;
  padding-right: 100px;
}
.saas_content p {
  margin-bottom: 30px;
}

.contact-container {
  margin-top: -100px;
  z-index: 1;
  position: relative;
  height: fit-content;
}
.contact-container .card-container {
  height: 100%;
}
.contact-container .card-container .play-button {
  border-radius: 50%;
  border: none;
  width: 70px;
  height: 70px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-container .card-container .play-button img {
  display: block;
  width: auto;
  height: auto;
  padding-left: 5px;
}

.card-container {
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact_info_item {
  display: flex;
  max-width: 300px;
  margin-top: 20px;
}
.contact_info_item .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--c-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
}
.contact_info_item .contect_text {
  flex: 1;
}
.contact_info_item .contect_text p {
  font-size: 18px;
  color: #344054;
  font-weight: 500;
  margin-bottom: 0;
}
.contact_info_item .contect_text p a {
  color: #344054;
  transition: all 0.3s linear;
}
.contact_info_item .contect_text p a:hover {
  color: var(--c-orange);
}

.contact_form {
  background: #e8f3f5;
  border-radius: 20px;
  padding: 50px;
}
.contact_form h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
}
.contact_form .form-group {
  margin-bottom: 20px;
}
.contact_form .form-group .form-control {
  height: 72px;
  border-radius: 8px;
  padding-left: 25px;
  border: 1px solid #fff;
  background: #fff;
  color: #747373;
}
.contact_form .form-group .form-control::placeholder {
  color: #747373;
}
.contact_form .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--c-orange);
  box-shadow: none;
}
.contact_form .form-group textarea.form-control {
  height: 220px;
  padding-top: 20px;
}
.contact_form .form-group .select {
  width: 100%;
  padding-left: 25px;
  height: 72px;
  border: 1px solid #fff;
  line-height: 72px;
  font-size: 18px;
}
.contact_form .form-group .select .current {
  font-weight: 500;
  color: #0f0e0e;
}
.contact_form .form-group .select:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--c-orange);
  box-shadow: none;
}
.contact_form .form-group .saas_btn {
  border: 0px;
  padding: 16px 30px;
}

.location_area {
  padding-bottom: 90px;
}

.location_item {
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 6px 60px 0px rgba(24, 44, 76, 0.03);
  padding: 48px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.location_item h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.location_item p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #344054;
}
.location_item .email,
.location_item .phone {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #344054;
  transition: all 0.2s;
  line-height: 32px;
}
.location_item .email:hover,
.location_item .phone:hover {
  color: var(--c-orange);
}
.location_item .email {
  text-decoration: underline;
}
.location_item .phone {
  font-weight: 400;
}
.location_item .read_more_btn {
  margin-top: 30px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.footer_area {
  padding-top: 60px;
  background-color: #080e50;
}

.f_widget .f_title {
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--font-family-base);
  margin-bottom: 25px;
}
.f_widget .f_title.f_title_dark {
  color: #1d2939;
}
.f_widget.f_about_widget {
  padding-right: 80px;
}
.f_widget.f_about_widget .f_logo {
  margin-bottom: 30px;
  display: inline-block;
  height: 50px;
}
.f_widget.f_about_widget .f_logo img {
  height: 100%;
}
.f_widget.f_about_widget p {
  font-size: 16px;
  line-height: 26px;
  color: #a1a1aa;
}
.f_widget.f_about_widget .f_social_icon {
  margin-top: 30px;
}
.f_widget.f_about_widget .f_social_icon li {
  margin-right: 5px;
}
.f_widget.f_about_widget .f_social_icon li a {
  color: rgba(255, 255, 255, 0.6);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
  font-size: 13px;
  background: #27272a;
}
.f_widget.f_about_widget .f_social_icon li a:hover {
  background: var(--c-orange);
  color: #fff;
}
.f_widget .link_widget li {
  margin-bottom: 15px;
}
.f_widget .link_widget li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--font-family-base);
  transition: all 0.2s linear;
}
.f_widget .link_widget li a:hover {
  color: var(--c-orange);
}
.f_widget .link_widget.dark_link li a {
  color: #1d2939;
}
.f_widget .link_widget.dark_link li a:hover {
  color: var(--c-orange);
}

.newsletter_form {
  position: relative;
}
.newsletter_form .form-control {
  font-size: 16px;
  font-weight: 400;
  border: 1px solid rgba(14, 21, 32, 0.25);
  background: #fff;
  border-radius: 45px;
  padding: 10px 25px;
  font-family: var(--font-family-base);
  height: 56px;
}
.newsletter_form .form-control:focus {
  border-color: var(--c-orange);
  box-shadow: none;
  outline: none;
}
.newsletter_form .theme_btn {
  font-size: 16px;
  font-weight: 600;
  border-radius: 45px;
  padding: 10px 25px;
  background: var(--c-orange);
  font-family: var(--font-family-base);
  border: 0px;
  color: #fff;
  transition: all 0.2s linear;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.newsletter_form .theme_btn:hover {
  background: var(--saas-gray-dark);
  color: #fff;
}
.newsletter_form.newsletter_form_two .form-control {
  background: #f8f9fc;
  border-radius: 5px;
}
.newsletter_form.newsletter_form_two .theme_btn {
  background: var(--c-orange);
  position: relative;
  border-radius: 5px;
  padding: 15px 38px;
  margin-top: 12px;
}
.newsletter_form.newsletter_form_two .theme_btn:hover {
  background: #fff;
  color: #111;
}

.footer_bottom {
  border-top: 1px solid rgba(14, 21, 32, 0.1);
  padding: 28px 0px 20px;
  margin-top: 90px;
}
.footer_bottom p {
  font-size: 16px;
  line-height: 28px;
  color: #0e1520;
}

.f_social_icon li {
  display: inline-block;
}
.f_social_icon li:not(:last-child) {
  margin-right: 15px;
}
.f_social_icon li a {
  font-size: 16px;
  color: #0e1520;
  transition: all 0.2s linear;
}
.f_social_icon li a:hover {
  color: var(--c-orange);
}

.footer_area {
  overflow: hidden;
}
.footer_area .footer-head {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.footer_area .footer-head h4 {
  color: #fff;
}
.footer_area .footer-head img {
  height: 38px;
}
.footer_area .footer-head p {
  color: var(--c-white-200);
  font-weight: 400;
  font-size: 18px;
  margin: 15px 0 0;
  max-width: 400px;
}
.footer_area strong {
  color: #fff;
}
.footer_area button {
  margin-top: 10px;
}
.footer_area .link-list div strong {
  color: #fff;
  font-size: 18px;
}
.footer_area .link-list div ul {
  padding: 0;
}
.footer_area .link-list div ul li {
  margin-top: 10px;
  color: #fff;
  font-weight: var(--font-thin);
}
.footer_area .link-list div ul li.active {
  color: var(--c-orange);
  font-weight: var(--font-bold);
}
.footer_area .link-list div ul li a {
  color: inherit;
  font-weight: var(--font-light);
  font-weight: inherit;
}
.footer_area .title-section strong {
  color: var(--c-white-500);
  font-size: 18px;
}
.footer_area .title-section > div {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  margin-top: 10px;
}
.footer_area .title-section > div a {
  width: auto;
}
.footer_area .copyright-text {
  color: #fff;
}
.footer_area .terms-links {
  padding-top: 15px;
}
.footer_area .f_widget .f_title {
  letter-spacing: 3px;
  font-size: 13px;
}
.footer_area .footer_bottom {
  border-top-color: rgba(255, 255, 255, 0.2);
  display: flex;
  margin-top: 30px;
}
.footer_area .footer_bottom p {
  color: var(--c-white-200);
  font-weight: 300;
}
@media (max-width: 992px) {
  .footer_area .footer-head {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer_area .footer-head {
    flex-direction: column;
    justify-content: center;
  }
  .footer_area .footer-head h4 {
    font-size: 34px;
  }
  .footer_area > div > div {
    margin-bottom: 20px;
    padding-inline: 15px;
  }
  .footer_area > div > div .title-section {
    margin: 40px 0;
  }
  .footer_area .footer_bottom {
    flex-direction: column-reverse;
  }
}

.footer_shap {
  position: relative;
  z-index: 0;
}

.footer_area_three {
  padding-top: 110px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer_area_three .f_widget.f_about_widget p,
.footer_area_three .footer_bottom p {
  color: #fff;
}
.footer_area_three .f_widget .link_widget li a {
  color: #fff;
}
.footer_area_three .f_widget .link_widget li a:hover {
  color: var(--c-orange);
}

/*---------------------------------------------------- */
.banner-hero {
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.banner-hero .banner-hero-content {
  position: relative;
}
.banner-hero .banner-hero-content .hero-main-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.banner-hero .banner-hero-content .hero-main-section img {
  max-width: unset;
}
.banner-hero .banner-hero-content .hero-main-section .hero-main-item {
  z-index: 3;
}
.banner-hero .banner-hero-content .hero-main-section .hero-side-item {
  position: absolute;
  height: 66%;
  top: 17%;
  overflow: hidden;
  display: none;
  align-items: center;
  display: flex;
  border-radius: 20px;
}
.banner-hero .banner-hero-content .hero-main-section .hero-side-item img {
  border-radius: 20px;
  max-width: unset;
  aspect-ratio: 3/4;
}
.banner-hero .banner-hero-content .hero-main-section .hero-side-item > div img {
  height: 100%;
  width: auto;
}
.banner-hero .banner-hero-content .hero-main-section .hero-side-item.hero-side-4 {
  left: -54%;
  height: 46%;
  top: 27%;
  z-index: 1;
}
.banner-hero .banner-hero-content .hero-main-section .hero-side-item.hero-side-2 {
  right: -54%;
  height: 46%;
  top: 27%;
  z-index: 1;
}
.banner-hero .banner-hero-content .hero-main-section .hero-side-item.hero-side-3 {
  left: -33%;
  z-index: 2;
}
.banner-hero .banner-hero-content .hero-main-section .hero-side-item.hero-side-1 {
  right: -33%;
  z-index: 2;
}
@media (max-width: 2000px) {
  .banner-hero .banner-hero-content .hero-main-section .hero-side-item.hero-side-4 {
    left: -28%;
  }
  .banner-hero .banner-hero-content .hero-main-section .hero-side-item.hero-side-2 {
    right: -28%;
  }
  .banner-hero .banner-hero-content .hero-main-section .hero-side-item.hero-side-3 {
    left: -17%;
  }
  .banner-hero .banner-hero-content .hero-main-section .hero-side-item.hero-side-1 {
    right: -17%;
  }
}
@media (max-width: 1500px) {
  .banner-hero .banner-hero-content .hero-main-section > img {
    width: 700px;
  }
}
@media (max-width: 1150px) {
  .banner-hero .banner-hero-content .hero-main-section > img {
    width: 600px;
  }
}
@media (max-width: 950px) {
  .banner-hero .banner-hero-content .hero-main-section > img {
    width: 460px;
  }
}
@media (max-width: 768px) {
  .banner-hero {
    left: unset;
    transform: unset;
  }
  .banner-hero .banner-hero-content .hero-main-section .hero-main-item {
    max-width: 100%;
  }
  .banner-hero .banner-hero-content .hero-main-section .hero-side-item {
    display: none;
  }
}

.saas_features_area .main-card-image {
  width: auto;
  height: 450px;
  margin-inline: auto;
  border-radius: 15px;
}
.saas_features_area .play-button {
  border-radius: 50%;
  border: none;
  width: 70px;
  height: 70px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.saas_features_area .play-button .three-angle-play {
  display: block;
  width: auto;
  height: auto;
  padding-left: 5px;
}
.saas_features_area .features-text-bold {
  font-size: 18px;
  color: #23336d;
  margin: 15px 0 0;
  font-weight: 700;
}
.saas_features_area .features-call-text {
  font-size: 15px;
  color: var(--c-orange);
  margin: 10px 0 0;
}
.saas_features_area .inventory--solutions li {
  position: relative;
  line-height: 25px;
  font-weight: 500;
  display: flex;
  padding-left: 30px;
  align-items: center;
}
.saas_features_area .inventory--solutions li::before {
  display: block;
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 0;
  top: 10px;
  background-color: var(--c-orange);
}

.contact-us-content {
  row-gap: 50px;
}
.contact-us-content .list-data {
  padding: 0;
  margin: 0;
}
.contact-us-content .header-icon {
  font-size: 20px;
  color: var(--c-orange);
}
.contact-us-content .header-icon.fa-envelope {
  font-size: 15px;
}
.contact-us-content .row-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 5px;
  color: var(--c-primary-text);
}
.contact-us-content .row-title .title-icon {
  font-size: 25px;
  color: var(--c-orange);
  margin-right: 4px;
  width: 25px;
  text-align: center;
}
.contact-us-content .option-title {
  color: var(--c-primary-text);
  font-size: 12px;
  display: inline-block;
}

.support-call {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
}
.support-call .support-call-content {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.support-call .support-call-content h6 {
  margin: 0;
  font-size: 15px;
  color: #23336d;
  font-weight: 500;
}
.support-call .support-call-content p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  opacity: 0.7;
}

.blue-gray-background {
  background: rgba(13, 71, 161, 0.08);
  margin-block: 110px;
  padding-block: 110px;
}

.w-max-content {
  width: max-content;
}

.border-left-gray {
  width: 3px;
  height: 43px;
  background: #d9d9d9;
  display: inline-flex;
  margin-inline: 15px;
}

.training-video-content .faq-page-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: auto;
  min-height: unset;
  margin-top: 30px;
  row-gap: 30px;
}
.training-video-content .faq-page-links a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.training-video-content .faq-page-links a:hover span {
  color: var(--c-orange);
}
.training-video-content .faq-page-links a img {
  height: 100px;
  width: auto;
  margin-bottom: 10px;
}
.training-video-content .faq-page-links a span {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  color: rgba(28, 28, 28, 0.9333333333);
}
@media (max-width: 768px) {
  .training-video-content .faq-page-links {
    flex-direction: column;
  }
}

.faq-page-links {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 30px;
  flex-direction: column;
  min-height: 600px;
}
.faq-page-links > div {
  margin-top: -134px;
  z-index: 2;
  position: relative;
}
.faq-page-links > div img {
  width: auto;
}
.faq-page-links > div > div {
  position: absolute;
  bottom: -100px;
  z-index: 3;
  left: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.faq-page-links > div > div > a {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 250px;
}
.faq-page-links > div > div > a:hover span {
  color: var(--c-orange);
}
.faq-page-links > div > div > a img {
  height: auto;
  width: 150px;
}
.faq-page-links > div > div > a span {
  margin-top: 10px;
  transition: all 0.5s ease;
  color: rgba(28, 28, 28, 0.9333333333);
}
@media (max-width: 860px) {
  .faq-page-links > div {
    margin-top: 0;
  }
  .faq-page-links > div > div {
    position: static;
    left: unset;
    bottom: unset;
    justify-content: center;
  }
  .faq-page-links > div > div > a {
    width: 50%;
  }
  .faq-page-links > div > div > a img {
    width: auto;
    height: 100px;
  }
}
@media (max-width: 500px) {
  .faq-page-links > div {
    width: 100%;
  }
  .faq-page-links > div > div {
    width: 100%;
    display: block;
    padding: 0 10px;
  }
  .faq-page-links > div > div > a {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .faq-page-links > div > div > a img {
    width: auto;
    height: 100px;
  }
}

.product-page.solution-page .saas_breadcrumb_area {
  padding-bottom: 90px;
}
.product-page.solution-page .saas_breadcrumb_text {
  max-width: 895px;
}
.product-page .saas_breadcrumb_text h1 {
  font-size: 48px;
}
.product-page .saas_breadcrumb_text p {
  max-width: 500px;
  text-align: center;
  margin-inline: auto;
}
.product-page .product-list {
  display: flex;
  flex-direction: column;
}
.product-page .product-list > div > div {
  border-radius: 20px;
}
.product-page .product-list > div > :nth-child(1) > .product-item {
  background: linear-gradient(90deg, #0d47a1 0%, #2f8bc5 100%);
}
.product-page .product-list > div > :nth-child(2) > .product-item {
  background: linear-gradient(90deg, rgb(255, 81, 0) 0%, #f59e0b 100%);
}
.product-page .product-list > div > :nth-child(3) > .product-item {
  background: linear-gradient(90deg, #00ac4f 0%, #70f889 100%);
}
.product-page .product-list > div > :nth-child(4) > .product-item {
  background: linear-gradient(90deg, #0d47a1 0%, #2f8bc5 100%);
}
.product-page .product-list > div > :nth-child(5) > .product-item {
  background: linear-gradient(90deg, rgb(255, 81, 0) 0%, #f59e0b 100%);
}
.product-page .product-list > div > :nth-child(6) > .product-item {
  background: linear-gradient(90deg, #00ac4f 0%, #70f889 100%);
}
.product-page .product-list > div > :nth-child(7) > .product-item {
  background: linear-gradient(90deg, #5d2de6 0%, #ba69c8 100%);
}
.product-page .product-list > div > :nth-child(2n) > .product-item {
  flex-direction: row-reverse;
}
.product-page .product-list .product-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
  height: 600px;
  border-radius: 40px;
  box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.211);
}
.product-page .product-list .product-item .product-content {
  width: 50%;
  margin: 40px 0;
}
.product-page .product-list .product-item .product-content h3 {
  color: var(--c-white);
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.product-page .product-list .product-item .product-content h3 strong {
  color: inherit;
  font-weight: var(--font-bold);
}
.product-page .product-list .product-item .product-content p {
  font-size: 16px;
  display: block;
  color: var(--c-white);
  font-weight: var(--font-thin);
  line-height: 24px;
}
.product-page .product-list .product-item .product-content p:last-child {
  margin-bottom: 20px;
}
.product-page .product-list .product-item .product-content > ul {
  padding: 0;
}
.product-page .product-list .product-item .product-content > ul li {
  font-size: 15px;
  line-height: 20px;
  color: var(--c-white);
  padding-left: 15px;
  font-weight: var(--font-semibold);
  position: relative;
  margin: 7px 0;
}
.product-page .product-list .product-item .product-content > ul li:before {
  content: "*";
  font-size: 20px;
  line-height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.product-page .product-list .product-item .product-content div.product-action {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 60px;
  column-gap: 10px;
}
.product-page .product-list .product-item .product-content div.product-action > div {
  display: block;
  flex-wrap: wrap;
}
.product-page .product-list .product-item .product-content div.product-action a {
  height: 100%;
}
.product-page .product-list .product-item .product-content div.product-action a button {
  height: 100%;
  background-color: var(--c-white);
  border-radius: 30px;
  box-shadow: var(--shadow-basic-100);
}
.product-page .product-list .product-item .product-content div.product-action a button span {
  color: var(--c-blue-dark);
  white-space: nowrap;
}
.product-page .product-list .product-item .product-content div.product-action > span {
  font-size: 15px;
  color: var(--c-white);
  font-weight: var(--font-thin);
}
.product-page .product-list .product-item .product-image {
  height: 100%;
  display: flex;
  align-items: center;
}
.product-page .product-list .product-item .product-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 10/6;
}
@media (max-width: 1350px) {
  .product-page .product-list > div > div {
    height: auto !important;
  }
  .product-page .product-list .product-item {
    height: auto !important;
    transform: unset !important;
    width: 100% !important;
    position: static !important;
    margin-bottom: 50px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .product-page .product-list .product-item .product-image {
    height: auto;
  }
  .product-page .product-list .product-item .product-content h3 {
    font-size: 40px;
    line-height: 48px;
  }
  .product-page .product-list .product-item .product-content div.product-action {
    flex-direction: column-reverse;
    row-gap: 20px;
    height: auto;
  }
  .product-page .product-list .product-item .product-content div.product-action span {
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .product-page .product-list .product-item {
    column-gap: 15px;
    flex-direction: column-reverse !important;
    row-gap: 10px;
    padding: 0 15px;
  }
  .product-page .product-list .product-item .product-content {
    width: 100%;
    margin: 10px 0;
  }
  .product-page .product-list .product-item .product-content h3 {
    font-size: 40px;
    line-height: 48px;
  }
}

.product-detail-page .saas_breadcrumb_area .saas_breadcrumb_text {
  width: 100%;
  max-width: 100%;
}
.product-detail-page .saas_breadcrumb_area .saas_breadcrumb_text.max-width-600 {
  max-width: 680px;
}
.product-detail-page .text-title {
  color: #23336d;
  opacity: 0.7;
  font-weight: 700;
  font-size: 23px;
  line-height: 41px;
}
.product-detail-page .saas_breadcrumb_area {
  padding-top: 150px;
  padding-bottom: 250px;
}
.product-detail-page .product-content {
  padding-top: 100px;
  position: relative;
  min-height: 600px;
}
.product-detail-page .product-content:not(.rfid-content) {
  margin-top: 200px;
}
.product-detail-page .product-content .info-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: -400px;
  left: 50%;
  width: 100%;
  z-index: 2;
  transform: translateX(-50%);
}
.product-detail-page .product-content .info-cards .info-card {
  padding: 10px;
}
.product-detail-page .product-content .info-cards .info-card .info-card-inner {
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.product-detail-page .product-content .info-cards .info-card .info-card-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-detail-page .product-content .info-cards .info-card .info-card-title img {
  width: 45px;
  height: 45px;
  margin-right: 20px;
}
.product-detail-page .product-content .info-cards .info-card .info-card-title h2 {
  font-size: 20px;
  font-weight: var(--font-bold);
  color: var(--c-orange);
  line-height: 1.4;
  margin: 0;
  white-space: break-all;
  padding-right: 30px;
}
.product-detail-page .product-content .info-cards .info-card .info-card-text {
  margin-top: 10px;
}
.product-detail-page .product-content .info-cards .info-card .info-card-text p {
  font-size: 16px;
  font-weight: var(--font-thin);
  color: var(--c-primary-text);
  line-height: 24px;
}
.product-detail-page .product-content .modules-contents .modules-contents-inner .modules-content-title {
  position: relative;
  width: 100%;
}
.product-detail-page .product-content .modules-contents .modules-contents-inner .modules-content-title img {
  position: absolute;
  left: 100px;
  bottom: 60%;
}
.product-detail-page .product-content .modules-contents .modules-contents-inner .modules-content-title h5 {
  color: var(--c-primary-text);
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
}
.product-detail-page .product-content .modules-contents .modules-contents-inner .modules-content-items ul li {
  width: auto;
}
.product-detail-page .product-content .modules-contents .modules-contents-inner .modules-content-items ul li h3 {
  width: 315px;
  height: 86px;
  border-radius: 150px;
  border: 1px solid #dbdbdb;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  color: var(--c-secondary-text);
  gap: 10px;
}
.product-detail-page .product-content .modules-contents .modules-contents-inner .modules-content-items ul li h3 img {
  height: 20px;
}
.product-detail-page .product-content .modules-contents .modules-contents-inner .modules-content-items ul li > div {
  height: 0;
  width: 0;
  opacity: 0;
}
.product-detail-page .product-content .product-features {
  position: relative;
}
.product-detail-page .product-content .product-features ul li {
  color: var(--c-primary-text);
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 12px;
}
.product-detail-page .product-content .product-features ul li i {
  color: var(--c-orange);
  margin-right: 4px;
}
.product-detail-page .product-content .product-features.product-features-1::before {
  content: "";
  background-color: var(--c-bg-blue-dark);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 120px - 200px);
  z-index: -1;
}
.product-detail-page .product-content .product-features.product-features-1 .product-features-item .product-features-image.product-features-image-one .first-image {
  top: 56%;
  width: 38%;
  bottom: unset;
  transform: translateY(-50%);
  right: 20%;
}
.product-detail-page .product-content .product-features.product-features-1 .product-features-item .product-features-image.product-features-image-one .second-image {
  top: 50%;
  bottom: unset;
  width: 32%;
  right: 55%;
  left: unset;
  z-index: 3;
}
.product-detail-page .product-content .product-features.product-features-1 .product-features-item .product-features-image.product-features-image-one .third-image {
  position: absolute;
  bottom: unset;
  top: 60%;
  right: 5%;
  z-index: 3;
}
.product-detail-page .product-content .product-features.product-features-1 .product-features-item .product-features-image.product-features-image-two {
  display: flex;
  justify-content: center;
  position: relative;
  padding-left: 150px;
}
.product-detail-page .product-content .product-features.product-features-1 .product-features-item .product-features-image.product-features-image-two .main-back-image {
  height: 450px;
  width: auto;
}
.product-detail-page .product-content .product-features.product-features-1 .product-features-item .product-features-image.product-features-image-two .side-image-1 {
  position: absolute;
  top: 81px;
  right: 0;
  width: 220px;
  z-index: -1;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.0862745098));
}
.product-detail-page .product-content .product-features.product-features-1 .product-features-item .product-features-image.product-features-image-two .side-image-2 {
  position: absolute;
  bottom: 0;
  right: auto;
  left: 0;
  height: 253px;
  z-index: -2;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.0862745098));
}
.product-detail-page .product-content .product-features.product-features-1 .product-features-item .product-features-image.product-features-image-two .side-image-3 {
  position: absolute;
  bottom: 222px;
  right: auto;
  left: 170px;
  width: 70px;
  z-index: -1;
}
.product-detail-page .product-content .product-features.product-features-2 {
  margin-top: 0;
}
.product-detail-page .product-content .product-features.product-features-2 .product-features-item .product-features-image.product-features-image-one .second-image {
  top: 37%;
  bottom: unset;
  width: 28%;
  right: 45%;
  left: unset;
  z-index: 1;
}
.product-detail-page .product-content .product-features.product-features-2 .product-features-item .product-features-image.product-features-image-two .side-image-1 {
  position: absolute;
  top: 150px;
  right: 40px;
  width: 220px;
  z-index: 2;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.0862745098));
}
.product-detail-page .product-content .product-features .product-features-item {
  align-items: flex-start;
}
.product-detail-page .product-content .product-features .product-features-item .product-features-image {
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.product-detail-page .product-content .product-features .product-features-item .product-features-content {
  padding-right: 30px;
}
.product-detail-page .product-content .product-features .product-features-item .product-features-content.product-features-content-two ul li {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.product-detail-page .product-content .product-features .product-features-item .product-features-content.product-features-content-two ul li p {
  margin-top: 10px;
}
.product-detail-page .product-content .product-features .product-features-item .product-features-content .bold-line-text {
  color: var(--c-orange);
  position: relative;
  padding-right: 0;
  font-weight: 400;
}
.product-detail-page .product-content .product-features .product-features-item .product-features-content .bold-line-text img {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% + 20px);
  max-width: unset;
  z-index: -1;
}
.product-detail-page .product-content .product-features .product-features-item .product-features-content .sub-title {
  color: var(--c-orange);
  font-weight: 700;
  font-size: 20px;
}
.product-detail-page .product-content .product-features .product-features-item .product-features-content ul {
  padding: 0;
}
.product-detail-page .product-content .product-features .product-features-item .product-features-content ul li {
  position: relative;
  padding-left: 20px;
}
.product-detail-page .product-content .product-features .product-features-item .product-features-content ul li::before {
  content: "*";
  position: absolute;
  top: 5px;
  left: 0;
  color: var(--c-orange);
  font-size: 30px;
}
.product-detail-page .product-content .product-features .product-feature-text {
  width: 1052px;
  max-width: 100%;
  height: 419px;
  background-color: #080e50;
  border-radius: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 200px auto 0;
  gap: 20px;
}
.product-detail-page .product-content .product-features .product-feature-text h5 {
  z-index: 2;
  font-size: 39px;
  line-height: 49px;
  font-weight: 500;
  color: #fff;
  width: 677px;
  max-width: 100%;
  text-align: center;
}
.product-detail-page .product-content .product-features .product-feature-text p {
  z-index: 2;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  width: 677px;
  max-width: 100%;
  text-align: center;
}
.product-detail-page .product-content .product-features .product-feature-text button {
  border-radius: 30px;
}
.product-detail-page .product-content .product-features .product-feature-text img {
  position: absolute;
  height: auto;
  width: auto;
}
.product-detail-page .product-content .product-features .product-feature-text img.bg-icon-1 {
  top: 0;
  left: 0;
}
.product-detail-page .product-content .product-features .product-feature-text img.bg-icon-2 {
  bottom: 0;
  right: 0;
}
.product-detail-page .product-content .message-info {
  border-radius: 15px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  padding: 20px;
}
.product-detail-page .product-content .message-info i {
  color: var(--c-orange);
}
@media (max-width: 1250px) {
  .product-detail-page .product-content {
    margin-top: 100px;
  }
  .product-detail-page .product-content .hero-section {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .product-detail-page .product-content .product-module .product-module-list .module-item {
    width: calc(50% - 25px);
  }
}
@media (max-width: 768px) {
  .product-detail-page .product-content .product-module .product-module-list .module-item {
    width: 100%;
  }
  .product-detail-page .product-content .product-module .product-module-list .module-item .module-inner {
    min-height: unset;
  }
}
@media (max-width: 600px) {
  .product-detail-page .product-content {
    padding: 0 15px;
  }
}
.product-detail-page .product-feature-reports {
  position: relative;
  padding: 120px 0;
}
.product-detail-page .product-feature-reports::before {
  content: "";
  background-color: var(--c-bg-blue-dark);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 120px - 300px);
  z-index: -1;
}
.product-detail-page .product-feature-reports .list-of-features {
  margin-top: 150px;
}
.product-detail-page .product-feature-reports .list-of-features > div {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 100px;
}
.product-detail-page .product-feature-reports .list-of-features > div > div {
  position: relative;
  min-height: 440px;
}
.product-detail-page .product-feature-reports .list-of-features > div > div:not(.single-image-card) {
  border-radius: 15px;
  background-color: #fff;
  border-bottom: 7px solid var(--c-blue);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 80px 40px 40px;
}
.product-detail-page .product-feature-reports .list-of-features > div > div.single-image-card {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail-page .product-feature-reports .list-of-features > div > div .image-of-feature {
  position: absolute;
  height: 88px;
  width: 88px;
  top: -44px;
  left: 10%;
  background-color: var(--c-blue-dark);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.product-detail-page .product-feature-reports .list-of-features > div > div .image-of-feature img {
  width: 44px;
}
@media (max-width: 1201px) {
  .product-detail-page .saas_breadcrumb_area {
    padding-bottom: 200px;
  }
  .product-detail-page .product-content {
    padding-top: 0;
  }
  .product-detail-page .product-content .info-cards {
    position: static;
    transform: unset;
    margin-bottom: 100px;
  }
}
.product-detail-page .equipment-description ul {
  list-style: disc;
}
.product-detail-page .equipment-description ul li {
  color: var(--c-blue-dark);
  opacity: 0.9;
}
.product-detail-page .equipment-links {
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}
.product-detail-page .equipment-links li {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--c-orange);
  border-radius: 10px;
  height: 5rem;
  margin: 1rem;
  width: calc(50% - 2rem);
  transition: all 0.4s ease;
  cursor: pointer;
}
@media (max-width: 800px) {
  .product-detail-page .equipment-links li {
    width: 100%;
    margin: 1rem 0;
  }
}
.product-detail-page .equipment-links li:hover {
  background-color: var(--c-orange);
}
.product-detail-page .equipment-links li:hover a,
.product-detail-page .equipment-links li:hover i {
  color: #fff;
}
.product-detail-page .equipment-links li i {
  color: var(--c-orange);
  width: 30px;
  display: flex;
  justify-content: center;
}
.product-detail-page .equipment-links li a {
  display: block;
  margin: 5px 0;
  color: var(--c-blue-dark);
}
.product-detail-page .rfid-equipment-info {
  padding: 80px 0;
  background-color: #f8f9fa;
}
.product-detail-page .rfid-equipment-info .equipment-slider {
  margin-bottom: 30px;
}
.product-detail-page .rfid-equipment-info .equipment-slider .slick-dots {
  bottom: -30px;
}
.product-detail-page .rfid-equipment-info .equipment-content h2 {
  color: #002560;
  font-weight: 600;
}
.product-detail-page .rfid-equipment-info .features-list ul li {
  position: relative;
  padding-left: 25px;
  color: #555;
}
.product-detail-page .rfid-equipment-info .btn-primary {
  background-color: #002560;
  border-color: #002560;
  padding: 12px 30px;
  border-radius: 5px;
}
.product-detail-page .rfid-equipment-info .btn-primary:hover {
  background-color: #001940;
  border-color: #001940;
}
.product-detail-page .product-submenu-section {
  position: relative;
}
@media (min-width: 990px) {
  .product-detail-page .product-submenu-section:nth-child(2n+1) .product-submenu-content .hardware-container > div {
    flex-direction: row-reverse;
  }
}
.product-detail-page .product-submenu-section:not(.not-first-child) .product-submenu-content {
  margin-top: -150px;
  z-index: 2;
}
.product-detail-page .product-submenu-section .product-submenu-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.product-detail-page .product-submenu-section .product-submenu-content .product-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 60px;
  height: auto;
  border-radius: 40px;
  background-color: var(--c-white);
  box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.211);
  padding: 80px;
}
.product-detail-page .product-submenu-section .product-submenu-content .product-item .product-content {
  width: 60%;
  margin: 0;
  padding: 0;
  min-height: unset;
}
.product-detail-page .product-submenu-section .product-submenu-content .product-item .product-content h3 {
  color: var(--c-primary-text);
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.product-detail-page .product-submenu-section .product-submenu-content .product-item .product-content h3 strong {
  color: inherit;
  font-weight: var(--font-bold);
}
.product-detail-page .product-submenu-section .product-submenu-content .product-item .product-content p {
  font-size: 16px;
  display: block;
  color: var(--c-primary-text);
  font-weight: var(--font-thin);
  line-height: 24px;
}
.product-detail-page .product-submenu-section .product-submenu-content .product-item .product-content p:last-child {
  margin-bottom: 20px;
}
.product-detail-page .product-submenu-section .product-submenu-content .product-item .product-content > ul {
  padding: 0;
}
.product-detail-page .product-submenu-section .product-submenu-content .product-item .product-content > ul li {
  font-size: 15px;
  line-height: 20px;
  color: var(--c-white);
  padding-left: 15px;
  font-weight: var(--font-semibold);
  position: relative;
  margin: 7px 0;
}
.product-detail-page .product-submenu-section .product-submenu-content .product-item .product-content > ul li:before {
  content: "*";
  font-size: 20px;
  line-height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.product-detail-page .product-submenu-section .product-submenu-content .product-item .product-content div.product-action {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 60px;
  column-gap: 10px;
}
.product-detail-page .product-submenu-section .product-submenu-content .product-item .product-content div.product-action > div {
  display: block;
  flex-wrap: wrap;
}
.product-detail-page .product-submenu-section .product-submenu-content .product-item .product-content div.product-action a {
  height: 100%;
}
.product-detail-page .product-submenu-section .product-submenu-content .product-item .product-content div.product-action a button {
  height: 100%;
  background-color: var(--c-orange);
  border-radius: 15px;
  box-shadow: var(--shadow-basic-100);
}
.product-detail-page .product-submenu-section .product-submenu-content .product-item .product-content div.product-action a button span {
  white-space: nowrap;
}
.product-detail-page .product-submenu-section .product-submenu-content .product-item .product-content div.product-action > span {
  font-size: 15px;
  color: var(--c-white);
  font-weight: var(--font-thin);
}
.product-detail-page .product-submenu-section .product-submenu-content .product-item .product-image {
  height: 100%;
  display: flex;
  align-items: center;
}
.product-detail-page .product-submenu-section .product-submenu-content .product-item .product-image img {
  width: 100%;
  height: auto;
  /* aspect-ratio: 10 / 6; */
}
.product-detail-page .product-submenu-section .product-submenu-content .hardware-container {
  display: flex;
  align-items: center;
}
.product-detail-page .product-submenu-section .product-submenu-content .hardware-container .hardware-image {
  border-radius: 15px;
  background-color: var(--c-white);
  box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.211);
  height: 420px;
  width: 100%;
  max-width: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .product-detail-page .product-submenu-section .product-submenu-content .hardware-container .hardware-image {
    width: 100%;
  }
  .product-detail-page .product-submenu-section .product-submenu-content .hardware-container .hardware-image .slick-list {
    max-width: 420px;
  }
  .product-detail-page .product-submenu-section .product-submenu-content .hardware-container .hardware-image .slick-slide {
    max-width: 420px;
  }
}
.product-detail-page .product-submenu-section .product-submenu-content .hardware-container .hardware-image .slick-dots {
  bottom: -30px;
  display: none;
}
.product-detail-page .product-submenu-section .product-submenu-content .hardware-container .hardware-image img {
  max-height: 100%;
}
.product-detail-page .product-submenu-section .product-submenu-content .hardware-container .hardware-item {
  border-radius: 15px;
  background-color: var(--c-white);
  box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.211);
  height: 420px;
  padding: 50px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .product-detail-page .product-submenu-section .product-submenu-content .hardware-container .hardware-item {
    height: auto;
  }
}
.product-detail-page .product-submenu-section .product-submenu-content .hardware-container .hero-image {
  max-width: 400px;
  max-height: 400px;
  background-color: var(--c-white);
}
.product-detail-page .rtpro-sl-modules .product-module-list {
  margin-top: 50px;
}
.product-detail-page .rtpro-sl-modules .product-module-list .module-item {
  padding: 80px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 3px 60px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 18px;
}
@media (max-width: 990px) {
  .product-detail-page .rtpro-sl-modules .product-module-list .module-item {
    padding: 30px;
  }
}
.product-detail-page .rtpro-sl-modules .product-module-list .module-item .module-inner {
  display: flex;
  gap: 15px;
}
.product-detail-page .rtpro-sl-modules .product-module-list .module-item .module-inner .img-wrapper {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-page .rtpro-sl-modules .product-module-list .module-item .module-inner .img-wrapper img {
  width: 20px;
  height: 20px;
}
.product-detail-page .rtpro-sl-modules .product-module-list .module-item:nth-child(1) .module-inner .img-wrapper {
  background: #ef6c00;
}
.product-detail-page .rtpro-sl-modules .product-module-list .module-item:nth-child(2) .module-inner .img-wrapper {
  background: #09a2e4;
}
.product-detail-page .rtpro-sl-modules .product-module-list .module-item:nth-child(3) .module-inner .img-wrapper {
  background: #0752bf;
}
.product-detail-page .rtpro-sl-modules .product-module-list .module-item:nth-child(4) .module-inner .img-wrapper {
  background: #ee2e44;
}
.product-detail-page .rtpro-sl-modules .product-module-list .module-item:nth-child(5) .module-inner .img-wrapper {
  background: #f6ad59;
}
.product-detail-page .rtpro-sl-modules .product-module-list .module-item:nth-child(6) .module-inner .img-wrapper {
  background: #fee07b;
}
.product-detail-page .rtpro-sl-modules .product-module-list .module-item:nth-child(7) .module-inner .img-wrapper {
  background: #fe5177;
}
.product-detail-page .rtpro-sl-modules .product-module-list .module-item:nth-child(8) .module-inner .img-wrapper {
  background: #c4da84;
}
.product-detail-page .rtpro-sl-modules .product-module-list .module-item:nth-child(9) .module-inner .img-wrapper {
  background: #69bad4;
}
.product-detail-page .rtpro-sl-advance-features .feature-list {
  margin-top: 50px;
}
.product-detail-page .rtpro-sl-advance-features .feature-list .feature-item {
  min-height: 90px;
  margin-bottom: 15px;
}
.product-detail-page .rtpro-sl-advance-features .feature-list .feature-item .feature-inner {
  display: flex;
  gap: 43px;
}
.product-detail-page .rtpro-sl-advance-features .feature-list .feature-item .feature-inner .img-wrapper {
  width: 70px;
  min-width: 70px;
  height: 70px;
}

.free-apps-box {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 3px 60px 0 rgba(0, 0, 0, 0.15);
}
.free-apps-box .apps-header {
  background-color: #e8e8f0;
  padding: 20px;
}
.free-apps-box .apps-content {
  padding: 30px;
  background: #fff;
}
.free-apps-box .apps-content .app-item {
  padding-block: 8px;
  padding-inline: 30px;
}
@media (max-width: 991px) {
  .free-apps-box .apps-content {
    padding: 20px;
  }
  .free-apps-box .apps-content .img-wrapper {
    min-width: 50px;
  }
}

.sql-links {
  display: flex;
  margin-inline: auto;
  row-gap: 20px;
  flex-direction: column;
  justify-content: center;
}
.sql-links strong {
  color: var(--c-white);
  font-size: 18px;
}
.sql-links > div {
  display: flex;
  column-gap: 20px;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
}
.sql-links .download-btn {
  border: 1px solid var(--c-white);
  border-radius: 8px;
  height: 48px;
  width: 200px;
  padding: 3px 10px;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
}
.sql-links .orange-hover:hover {
  background-color: var(--c-orange);
  border-color: var(--c-orange);
}
.sql-links .link-more {
  display: flex;
  margin-inline: auto;
  color: var(--c-orange);
  border-bottom: 1px solid var(--c-orange);
  line-height: 1;
}

/*  */
@media (max-width: 1350px) {
  .product-detail-page .product-submenu-section {
    height: auto;
  }
  .product-detail-page .product-submenu-section .product-content h3 {
    font-size: 40px;
    line-height: 48px;
  }
  .product-detail-page .product-submenu-section .product-content .product-action {
    flex-direction: column-reverse;
    row-gap: 20px;
    height: auto;
  }
  .product-detail-page .product-submenu-section .product-content .product-action span {
    text-align: center;
  }
  .product-detail-page .product-submenu-section .product-submenu-content .product-item {
    height: auto !important;
    transform: unset !important;
    width: 100% !important;
    position: static !important;
    margin-bottom: 50px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .product-detail-page .product-submenu-section .product-submenu-content .product-item .product-image {
    height: auto;
  }
}
@media (max-width: 991px) {
  .product-detail-page .product-submenu-section .product-submenu-content .product-item {
    column-gap: 15px;
    flex-direction: column-reverse !important;
    row-gap: 10px;
    padding: 0 15px;
  }
  .product-detail-page .product-submenu-section .product-submenu-content .product-item .product-content {
    width: 100%;
    margin: 0;
    padding-inline: 20px;
    padding-bottom: 15px;
  }
  .product-detail-page .product-submenu-section .product-submenu-content .product-item .product-content h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
.clients-page .hero-title {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}
.clients-page .contact-container .row .col-12 {
  margin-bottom: 40px;
}
.clients-page .client-map-container {
  padding: 0;
  height: 100%;
}
.clients-page .client-map-container .map-section {
  height: 100%;
  width: 100%;
  padding: 0;
}
.clients-page .client-list {
  margin-top: 50px;
  margin-bottom: 150px;
}
.clients-page .client-list .portfolio-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 100px 50px;
}
.clients-page .client-list .portfolio-list > li a {
  display: none;
  color: #002560;
}

.support-page .support-content {
  margin: 100px auto;
  display: block;
}
.support-page .support-content .support-item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.support-page .support-content .call-info {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
}
.support-page .support-content .call-info > li {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 0 10px;
}
.support-page .support-content .call-info > li > div {
  width: 100%;
  padding: 20px;
  border-radius: 15px;
  box-shadow: var(--shadow-basic-100);
}
.support-page .support-content .call-info > li > div a.page-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s ease;
}
.support-page .support-content .call-info > li > div a.page-link p {
  border-bottom: 1px solid var(--c-blue-dark);
  padding-bottom: 3px;
}
.support-page .support-content .call-info > li > div a.page-link svg {
  width: 60px;
  height: 60px;
}
.support-page .support-content .call-info > li > div a.page-link svg path {
  fill: var(--c-orange);
}
.support-page .support-content .call-info > li > div a.page-link:hover {
  transform: translateY(-5px);
}
.support-page .support-content .call-info > li > div p,
.support-page .support-content .call-info > li > div a {
  color: var(--c-blue-dark);
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 20px;
}
.support-page .support-content .call-info > li > div p b,
.support-page .support-content .call-info > li > div a b {
  color: var(--c-orange);
  margin: 12px 5px 0;
  font-size: 30px;
  line-height: 1;
}
.support-page .support-content .call-info .item-title {
  font-size: 19px;
  margin: 0;
  color: var(--c-orange);
  font-weight: 700;
}
.support-page .support-content .call-info .item-info {
  font-size: 20px;
  margin: 20px 0;
  color: var(--c-blue-dark);
}
.support-page .support-content .call-info .support-options {
  display: block;
  padding: 0;
}
.support-page .support-content .call-info .support-options li {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}
.support-page .support-content .call-info .support-options li span {
  color: var(--c-blue-dark);
  opacity: 0.6;
  font-size: 16px;
  line-height: 20px;
}
.support-page .support-content .call-info .support-options li > div {
  padding-left: 10px;
}

.training-video-content {
  margin: 50px auto;
}

.news-page-content .features_tab_inner.tab-news-section {
  gap: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 600px;
}
.news-page-content .features_tab_inner.tab-news-section .nav {
  background-color: #fff;
  box-shadow: var(--shadow-basic-100);
}
.news-page-content .features_tab_inner.tab-news-section .nav .nav-item {
  width: 10%;
  box-shadow: none;
  position: relative;
  display: flex;
  align-items: center;
}
.news-page-content .features_tab_inner.tab-news-section .nav .nav-item:not(:first-child)::before {
  content: "";
  height: 20px;
  width: 1px;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: #cecece;
}
.news-page-content .features_tab_inner.tab-news-section .nav .nav-item .nav-link {
  column-gap: 0;
  padding: 10px 0;
  height: auto;
}
.news-page-content .features_tab_inner.tab-news-section .nav .nav-item .nav-link.active {
  box-shadow: none;
}
.news-page-content .features_tab_inner.tab-news-section .nav .nav-item .nav-link.active .text {
  color: var(--c-orange);
}
.news-page-content .features_tab_inner.tab-news-section .nav .nav-item .nav-link .text {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 17px;
}
.news-page-content .features_tab_inner.tab-news-section .tab-content {
  height: auto;
  width: 100%;
  padding: 0;
}
.news-page-content .features_tab_inner.tab-news-section .tab-content > li {
  box-shadow: var(--shadow-basic-100);
  border-radius: 15px;
  margin: 20px 0;
  padding: 15px 20px;
}
.news-page-content .features_tab_inner.tab-news-section .tab-content > li .date {
  position: relative;
  padding-left: 20px;
  border: 1px solid var(--c-orange);
  border-radius: 20px;
  width: min-content;
  display: flex;
  flex-wrap: nowrap;
  padding: 3px 15px 3px 35px;
  align-items: center;
  column-gap: 5px;
}
.news-page-content .features_tab_inner.tab-news-section .tab-content > li .date::before {
  content: url("/assets/img/news/Union_388.png");
  height: 15px;
  width: 15px;
  position: absolute;
  left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-page-content .features_tab_inner.tab-news-section .tab-content > li .date span {
  font-size: 14px;
  font-weight: 300;
  color: var(--c-blue-dark);
}
.news-page-content .features_tab_inner.tab-news-section .tab-content > li .post > h4 {
  margin-top: 15px;
  color: var(--c-blue-dark);
}
.news-page-content .features_tab_inner.tab-news-section .tab-content > li .post p {
  font-size: 16px;
  font-weight: 300;
  color: var(--c-blue-dark);
}
.news-page-content .features_tab_inner.tab-news-section .tab-content > li .post .row {
  row-gap: 10px;
}
.news-page-content .features_tab_inner.tab-news-section .tab-content > li .post img {
  width: 100%;
}
@media (max-width: 768px) {
  .news-page-content .features_tab_inner.tab-news-section {
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 20px;
    padding: 0 10px;
  }
  .news-page-content .features_tab_inner.tab-news-section .nav {
    flex-direction: column;
    height: min-content;
    position: sticky;
    top: 0;
    left: 10px;
    width: 70px;
    align-items: center;
    justify-content: flex-start;
  }
  .news-page-content .features_tab_inner.tab-news-section .nav .nav-item {
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }
  .news-page-content .features_tab_inner.tab-news-section .nav .nav-item:not(:first-child)::before {
    width: 40px;
    height: 1px;
    left: calc(50% - 20px);
    top: 0;
  }
  .news-page-content .features_tab_inner.tab-news-section .tab-content {
    width: calc(100% - 70px);
    padding: 0 0 0 10px;
  }
  .news-page-content .features_tab_inner.tab-news-section .tab-content > li {
    margin: 0 0 30px;
  }
  .news-page-content .features_tab_inner.tab-news-section .tab-content .tab-pane > div {
    width: 100%;
    margin: 0;
  }
  .news-page-content .features_tab_inner.tab-news-section .tab-content .tab-pane > div .accordion-button {
    line-height: 1.2;
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .news-page-content {
    padding-top: 0 !important;
  }
  .news-page-content .nav-pills {
    margin-top: -100px;
  }
}

.website-description {
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
}
.website-description .text-title {
  color: #23336d;
  opacity: 0.7;
  font-weight: 700;
  font-size: 23px;
  line-height: 41px;
}

.website-page .saas_breadcrumb_area {
  min-height: 500px;
}

.website-hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  z-index: 2;
  position: relative;
}
.website-hero-section .website-item {
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 3px 60px 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.website-hero-section .website-item .website-content {
  padding: 50px;
  width: 50%;
}
.website-hero-section .website-item .website-content h4 {
  font-size: 24px;
  color: var(--c-blue-dark);
  font-weight: 600;
  margin-bottom: 10px;
}
.website-hero-section .website-item .website-content p {
  font-size: 16px;
  color: var(--c-blue-dark);
  opacity: 0.8;
}
.website-hero-section .website-image {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.website-hero-section .website-image img {
  width: 100%;
  height: auto;
  max-height: unset;
}
@media (max-width: 1200px) {
  .website-hero-section .website-item {
    height: auto;
    flex-direction: column;
  }
  .website-hero-section .website-item .website-content {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .website-hero-section .website-image {
    width: 80%;
  }
}
@media (max-width: 850px) {
  .website-hero-section .website-image {
    width: 80%;
  }
}

.website-list-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.website-list-item .image-side {
  border-radius: 8px;
}
.website-list-item .description-side .logo-image {
  height: 50px;
  width: auto;
  max-width: auto;
  margin-right: auto;
}
.website-list-item .website-images-slider img {
  max-height: 250px;
  object-fit: cover;
  width: 100%;
}
.website-list-item h5 a {
  color: var(--c-blue-dark);
  font-weight: 300;
  font-size: 25px;
}
.website-list-item p {
  font-size: 16px;
  color: var(--c-blue-dark);
  opacity: 0.8;
}

.rfid-content {
  display: flex;
  position: relative;
  justify-content: center;
  background-color: #ecf1f8;
  flex-direction: column;
}
.rfid-content .rfid-features {
  margin-top: -120px;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 70px;
  box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.1490196078);
  margin-bottom: 40px;
  border-radius: 8px;
}
.rfid-content .rfid-features .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.rfid-content .rfid-features .row .feature-item {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
.rfid-content .rfid-features .row .feature-item .rfid-feature-content h5 {
  margin: 0 0 3px;
  color: var(--c-blue-dark);
  font-size: 18px;
  font-weight: 600;
}
.rfid-content .rfid-features .row .feature-item .rfid-feature-content p {
  margin: 0;
  color: var(--c-blue-dark);
  font-size: 16px;
  font-weight: 400;
  opacity: 80%;
}
.rfid-content .rfid-features .row .feature-item .rfid-feature-image {
  width: 68px;
  height: 68px;
  min-width: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rfid-content .rfid-features .row .feature-item .rfid-feature-image img,
.rfid-content .rfid-features .row .feature-item .rfid-feature-image svg {
  width: 68px;
  height: 68px;
}
@media (max-width: 991.98px) {
  .rfid-content .rfid-features .row .feature-item {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .rfid-content .rfid-features .row {
    padding: 50px 0;
  }
  .rfid-content .rfid-features .row .feature-item {
    gap: 18px;
  }
  .rfid-content .rfid-features .row .rfid-feature-image {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
  .rfid-content .rfid-features .row .rfid-feature-content h5 {
    font-size: 1.4rem;
  }
  .rfid-content .rfid-features .row .rfid-feature-content p {
    font-size: 1rem;
  }
}
.rfid-content .rfid-solution {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  gap: 30px;
}
.rfid-content .rfid-solution img {
  width: 30%;
}
.rfid-content .rfid-solution p {
  width: 40%;
  font-size: 16px;
  color: var(--c-blue-dark);
  opacity: 80%;
  text-align: center;
}
@media (max-width: 1000px) {
  .rfid-content .rfid-solution {
    flex-wrap: wrap;
    gap: 0;
  }
  .rfid-content .rfid-solution img {
    height: auto;
    max-width: 50%;
    width: auto;
    order: 1;
  }
  .rfid-content .rfid-solution p {
    margin-bottom: 30px;
    order: 0;
    width: 100%;
  }
}
.rfid-content .rfid-solution-item {
  background-color: #fff;
  width: 100%;
  padding: 100px 0;
}
.rfid-content .rfid-solution-item.reverse-item {
  padding: 50px 0;
  background-color: #ecf1f8;
}
.rfid-content .rfid-solution-item > div {
  justify-content: space-between;
  align-items: center;
  display: flex;
  gap: 30px;
}
.rfid-content .rfid-solution-item > div .rfid-solution-item-content {
  display: block;
}
.rfid-content .rfid-solution-item > div .rfid-solution-item-content h3 {
  color: var(--c-blue-dark);
  font-size: 48px;
  font-weight: 600;
}
.rfid-content .rfid-solution-item > div .rfid-solution-item-content h4 {
  color: var(--c-blue-dark);
  font-size: 28px;
  opacity: 80%;
  margin-top: 10px;
}
.rfid-content .rfid-solution-item > div .rfid-solution-item-content p {
  margin-top: 20px;
  color: var(--c-blue-dark);
  font-size: 18px;
  font-weight: 400;
  opacity: 80%;
}
.rfid-content .rfid-solution-item > div img {
  width: 40%;
}
@media (max-width: 990px) {
  .rfid-content .rfid-solution-item > div {
    flex-direction: column;
  }
  .rfid-content .rfid-solution-item > div img {
    width: 80%;
    height: auto;
  }
  .rfid-content .rfid-solution-item > div .rfid-solution-item-content {
    width: 100%;
  }
  .rfid-content .rfid-solution-item.reverse-item > div {
    flex-direction: column-reverse;
  }
  .rfid-content .rfid-solution-item.reverse-item > div img {
    width: 100%;
  }
}

.termsfeed-com---palette-light.termsfeed-com---nb {
  background-color: #fff !important;
}

.termsfeed-com---nb-simple {
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -4px 10px 1px rgba(0, 0, 0, 0.09);
}
.termsfeed-com---nb-simple .cc-nb-title {
  color: var(--c-blue-dark);
}
.termsfeed-com---nb-simple .cc-nb-text {
  opacity: 0.8;
}
.termsfeed-com---nb-simple button[role=button] {
  border-radius: 7px;
  margin-left: 5px;
  margin-right: 5px;
}
.termsfeed-com---nb-simple button[role=button].cc-nb-okagree, .termsfeed-com---nb-simple button[role=button].cc-nb-reject {
  background-color: var(--c-orange);
}
@media (min-width: 992px) {
  .termsfeed-com---nb-simple {
    right: 25% !important;
  }
}

.termsfeed-com---pc-overlay > div .cc-pc-container {
  border-radius: 15px;
  overflow: hidden;
}
.termsfeed-com---pc-overlay > div .cc-pc-container .cc-cp-foot-save {
  background-color: var(--c-orange);
  border-radius: 7px;
}
.termsfeed-com---pc-overlay > div .cc-pc-container input[type=checkbox].cc-custom-checkbox:checked + label:before {
  background: var(--c-orange);
}

.termsfeed-com---palette-light .cc-pc-head-lang select {
  border-radius: 7px;
}
.termsfeed-com---palette-light .cc-pc-head-lang select:focus {
  box-shadow: var(--shadow-basic-100);
}

.termsfeed-com---palette-light .cc-pc-head-close:active,
.termsfeed-com---palette-light .cc-pc-head-close:focus {
  border: 1px solid #747474;
  border-radius: 7px;
}

/*# sourceMappingURL=style.css.map */
