@charset "UTF-8";

/*--------------------------------------------------------------
# Import Fonts
--------------------------------------------------------------*/
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/open-sans-v35-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../assets/fonts/open-sans-v35-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../assets/fonts/open-sans-v35-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../assets/fonts/open-sans-v35-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../assets/fonts/open-sans-v35-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../assets/fonts/open-sans-v35-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../assets/fonts/open-sans-v35-latin-italic.eot'); /* IE9 Compat Modes */
  src: url('../assets/fonts/open-sans-v35-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../assets/fonts/open-sans-v35-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
  url('../assets/fonts/open-sans-v35-latin-italic.woff') format('woff'), /* Modern Browsers */
  url('../assets/fonts/open-sans-v35-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../assets/fonts/open-sans-v35-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../assets/fonts/open-sans-v35-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../assets/fonts/open-sans-v35-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../assets/fonts/open-sans-v35-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('../assets/fonts/open-sans-v35-latin-700.woff') format('woff'), /* Modern Browsers */
  url('../assets/fonts/open-sans-v35-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../assets/fonts/open-sans-v35-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../assets/fonts/open-sans-v35-latin-700italic.eot'); /* IE9 Compat Modes */
  src: url('../assets/fonts/open-sans-v35-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../assets/fonts/open-sans-v35-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
  url('../assets/fonts/open-sans-v35-latin-700italic.woff') format('woff'), /* Modern Browsers */
  url('../assets/fonts/open-sans-v35-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../assets/fonts/open-sans-v35-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/**
* Template Name: OnePage
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/onepage-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

:root {
    --bs-body-color: #00151c;
    --bs-link-color: #ea745f;
    --bs-link-hover-color: #c34e2e;
    --fixcontrol-red100: #dd2a2c;
    --fixcontrol-red75: #ea745f;
    --fixcontrol-red50: #eeb5a4;
    --fixcontrol-red25: #fbd5c8;
    --fixcontrol-blue: #3f408a;
    --fixcontrol-bluelight: #dbecf7;
    --fixcontrol-orange: #f8ac05;
    --fixcontrol-black100: #00151c;
    --fixcontrol-black75: #8b8b8a;
    --fixcontrol-black50: #c7c7c8;
    --fixcontrol-black25: #f8fbfe;
    --fixcontrol-white: #ffffff;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  height: 100%;
  scroll-padding-top: calc(4.5rem - 1px);
}

body {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  color: var(--bs-body-color);
}

.page-section {
  padding: 4rem 0 8rem 0;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
}

a:hover {
  color: var(--bs-link-hover-color);
  text-decoration: none;
}

.btn-xl {
  padding: 1.25rem 2.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dd2c2a;
  --bs-btn-border-color: #dd2c2a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fbd5c8;
  --bs-btn-hover-border-color: #fbd5c8;
  --bs-btn-focus-shadow-rgb: 246, 122, 88;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dd2c2a;
  --bs-btn-active-border-color: #dd2c2a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dd2c2a;
  --bs-btn-disabled-border-color: #dd2c2a;
}

hr.divider {
  height: 0.2rem;
  max-width: 3.25rem;
  margin: 2.5rem auto;
  background-color: #dd2c2a;
  opacity: 1;
}

hr.divider-light {
  background-color: #fff;
}

.text-bg-fixcontrol {
  color: #fff !important;
  background-color: RGBA(221,44,42,var(--bs-bg-opacity,1)) !important;
}
.text-fixcontrol {
  color: var(--fixcontrol-red100);
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--fixcontrol-red100);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

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

.back-to-top:hover {
  background: var(--fixcontrol-red75);
  color: #fff;
}

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2487ce;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

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

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

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

/*--------------------------------------------------------------
# Top-Jumbotron
--------------------------------------------------------------*/
.searchfield a {
    background-color: var(--fixcontrol-red100);
    color: var(--fixcontrol-white);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  margin: 0;
  background: linear-gradient(90deg,rgb(235,91,62) 0%,rgb(221,44,42) 70%,rgb(189,41,37) 100%);
}

.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 30px 10px 0px;
  font-size: 1rem;
  color: var(--fixcontrol-white);
  white-space: nowrap;
  transition: 0.3s;
}

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

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--fixcontrol-red25);
}

.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: var(--fixcontrol-white);
  color: var(--fixcontrol-black75);
  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 20px;
  text-transform: none;
    color: var(--fixcontrol-black75);
}

.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: var(--fixcontrol-red100);
}

.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: #124265;
  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(10, 38, 58, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

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

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

.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: #2487ce;
}

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

/*--------------------------------------------------------------
# Header/Masthead
--------------------------------------------------------------*/
header img {
     filter: brightness(80%);
}
header .carousel-caption {
    padding-bottom: calc(10rem - 5rem);
    z-index: 2;
}
header .carousel-caption h5 {
   font-size: 1.6rem;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-top: 25px;
}
header .carousel-caption p {
    width: 70%;
    margin: auto;
    font-size: 1rem;
    line-height: 1.4;
}

header.masthead {
    height: 20vh;
    min-height: 150px;
    background: linear-gradient(to bottom, rgba(92, 77, 66, 0.5) 40%, rgba(92, 77, 66, 0.5) 100%), url("../img/bg-masthead.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header.masthead h1, header.masthead .h1 {
    font-size: 2.5rem;
    text-align: left;
    color: var(--fixcontrol-white);
}
header.masthead p {
    font-size: 1.5rem;
    text-align: left;
    color: var(--fixcontrol-white);
}

@media (min-width: 992px) {
  header .carousel-caption {
    padding-bottom: calc(10rem - 2.5rem);
  }
  header .carousel-caption p {
    font-size: 1.15rem;
  }
  header .carousel-caption h5 {
    font-size: 2.5rem;
  } 
}

@media (min-width: 1200px) {
  header .carousel-caption {
    padding-bottom: calc(10rem - 1rem);
  }
  header .carousel-caption h5 {
    font-size: 2.8rem;
  }
  header .carousel-caption p {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.9;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0 0 0;
  min-height: 40px;
  margin-top: 0;
}

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

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

.breadcrumbs ol li+li {
  padding-left: 10px;
  color: var(--fixcontrol-black75);
}

.breadcrumbs ol li a {
  color: var(--fixcontrol-black100);
}
.breadcrumbs ol li a:hover {
  color: var(--fixcontrol-red75);
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--fixcontrol-black100);
  content: "/";
}

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

  .breadcrumbs ol {
    display: block;
  }

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

/*--------------------------------------------------------------
# Pagination and Pills
--------------------------------------------------------------*/
.active > .page-link, .page-link.active {
  color: var(--fixcontrol-white);
  background-color: var(--fixcontrol-red100);
  border-color: var(--fixcontrol-red100);
}

.fixcontrol-pills .nav-link {
    background-color: var(--fixcontrol-red25);
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
    margin: 0 5px 0 0;
}
.fixcontrol-pills .nav-link.disabled {
  color: var(--fixcontrol-white);
  background-color: var(--fixcontrol-black50);
  border-color: transparent;
}
.fixcontrol-pills .nav-link.active,
.fixcontrol-pills .show > .nav-link {
  color: var(--fixcontrol-white);
  background-color: var(--fixcontrol-red100);
}


/*--------------------------------------------------------------
# Main Content
--------------------------------------------------------------*/
main {
  padding: 25px 0 80px 0;
  overflow: hidden;
}

main h6 {
  color: var(--fixcontrol-black100);
  font-weight: 800;
}

main .list-group-filter > .list-group-item {
  border: 0;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x) var(--bs-list-group-item-padding-y) 0;
  color: var(--fixcontrol-black100);
  background-color: var(--fixcontrol-white);
}

main .list-group-filter a {
    color: var(--fixcontrol-black100);
}
main .list-group-filter a.active {
    color: var(--fixcontrol-red100);
}
main .list-group-filter a:hover {
    color: var(--fixcontrol-red75);
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f8fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #124265;
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# Services/USPs
--------------------------------------------------------------*/
.service-icon svg {
  max-height: 48px;
}

/*--------------------------------------------------------------
# About Video
--------------------------------------------------------------*/
#about .content {
  font-size: 15px;
}
#about .content h3 {
  font-weight: 700;
  font-size: 24px;
}

#about .content ul {
  list-style: none;
  padding: 0;
}
#about .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}
#about .content .list-group {
  margin-bottom: 24px;
}
#about .content .list-group-item {
	border-width: 0;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
	padding-left: 30px;
	text-indent:-24px;
}
#about .content .list-group-item img {
  margin-right: 8px;
}

#about .about-video-container {
  position: relative;
}

#about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#dd2c2a 50%, rgba(221, 44, 42, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
#about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(221, 44, 42, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
#about .play-btn:hover::after {
  border-left: 15px solid #dd2c2a;
  transform: scale(20);
}
#about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  /*padding: 120px 0px 20px 0px;*/
}
.counts .count-box {
  width: 100%;
  text-align: center;
}
.counts .count-box span {
  font-size: 48px;
  line-height: 48px;
  display: block;
  font-weight: 700;
  color: #00151c;
  margin-left: 80px;
  margin: auto;
}
.counts .count-box p {
  padding: 8px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--fixcontrol-red100);
}



/*--------------------------------------------------------------
# Sponsors Swiper
# JS initialization to be considered if changed
--------------------------------------------------------------*/
.sponsors {
	padding: 10px 0px;
}
.sponsors .sponsors-carousel,
.sponsors .sponsors-slider {
  overflow: hidden;
}
.sponsors .sponsor-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 40px;
}
.sponsors .sponsor-item .sponsor-img {
  width: 60px;
  border-radius: 50%;
  margin: 0 auto;
}
.sponsors .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.sponsors .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--fixcontrol-red100);
}
.sponsors .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--fixcontrol-red100);
}


/*--------------------------------------------------------------
# Recommendations
--------------------------------------------------------------*/
#recommendations .recommendation-item {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
}

#recommendations .recommendation-item .recommendation-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}
#recommendations .recommendation-item .recommendation-caption .recommendation-caption-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}
#recommendations .recommendation-item .recommendation-caption .recommendation-caption-subheading {
  font-style: italic;
}
.recommendation-hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}
.recommendation-hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.recommendation-hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}
.recommendation-hover-description {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  transition: all 0.3s;
}
.recommendation-hover-description p a {
    color: white;
}
.recommendation-hover:hover .recommendation-hover-description {
  bottom: 0.5rem;
  opacity: 1;
}
.recommendation-hover:hover .recommendation-hover-overlay {
  background: linear-gradient(to top, rgba(221, 44, 42, 0.9), rgba(221, 44, 42, 0.5));
}


/*--------------------------------------------------------------
# Course Modals
--------------------------------------------------------------*/
.course-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.course-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.course-modal .modal-content h2, .course-modal .modal-content .h2 {
  font-size: 3rem;
  line-height: 3rem;
}
.course-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.course-modal .modal-content p {
  margin-bottom: 2rem;
}
.course-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.course-modal .modal-content img {
  margin-bottom: 2rem;
}
.course-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}
.course-modal .close-modal:hover {
  opacity: 0.3;
}

/*--------------------------------------------------------------
# Standorte Cards
--------------------------------------------------------------*/
.card {
    box-shadow: 0px 0 30px rgba(18, 66, 101, 0.08);
    border: 0;
}
.card-img-overlay h5, .card-img-title {
    margin: 0;
    padding: 10px;
    font-weight: 500;
    color: var(--fixcontrol-white);
}

.card-text strong, .card-list strong {
    margin-right: 10px;
    font-weight: 600;
}
.card-text i, .card-list i {
    color: var(--fixcontrol-red75);
    margin-right: 2px;
}
.card-list {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}
.card-list li {
    padding: 0 0 5px 0;
}

h6.card-title {
    color: var(--fixcontrol-black75);
    font-size: 0.8rem;
    font-weight: 600;
}
h5.card-title {
    font-size: 1.2rem;
    font-weight: 1000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--fixcontrol-black75);
}
.card img:hover {
    cursor: pointer;
    opacity: 0.5;
}

.fixcontrol-card {
    background-color: var(--fixcontrol-red75);
    color: var(--fixcontrol-white);
}
.fixcontrol-card:hover {
    cursor: pointer;
}
.fixcontrol-card h5 {
    border-bottom: 0px;
}

/*--------------------------------------------------------------
# Standort Details
--------------------------------------------------------------*/
.fixcontrol-accordion-button:focus {
  z-index: 3;
  border-color: var(--fixcontrol-red100);
  outline: 0;
  box-shadow: var(--fixcontrol-black25);
}
.fixcontrol-accordion-button:hover {
  z-index: 2;
}
.fixcontrol-accordion-button:not(.collapsed) {
  color: var(--fixcontrol-black100);
  background-color: var(--fixcontrol-red25);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/*--------------------------------------------------------------
# Standort Details
--------------------------------------------------------------*/
.fixcontrol-carousel-indicators {
    bottom: 65px;
}
.fixcontrol-carousel-indicators button {
    width: 100px !important;
}

.standort-image {
    margin-bottom: 20px;
}

.standort-details .standort-description {
  padding-top: 30px;
}
.standort-details .standort-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.standort-details .standort-description p {
  padding: 0;
}

/* if card component is not used here as well
.standort-details .standort-info {
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0px 0 30px rgba(18, 66, 101, 0.08);
}
.standort-details .standort-info h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--fixcontrol-black75);
}
.standort-details .standort-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.standort-details .standort-info ul li+li {
  margin-top: 10px;
}*/

/*--------------------------------------------------------------
# Resultate & Ranglisten
--------------------------------------------------------------*/
.resultat-suche h5 {
    font-weight: 600;
    font-size: 1rem;
    margin-top: 20px;
    border-bottom: 1px solid var(--fixcontrol-black75);
    color: var(--fixcontrol-black75);
}

.resultat-kategorien {
    
}

/*--------------------------------------------------------------
# Call to Action (CTA)
--------------------------------------------------------------*/
#cta {
  background: linear-gradient(90deg,rgb(235,91,62) 0%,rgb(221,44,42) 70%,rgb(189,41,37) 100%);
  background-size: cover;
  padding: 60px 0;
}
#cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#cta .cta-btn:hover {
  background: #fff;
  color: #2487ce;
}
#cta .btn-light, #contact .btn-light {
  --bs-btn-color: #dd2c2a;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #dd2c2a;
  --bs-btn-hover-bg: #fbd5c8;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #8b8b8a;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: var(--fixcontrol-black75);
  font-size: 1rem;
  background: var(--fixcontrol-black25);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

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

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: var(--fixcontrol-black75);
}

#footer .footer-top .footer-contact p i {
  color: var(--fixcontrol-red100);
  margin-right: 5px;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: var(--fixcontrol-black100);
  position: relative;
  padding-bottom: 12px;
}

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

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

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color:  var(--fixcontrol-black75);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color:  var(--fixcontrol-black75);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color:  var(--fixcontrol-red100);
}

#footer .footer-newsletter {
  font-size: 1rem;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color:  var(--fixcontrol-black100);
  position: relative;
  padding-bottom: 1rem;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #cde5f6;
}

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

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 1.2rem;
  padding: 0 20px 2px 20px;
  background:  var(--fixcontrol-red100);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

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

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #dd2a2c;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #3194db;
  color: #fff;
  text-decoration: none;
}

#footer .fixcontrol-pills a {
  color: var(--fixcontrol-white);
  background-color: var(--fixcontrol-black50);
  margin: 0 5px 5px 0;
  padding: 5px;
  font-size: 0.8rem;
}

#footer .fixcontrol-pills a:hover {
 /* background-color: var(--fixcontrol-black75);*/
    color: var(--fixcontrol-red100);
}