:root {
  --primary-blue: #08539e;
  --phvr-blue: #04386c;
  --dark-gray: #2d2d2d;
  --deep-navy: #0a2a4a;
  --light-gray: #b3b3b3;
  --whatsapp-green: #25d366;
  --wapphvr-green: #16ad4e;
  --white: #ffffff;
  --underline: #a3a3a3;
  --offwhite: #eeeeee;
  --light-blue-gray: #dde7ef;
  --wapp-shadow: #292929;
  --light-bg: #f7f8fc;
  --blue-shade: #083e74;
  --warm-brown: #947964;
}

@font-face {
  font-display: swap;
  font-family: "TASA Orbiter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/tasa-orbiter-v2-latin-regular.eot");
  src:
    url("../fonts/tasa-orbiter-v2-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/tasa-orbiter-v2-latin-regular.woff2") format("woff2"),
    url("../fonts/tasa-orbiter-v2-latin-regular.woff") format("woff"),
    url("../fonts/tasa-orbiter-v2-latin-regular.ttf") format("truetype"),
    url("../fonts/tasa-orbiter-v2-latin-regular.svg#TASAOrbiter") format("svg");
}

@font-face {
  font-display: swap;
  font-family: "TASA Orbiter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/tasa-orbiter-v2-latin-500.eot");
  src:
    url("../fonts/tasa-orbiter-v2-latin-500.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/tasa-orbiter-v2-latin-500.woff2") format("woff2"),
    url("../fonts/tasa-orbiter-v2-latin-500.woff") format("woff"),
    url("../fonts/tasa-orbiter-v2-latin-500.ttf") format("truetype"),
    url("../fonts/tasa-orbiter-v2-latin-500.svg#TASAOrbiter") format("svg");
}

@font-face {
  font-display: swap;
  font-family: "TASA Orbiter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/tasa-orbiter-v2-latin-600.eot");
  src:
    url("../fonts/tasa-orbiter-v2-latin-600.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/tasa-orbiter-v2-latin-600.woff2") format("woff2"),
    url("../fonts/tasa-orbiter-v2-latin-600.woff") format("woff"),
    url("../fonts/tasa-orbiter-v2-latin-600.ttf") format("truetype"),
    url("../fonts/tasa-orbiter-v2-latin-600.svg#TASAOrbiter") format("svg");
}

@font-face {
  font-display: swap;
  font-family: "TASA Orbiter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/tasa-orbiter-v2-latin-700.eot");
  src:
    url("../fonts/tasa-orbiter-v2-latin-700.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/tasa-orbiter-v2-latin-700.woff2") format("woff2"),
    url("../fonts/tasa-orbiter-v2-latin-700.woff") format("woff"),
    url("../fonts/tasa-orbiter-v2-latin-700.ttf") format("truetype"),
    url("../fonts/tasa-orbiter-v2-latin-700.svg#TASAOrbiter") format("svg");
}

@font-face {
  font-display: swap;
  font-family: "TASA Orbiter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/tasa-orbiter-v2-latin-800.eot");
  src:
    url("../fonts/tasa-orbiter-v2-latin-800.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/tasa-orbiter-v2-latin-800.woff2") format("woff2"),
    url("../fonts/tasa-orbiter-v2-latin-800.woff") format("woff"),
    url("../fonts/tasa-orbiter-v2-latin-800.ttf") format("truetype"),
    url("../fonts/tasa-orbiter-v2-latin-800.svg#TASAOrbiter") format("svg");
}

body {
  font-size: 1rem;
  margin: 0rem;
  padding: 0rem;
  font-family: "TASA Orbiter";
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}
html,
body {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0rem;
}
.abt_desp h1 {
  color: var(--primary-blue);
  font-weight: 700;
}
h2 {
  font-size: 3rem;
  color: var(--primary-blue);
  font-weight: 700;
}
h3 {
  font-size: 2rem;
  color: var(--primary-blue);
}
p {
  font-size: 1.25rem;
  margin-bottom: 0;
}
img {
  max-width: 100%;
}
a,
a:hover,
a:focus,
a:visited,
button,
input,
textarea,
img {
  text-decoration: none !important;
  outline: none !important;
}
address {
  margin: 0;
}
textarea {
  height: 10.363rem;
  resize: none;
  margin-top: 1.25rem;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
::-webkit-input-placeholder {
  opacity: 1 !important;
}
::-moz-placeholder {
  opacity: 1 !important;
}
:-ms-input-placeholder {
  opacity: 1 !important;
}
:-moz-placeholder {
  opacity: 1 !important;
}
section {
  position: relative;
  clear: both;
}
section:before,
section:after {
  clear: both;
  display: table;
  content: "";
}
header ul,
header ul li,
.key_points ul,
.key_points ul li,
.footer_wrapper ul,
.footer_wrapper li,
.ser_desp_list ul,
.ser_desp_list li,
.ss_content ul,
.ss_content li,
.serve_pcnt ul,
.serve_pcnt li {
  margin: 0;
  padding: 0rem;
  list-style: none;
}

/*MOBILE HUMBERGER */
.hamburger-menu {
  display: flex;
  width: auto;
  position: relative;
  z-index: 999999;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: none;
}
.hamburger-menu a {
  display: inline-block;
  width: 2.5rem;
  height: 2.188rem;
}
.burger {
  height: 3em;
  width: 2.125rem;
  position: relative;
  font-size: 0.75rem;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-tap-highlight-color: transparent;
}
.burger::after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}
.burger.burger-squeeze .burger-lines::after,
.burger.burger-squeeze .burger-lines::before {
  width: 2em;
}
.burger .burger-lines::after {
  left: 0;
  top: -0.8em;
}
.burger .burger-lines::before {
  left: 0em;
  top: 0.8em;
}
.burger.burger-squeeze .burger-lines,
.burger.burger-squeeze .burger-lines::after,
.burger.burger-squeeze .burger-lines::before {
  transition:
    top 0.2s 0.2s,
    left 0.1s,
    transform 0.2s,
    background-color 0.4s 0.2s;
}
.burger .burger-lines,
.burger .burger-lines::after,
.burger .burger-lines::before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: 0.25em;
  background-color: var(--primary-blue);
  height: 0.25em;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.hamburger-menu-on.active .burger .burger-lines,
.hamburger-menu-on.active .burger .burger-lines::after,
.hamburger-menu-on.active .burger .burger-lines::before {
  background: rgba(255, 255, 255, 0.3);
}
.hamburger-menu.hamburger-menu-on.active {
  position: relative;
  margin-left: 0.938rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.close-humb .burger .burger-lines,
.close-humb .burger .burger-lines::after,
.close-humb .burger .burger-lines::before {
  background: var(--white);
}
.burger .burger-lines {
  top: 50%;
  margin-top: -0.125em;
  width: 2.5em;
}
.burger.burger-squeeze .burger-lines::after,
.burger.burger-squeeze .burger-lines::before {
  width: 2.125rem;
  left: -0.3em;
}
.burger.burger-squeeze.open .burger-lines::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.burger-squeeze.open .burger-lines::after,
.burger.burger-squeeze.open .burger-lines::before {
  left: 0;
  top: 0;
}
.burger.burger-squeeze.open .burger-lines,
.burger.burger-squeeze.open .burger-lines::after,
.burger.burger-squeeze.open .burger-lines::before {
  transition:
    background-color 0.2s,
    top 0.2s,
    left 0.2s,
    transform 0.2s 0.15s;
}
.burger.burger-squeeze.open .burger-lines::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger.burger-squeeze.open .burger-lines {
  background-color: initial;
}
.header_wrapper {
  position: fixed;
  top: 16px;
  left: 0;
  width: 108.5rem;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.63);
  right: 0;
  margin: 0 auto;
  backdrop-filter: blur(16px);
  border-radius: 1.375rem;
}
.nav_identity a span {
  display: inline-flex;
  width: 6.312rem;
  height: 6.312rem;
  background-color: var(--primary-blue);
  align-items: center;
  justify-content: center;
  border-radius: 1.375rem;
  vertical-align: middle;
  margin-right: 1.562rem;
}
.header_inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-link.dropdown-toggle.mob_drp {
  display: none;
}
.navigate_menu {
  display: flex;
  align-items: center;
}
.hdr_menu li {
  display: inline-block;
  padding-right: 2.188rem;
}
.hdr_menu li:last-child {
  padding-right: 1.562rem;
}
.nav-link {
  font-size: 1.25rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--dark-gray);
  transition: color 0.4s;
  line-height: 5.05;
}
.nav-link.active,
.nav-link:hover {
  color: var(--primary-blue);
}

.dropdown-toggle::after {
  border: none;
  background-image: url(../images/caret_down.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  width: 0.85rem;
  height: 0.738rem;
  vertical-align: middle;
  margin-left: 0.375rem;
  margin-top: -4px;
}
li.dropdown:hover .dropdown-toggle::after {
  background-image: url(../images/caret_down_blue.svg);
}
.nav_btn {
  background-color: var(--primary-blue);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  display: inline-block;
  padding: 1.125rem 1.625rem;
  transition: background-color 0.4s;
  border-radius: 4.063rem;
  line-height: 1;
}
.nav_btn:hover,
.nav_btn:focus,
.slick-prev:hover,
.slick-next:hover {
  background-color: var(--phvr-blue) !important;
}

.nav_end {
  padding: 0 1.5rem;
  line-height: 1;
  border-left: 1px solid var(--underline);
}
.nav_call {
  margin-right: 1.25rem;
  transition: opacity 0.4s;
}
.nav_call:hover,
.nav_call:focus {
  opacity: 0.6;
}
.hdr_menu li .dropdown-menu {
  border: none;
  border-radius: 0 0 1.375rem 1.375rem;
  overflow-x: hidden;
  background-color: var(--offwhite);
  padding-bottom: 0.938rem;
}
.hdr_menu li .dropdown-menu li {
  display: block;
  padding-right: 0;
}
.hdr_menu li .dropdown-menu li a {
  font-size: 1.125rem;
  padding: 0.25rem 0.938rem;
}
.banner_wrapper > img {
  width: 100%;
  object-fit: cover;
  height: 100vh;
  border-radius: 0 0 3.75rem 3.75rem;
}

.wa_fixed {
  position: fixed;
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  z-index: 99;
}
.wa_text {
  background: var(--primary-blue);
  color: var(--white);
  padding: 0.875rem 2.875rem 0.875rem 1.5rem;
  border-radius: 1.25rem;
  white-space: nowrap;
  margin-right: 0.625rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
  position: absolute;
  right: 50px;
  z-index: -1;
}
.wa_text a {
  font-size: 1.5rem;
  color: var(--white);
  font-weight: 600;
}
.wa_fixed.active .wa_text {
  opacity: 1;
  visibility: visible;
}
.wa_btn {
  width: 5.562rem;
  height: 5.562rem;
  background: var(--whatsapp-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.4s;
  box-shadow: 0 0 26px var(--wapp-shadow);
}
.wa_btn:hover {
  background-color: var(--wapphvr-green);
}
.wa_btn img {
  width: 3rem;
}
.banner_wrapper {
  padding-bottom: 18.75rem;
  background-color: var(--light-bg);
}
.banner_content {
  background-color: var(--primary-blue);
  width: 54.25rem;
  border-radius: 2.188rem;
  position: absolute;
  bottom: 92px;
  left: 92px;
  padding: 5.5rem 6.25rem;
  background-image: url(../images/banner_info_bg.png);
  background-position: bottom -50px right -90px;
  background-blend-mode: screen;
  background-repeat: no-repeat;
  box-shadow: 0 0 65px rgba(14, 84, 154, 0.09);
}
.banner_content h1 {
  font-size: 3.25rem;
  line-height: 1.08;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 3.125rem;
}
.banner_content p {
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--white);
  margin-bottom: 3.438rem;
}
.btn_1 {
  font-size: 1.25rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  background-color: var(--primary-blue);
  border: 2px solid var(--white);
  border-radius: 3.125rem;
  padding: 0.625rem 1.125rem;
  transition: background-color 0.4s;
}
.btn_1:hover,
.btn_1:focus {
  background-color: var(--phvr-blue);
}
.banner_content a {
  margin-right: 1.25rem;
}
.btn_1 span,
.btn_1 img {
  vertical-align: middle;
}
.btn_1 img {
  margin-left: 0.938rem;
  height: 18px;
}

.about_wrapper {
  padding-top: 1.75rem;
  padding-bottom: 6.25rem;
  background-color: var(--light-bg);
}
.abt_desp {
  padding-top: 1.25rem;
}
.abt_desp h2 {
  line-height: 3.125rem;
  margin-bottom: 2.125rem;
}
.abt_desp p,
form p {
  font-size: 1.25rem;
  color: var(--dark-gray);
  line-height: 1.5;
  margin-bottom: 1.875rem;
}
.abt_desp a {
  border: none;
  margin-top: 0.5rem;
  padding: 0.75rem 1.25rem;
}
.abt_img {
  position: relative;
  width: calc(100% - 7.625rem);
  margin-left: auto;
  z-index: 9;
}
.abt_img::before {
  content: "";
  background-image: url(../images/about_logo.png);
  position: absolute;
  top: -165px;
  right: -130px;
  width: 19.375rem;
  height: 21.75rem;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}
.abt_img > img {
  width: 100%;
  height: 30.375rem;
  object-fit: cover;
  border-radius: 1.875rem;
}
.zoom-img {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 4rem;
  height: 4rem;
  background-color: var(--warm-brown);
  text-align: center;
  line-height: 4rem;
  border-radius: 1rem;
  transition: transform 0.4s;
  backdrop-filter: blur(16px);
}
.zoom-img:hover {
  transform: scale(1.1);
}

.news_wrapper {
  padding-top: 4.688rem;
  z-index: 9;
}
.news_wrapper:before {
  content: "";
  background-color: var(--light-bg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 62%; */
  height: 75%;
  z-index: -1;
}
.news_wrapper.leistungen::before {
  background-color: var(--white);
}
.news_wrapper h2 {
  margin-bottom: 2.375rem;
}
.news_outer {
  background-color: var(--deep-navy);
  border-radius: 1.875rem;
  margin-bottom: 3rem;
}
.news_img {
  padding-right: 3.938rem;
}
.news_img img {
  width: 100%;
  height: 25.5rem;
  object-fit: cover;
  border-radius: 1.875rem;
}
.news_content {
  padding-left: 2rem;
  padding-top: 5.25rem;
  padding-right: 3rem;
  padding-bottom: 3.125rem;
}
.news_content h3 {
  font-size: 2rem;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 2.188rem;
}
.news_content p {
  font-size: 1.25rem;
  line-height: 1.3;
  color: var(--white);
  margin-bottom: 4.375rem;
}
.news_content a {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  transition: opacity 0.4s;
}

.news_content a:hover {
  opacity: 0.75;
}
.news_content a:hover img {
  transform: translateX(15px);
}
.news_content a img,
.news_content a span {
  vertical-align: middle;
  margin-right: 1.5rem;
  transition: transform 0.4s;
}
.news_content a img {
  height: 20px;
}

.news_outer:nth-child(odd) .row {
  display: flex;
  flex-direction: row-reverse;
}
.news_outer:nth-child(odd) .news_img {
  padding-right: 0;
}
.news_outer:nth-child(odd) .news_content {
  padding-left: 3.125rem;
}

/* News-Variante für Leistungen */
.leistungen .news_outer {
  background-color: var(--light-bg);
}
.leistungen .news_content h3,
.leistungen .news_content a {
  color: var(--primary-blue);
}
.leistungen .news_content p {
  color: var(--dark-gray);
}

.service_list_wrapper {
  padding-top: 8rem;
  padding-bottom: 4.5rem;
}
.service_list_wrapper h2 {
  text-align: center;
  margin-bottom: 4.625rem;
}
.service_list_wrapper .row {
  --bs-gutter-x: 2.125rem;
}
.servcie_box {
  border: 1px solid rgba(10, 10, 14, 0.17);
  border-radius: 1.375rem;
  margin-bottom: 2rem;
}
.servce_img {
  position: relative;
}
.sbig_img {
  width: 100%;
  border-radius: 1.25rem;
  height: 19.5rem;
  object-fit: cover;
}
.ssmall_icon {
  position: absolute;
  bottom: -60px;
  right: 30px;
}
.servce_content {
  padding: 1.625rem 1.875rem 3rem 2rem;
}
.slink {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-blue);
  display: block;
  margin-bottom: 0.625rem;
  width: 75%;
}
.servce_content p {
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--dark-gray);
  margin-bottom: 2.188rem;
}
.sbtn {
  display: table;
  margin-left: auto;
  width: 3.562rem;
  height: 3.562rem;
  border: 1px solid var(--light-gray);
  border-radius: 1rem;
  text-align: center;
  line-height: 3.25rem;
  transition:
    background-color 0.4s,
    border-color 0.4s;
}
.sbtn:hover {
  background-color: var(--primary-blue);
  border-color: var(--primary-blue);
}
.sbtn:hover img {
  filter: invert(0) brightness(100);
}
.servcie_box .sbtn img {
  height: 21px;
}
.key_points {
  padding-bottom: 6.875rem;
}
.key_points li {
  font-size: 1.688rem;
  position: relative;
  font-weight: 600;
  color: var(--dark-gray);
  line-height: 1.1;
  width: calc(25% - 0.25rem);
  display: inline-block;
  vertical-align: top;
  background-image: url(../images/check_list.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50px;
  padding-left: 4.25rem !important;
}

.footer_wrapper {
  background-image:
    url(../images/footer_bg.png),
    linear-gradient(-114deg, var(--blue-shade) 0%, var(--primary-blue) 100%);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain; /* adjust if needed */

  border-radius: 2.813rem 2.813rem 0 0;
  padding: 3.625rem 0 2rem 0;
  background-blend-mode: overlay;
  position: relative;
  z-index: 9;
}
.f_identfy,
.f_dtls,
.fbot_left {
  display: flex;
}
.f_identfy a {
  width: 51%;
}
.f_identfy address,
.f_dtls_topleft span,
.f_dtls_topleft a,
.f_dtls li {
  font-size: 1.125rem;
  line-height: 1.78;
  color: var(--white);
}
.footer_wrapper a {
  transition: opacity 0.4s;
}
.footer_wrapper a:hover {
  opacity: 0.75;
}
.f_dtls {
  justify-content: space-between;
  margin-left: -0.75rem;
}
.sf_dtls_topright li {
  display: inline-block;
  padding-left: 0.5rem;
}
.sf_dtls_topright li a {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-color: var(--white);
  text-align: center;
  line-height: 3.938rem;
  border-radius: 6.25rem;
}
.footer_bot {
  border-top: 1px solid rgba(246, 247, 252, 0.48);
  padding-top: 1.75rem;
}
.fbot_left p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
}
.fbot_left li {
  display: inline-block;
  padding-left: 1.25rem;
}
.fbot_left a {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}
.fbot_right {
  text-align: right;
}
.f_time {
  padding-bottom: 2rem !important;
}
.footer_top {
  padding-bottom: 1.25rem;
}

/*Service Page*/
.inr_banner_wrapper {
  padding-bottom: 11.125rem;
  background-color: var(--light-bg);
}
.inr_banner_wrapper > img {
  width: 100%;
  height: calc(100vh - 16.312rem);
  object-fit: cover;
  border-radius: 0 0 3.75rem 3.75rem;
}
.inr_banner_wrapper .banner_content {
  padding: 4.125rem 6.25rem 2.812rem 6.25rem;
  bottom: 0;
  background-image: none;
}
.inr_banner_wrapper .banner_content span {
  display: inline-block;
  font-size: 1.25rem;
  color: var(--dark-gray);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.562rem 1.688rem;
  border-radius: 3.125rem;
  font-weight: 500;
  margin-bottom: 3.125rem;
}
.inr_banner_wrapper .banner_content h1 {
  margin-bottom: 2rem;
}
.inr_banner_wrapper .banner_content p {
  margin-bottom: 1.875rem;
}

.service_desp_wrapper {
  background-color: var(--light-bg);
  padding-top: 5.875rem;
  padding-bottom: 7.5rem;
}
.ser_desp_list {
  background-color: var(--light-blue-gray);
  border-radius: 1.563rem;
  max-width: 41.5rem;
  margin-left: auto;
  padding: 5.125rem 0.625rem 3.438rem 3.438rem;
}
.ser_desp_list li {
  font-size: 1.5rem;
  color: var(--dark-gray);
  line-height: normal;
  position: relative;
  padding-left: 4.5rem;
  padding-bottom: 1.875rem;
}
.ser_desp_list li:before {
  content: "";
  background-image: url(../images/check_list.svg);
  position: absolute;
  top: 5px;
  left: -5px;
  width: 3.225rem;
  height: 2.8rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.service_desp_wrapper .abt_desp h2 {
  margin-bottom: 5.312rem;
}

.service_desp_wrapper .abt_desp h3 {
  margin-bottom: 1.3rem;
  margin-bottom: 0.5lh;
}

.service_slick_wrap {
  padding-top: 6.125rem;
  padding-bottom: 9.062rem;
}
.service_slick_wrap h2 {
  margin-bottom: 6.25rem;
}

.ss_img {
  overflow: hidden;
  border-radius: 1.25rem;
}
.ss_img img {
  transition: transform 1s;
}
.service_slick_wrap .service_item:hover .ss_img img {
  transform: scale(1.15);
}

.service_item {
  border: 1px solid rgba(10, 10, 14, 0.17);
  border-radius: 1.375rem;
  /* min-width: 488px; */
}
.serve_spcl_outer {
  margin-bottom: 1.875rem;
}
.ss_content {
  padding: 1.625rem 0.5rem 3.25rem 2rem;
}
.ss_content li {
  font-size: 1.25rem;
  color: var(--dark-gray);
  line-height: 1.5;
  position: relative;
  padding-left: 3.375rem;
  margin-bottom: 1.125rem;
}
.ss_content li::before {
  content: "";
  background-image: url(../images/service_checklist.svg);
  position: absolute;
  top: 0;
  left: -5px;
  width: 40px;
  /* height: 105%; */
  height: 40px;

  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
}
.ss_content .slink {
  margin-bottom: 0.75rem;
  width: 100%;
}
.slick-slide {
  opacity: 0.3;
}
.slick-slide.slick-active {
  opacity: 1;
}
.slick-track {
  display: flex !important;
}
.slick-list {
  overflow: visible;
  margin-right: -2.125rem;
}
.slick-slide {
  margin-right: 2.125rem;
  height: inherit;
  display: flex !important;
}
.slick-prev,
.slick-next {
  width: 5.062rem;
  height: 5.062rem;
  background-color: var(--primary-blue) !important;
  z-index: 9;
  transition:
    opacity 0.25s,
    background-color 0.4s;
  border-radius: 6.25rem;
}
.slick-next {
  right: -110px;
}
.slick-prev {
  left: -110px;
}
.slick-prev::before,
.slick-next::before {
  content: unset;
}
.slick-next::after,
.slick-prev::after {
  content: "";
  background-image: url(../images/arrow_right.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 52px;
  background-position: center;
}
.slick-prev::after {
  background-image: url(../images/arrow_left.svg);
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
}

.servce_twin_wrapper {
  background-color: var(--light-bg);
  padding-top: 6.375rem;
  padding-bottom: 8.688rem;
}
.serve_spcl_head {
  margin-bottom: 5rem;
  width: 70%;
}
.serve_spcl_head h2 {
  margin-bottom: 2rem;
}
.serve_spcl_head b,
.serve_spcl_head p {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--dark-gray);
}
.serve_spcl_outer .row {
  --bs-gutter-x: 3.875rem;
}
.slick-slide > div {
  display: flex;
  flex: 1;
}

.spcl_ser_box {
  background-color: var(--white);
  border-radius: 1.875rem;
  padding: 2.75rem 3.438rem 3.25rem 3.438rem;
  margin-bottom: 4.25rem;
  min-height: 20.75rem;
}
.spcl_ser_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
}
.spcl_ser_top h3,
.serve_pcnt h3 {
  font-size: 2rem;
  line-height: 1.13;
  color: var(--primary-blue);
  font-weight: 700;
  width: 75%;
}
.spcl_ser_box p,
.serve_pcnt p {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--dark-gray);
  width: 90%;
}
.spcl_ser_box .ss_content {
  padding: 0;
  min-height: unset;
}
.serve_pblock {
  background-color: var(--light-blue-gray);
  border-radius: 1.875rem;
  padding: 4.062rem 1.375rem 2.812rem 3.75rem;
}
.serve_pcnt h4 {
  font-size: 1.5rem;
  color: var(--primary-blue);
  font-weight: 600;
  margin-bottom: 3.438rem;
}
.serve_pcnt li {
  display: inline-block;
  background-color: var(--white);
  border-radius: 1.563rem;
  padding: 0.938rem 0.625rem;
  min-width: 22.5rem;
  text-align: center;
  margin-right: 1.562rem;
  margin-bottom: 1.562rem;
}
.serve_pcnt li a,
.serve_pcnt li span {
  font-weight: 700;
  color: var(--primary-blue);
  font-size: 1.25rem;
  transition: color 0.4s;
}
.serve_pcnt li a:hover {
  color: var(--dark-gray);
}
.serve_plogo {
  max-width: 25.5rem;
}
.serve_plogo span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.625rem;
}
.serve_plogo span:nth-child(2) {
  justify-content: center;
}
.serve_pcnt h3 {
  margin-bottom: 2rem;
}
.serve_pcnt p {
  width: 100%;
  margin-bottom: 1.875rem;
}

.bg_white {
  background-color: var(--bs-body-bg);
}

.leaflet-container {
  height: 45rem;
  width: 100%;
  border-radius: 3.125rem;
  z-index: 0;
}
.leaflet-top {
  top: 1.5rem;
}
.leaflet-left {
  left: 1.5rem;
}
.abt_desp.kontakt a {
  padding: 0;
  margin: 0;
}

#kontaktformular {
  margin-bottom: 3.25rem;
}

form input,
form textarea,
form select {
  border-radius: 1.875rem;
  border: 1px solid rgba(10, 10, 14, 0.17);
  padding: 1rem 1.5rem;
  margin: 1rem 0;
  width: 100%;
  background: transparent;
  color: Var(--dark-gray);
}

form .btn_1 {
  margin-top: 2rem;
  max-width: unset;
}

form select {
  background-image: url(../images/caret_down.svg);
  background-repeat: no-repeat !important;
  background-size: 1.25rem auto !important;
  background-position: calc(100% - 1.75rem) center !important;
}

form select:has(> option[value="0"]:checked) {
  color: grey;
}

form select:open {
  background-image: url(../images/caret_up.svg);
}

form select option:first-child {
  background-color: yellow;
}

form input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
}

@media all and (min-width: 61.938rem) {
  .hdr_menu li .dropdown-menu {
    display: none;
  }
  .hdr_menu li:hover .dropdown-menu {
    display: block;
  }
  .hdr_menu li .dropdown-menu {
    margin-top: 0;
  }
}

@media screen and (min-width: 120rem) {
  html {
    font-size: calc(0.857vw - 0.028rem);
    font-size: clamp(1rem, calc(0.857vw - 0.028rem), 2.5rem);
  }
}

@media screen and (min-width: 112.562rem) {
  .container {
    max-width: 97.062rem;
  }
  .service_item {
    min-width: 488px;
  }
}

@media screen and (max-width: 61.938rem) {
  .navigate_menu {
    display: block;
    align-items: center;
    position: fixed;
    width: 80%;
    height: 100%;
    top: 0;
    right: -1199px;
    transition: right 0.5s;
    z-index: 1001;
    text-align: left;
    background-position: bottom;
    background-color: var(--lime);
    box-shadow: 0 0 13px rgb(0 0 0 / 50%);
    padding-right: 0;
    padding: 6.25rem 1.25rem 0 1.25rem;
    -webkit-backdrop-filter: blur(24px); /* fix blur for Safari*/
    backdrop-filter: blur(16px);
    background-color: rgba(255, 255, 255, 0.63);
  }
  a.nav-link.dropdown-toggle.desk_drp::after {
    content: unset;
  }
  .nav-link.dropdown-toggle.mob_drp {
    display: inline-block;
  }
  .nav-link.dropdown-toggle.mob_drp {
    display: inline-block;
  }
  .nav-link.dropdown-toggle.mob_drp img {
    display: none;
  }
  .hdr_menu li .dropdown-menu {
    border-radius: 1.375rem;
    background-color: var(--white);
    position: unset !important;
    margin-top: 0.625rem !important;
    transform: unset !important;
  }
}

@media screen and (max-width: 74.938rem) {
  .header_wrapper {
    top: 5px;
    background-image: url(../images/header_bg_blur.jpg);
    backdrop-filter: unset;
    width: calc(100% - 0.625rem);
  }
  .nav_identity a span {
    width: 4.063rem;
    height: 4.063rem;
    border-radius: 0.75rem;
    margin-right: 0.312rem;
  }
  img.icon_lbl {
    width: 9.25rem;
    height: auto;
  }
  .hamburger-menu {
    display: flex;
  }
  .nav_identity a span img {
    width: 1.875rem;
    height: auto;
  }
  .nav_identity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 0.938rem;
  }
  .header_wrapper.active .navigate_menu {
    right: 0;
  }
  .nav-link {
    line-height: normal;
    display: inline-block;
  }
  .hdr_menu li {
    display: block;
    padding-right: 0;
    margin-bottom: 2.812rem;
  }
  .servcie_box .sbtn img {
    margin-top: -0.25rem;
  }
  .nav_end {
    padding: 0;
    border-left: none;
  }
  .nav_call {
    margin-right: 1.875rem;
  }

  .hdr_menu li .dropdown-menu li {
    margin-bottom: 0.312rem;
  }
  .wa_btn {
    width: 3.062rem;
    height: 3.062rem;
  }
  .wa_btn img {
    width: 1.625rem;
    object-fit: contain;
  }
  .wa_text {
    padding: 0.438rem 1.875rem 0.438rem 0.938rem;
    border-radius: 0.625rem;
    right: 20px;
  }
  .wa_text a {
    font-size: 1.125rem;
  }
  .wa_fixed {
    right: 15px;
    bottom: 15px;
    z-index: 9;
  }
  .banner_wrapper > img {
    height: 33.125rem;
  }
  section br {
    display: none;
  }
  .banner_content {
    width: 90%;
    bottom: 0;
    left: 0;
    padding: 2.5rem 1.562rem;
    background-position: bottom center;
    right: 0;
    margin: 0 auto;
  }
  .banner_content h1 {
    font-size: 1.75rem;
    line-height: 1.29;
    margin-bottom: 1.25rem;
  }
  .banner_content p {
    font-size: 1.125rem;
    line-height: 1.56;
    margin-bottom: 1.562rem;
  }
  .banner_content a {
    margin-right: 0;
  }
  .btn_1 {
    font-size: 1.125rem;
    padding: 0.625rem 1.125rem;
    display: inline-block;
    text-align: center;
    margin-bottom: 0.625rem;
    max-width: 200px;
  }
  .about_wrapper {
    padding-top: 2.5rem;
    padding-bottom: 1.875rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  .abt_desp h2 {
    line-height: 2.875rem;
    margin-bottom: 1.562rem;
  }
  .abt_desp p,
  form p {
    font-size: 1.125rem;
    line-height: 1.44;
    margin-bottom: 1.25rem;
  }
  .abt_desp a {
    display: inline-block;
  }
  .abt_img {
    width: 100%;
    margin-top: 4.375rem;
  }
  .abt_img::before {
    top: -60px;
    right: 0;
    width: 6.25rem;
    height: 4.062rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .abt_img > img {
    height: 18.75rem;
  }
  .zoom-img {
    width: 3.375rem;
    height: 3.375rem;
    line-height: 3.375rem;
  }
  .zoom-img img {
    width: 1.75rem;
    object-fit: contain;
  }
  .news_wrapper {
    padding-top: 2.812rem;
  }
  .news_wrapper h2 {
    margin-bottom: 1.25rem;
  }
  .news_img {
    padding-right: 0;
  }
  .news_img img {
    height: 18.75rem;
  }
  .news_outer .news_content {
    padding: 1.875rem 1.75rem !important;
  }
  .news_content h3 {
    font-size: 1.75rem;
    margin-bottom: 1.562rem;
    word-wrap: break-word;
  }
  .news_content p {
    font-size: 1.125rem;
    line-height: 1.44;
    margin-bottom: 2.5rem;
  }
  .news_content a {
    font-size: 1.125rem;
    display: flex;
  }
  .news_content a img {
    margin-top: 0.312rem;
    margin-right: 0.625rem;
  }
  .service_list_wrapper {
    padding-top: 4.375rem;
    padding-bottom: 1.875rem;
  }
  .service_list_wrapper h2 {
    margin-bottom: 1.875rem;
  }
  .sbig_img {
    height: 16.25rem;
  }
  .servce_content {
    padding: 1.562rem 1.25rem 1.25rem 1.25rem;
  }
  .ssmall_icon {
    bottom: -40px;
    right: 15px;
    width: 3.125rem;
    object-fit: contain;
    height: auto;
  }
  .slink {
    font-size: 1.75rem;
    width: 85%;
  }
  .servce_content p {
    font-size: 1.125rem;
    line-height: 1.44;
    margin-bottom: 0.938rem;
  }
  .sbtn {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
  }
  a.sbtn img {
    width: 1.438rem;
    object-fit: contain;
  }
  .key_points li {
    font-size: 1.25rem;
    width: 100%;
    display: block;
    padding-left: 2.5rem !important;
    background-size: 25px;
    margin-bottom: 1.562rem !important;
  }
  .key_points {
    padding-bottom: 1.875rem;
  }
  .f_identfy,
  .f_dtls,
  .fbot_left {
    display: block;
  }
  .footer_wrapper {
    background-position: bottom;
    padding: 3.625rem 0 4.375rem 0;
  }
  .f_dtls {
    margin-left: 0;
    margin-top: 1.875rem;
  }
  .f_identfy address,
  .f_dtls_topleft span,
  .f_dtls_topleft a,
  .f_dtls li {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--white);
  }
  .f_identfy a img {
    margin-bottom: 1.875rem;
    width: 16.25rem;
    object-fit: contain;
    height: auto;
  }
  .sf_dtls_topright li a {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .sf_dtls_topright li a img {
    width: 1.312rem;
    object-fit: contain;
    height: auto;
  }
  .fbot_left {
    text-align: center;
  }
  .fbot_left li:nth-child(1) {
    padding-left: 0;
  }
  .fbot_left p {
    margin-bottom: 1.25rem;
  }
  .fbot_right {
    margin-top: 1.25rem;
  }

  .inr_banner_wrapper {
    padding-bottom: 6.875rem;
  }
  .inr_banner_wrapper > img {
    height: 28.125rem;
  }
  .inr_banner_wrapper .banner_content {
    padding: 1.25rem;
  }
  .inr_banner_wrapper .banner_content span {
    font-size: 1.125rem;
    padding: 0.375rem 1.25rem;
    margin-bottom: 1.25rem;
  }
  .inr_banner_wrapper .banner_content h1 {
    margin-bottom: 0.938rem;
  }
  .inr_banner_wrapper .banner_content p {
    margin-bottom: 1.25rem;
  }
  .service_desp_wrapper {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }
  .service_desp_wrapper .abt_desp h2 {
    margin-bottom: 1.875rem;
  }
  .ser_desp_list {
    max-width: 100%;
    padding: 2rem 1.25rem 1.25rem 1.25rem;
    margin-top: 1.25rem;
  }
  .ser_desp_list li {
    font-size: 1.25rem;
    padding-left: 1.875rem;
    padding-bottom: 1.25rem;
  }
  .ser_desp_list li:before {
    top: 8px;
    left: -5px;
    width: 1.312rem;
    height: 1.375rem;
  }
  .service_slick_wrap {
    padding-top: 4.375rem;
    padding-bottom: 6.25rem;
  }
  .service_slick_wrap h2 {
    margin-bottom: 2.5rem;
  }
  .ss_content .slink {
    font-size: 1.5rem;
  }
  .ss_content li {
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 1.562rem;
    margin-bottom: 0.75rem;
  }
  .ss_content li::before {
    top: 3px;
    left: 0;
    width: 1.125rem;
    height: 1.125rem;
    background-size: contain;
  }

  .slick-prev,
  .slick-next {
    width: 3.188rem;
    height: 3.188rem;
  }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 1;
    opacity: 0.5;
  }
  .slick-prev {
    left: calc(50% - 3.75rem);
  }
  .slick-next::after,
  .slick-prev::after {
    background-size: 35px;
  }
  .slick-next {
    right: calc(50% - 3.75rem);
  }
  .slick-prev,
  .slick-next {
    top: unset;
    bottom: -85px;
  }
  .ss_content {
    padding: 0.938rem;
  }
  .servce_twin_wrapper {
    padding-top: 3.75rem;
    padding-bottom: 4.375rem;
  }
  .spcl_ser_top {
    align-items: flex-start;
    margin-bottom: 0.938rem;
    flex-direction: column-reverse;
  }
  .spcl_ser_top img {
    width: 3.75rem;
    object-fit: contain;
    height: auto;
    margin-bottom: 0.625rem;
  }
  .spcl_ser_box {
    padding: 1.25rem;
    margin-bottom: 1.875rem;
    min-height: auto;
  }
  .spcl_ser_box p,
  .serve_pcnt p {
    font-size: 1.125rem;
    line-height: 1.44;
    width: 100%;
  }
  .spcl_ser_top h3,
  .serve_pcnt h3 {
    font-size: 1.5rem;
    line-height: 1.33;
    width: 100%;
  }
  .serve_spcl_head {
    margin-bottom: 3.125rem;
    width: 100%;
  }
  .serve_spcl_head h2 {
    margin-bottom: 0.938rem;
  }
  .serve_pblock {
    padding: 1.562rem;
  }
  .serve_pcnt h3 {
    margin-bottom: 0.938rem;
  }
  .serve_pcnt h4 {
    margin-bottom: 1.25rem;
  }
  .serve_pcnt li {
    min-width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
  .serve_spcl_outer .row {
    --bs-gutter-x: 2rem;
  }
  .serve_pcnt li a,
  .serve_pcnt li span {
    font-size: 1.125rem;
  }
  .serve_plogo {
    max-width: 100%;
    margin-top: 1.875rem;
  }
  .serve_plogo span img {
    width: 90%;
    height: auto;
  }
  .serve_plogo span:nth-child(2) img {
    width: 90%;
  }
  .serve_plogo span {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 74.938rem) and (min-width: 48rem) {
  .navigate_menu {
    width: 40%;
  }
  .banner_content {
    width: 37.5rem;
    bottom: 0px;
    left: 30px;
    right: unset;
    background-size: contain;
  }
  .btn_1 {
    padding: 0.625rem 1rem;
    display: inline-block;
  }
  .banner_wrapper {
    padding-bottom: 5.625rem;
  }
  img.icon_lbl {
    width: 11.75rem;
  }
  .abt_img::before {
    top: -100px;
    width: 6.875rem;
    height: 7.812rem;
  }
  .news_img img {
    height: 25rem;
  }
  .fbot_left {
    text-align: left;
  }
  .f_dtls {
    margin-top: 0;
  }

  .ss_content {
    min-height: 16.125rem;
  }
  .slick-prev,
  .slick-next {
    bottom: -100px;
  }

  .serve_pcnt li {
    min-width: 18.75rem;
  }
}

@media screen and (max-width: 74.938rem) and (min-width: 62rem) {
  .navigate_menu {
    width: 35%;
  }
  .news_content {
    padding: 4.375rem 0.75rem 1.875rem 2rem;
  }
}

@media screen and (max-width: 74.938rem) and (min-width: 62rem) {
  .nav_identity {
    width: auto;
  }
  .hamburger-menu {
    display: none;
  }
  .navigate_menu {
    width: auto;
    padding-right: 0.625rem;
  }
  .hdr_menu li {
    display: inline-block;
    padding-right: 1.563rem;
    margin-bottom: 0;
  }
  .nav-link {
    line-height: 3.5;
    font-size: 1.125rem;
  }
  .nav_btn {
    font-size: 1.125rem;
    padding: 0.925rem 1.425rem;
  }
  .header_wrapper {
    width: calc(95% - 0.625rem);
  }
  .nav_call {
    margin-right: 1.25rem;
  }
}

@media screen and (max-width: 47.938rem) {
  .nav_identity a span {
    display: none;
  }
  .header_wrapper {
    padding: 0.938rem 0 0.938rem 0.625rem;
  }
}

@media screen and (max-width: 112.5rem) and (min-width: 75rem) {
  .header_wrapper {
    width: 90%;
  }
  .nav_identity a span {
    width: 5.688rem;
    height: 5.688rem;
  }
  .nav-link {
    font-size: 1.125rem;
    line-height: 5.06;
  }
  .hdr_menu li {
    padding-right: 1.875rem;
  }
  img.icon_mark {
    width: 2.625rem;
    object-fit: contain;
    height: auto;
  }
  img.icon_lbl {
    width: 13rem;
    object-fit: contain;
  }
  .banner_content {
    width: 44.375rem;
    padding: 3.125rem;
  }
  .banner_wrapper {
    padding-bottom: 15.625rem;
  }
  .banner_content h1 {
    font-size: 2.625rem;
    line-height: 1.19;
    margin-bottom: 1.875rem;
  }
  .banner_content p {
    line-height: 1.75rem;
    margin-bottom: 2.812rem;
  }
  .btn_1 {
    padding: 0.625rem 0.938rem;
  }
  .about_wrapper br,
  .news_outer br,
  .service_list_wrapper br {
    display: none;
  }
  .abt_desp h2,
  h2 {
    font-size: 2.375rem;
    line-height: 1.26;
  }
  .abt_desp p,
  form p {
    line-height: 1.75rem;
  }
  .abt_img > img {
    height: 25.938rem;
  }
  .abt_img::before {
    top: -155px;
    right: -90px;
    width: 14.375rem;
    height: 14.375rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .news_img img {
    height: 23.125rem;
  }
  .news_img {
    padding-right: 3.125rem;
  }
  .news_content {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }
  .news_content h3 {
    font-size: 1.75rem;
    margin-bottom: 1.562rem;
  }
  .news_content p {
    line-height: 1.625rem;
    margin-bottom: 2.5rem;
  }
  .news_content a,
  .abt_desp p,
  .btn_1,
  .banner_content p,
  .key_points li,
  form p {
    font-size: 1.125rem;
  }
  .about_wrapper {
    padding-bottom: 3.75rem;
  }
  .service_list_wrapper h2 {
    margin-bottom: 2.5rem;
  }
  .sbig_img {
    height: 15.625rem;
  }
  .ssmall_icon {
    bottom: -55px;
    right: 20px;
    width: 4.375rem;
    object-fit: contain;
  }
  .slink {
    font-size: 1.75rem;
    width: 80%;
  }
  .servce_content {
    padding: 1.562rem 1.562rem 1.25rem 1.562rem;
  }
  .servce_content p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
  }
  .service_list_wrapper {
    padding-top: 6.25rem;
    padding-bottom: 3.75rem;
  }
  .key_points {
    padding-bottom: 5rem;
  }
  .f_identfy address,
  .f_dtls_topleft span,
  .f_dtls_topleft a,
  .f_dtls li {
    font-size: 1rem;
    line-height: 1.75;
  }
  .f_identfy a img {
    width: 15rem;
    object-fit: contain;
  }
  .f_dtls {
    margin-left: 0;
  }
  .f_time {
    padding-bottom: 1.375rem !important;
  }
  .sf_dtls_topright li a {
    width: 3.375rem;
    height: 3.375rem;
    line-height: 3.375rem;
  }
  .wa_btn {
    width: 4.625rem;
    height: 4.625rem;
  }
  .wa_btn img {
    width: 2.188rem;
    object-fit: contain;
  }
  .wa_text {
    padding: 0.75rem 2.875rem 0.75rem 1.5rem;
    right: 30px;
  }
  .wa_text a {
    font-size: 1.25rem;
  }

  .inr_banner_wrapper > img {
    height: calc(100vh - 11.25rem);
  }
  .inr_banner_wrapper .banner_content {
    padding: 2.188rem 3.125rem 1.25rem 3.125rem;
  }
  .inr_banner_wrapper .banner_content span {
    margin-bottom: 1.25rem;
  }
  .inr_banner_wrapper .banner_content h1 {
    margin-bottom: 1.562rem;
  }
  .inr_banner_wrapper .banner_content p {
    margin-bottom: 1.25rem;
  }
  .service_desp_wrapper {
    padding-top: 4.688rem;
    padding-bottom: 3.125rem;
  }
  .service_desp_wrapper .abt_desp h2 {
    margin-bottom: 2.812rem;
  }
  .service_desp_wrapper br {
    display: none;
  }
  .ser_desp_list {
    max-width: 34rem;
    padding: 2.5rem 2.5rem 0.938rem 2.188rem;
  }
  .ser_desp_list li {
    font-size: 1.25rem;
    padding-left: 3.25rem;
    padding-bottom: 1.562rem;
  }
  .ser_desp_list li:before {
    top: 14px;
    left: 0;
    width: 2rem;
    height: 2rem;
  }
  .ser_slick_slider .slink {
    font-size: 1.625rem;
  }
  .ser_slick_slider .ss_content {
    padding: 1.25rem 0.625rem 1.875rem 1.25rem;
  }
  .ss_content li {
    font-size: 1.125rem;
    line-height: 1.44;
    padding-left: 2rem;
    margin-bottom: 0.938rem;
  }
  .ss_content li::before {
    /* top: -10px; */
    width: 1.438rem;
    height: 100%;
    background-size: 27px;
  }
  .slick-prev,
  .slick-next {
    width: 3.812rem;
    height: 3.812rem;
  }
  .slick-next::after,
  .slick-prev::after {
    background-size: 27px;
  }
  .slick-next {
    right: -70px;
  }
  .slick-prev {
    left: -70px;
  }
  .service_slick_wrap {
    padding-top: 4.375rem;
    padding-bottom: 5.312rem;
  }
  .service_slick_wrap h2 {
    margin-bottom: 3.125rem;
  }
  .servce_twin_wrapper {
    padding-top: 4.375rem;
    padding-bottom: 5.625rem;
  }
  .serve_spcl_head h2 {
    margin-bottom: 1.375rem;
  }
  .serve_spcl_head b,
  .serve_spcl_head p {
    font-size: 1.125rem;
    line-height: 1.67;
  }
  .serve_spcl_head {
    margin-bottom: 3.125rem;
    width: 80%;
  }
  .spcl_ser_top h3,
  .serve_pcnt h3 {
    font-size: 1.5rem;
    line-height: 1.33;
    width: 80%;
  }
  .spcl_ser_top img {
    width: 3.75rem;
    height: auto;
  }
  .spcl_ser_box p,
  .serve_pcnt p {
    font-size: 1.125rem;
    line-height: 1.44;
    width: 90%;
  }
  .serve_spcl_outer .row {
    --bs-gutter-x: 2rem;
  }
  .spcl_ser_box {
    margin-bottom: 1.875rem;
    min-height: 20rem;
  }
  .serve_plogo {
    max-width: 100%;
  }
  .serve_pblock {
    padding: 2.5rem 2.188rem 2.188rem 2.5rem;
  }
  .serve_pcnt li {
    border-radius: 1.25rem;
    padding: 0.938rem 0.625rem;
    min-width: 17.5rem;
    margin-right: 0.938rem;
  }
  .serve_pcnt li a,
  .serve_pcnt li span {
    font-size: 1.125rem;
  }
  .serve_plogo {
    max-width: 100%;
    margin-top: 1.875rem;
  }
  .serve_plogo span {
    margin-bottom: 2.188rem;
    padding: 0;
  }
  .serve_plogo span img {
    object-fit: contain;
    width: 9.375rem;
    height: auto;
  }
  .serve_plogo span:nth-child(2) img {
    width: 18.125rem;
  }
}

@media screen and (max-width: 78.125rem) and (min-width: 75rem) {
  .slick-prev,
  .slick-next {
    width: 2.412rem;
    height: 2.412rem;
  }
  .slick-prev {
    left: -40px;
  }
  .slick-next {
    right: -40px;
  }
  .slick-next::after,
  .slick-prev::after {
    background-size: 21px;
  }
}
