/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #323232;
}

a {
  color: #004f9f;
  text-decoration: none;
}

a:hover {
  color: #03305e;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

.page-header {
    text-transform: uppercase;
    font-size: 80px!important;
    text-align: right;
}

h1 {
  font-size: 95px;
  margin-top: 2rem;
}

@media (max-width: 800px) {
h1 {
    font-size: 60px;
    margin-top: 1rem;
}
}

@media (max-width: 550px) {
h1 {
    font-size: 40px;
    margin-top: 1rem;
}
}

h3.headline {
  font-weight: 800;
  font-size: 60px;
  letter-spacing: 0.15em;
  color: #004f9f;
  margin-bottom: 25px;
  text-transform: uppercase;
}

@media (max-width: 650px) {
h3.headline {
  display: none;
}
}
p, ul, ol{
  font-size: 24px;
  letter-spacing: .12em;
  line-height: 60px;
}

.headline {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    color: #004f9f;
    letter-spacing: 0.15em;
}

.headline span {
    color: #e3051a;
}

.beitragdown {
  font-weight: 400;
  letter-spacing: 0.15em;
  font-size: 48px;
  color: #004f9f;
}

.beitragsmall {
  font-weight: 400;
  letter-spacing: 0.15em;
  font-size: 40px;
  color: #004f9f;
  margin-top: 40px;
}

.beitragsmallred {
  font-weight: 400;
  letter-spacing: 0.15em;
  font-size: 25px;
  color: #e3051a;
}

.cta-btn  {
  padding: 15px 0;
  background-color: #fff;
  color: rgba(1, 50, 137, 0.8);
  border-radius: 0px;
  margin-top: 2rem;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.cta-btn:hover  {
  padding: 15px 0;
  color: #fff;
  background-color: rgba(1, 50, 137);
  border-radius: 0px;
}


.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #004f9f;
  --bs-btn-border-color: #004f9f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #004f9f;
  --bs-btn-hover-border-color: #004f9f;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #004f9f;
  --bs-btn-active-border-color: #004f9f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #004f9f;
  --bs-btn-disabled-border-color: #004f9f;
}

img {
  box-shadow: 0px 0 30px rgb(0, 0, 0, 0.45);
    border-radius: 3%;
}


.read-more {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: linear-gradient(45deg, rgb(1 50 137) 0%, #004f9fad 100%);
    position: relative;
}

.read-more:hover {
  background: linear-gradient(180deg, rgb(1 50 137) 0%, #004f9fad 100%);
  color: #fff;
}

hr {
    margin: 3rem 0;
    color: inherit;
    border: 0;
    border-top: 2px solid;
    opacity: 1;
}


@media (max-width: 500px) {
.px-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.beitragsmall {
  font-size: 28px;
}

p, ul, ol {
    font-size: 20px;
    letter-spacing: .12em;
    line-height: 46px;
}
}

@media (max-width: 330px) {
    .px-5 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
  }
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 90px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 0.15em;
  font-weight: 800;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 40px 0;
  padding: 0;
  font-size: 60px;
  line-height: 80px;
  font-weight: 800;
  color: #004f9f;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

.header-logo {
  display: none;
}

/* Klasse zum Anzeigen des Logos */
.header-logo-visible #header-logo {
  display: block;
}

@media (max-width: 870px) {
.section-header p {
    font-size: 50px;
}
}

@media (max-width: 768px) {
    .section-header p {
        font-size: 40px;
        line-height: 60px;
    }
}

@media (max-width: 560px) {
.section-header p {
        font-size: 34px;
}
}

@media (max-width: 385px) {
.section-header p {
        font-size: 27px;
        line-height: 45px;
    }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #002f5f;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #002f5f;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #fff;
  min-height: 40px;
  color: #004f9f;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 56px;
  }
}

.breadcrumbs h2 {
  font-size: 55px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  font-size: 14px;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c6387;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

@media (max-width: 660px) {
.breadcrumbs h2 {
    font-size: 40px;
    font-weight: 400;
}
}

@media (max-width: 500px) {
.breadcrumbs h2 {
    font-size: 30px;
    font-weight: 400;
}
}

@media (max-width: 350px) {
.breadcrumbs h2 {
    font-size: 18px;
}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;

}

.header .unterseite {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}


.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 50px;
  margin-right: 6px;
  box-shadow: none!important;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #004f9f;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

@media (max-width: 450px) {
.header .logo img {
    max-height: 30px;
}
}

/*--------------------------------------------------------------
# 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 a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 10px 50px;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.2em;
}

.header-scrolled .navbar a,
.header-scrolled .navbar a:focus {
  color: #323232;
}

.header-scrolled .navbar a,
.inner-page .navbar a {
  color: #323232;
}

.inner-page .header {
  background-color: rgba(255,255,255)
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #013289;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #013289;
  padding: 5px 30px;
  margin-left: 60px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #5969f3;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  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;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 18px 5px;
    font-size: 18px;
    text-transform: none;
    font-weight: 600;
    color: #323232;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #4154f1;
}

.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: #004f9f;
  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(1, 22, 61, 0.9);
  transition: 0.3s;
}

.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;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #004f9f;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #4154f1;
}

.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: #4154f1;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

@media (max-width: 1199px) {
  .navbar a, .navbar a:focus {
    font-size: 14px;
}
}

@media (max-width: 1050px) {
  .navbar a, .navbar a:focus {
    padding: 10px 20px 10px 31px;
}
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  background: url(../images/2024-12-10_Metallbau_GEIS-Klaus-Fischer6.jpg) center no-repeat;
  background-size: cover;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255, 0.1);
  z-index: 2;
}

.hero > .container {
  position: relative;
  z-index: 3;
  margin-top: 100px;
}

.hero h1 {  
  margin: 32px 0;
  font-size: 52px;
  font-weight: 700;
  text-transform: capitalize;
  color: #FFF;
  letter-spacing: 0.15em;
}

.hero img.logo {
  max-width: 40%;
  margin-bottom: 15px;
  box-shadow: none!important;
}

.hero h1 span {
  color: #e3051a;
}

.hero h2 {
  color: #323232;
  margin: 20px 0 0 0;
  font-size: 22px;
  line-height: 34px;
}

.hero h2.starnew {
  color: #fff;
  margin: 20px 0 0 0;
  font-size: 28px;
  line-height: 40px;
}


.hero .btn-get-started {
   font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    margin-top: 33px;
    background: linear-gradient(45deg, rgb(1 50 137) 0%, #004f9fad 100%);
    position: relative;
}

.hero .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }

  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
  }
}


/*--------------------------------------------------------------
# herobeitrag Section
--------------------------------------------------------------*/
.herobeitrag {
  width: 100%;
  height: 70vh;
  background:top center no-repeat;
  background-size: cover;
}

.herobeitrag img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0!important;
}

.herobeitrag h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  text-transform: capitalize;
  color: #004f9f;
  letter-spacing: 0.15em;
}

.herobeitrag img.logo {
  max-width: 45%;
  margin-bottom: 65px;
  box-shadow: none!important;
}

.herobeitrag h1 span {
  color: #e3051a;
}

.herobeitrag h2 {
  color: #323232;
  margin: 20px 0 0 0;
  font-size: 22px;
  line-height: 34px;
}

.herobeitrag h2.starnew {
  color: #fff;
  margin: 20px 0 0 0;
  font-size: 28px;
  line-height: 40px;
}


.herobeitrag .btn-get-started {
   font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    margin-top: 33px;
    background: linear-gradient(45deg, rgb(1 50 137) 0%, #004f9fad 100%);
    position: relative;
}

.herobeitrag .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.herobeitrag .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.herobeitrag .btn-get-started:hover i {
  transform: translateX(5px);
}

.herobeitrag .herobeitrag-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .herobeitrag {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .herobeitrag {
    height: auto;
    padding: 0px;
  }

  .herobeitrag .herobeitrag-img {
    text-align: center;
    margin-top: 80px;
  }

  .herobeitrag .herobeitrag-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .herobeitrag {
    text-align: center;
  }

  .herobeitrag h1 {
    font-size: 32px;
  }

  .herobeitrag h2 {
    font-size: 24px;
  }

  .herobeitrag .herobeitrag-img img {
    width: 100%;
  }
}


/*--------------------------------------------------------------
# herotwo Section
--------------------------------------------------------------*/
.herotwo {
  width: 100%;
  height: 100vh;
  background: url(../images/Head-BG-three.jpg) top center no-repeat;
  background-size: cover;
}

.herotwo h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  text-transform: capitalize;
  color: #004f9f;
  letter-spacing: 0.15em;
}

.herotwo img.logo {
  max-width: 45%;
  margin-bottom: 65px;
}

.herotwo h1 span {
  color: #e3051a;
}

.herotwo h2 {
  color: #323232;
  margin: 20px 0 0 0;
  font-size: 22px;
  line-height: 34px;
}

.herotwo .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #004f9f;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.herotwo .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.herotwo .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.herotwo .btn-get-started:hover i {
  transform: translateX(5px);
}

.herotwo .herotwo-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .herotwo {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .herotwo {
    height: auto;
    padding: 120px 0 60px 0;
  }

  .herotwo .herotwo-img {
    text-align: center;
    margin-top: 80px;
  }

  .herotwo .herotwo-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .herotwo {
    text-align: center;
  }

  .herotwo h1 {
    font-size: 32px;
  }

  .herotwo h2 {
    font-size: 24px;
  }

  .herotwo .herotwo-img img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 28px;
  font-weight: 600;
  margin: 5px 0 10px 0px;
  line-height: 40px;
  letter-spacing: 0.12em;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #5846f9;
}

.features .icon-box p {
  font-size: 23px;
  color: #323232;
  line-height: 32px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  border-radius: 3px;
}

.features img {
    box-shadow: 0px 0 30px rgb(0, 0, 0, 0.45);
    border-radius: 3%;
}

@media (max-width: 768px) {
.features .icon-box h4 {
    font-size: 23px;
    line-height: 34px;
}
}
@media (max-width: 560px) {
.features .icon-box h4 {
    margin-top: -153px!important;
    line-height: 45px;
}

.features .icon-box p {
        letter-spacing: 0em;
        padding-left: 0 !important;
        line-height: 51px;
}
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 120px 0;
}

.about .content h3 {
  font-weight: 800;
  font-size: 60px;
  letter-spacing: 0.15em;
  color: #004f9f;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.about .content p {
    font-size: 24px;
    line-height: 51px;
    letter-spacing: 0.12em;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5846f9;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .read-more {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: linear-gradient(45deg, rgb(1 50 137) 0%, #004f9fad 100%);
    position: relative;
}

.about .content .read-more:hover {
  background: linear-gradient(180deg, rgb(1 50 137) 0%, #004f9fad 100%);
}

.about .content .read-more i {
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 12px;
}

.about img {
  box-shadow: 0px 0 30px rgb(0,0,0,0.45);
  border-radius: 3%;
}

@media (max-width: 991px) {
.about {
    padding: 0px 0;
}
.about .content .read-more {

    margin-bottom: 32px;
}
}

@media (max-width: 550px) {
.about .content h3 {
    font-size: 45px;
    padding-left: 0 !important;
    margin-top: 20px;
}

.about .content p {
    letter-spacing: 0em;
    padding-left: 0!important;
}

.about .content .read-more {
    margin-left: 0 !important;
    margin-bottom: 32px;
}
}

@media (max-width: 400px) {
    .about .content h3 {
        font-size: 32px;
    }

    .about .content p {
    font-size: 21px;
    line-height: 40px;
}

.about .content .read-more {
    font-size: 17px;
    padding: 10px 30px;
    margin-left: 0 !important;
}
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.15);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5%;
  background: linear-gradient(180deg, rgb(1 50 137) 0%, #004f9fad 100%);
}

.services .service-box .icon {
  font-size: 36px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.services .service-box h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: 35px;
}

.services .service-box p {
   color: #fff;
    font-size: 23px;
    line-height: 40px;
    letter-spacing: 0.12em;
}

.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 40px;
}


.services .service-box.blue .icon {
  color: #002f5f;
  background: #99b8d8;
}

.services .service-box.blue .read-more {
  color: #002f5f;
}

.services .service-box.blue:hover {
    background: linear-gradient(180deg, rgb(1 50 137) 0%, #004f9fad 100%);
}

.services .service-box:hover h3,
.services .service-box:hover p,
.services .service-box:hover .read-more {
  color: #fff;
}

.services .service-box:hover .icon {
  background: #fff;
}

@media (max-width: 600px) {
.services .service-box {
    border-radius: 0%;
}
}

@media (max-width: 520px) {
.services .service-box h3 {
    font-size: 30px;
}

.services .service-box p {
    font-size: 18px;
}
}

@media (max-width: 350px) {
  .services .service-box h3 {
        font-size: 23px;
    }
      .services .service-box p {
        font-size: 15px;
    }
  }


/*--------------------------------------------------------------
# geisservice
--------------------------------------------------------------*/
.geisservice .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 0px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
  background: #fff;
  /* background: linear-gradient(24deg,rgba(168, 170, 173, 1) 0%, rgba(245, 245, 245, 1) 50%, rgba(168, 170, 173, 1) 100%); */
}

.geisservice .service-box .icon {
  font-size: 36px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.geisservice .service-box h3 {
  color: #2a2c2e;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
}

.geisservice .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.geisservice .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.geisservice .service-box.blue .icon {
  color: #002f5f;
  background: #99b8d8;
}

.geisservice .service-box.blue .read-more {
  color: #002f5f;
}

.geisservice .service-box.blue:hover {
  background: #002f5f;
}

.geisservice .service-box.orange {
  border-bottom: 3px solid #f68c09;
}

.geisservice .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}

.geisservice .service-box.orange .read-more {
  color: #f68c09;
}

.geisservice .service-box.orange:hover {
  background: #f68c09;
}

.geisservice .service-box.green {
  border-bottom: 3px solid #08da4e;
}

.geisservice .service-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}

.geisservice .service-box.green .read-more {
  color: #08da4e;
}

.geisservice .service-box.green:hover {
  background: #08da4e;
}

.geisservice .service-box.red {
  border-bottom: 3px solid #e9222c;
}

.geisservice .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}

.geisservice .service-box.red .read-more {
  color: #e9222c;
}

.geisservice .service-box.red:hover {
  background: #e9222c;
}

.geisservice .service-box.purple {
  border-bottom: 3px solid #b50edf;
}

.geisservice .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}

.geisservice .service-box.purple .read-more {
  color: #b50edf;
}

.geisservice .service-box.purple:hover {
  background: #b50edf;
}

.geisservice .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}

.geisservice .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}

.geisservice .service-box.pink .read-more {
  color: #f51f9c;
}

.geisservice .service-box.pink:hover {
  background: #f51f9c;
}

.geisservice .service-box:hover h3,
.geisservice .service-box:hover p,
.geisservice .service-box:hover .read-more {
  color: #fff;
}

.geisservice .service-box:hover .icon {
  background: #fff;
}


/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 30px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 25px;
  color: #323232;
  text-align: left;
  letter-spacing: 0.10em;
}

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

.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #e3051a;
  border-bottom: 0;
}

.faq .accordion-body {
  padding: 20px 0 25px 0;
  border: 0;
  font-size: 22px;
  line-height: 42px;
}

@media (max-width: 500px) {
.faq .accordion-button {
    font-size: 20px;
    line-height: 34px;
}
}

@media (max-width: 350px) {
  .faq .accordion-button {
    padding: 30px 0px 20px 0;
}
}

/*--------------------------------------------------------------
# Download
--------------------------------------------------------------*/
.download .itemgeis {
  padding: 20px 40px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  margin-bottom: 20px;
}

.download .linkbtn {
  float: inline-end;
  margin-top: 2rem;
}

.download .accordion-collapse {
  border: 0;
}

.download .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #323232;
  text-align: left;
}

.download .accordion-button:focus {
  box-shadow: none;
}

.download .accordion-button:not(.collapsed) {
  background: none;
  color: #4154f1;
  border-bottom: 0;
}

.download .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #323232;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #4154f1;
  border-color: #4154f1;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: 1s;
  border-radius: 3px;
  box-shadow: 0px 0 30px rgb(0, 0, 0, 0.45);
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #004f9f;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #004f9f;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #004f9f;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #004f9f;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #004f9f;
}

.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #323232;
  background: #fafbff;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #004f9f;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #004f9f;
  padding: 0 0 30px 0;
  font-size: 14px;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #004f9f;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type=submit]:hover {
  background: #5969f3;
}

.footer .footer-top {
  background: linear-gradient(180deg, rgb(1 50 137) 0%, #004f9fad 100%);
  background-size: contain;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #004f9f;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #004f9f;
}

.footer .footer-top h4 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-top .footer-links {
  margin-bottom: 30px;
  color: #fff;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 26px 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}

.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: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 20px;
}

.footer .footer-top .footer-links ul a:hover {
  color: rgba(255,255,255,0.8);
}

.footer .footer-top .footer-contact p,
.footer .footer-top .footer-links p {
  line-height: 39px;
  color: #fff;
  font-size: 20px;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #fff;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.footer .credits a {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 450px) {
.footer .footer-top h4 {
    font-size: 22px;
      }
.footer .footer-top .footer-contact p, .footer .footer-top .footer-links p {

    font-size: 16px;
}

}
/*--------------------------------------------------------------
# Steps Section
--------------------------------------------------------------*/
.steps .steps-wrapper {
  position: relative;
  padding: 20px 0;
}

.steps .steps-wrapper::before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.steps .step-item {
  margin-bottom: 50px;
  width: 100%;
  position: relative;
}

.steps .step-item:last-child {
  margin-bottom: 0;
}

.steps .step-item:nth-child(even) .step-content {
  flex-direction: row-reverse;
}

.steps .step-content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.steps .step-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background-color: var(--surface-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: 2px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  transition: all 0.3s ease-in-out;
}

.steps .step-icon i {
  font-size: 32px;
  color: #004f9f;
  transition: transform 0.3s ease-in-out;
}

.steps .step-info {
  flex: 1;
  background-color: var(--surface-color);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease-in-out;
  max-width: 65%;
}

.steps .step-info:hover {
  transform: translateY(-5px);
}

.steps .step-number {
  display: inline-block;
  font-family: var(--heading-font);
  letter-spacing: 0.15em;
  font-size: 30px;
  font-weight: 400;
  color: #e3051a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.steps h3 {
  font-size: 30px;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
  font-weight: 400;
  color: var(--heading-color);
}

.steps p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .steps .steps-wrapper::before {
    left: 25px;
  }

  .steps .step-item .step-content {
    flex-direction: row !important;
  }

  .steps .step-icon {
    width: 60px;
    height: 60px;
  }

  .steps .step-icon i {
    font-size: 24px;
  }

  .steps .step-info {
    padding: 20px;
  }

  .steps h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .steps .step-content {
    gap: 20px;
  }

  .steps .step-icon {
    width: 50px;
    height: 50px;
  }

  .steps .step-icon i {
    font-size: 20px;
  }

  .steps .step-info {
    padding: 15px;
  }

  .steps h3 {
    font-size: 1.2rem;
  }

  .steps p {
    font-size: 0.95rem;
    line-height: 30px;
  }
}
