/*
Theme Name: Oppermann Makelaars - Independent Financial Advisors
Author: Web Ateljee
Author URI: https://www.webateljee.co.za
Version: 1.5
Text Domain: oppermannmakelaarstheme

Table of contents:
~~~~~~~~~~~~~~~~~
1.   Typography/General
2.   Header
3.   Slider / Page Headers
4.   Content
5.   Shortcuts
6.   Footer
7.   Copyright
*/

/* 1. Typography/General */
body {
    color: #444444;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
body * {
    
}
body p {
    line-height: 26px;
}
body.locked {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 800;
    color: #203246;
    margin: 0 0 25px 0;
    position: relative;
}

h1 {
    font-size: 30px;
    line-height: 46px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 24px;
    font-weight: 500;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

hr {
    border-color: #e4e4ea;
    clear: both;
    margin: 0 0;
}

.input-group .btn {
    height: 40px;
}

.btn {
    background-color: #2d435b;
    color: #ffffff;
    margin-top: 15px;
    padding: 10px 15px;
}
.btn i {
    margin-right: 5px;
}
.btn:focus, .btn:hover {
    color: #2d435b;
    text-decoration: none;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.65);
}

::selection {
  background: transparent; /* WebKit/Blink Browsers */
  background-color: transparent;
  color: inherit;
}
::-moz-selection {
  background: transparent; /* Gecko Browsers */
  background-color: transparent;
  color: inherit;
}

a {
    color: #cccccc;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:focus, a:hover {
    color: #ffffff;
    text-decoration: none;
}

.primary-btn {
    background-color: #2d435b;
    border: 2px solid #203246;
    color: #ffffff;
    padding: 10px 15px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.primary-btn:hover {
    background-color: #203246;
}

ul {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}
ul li {
    position: relative;
}

img {
    height: auto;
    max-width: 100%;
}

.extra-padding-30 {
    padding: 30px;
}
.extra-padding-x-30 {
    padding: 0 30px;
}
.extra-padding-y-30 {
    padding: 30px 0;
}

.for-mobile, .for-tablet {
    display: none !important;
}
/* 1. Typography/General */

/* 2. Header */
header.primary {
    background-color: transparent;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
body.admin-bar header.primary {
    top: 32px;
}

header.primary .header-top {
    background-color: #203246;
    font-size: 14px;
    overflow: hidden;
}
header.primary .header-top ul.contacts {
    display: block;
    float: left;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}
header.primary .header-top ul.contacts li {
    display: inline-block;
    margin-right: 15px;
}
header.primary .header-top ul.contacts li a {
    color: #cccccc;
    display: block;
}
header.primary .header-top ul.contacts li a:focus,
header.primary .header-top ul.contacts li a:hover {
    color: #ffffff;
}
header.primary .header-top ul.contacts li a i {
    color: #44607f;
    font-size: 16px;
    margin-right: 10px;
}
header.primary .header-top ul.socials {
    display: block;
    float: right;
    margin: 0;
    text-align: right;
}
header.primary .header-top ul.socials li {
    display: inline-block;
    margin-left: 15px;
}
header.primary .header-top ul.socials li a {
    background-color: transparent;
    color: #cccccc;
    display: block;
    padding: 10px 10px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
header.primary .header-top ul.socials li a:focus,
header.primary .header-top ul.socials li a:hover {
    background-color: #cccccc;
    color: #2d435b;
}
header.primary .header-top ul.socials li a i {
    font-size: 16px;
}

header.primary nav.menu .search-btn {
    display: block;
    float: right;
    padding: 35px 10px 35px 40px;
}
header.primary nav.menu .search-btn a,
header.primary nav.menu .search-btn a:focus,
header.primary nav.menu .search-btn a:hover {
    color: #cccccc;
}
header.primary .search-box {
    background-color: #333333;
    display: none;
    padding: 5px 0;
}
header.primary .search-box form.form-group {
    float: left;
    margin-bottom: 0;
    width: 95%;
}
header.primary .search-box input {
    background: none;
    border: none;
    box-shadow: none;
    color: #ccc;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    padding: 0;
    width: 90%;
}
header.primary .search-box input:focus {
    border: none;
    box-shadow: none;
    outline: 0;
}
header.primary .search-box form.form-group button.search-btn {
    background: none;
    border: none;
    color: #ffffff;
    float: right;
    margin-top: 4px;
}
header.primary .search-box span.close-search {
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    margin: 0 8px 0 0;
    padding: 5px 5px;
}

section.main-content .card.search {
    margin-bottom: 60px;
}

nav.menu {
    background-color: #2d435b;
}

nav.menu .brand {
    display: block;
    float: left;
    margin-top: 0;
    position: relative;
    padding: 8px 0;
    text-align: left;
    width: 260px;
}

nav.menu > .mobile-nav-toggle {
    display: none;
    float: right;
    margin-left: 15px;
    margin-top: 10px;
}
nav.menu > .mobile-nav-toggle a:focus i,
nav.menu > .mobile-nav-toggle a:hover i {
    color: #2d435b;
}
nav.menu > .mobile-nav-toggle a i {
    color: #2d435b;
    font-size: 28px;
}

nav.menu #menu-list {
    
}
nav.menu #menu-list ul {
    display: inline-block;
}
nav.menu #menu-list ul.nav-list {
    display: block;
    float: right;
    margin: 0 50px 0 auto;
    position: relative;
}
nav.menu #menu-list ul li {
    display: block;
    float: left;
    padding: 40px 40px 40px 0;
}
nav.menu #menu-list ul li a {
    color: #cccccc;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    position: relative;
}
nav.menu #menu-list ul li a i.fa-solid.fa-angle-down {
    color: #444444;
    font-size: 14px;
    position: absolute;
    right: -15px;
    top: 0;
}
nav.menu #menu-list ul li a:hover i.fa-solid.fa-angle-down {
    color: #2d435b;
}
nav.menu #menu-list ul li.current-menu-item a,
nav.menu #menu-list ul li.current-menu-parent a,
nav.menu #menu-list ul li.current-page-ancestor a,
nav.menu #menu-list ul li a:focus,
nav.menu #menu-list ul li a:hover {
    color: #ffffff;
}

header nav.menu #menu-list ul > li.dropdown {
    position: relative;
}
header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu {
    border: none;
    border-left: 5px solid #2d435b;
    border-radius: 0;
    display: block;
    margin: 0 auto 0 auto;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    visibility: hidden;
}
header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu::before {
    background-color: #2d435b;
    content: "";
    height: 5px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 50%;
}
body.fixed-nav header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu {
    margin: 0 auto 0 auto;
}
header nav.menu #menu-list ul > li.dropdown:hover > ul.dropdown-menu {
    opacity: 1;
    transform: translateY(0) !important;
    visibility: visible;
}
header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu > li {
    display: block;
    float: none;
    padding: 0 0;
    position: relative;
}
header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu > li > a {
    background-color: #ffffff;
    color: #444444;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    width: auto;
}
header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu > li.current-menu-item > a {
    color: #2d435b;
}
header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu > li > a::after {
    background-color: transparent;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 50px;
    position: absolute;
    top: 100%;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    width: 5px;
    z-index: -1;
}
header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu > li:hover > a {
    color: #2d435b;
}
/* 2. Header */

/* 3. Slider / Page Header */
section.main-slider {
    padding: 0 0 !important;
    position: relative;
    z-index: 1;
}
.swiper {
/*    height: 100vh;*/
    height: 800px;
    width: 100%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper-slide .slide-layer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 7000ms ease;
    transition: -webkit-transform 7000ms ease;
    transition: transform 7000ms ease;
    transition: transform 7000ms ease, -webkit-transform 7000ms ease;
    z-index: 1;
}
.swiper-slide .slide-layer::before {
    background: rgba(30, 30, 34, 0.15);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.swiper-bottom-box {
    position: absolute;
    left: 0;
    bottom: 60px;
    right: 0;
    min-height: 50px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-nav {
    position: relative;
    float: left;
    width: 150px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #1e1e22;
    opacity: 1;
    margin: 0 5px;
    margin-bottom: 0px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: rgba(255, 255, 255, 0.2);
}
.swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #1e1e22;
    opacity: 1;
    margin: 0 5px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: rgba(255, 255, 255, 0.2);
}
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #2d435b;
    color: #ffffff;
}

section.main-slider .swiper-pagination {
    -ms-flex-align: end;
    align-items: flex-end;
    display: flex;
    z-index: 10;
    width: 150px;
    text-align: right;
    position: relative;
    margin-left: auto;
    float: right;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
}
span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 0;
    border: 2px solid transparent;
    background-color: rgba(255, 255, 255, 0.8);
}
span.swiper-pagination-bullet-active {
    border: 2px solid #ffffff;
    background-color: transparent;
}

.swiper-slide .container {
    padding-top: 350px;
    position: relative;
    z-index: 30;
}
.swiper-slide .container .slide-content {
    
}
.swiper-slide .container .slide-content h2 {
    margin-bottom: 30px;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    text-shadow: 1px 1px 1px #444444;
}
.swiper-slide-active .container .slide-content h2 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.swiper-slide .container .slide-content h1 {
    font-size: 50px;
    color: #203246;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 60px !important;
    letter-spacing: 0.1em;
    opacity: 0;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
    text-align: center;
    text-shadow: 1px 1px 1px #ffffff;
}
.swiper-slide .container .slide-content h1 p {
    line-height: unset;
    margin-bottom: 0;
}
.swiper-slide-active .container .slide-content h1 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
.swiper-slide .container .slide-content a.primary-btn {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-delay: 2500ms;
    transition-delay: 2500ms;
    -webkit-transition: opacity 2000ms ease, color 500ms ease, background 500ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, color 500ms ease, background 500ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, color 500ms ease, background 500ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease, -webkit-transform 2000ms ease;
}
.swiper-slide-active .container .slide-content a.primary-btn {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

section.page-header {
    background-color: #333333;
    border: none;
    margin: 0;
    padding: 200px 0 0 0;
}
section.page-header.first {
    padding: 200px 0 75px 0;
}
section.page-header p {
    color: #cccccc;
}

section.page-header ul.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: none;
    margin: 0;
    padding: 15px 0;
    text-align: center;
}
section.page-header ul.breadcrumb li {
    color: #cccccc;
    display: inline-block;
    font-weight: 400;
}
section.page-header ul.breadcrumb li::before {
    display: none;
}
section.page-header ul.breadcrumb li.separator {
    padding: 0 10px;
}
section.page-header ul.breadcrumb li:nth-last-child(2),
section.page-header ul.breadcrumb li.separator:last-child {
    display: none;
}
section.page-header ul.breadcrumb li a {
    color: #cccccc;
    display: inline-block;
}
section.page-header ul.breadcrumb li a:hover {
    color: #ffffff;
}
section.page-header ul.breadcrumb li.active,
section.page-header ul.breadcrumb li.item-current {
    display: none;
}

section.page-header h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 0;
    text-align: center;
}
/* 3. Slider / Page Header */

/* 4. Content */
section {
    overflow: hidden;
    padding: 75px 0;
    position: relative;
}

section.intro {
    background-color: #e2e2e2;
    padding-bottom: 50px;
}
section.intro .card {
    min-height: 100px;
    padding: 0 0 0 70px;
    position: relative;
}
section.intro .card i {
    color: #2d435b;
    font-size: 40px;
    left: 0;
    position: absolute;
    top: 15px;
}
section.intro .card h3 {
    color: #222222;
}

section h3 {
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0;
}
section h4 {
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
section.main-content .featured-img figure {
    height: 400px;
    width: 100%;
}
section.main-content ol li a,
section.main-content ul li a {
    color: #444444;
}
section.main-content ol li,
section.main-content ul li {
    padding: 0 0 15px 15px;
}
section.main-content ul,
section.main-content ol {
    margin: 15px 0;
}
section.main-content ol > li {
    font-weight: 600;
}
section.main-content ol > li ul {
    padding-top: 15px;
}
section.main-content ol > li ul li {
    font-weight: 400;
}
section.main-content ol li::marker {
    color: #2d435b;
}
section.main-content ul li::before {
    background-color: #2d435b;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 4px;
}

/* Services */
section.main-content .content-block {
    background-color: #ffffff;
    margin-top: 50px;
    padding: 50px 50px;
}
section.main-content .content-block.dark {
    background-color: #e2e2e2;
}
section.main-content .content-block .card {
    margin-bottom: 30px;
    text-align: center;
}
section.main-content .content-block .card i {
    color: #2d435b;
    font-size: 30px;
}
section.main-content .content-block .card h4 {
    margin: 15px 0;
    text-align: center;
}
section.main-content .content-block .card ul li {
    padding: 0 0 5px 0;
}
section.main-content .content-block .card ul li::before {
    display: none;
}
section.main-content .content-block .card .card-img {
    position: relative;
}
section.main-content .content-block .card .card-img .img-overlay {
    background-color: rgba(45, 67, 91, 0.75);
    height: 100%;
    left: 0;
    opacity: 0;
    padding-top: 30%;
    position: absolute;
    top: 0;
    transition: all 0.2s;
    width: 100%;
}
section.main-content .content-block .card .card-img:hover .img-overlay {
    opacity: 1;
}
section.main-content .content-block .card .card-img .img-overlay a {
    border: 1px solid #fff;
    border-radius: 50%;
    bottom: -150px;
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    position: relative;
    width: 40px;
}
section.main-content .content-block .card .card-img:hover .img-overlay a {
    bottom: 0;
}

/* Gallery */
section.main-content .gallery {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    clear: both !important;
    margin-left: -15px !important;
    margin-top: 30px !important;
}
section.main-content .gallery dl.gallery-item {
    float: left !important;
    margin-bottom: 30px !important;
    margin-top: 0 !important;
    min-height: 1px !important;
    position: relative !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: center !important;
    width: 20% !important;
}
section.main-content .gallery dl.gallery-item dt.gallery-icon img {
    border: none !important;
    height: auto !important;
    max-width: 100% !important;
}
section.main-content .gallery dl.gallery-item dd.wp-caption-text {
    display: none !important;
    font-weight: 500 !important;
    margin-left: 0 !important;
    padding-top: 10px !important;
}



section.main-content .form-wrapper {
    padding: 30px 0;
}
section.main-content .form-wrapper h3 {
    
}
section.main-content .form-wrapper label {
    color: #444444;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

section.main-content .map-wrapper {
    background-color: #2d435b;
    padding: 30px 0 30px 30px;
    position: relative;
}
section.main-content .map-wrapper::before {
    background-color: #2d435b;
    bottom: 0;
    content: "";
    height: 100%;
    left: 100%;
    position: absolute;
    right: auto;
    top: 0;
    width: 10000%;
}
section.main-content .map-wrapper h3 {
    color: #ffffff;
}
section.main-content .map-wrapper iframe {
    max-width: 100%;
}

section.brands {
    padding-top: 0;
}

section.brands .inner-wrapper {
    border-top: 1px solid #e2e2e2;
    padding-top: 75px;
}
section.brands .swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
section.brands .swiper-container .swiper-wrapper .swiper-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 160px;
}
section.brands .swiper-container .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    opacity: 0.6;
    -webkit-transition: 500ms;
    transition: 500ms;
}
section.brands .swiper-container .swiper-wrapper .swiper-slide:hover img {
    opacity: 1;
}
/* 4. Content */

/* 5. Shortcuts */

/* 5. Shortcuts */

/* 6. Footer */
footer {
    background-color: #222222;
    color: #999999;
    padding: 75px 0;
}
footer h2 {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 600;
}
footer .widget ul li strong {
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
footer .widget ul li p {
    margin-bottom: 0;
}
footer .widget ul li {
    padding: 0 0 10px 30px;
}
footer .widget ul li i {
    color: #ffffff;
    left: 0;
    position: absolute;
    top: 2px;
}
footer ul.menu li {
    padding: 0 0 10px 20px;
}
footer ul.menu li::before {
    color: #cccccc;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 0;
}
footer ul.menu li a {
    color: #999999;
}
footer ul.menu li a:hover {
    color: #ffffff;
}
/* 6. Footer */

/* 7. Copyright */
section.copyright {
    background-color: #1b1b1b;
    padding: 40px 0;
}
section.copyright p {
    font-size: 15px;
    margin-bottom: 0;
}
section.copyright a {
    color: #444444;
}
/* 7. Copyright */

#scroll_up {
    bottom: 30px;
    border-radius: 50%;
    color: #ffffff;
    display: none;
    font-size: 0;
    font-weight: 900;
    height: 0;
    line-height: 25px;
    padding-top: 12px;
    position: fixed;
    right: 34px;
    text-align: center;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    width: 0;
    z-index: 7;
}
#scroll_up i {
    padding: 0 0;
}
#scroll_up.top-visible {
    animation: jump 4s infinite;
    background-color: #2d435b;
    font-size: 22px;
    height: 50px;
    width: 50px
}
#scroll_up.top-visible:hover {
    background-color: #222222;
}

/* Mobile Toggle */
nav.menu .mobile-toggle {
    color: #ffffff;
    display: none;
    float: right;
    padding: 35px 10px 35px 40px;
}
nav.menu .mobile-toggle a i {
    font-size: 19px;
}
.backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}
nav.menu #menu-list ul li.nav-title {
    display: none;
}

@media screen and (max-width: 1530px) {
    
    
    
}

@media screen and (max-width: 1199px) {
    
    
    
    
    
}

@media screen and (max-width: 991px) {
    
    .remove-on-mobile {
        display: none;
    }
    .for-tablet {
        display: block;
    }
    
    header nav.menu .mobile-toggle {
        display: inline-block;
    }
    header nav.menu #menu-list ul.nav-list {
        background-color: #203246;
        height: 100%;
        margin: 0;
        overflow: auto;
        padding: 0 15px;
        position: fixed;
        right: -320px;
        top: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        width: 320px;
        z-index: 3000;
    }
    header nav.menu #menu-list ul.nav-list.active {
        right: 0;
    }
    header nav.menu #menu-list ul.nav-list > li {
        display: block;
        float: none;
        padding: 0 0;
        position: static;
    }
    header nav.menu #menu-list ul.nav-list > li.nav-title {
        text-align: center;
        position: relative;
    }
    header nav.menu #menu-list ul.nav-list > li.nav-title a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        color: #ffffff;
        padding: 15px 15px;
        position: relative;
        text-align: center;
        z-index: 1;
    }
    header nav.menu #menu-list ul.nav-list > li.nav-title .back {
        z-index: 9;
        position: absolute;
        height: 100%;
        width: 48px;
        height: 48px;
        line-height: 50px;
        font-size: 16px;
    }
    header nav.menu #menu-list ul.nav-list > li.nav-title .back i {
        color: #ffffff;
    }
    header nav.menu #menu-list ul.nav-list li a {
        display: block;
        font-size: 14px;
        padding: 15px 20px;
        text-align: left;
    }
    header nav.menu #menu-list ul.nav-list li.dropdown a::before {
        display: none;
    }
    header nav.menu #menu-list ul.nav-list li.dropdown a i.fa-solid.fa-angle-down {
        color: #aaaaaa;
        right: 0;
        top: 12px;
        height: 20px;
        width: 20px;
        padding: 4px;
        position: absolute;
    }
    header nav.menu #menu-list ul.nav-list li.dropdown a:hover i.fa-solid.fa-angle-down {
        color: #ffffff;
    }
    header nav.menu #menu-list ul > li.dropdown:hover > ul.dropdown-menu {
        opacity: unset;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        visibility: unset;
    }
    header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu {
        border: none;
        box-shadow: none;
        padding: 0 0;
        position: absolute;
        top: 48px;
        left: initial;
        right: -320px;
        height: calc(100% - 48px);
        height: -webkit-calc(100% - 48px);
        height: -moz-calc(100% - 48px);
        height: -o-calc(100% - 48px);
        width: 320px;
        transform: translateY(0) translateX(320px);
        -webkit-transform: translateY(0) translateX(320px);
        -moz-transform: translateY(0) translateX(320px);
        -o-transform: translateY(0) translateX(320px);
        visibility: visible;
        display: none;
        opacity: 1;
    }
    header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu::before {
        display: none;
    }
    header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu.active {
        border: none;
        opacity: 1;
        right: 0;
        top: 48px;
        transform: translateY(0) translateX(0);
        -webkit-transform: translateY(0) translateX(0);
        -moz-transform: translateY(0) translateX(0);
        -o-transform: translateY(0) translateX(0);
        visibility: visible;
    }
    
    section.main-slider .swiper {
        height: 600px;
    }
    section.main-slider .swiper .swiper-slide .container {
        padding-top: 220px;
    }
    section.main-slider .swiper .swiper-slide .container .slide-content h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    section.main-slider .swiper .swiper-slide .container .slide-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    
    section.intro .card {
        margin-bottom: 30px;
        padding-left: 0;
        text-align: center;
    }
    section.intro .card i {
        display: inline-block;
        left: auto;
        position: relative;
        top: auto;
    }
    
    section.main-content .content-block .card {
        
    }
    
    section.main-content .gallery dl.gallery-item {
        width: 25% !important;
    }
    
}

@media screen and (max-width: 767px) {
    
    section.main-content .gallery dl.gallery-item {
        width: 50% !important;
    }
    
    section.main-content .map-wrapper {
        padding: 30px;
    }
    section.main-content .map-wrapper::before {
        display: none;
    }
    section.main-content .map-wrapper iframe {
        width: 100%;
    }
    
}

@media screen and (max-width: 425px) {
    
    
    
}