/* 
------------------
Template Name: City Gym | A Physical Exercise Website
Version: 1.00
------------------

----------------
Table of Content
----------------
1.Google Fonts Link
2.Custom Fonts Link
3.Typography Reset
4.Reset CSS
5.Custom Container Style
6.Common Slick Slider Style
7.Common Twentytwenty Compair Slider Style
8.Scroll To Top Button Style
9.Preloader Section Style
10.Common Section Gap Style
11.Secondary Background Style
12.Common Section Heading Style
13.Common Social List Style
14.Common Transition Style
15.Common Letter Spacing Style
16.Common Font-Awesome font-family Style
17.Common Pseudo Elements Style
18.Common Button's Style
19.Header Section Style
20.Off Canvas Navbar Toggler
21.Footer Section Style
22.Common Form Style
23.Classes Section Style
24.Timetable Section Style
25.Membership Section Style
26.Our Trainers Section Style
27.Blog Section Style
28.Banner/Hero Section Style
29.Category Section Style
30.About Section Style
31.Testimonial Section Style
32.Sub Banner Section Style
33.Blog Details Section Style
34.Contact Section Style

------------------
*/
/* Google Fonts Link */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

/* Typography Reset */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Open Sans', sans-serif;
  /*font-family: "KenyanCoffeeRg", sans-serif;*/
}

h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 1.875rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 0.75rem;
}

p {
  font-size: 1rem;
}

@media (max-width: 575px) {
  p {
    font-size: 0.875rem;
  }
}

/* Reset CSS */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: none;
}

::-moz-selection {
  color: #101010;
  background: #f8b833;
}

::selection {
  color: #101010;
  background: #f8b833;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html {
  font-size: 16px;
}

body {
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  background-color: #101010;
  text-rendering: optimizeSpeed;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

button,
button:hover,
button:focus,
button:active {
  outline: none;
}

input:-webkit-autofill {
  -webkit-text-fill-color: initial;
  -webkit-transition: background-color 5000s;
  -o-transition: background-color 5000s;
  -moz-transition: background-color 5000s;
  transition: background-color 5000s;
}

ul,
ol {
  list-style: none;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

.user-select-none {
  pointer-events: none;
}

.list-inline {
  font-size: 0;
}

.list-inline-item {
  font-size: 1rem;
}

.list-inline-item:not(:last-child) {
  margin-right: .6rem;
}

section.about .about__details {
  margin-top: 50px !important;
}

/* Custom Container Style */
@media (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}

/* Common Slick Style */
.slick__arrows {
  top: 0;
  position: absolute;
  z-index: 3;
  width: 2.5rem;
  height: 2.5rem;
  color: #101010;
  background-color: #343434;
  font-size: 1.25rem;
  text-align: center;
  cursor: pointer;
}

.slick__arrows--left {
  right: 0;
  -webkit-transform: translateX(-3.125rem);
  -moz-transform: translateX(-3.125rem);
  -ms-transform: translateX(-3.125rem);
  -o-transform: translateX(-3.125rem);
  transform: translateX(-3.125rem);
}

.slick__arrows--right {
  right: 0;
}

.slick__arrows:hover, .slick__arrows:focus-visible {
  color: initial;
  background-color: #f8b833;
}

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  line-height: 0;
}

.slick-dots li:not(:last-child) {
  margin-right: 1rem;
}

.slick-dots li button {
  font-size: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #f8b833;
  border: 1px solid #f8b833;
  border-radius: 0.5rem;
}

.slick-dots li.slick-active button {
  width: 1rem;
  background: transparent;
}

/* Common Twentytwenty Compair Slider Style */
.twentytwenty-container .twentytwenty-handle {
  background: #f8b833;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

/* Scroll To Top Button Style */
.scroll-top {
  bottom: 3%;
  right: 1%;
  display: none;
  cursor: pointer;
  z-index: 7;
}

@media (max-width: 575px) {
  .scroll-top {
    bottom: 2%;
  }
}

.scroll-top__btn {
  width: 2.8rem;
  height: 2.8rem;
  font-size: 1.1rem;
  color: #101010;
  background: rgba(248, 184, 51, 0.9);
}

/* Preloader Section Style */
.preloader {
  top: 0;
  left: 0;
  z-index: 9999;
}

@media (min-width: 576px) {
  .preloader__image {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}

/* Common Section Gap Style */
.section-gap {
  padding: 6rem 0;
}

@media (max-width: 991px) {
  .section-gap {
    padding: 3rem 0;
  }
  .collapse.navbar-collapse.active {
    right: 100%;
  }
  header {
    position: relative !important;
  }
}

.section-gap--fix {
  padding-bottom: -moz-calc(6rem - 30px);
  padding-bottom: calc(6rem - 30px);
}

@media (max-width: 991px) {
  .section-gap--fix {
    padding-bottom: -moz-calc(3rem - 30px);
    padding-bottom: calc(3rem - 30px);
  }
}

/* Secondary Background Style */
.secondary-bg {
  background-color: #141414;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
}

.border-bottom {
  border-bottom-color: #343434 !important;
}

/* Common Section Heading Style */
.section-header {
  margin-bottom: 3.125rem;
}

@media (max-width: 575px) {
  .section-header {
    margin-bottom: 1.875rem;
  }
}

.section-header__sub-title {
  font-size: 1.625rem;
  color: #f8b833;
}

@media (max-width: 767px) {
  .section-header__sub-title {
    font-size: 1.625rem;
  }

  section.about .about__details {
    margin-top: 0px !important;
  }
}

@media (max-width: 575px) {
  .section-header__sub-title {
    font-size: 1.375rem;
  }
}

.section-header__sub-title::before, .section-header__sub-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30%;
  height: 3px;
  background-color: #f8b833;
}

.section-header__sub-title::before {
  left: 0;
  -webkit-transform: translate(-120%, -50%);
  -moz-transform: translate(-120%, -50%);
  -ms-transform: translate(-120%, -50%);
  -o-transform: translate(-120%, -50%);
  transform: translate(-120%, -50%);
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.section-header__sub-title::after {
  right: 0;
  -webkit-transform: translate(120%, -50%);
  -moz-transform: translate(120%, -50%);
  -ms-transform: translate(120%, -50%);
  -o-transform: translate(120%, -50%);
  transform: translate(120%, -50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.section-header__title {
  font-size: 2.5rem;
  font-family: "Roboto Condensed", sans-serif;
}

@media (max-width: 767px) {
  .section-header__title {
    font-size: 1.875rem;
  }
}

@media (max-width: 575px) {
  .section-header__title {
    font-size: 1.625rem;
  }
}

/* Common Social List Style */
.social-list__link:hover, .social-list__link:focus {
  color: #101010;
  background-color: #f8b833 !important;
}

/* Common Transition Style */
.slick__arrows, .slick-dots li button, .social-list__link, .primary-btn, .tag-btn, .header .navbar-toggler, .header .navbar .nav-item .dropdown-menu, .header .navbar .nav-item .dropdown-item, .header .navbar .nav-item .dropdown-item::before, .header .navbar .nav-link, .footer__nav .nav-link, .footer__copyright__link, .classes__card__title__link, .timetable__content, .trainers__card__head, .trainers__card__social, .trainers__card__social::after, .trainers__card__social .nav-link, .trainers__navigation .nav-link, .blog__card__image, .blog__card__title__link, .sub-banner .breadcrumb-link, .blog__aside__card__list__link, .blog__sm__card__title__link, .contact__details__list__link {
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  -moz-transition: all linear .3s;
  transition: all linear .3s;
}

/* Common Letter Spacing Style */
.section-header__sub-title, .primary-btn, .footer__contact__heading__title, .classes__card__sub-title, .trainers__card__body__sub-title, .banner__title, .testimonial__slide__client-name, .sub-banner__title, .contact__title {
  letter-spacing: 0.1875rem;
}

/* Common Font-Awesome font-family Style */
.membership__card__list__item::marker, .sub-banner .breadcrumb-item:not(:first-child)::before, .blog__details__meta__date::before {
  font-family: "Font Awesome 5 Free";
}

/* Common Pseudo Elements Style */
.banner__slide__image__overlay::after, .banner .reveal::after, .category__block::before, .category__block__image-wrapper::after, .about__image-wrapper::after, .testimonial__slide__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Common Button's Style */
.primary-btn {
  color: #101010;
  font-size: 1.2rem;
  font-family: "KenyanCoffeeRg", sans-serif;
  font-weight: 400;
  padding: 0.7em 1.4em;
  background: #f8b833;
}

.primary-btn__text::after {
  content: "";
  display: block;
  width: 0;
  height: 2.5px;
  background-color: #101010;
  margin-left: 0.5rem;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.primary-btn:hover, .primary-btn:focus {
  color: initial;
  background: #ffffff;
}

.primary-btn:hover .primary-btn__text::after, .primary-btn:focus .primary-btn__text::after {
  width: 15px;
}

.primary-btn--reverse .primary-btn__text::after {
  display: none;
}

.primary-btn--reverse .primary-btn__text::before {
  content: "";
  display: block;
  width: 0;
  height: 2.5px;
  background-color: #101010;
  margin-left: -1px;
  margin-right: 0.5rem;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.primary-btn--reverse:hover .primary-btn__text::before, .primary-btn--reverse:focus .primary-btn__text::before {
  width: 15px;
}

.tag-btn {
  font-size: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  padding: 0.2rem 0.8rem;
}

.tag-btn:hover, .tag-btn:focus {
  color: #101010;
  background-color: #f8b833;
  border-color: #f8b833;
}

/* Header Section Style */
.header {
  position: absolute;
  top: 0;
  z-index: 9;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  -moz-transition: all linear .3s;
  transition: all linear .3s;
  background-color: #141414;
}

.header .navbar-brand, .header .navbar-toggler {
  z-index: 91;
}

.header .navbar-brand img {
  width: 185px;
}

.header .navbar-toggler {
  padding: 0.3125rem;
}

.header .navbar-toggler__icon {
  width: 30px;
  height: 30px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.header .navbar-toggler__icon .icon-left, .header .navbar-toggler__icon .icon-right {
  width: 15px;
  height: 3px;
  background-color: #ffffff;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.header .navbar-toggler__icon .icon-left::before, .header .navbar-toggler__icon .icon-left::after, .header .navbar-toggler__icon .icon-right::before, .header .navbar-toggler__icon .icon-right::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition-duration: inherit;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
}

.header .navbar-toggler__icon .icon-left::before, .header .navbar-toggler__icon .icon-right::before {
  top: -11.5px;
}

.header .navbar-toggler__icon .icon-left::after, .header .navbar-toggler__icon .icon-right::after {
  top: 11.5px;
}

.header .navbar-toggler__icon .icon-left {
  top: 13.5px;
  left: 0;
}

.header .navbar-toggler__icon .icon-right {
  top: 13.5px;
  left: 15px;
}

.header .navbar-toggler.hide {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: #ffffff;
}

.header .navbar-toggler.hide .navbar-toggler__icon .icon-left, .header .navbar-toggler.hide .navbar-toggler__icon .icon-right {
  background: transparent;
}

.header .navbar-toggler.hide .navbar-toggler__icon .icon-left::before, .header .navbar-toggler.hide .navbar-toggler__icon .icon-left::after, .header .navbar-toggler.hide .navbar-toggler__icon .icon-right::before, .header .navbar-toggler.hide .navbar-toggler__icon .icon-right::after {
  background-color: #f8b833;
}

.header .navbar-toggler.hide .navbar-toggler__icon .icon-left::before {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(3px, 3px);
  -moz-transform: rotateZ(45deg) scaleX(1.4) translate(3px, 3px);
  -ms-transform: rotate(45deg) scaleX(1.4) translate(3px, 3px);
  -o-transform: rotateZ(45deg) scaleX(1.4) translate(3px, 3px);
  transform: rotateZ(45deg) scaleX(1.4) translate(3px, 3px);
}

.header .navbar-toggler.hide .navbar-toggler__icon .icon-left::after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(3px, -3px);
  -moz-transform: rotateZ(-45deg) scaleX(1.4) translate(3px, -3px);
  -ms-transform: rotate(-45deg) scaleX(1.4) translate(3px, -3px);
  -o-transform: rotateZ(-45deg) scaleX(1.4) translate(3px, -3px);
  transform: rotateZ(-45deg) scaleX(1.4) translate(3px, -3px);
}

.header .navbar-toggler.hide .navbar-toggler__icon .icon-right::before {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-3px, 3px);
  -moz-transform: rotateZ(-45deg) scaleX(1.4) translate(-3px, 3px);
  -ms-transform: rotate(-45deg) scaleX(1.4) translate(-3px, 3px);
  -o-transform: rotateZ(-45deg) scaleX(1.4) translate(-3px, 3px);
  transform: rotateZ(-45deg) scaleX(1.4) translate(-3px, 3px);
}

.header .navbar-toggler.hide .navbar-toggler__icon .icon-right::after {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-3px, -3px);
  -moz-transform: rotateZ(45deg) scaleX(1.4) translate(-3px, -3px);
  -ms-transform: rotate(45deg) scaleX(1.4) translate(-3px, -3px);
  -o-transform: rotateZ(45deg) scaleX(1.4) translate(-3px, -3px);
  transform: rotateZ(45deg) scaleX(1.4) translate(-3px, -3px);
}

.header .navbar-toggler:hover, .header .navbar-toggler:focus-visible {
  background-color: #ffffff;
}

.header .navbar-toggler:hover .icon-left,
.header .navbar-toggler:hover .icon-right, .header .navbar-toggler:focus-visible .icon-left,
.header .navbar-toggler:focus-visible .icon-right {
  background-color: #f8b833;
}

.header .navbar-toggler:hover .icon-left::before, .header .navbar-toggler:hover .icon-left::after,
.header .navbar-toggler:hover .icon-right::before,
.header .navbar-toggler:hover .icon-right::after, .header .navbar-toggler:focus-visible .icon-left::before, .header .navbar-toggler:focus-visible .icon-left::after,
.header .navbar-toggler:focus-visible .icon-right::before,
.header .navbar-toggler:focus-visible .icon-right::after {
  background-color: #f8b833;
}

.timetable-new__icon {
  width: 20%;
  margin-left: 20px;
}

.timetable-new-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.timetable-new__table {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

@media (max-width: 1199px) {
  .header .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    height: 100vh;
    padding: 5rem 15px;
    overflow-y: auto;
    background-color: #141414;
    -webkit-transition: -webkit-transform ease-in-out .3s;
    transition: -webkit-transform ease-in-out .3s;
    -o-transition: -o-transform ease-in-out .3s;
    -moz-transition: transform ease-in-out .3s, -moz-transform ease-in-out .3s;
    transition: transform ease-in-out .3s;
    transition: transform ease-in-out .3s, -webkit-transform ease-in-out .3s, -moz-transform ease-in-out .3s, -o-transform ease-in-out .3s;
  }
  .header .navbar-collapse.show {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .header .navbar-collapse .navbar-nav {
    width: 100%;
    margin-top: 2.5rem;
  }
  .header .navbar-collapse .navbar-nav .nav-item {
    margin: 0.3rem 0.6rem;
  }
}

@media (max-width: 767px) {
  .header .navbar-collapse {
    width: 100%;
  }
}

@media screen and (max-height: 400px) {
  .header .navbar-collapse .navbar-nav {
    padding-top: 10rem;
  }
}

@media (min-width: 1200px) {
  .header .navbar .nav-item .dropdown-toggle::after {
    display: none;
  }
}

.header .navbar .nav-item .dropdown-menu {
  min-width: 11.875rem;
  background-color: #101010;
}

@media (min-width: 1200px) {
  .header .navbar .nav-item .dropdown-menu {
    background-color: #141414;
    display: block;
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  }
}

.header .navbar .nav-item .dropdown-item {
  color: #ffffff;
}

.header .navbar .nav-item .dropdown-item::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #f8b833;
  display: inline-block;
  margin-right: 0;
  vertical-align: super;
}

.header .navbar .nav-item .dropdown-item.active, .header .navbar .nav-item .dropdown-item:active, .header .navbar .nav-item .dropdown-item:hover, .header .navbar .nav-item .dropdown-item:focus {
  color: #f8b833;
  background-color: transparent;
}

.header .navbar .nav-item .dropdown-item.active::before, .header .navbar .nav-item .dropdown-item:active::before, .header .navbar .nav-item .dropdown-item:hover::before, .header .navbar .nav-item .dropdown-item:focus::before {
  width: 10px;
  margin-right: 0.5rem;
}

@media (min-width: 1200px) {
  .header .navbar .nav-item.dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: none;
  }
  .header .navbar .nav-item.dropdown:hover::before, .header .navbar .nav-item.dropdown:focus::before {
    pointer-events: all;
  }
  .header .navbar .nav-item.dropdown:hover .dropdown-menu, .header .navbar .nav-item.dropdown:focus .dropdown-menu {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
    opacity: 1;
    visibility: visible;
  }
}

.header .navbar .nav-link {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.header .navbar .nav-link.active, .header .navbar .nav-link:hover, .header .navbar .nav-link:focus-visible {
  color: #f8b833;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .header .navbar .nav-link:hover + .dropdown-menu, .header .navbar .nav-link:focus + .dropdown-menu {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
    opacity: 1;
    visibility: visible;
  }
}

.header--shadow {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
}

.header.is-visible {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.header.is-hidden {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

/* Off Canvas Navbar Toggler */
.offCanvasMenuCloser {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 8;
  opacity: 0;
  -webkit-transition: opacity .4s ease .4s;
  -o-transition: opacity .4s ease .4s;
  -moz-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s;
  display: none;
}

.offCanvasMenuCloser.show {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .offCanvasMenuCloser {
    display: block;
  }
}

/* Footer Section Style */
.footer__contact__heading__title {
  color: #f8b833;
}

@media (min-width: 768px) {
  .footer__contact__heading__title {
    font-size: 3.75rem;
  }
}

.footer__contact__form {
  background-color: #ffffff;
  padding: 0.5rem;
}

.footer__contact__form .form-control {
  min-height: 3.4375rem;
  padding-left: 1.25rem;
  text-shadow: none;
}

@media (max-width: 575px) {
  .footer__contact__form .primary-btn {
    width: 100%;
  }
}

.footer__contact__form .primary-btn__text::after {
  background-color: #f8b833;
}

.footer__contact__form .primary-btn:hover, .footer__contact__form .primary-btn:focus {
  color: #f8b833;
  background: #141414;
}

.footer__contact__form .primary-btn:hover .primary-btn__text::after, .footer__contact__form .primary-btn:focus .primary-btn__text::after {
  width: 15px;
}

.footer__contact .social-list__link {
  width: 2.8125rem;
  height: 2.8125rem;
  background-color: rgba(255, 255, 255, 0.2);
}

.footer__bottom {
  border-top: 1px solid #343434;
}

.footer__nav .nav-link {
  font-size: 0.9375rem;
  padding: .5rem .8rem;
}

.footer__nav .nav-link:hover, .footer__nav .nav-link:focus {
  color: #f8b833;
}

.footer__copyright {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
}

.footer__copyright__link:hover, .footer__copyright__link:focus {
  color: #f8b833;
}

/* Common Form Style */
.common__form .form-group {
  margin-bottom: 1.875rem;
}

.common__form .form-control {
  color: rgba(255, 255, 255, 0.65);
  caret-color: #f8b833;
  background-color: #141414;
  border-color: #343434;
  text-shadow: none;
  min-height: 3rem;
}

.common__form .form-control.is-valid {
  border-color: inherit;
}

.common__form .form-control::-webkit-input-placeholder {
  font-size: 0.95em;
  color: currentColor;
}

.common__form .form-control:-moz-placeholder {
  font-size: 0.95em;
  color: currentColor;
}

.common__form .form-control::-moz-placeholder {
  font-size: 0.95em;
  color: currentColor;
}

.common__form .form-control:-ms-input-placeholder {
  font-size: 0.95em;
  color: currentColor;
}

.common__form .form-control::-ms-input-placeholder {
  font-size: 0.95em;
  color: currentColor;
}

.common__form .form-control::placeholder {
  font-size: 0.95em;
  color: currentColor;
}

.common__form .form-control:-webkit-autofill {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.65);
}

.common__form .form-control:hover, .common__form .form-control:focus {
  border-color: #f8b833;
}

.common__form .custom-control .custom-control-label {
  font-size: 0.875rem;
  cursor: pointer;
}

.common__form .custom-control .custom-control-label::before {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #141414;
  border-color: #343434;
}

.common__form textarea {
  resize: none;
}

.common__form.was-validated .form-control:valid {
  border-color: #343434;
}

.common__form.was-validated .form-control:hover, .common__form.was-validated .form-control:focus {
  border-color: #f8b833;
}

.common__form.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: currentColor;
}

.common__form.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #343434;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form .custom-control-input:checked ~ .custom-control-label::before,
.form .custom-control-input.is-valid:checked ~ .custom-control-label::before,
.form.was-validated .custom-control-input:checked ~ .custom-control-label::before,
.form.was-validated .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #f8b833;
  border-color: #f8b833;
}

.form .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.form .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.form.was-validated .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.form.was-validated .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f8b833;
}

/* Classes Section Style */
.classes__slider .slick__arrows {
  top: -3.4375rem;
}

.classes__slider .slick-dots {
  margin-top: 2rem;
}

.classes__card__body {
  border-color: rgba(255, 255, 255, 0.15) !important;
  padding: 1rem;
  width: 100%;
}

.classes__card__sub-title, .classes__card__title {
  font-size: 20px;
}

.classes__card__sub-title {
  color: #f8b833;
}

.classes__card__sub-title__number {
  font-size: 3em;
  -webkit-text-stroke: 1.02px #ffffff;
  -webkit-text-fill-color: transparent;
}

.classes__card__title {
  font-family: "Roboto Condensed", sans-serif;
}

.classes__card__title__link:hover, .classes__card__title__link:focus {
  color: #f8b833;
}

.classes--all .classes__card {
  margin-bottom: 1.875rem;
}

/* Timetable Section Style */
.timetable__table {
  color: #ffffff;
}

.timetable__table thead th,
.timetable__table tbody td {
  border: 0;
}

.timetable__days, .timetable__times, .timetable__content, .timetable__empty {
  padding: .8rem;
}

.timetable__days:not(:first-child), .timetable__times {
  color: #141414;
  background-color: #f8b833;
}

.timetable__days {
  background-color: #000000;
}

.timetable__content {
  background-color: #141414;
}

.timetable__empty {
  background-color: #1b1b1b;
}

.timetable__times {
  font-family: "KenyanCoffeeRg", sans-serif;
}

.timetable__times__hour {
  font-size: 3.2rem;
  font-family: "KenyanCoffeeRg", sans-serif;
}

.timetable__times__meridiem {
  font-size: 1.5rem;
}

.timetable__content__title, .timetable__content__time {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.timetable__content__title {
  font-family: "Roboto Condensed", sans-serif;
}

.timetable__content__time {
  font-size: 0.85rem;
}

.timetable__content:hover {
  color: #141414;
  background-color: #f8b833;
  cursor: default;
}

/* Membership Section Style */
.membership__card {
  background-color: #141414;
  padding: 4rem 2rem;
}

@media (max-width: 991px) {
  .membership__card {
    margin-bottom: 1.875rem;
  }
}

.membership__card.active {
  border: 1px solid #f8b833;
}

@media (min-width: 992px) {
  .membership__card.active {
    background-color: #101010;
    -webkit-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -o-transform: scaleY(1.05);
    transform: scaleY(1.05);
  }
}

.membership__card__title {
  font-family: "Inter", sans-serif;
  font-size: 1.625rem;
}

@media (max-width: 767px) {
  .membership__card__title {
    font-size: 1.25rem;
  }
}

.membership__card__price {
  color: #f8b833;
  font-size: 2.4375rem;
  font-weight: bold;
}

.membership__card__period {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 16px;
    margin-top: 1.25rem;
}

.membership__card__period::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -0.7rem);
  -moz-transform: translate(-50%, -0.7rem);
  -ms-transform: translate(-50%, -0.7rem);
  -o-transform: translate(-50%, -0.7rem);
  transform: translate(-50%, -0.7rem);
  width: 100%;
  height: 1px;
  background-color: #f8b833;
}

.membership__card__list__item {
  padding-left: 0.8rem;
}

@media (max-width: 575px) {
  .membership__card__list__item {
    font-size: 0.875rem;
  }
}

.membership__card__list__item.inactive {
  opacity: 0.3;
}

.membership__card__list__item:not(:last-child) {
  margin-bottom: 1rem;
}

.membership__card__list__item::marker {
  content: "\f14a";
  font-weight: 400;
  color: #f8b833;
}

/* Our Trainers Section Style */
.trainers__card {
  margin-bottom: 1.875rem;
}

.trainers__card__head {
  pointer-events: none;
  width: -moz-calc(100% + 1px);
  width: calc(100% + 1px);
  z-index: 1;
}

@media (max-width: 575px) {
  .trainers__card__head {
    -webkit-transform: translateY(6.25rem);
    -moz-transform: translateY(6.25rem);
    -ms-transform: translateY(6.25rem);
    -o-transform: translateY(6.25rem);
    transform: translateY(6.25rem);
  }
}

.trainers__card__body {
  top: 0;
  left: 0;
  background-color: #f8b833;
}

.trainers__card__body__sub-title {
  color: #343434;
  font-size: 1.375rem;
}

.trainers__card__body__title {
  font-family: "Roboto Condensed", sans-serif;
  text-shadow: 0 0 0.5rem rgba(16, 16, 16, 0.15);
}

@media (max-width: 575px) {
  .trainers__card__body__title {
    font-size: 1.375rem;
  }
}

.trainers__card__body__title__link:hover, .trainers__card__body__title__link:focus {
  text-decoration: underline;
}

.trainers__card__social {
  bottom: 5%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1;
}

@media (max-width: 575px) {
  .trainers__card__social {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.trainers__card__social::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #f8b833;
}

.trainers__card__social .nav-link {
  font-size: 1.1rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.trainers__card__social .nav-link:hover, .trainers__card__social .nav-link:focus {
  color: #101010;
  background-color: #f8b833;
}

.trainers__card__social:hover::after {
  background-color: #ffffff;
}

@media (min-width: 576px) {
  .trainers__card:hover .trainers__card__head {
    -webkit-transform: translateY(6.5625rem);
    -moz-transform: translateY(6.5625rem);
    -ms-transform: translateY(6.5625rem);
    -o-transform: translateY(6.5625rem);
    transform: translateY(6.5625rem);
  }
  .trainers__card:hover .trainers__card__social {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.trainers__navigation .nav-link {
  color: #ffffff;
  font-size: 1.3rem;
  font-family: "Roboto Condensed", sans-serif;
}

.trainers__navigation .nav-link.active, .trainers__navigation .nav-link:hover, .trainers__navigation .nav-link:focus {
  color: #f8b833;
}

/* Blog Section Style */
.blog__card {
  padding: 0.9375rem;
  background-color: #141414;
  margin-bottom: 1.875rem;
  border: 1px solid #343434;
}

@media (min-width: 768px) {
  .blog__card__head {
    min-width: 35%;
  }
}

.blog__card__head:hover .blog__card__image, .blog__card__head:focus .blog__card__image {
  opacity: 0.7;
}

.blog__card__body {
  padding: 1rem 1.875rem 0;
}

@media (max-width: 575px) {
  .blog__card__body {
    padding: 0.625rem 0 0;
  }
}

.blog__card__title__link {
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
}

.blog__card__title__link:hover, .blog__card__title__link:focus {
  color: #f8b833;
}

@media (max-width: 575px) {
  .blog__card__title__link {
    font-size: 1.375rem;
  }
}

.blog__card__meta {
  color: #f8b833;
  font-size: 0.875rem;
}

@media (max-width: 575px) {
  .blog__card__meta {
    font-size: 0.75rem;
  }
}

.blog__card__text {
  color: rgba(255, 255, 255, 0.65);
}

.blog__card .social-list__link {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #343434;
}

.blog__card .social-list__link:hover, .blog__card .social-list__link:focus {
  border-color: #f8b833;
}

/* Banner/Hero Section Style */
.banner {
  overflow-x: hidden;
}

.banner__slider .slick__arrows {
  top: 50%;
  width: 4rem;
  height: 4rem;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 1199px) {
  .banner__slider .slick__arrows {
    width: 3rem;
    height: 3rem;
  }
}

.banner__slider .slick__arrows--left {
  left: 0;
  -webkit-transform: translate(20%, -50%);
  -moz-transform: translate(20%, -50%);
  -ms-transform: translate(20%, -50%);
  -o-transform: translate(20%, -50%);
  transform: translate(20%, -50%);
}

.banner__slider .slick__arrows--right {
  right: 0;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  -o-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
}

.banner__slider .slick__arrows:hover, .banner__slider .slick__arrows:focus {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.7);
}

.banner__slider .slick-dots {
  margin-top: 1rem;
}

@media (max-width: 991px) {
  .banner__details {
    padding: 5rem 0;
  }
}

@media (max-width: 991px) {
  .banner__slide__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.banner__slide__image__overlay::after {
  background-color: rgba(16, 16, 16, 0.4);
}

@media (min-width: 992px) {
  .banner__slide__image__overlay::after {
    display: none;
  }
}

.banner__title {
  font-weight: 500;
}

@media (max-width: 480px) {
  .banner__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 576px) {
  .banner__title {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .banner__title {
    font-size: 2rem;
  }
}

.banner__title__shape {
  font-style: normal;
  line-height: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .banner__title__shape {
    max-width: 2.5rem;
  }
}

.banner__title__shape--top {
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

@media (max-width: 991px) {
  .banner__title__shape--top--top {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

.banner .reveal::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -moz-transition: transform 0.5s linear, -moz-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear, -moz-transform 0.5s linear, -o-transform 0.5s linear;
}

.banner .reveal--text, .banner .reveal--image {
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.banner .reveal--text::after {
  background-color: #ffffff;
}

.banner .reveal--image::after {
  background-color: #f8b833;
}

.banner .reveal--btn {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.banner .reveal--btn .primary-btn {
  z-index: 1;
}

.banner .slick-active .reveal--text, .banner .slick-active .reveal--image {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -moz-transition: transform 0.5s linear, -moz-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear, -moz-transform 0.5s linear, -o-transform 0.5s linear;
}

.banner .slick-active .reveal--text::after, .banner .slick-active .reveal--image::after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.banner .slick-active .reveal--text:nth-child(2) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.banner .slick-active .reveal--text:nth-child(1)::after {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.banner .slick-active .reveal--text:nth-child(2)::after {
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.banner .slick-active .reveal--image {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.banner .slick-active .reveal--image::after {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

.banner .slick-active .reveal--btn {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s linear 1s;
  transition: -webkit-transform 0.5s linear 1s;
  -o-transition: -o-transform 0.5s linear 1s;
  -moz-transition: transform 0.5s linear 1s, -moz-transform 0.5s linear 1s;
  transition: transform 0.5s linear 1s;
  transition: transform 0.5s linear 1s, -webkit-transform 0.5s linear 1s, -moz-transform 0.5s linear 1s, -o-transform 0.5s linear 1s;
}

/* Category Section Style */
.category__block::before {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  background: rgba(248, 184, 51, 0.73);
  z-index: 1;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  -o-transition: -o-transform .3s linear;
  -moz-transition: transform .3s linear, -moz-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear, -moz-transform .3s linear, -o-transform .3s linear;
}

.category__block__image {
  height: 20rem !important;
}

.category__block__image-wrapper::after {
  /*background: rgba(16, 16, 16, 0.73);*/
}

.category__block__title {
  font-size: 1.5rem;
  z-index: 1;
}

.category__block:hover::before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/* About Section Style */
@media (min-width: 768px) {
  .about {
    margin-top: 8rem;
  }
}

.about__image-wrapper::after {
  background: rgba(16, 16, 16, 0.42);
}

@media (min-width: 768px) {
  .about__image-details {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(80%, -58%);
    -moz-transform: translate(80%, -58%);
    -ms-transform: translate(80%, -58%);
    -o-transform: translate(80%, -58%);
    transform: translate(80%, -58%);
    z-index: 2;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (min-width: 992px) {
  .about__image-details {
    -webkit-transform: translate(80%, -58%);
    -moz-transform: translate(80%, -58%);
    -ms-transform: translate(80%, -58%);
    -o-transform: translate(80%, -58%);
    transform: translate(80%, -58%);
  }
}

.about__image-details__title {
  font-size: 2.8125rem;
  font-family: "KenyanCoffeeRg", sans-serif;
  line-height: 1;
  letter-spacing: 3px;
}

@media (max-width: 991px) {
  .about__image-details__title {
    font-size: 2.1875rem;
  }
}

@media (max-width: 575px) {
  .about__image-details__title {
    font-size: 1.625rem;
  }
}

.about__details__title {
  font-size: torem(36);
  font-family: "Inter", sans-serif;
}

@media (max-width: 991px) {
  .about__details__title {
    font-size: 1.25rem;
  }
}

.about__details__text {
  color: rgba(255, 255, 255, 0.65);
}

.about__title {
  font-size: 2.375rem;
  font-family: "Inter", sans-serif;
}

@media (max-width: 991px) {
  .about__title {
    font-size: 1.625rem;
  }
}

/* Testimonial Section Style */
.testimonial__slide__image-wrapper::after {
  background: rgba(16, 16, 16, 0.1);
}

@media (max-width: 767px) {
  .testimonial__slide__image {
    max-height: 36rem;
  }
}

.testimonial__slide__icon {
  max-width: 5rem;
}

@media (max-width: 991px) {
  .testimonial__slide__icon {
    max-width: 3.5rem;
  }
}

@media (max-width: 575px) {
  .testimonial__slide__icon {
    max-width: 3rem;
  }
}

.testimonial__slide__icon--bottom {
  margin-top: -10%;
}

.testimonial__slide__text {
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  .testimonial__slide__text {
    font-size: 1.0625rem;
  }
}

.testimonial__slide__client-name {
  color: #f8b833;
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  .testimonial__slide__client-name {
    font-size: 1.25rem;
  }
}

.testimonial__slide__client-location {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.125rem;
  font-family: "Roboto Condensed", sans-serif;
}

@media (max-width: 575px) {
  .testimonial__slide__client-location {
    font-size: 1rem;
  }
}

/* Sub Banner Section Style */
.sub-banner {
  background: rgba(20, 20, 20, 0.5) url(../images/banner/sub-banner.png) no-repeat center;
  background-size: cover;
  padding: 5rem 0;
  background-blend-mode: overlay;
}

@media (min-width: 992px) {
  .sub-banner {
    padding: 8rem 0;
  }
}

.sub-banner__title {
  font-size: 3.125rem;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.65);
}

@media (min-width: 992px) {
  .sub-banner__title {
    font-size: 4.375rem;
  }
}

.sub-banner .breadcrumb-item {
  font-size: 1.25rem;
  font-family: "Roboto Condensed", sans-serif;
}

.sub-banner .breadcrumb-item.active {
  color: #f8b833;
}

.sub-banner .breadcrumb-item:not(:first-child)::before {
  content: "\f054";
  font-weight: 900;
  color: #f8b833;
}

.sub-banner .breadcrumb-link:hover, .sub-banner .breadcrumb-link:focus {
  color: #f8b833;
}

/* Blog Details Section Style */
.blog__details__meta__date {
  color: #f8b833;
}

.blog__details__meta__date::before {
  content: "\f073";
  font-weight: 400;
  color: #f8b833;
  margin-right: 0.5rem;
}

.blog__details__text {
  color: rgba(255, 255, 255, 0.65);
}

.blog__details__title {
  font-family: "Roboto Condensed", sans-serif;
  padding-left: 0.8rem;
}

.blog__details__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #f8b833;
  display: block;
}

.blog__details__blockquote {
  padding: 4rem 1.5rem;
  background-color: #141414;
  border: 1px solid #343434;
}

@media (min-width: 992px) {
  .blog__details__blockquote {
    padding: 3rem 5rem;
  }
}

.blog__details__blockquote__icon {
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  color: #101010;
  background-color: #f8b833;
  font-size: 1.5rem;
}

.blog__details__blockquote .blockquote-text {
  font-weight: 600;
}

@media (min-width: 768px) {
  .blog__details__blockquote .blockquote-text {
    font-size: 1.2rem;
  }
}

.blog__details__blockquote .blockquote-footer {
  color: #818181;
  font-size: 1rem;
  font-family: "Roboto Condensed", sans-serif;
}

@media (min-width: 768px) {
  .blog__details__blockquote .blockquote-footer {
    font-size: 1.1rem;
  }
}

.blog__details__blockquote .blockquote-footer cite {
  font-style: normal;
}

.blog__navigation .primary-btn {
  font-size: 1.0625rem;
}

@media (max-width: 480px) {
  .blog__navigation .primary-btn {
    font-size: 0.875rem;
  }
}

.blog__comment__title {
  font-size: 2.5rem;
}

.blog__comment__text {
  font-size: 0.9375rem;
}

.blog__aside__card {
  background-color: #141414;
  border: 1px solid #343434;
}

.blog__aside__card__head {
  padding: 1rem 0;
  background-color: #1b1b1b;
}

.blog__aside__card__title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.375rem;
}

.blog__aside__card__body {
  padding: 1rem 2.5rem;
}

@media (max-width: 575px) {
  .blog__aside__card__body {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.blog__aside__card__body .tag-btn {
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}

.blog__aside__card__list__item {
  padding: 1rem 0;
}

.blog__aside__card__list__item:not(:last-child) {
  border-bottom: 1px solid rgba(52, 52, 52, 0.5);
}

.blog__aside__card__list__link__icon {
  color: #f8b833;
}

.blog__aside__card__list__link:hover, .blog__aside__card__list__link:focus {
  color: #f8b833;
}

.blog__sm__card__body {
  padding-left: 1rem;
}

.blog__sm__card__title__link {
  font-size: 1.1rem;
  font-family: "Roboto Condensed", sans-serif;
}

.blog__sm__card__title__link:hover, .blog__sm__card__title__link:focus {
  color: #f8b833;
}

.blog__sm__card__meta {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.75rem;
}

/* Contact Section Style */
.contact__title {
  font-size: 2.5rem;
}
.contact-form-thanks{
  display: none;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  background: #101010;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-form-thanks.active{
  display: flex;
}
@media (min-width: 992px) {
  .contact__title {
    font-size: 32px;
  }
}

.contact__details__list__item:not(:last-child) {
  margin-bottom: 1.875rem;
}

.contact__details__list__icon {
  color: #f8b833;
  font-size: 1.5rem;
}

.contact__details__list__title {
  font-size: 1.625rem;
  letter-spacing: 2px;
}

.contact__details__list__link:hover, .contact__details__list__link:focus {
  color: #f8b833;
}

.contact__map {
  height: 30rem;
  display: grid;
  grid-template-columns: 70% 30%;
  overflow: hidden;
}

.contact__map .image {
  width: 100%;
  height: 100%;
  background-image: url(../images/street-photo.jpg);
  border-left: 5px solid #f8b833;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact__map__frame {
  -webkit-filter: invert(10%) grayscale(100%) brightness(70%) contrast(3);
  filter: invert(10%) grayscale(100%) brightness(70%) contrast(3);
}

@media (max-width: 1199px) {
  .contact__map {
    height: 100%;
    grid-template-columns: 1fr;
  }
  .contact__map .image {
    width: 100%;
    height: 80rem;
    background-image: url(../images/street-photo.jpg);
    border-left: none;
    border-top: 5px solid #f8b833;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .contact__map__frame {
    height: 30rem !important;
  }
}

@media (max-width: 991px) {
  .contact__map .image {
    height: 60rem;
  }
}

@media (max-width: 767px) {
  .contact__map .image {
    height: 50rem;
  }
}

@media (max-width: 575px) {
  .banner-text__mobile-shadow {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .contact__map .image {
    height: 35rem;
  }
}

/*# sourceMappingURL=style.css.map */