:root {
  --base-color: #CE1819 !important;
  --bs-primary-rgb: 21, 154, 61 !important;
  --secondary-color: #616059 !important;
  --primary-font: "Noto Sans";
  --alt-font: "Noto Sans";
  --dark-gray--darker: #5C6063;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/noto-sans/NotoSans-Regular.woff2') format('woff2'),
  url('../fonts/noto-sans/NotoSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/noto-sans/NotoSans-Italic.woff2') format('woff2'),
  url('../fonts/noto-sans/NotoSans-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

.tab-style-07 .nav-tabs .nav-item .nav-link {
  padding: 35px;
}

.alt-font {
  font-family: var(--alt-font);
}

.primary-font {
  font-family: var(--primary-font) !important;
}

nav.navbar {
  background: #FFFFFF !important;
}

.header-light .navbar-nav .nav-link {
  color: white !important;
}

a.nav-link.active {
  background: var(--base-color);
  border-radius: 50px;
  color: white !important;
}

header .navbar-brand img {
  max-height: 60px;
}

header .navbar-brand{
  padding:20 !important;
}

header.sticky.sticky-active .header-reverse.glass-effect {
  background-color: rgb(21 154 61 / 86%) !important;
}

body {
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400; /* Regular weight for body */
  color: var(--medium-gray);
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

.screen-reader-shortcut {
  position: absolute; top: -1000em; left: 50%; transform: translateX(-50%); z-index: 9999999;
}

.screen-reader-shortcut {
  &:focus { top: 1rem; }
}

div#dr-privacynotice-div h1, div#dr-imprint-div h1, section.ce-text h1 {
  font-size:28px;
  line-height: 1;
}

div#dr-privacynotice-div h2, div#dr-imprint-div h2, section.ce-text h2 {
  font-size:24px;
  line-height: 1;
}

div#dr-privacynotice-div h3, div#dr-imprint-div h3, section.ce-text h3 {
  font-size:20px;
  line-height: 1;
}

@media only screen and (min-width: 1024px) {
  .icons-home {
    display: block !important;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999;
  }
}

@media only screen and (min-width: 1024px) {
  .icons-home ul li a:hover {
    transform: translateX(0);
  }
}
@media only screen and (min-width: 1024px) {
  .icons-home ul li a {
    display: block;
    background-color: var(--base-color);
    background-position: center left 10px;
    background-size: 30px;
    background-repeat: no-repeat;
    color: #fff !important;
    margin-bottom: 1px;
    padding: 8px 10px 8px 15px;
    text-decoration: none;
    transform: translateX(160px);
    transition: transform .2s ease-in-out;
  }
  .icons-home {
    display:block !important;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999
  }

  .icons-home ul li a:hover, .icons-home ul li a:focus-visible {
    transform: translateX(0)
  }

  .icons-home i {
    margin-right: 10px !important;
  }
}

.header-icon {
  margin-left: 15px;
}

.btn.btn-switch-text.btn-small > span {
  padding: 12px 12px;
}

.extra-buttons .d-flex i{
  line-height: 45px !important;
}

.left-icon i {
  margin-right: 3px;
  margin-left: 3px;
}

.blog-grid li {
  list-style: none;
}

footer a:hover {
  opacity: 0.75;
}

img {
  max-width: unset !important;
  height: auto;
}

.footer-img{
    max-height: 50px;
}

.header-light .navbar-nav .nav-link:hover {
  color: var(--base-color);
}

.current-menu-item a {
  /*color: var(--base-color) !important;*/
  text-decoration: underline !important;
}

footer.bg-dark * {
  color: white;
}

.btn.btn-base-color{
  border-color: var(--base-color);
}

.btn.hover-border-color-white:hover {
  border-color: var(--white);
  color: var(--white);
}

header.sticky.sticky-active .header-reverse.header-dark.glass-effect {
  max-height: 75px;
}

header.sticky.sticky-active img{
  max-height:60px;
}

.post-edit-link {
  display: block;
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  background: #0073AA url("/wp-admin/images/wordpress-logo-white.svg") no-repeat center center;
  background-size: 2.5rem 2.5rem;
  border-radius: 4rem;
  z-index: 999999999;
}

.page-title-double-large h1 {
  font-size: 4.8rem;
  line-height: 5.6rem;
  font-weight: 600;
}

.header-sub-text {
  font-size: 2.4rem;
  line-height: 3rem;
}

body {
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--black);
}

.col-xxl-5 .page-title-double-large h1 {
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: 600;
  margin-top:5%;
}

.col-xxl-5 .header-sub-text {
  font-size: 1.9rem;
  line-height: 2.2rem;
}

section.ce-header.two {
  max-height: 700px;
}

section.ce-header.two .html-video {
  top: calc(50% - 20px);
}

section.ce-header.two .pr-0{
  padding-right:0 !important;
}

section.ce-header.two .plr-10{
  padding-left:10% !important;
  padding-right:10% !important;
}

.text-image-heading, h2 {
  font-size: 2.6rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: var(--black);
}

.text-image-subheading {
  font-size: 1.2rem;
  line-height: 1.3rem;
  color: var(--base-color);
  margin-bottom: 15px;
}

.bg-light-gray {
  background-color: #eee;
}

h1.text-image-heading {
  font-size: 3.6rem;
  line-height: 3.6rem;
  font-weight: 500;
  color: var(--base-color);
}

.text-highlight-primary{
  color: var(--base-color);
}

.icon-box-heading{
  font-size:1.5rem;
  line-height:1.3rem;
  font-weight:500;
  color: var(--base-color);
}

.icon-with-text-style-03{
  margin-bottom:30px;
}

h3.icon-box-heading .fa-regular {
  float: left;
  margin-right: 20px;
  margin-top: -10px;
  font-size: 2.3rem;
}

.text-image-text{
  font-size: 16px;
  line-height: 26px;
  font-weight:400;
  color: black;
}

.feature-box.align-left {
  text-align: left;
}

footer.bg-main-color, footer.bg-main-color a{
  background:var(--base-color);
  color:white;
}

section ul li {
  list-style: disc;
  margin-bottom: 10px;
}

.swiper-number-pagination-style-01 .swiper-number{
  bottom:50px !important;
}

.col-xxl-5.cover-background{
  background: var(--base-color);
}

.ce-header-slider {
  margin-top: 90px;
  padding-top: 0px !important;
}

.background-secondary {
  background: var(--secondary-color) !important;
}

.background-primary {
  background: var(--base-color) !important;
}

.btn-secondary{
  background: var(--secondary-color);
}

.bg-secondary-color {
  background: var(--secondary-color);
  color: white;
}

.bg-very-light-green {
  background: #EAF3E4;
  color: var(--secondary-color);
}

.btn-primary{
  background: var(--base-color);
}

.cover-background{
  background-size: cover !important;
}

#loadingMessage {
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #ccc;
  top: 0px;
  left: 0px;
  position: absolute;
}

a:focus-visible, span.swiper-pagination-bullet:focus-visible, div:focus-visible {
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .9) !important;
  opacity: 1 !important;
}

.menu-item {
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 1199px) {
  .text-image-heading {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }

}

@media (min-width:992px){

}

@media (max-width: 1300px){
  h1{
    font-size: 2.8rem;
    line-height: normal;
  }
  h2{
    font-size: 2.6rem;
    line-height: normal;
  }
  h3{
    font-size: 2.4rem;
    line-height: normal;
  }
  h4{
    font-size: 2.2rem;
    line-height: normal;
  }
  h5{
    font-size: 2rem;
    line-height: normal;
  }
  h6{
    font-size: 1.8rem;
    line-height: normal;
  }
}

@media (max-width: 991px) {

  h1{
    font-size: 2.4rem;
    line-height: normal;
  }
  h2{
    font-size: 2.2rem;
    line-height: normal;
  }
  h3{
    font-size: 1.8rem;
    line-height: normal;
  }
  h4{
    font-size: 1.6rem;
    line-height: normal;
  }
  h5{
    font-size: 1.4rem;
    line-height: normal;
  }
  h6{
    font-size: 1.2rem;
    line-height: normal;
  }

  section.ce-header-slider .order-2{
    position: absolute;
    background: rgba(0, 0, 0, 0.3) !important;
    padding-top:20%!important;
  }

  .sm-mt-30px {
    margin-top: 10px !important;
  }

  .swiper-number-pagination-style-01 .swiper-number{
    bottom:25px !important;
  }
  .icon-box-heading {
    font-size: 2rem;
    line-height: 1.6rem;
  }
  h3.icon-box-heading .fa-regular {
    margin-top: -5px;
  }
  .text-image-heading {
    font-size: 2rem;
  }

  .ce-text-image .image{
    order:1 !important;
  }

}

@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
  }
  h1{
    font-size: 2rem;
    line-height: normal;
  }
  h2{
    font-size: 1.8rem;
    line-height: normal;
  }
  h3{
    font-size: 1.6rem;
    line-height: normal;
  }
  h4{
    font-size: 1.4rem;
    line-height: normal;
  }
  h5{
    font-size: 1.2rem;
    line-height: normal;
  }
  h6{
    font-size: 1rem;
    line-height: normal;
  }
}

@media (max-width: 575px) {
  .ce-text-image .image{
    order:1 !important;
    width: 100%;
    margin-bottom:-40px;
  }

  /*.ce-text-image .text {
    margin-top: -50%;
    z-index: 2;
    order: 2 !important;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 17%) !important;
    padding-top: 15%;
  }
  */

  h2, .h2 {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 10px !important;
  }

  .row > * {
    padding-right: 30px;
    padding-left: 30px;
  }

  .navbar .navbar-nav .nav-link, .navbar-modern-inner .navbar-nav .nav-link, .navbar-full-screen-menu-inner .navbar-nav .nav-link {
    padding: 10px 30px !important;
  }

  .btn-block-sm {
    width: 100%;
    font-size: 18px !important;
  }

}

.btn.bg-base-color:hover {
  background-color: var(--dark-gray--darker) !important;
  border-color: var(--dark-gray--darker) !important;
  color: var(--white) !important;
}

@media (max-width: 991px) {
  header .navbar-brand .mobile-logo {
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    max-width: 155px !important;
  }
}