
:root {
    --ci-color: #018ab8;
    --ci-color-opac-80: rgb(1 138 184 / 80%);
    --ci-color-hover-light: rgba(1, 138, 184, 0.6);
    --ci-color-hover-dark: #006482;
    --ci-color-opac-80: rgb(4 140 188 / 80%);
    --ci-color-dark: #08394b;
    --ci-color-dark-opac-80: rgb(8 57 75 / 80%);
    --black-opac-40: rgb(0 0 0 / 40%);
    --bg-light:#f3f6ff;
    --white: white;
    --light: #fafafb;
    --text-dark:#2c4964;
    --text-grey:#565973;
    --text-light: rgba(249, 249, 250);
    --text-color-muted: #a9a9a9;
    --text-color-subtitle: #899bbd;
    --text-light-opac: rgba(249, 249, 250, 0.75);
    /* --dark: #212529; */
    --dark: #151922;
    --akzent: #5e6b83;
    --line: #5e6b83;

    /* Bootstrap variables override */
    --bs-primary-rgb: 1, 138, 184;
    --bs-body-color-rgb: 86, 89, 115;
    --bs-heading-color: #2a2c39;
    --bs-border-radius: 0px;
}

@font-face {
  font-family: 'Manrope';
  src: url('/assets/webfonts/Manrope.ttf') format('woff'), /*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url('myfont.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}



body {
  font-family: "Manrope",Fallback, sans-serif;
  color: #565973;
  font-size: 1.1rem;
  /* transition: 0.3s; */
  /* padding-top: 114px; */
}


p {
  color: #565973;
  font-size: 1.1rem;
}

/* section {
  margin-top: 3rem;
  margin-bottom: 3rem;
} */
.text-color-ci {
  color: var(--ci-color);
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,0.1)!important;
}

.shadow-md {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
}

.bg-secondary {
  background-color: #f3f6ff!important;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.text-ci {
  color: var(--ci-color);
}

.fs-sm {
  font-size: 0.875rem !important;
}

.fs-md {
  font-size: 1rem;
}

.fs-lg {
  font-size: 1.1rem;
}
.pt-6 {
  padding-top: 5rem!important;
}

.py-6 {
  padding: 5rem 0rem!important;
}
.section-title {
  margin-bottom: 30px;
}

.btn-primary,
.btn-primary:focus {
  background-color: var(--ci-color);
  border-color: var(--ci-color);
}

.btn-primary:hover, 
.btn-primary:active {
  background-color: var(--ci-color-hover-dark)!important;
  border-color: var(--ci-color-hover-dark)!important;
}

.btn-outline-primary,
.btn-outline-primary:focus {
  color: var(--ci-color);
  background-color: var(--bg-light);
  border-color: var(--ci-color);
}

.btn-outline-primary:hover, 
.btn-outline-primary:active {
  background-color: var(--ci-color-hover-dark)!important;
  border-color: var(--ci-color-hover-dark)!important;
  color: var(--bg-light)!important;
}

.mark-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 2rem;
}

.software-module .mark-header h2 {
  margin-bottom: 0.5rem;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  /* line-height: 1px; */
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  /* text-transform: uppercase; */
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 2px;
  display: inline-block;
  background: var(--ci-color);
  margin: 4px 10px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #018ab8;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.3s;
  text-decoration: none;
}
.back-to-top i {
  font-size: 1.1rem;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #018ab89c;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    /* background: #fff; */
    height: 40px;
    font-size: 14px;
    transition: all 0.3s;
    z-index: 996;
    padding: 5px;
  }

/* #topbar .container {
    max-width: 1500px;
} */
@media (max-width: 991px) {
  #topbar {
    height: 0px;
  }
}
  
  #topbar .contact-info a {
    line-height: 1;
    color: #444444;
    transition: 0.3s;
  }
  
  #topbar .contact-info a:hover {
    color: #1977cc;
  }
  
  #topbar .contact-info i {
    color: #1977cc;
    padding-right: 4px;
    margin-left: 15px;
    line-height: 0;
  }
  
  #topbar .contact-info i:first-child {
    margin-left: 0;
  }
  
  #topbar .header-links a {
    color: #2c4964;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
    font-size: 1.4rem;
  }

  .header-scrolled .header-links a {
    font-size: 1rem!important;
  }
  
  #topbar .header-links a:hover {
    color: var(--ci-color);
  }
  
  #topbar .header-links a:first-child {
    border-left: 0;
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    background: #fff;
    /* transition: all 0.5s; */
    z-index: 997;
    /* padding: 15px 0; */
    top: 40px;
    /* box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1); */
  }

  #header.intern {
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
  }
  
  #navbar {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
  }

  @media (max-width: 992px) {
  .nav-container {
    width: 100%;
    }
  }

  #header.header-scrolled {
    /* background: #ffffffd9; */
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
    transition: background 0.3s;
}
  
  #header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
  }
  
  #header .logo a {
    color: #2c4964;
  }
  
  #header .logo img {
    max-height: 50px;
    transition: 0.3s;
  }

  #header.header-scrolled .logo img {
    max-height: 40px;
  }

  #header > .container {
    padding: 15px 15px;
    transition: all 0.3s;
  }

  #header.header-scrolled .container {
    /* top: -1rem!important; */
    padding: 5px;
  }
  
  /**
  * Call to Action Button *
  */
  .cta-btn-nav {
    margin-left: 25px;
    margin-right: 25px;
    background: var(--ci-color);
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
  }
  
  .cta-btn-nav:hover {
    background: var(--ci-color-hover-dark);
    color: #fff;
  }
  
  @media (max-width: 768px) {
    .cta-btn-nav {
      margin: 0 15px 0 0;
      padding: 6px 18px;
    }
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation 
  */
  .navbar {
    padding: 0;
  }
  
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  .navbar li {
    position: relative;
  }
  
  .navbar>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 8px 0 8px 20px;
  }
  
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #2c4964;
    white-space: nowrap;
    transition: 0.3s;
    border-left: 3px solid #fff0;
    padding: 2px 0px;
    padding-left: 10px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  
  .navbar a i,
  .navbar a:focus i {
    font-size: 13px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.2s;
  }
  
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--ci-color);
    border-color: var(--ci-color);
  }

  .navbar a:hover  i {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }


  
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 20px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }
  
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #082744;
    border: none;
    border-left: 3px solid #fff;
    transition: border-left 0s;
  }
  
  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .nav-heading {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--text-grey);
    font-weight: 700;
    margin: 15px 0 15px 15px;
    border-bottom: 1px solid var(--si-breadcrumb-color);
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--ci-color);
    border-left: 3px solid var(--ci-color);
  }
  
  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  
  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color: #2c4964;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  
  .mobile-nav-toggle.bi-x {
    color: #fff;
  }
  
  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }
  }
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(28, 47, 65, 0.9);
    transition: 0.3s;
    z-index: 999;
  }
  
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }
  
  .navbar-mobile>ul>li {
    padding: 0;
  }
  
  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #2c4964;
    border: none;
  }
  
  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
    color: #1977cc;
  }
  
  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 15px;
  }
  
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }
  
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover>a {
    color: #1977cc;
  }
  
  .navbar-mobile .dropdown>.dropdown-active {
    display: block;
  }

/*--------------------------------------------------------------
# Breadcumbs
--------------------------------------------------------------*/
.breadcrumb {
  --si-breadcrumb-color: #9397ad;
  --si-breadcrumb-padding-x: 0;
  --si-breadcrumb-padding-y: 0;
  --si-breadcrumb-margin-bottom: 1rem;
  --si-breadcrumb-font-size: 0.875rem;
  --si-breadcrumb-bg: ;
  --si-breadcrumb-border-radius: ;
  --si-breadcrumb-divider-color: var(--si-gray-600);
  --si-breadcrumb-item-padding-x: 0.625rem;
  --si-breadcrumb-item-active-color: var(--si-primary);
  display: flex;
  flex-wrap: wrap;
  padding: var(--si-breadcrumb-padding-y) var(--si-breadcrumb-padding-x);
  margin-bottom: var(--si-breadcrumb-margin-bottom);
  font-size: var(--si-breadcrumb-font-size);
  list-style: none;
  background-color: var(--si-breadcrumb-bg);
  border-radius: var(--si-breadcrumb-border-radius);
}

.breadcrumb-item {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: var(--si-breadcrumb-item-padding-x);
}

.breadcrumb-item > a {
  display: flex;
  align-items: center;
  color: var(--text-dark);
  text-decoration: none;
}

.hero-section.dark .breadcrumb-item > a {
  display: flex;
  align-items: center;
  color: var(--text-color-muted);
  text-decoration: none;
}

.hero-section-sub.dark .breadcrumb-item > a {
  display: flex;
  align-items: center;
  color: var(--text-color-muted);
  text-decoration: none;
}

.breadcrumb-item > a:hover {
  color: var(--ci-color);
}

.hero-section.dark .breadcrumb-item > a:hover {
  color: var(--text-light);
}

.hero-section-sub.dark .breadcrumb-item > a:hover {
  color: var(--text-light);
}

.breadcrumb-item a > i {
  font-size: 0.8rem;
  padding-right: 5px;
}

.breadcrumb-item.active {
  color: var(--ci-color);
}

.breadcrumb-item+.breadcrumb-item::before {
  margin-top: 0.15em;
  font-family: "boxicons";
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0px;
  color: var(--si-breadcrumb-divider-color);
  content: var(--si-breadcrumb-divider, "\ea55") /* rtl: var(--si-breadcrumb-divider, "\ed3f") */;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  padding: 10rem 0rem;
  padding-bottom: 0px;
  background-color: var(--dark);
  /* margin-bottom: 5rem; */
  background-image: url('../img/brand/header.png');
  background-image: url(../img/brand/hero-bg.jpg);
  background-position-y: 35%;
  background-position-x: center;
  background-size: cover;
}

.hero-section::before {
  position: absolute;
  content: "";
  background: rgba(243, 243, 243, 0.65);
  /* backdrop-filter: blur(5px); */
  inset: 0;
}

.hero-section.dark::before{
  background: rgba(27, 47, 69, 0.65);
}

.hero-section h1 {
  color: var(--text-dark);
}

.hero-section.dark h1 {
  color: var(--text-light);
}

.hero-section p {
  font-size: 18px;
  color: var(--text-dark);
}

.hero-section.dark p {
  font-size: 18px;
  color: var(--text-light);
}
.hero-section.dark {
  color: var(--text-light);
}

.hero-section .bottom-shape-v2 {
  position: relative!important;
  padding-top: 10rem;
}

#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: var(--ci-color);
  text-decoration: none;
  margin: 20px 0px;
}

#hero .btn-get-started:hover {
  background: var(--ci-color-hover-dark);

}


/* .hero-section,
.hero-section>.container>.row {
  min-height: 450px;
} */


@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 4rem;
  }
}

.hero-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px){
  .hero-container {
      max-width: 540px;
  }
}

@media (min-width: 768px) {
  .hero-container{
      max-width: 720px;
  }
}

@media (min-width: 992px) {
  .hero-container {
      max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .hero-container {
      max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .hero-container {
      max-width: 1500px;
  }
}

/* ####################### Hero - Section - Subpages ####################### */

.hero-section-sub {
  padding-top: 3rem;
  margin-bottom: 10rem;
  background-color: var(--dark);
}

@media (min-width: 992px){
  .hero-section-sub {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .hero-section-sub.v2:before {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

.hero-section-sub h1 {
  color: var(--text-dark);
}

.hero-section-sub.dark h1 {
  color: var(--text-light);
}

.hero-section-sub p {
  color: var(--text-dark);
}

.hero-section-sub.dark p {
  color: var(--text-light);
}

.hero-section-sub .bottom-shape {
  color: var(--dark);
  z-index: -1;
  width: 100%!important;
  left: 0!important;
  position: absolute!important;
  display: flex!important;
  overflow: hidden!important;
  margin-top: -2rem !important;
}

/* ####################### Hero - Section - Subpages - v2 ####################### */

.hero-section-sub.v2 {
  margin-bottom: 5rem;
  background-image: url('../img/brand/header.png');
  background-position-y: 35%;
  background-position-x: center;
  background-size: cover;
}
.hero-section-sub.v2:before {
  position: absolute;
  content: "";
  background: rgba(27, 47, 69, 0.8);
  inset: 0;
}

.hero-section-sub h1 {
  color: var(--text-dark);
}

/*--------------------------------------------------------------
# Attributes Section
--------------------------------------------------------------*/

.attributes-section i {
  color: var(--ci-color);
  font-size: 3rem;
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Software Section
--------------------------------------------------------------*/

.software-section {
  background-color: #fff;
  margin-top: 5rem;
}

.software-section .card-topper i {
  color: #f3f6ff;
  font-size: 3rem;
}

.card-modul i {
  color: var(--ci-color);
  font-size: 2rem;
}

.card-modul p {
  font-size: 1rem;
}

.card-modul-header {
  font-size: 1.25rem;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  padding-top: 0.25rem !important;
  transition: 0.3s;
}

.card-hover:hover > .card-modul-header {
  color: var(--ci-color);
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.card-hover {
  transition: 0.1s;
}
.card-hover:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.275rem 1.25rem rgba(11,15,25,.05), 0 0.25rem 0.5625rem rgba(11,15,25,.03)
}

.card.bg-image {
  background-image: url(../img/brand/arbeitssicherheit.jpg);
  background-position: center;
  background-size: cover;
}

.card.bg-image-light {
  background-image: url(../img/brand/arbeitssicherheit.jpg);
  background-position: center;
  background-size: cover;
}

.bg-image h3 {
  color: var(--light);
  position: relative;
}

.card-hover.bg-image:hover > .card-modul-header {
  color: var(--light)!important;
}

.card.bg-image i {
  color: var(--light);
  position: relative;
}

.card.bg-image::before {
  position: absolute;
  content: "";
  background: rgba(27, 47, 69, 0.65);
  inset: 0;
}

.bg-image-light h3 {
  color: var(--ci-color-dark);
  position: relative;
}

.card-hover.bg-image-light:hover > .card-modul-header {
  color: var(--ci-color-dark)!important;
}

.card.bg-image-light i {
  color: var(--ci-color-dark);
  position: relative;
}

.card.bg-image-light::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.75);
  inset: 0;
}

.img-right .left-card-tile{
  padding: 4rem;
  background: var(--bg-light);
}
.img-right .right-card-tile{
  padding: 4rem 0rem;
  background: var(--ci-color);
}

.img-right .card-img-holder{
  background-image: url('../img/brand/about-img.jpeg');
  /* background-image: url(assets/img/brand/about-img.jpeg); */
  min-height: 20rem;
  background-size: cover;
  margin-left: -4rem;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

@media (max-width: 992px) {
  .img-right .card-img-holder{
    margin-left: 0rem;
    min-height: 30rem;
  }

  .img-right .right-card-tile{
    padding: 4rem;
  }
}



/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/

.services-section .section-title p {
  color: white;
}

.services-section .card-hover {
  box-shadow: 0px 2px 15px rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.services-section .card-hover:hover {
  box-shadow: 0px 2px 15px rgba(102, 217, 255, 0.5);
}
.services-section .card-title {
  border-bottom: 1px solid var(--ci-color);
  padding-bottom: 1rem;
}

.services-section .card-body ul {
  font-size: 1rem;
  color: var(--bg-light);
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #018ab8;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  text-align: start;
  margin: 0 auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #018ab8;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #018ab8;
}

/*--------------------------------------------------------------
# News Section
--------------------------------------------------------------*/
.news-section .card h3 a {
  text-decoration: none;
  color: var(--bs-heading-color);
}

/*--------------------------------------------------------------
# Footer Section
--------------------------------------------------------------*/
#footer {
  color: var(--bg-light);
  /* font-size: 14px; */
  background-color: var(--dark);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  transition: 0.3s;
}
#footer .footer-top {
  color: var(--bg-light);
  padding: 60px 0 30px 0;
  background-color: var(--dark);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  color: var(--bg-light);
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact a {
  color: var(--ci-color);
  text-decoration: none;
}
#footer .footer-top .footer-contact p {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: var(--bg-light);
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: var(--bg-light);
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--bg-light);
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: var(--ci-color);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--ci-color-opac-80);
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: var(--bg-light);
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter p {
  color: var(--bg-light);
  font-size: 1rem;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e4e3e6;
}
#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #018ab8;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type="submit"]:hover {
  background: var(--ci-color-dark);
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #018ab8;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #018ab89c;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Software Intro Section
--------------------------------------------------------------*/
.steps {
  --si-steps-padding-y: 1.5rem;
  --si-steps-padding-x: 1.5rem;
  --si-steps-number-size: 7.625rem;
  --si-steps-number-inner-size: 5.625rem;
  --si-steps-number-size-sm: 5rem;
  --si-steps-number-inner-size-sm: 3.5rem;
  --si-steps-number-border-radius: 50%;
  --si-steps-number-bg: #f3f6ff;
  --si-steps-number-inner-bg: #fff;
  --si-steps-number-inner-box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03);
  --si-steps-number-font-size: 2rem;
  --si-steps-number-font-size-sm: 1.5rem;
  --si-steps-number-color: var(--si-heading-color);
  --si-steps-connect-width: var(--si-border-width);
  --si-steps-connect-color: var(--si-border-color);
  display: flex;
  flex-direction: column;
}

.step {
  position: relative;
  /* display: flex; */
  align-items: center;
  text-align: center;
  padding: 1.5rem;
}

.step-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--si-steps-number-size);
  height: var(--si-steps-number-size);
  flex-shrink: 0;
  border-radius: var(--si-steps-number-border-radius);
  background-color: var(--ci-color);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
  color: var(--si-steps-number-color);
  font-size: var(--si-steps-number-font-size);
  font-weight: 800;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
}

.step-number .step-number-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--si-steps-number-inner-size);
  height: var(--si-steps-number-inner-size);
  border-radius: var(--si-steps-number-border-radius);
  background-color: var(--si-steps-number-inner-bg);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
}

.step::before, .step::after {
  position: absolute;
  left: 2rem;
  width: 1px;
  height: 50%;
  content: "";
}

@media (min-width: 768px) {
  .steps-horizontal-md .step::before, .steps-horizontal-md .step::after {
      top: 2rem;
      height: 1px;
  }

  .steps-horizontal-md .step::after {
    left: 1.5rem;
    width: 100%;
  }

  .steps-horizontal-md.steps {
    flex-direction: row;
    margin-right: calc(var(--si-steps-padding-x)*-1);
    margin-left: calc(var(--si-steps-padding-x)*-1);
}
}


/*--------------------------------------------------------------
# Software Module Section
--------------------------------------------------------------*/

.software-module .card .card-header-icon {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}