body {
    font-family: 'FH Oscar Test';
}

.logo img {
    width: 220px;
}

#header-sticky {
    /*border-bottom: 1px solid rgb(255, 255, 255, .35);*/
    background-color: rgb(255, 255, 255, 1);
}

.sidebar-contact a {
    color: #fff;
}

.cp-custom-accordion .accordion-buttons {
    padding: 20px 20px 30px 20px;
}


.project-grid .project-bg {
    height: 450px;
    background-size: cover;
    background-position: center;
}

#project-grid .single-project-item .project-info p {
    font-size: 12px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
}

.text-justify {
    text-align: justify;
}

.contact-section .single-contact-info h4 {
    font-size: 1.35rem;
}

.contact-section iframe {
    height: 500px;
}

a.map-btn {
    background: #1D1E21;
    border-color: #1D1E21;
    border-radius: 0;
    display: inline-block;
    color: #fff;
    width: 30%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 20px;
    text-align: center;
}

.map-btn-wrapper {
    display: flex;
    gap: 1rem;
    margin-bottom: 20px;
}

form.lang-form button {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.main-menu .lang-menu .sub-menu {
    width: 120px;
}

.project-bg {
    background-image: none;
}

#project-grid .single-project-item .project-info {
    background-color: #000;
}

#project-grid .single-project-item .project-info h5, #project-grid .single-project-item .project-info p {
    color: #fff;
}

#about_page .section-title h1 {
    font-size: 60px;
}

.category-cover {
    overflow: hidden;
}

.category-cover img {
    transition: .7s ease-in-out;
}

.category-cover:hover img {
    transform: scale(1.05);
    filter: opacity(.75);
}

section.cookie h2, section.cookie h3 {
    margin-bottom: 15px;
}

section.cookie h3 {
    font-size: 1.45rem;
}

section.cookie ul {
    padding-left: 2.25rem;
    margin-bottom: 20px;
}

section.cookie strong {
    color: #000;
}

section.cookie ul li {
    list-style: disc;
}

#open_preferences_center {
    display: none;
}

section.references table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

section.references table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

section.references table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

section.references table th,
section.references table td {
    padding: .625em;
    text-align: center;
}

section.references table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.single-project-item .project-details {
    padding: 10px;
}

.single-project-item:after {
    background: transparent;
}

.single-project-item h5 {
    margin: .5rem 0;
    font-weight: 600;
}

.single-project-item {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: .5s ease-in-out;
}

.single-project-item:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.single-project-item .project-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.single-project-item:hover .project-bg::before {
    opacity: .5;
}

.single-project-item .project-details-overlay {
    position: absolute;
    opacity: 0;
    transition: .5s ease-in-out;
    background-color: rgb(0, 0, 0, .5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 30px;
    flex-direction: column;
    justify-content: flex-end;
}

.single-project-item:hover .project-details-overlay {
    opacity: 1;
}

.project-details-overlay h5, .project-details-overlay h6 {
    color: #fff;
}

.project-details-overlay h5 {
    font-weight: 600;
}

.project-details-overlay .v-line, .project-details-overlay .h-line {
    position: absolute;
    background-color: rgb(255, 255, 255, .75);
}

.h-line {
    width: 0;
    transition: width .7s ease-in-out;
    left: 0;
    top: 15px;
    height: 1px;
}

.v-line {
    height: 0;
    width: 1px;
    right: 15px;
    bottom: 0;
    transition: height .7s ease-in-out;
}

.single-project-item:hover .v-line {
    height: 100%;
}

.single-project-item:hover .h-line {
    width: 100%;
}

/*FLAWLESS*/

.tc-flawless-style5 {
    position: relative;
    padding: 60px 0;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fsz-70 {
    font-size: 70px !important;
}

.tc-flawless-style5 .flawless .flex-accordion {
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li:not(.is-open) {
    width: 100px;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open .bg {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner {
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title {
    width: 110px;
    height: 100%;
    position: relative;
    padding: 40px 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open .panel-inner .acc-title {
    cursor: inherit;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open .panel-inner .acc-title {
    cursor: inherit;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body {
    position: absolute;
    top: 0;
    left: 110px;
    width: calc(100% - 110px);
    height: 100%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open .panel-inner .acc-body {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .numb {
    font-size: 72px;
    line-height: 1;
    color: #fff;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-title .txt {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg) translateY(40px);
    -ms-transform: rotate(-90deg) translateY(40px);
    transform: rotate(-90deg) translateY(40px);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    text-align: start;
    color: #fff;
    white-space: nowrap;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body .text-title {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 40px;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body .float-arrow {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: rgba(162, 162, 162, 0.75);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    transition: background-color .4s ease-in-out;
}

.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner .acc-body .float-arrow:hover {
    background-color: rgba(162, 162, 162, 1);
}

.header-area.absolute-header .main-menu ul > li > a {
    color: #000;
    font-size: 18px;
    letter-spacing: 1.2px;
}

#loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader img {
    width: 300px;
}

.header-area .logo {
    height: unset;
}


.showcase-img img {
    width: 100%;
}

.section-title h6 {
    text-transform: none;
}


.showcase-img .swiper-slide {
    height: 940px;
    background-position: center;
    background-size: cover;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255, .35);
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px;
}

section.B {
    margin-bottom: -1px;
}

.footer-area {
    background: #000000;
}


.footer-area input {
    width: 225px;
    padding: 5px 0px 5px 15px;
    margin: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    background-color: #000;
    color: #fff;
    border-color: #bbb;
    border: 1px solid;
    vertical-align: middle;
    line-height: 1.8;
}

.footer-area input::placeholder {
    color: #fff;
}

.subscribe {
    display: flex;
    align-items: stretch;
    margin-bottom: 20px;
}

.subscribe button {
    background-color: #fff;
    color: #000;
}

.absolute-header #hamburger i {
    color: #404040;
}

.mobile-nav {
    width: 100%;
    background-color: #fff;
    right: -100%;
}

.mobile-nav .sidebar-nav .metismenu a {
    color: rgb(0 0 0);
    border-bottom: 1px solid #ececec;
    font-weight: 600;
}

.action-bar .theme-btn, .white-btn, .primary-btn {
    background: #ffffff;
    color: #000;
    border: 1px solid #cbcbcb;
}

.action-bar a {
    color: #000;
}

.mobile-nav .close-nav {
    color: #101010;
}

.theme-btn, .white-btn, .primary-btn {
    background-color: transparent;
    border: 1px solid #fff;
}

.single-slide-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-color: rgb(0, 0, 0, .15);
}

#home-2 .single-slide-item h1 {
    font-weight: 300;
    line-height: 65px;
    font-size: 60px;
}

.main-menu ul > li > a {
    padding: 25px 0;
}

.main-menu ul > li > ul {
    background-color: #ffffff;
}

.main-menu ul > li > ul li a.active {
    color: #000 !important;
}

.mega-menu {
    position: absolute;
    display: none;
    top: 100%;
    background-color: #fff;
    width: 100%;
    text-align: left !important;
    padding: 1.75rem;
}

.main-menu {
    position: relative;
}

.mega-menu ul li a {
    font-size: 15px !important;
}

.mega-menu .title {
    letter-spacing: 1px;
    font-weight: 600;
    padding-left: 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.mega-menu .title::before {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 1px;
    background-color: #000;
    width: 100%;
}

.main-menu .mega-menu ul > li > a {
    padding: 15px 0;
}

.main-menu ul li a i {
    font-size: 14px;
}


.hero .owl-dots {
    text-align: center;
    margin-top: 20px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

/* Each dot */
.hero .owl-dot {
    width: 15px;
    height: 15px;
    border: 2px solid white !important; /* outline white */
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    background: transparent;
    transition: all 0.3s ease;
}

/* Active dot */
.hero .owl-dot.active {
    background: white; /* filled white */
}

.fullpage-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    background-position: center;
    background-size: cover;
}

.fullpage-banner h1 {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 45px;
    position: relative;
}

.fullpage-banner::before {
    content: "";
    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .3;
    background-color: #000;
    pointer-events: none;
}

.gallery-item {
    margin-bottom: 2rem;
}

.gallery-item img {
    width: 100%;
}

.mega-menu ul li {
    display: block !important;
}

.hero h4, .hero h6 {
    color: #fff;
}

.slider-location {
    margin-bottom: 30px;
}

.hero a.theme-btn {
    margin-bottom: 20px;
}

.team-item {
    margin-bottom: 30px;
}

section.our-team {
    padding: 80px 0 0;
}

.team-meta {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 20px;
}

.team-meta span.position {
    background-color: #dedede;
    padding: 4px 8px;
    font-size: 18px;
    font-weight: 500;
}

.team-meta span.name {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.hero .single-slide-item h1 {
    text-transform: none !important;
}

.lang-form .dropdown-item {
    color: #000;
}

.header-area.absolute-header .main-menu ul li a:before {
    display: none;
}

.main-menu ul > li > ul li a.active {
    padding-left: 35px;
}

.bkm-club-banner {
    /*height: 850px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    flex-direction: column;
    position: relative;
}

.bkm-club-banner img {
    width: 100%;
}

.bkm-club-banner-meta {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bkm-club-banner h1, .bkm-club-banner h4 {
    color: #fff;
    position: relative;
    z-index: 2;
}

.bkm-club-banner h1 {
    margin-bottom: 20px;
    font-size: 50px;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
}

#blog_page, .blog-details-page {
    padding: 150px 0;
}

.slider-location h4 {
    text-transform: uppercase;
}

.masonry .grid-item {
    width: 50%;
    padding: .5rem;
}

.masonry .grid-sizer {
    width: 50%;
}

.breadcrumb-area.white-bg h1 {
    font-size: 40px;
}

.message-box {
    padding: 1.5rem;
    margin-top: 30px;
    text-align: center;
    border: 1px solid #d5d5d5;
}

.contact-section iframe {
     z-index: 1;
}


.filter-button-group {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 30px;
}

.filter-btn {
    padding: .5rem 2rem;
    background-color: #000;
    color: #fff;
    text-align: center;
    transition: .6s ease-in-out;
    border: none;
}

.filter-btn.active {
    background-color: #3a3a3a;
}