<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600,700|Montserrat|Poppins:400,500,600,700");
body {
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #232323;
  letter-spacing: 0.5px;
}

h1, .h1 {
  font-size: 48px;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: 38px;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}

h4, .h4 {
  font-size: 22px;
  line-height: 30px;
}

h5, .h5 {
  font-size: 18px;
  line-height: 24px;
}

h6, .h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

.font-primary {
  font-family: "Barlow Condensed", sans-serif;
}

.font-secondary {
  font-family: "Montserrat", sans-serif;
}

html, body {
  width: 100%;
}

.navbar-toggle .icon-bar {
  background: #ed1b24;
}

input[type=email], input[type=password], input[type=text], input[type=tel] {
  box-shadow: none;
  height: 50px;
  outline: none;
  font-size: 14px;
}
input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #ed1b24;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #ed1b24;
}

.btn {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 18px 35px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid transparent;
}

.btn-main, .btn-small, .btn-transparent {
  border: none;
  background: linear-gradient(90deg, #ed1b24 0%, #241d50 100%);
  color: #fff;
}
.btn-main:hover, .btn-small:hover, .btn-transparent:hover {
  background: linear-gradient(90deg, #241d50 0%, #ed1b24 100%);
  color: #fff !important;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn-solid-border {
  border: 2px solid #ed1b24;
  background: transparent;
  color: #fff;
}
.btn-solid-border:hover {
  border: 2px solid #ed1b24;
  background: #ed1b24;
}

.btn-white {
  border: 2px solid #fff;
  background: #fff;
  color: #232323;
}
.btn-white:hover {
  border: 1px solid #ed1b24;
  background: #ed1b24;
  color: #fff !important;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #ed1b24;
}
.btn-transparent:hover {
  background: transparent;
  color: #ed1b24;
}

.btn-large {
  padding: 20px 45px;
}
.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-shadow {
  background-color: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.bg-gray {
  background: #f0f2f4;
}

.bg-primary {
  background: #ed1b24 !important;
}

.section {
  padding: 100px 0;
}

.section-title {
  margin-bottom: 70px;
}
.section-title .title {
  font-size: 50px;
  line-height: 50px;
}
.section-title p {
  color: #666;
  font-family: "Montserrat", sans-serif;
}

.page-title {
  padding: 20vw 0;
}

.overly {
  position: relative;
}
.overly:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0.8;
}

.overly-2, .slider, .page-title {
  position: relative;
}
.overly-2:before, .slider:before, .page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}

#success, #error {
  display: none;
}

.text-color {
  color: #ed1b24;
}

.text-black {
  color: #232323;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 26px;
  line-height: 36px;
}

.text-lg {
  font-size: 56px;
  line-height: 66px;
}

.no-spacing {
  letter-spacing: 0px;
}

a {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

a:hover, a:focus {
  color: #ed1b24 !important;
  text-decoration: none !important;
  outline: 0;
}

.font-size-13 {
  font-size: 13px;
}

.letter-spacing {
  letter-spacing: 1px;
}

.bg-black-50 {
  background: #181a23;
}

.border-fix {
  border-radius: 0.01em !important;
}

.hover-style-1 {
  position: relative;
}
.hover-style-1:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  background: linear-gradient(90deg, #ed1b24 0%, #241d50 100%);
  border-color: #ed1b24;
}
.hover-style-1 h3, .hover-style-1 p, .hover-style-1 a, .hover-style-1 i, .hover-style-1 h4 {
  position: relative;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.hover-style-1:hover:before {
  height: 100%;
}
.hover-style-1:hover a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.hover-style-1:hover h3,
.hover-style-1:hover h4,
.hover-style-1:hover p,
.hover-style-1:hover a {
  color: #fff;
}

.hover-style-1:hover i {
  color: rgba(255, 255, 255, 0.8) !important;
}

.footerMap {
  width: 100%;
  height: 600px;
}

.active {
  background-color: #241d50;
}

.about-header-bg {
  background: url("../../images/about/header_bg.jpg") no-repeat;
  background-size: cover;
}

@media (max-width: 890px) {
  .contact-us {
    margin-top: 30px;
  }
}
.cursor-pointer {
  cursor: pointer;
}

.text-color-secondary {
  color: #5040b4;
}

.divider {
  margin: 0 auto;
  background: #5040b4;
  width: 45px;
  height: 4px;
}

.navbar-nav li {
  padding: 0px 10px;
}
.navbar-nav .nav-link {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #ed1b24 !important;
}

.navbar .navbar-brand {
  cursor: pointer;
}

.top-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
}
.top-header ul li {
  padding: 0px 25px;
  border-left: 1px solid #dedede;
}

.dropdown {
  height: 100%;
}

.dropdown-menu {
  background: #1c1c1c;
  border-radius: 0px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  padding: 24px 0 26px;
  min-width: 280px;
  left: 0px;
  top: 100%;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  transition: all 0.3s ease 0s;
  display: block;
}

.dropdown-item {
  color: #c8c8c8;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 0.55rem 2rem;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  z-index: 20;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.dropdown-item:hover {
  background: transparent;
  color: #ed1b24;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

.fixed-nav {
  background: #181a23;
}

.navbar-collapse.collapse.show {
  background: #181a23;
}

/* Icon 1 */
.toggler-animated-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.toggler-animated-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background: #ed1b24;
}
.toggler-animated-icon span::nth-child(1) {
  top: 0px;
}
.toggler-animated-icon span:nth-child(2) {
  top: 10px;
}
.toggler-animated-icon span:nth-child(3) {
  top: 20px;
}
.toggler-animated-icon.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.toggler-animated-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.toggler-animated-icon.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon:active {
  outline: none;
  box-shadow: none;
}

.slider {
  background: url("../../images/home/header_bg.jpeg") no-repeat 0% 30%;
  background-size: cover;
  padding: 12vw 0px;
}
.slider h1 {
  font-size: 7vw;
  line-height: 7vw;
}
.slider span.subhead {
  color: #fff;
  letter-spacing: 5px;
  border: 2px solid #fff;
  padding: 3px 15px 5px 15px;
  opacity: 0.8;
}

@media (max-width: 650px) {
  .slider {
    padding: 15vw 0px;
  }
}
@media (max-width: 550px) {
  .slider {
    padding: 20vw 0px;
  }

  span.subhead {
    font-size: 2vw;
  }

  .card-mt {
    margin-top: 0;
  }
}
@media (max-width: 450px) {
  .slider {
    padding: 25vw 0px;
    background: url("../../../images/responsiveness/home/header_bg_m.jpeg") no-repeat 0% 30%;
  }
  .slider h1 {
    font-size: 8vw;
    line-height: 8vw;
  }

  span.subhead {
    font-size: 3vw;
  }
}
@media (max-width: 350px) {
  .slider {
    padding-top: 40vw;
    background: url("../../../images/responsiveness/home/header_bg_s.jpeg") no-repeat 0% 30%;
  }
  .slider h1 {
    font-size: 10vw;
    line-height: 10vw;
  }
}
.bg-green {
  background: linear-gradient(135deg, #bcee8e, #8eeea0);
}

.bg-cyan {
  background: linear-gradient(135deg, #8eeec0, #8edcee);
}

.bg-purple {
  background: linear-gradient(135deg, #c08eee, #ee8edc);
}

.legend-items {
  display: flex;
  justify-content: center;
}

.legend-box {
  padding: 0.1em 0.67em;
}

.timetable-container {
  display: flex;
  justify-content: center;
}

.timetable {
  display: grid;
  grid-template-areas: ". week" "time content";
  grid-template-columns: 120px;
  grid-template-rows: 60px;
  color: #000000;
  height: 60vw;
  width: 60vw;
}
.timetable .green-time-label {
  display: flex;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #bcee8e, #8eeea0);
}
.timetable .green-time-label:hover {
  box-shadow: 0 20px 30px 0 rgba(188, 238, 142, 0.3);
  transform: scale(1.05);
}
.timetable .cyan-time-label {
  display: flex;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #8eeec0, #8edcee);
}
.timetable .cyan-time-label:hover {
  box-shadow: 0 20px 30px 0 rgba(142, 238, 192, 0.3);
  transform: scale(1.05);
}
.timetable .purple-time-label {
  display: flex;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #c08eee, #ee8edc);
}
.timetable .purple-time-label:hover {
  box-shadow: 0 20px 30px 0 rgba(192, 142, 238, 0.3);
  transform: scale(1.05);
}
.timetable .weekend {
  background: #eaecec;
  color: #87a1ad;
}
.timetable .week-names {
  grid-area: week;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-transform: uppercase;
  font-size: 12px;
}
.timetable .week-names &gt; div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-shadow: inset 1px 0 0 #000000;
}
.timetable .time-interval {
  grid-area: time;
  display: grid;
  grid-template-rows: repeat(8, 1fr);
  font-size: 14px;
}
.timetable .time-interval &gt; div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 1px 0 0 #000000;
}
.timetable .content {
  grid-area: content;
  display: grid;
  grid-template-rows: repeat(8, 1fr);
  grid-template-columns: repeat(7, 1fr);
}
.timetable .content &gt; div {
  box-shadow: inset 1px 0 0 #000000, inset 0 1px 0 0 #000000;
}

.mt-80px {
  margin-top: -80px;
}

.number {
  opacity: 0.1;
  font-size: 130px;
  display: block;
  line-height: 120px;
  position: absolute;
  top: 10px;
}

.why .card {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.why .card:hover {
  background: #181a23;
}

.why .card:hover h3,
.why .card:hover p {
  color: #fff;
}

.about-header-bg {
  background: url("../../images/about/header_bg.jpg") no-repeat;
  background-size: cover;
}

.mt--45 {
  margin-top: -45px;
}

.course .card-body a h4:hover {
  color: #ed1b24;
}

.course-widget li a {
  color: #000000;
  opacity: 0.9;
}

.course-header-bg {
  background: url("../../images/course/header_bg.jpg") no-repeat;
  background-size: cover;
}

.team-content-overlay li a {
  color: #fff;
}
.team-content-overlay li a:hover {
  background: #ed1b24;
}

.team-item .card-body {
  margin-top: -120px;
}

.team-content-overlay {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  width: 100%;
  background-color: rgba(41, 40, 45, 0.85);
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.overlay-content {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 25px;
  box-sizing: border-box;
  text-align: center;
  top: 50%;
  transform: translateY(-40%);
}

.team-item:hover .team-content-overlay {
  opacity: 1;
}

.team-item:hover .card-body {
  opacity: 0;
}

.team-wrap .card-subtitle {
  position: relative;
}
.team-wrap .card-subtitle:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  max-width: 26px;
  border-top: 4px solid #ddd;
  margin-top: 20px;
}
.team-wrap ul li a {
  width: 40px;
  height: 40px;
  border: 1px solid #dedede;
  color: #000000;
  display: inline-block;
  text-align: center;
  padding-top: 6px;
}
.team-wrap ul li a:hover {
  background: #241d50;
  border-color: #241d50;
  color: #fff !important;
}

.team-header-bg {
  background: url("../../images/team/trainers_all.jpg") no-repeat;
  background-size: cover;
}

html, body {
  width: 100%;
}

.navbar-toggle .icon-bar {
  background: #ed1b24;
}

input[type=email], input[type=password], input[type=text], input[type=tel] {
  box-shadow: none;
  height: 50px;
  outline: none;
  font-size: 14px;
}
input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #ed1b24;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #ed1b24;
}

.btn {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 18px 35px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid transparent;
}

.btn-main, .btn-transparent, .btn-small {
  border: none;
  background: linear-gradient(90deg, #ed1b24 0%, #241d50 100%);
  color: #fff;
}
.btn-main:hover, .btn-transparent:hover, .btn-small:hover {
  background: linear-gradient(90deg, #241d50 0%, #ed1b24 100%);
  color: #fff !important;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn-solid-border {
  border: 2px solid #ed1b24;
  background: transparent;
  color: #fff;
}
.btn-solid-border:hover {
  border: 2px solid #ed1b24;
  background: #ed1b24;
}

.btn-white {
  border: 2px solid #fff;
  background: #fff;
  color: #000000;
}
.btn-white:hover {
  border: 1px solid #ed1b24;
  background: #ed1b24;
  color: #fff !important;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #ed1b24;
}
.btn-transparent:hover {
  background: transparent;
  color: #ed1b24;
}

.btn-large {
  padding: 20px 45px;
}
.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-shadow {
  background-color: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.bg-gray {
  background: #f0f2f4;
}

.bg-primary {
  background: #ed1b24 !important;
}

.section {
  padding: 100px 0;
}

.section-title {
  margin-bottom: 70px;
}
.section-title .title {
  font-size: 50px;
  line-height: 50px;
}
.section-title p {
  color: #666;
  font-family: "Montserrat", sans-serif;
}

.page-title {
  padding: 20vw 0;
}

.overly {
  position: relative;
}
.overly:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0.8;
}

.overly-2, .page-title, .slider {
  position: relative;
}
.overly-2:before, .page-title:before, .slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}

#success, #error {
  display: none;
}

.text-color {
  color: #ed1b24;
}

.text-black {
  color: #000000;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 26px;
  line-height: 36px;
}

.text-lg {
  font-size: 56px;
  line-height: 66px;
}

.no-spacing {
  letter-spacing: 0px;
}

a {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

a:hover, a:focus {
  color: #ed1b24 !important;
  text-decoration: none !important;
  outline: 0;
}

.font-size-13 {
  font-size: 13px;
}

.letter-spacing {
  letter-spacing: 1px;
}

.bg-black-50 {
  background: #181a23;
}

.border-fix {
  border-radius: 0.01em !important;
}

.hover-style-1 {
  position: relative;
}
.hover-style-1:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  background: linear-gradient(90deg, #ed1b24 0%, #241d50 100%);
  border-color: #ed1b24;
}
.hover-style-1 h3, .hover-style-1 p, .hover-style-1 a, .hover-style-1 i, .hover-style-1 h4 {
  position: relative;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.hover-style-1:hover:before {
  height: 100%;
}
.hover-style-1:hover a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.hover-style-1:hover h3,
.hover-style-1:hover h4,
.hover-style-1:hover p,
.hover-style-1:hover a {
  color: #fff;
}

.hover-style-1:hover i {
  color: rgba(255, 255, 255, 0.8) !important;
}

.footerMap {
  width: 100%;
  height: 600px;
}

.active {
  background-color: #241d50;
}

.about-header-bg {
  background: url("../../images/about/header_bg.jpg") no-repeat;
  background-size: cover;
}

@media (max-width: 890px) {
  .contact-us {
    margin-top: 30px;
  }
}
.cursor-pointer {
  cursor: pointer;
}

.text-color-secondary {
  color: #5040b4;
}

.divider {
  margin: 0 auto;
  background: #5040b4;
  width: 45px;
  height: 4px;
}

.bg-services-cards {
  background: white;
}

.services-header {
  margin-bottom: -50px;
}

.card-mt {
  margin-top: -5vw;
}

.carousel-inner .carousel-item {
  height: 550px;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 845px) and (max-width: 1000px) {
  .carousel-inner .carousel-item {
    height: 400px;
  }
}
@media (min-width: 561px) and (max-width: 844px) {
  .carousel-inner .carousel-item {
    height: 300px;
  }
}
@media (min-width: 401px) and (max-width: 560px) {
  .carousel-inner .carousel-item {
    height: 200px;
  }
}
@media (min-width: 301px) and (max-width: 400px) {
  .carousel-inner .carousel-item {
    height: 150px;
  }
}
@media (max-width: 300px) {
  .carousel-inner .carousel-item {
    height: 100px;
  }
}
.map {
  width: 100%;
  height: 450px;
}

.mt--170 {
  margin-top: -170px;
}

.footer {
  padding-top: 90px;
  padding-bottom: 45px;
}
.footer p {
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
}

.bg-black {
  background: #111;
}

.lh-40 {
  line-height: 40px;
}

.footer-socials li a {
  color: #fff;
  opacity: 0.8;
}

.recent-blog a {
  line-height: 1.5;
  font-size: 14px;
}

.footer-socials li a {
  color: #595b65;
  font-size: 18px;
  padding-left: 10px;
}

.gm-iw {
  margin-top: 10px;
}
.gm-iw p {
  color: gray;
}
.gm-iw a {
  font-weight: 500;
}

.overlay-modal {
  display: none;
  position: fixed;
  z-index: 50;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #3e3a4b;
}

.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Modal Content */
.overlay-modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.overlay-modal-close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.overlay-modal-close:hover,
.overlay-modal-close:focus {
  color: #ed1b24;
  text-decoration: none;
  cursor: pointer;
}

.video-slides {
  width: 100%;
}
.video-slides .video {
  width: 100%;
}

.video-card__cover .video {
  width: 100%;
}

.cursor {
  cursor: pointer;
}

/* gallery-next &amp; gallery-previous buttons */
.gallery-prev-arrow,
.gallery-next-arrow {
  cursor: pointer;
  width: auto;
  padding: 16px;
  color: white !important;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 3px 3px 3px 3px;
  user-select: none;
  -webkit-user-select: none;
}

/* Number text (1/3 etc) */
.video-slides-number {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  padding: 2px 16px;
  color: white;
}
.caption-container p strong {
  color: #ed1b24;
}

.video-card-passive {
  opacity: 0.6;
  -moz-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}

.video-card-active,
.video-card-passive:hover {
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  opacity: 1;
}

.video-slides-container {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}

.video-title {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  text-align: center;
  position: relative;
  width: 40%;
  bottom: 0;
  position: absolute;
  margin-bottom: 9px;
  z-index: 1;
}

.duration-label {
  z-index: 1;
  color: rgb(185, 168, 168);
  right: 0;
  bottom: 0;
  position: absolute;
  margin-top: -50px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1rem;
}

.video-card {
  position: relative;
  z-index: 1;
  width: 100%;
  perspective: 1000px;
}
.video-card__cover {
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
  transform-origin: top center;
  will-change: transform;
  -moz-transform: skew(0.001degdeg, 0deg);
  -o-transform: skew(0.001degdeg, 0deg);
  -ms-transform: skew(0.001degdeg, 0deg);
  -webkit-transform: skew(0.001degdeg, 0deg);
  transform: skew(0.001degdeg, 0deg);
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.video-card__cover::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: linear-gradient(203deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.2) 42%, rgba(255, 255, 255, 0) 60%);
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  will-change: transform;
  -webkit-transition: transform 0.65s cubic-bezier(0.18, 0.9, 0.58, 1);
  -moz-transition: transform 0.65s cubic-bezier(0.18, 0.9, 0.58, 1);
  -ms-transition: transform 0.65s cubic-bezier(0.18, 0.9, 0.58, 1);
  -o-transition: transform 0.65s cubic-bezier(0.18, 0.9, 0.58, 1);
  transition: transform 0.65s cubic-bezier(0.18, 0.9, 0.58, 1);
}
.video-card:hover .video-card__cover {
  transform: rotateX(7deg) translateY(-6px);
}
.video-card:hover .video-card__cover::after {
  transform: translateY(-19%);
}
.video-card::before {
  display: block;
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 12px 12px rgba(0, 0, 0, 0.4);
  will-change: opacity;
  transform-origin: top center;
  -moz-transform: skew(0.001degdeg, 0deg);
  -o-transform: skew(0.001degdeg, 0deg);
  -ms-transform: skew(0.001degdeg, 0deg);
  -webkit-transform: skew(0.001degdeg, 0deg);
  transform: skew(0.001degdeg, 0deg);
  transition: transform 0.35s ease-in-out, opacity 0.5s ease-in-out;
}
.video-card:hover::before {
  opacity: 0.6;
  transform: rotateX(7deg) translateY(-6px) scale(1.05);
}

.mobile-gallery-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.mobile-gallery-nav .btn {
  margin: 5px;
}

@media (max-width: 400px) {
  .mobile-gallery-nav {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .gallery-next-arrow,
.gallery-prev-arrow {
    display: none;
  }
}
@media (min-width: 480px) {
  .mobile-gallery-nav {
    display: none;
  }
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-confirm {
  color: #636363;
  width: 325px;
  font-size: 14px;
}

.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}

.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}

.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}

.modal-confirm .form-control,
.modal-confirm .btn {
  min-height: 40px;
  border-radius: 3px;
}

.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -5px;
}

.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}

.modal-confirm .icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #82ce34;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-confirm .icon-box i {
  font-size: 58px;
  position: relative;
  top: 3px;
}

.modal-confirm.modal-dialog {
  margin-top: 80px;
}

.modal-confirm .btn {
  color: #fff;
  border-radius: 4px;
  background: #82ce34;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border: none;
}

.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
  background: #6fb32b;
  outline: none;
}

.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}

/*=== MEDIA QUERY ===*/
@media (max-width: 480px) {
  .btn {
    padding: 14px 30px;
    font-size: 12px;
  }

  .text-lg {
    font-size: 28px;
    line-height: 38px;
  }

  .lead {
    font-size: 1rem;
  }

  .media {
    display: block;
  }

  .media-body {
    margin-top: 20px;
  }

  .number {
    font-size: 50px;
    line-height: 65px;
  }

  .dropdown-menu {
    display: none;
    text-align: center;
  }

  .navbar-nav li {
    padding: 0px;
  }

  .timetable {
    width: 85vw !important;
    height: 85vw !important;
  }
}
@media (max-width: 400px) {
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }

  .navbar-nav li {
    padding: 0px;
  }

  .btn {
    padding: 10px 25px;
  }
}
@media (max-width: 768px) {
  .media {
    display: block;
  }

  .media-body {
    margin-top: 20px;
  }

  .services .media img {
    width: 100% !important;
  }

  .dropdown-menu {
    display: none;
    text-align: center;
  }

  .navbar-nav li {
    padding: 0px;
  }

  .timetable {
    width: 70vw;
    height: 70vw;
  }

  .legend-items {
    flex-direction: column;
  }
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>