/* Importing font for testimonials */
@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-Light.woff") format("woff");
    src: url("fonts/Poppins-Medium.woff") format("woff");
    src: url("fonts/Poppins-Regular.woff") format("woff");
}

@font-face {
    font-family: "Avenir Next";
    src: url("fonts/Avenir-Next-Font.woff") format("woff");
}
@font-face {
    font-family: "Minion Pro";
    src: url("fonts/MinionPro-Regular.woff") format("woff");
    src: url("fonts/MinionPro-Medium.woff") format("woff");
    src: url("fonts/MinionPro-Bold.woff") format("woff");
}
@font-face {
    font-family: "Myriad Pro";
    src: url("fonts/MYRIADPRO-REGULAR.woff") format("woff");
}

@media (min-width: 1200px) {
    .container {
        max-width: 85%;
    }
}
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

/* footer */
.footer-widgets-wrap h4,
.footer-widgets-wrap p,
.footer-widgets-wrap a {
    font-size: 18px !important;
}
.footer-widgets-wrap .widget p img{
    margin-top: -25px;
}

.footer-main-title {
    font-size: 26px;
}

/*.widget h4:after {*/
/*    content: "";*/
/*    border-bottom: 1px solid #ccc;*/
/*    width: 10%;*/
/*    display: block;*/
/*}*/

.widget_links a {
    background-image: none !important;
    border-left: 2px solid #ccc !important;
    height: 10px;
    display: flex !important;
    align-items: center;
    margin-bottom: 10px;
}

.widget_social_links a {
    display: flex;
    line-height: 30px;
    margin-bottom: 15px;
}
.widget_social_links a i {
    width: 30px;
    height: 30px;
    font-size: 30px;
    margin-right: 5px;
}

/*newsletter register*/
.widget input {
    font-family: "Open Sans Condensed", sans-serif;
}
.widget .newsletter {
    color: #000;
    background-color: white;
    font-family: "Open Sans Condensed", sans-serif;
    padding: 5px 16px;
    margin-left: 3px;
}

.dark #copyrights {
    background-color: #284288;
}

/* end footer */

/* Custom CSS for news cards -> implementing filters */
/* Filter classes */
.overlay {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.4))
    ) !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4)) !important;
    -webkit-filter: contrast(1.2);
    filter: contrast(1.2);
}

.image-overlay {
    position: relative;
}

.image-overlay a {
    z-index: 999999999;
}
.red-yellow {
    background: transparent
        linear-gradient(
            to top right,
            #ffea3d 0%,
            #ffd738 10%,
            #ffc333 20%,
            #ffae2e 30%,
            #ff9a29 40%,
            #ff7450 50%,
            #fc3a91 60%,
            #e42e8f 70%,
            #ca2c83 80%,
            #b02a79 90%,
            #b02a79 100%
        )
        0% 0% no-repeat padding-box;
    opacity: 1;
    mix-blend-mode: color;
}

.cyan-blue {
    background: transparent
        linear-gradient(
            to top right,
            #0055ad 0%,
            #0056ae 10%,
            #0077c3 20%,
            #276fbb 30%,
            #9144a3 40%,
            #d62d98 50%,
            #fa3199 60%,
            #8d85aa 70%,
            #34b8b7 80%,
            #4fc5bb 90%,
            #5eccbd 100%
        )
        0% 0% no-repeat padding-box;
    opacity: 1;
    mix-blend-mode: color;
}

.green-red {
    background: transparent
        linear-gradient(
            to top right,
            #36b64b 0%,
            #44b94a 10%,
            #6cc247 20%,
            #a3ab63 30%,
            #c85b8c 40%,
            #d92d95 50%,
            #de2c79 60%,
            #e42c59 70%,
            #ea2c36 80%,
            #ef2c19 90%,
            #ef2c19 100%
        )
        0% 0% no-repeat padding-box;
    opacity: 1;
    mix-blend-mode: color;
}

.blue-red {
    background: transparent
        linear-gradient(
            to top right,
            #008fd3 0%,
            #0093cb 10%,
            #2c9ab7 20%,
            #69a599 30%,
            #b5b56e 40%,
            #ffca35 50%,
            #ff8725 60%,
            #ff581d 70%,
            #ff3c18 80%,
            #ff3017 90%,
            #ff2d16 100%
        )
        0% 0% no-repeat padding-box;
    opacity: 1;
    mix-blend-mode: color;
}

.blue-green {
    background: transparent
        linear-gradient(
            to top right,
            #0d9346 0%,
            #44b047 10%,
            #5dbe4a 20%,
            #82c472 30%,
            #b9ca72 40%,
            #ffd040 50%,
            #a7c87e 60%,
            #1fbdcf 70%,
            #00abe7 80%,
            #0088cc 90%,
            #084599 100%
        )
        0% 0% no-repeat padding-box;
    opacity: 1;
    mix-blend-mode: color;
}

.blue-orange {
    background: transparent
        linear-gradient(
            to top right,
            #0055ad 0%,
            #0068b9 10%,
            #0078c3 20%,
            #0e9abe 30%,
            #23aeb6 40%,
            #25b1b5 50%,
            #be8060 60%,
            #ff5530 70%,
            #ff4421 80%,
            #ff3818 90%,
            #ff3818 100%
        )
        0% 0% no-repeat padding-box;
    opacity: 1;
    mix-blend-mode: color;
}

.purple-yellow {
    background: transparent
        linear-gradient(
            to top right,
            #ffde3a 0%,
            #ffdc39 10%,
            #ffd138 20%,
            #f6c636 30%,
            #919271 40%,
            #155da7 50%,
            #3059af 60%,
            #725fb1 70%,
            #9363b2 80%,
            #9363b2 90%,
            #9363b2 100%
        )
        0% 0% no-repeat padding-box;
    opacity: 1;
    mix-blend-mode: color;
}

.pink-red {
    background: transparent
        linear-gradient(
            to top right,
            #fb3099 0%,
            #fb3897 10%,
            #fd5690 20%,
            #ff8e7b 30%,
            #ffde48 40%,
            #ffbf32 50%,
            #ff8424 60%,
            #fc4419 70%,
            #fa2b16 80%,
            #fa2b16 90%,
            #fa2b16 100%
        )
        0% 0% no-repeat padding-box;
    opacity: 1;
    mix-blend-mode: color;
}

.blue-pink {
    background: transparent linear-gradient(221deg, #a9066a 0%, #2c57d2 100%) 0%
        0% no-repeat padding-box;
    mix-blend-mode: color;
    opacity: 1;
}

.yellow-green-blue-pink {
    background: transparent
        linear-gradient(
            90deg,
            #ffda39 0%,
            #ffcb35 10%,
            #ffb335 20%,
            #859983 30%,
            #1a87b8 40%,
            #0e7cc4 50%,
            #506eb9 60%,
            #895eaf 70%,
            #ba4da6 80%,
            #e13c9e 90%,
            #fb3099 100%
        )
        0% 0% no-repeat padding-box;
    mix-blend-mode: color;
    opacity: 1;
}

.blue-yellow {
    background: transparent
        linear-gradient(
            270deg,
            #ffffff00 0%,
            #fffab534 4%,
            #ffee00b3 19%,
            #a9066a 46%,
            #00299d 86%,
            #2d4b9b 100%
        )
        0% 0% no-repeat padding-box;
    opacity: 1;
}

.image-overlay .image-overlay-after.blue-yellow {
    width: 65%;
}

/* .image-overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 2%, rgba(255,255,255,0) 79%);
} */

.image-overlay .image-overlay-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.image-overlay-dark-bottom {
    background: transparent
        linear-gradient(
            180deg,
            #00000000 18%,
            #02020200 3%,
            #040404bf 50%,
            #000000fa 100%
        )
        0% 0% no-repeat padding-box;
    opacity: 0.81;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-overlay-dark-top {
    background: transparent
        linear-gradient(
            0deg,
            #00000000 0%,
            #02020200 51%,
            #040404bf 72%,
            #000000fa 100%
        )
        0% 0% no-repeat padding-box;
    opacity: 0.81;
}

.image-overlay-dark-left {
    background: transparent linear-gradient(90deg, #161616 0%, #63636300 100%)
        0% 0% no-repeat padding-box;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-overlay-dark-right {
    background: transparent
        linear-gradient(
            90deg,
            #00000000 0%,
            #02020200 51%,
            #040404bf 72%,
            #000000fa 100%
        )
        0% 0% no-repeat padding-box;
    opacity: 1;
}

/* .image-overlay .image-overlay-after {
    display: block;
     background-image: linear-gradient(to top right, #e2007880, #ffee004d, #DB001A8c);
} */

/* Testimonial */
.testi-meta {
    text-align: center;
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.2px;
    font-weight: 300;
    font-size: 18px !important;
    color: #161616;
    opacity: 1;
    text-transform: initial;
    line-height: 31px;
}

.testimonial-full .testi-meta span {
    font-family: "Poppins", sans-serif !important;
    color: #161616;
    text-transform: uppercase;
    margin-top: 15px;
}

.testimonial-full .testi-meta span:before {
    content: "-";
}

.testimonial-full .testi-meta {
    margin-top: 10px;
}

.testimonialImage {
    margin: 0 auto;
    width: initial !important;
}

.testimonial-author {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    line-height: 27px;
}

.heading-block:after {
    width: 14rem;
    border-top: 2px solid var(--mainColor);
}

.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after {
    margin: 20px auto 70px;
}

.testimonials-brick h3 {
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 35px;
    color: #161616;
}
/* Color of the slider points */
/* #primary-menu.style-3 > ul > li.current > a,
#primary-menu.sub-title > ul > li:hover > a,
#primary-menu.sub-title > ul > li.current > a,
#primary-menu.sub-title > div > ul > li:hover > a,
#primary-menu.sub-title > div > ul > li.current > a,
#top-cart > a > span,
#page-menu-wrap,
#page-menu ul ul,
#page-menu.dots-menu nav li.current a,
#page-menu.dots-menu nav li span,
.portfolio-filter li.activeFilter a,
.portfolio-shuffle:hover,
.entry-link:hover,
.sale-flash,
.button:not(.button-white):not(.button-dark):not(.button-border):not(.button-black):not(.button-red):not(.button-teal):not(.button-yellow):not(.button-green):not(.button-brown):not(.button-aqua):not(.button-purple):not(.button-leaf):not(.button-pink):not(.button-blue):not(.button-dirtygreen):not(.button-amber):not(.button-lime),
.button.button-dark:hover,
.promo.promo-flat,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img,
.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-effect.fbox-dark:hover .fbox-icon i,
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after,
.i-rounded:hover,
.i-circled:hover,
ul.tab-nav.tab-nav2 li.ui-state-active a,
.testimonial .flex-control-nav li a,
.skills li .progress,
.owl-carousel .owl-dots .owl-dot,
#gotoTop:hover,
.dark .button-dark:hover,
.dark .fbox-effect.fbox-dark .fbox-icon i:hover,
.dark .fbox-effect.fbox-dark:hover .fbox-icon i,
.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:after,
.dark .i-rounded:hover,
.dark .i-circled:hover,
.dark ul.tab-nav.tab-nav2 li.ui-state-active a,
.dark .tagcloud a:hover,
.ei-slider-thumbs li.ei-slider-element,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus,
.nav-pills .show > .nav-link,
.checkbox-style:checked + .checkbox-style-1-label:before,
.checkbox-style:checked + .checkbox-style-2-label:before,
.checkbox-style:checked + .checkbox-style-3-label:before,
.radio-style:checked + .radio-style-3-label:before,
.irs-bar,
.irs-from,
.irs-to,
.irs-single,
input.switch-toggle-flat:checked + label,
input.switch-toggle-flat:checked + label:after,
input.switch-toggle-round:checked + label:before,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-themecolor,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-themecolor {
    /* background-color: #000 !important; */
/* width: 100% !important; */
/* border-radius: 0px; */
/* } */

.testimonial .flex-control-nav li {
    width: 25px;
    margin: 0 4px;
}

/* Hero slide button */
#btn {
    z-index: 9999 !important;
    margin-top: 110px !important;
}

.heroslide-button {
    width: 250px;
    height: 65px;
    padding: 0.5rem 1rem;
    font-weight: 400;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.35px;
    color: #eeeeee;
    background: #2c57d2 0% 0% no-repeat padding-box;
    opacity: 1;
}

.heroslide-button:hover {
    background: #119fe8 0% 0% no-repeat padding-box;
}

.slider-caption h1,
.slider-caption h2 {
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-style: italic;
    font-family: "Avenir Next", sans-serif;
}

.slider-caption p {
    font-size: 27px;
    font-family: "Poppins", sans-serif;
}

#slider .icon-angle-down {
    font-size: 50px;
}

/* News content */
.news-content-wrapper {
    padding: 3rem 0;
    font-family: "Poppins", sans-serif;
    color: #161616;
}

.news-content-wrapper {
    padding: 3rem 0;
    font-family: "Poppins", sans-serif;
    color: #161616;
}

.content {
    width: 85%;
    /* height: 100%; */
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.news-content-title {
    display: block;
}

.left-container {
    width: 40%;
    height: auto;
    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: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.left-container h1 {
    margin-left: 11px;
    text-transform: uppercase;
    font-size: 23px;
}
.left-container h4 {
    margin-left: 20px;
    text-transform: uppercase;
}
@media (max-width: 1100px) {
    .left-container {
        width: 100%;
    }
}

.left-container .left-asset {
    position: sticky;
    top: 115px;
    width: 100%;
    padding: 14px;
    margin-bottom: 32px;
    height: 95%;
}

.left-container .left-asset .asset-content {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 6rem 4rem;
}

.left-container .left-asset .asset-content .asset-info {
    color: white;
    z-index: 10;
    position: absolute;
    bottom: 30px;
}

.left-container .left-asset .asset-content .asset-info .asset-title {
    color: white;
    width: 60%;
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 0.8rem;
}

.left-container .left-asset .asset-content .asset-info .asset-description {
    color: white;
    text-shadow: 0px 0px 10px #575757;
    width: 90%;
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 0.8rem;
}

.left-container .left-asset .asset-content .asset-info .asset-link a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.left-container .left-asset .asset-content .asset-info .asset-link i {
    color: white;
    font-size: 18px;
}

.right-container {
    max-width: 60%;
    height: 100%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 1rem;
}

.right-container .cst-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    margin: 1rem 0;
    gap: 5rem;
}

.right-container .cst-row:first-child {
    margin-top: 0;
}

.right-container .cst-row .cst-card {
    padding: 1rem;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.right-container .cst-row .cst-card .title {
    width: 70%;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.right-container .cst-row .cst-card .date {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.right-container .cst-row .cst-card .description {
    width: 90%;
}

.right-container .cst-row .cst-card .link a {
    color: #2c57d2;
    text-decoration: none;
    text-transform: capitalize;
}

.right-container .cst-row .cst-card .link i {
    color: #2c57d2;
    font-size: 0.8rem;
}

.right-container .cst-row .cst-card:hover {
    -webkit-box-shadow: 0 0 9px #00000040;
    box-shadow: 0 0 9px #00000040;
}

.image-overlay {
    position: relative;
}

.image-overlay .image-overlay-after {
    display: block;
    /* background-image: -webkit-gradient(linear, left bottom, right top, from(#e2007880), color-stop(#ffee004d), to(#DB001A8c)); */
    /* background-image: linear-gradient(to top right, #e2007880, #ffee004d, #DB001A8c); */
}

.right-container {
    width: 60%;
    height: 100%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 1rem;
}

@media (max-width: 1100px) {
    .right-container {
        width: 100%;
    }
}

.right-container .cst-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    margin: 1rem 0;
    gap: 5rem;
}

.right-container .cst-row .cst-card {
    padding: 1rem;
    max-width: 350px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.right-container .cst-row .cst-card .cst-card-title {
    width: 70%;
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #161616;
}

.right-container .cst-row .cst-card .cst-card-date {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 16px;
}

.right-container .cst-row .cst-card .cst-card-description {
    width: 90%;
    margin-bottom: 0.8rem;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    line-height: 25px;
    font-weight: 400;
}

.right-container .cst-row .cst-card .cst-card-link a {
    color: #2c57d2;
    text-decoration: none;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    line-height: 32px;
    font-weight: 400;
}

.right-container .cst-row .cst-card .cst-card-link i {
    color: #2c57d2;
    font-size: 18px;
}

.right-container .cst-row .cst-card:hover {
    -webkit-box-shadow: 0px 0px 9px #00000040;
    box-shadow: 0px 0px 9px #00000040;
}

@media only screen and (max-width: 1100px) {
    .wrapper {
        width: auto;
    }
    .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .left-container .left-asset {
        width: auto;
        height: auto;
    }
    .right-container {
        max-width: unset;
        padding: 0;
    }
    .right-container .cst-row .cst-card .cst-card-title {
        width: 100%;
    }

    .right-container .cst-row .cst-card {
        padding: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .right-container .cst-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        text-align: -webkit-center;
        gap: 1rem;
    }
}

/* Action Button style */
.actionButtonBox {
    min-height: 40rem;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
}

.lightText {
    color: white !important;
}

.darkText {
    color: #555 !important;
}

.actionButtonWrapper {
    padding: 0;
}

.imageContentWrapper {
    color: white;
    margin-top: auto;
    margin-bottom: 100px;
    z-index: 10;
    top: 20%;
}

.editmodeImageContentWrapper {
    color: white;
    position: absolute;
    z-index: 10;
    top: 30%;
    left: 10%;
}

.imageContentWrapper h2 {
    margin-bottom: 15px;
    max-width: 700px;
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

.imageContentWrapper p {
    max-width: 700px;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 80px;
    font-family: "Poppins", sans-serif;
}

.imageContentWrapper a {
    width: 250px;
    height: 65px;
    padding: 0.5rem 1rem;
    font-weight: 500;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.35px;
    color: #eeeeee;
    background: #2c57d2 0% 0% no-repeat padding-box;
    opacity: 1;
    text-transform: none;
}

.imageContentWrapper a:hover {
    background: #119fe8 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 767.98px) {
    #content p {
        text-align: left;
    }
    .tabs-wrapper__card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tabs-wrapper__card div {
        text-align: center;
    }
    .tabs-wrapper__card div h2 {
        margin-top: 20px;
    }
    .imageContentWrapper {
        top: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .editmodeImageContentWrapper {
        top: 20%;
    }

    .imageContentWrapper h2 {
        font-size: 32px;
        text-align: center;
    }

    .imageContentWrapper p {
        font-size: 18px;
    }
    .imageContentWrapper a {
        font-size: 18px;
        width: 60%;
        height: 50%;
        margin-top: 15px;
        text-align: center;
    }
}
@media screen and (max-width: 410.98px) {
    .imageContentWrapper a {
        font-size: 16px;
    }
}

/* Shop overview brick */
.job-wrapper {
    width: 100%;
    height: 790px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    overflow: hidden;
}

.job-content {
    width: 85%;
    margin: 0 auto;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.job-content .job-left {
    height: 790px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.job-content .job-left .job-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.job-content .job-left .job-info h3,
.job-content .job-left .job-info p {
    font-size: 18px;
    text-transform: uppercase;
}

.job-product-first,
.job-product-second {
    width: 50%;
}
.job-content .job-left .job-info h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    line-height: 48px;
    text-align: center;
}

.job-content .job-left .job-info p {
    text-transform: initial;
    width: 80%;
    margin-bottom: 1.5rem;
    line-height: 25px !important;
    text-align: center;
}

.job-content .job-left .job-info .job-button {
    background-color: #2c57d2;
    padding: 0.5rem 0;
    width: 430px;
    font-size: 30px;
    color: #eeeeee;
    text-decoration: none;
    text-align: center;
}

.job-content .job-left .job-info .job-button:hover {
    background-color: #119fe8;
}

.job-content .job-left .job-products {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.job-content .job-left .job-products .job-product {
    height: 450px;
}

.job-content .job-left .job-products .job-product img {
    max-width: 370px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-right: 60px;
    margin-left: 60px;
}

.job-content .job-right {
    width: 45%;
    height: 100%;
    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;
}

.job-content .job-right img {
    width: 100%;
    height: 790px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media screen and (max-width: 1310px) {
    .job-content {
        height: 80%;
    }
    .job-content .job-left .job-info h3,
    .job-content .job-left .job-info p {
        font-size: 1rem;
        width: 85%;
    }
    .job-content .job-left .job-info h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .job-content .job-left .job-info .job-button {
        margin-bottom: 1rem;
        font-size: 1rem;
        width: 20rem;
    }
    .job-content .job-left .job-product {
        /*width: 15rem;*/
    }
    .job-content .job-left .job-product img {
        height: 50%;
    }
}

@media screen and (max-width: 999px) {
    .job-wrapper {
        width: 100%;
        height: auto;
    }
    .job-content {
        width: 85%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .job-content .job-left {
        width: 100%;
        height: auto;
    }
    .job-content .job-left .job-info p {
        width: 90%;
    }
    .job-content .job-left .job-product {
        width: 50%;
    }
    .job-content .job-right {
        width: 70%;
    }
    .job-content .job-right img {
        height: auto;
    }
}

@media screen and (max-width: 599px) {
    .job-content {
        width: 100%;
    }
    .job-content .job-left {
        width: 90%;
    }
    .job-content .job-left a {
        width: 100% !important;
    }
    .job-content .job-right {
        width: 90%;
    }
}

/* Image carousel */
.image-carousel-title {
    font-size: 1.6rem;
    letter-spacing: 0.32;
    text-transform: uppercase;
    margin: 0;
}

.image-carousel-small-title {
    font-size: 18px;
    letter-spacing: 0.18;
    text-transform: uppercase;
    margin: 0;
}

.owl-stage {
    padding: 0;
}

button.owl-dot {
    margin-top: 0 !important;
}

.owl-carousel .owl-dots .owl-dot {
    width: 25px !important;
    height: 5px !important;
    border-radius: 0 !important;
}

.owl-dots {
    margin-bottom: 40px;
    margin-top: -40px;
}

.images-carousel-slider .owl-dots {
    margin-top: 0;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    text-align: left;
}
@media screen and (max-width: 768px) {
    .owl-carousel .owl-dots,
    .owl-carousel .owl-nav {
        text-align: center;
        margin-right: 40px;
    }
}

.footer-main-title {
    color: #ddd !important;
}

.editmode-images-carousel-wrapper {
    overflow-x: scroll !important;
    height: 870px !important;
}

.editmode-images-carousel {
    display: flex !important;
    flex-direction: row !important;
    min-width: 5500px !important;
    overflow-x: initial !important;
}

.editmode-oc-item,
.editmode-oc-image,
.editmode-oc-image img {
    /* width: 970px !important; */
    /* height: 590px !important; */
}
/* /ImageCarousel */

/* Custom navigation */
header {
    position: fixed;
    height: 200px;
    width: 100%;
    background-color: transparent;
    -webkit-transition: background-color 0.5s ease, height 0.5s ease;
    -o-transition: background-color 0.5s ease, height 0.5s ease;
    transition: background-color 0.5s ease, height 0.5s ease;
}
#header {
    background: transparent;
}

#header.full-header {
    border-bottom: none;
}

#header,
#header-wrap,
#logo img {
    height: auto;
    -webkit-transition: all 0.4s ease, opacity 0.3s ease;
    -o-transition: all 0.4s ease, opacity 0.3s ease;
    transition: all 0.4s ease, opacity 0.3s ease;
    position: fixed;
    top: 0;
    z-index: 30;
}

header .header-container {
    display: flex;
    justify-content: center;
    position: relative;
}

header .header-container .header-logo {
    display: flex;
    justify-content: center;
    z-index: 30;
}

header.header-sticky {
    height: 120px;
    background-color: white;
}
header .header-container .header-logo .header-logo {
    max-width: 100%;
    height: 192px;
    margin-top: 14px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header .header-container .header-logo .header-logo path {
    -webkit-transition: fill 1s ease;
    -o-transition: fill 1s ease;
    transition: fill 1s ease;
}
header.header-sticky .header-container .header-logo .header-logo {
    height: 100px;
    margin-top: 10px;
}
header.header-sticky .header-container .header-logo .header-logo path {
    fill: #005398;
}
header .header-container .header-menu-icons {
    font-family: "font-icons";
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    height: 200px;
    color: white;

    -webkit-transition: height 0.5s ease, color 1s ease;
    -o-transition: height 0.5s ease, color 1s ease;
    transition: height 0.5s ease, color 1s ease;
}
header .header-container .header-menu-icons i {
    z-index: 2;
}
header.header-sticky .header-container .header-menu-icons {
    height: 100px;
    color: black;
}
header .header-menu {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: #fffa;
    top: 0;
    display: none;
}
header .header-menu-active {
    display: flex;
}
header .header-menu .header-menu-container {
    display: flex;
    justify-content: center;
    padding-top: 280px;
}
header .header-menu .header-menu-container ul {
    color: black;
    list-style: none;
    padding: 0;
}
/* header .header-menu .header-menu-container ul li{
} */
header .header-menu .header-menu-container ul li .sub-list {
    padding-left: 10px;
}

@media only screen and (max-width: 767.98px) {
    header {
        height: 100px !important;
    }
    header .header-container .header-logo .header-logo {
        height: 100px !important;
        margin-top: 7px;
    }
    header .header-container .header-menu-icons {
        height: 100px !important;
    }
}

.flex {
    min-height: 100vh;
    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;
}

.bph-nav-content {
    width: 100vw;
    opacity: 0;
    height: 100vh;
    display: block;
    position: absolute;
    right: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* background-color: #004e9e; */
    background: rgb(0, 26, 100);
    background: linear-gradient(
        0deg,
        rgba(0, 26, 100, 1) 0%,
        rgba(0, 44, 133, 1) 26%,
        rgba(0, 78, 158, 1) 56%,
        rgba(0, 92, 187, 1) 71%
    );
}

.bph-nav-content .navigation {
    font-family: "Open Sans", sans-serif;
    list-style-type: none;
    padding-left: 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.bph-nav-content ul {
    list-style-type: none;
    padding-left: 0px;
}
.bph-nav-content ul ul {
    font-size: 24px;
}

.bph-nav-content ul ul ul {
    font-size: 20px;
}

.content .navigation li {
    padding: 15px;
}

@media only screen and (max-width: 575px) {
    .bph-nav-content .navigation {
        font-size: 24px;
    }
    .bph-nav-content ul ul {
        font-size: 20px;
    }

    .bph-nav-content ul ul ul {
        font-size: 18px;
    }
}
.content .navigation a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow-x: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.content .navigation ul {
    height: 0px;
    overflow: hidden;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

.chevron {
    display: inline-block;
    cursor: pointer;
}

/*.content .navigation .chevron:hover{*/
/*    margin-right: -4px;*/
/*    margin-left: 4px;*/
/*}*/
.content .navigation .chevron svg:hover {
    fill: #ffffff;
    height: 35px;
    width: 35px;
}
.content .navigation .chevron svg {
    height: 27px;
    width: 27px;
    margin-top: -21px;
    margin-left: 5px;
    color: white;
    transform: rotate(-90deg);
    transition: all 0.2s;
}
.content .navigation .submenu-open .chevron svg {
    height: 17px;
    width: 17px;
    margin-bottom: -7px;
    margin-top: -21px;
    margin-left: 5px;
    color: white;
    /* transform: rotate(-90deg); */
    transition: all 0.2s;
}
.content .navigation .chevron-open svg {
    transform: rotate(0deg);
}
/*.content .navigation .chevron-open:hover{*/
/*    margin-top: -4px;*/
/*    margin-bottom: 4px;*/
/*}*/
#links .nav-headers {
    color: #ffffff;
    font-size: 27px;
    transition: all 0.2s;
}

#links .nav-headers:hover {
    color: #ffffff;
    font-size: 36px;
}
#links .submenu-open li .nav-headers:hover {
    color: #ffffff;
    font-size: 25px;
}

.submenu-open li .chevron svg {
    width: 17px;
    height: 17px;
    margin-bottom: unset;
}

.show-1 {
    right: 0px;
    opacity: 1;
    position: fixed;
    z-index: 30;
    overflow-y: scroll;
}

@media screen and (max-width: 800px) {
    .asset-info {
        display: none;
    }
    #links .nav-headers {
        color: #ffffff;
        font-size: 15px;
        transition: all 0.2s;
    }
    #links .nav-headers:hover {
        color: #ffffff;
        font-size: 15px;
        transition: all 0.2s;
    }

    #links .submenu-open li .nav-headers {
        font-size: 11px !important;
    }

    #links .submenu-open li .nav-headers:hover {
        color: #ffffff;
        font-size: 15px !important;
    }

    #links .submenu-open li .nav-headers:hover {
        color: #ffffff;
        font-size: 11px !important;
    }

    .submenu-open li .chevron svg {
        width: 17px;
        height: 17px;
        margin-bottom: unset;
    }

    .content .navigation .chevron svg {
        height: 17px;
        width: 17px;
        margin-top: -12px !important;
        margin-left: 5px;
        color: white;

        transition: all 0.2s;
    }

    .content .navigation .chevron svg:hover {
        height: 17px;
        width: 17px;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.hamburger {
    background-color: transparent;
    border: 0px;
    outline: 0px;
    width: 55px;
    z-index: 40;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 40px;
    align-self: center;
}

.hamburger .burger {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
    height: 4px;
    width: 100%;
    display: inline-block;
    background-color: #fff;
}

.focus .burger {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.focus .burger:first-of-type {
    background-color: #2c57d2;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateZ(45deg);
    transform: translate3d(0px, 0px, 0px) rotateZ(45deg);
    width: 40px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.focus .burger:nth-of-type(2) {
    opacity: 0;
}

.focus .burger:last-of-type {
    background-color: #2c57d2;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateZ(-45deg);
    transform: translate3d(0px, 0px, 0px) rotateZ(-45deg);
    width: 40px;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

#header.header-sticky {
    position: fixed;
    top: 0;
    z-index: 9999999999;
    height: 120px;
}
.sticky-header {
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 4px 5px 1px rgb(0 0 0 / 6%);
    box-shadow: 0px 4px 5px 1px rgb(0 0 0 / 6%);
}

/* /CustomNavigation */

/* Tabs brick */
.tabs-wrapper {
    width: 80%;
    margin: 0 auto;
}

.tab-content {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 600px) {
    .tab-content {
        display: block;
    }
}

/* .tabs-wrapper__card { 
    max-width: 30%; 
 } */

.tabs-bordered .tab-container {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.tabs-wrapper__card {
    margin-bottom: 60px;
    max-width: 400px;
}
.tab-content .row.justify-content-center{
    gap: 60px;
}
.news-paragraph{
    max-width: 400px;
}

.tabs-wrapper__card:last-child {
    margin-bottom: 0;
}

.tabs-wrapper .tabs-wrapper_links {
    width: 100%;
    min-height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tabs-wrapper .tabs-wrapper_links .tabs-link {
    width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.tabs-wrapper .tabs-wrapper_links .tabs-link a {
    padding: 1rem 2rem 0.7rem 2rem;
    text-align: center;
    text-decoration: none;
    color: black;
}

.tabs-wrapper .tabs-wrapper_links .tabs-link a.active {
    font-weight: bold;
    border-bottom: 4px solid black;
}

.tabs-wrapper .tabs-wrapper_links .tabs-link a:first-child {
    padding: 1rem 1.5rem 1rem 0.5rem;
}

.tabs-wrapper .tabs-wrapper_links::after {
    content: "";
    width: 100%;
    border-top: 2px solid black;
    display: block;
    margin-bottom: 2rem;
}

.tabs-wrapper .tabs-wrapper_cards {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs-wrapper .tabs-wrapper_cards .tabs-wrapper__card {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tabs-wrapper .tabs-wrapper_cards .tabs-wrapper__card img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-bottom: 1rem;
}

.tabs-wrapper .tabs-wrapper_cards .tabs-wrapper__card h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    width: 50%;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    margin: 0;
}

.tabs-wrapper .tabs-wrapper_cards .tabs-wrapper__card span {
    font-size: 0.7rem;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
}

.tabs-wrapper .tabs-wrapper_cards .tabs-wrapper__card p {
    margin-top: 1.5rem;
    font-size: 1rem;
    letter-spacing: 0.03rem;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    margin-bottom: 1rem;
    padding-right: 3rem;
}

.tabs-wrapper .tabs-wrapper_cards .tabs-wrapper__card a {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    color: #2c57d2;
}

@media screen and (max-width: 1155px) {
    .tabs-wrapper .tabs-wrapper_cards .tabs-wrapper__card h2,
    .tabs-wrapper .tabs-wrapper_cards .tabs-wrapper__card p,
    .tabs-wrapper .tabs-wrapper_cards .tabs-wrapper__card a {
        font-size: 90%;
    }
    .tabs-wrapper .tabs-wrapper_cards .tabs-wrapper__card p {
        padding: 0;
    }
    .tabs-wrapper .tabs-wrapper_cards .tabs-wrapper__card span {
        font-size: 70%;
    }
}

@media screen and (max-width: 800px) {
    .tabs-wrapper {
        width: 90%;
    }
    .tabs-wrapper .tabs-wrapper_cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.5rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tabs-wrapper .tabs-wrapper_cards .tabs-wrapper__card {
        width: 100%;
    }
    .tabs-wrapper .tabs-wrapper_cards .tabs-wrapper__card h2,
    .tabs-wrapper .tabs-wrapper_cards .tabs-wrapper__card p,
    .tabs-wrapper .tabs-wrapper_cards .tabs-wrapper__card a,
    .tabs-wrapper .tabs-wrapper_cards .tabs-wrapper__card span {
        font-size: 100%;
    }
}

@media screen and (max-width: 400px) {
    .tabs-wrapper {
        font-size: 70%;
    }
    .tabs-wrapper .tabs-wrapper_links .tab-link a {
        padding: 0.7rem 1.5rem;
    }
}

.news-image-container {
    position: relative;
}
.tabs-wrapper__card div h2 {
    word-break: break-word;
}
.news-image-container img {
    min-height: 400px;
    min-width: 400px;
}

.news-image-container .image-overlay-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-image-container .image-overlay-dark:hover,
.news-image-container .image-overlay-after:hover {
    background: transparent;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.news-video-play {
    margin: auto !important;
    width: auto !important;
    height: auto !important;
    transform: translate(-50%, -50%);
}

.news-video-play:hover {
    opacity: 0.7;
}

ul.tab-nav:not(.tab-nav-lg) {
    border-bottom: 1px solid black;
    margin-left: -40px;
}

.ui-tabs-tab {
    border: none !important;
}

.ui-tabs-tab a {
    font-size: 18px !important;
    background-color: transparent !important;
    margin-right: 25px;
}

.ui-tabs-tab a:last-child {
    margin-right: 0;
}

.ui-tabs-active a {
    border-bottom: 6px solid black;
}

/* /Tabs brick */

#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3)
    #logo
    img {
    height: auto;
    background-color: white;
}

.hamburger {
    position: absolute;
    right: 120px;
    top: 35px;
}

.slider-caption.slider-caption-left {
    padding-top: 200px;
}

footer {
    margin-top: 0 !important;
}

@media screen and (max-width: 1200px) {
    /* .header-logo svg{
        max-width: 60% !important;
        height: 200px !important;
        margin-top: 0 !important;
    } */
    .sticky-header .header-logo svg {
        height: 100px !important;
    }

    .header-container {
        justify-content: center !important;
    }

    #button {
        top: 30% !important;
        right: 2%;
    }

    #header.full-header .container {
        padding: 0 !important;
    }

    header .header-container .header-logo {
        display: inline-block !important;
        justify-content: unset !important;
    }
}

@media screen and (max-width: 750px), screen and (max-height: 600px) {
    #button.hamburger {
        width: 45px;
        height: 30px;
    }

    #button.hamburger.focus {
        width: 45px;
        height: 40px;
    }

    #slider {
        height: 100vh !important;
    }

    .slider-element .container {
        position: unset !important;
        height: unset !important;
    }

    .swiper_wrapper:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid)
        .swiper-slide {
        height: 100% !important;
    }

    .swiper-slide .slider-caption {
        top: unset !important;
        padding-top: 100px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: flex-start !important;
        height: 100% !important;
        margin-left: 5% !important;
        max-width: 80%;
    }

    .slider-caption.slider-caption-center {
        margin: 0 -20px !important;
        max-width: calc(100% + 40px) !important;
    }

    .swiper-slide .slider-caption h1,
    .swiper-slide .slider-caption h2 {
        font-size: 1.5rem !important;
        width: 100%;
        margin-top: 130px;
        /* padding: 0 20px; */
    }

    .swiper-slide .slider-caption p {
        font-size: 1rem !important;
        margin-bottom: 0.5rem !important;
    }

    .heroslide-button {
        text-align: center !important;
        width: unset !important;
        padding: 0.5rem 1rem !important;
        height: unset !important;
        margin-bottom: 3.5rem !important;
        font-size: 1rem !important;
    }

    .header-logo {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 500px) {
    #BayPhil_Logo {
        margin-left: unset;
    }
}

@media screen and (max-width: 400px) {
    .slide-text-centered .slider-caption h2 {
        text-transform: none;
    }
}

.skills li {
    margin-top: 60px;
}
.skills li > span {
    top: 48px;
}
.advanced-grid-column {
    height: unset !important;
    text-align: center;
}

#wrapper.fadeIn {
    animation-duration: 0s !important;
}

@media (max-width: 767.98px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.3 !important;
    }

    h3 {
        margin: 0 20px;
        word-break: break-word;
    }
}

.slider-caption.slider-caption-center {
    margin-top: 60px;
}

.slide-text-centered {
    display: flex;
    align-items: center;
}

#template-contactform button {
    padding: 0.5rem 1rem;
    font-weight: 500;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.35px;
    color: #eeeeee;
    background-color: #2c57d2 !important;
    border: 1px solid #707070;
    opacity: 1;
    text-transform: none;
    height: auto;
    margin: 0;
}

#template-contactform button:hover {
    background-color: #119fe8 !important ;
}
/*form css*/
#form {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 50px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
#form label {
    font-family: "Avenir Next", sans-serif;
    text-transform: none;
}
#fname,
#lname,
#email,
#phone,
#company,
#subject,
#message,
#newsletter {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
}
#form #bttn {
    background-color: #004e9e;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    align-self: flex-end;
    width: 20%;
}
.newsletter-bttn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.category-position {
    margin-left: 40px;
}

@media screen and (max-width: 350px) {
    #form #bttn {
        width: 50%;
    }
}

@media screen and (max-width: 350px) {
    #form #bttn {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    #form {
        align-items: center;
    }
    #form #bttn {
        width: 62%;
        align-self: center;
    }

    .newsletter-bttn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

#form #bttn:hover {
    background-color: #119fe8;
}
.newsletter-email {
    /*display: flex;*/
    padding-top: 20px;
}

.col_one_fourth > a > img {
    max-width: 100%;
    margin-top: 20px;
}

#links .submenu-open li .nav-headers {
    font-size: 18px;
}
.margin-card {
    margin-bottom: 60px;
}
.icon-arrow-right {
    color: #2c57d2;
}
.icon-arrow-right:hover {
    margin-left: 5px;
    transition: 0.5s;
}
.showcase-container {
    display: flex;
}
.showcase-container .entry-image{
    min-width: 320px;
}

.row-center {
    justify-content: center;
}
.sponsor-update {
    position: absolute !important;
    top: -35px;
    padding: 0px !important;
    margin-top: 15px;
}
.sponsor-update > h4 {
    font-size: 18px !important;
}

@media screen and (max-width: 768px) {
    .showcase-container {
        flex-direction: column;
    }

    .showcase-container .ticket-container {
        margin-right: 25px;
    }
}

.modal-content {
    min-width: 600px;
    margin-left: -50px;
    margin-bottom: 50px;
}
@media screen and (max-width: 990px) {
    .modal-content {
        min-width: auto;
        margin-left: 0;
        margin-bottom: 0;
    }
}

.modal-content iframe {
    width: 560px;
    height: 315px;
}
#content .container {
    margin-top: 50px;
}
.shop-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
}

a.button.button-border.button-rounded.button-fill.filter-products-btn {
    margin-top: 50px;
}

@media screen and (max-width: 808px) {
    .row .col_full {
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1100px) {
    .job-content .job-left .job-products {
        flex-direction: column;
    }

    .job-content .job-left .job-products .job-product img {
        height: 90%;
    }

    .margin-div {
        margin-bottom: 50px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .cst-card {
        margin-top: 50px;
    }
}
@media screen and (max-width: 890px) {
    .slider-arrow-right,
    .icon-angle-right {
        display: none;
    }

    .slider-arrow-left,
    .icon-angle-left {
        display: none;
    }
}

@media screen and (max-width: 1190px) {
    .news-image-container img {
        min-height: 230px;
    }
}

@media screen and (max-width: 991px) {
    .category-flex {
        display: flex;
        flex-direction: column-reverse;
    }
    /* 
    .nobottommargin {
        margin-bottom: 60px !important;
    } */

    .flex-dir {
        flex-direction: column-reverse;
    }

    .back-img {
        width: 100%;
        height: 400px;
    }
}
.full-width {
    width: 100%;
}

.element-flex {
    display: flex;
    /* justify-content: center; */
    align-items: flex-start;
}

.grid-class {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sponsor-margin {
    margin-top: 100px;
}
.sponsor-center {
    display: flex;
    justify-content: center;
    text-align: center;
}
.flex-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.row .ml-0 .align-items-center .col_half a img {
    width: 300px;
}
.center-width {
    width: unset !important;
}
.opacity {
    opacity: 0.9 !important;
}
.info:hover {
    font-weight: 600 !important;
    color: #2c57d2;
}

.pimcore_area_content {
    padding-bottom: 20px;
}
.text-elem {
    padding-top: 30px;
}

.news-content-title {
    margin-left: 0px;
}
@media screen and (max-width: 991px) {
    .text-elem {
        padding-top: 0px;
    }
}

@media screen and (max-width: 768px) {
    .tabs-wrapper__card > div > p {
        text-align: center !important;
    }

    .ticket-container {
        text-align: center;
    }

    p.lightText {
        text-align: center !important;
    }

    .text-center-custom {
        text-align: center !important;
    }
    .shop-buttons {
        width: unset;
    }
    .sponsor-margin {
        margin-top: 0px;
    }

    .grid-class {
        align-items: center;
    }

    .grid-class > a {
        text-align: center;
    }
    .nobottommargin > p {
        text-align: center;
    }
    .nobottommargin > p > span {
        font-size: 36px !important;
    }

    .owl-carousel:hover .owl-nav .owl-prev {
        left: 2px;
    }

    .owl-carousel:hover .owl-nav .owl-next {
        right: -1px;
    }
    .kuratorium {
        display: flex;
        flex-direction: column;
    }
    .pimcore_area_content > .container > .clearfix > ul {
        margin-left: 30px;
    }
}

@media screen and (max-width: 550px) {
    .footer-main-title {
        margin: 0 30px;
    }

    .footer-widgets-wrap {
        margin: 0 30px;
    }
}
@media screen and (max-width: 578px) {
    .pimcore_area_images-carousel.pimcore_area_content > .section.bg-white {
        margin-left: 40px;
    }
}

/* Shop */
.categories {
    display: flex;
    justify-content: space-between;
}
.shop-category {
    text-decoration: none;
    /* padding: 10px 10px 1px 10px; */
    padding-bottom: 3px;
    font-size: 21px;
    color: #161616;
    line-height: 35px;
}
.category-name {
    color: #123bae;
    font-size: 40px;
    scroll-margin: 150px;
    margin-top: 37px;
}
.subcategory-desc {
    color: #161616;
    font-size: 16px;
}
.subcategory {
    color: #123bae;
    font-size: 26px;
}
@media (max-width: 767.98px){
    .subcategory {
        font-size: 24px;
        margin-left: 30px;
    }
}
.category-description {
    font-size: 20px;
    color: #161616;
    letter-spacing: 0.2px;
}
.img-wrap {
    /* max-width: 196px; */
    height: 0;
    position: relative;
    padding-bottom: 100%;
    cursor: pointer;
}
.product-img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    height: 100%;
}
.category-options {
    font-size: 24px;
}
.menu-stick {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 29;
}
.details-stick {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    margin-left: 0;
    width: 100%;
    left: 0;
    font-size: 18px;
    padding: 8px 0;
}
.details-row {
    /* width: 100%;
    max-height: 80px; */
    background: transparent linear-gradient(268deg, #021e6b 0%, #a9066a 100%) 0%
        0% no-repeat padding-box;
}
.products-row .error-message{
    font-size: 0.75rem;
    color: #ff2d16;
}
.cart-error{
    color: #ff2d16;
}
.details-number,
.details-total,
.details-button,
.add-btn {
    color: #fff;
    text-decoration: none;
    align-items: center;
}
.add-btn, .succes-page-btn {
    padding: 8px 20px;
    background: #2c57d2;
    border: none;
    color: #fff;
}
.succes-page-btn a {
    color: #fff;
}
.add-div {
    margin-top: 24px;
    margin-bottom: 30px;
}
.details-button {
    padding: 4px 37px;
    background: #2c57d2;
}
.details-button:hover {
    background: #119fe8;
}
.products-row {
    min-height: 55px;
}
.product-price {
    font-size: 20px;
}
.shop-mrg {
    margin-top: 16px;
    margin-bottom: 16px;
}
.shop-height {
    height: 100%;
}
.product-picture {
    padding-bottom: 0;
    padding-top: 0;
}

.sizes {
    /* margin-top: 17px; */
    width: 100%;
    height: 39px;
    margin-left: 1px;
}


.horizontal {
    padding-bottom: 5px;
    border-bottom: 1px solid;
    margin-top: 10px;
}
/* -- quantity box -- */

.quantity {
    display: flex;
    border: solid 1px;
    border-radius: 18px;
    height: 36px;
    overflow: hidden;
}

.quantity .quantity-number {
    height: 36px;
    width: 40px;
    padding: 0 5px;
    text-align: center;
    background-color: white;
    border: 1px solid #efefef;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 0 10px;
    height: 36px;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: -2px;
}

.quantity.buttons_added .minus {
    border-right: 0;
}

.quantity.buttons_added .plus {
    border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #eeeeee;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}
.quantity input[type=number] {
    -moz-appearance: textfield;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none;
}

.size-tag {
    opacity: 1;
}
.row-nd {
    display: none !important;
}
.category-active {
    border-bottom: 7px solid;
}

.custom-offset {
    margin-left: -1.66667%;
}
.offset-sm {
    margin-left: 46.6666%;
}
.details-summary {
    background: #119fe8;
    height: 45px;
    color: #fff;
    font-weight: 600;
    align-items: center;
}
.row-gray {
    background: #f6f6f6;
}
.row-blue {
    background: #2d4b9b;
    height: 55px;
    color: #fff;
    font-weight: 600;
    align-items: center;
}
.details-sum {
    height: 55px;
    background: #f6f6f6;
    margin-top: 3px;
    align-items: center;
}
.fa-trash {
    color: #2c57d2;
}
.quantity-details {
    position: unset !important;
}
.row-lb > .column-lb     {
  padding: 0 8px;
}

.row-lb:after {
  content: "";
  display: table;
  clear: both;
}

.buy-button {
    background-color: #FFC439;
    border: none;
    border-radius: 0;
    font-size: 24px;
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    cursor: pointer;
}
.buy-button:hover{
    background-color: #FFD675;
}
.buy-button img{
    height: 40px;
    margin-left: 24px;
}

/* Create four equal columns that floats next to eachother */
.column-lb {
  float: left;
  width: 25%;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1200;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #808080dd;
  backdrop-filter: blur(8px);
}

/* Modal Content */
.modal-shop-item {
  position: relative;
  background-color: transparent;
  border: none;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

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

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

/* Hide the slides by default */
.mySlides {
  display: none;
}
.mySlides img{
    min-height: 650px;
    max-height: 660px;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.SlidesPreview {
    margin-top: 25px;
}
.Slides{
    position: relative;
}
.paypal-row{
    padding: 35px;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -26px;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white !important;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #fff;
  font-size: 33px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
  display: none;
}

img.demo {
  opacity: 0.6;
  max-height: 160px;
  height: 160px;
  width: 100%;
  cursor: pointer;
  object-fit: contain;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* move gotoTop a bit up for shop info */
.stretched #gotoTop{
    bottom: 60px;
}

@media screen and (max-width: 1320px) {
    .add-btn {
        position: absolute;
        top: 70px;
        /* left: -126px; */
    }
    .sizes-div {
        position: absolute;
        /* top: 78px; */
        /* left: -66px; */
        width: 100px;
    }
    .size-tag {
        opacity: 0;
    }
}

@media screen and (max-width: 991px) {
    .shop-mrg {
        margin-top: 0px;
    }
    .shop-category{
        font-size: 17px;
    }

    .quantity {
        position: absolute;
        top: 94px;
        left: -77px;
    }
    .sizes-div {
        position: absolute;
        /* top: 90px; */
        /* left: -46px; */
        width: 100px;
    }
    .details-number p {
        display: none;
    }
    .stretched #gotoTop{
        bottom: 70px;
    }
    .product-img {
        width: 124px;
        height: 124px;
    }
}

@media screen and (max-width: 767px) {
    .mt1{
        margin-top: 10px;
    }
    .mb1{
        margin-bottom: 10px;
    }
    .product {
        padding: 0px;
    }
    .add-btn {
        position: relative;
        top: unset;
        left: unset;
        /* margin-bottom: 25px; */
    }
    .sizes {
        width: 76%;
    }
    .sizes-div {
        position: relative;
        top: unset;
        left: unset;
        width: unset;
    }
    .fa-trash {
        margin-bottom: 25px;
        margin-left: 32px;
    }
    /* .details-price {
        margin-bottom: 25px;
    } */
    .add-btn {
        /* padding: 8px 2px; */
        font-size: 11px;
    }
    /* .menu-stick{
        padding: 15px;
    } */
   .quantity .input-text.qty{
        width: 25px;
    }
}
/* Shop Overview */
.overview-page{
    overflow-x: hidden;
}

.overview-intro h2{
    font-size: 40px;
    color: #123BAE;
}
@media screen and (max-width: 767.98px) {
    .overview-intro h2 {
        margin: 0px 20px
    }
    .menge{
        display: none;
    }
}
.overview-intro p{
    font-size: 20px;
    margin-bottom: 80px;
}
.overview-imgwrap{
    position: relative;
    height: 0px;
    padding-bottom: 131.4%;
    margin-bottom: 30px;
}
.overview-imgwrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.overview-imgwrap a {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  background: #2c57d2;
  color: white;
  font-size: 28px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
  max-width: 200px;
  width: 100%;
  text-align: center;
}
.overview-banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    margin-top: 100px;
    margin-bottom: 100px;
    left: 50%;
}
.overview-banner p{
    margin-top:60px;
    margin-bottom: 30px;
}
i.icon {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: inline-block;
}
.icon-trashcan {
    mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMyA2djE4aDE4di0xOGgtMTh6bTUgMTRjMCAuNTUyLS40NDggMS0xIDFzLTEtLjQ0OC0xLTF2LTEwYzAtLjU1Mi40NDgtMSAxLTFzMSAuNDQ4IDEgMXYxMHptNSAwYzAgLjU1Mi0uNDQ4IDEtMSAxcy0xLS40NDgtMS0xdi0xMGMwLS41NTIuNDQ4LTEgMS0xczEgLjQ0OCAxIDF2MTB6bTUgMGMwIC41NTItLjQ0OCAxLTEgMXMtMS0uNDQ4LTEtMXYtMTBjMC0uNTUyLjQ0OC0xIDEtMXMxIC40NDggMSAxdjEwem00LTE4djJoLTIwdi0yaDUuNzExYy45IDAgMS42MzEtMS4wOTkgMS42MzEtMmg1LjMxNWMwIC45MDEuNzMgMiAxLjYzMSAyaDUuNzEyeiIvPjwvc3ZnPg==") no-repeat center/contain;
    -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMyA2djE4aDE4di0xOGgtMTh6bTUgMTRjMCAuNTUyLS40NDggMS0xIDFzLTEtLjQ0OC0xLTF2LTEwYzAtLjU1Mi40NDgtMSAxLTFzMSAuNDQ4IDEgMXYxMHptNSAwYzAgLjU1Mi0uNDQ4IDEtMSAxcy0xLS40NDgtMS0xdi0xMGMwLS41NTIuNDQ4LTEgMS0xczEgLjQ0OCAxIDF2MTB6bTUgMGMwIC41NTItLjQ0OCAxLTEgMXMtMS0uNDQ4LTEtMXYtMTBjMC0uNTUyLjQ0OC0xIDEtMXMxIC40NDggMSAxdjEwem00LTE4djJoLTIwdi0yaDUuNzExYy45IDAgMS42MzEtMS4wOTkgMS42MzEtMmg1LjMxNWMwIC45MDEuNzMgMiAxLjYzMSAyaDUuNzEyeiIvPjwvc3ZnPg==") no-repeat center/contain;
    width: 24px;
    height: 24px;
    background: #2d4b9b;
}
.mt200{
    margin-top: 200px;
}
    .category-name, .category-description, .subcategory-desc, .subcategory{
        margin-bottom: 40px;
    }

@media screen and (max-width: 500px){
    #deliveryLocation{
        width: 80%;
    }

    }
@media screen and (max-width: 400px){
.shop-category {
    font-size: 14px;    
    }
}
/* EVENT CALENDAR */
.mob-container {
    max-width: 1334px;
    margin: 0 auto;
}
.bg-blue {
    background-color: #2c57d2;
    color: #fff;
}

.bg-white {
    background-color: #fff;
    color: #000;
}

.bg-grey {
    background-color: #1f262d;
    color: #78879b;
}

.text-blue {
    color: #2c57d2;
    margin-right: 5px;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.overflow-hidden {
    overflow: hidden;
}

.d-block {
    display: block !important;
}

.flex {
    display: flex;
}

.d-none {
    display: none;
}

.event_calendar .event::after {
    content: "";
    height: 5px;
    width: 5px;
    margin-bottom: 12px;
    margin-right: -3px;
    background-color: #2c57d2;
    border-radius: 50%;
    display: inline-block;
}
.event_calendar h1 {
    margin-bottom: 80px;
}

.event_calendar .current-clicked {
    border-bottom: 3px solid #2c57d2;
    box-sizing: content-box;
}

.event_calendar #calendar {
    display: flex;
    gap: 10px;
}

.event_calendar #calendar div {
    position: relative;
    width: calc(8.333% - 10px);
    flex-shrink: 0;
    cursor: pointer;
    text-align: center;
    height: 36px;
}

.event_calendar #calendar div p {
    pointer-events: none;
    font-size: 24px;
}

.event_calendar #calendar div span {
    pointer-events: none;
    display: none;
    font-size: 40px;
    position: absolute;
    bottom: 38px;
    color: #2c57d2;
}
.mob-container .events-headline {
    margin-top: 30px;
    margin-bottom: 60px;
}

.event_calendar #calendar div.first-visible span {
    display: block;
}

.event_calendar #calendar div.january span {
    display: block;
}

.event_calendar .line-separator {
    width: 100%;
    height: 1px;
    background: #78879b;
    margin-top: -2px;
}

.event_calendar .calendar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 605px;
}

@media(max-width: 750px) {
    .event_calendar .calendar-content {
        flex-direction: column;
        align-items: flex-start;
    }
}

.event_calendar .overflow-container {
    overflow: hidden;
    margin: 0 45px;
}

@media(max-width: 750px) {
    .event_calendar #calendar {
        overflow: scroll;
        min-height: 100px;
        align-items: flex-end;
    }
}

@media (max-width: 500px) {
    .event_calendar .events {
        width: auto;
    }

    .event_calendar .event-name p {
        max-width: 90%;
        margin-bottom: 10px;
    }

    .event_calendar .event-date {
        max-width: 95%;
    }
}

.event_calendar .overflow-fix {
    transform: translateY(58px);
    overflow: hidden;
}

.event_calendar .overflow-fix h3 {
    margin-bottom: 60px;
}

@media(max-width: 750px) {
    .event_calendar .overflow-fix {
        min-width: 1100px;
        width: 100%;
    }
}

.event_calendar .calendar-headline {
    margin-top: 10px;
    margin-bottom: 70px;
}

.event_calendar .events {
    position: relative;
    width: 400px;
    height: 500px;
}

.event_calendar .event-name {
    z-index: 1;
}

.event_calendar .event-name p {
    margin: 0;
}

#events {
    display: flex;
    gap: 20px;
}

@media(max-width: 991px) {
    #events {
        margin-top: 20px;
        flex-direction: column;
        height: auto;
    }
}

.event_calendar .gradient-overlay {
    background: transparent linear-gradient(180deg, #00000000 40%, #2c57d2c2 100%) 0 0 no-repeat padding-box;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.event_calendar .event-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 22px;
}

.event_calendar .event-workshop {
    z-index: 1;
}

.event_calendar .event-workshop span {
    padding: 7px;
    background: #000;
    color: #fff;
}

.event_calendar .event-date {
    display: flex;
    justify-content: space-between;
}

.event_calendar .event-date span {
    font-size: 11px;
}

.event_calendar .event-title {
    font-size: 26px;
}

.event_calendar .arrow {
    position: relative;
}

@media(max-width: 750px) {
    .event_calendar #calendar div {
        height: 60px;
    }
    .event_calendar .arrow {
        display: none;
    }
}

.event_calendar .arrow .calendar-arrow-next {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #2c57d2;
}

.event_calendar .arrow .calendar-arrow-prev {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #2c57d2;
}

.event_calendar .arrow .icon-chevron-right,
.event_calendar .arrow .icon-chevron-left {
    display: flex;
    align-items: center;
    justify-content: center;
}
.event_calendar .icon-chevron-right:before,
.event_calendar .icon-chevron-left:before {
    font-size: 32px;
    color: #2c57d2;
}
.event_calendar .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.event_calendar .events a {
    text-decoration: none;
}

.event_calendar .overflow-container .overflow-fix h2,
.event_calendar .overflow-container .overflow-fix h3 {
    margin-bottom: 60px;
}

.event_calendar .overflow-container .overflow-fix h3 {
    font-size: 50px;
}

/* Map brick  */


.map-dark-overlay {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #343434;
    opacity: 0.8;
    &.container-map-overlay {
        left: unset;
        top: unset;
    }
}
.map-dark-overlay-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    div {
        display: flex;
        gap: 15px;
    }
}
.map-img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.accept-map {
    padding: 10px 16px;
    background: #ee7f00;
    border-radius: 20px;
}
.decline-map {
    padding: 10px 16px;
    background: #00000063;
    border-radius: 20px;
}
#map.leaflet-container {
    z-index: 1;
    margin-bottom: 30px;
}
.container #map.leaflet-container {
    margin-bottom: 0px;
}
@media (min-width: 901px) {
    .font-size-h3 {
        font-size: 36px;
    }
}

.half-right {
    width: 47%;
    height: 400px;
    @media (max-width: 768px) {
        width: 100%;
        height: 350px;
    }
}

/* required styles */
.leaflet-pane.leaflet-shadow-pane {
    display: none;
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}
.leaflet-container {
    overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
    background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
    max-width: none !important;
    max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
    width: auto;
    padding: 0;
}

.leaflet-container img.leaflet-tile {
    /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
    mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}
.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}
.leaflet-tile-loaded {
    visibility: inherit;
}
.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}
.leaflet-overlay-pane {
    z-index: 400;
}
.leaflet-shadow-pane {
    z-index: 500;
}
.leaflet-marker-pane {
    z-index: 600;
}
.leaflet-tooltip-pane {
    z-index: 650;
}
.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}
.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}
.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}

/* control positioning */

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}
.leaflet-top {
    top: 0;
}
.leaflet-right {
    right: 0;
}
.leaflet-bottom {
    bottom: 0;
}
.leaflet-left {
    left: 0;
}
.leaflet-control {
    float: left;
    clear: both;
}
.leaflet-right .leaflet-control {
    float: right;
}
.leaflet-top .leaflet-control {
    margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
    margin-left: 10px;
}
.leaflet-right .leaflet-control {
    margin-right: 10px;
}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}
.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
    will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}

/* cursors */

.leaflet-interactive {
    cursor: pointer;
}
.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

/* visual tweaks */

.leaflet-container {
    background: #ddd;
    outline-offset: 1px;
}
.leaflet-container a {
    color: #0078a8;
}
.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
}

/* general toolbar styles */

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}
.leaflet-bar a {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
    background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px "Lucida Console", Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}

/* layers control */

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}
.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}
.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}
.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}
.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}
.leaflet-control-layers label {
    display: block;
    font-size: 13px;
    font-size: 1.08333em;
}
.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
    /* used only in path-guessing heuristic, see L.Icon.Default */
    background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
    line-height: 1.4;
}
.leaflet-control-attribution a {
    text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
    text-decoration: underline;
}
.leaflet-attribution-flag {
    display: inline !important;
    vertical-align: baseline !important;
    width: 1em;
    height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}
.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

/* popup */

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}
.leaflet-popup-content {
    margin: 13px 24px 13px 20px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.08333em;
    min-height: 1px;
}
.leaflet-popup-content p {
    margin: 17px 0;
    margin: 1.3em 0;
}
.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-top: -1px;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}
.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;

    margin: -10px auto 0;
    pointer-events: auto;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    text-align: center;
    width: 24px;
    height: 24px;
    font: 16px/24px Tahoma, Verdana, sans-serif;
    color: #757575;
    text-decoration: none;
    background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
    color: #585858;
}
.leaflet-popup-scrolled {
    overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;

    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}

/* div icon */

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
    cursor: pointer;
    pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Directions */

.leaflet-tooltip-bottom {
    margin-top: 6px;
}
.leaflet-tooltip-top {
    margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}
.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}
.leaflet-tooltip-left {
    margin-left: -6px;
}
.leaflet-tooltip-right {
    margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}
.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}
.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

/* Printing */

@media print {
    /* Prevent printers from removing background-images of controls. */
    .leaflet-control {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
.leaflet-popup-content-wrapper {
    padding: 10px;
    width: 300px;
}

#map .leaflet-popup .leaflet-popup-content h1 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 2px;
    margin-top: 14px;
    font-weight: bold;
    color: #000;
}
#map .leaflet-popup .leaflet-popup-content h2 {
    font-size: 16px;
}
#map .leaflet-popup .leaflet-popup-content img {
    width: 100%;
}
.leaflet-popup-content {
    padding: 12px;
    margin: 0;
    width: 100% !important;
}

.concert-second-content {
    display: flex;
    padding: 100px 0px;
    gap: 40px;
}
@media screen and (max-width:768px) {
    #content .concert-second-content p {
        margin: 0;
    }
    .concert-second-content {
        flex-direction: column;
        gap: 30px;
        padding: 100px 20px;
    }
}