/* @font-face {
    font-family: 'Source Sans Pro';
    font-weight: 400 700;
    font-style: normal;
    src: url('/typo3conf/ext/spt_package/Resources/Public/fonts/SourceSans3VF-Upright.ttf.woff2') format('woff2-variations');
} */
@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-style: normal;
    src: url('/typo3conf/ext/spt_package/Resources/Public/fonts/SourceSansPro-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: normal;
    src: url('/typo3conf/ext/spt_package/Resources/Public/fonts/sourcesanspro-regular-webfont.woff2') format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-style: normal;
    src: url('/typo3conf/ext/spt_package/Resources/Public/fonts/sourcesanspro-semibold-webfont.woff2') format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-style: normal;
    src: url('/typo3conf/ext/spt_package/Resources/Public/fonts/sourcesanspro-bold-webfont.woff2') format('woff2');
}

body {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 18px;
    letter-spacing: normal;
    word-spacing: 1px;
    color: #333;
    word-break: break-word;
    margin: 0;
}

p {
    margin-bottom: 20px;
    line-height: 1.63;
}

section li {
    line-height: 1.63;
}

section .frame-type-text ul li {
    margin-bottom: 10px;
    text-indent: -25px;
    padding-left: 25px;
    color: #4a5565;
}

.ce-gallery figcaption {
    display: block;
}

.ce-image.ce-center.ce-above .ce-gallery {
    text-align: center;
    display: grid;
    place-content: center;
}

section.full_width_image div.frame {
    width: 100%;
}

section.full_width_image .img-fluid {
    width: 100%;
}

.full_width_image img.fullwidth-img {
    min-height: 123px;
    width: auto !important;
}

.full_width_image .right-children img {
    height: 355px;
}

@media(max-width:991.9px) {

    .full_width_image .right-children img {
        height: 255px;
    }
}

@media(max-width:768px) {
    section .frame-type-text ul li::marker {
        font-size: 14px;
    }
}

.pagination-wrapper .pagination>.active>a,
.pagination-wrapper .pagination>.active>a:focus,
.pagination-wrapper .pagination>.active>a:hover,
.pagination-wrapper .pagination>.active>span,
.pagination-wrapper .pagination>.active>span:focus,
.pagination-wrapper .pagination>.active>span:hover {
    background-color: #999999;
}

.pagination-wrapper .pagination .prev {
    float: none;
}

main .ce-textpic img {
    border-radius: 16px;
}

h1 {
    font-weight: 900;
    letter-spacing: normal;
    font-size: 60px;
    margin-bottom: 10px;
}

h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #111827;
}

h3 {
    font-size: 35px;
    margin-bottom: 20px;
}

h4 {
    font-size: 25px;
    font-weight: 500;
}

h5 {
    font-size: 23px;
    font-weight: 600;
}

h6 {
    font-size: 16px;
    /* sections used this */
    font-weight: 400;
    /* sections used this */
    margin-bottom: 1.5rem;
    /* sections used this */
    color: #101828;
    /* sections used this */
}

h2,
h3,
h4 {
    letter-spacing: normal;
}

h5 {
    font-weight: 700;
    letter-spacing: normal;
}

a {
    color: #004a6f;
}

a:hover,
a:focus {
    color: #004a6f;
    border-bottom-color: #004a6f;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font: inherit;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none;
}

main {
    display: block;
}

h1.start-header {
    color: #111827;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: clamp(3.5rem, 8vw, 6rem);
    line-height: 1.1;
    letter-spacing: -1.92px;
}

ul.social-icon-ul-foot li {
    display: inline-block;
    max-width: 60px;
    padding-right: 10px;
}

ul.social-icon-ul-foot {
    display: block;
    padding-bottom: 60px;
}

.footer .foot-all-p img {
    max-width: 160px;
    width: 119px;
}

.btn-default:hover,
.btn-default:focus,
.btn-primary,
.btn-default.active,
.btn {
    background-color: #333;
    border-color: #333;
    font-weight: 100;
}

.mb-10 {
    margin-bottom: 10px;
}

.footer {
    position: relative;
}

.footer ul li,
.footer ul li a,
.footer p,
.footer p a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
}

.footer a {
    color: #fff;
    font-size: 18px;
}

.footer a:hover {
    color: #fff;
}

.footer.footer-style-2 .footer-center i {
    font-size: 32px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

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

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

.content-area img {
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}

.img-over-slider {
    height: 100vh;
}

.img-content-center {
    margin: auto;
    padding-top: 71px;
}

.white-text {
    color: #fff;
}

.bg-grey {
    background-color: #f6f6f6;
}

.text-black {
    color: #000;
}

.btn-wrap-bottom {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: right;
}

.lg-btn {
    font-size: 24px;
    padding-left: 50px;
    padding-right: 50px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background-color: #004a6f;
}

.btn-primary {
    background-color: #004a6f;
    border-color: #004a6f;
    color: #fff !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #004a6f;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.checkmark {
    height: 24px;
    width: 24px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #e0e0e0;
}

.lazy.loading {
    position: relative;
}

.lazy.loading::after {
    position: absolute;
    top: calc(55% - 40px);
    bottom: 0;
    right: 0;
    left: calc(55% - 40px);
    content: "";
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #004a6f;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.page-header {
    position: relative;
}

.page-header.style-3,
.page-header.style-4 {
    border-bottom: 0;
}

.page-header.style-3:after,
.page-header.style-4:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin-top: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-header.style-3:after {
    background-color: #333;
}

.page-header.style-4:after {
    background-color: #999999;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

main {
    min-height: 500px;
}

/* main ul {
    padding-left: 40px;
    list-style-type: disc;
} */

.mb-10 {
    margin-bottom: 10px;
}

header .navbar span.dropdown-toggle:after {
    font-size: 1.25rem;
}

.contact-icon-box i.fa {
    color: #333;
}

.map iframe {
    display: block;
}

.page-title .breadcrumb {
    position: relative;
    justify-content: flex-end;
    margin-bottom: 0;
    bottom: 0;
}

label.check-group {
    font-weight: 400;
    padding-left: 32px;
}

.feature-wrap h1 {
    letter-spacing: 0.5em;
    font-weight: 800;
}

.team-block .team-detail .team-head h4 {
    font-weight: 400;
    margin-bottom: 5px;
}

ul.dropdown-menu li:hover a.dropdown-item {
    background-color: #004a6f;
    border-color: #004a6f;
    color: #fff;
}

/* header .nav-item.dropdown:hover .dropdown-menu {
    border-color: transparent;
} */

header .navbar .dropdown-menu {
    background-color: #fff;
}

header .navbar .megamenu-block .dropdown-menu {
    background-color: #fff;
}

.sticky-header.sticky .top-logo {
    padding: 17px 0;
}

.img-left-frame.bg-cover .left-content-overlay h3 img {
    max-width: 26px;
    margin-right: 16px;
}

.img-left-frame.bg-cover .left-content-overlay p a img {
    max-width: 45px;
}

.top-logo {
    /* padding-left: 75px !important; */
    padding-bottom: 0;
    padding: 30px 12px;
}

@media(max-width:1440px) {
    header .navbar .navbar-nav>li.dropdown .nav-link {
        font-size: 14px !important;
    }
}

@media(min-width:993px) and (max-width:1282px) {

    .top-logo {
        padding-left: 30px !important;
    }

    .banner-main .right-wrap {
        padding-left: 17px !important;
    }

    header .navbar .navbar-nav>li.dropdown .nav-link {
        font-size: 14px !important;
    }

    header .navbar .navbar-nav>li {
        padding: 0 0px 0 2px !important;
        margin: 0 3px !important;
    }
}

@media(max-width:992px) {
    .top-logo {
        padding-left: 15px !important;
    }

    .top-logo.top-left-logo {
        padding-right: 0px !important;
    }
}

/** Header Styles **/

/* .sticky-header.sticky .navbar .nav-link,
.sticky-header.sticky .navbar .dropdown-toggle {
    color: #fff !important;
} */

header .navbar .nav-link,
header .navbar .dropdown-toggle {
    color: #999999;
}

header.color-head .navbar .nav-link,
header.color-head .navbar .dropdown-toggle {
    color: #fff;
}

header .navbar.navbar-custom {
    padding: 0px 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
  transition: background .5s ease-in-out, padding .5s ease-in-out; */
}

.footer h4 {
    color: #ffffff;
    line-height: 26px;
}

header .navbar .navbar-nav>li.dropdown .nav-link {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
    color: #d60867b3 !important;
    text-transform: capitalize;
}
header .navbar .navbar-nav>li.dropdown .nav-link:hover {
    color: #d60867 !important;
}
.innerpage-head .navbar .nav-link,
.innerpage-head .navbar .dropdown-toggle {
    color: #fff;
}

ol.breadcrumb {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 15px 0;
    margin-bottom: 0;
}

.page-title.feature-wrap.style-1 {
    background: #e0e0e0;
    padding: 20px 0;
}

.feature-wrap ul.wrao-left-nav {
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 13px 0;
}

header .navbar .navbar-nav>li:hover .nav-link {
    color: #004a6f;
}

.sticky-header {
    background-color: #fff;
    position: fixed;
    padding: 0px;
    top: 0;
}

.content-wrap span {
    font-size: 12px;
}

.footer-bottom ul {
    /* display: block; */
    margin-bottom: 0;
}

.footer-bottom {
    background-color: #079185;
    padding-left: 0;
}

.footer-bottom ul li a {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 20px 32px;
    text-transform: capitalize;
}

.footer-bottom ul {
    padding-left: 0;
}

.footer .footer-final {
    width: 100%;
    margin: auto;
    display: block;
}

.icon-social-list.icon-bar .icon-social img {
    max-width: 50px;
}

.footer-bottom ul li {
    display: inline-block;
    /* padding: 13px 32px; */
}

.footer-bottom ul li:first-child {
    padding-left: 0;
}

.right-content.footer-right-content img {
    max-width: 14px;
    margin-left: 10px;
}

.icon-social-list.icon-bar {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

.icon-social-list.icon-bar a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
    font-size: 1.25rem;
    padding-bottom: 0px;
}

.icon-social-list.icon-bar ul li:first-child a {
    font-size: 27px;
}

.img-left-frame.bg-cover {
    background-position: left !important;
}

.right-content.footer-right-content {
    background-color: #027c71;
    padding: 20px 0;
}

.right-content.footer-right-content p,
.right-content.footer-right-content p a {
    color: #fff;
    margin-bottom: 0;
    font-size: 21px;
    padding-left: 5px;
    text-decoration: none;
    font-weight: 100;
}

#totop {
    border-radius: 40%;
    right: 74px;
    bottom: 0;
    position: absolute;
    top: -45px;
    width: 95px;
    height: 95px;
    cursor: pointer;
    z-index: 1;
}

#totop img.arrow_purple {
    display: none;
}

#totop:hover img.arrow_purple {
    display: block;
}

#totop:hover img.arrow_blue {
    display: none;
}

.footer .img-left-wrap-logo img {
    max-width: 40px;
    width: 40px;
}

.footer .img-left-wrap-logo {
    z-index: 9;
    position: relative;
}

.sticky-header.sticky .collapse-logo {
    display: block;
    width: 300px;
}

.content-wrap form .form-control {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #aaa;
    padding: 5px;
}

.sticky-header.sticky .normal-logo {
    display: none;
}

header .navbar span.dropdown-toggle {
    top: 4px;
    position: absolute;
    right: -2px;
    z-index: -1;
}

header .navbar .icon-bar {
    background: #004a6f;
}

.sticky-header.sticky {
    background-color: #004a6f;
}

header.sticky .navbar .icon-bar {
    background: #fff;
}

.sticky-header.sticky .navbar .nav-link,
.sticky-header.sticky .navbar .dropdown-toggle {
    color: #333;
}

header .normal-logo {
    display: block;
    width: 300px;
}

.sticky-header.sticky .navbar {
    padding: 0px 0;
}

header .collapse-logo {
    display: none;
    width: 188px;
}

header .navbar .navbar-nav>li .dropdown-menu a {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: #004a6f;
}

header .navbar .navbar-nav>li.megamenu-block .dropdown-menu a {
    color: #004a6f;
}

.wrap-col-content {
    overflow: hidden;
    background-color: #004a6f;
}

.banner-full-frame .wrap-frame-full h4 img {
    max-width: 25px;
    margin-right: 10px;
}

.banner-full-frame .wrap-frame-full h4,
.banner-full-frame .wrap-frame-full h3 {
    color: #fff;
    padding-bottom: 40px;
}

.footer .wrap-first-img {
    max-width: 200px;
    padding-bottom: 50px;
}

.banner-full-frame .wrap-frame-full img {
    max-width: 250px;
}

.bg-cover.img-left-frame .left-content-overlay {
    background: transparent;
}

.withoutparallax .counter-status .timer-data>span {
    font-size: 45px;
    font-weight: 500;
    color: #fff !important;
}

.gallery-counter .counter-value::after {
    display: none;
}

.gallery-counter .counter-work-status {
    margin: auto;
}

.tx-spt-countdown div.timer-data,
div.timer-wrapper {
    padding-right: 34px;
}

.withoutparallax .counter-status span.timer-label {
    font-size: 21px !important;
    font-weight: 500;
    color: #fff !important;
}

.withoutparallax {
    padding-top: 70px;
    padding-bottom: 70px;
}

.withoutparallax.style-2 {
    background-color: #004a6f;
}

.team-blog .team-block .team-detail {
    padding: 0 20px;
    min-height: 115px;
}

.team-blog .team-block .team-detail a p,
.team-blog .team-block .team-detail a {
    font-size: 22px;
    padding: 14px 0;
    color: #fff;
    line-height: 8px;
    text-decoration: none;
}

.team.team-blog .head-title {
    padding-bottom: 30px;
}

.team-blog .team-block .team-detail a p img {
    max-width: 30px;
    margin-left: 27px;
}

.team-blog .head-title h2 img {
    max-width: 25px;
    margin-right: 27px;
}

.team-blog .team-block .team-detail a p.blog-p {
    padding-left: 13%;
}


/** Content Styles **/

.page-intro .breadcrumb>li+li::before,
.page-intro .breadcrumb>.active {
    color: rgba(255, 255, 255, 0.5);
}

.page-intro .breadcrumb a {
    color: #fff;
}

.page-intro .breadcrumb a:hover {
    color: #999999;
}

.page-intro {
    padding: 0;
    background-color: #004a6f;
}

.page-intro .breadcrumb {
    background: transparent;
    justify-content: flex-end;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.page-intro .breadcrumb>li {
    display: inline-block;
}

.page-intro .breadcrumb>li+li:before {
    padding: 0;
    content: "/\00a0";
}

.feature-boxt .thumbnail.style-1 {
    justify-content: flex-start;
}

.card-header a {
    text-decoration: none;
    font-weight: 500;
}

.sticky-header img.orange-logo {
    width: 150px;
    display: block;
}

.sticky-header img.img-hover {
    display: none;
}

.sticky-header.sticky img.img-hover {
    display: block;
}

.sticky-header.sticky img.img-org {
    display: none;
}

.sticky-header.main-head img.white-logo {
    max-width: 168px;
    display: none;
}

.sticky-header.sticky img.orange-logo {
    max-width: 168px;
    display: none;
}

.sticky-header.sticky.main-head img.white-logo {
    max-width: 145px;
    display: block;
}

.sticky-header.innerpage-head .white-logo {
    display: none;
}

.sticky-header.innerpage-head.sticky .white-logo {
    display: block;
}

header.innerpage-header .navbar .navbar-nav>li.dropdown .nav-link {
    font-weight: 500;
    font-size: 18px;
    color: #024d6b;
}

/* .sticky-header.sticky.innerpage-head .top-logo,
.sticky-header.innerpage-head .top-logo {
    padding: 0;
} */

.sticky-header.sticky.main-head .navbar-collapse {
    background-color: transparent;
}

.page-title {
    padding: 96px 0 153px;
    background-color: #fff;
}

.animation-carousel.slider-banner .carousel .carousel-item {
    height: 100vh !important;
    background-position: center;
}

.person-wrap {
    padding-bottom: 0 !important;
}

.person-wrap ul {
    margin-bottom: 0;
    padding-left: 0;
    justify-content: center;
    align-items: center;
}

.bg-img-frame {
    height: 100vh;
    background-position: top center;
    position: relative;
}

.bg-img-frame .wrap-img-right {
    position: absolute;
    right: 167px;
    max-width: 250px;
    top: 100px;
}

.frame-head h2 img {
    width: 26px;
}

.frame-head.alt-title h2 {
    border-right: none;
    padding-right: 0;
}

.frame-head .conact-p h3,
.frame-head .conact-p h4 {
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

.frame-head .conact-p h3 {
    color: #666666;
}

.img-left-frame .left-content-overlay {
    min-height: 500px;
    text-align: center;
}

.bg-img-frame .wrap-content-link {
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-img-frame .wrap-right-link {
    min-height: 200px;
}

.bg-cover.img-left-frame .left-content-overlay .wrap-banner-frame h3 {
    padding-bottom: 35px;
    font-weight: 600;
}

.bg-img-frame .wrap-right-link h2,
.bg-img-frame .wrap-flex h4 {
    color: #fff;
}

.person-wrap ul.person-wrap-ul li img {
    max-height: 500px;
}

.content-frame-blue .left-text ul li {
    list-style-type: none;
    font-weight: 500;
}

.wrap-frame-blue-text ul.social-icon-ul li {
    display: inline-block;
    max-width: 45px;
    margin-right: 10px;
}

.wrap-frame-blue-text h4 {
    color: #fff !important;
    padding-bottom: 15px;
}

.img-background {
    height: 100%;
    background-position: top left;
}

header .navbar-expand-lg .navbar-nav {
    padding: 10px 0;
}

.slider-banner.animation-carousel .animated-frame .carousel-caption {
    top: 40%;
    text-align: left;
}

ul.wrap-ul-banner {
    display: block;
}

.content-frame-blue span.img-span {
    margin-right: 13px;
}

.content-frame-blue span.img-span img {
    max-width: 5px;
}

.img-text-container.content-frame-blue h3 {
    color: #fff;
    font-weight: 600;
}

.feature-wrap ul.wrao-left-nav li a img {
    max-width: 35px;
}

.feature-wrap ul.wrao-left-nav li a,
.feature-wrap ul.wrao-left-nav li {
    color: #004a6f;
    text-decoration: none;
    font-size: 17px;
}

.sticky-header.sticky .feature-wrap a.sidemenu-toggler,
.sticky-header .feature-wrap a.sidemenu-toggler {
    position: absolute;
    top: 14px;
    right: 143px;
    content: "";
    width: 35px;
    height: 35px;
    line-height: 31px;
    padding: 0;
    border: 2px solid #80a5b4;
    border-radius: 100%;
    background-color: #80a5b4;
    color: #fff;
    text-align: center;
    margin-left: 15px;
    cursor: pointer;
}

.feature-wrap ol.breadcrumb li a {
    color: #5f5f5f;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.innerpage-head .navbar a.sidemenu-toggler i {
    visibility: hidden;
    cursor: pointer;
    font-size: 19px;
    background: #004a6f;
    padding: 6px;
    border-radius: 5px;
}

.sticky-header.sticky.innerpage-head .navbar a.sidemenu-toggler i {
    background: #000;
    border-radius: 5px;
}

.innerpage-head.sticky .navbar a.sidemenu-toggler i {
    color: #fff;
}

.feature-wrap .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: "\f105 ";
    font-family: "FontAwesome";
}

.innerpage-head .top-logo img,
.sticky.innerpage-head .top-logo img {
    width: 204px;
}

.innerpage-head .top-left-logo img,
.sticky.innerpage-head .top-left-logo img {
    width: 231px;
}

@media(max-width:1400px) {

    .innerpage-head .top-logo img,
    .sticky.innerpage-head .top-logo img {
        width: 186px;
    }

    .innerpage-head .top-left-logo img,
    .sticky.innerpage-head .top-left-logo img {
        width: 130px;
    }
}

.social-icons-tag ul {
    display: block;
}

.footer .footer-final .foot-all-main {
    max-width: 50px;
    width: 50px;
    margin: auto;
    margin-bottom: 50px;
}

.footer .footer-final .foot-all-p img {
    max-width: 70px;
    width: 70px;
    margin: auto;
}

.footer-final-foot .foot-all-p img {
    max-width: 150px;
    width: 150px;
    display: unset;
}

.footer-final-foot ul {
    display: block;
    margin-bottom: 30px;
    padding-left: 23px;
}

.footer-final-foot ul li {
    display: inline-block;
    padding-left: 0;
    text-align: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.social-icons-tag ul li {
    display: inline-block;
    text-decoration: none;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.social-icons-tag ul li a i {
    color: #fff;
}

.social-icons-tag .wrap-social-icon {
    margin-top: -17px;
}

/* .static-header ul.lang-menu {
    top: 16px;
    padding: 13px 0px 0 10px;
} */

div.lang-menu div {
    display: inline-block;
    color: #fff;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    padding: 12px 24px;
}

.mob_ul_topnav div.lang-menu>div {
    display: flex !important;
    align-items: center;
}

.mob_ul_topnav .mean-last {
    border-top: 1px solid #e4e4e4;
}

.mob_ul_topnav .mean-last .lang-menu a {
    border-top: transparent !important;
}

.mob_ul_topnav .lang-menu a {
    padding: 12px 14px 10px 15px !important;
}

.sticky div.lang-menu div {
    color: #fff;
}

div.lang-menu div a {
    color: #004a6f;
}

div.lang-menu div.active {
    display: inline-block;
    padding: 12px 12px;
}

div.lang-menu div::after {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    content: "|";
}

div.lang-menu div:last-child::after {
    content: " ";
    margin-right: 0px;
    margin-left: 0px;
}

/* .innerpage-head.sticky ul.lang-menu li a,
.innerpage-head.sticky ul.lang-menu li {
    color: #fff;
} */

.footer .foot-p img {
    max-width: 150px;
}

.footer .foot-wrap-second>img {
    max-width: 180px;
}

.footer .social-icons-tag .foot-icon-social {
    text-align: left;
}

@media(max-width:576px) {
    .footer .social-icons-tag .foot-icon-social {
        text-align: center;
    }
}

.footer .footer-content-auto {
    margin-top: 50px;
}

.footer .footer-icons {
    margin: 75px;
}

.social-icons-tag .foot-icon-social li {
    display: inline-block;
    text-decoration: none;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
}

.footer .footer-content-auto .footer-icons p {
    font-size: 1.25rem;
}

.footer .footer-content-auto .footer-icons i {
    color: #fff;
    font-size: 50px;
    margin-bottom: 9px;
}

.lang-menu .active {
    display: inline-block;
}

.wrap-footer-bottom ul.lang-menu li {
    padding: 5px;
    margin-right: 0;
    color: #fff;
}

.wrap-footer-bottom ul.lang-menu {
    padding-top: 7px;
}

.wrap-footer-bottom ul.lang-menu li a {
    color: #fff;
    text-transform: none;
}

.wrap-footer-bottom ul.lang-menu li::after {
    left: 26px;
}

.wrap-footer-bottom ul.lang-menu {
    float: right;
}

.foot-line {
    z-index: 9;
    min-height: 200px;
}

.footer-center-content .foot-wrap-second ul {
    display: block;
}

.footer-center-content .foot-wrap-second ul li {
    display: inline-block;
    padding-left: 0;
    list-style-type: none;
    width: 40px;
    max-width: 40px;
    margin-right: 5px;
}

.footer-center-content .foot-wrap-second ul li img {
    border-radius: 5px;
    width: 30px;
}

.footer .foot-line:last-child {
    border-right: none;
}


/*accodion*/

.accordion-wrap .accordion.accordion-style2 .card .card-header,
.accordion.accordion-style2 .card .card-header .card-link[aria-expanded="true"] {
    background: #004a6f;
}

.accordion-wrap .card {
    border: transparent;
    margin-bottom: 30px !important;
}

.accordion-wrap .accordion.accordion-style2 .card .card-header .card-link::after {
    right: 26px;
    top: 18px;
}

.accordion-wrap .accordion.accordion-style2 .card .card-body p {
    margin-bottom: 0;
}

.accordion-wrap {
    margin-bottom: 0px !important;
}

/*img-gallery*/

.img-block .img-block-three-col,
.video-gallery.three-column .video-gallery-block {
    margin: auto;
}

.video-inner .head-video-wrap iframe {
    width: 100%;
    height: 800px;
}

.accordion-wrap .accordion.accordion-style2 .card .card-header .card-link {
    padding: 20px 42px 20px 20px;
    font-size: 18px;
    color: #fff;
}

.head-content-wrap h2 {
    margin: 15px 0;
    color: #666666;
}

.social-icons-tag .wrap-social-icon ul {
    margin-bottom: 0;
}

.social-icons-tag {
    z-index: 9;
    position: relative;
}

.banner-main {
    z-index: 0;
    min-height: calc(100vh - 158px);
    position: relative;
    margin-top: 158px;
}

/* .img-webp.banner-main {
    margin-top: 0px !important;
} */

.banner-main .right-wrap {
    background: #004a6f87;
    height: 367px;
    width: 40%;
    padding: 60px;
    position: absolute;
    left: 0;
    bottom: 100px;
    color: #fff;
}

.banner-main .right-wrap.pancreas-sec {
    background: #00000096;
    height: 100%;
    width: 40%;
    padding: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
}

.banner-main .right-wrap.pancreas-sec h4 {
    color: #fff;
}

.banner-main .right-wrap.pancreas-sec .wrap-smallicon-right-img {
    left: 50%;
    right: 50%;
    top: 100%;
}


.banner-main .left-wrap {
    background: #004a6f87;
    height: 367px;
    width: 25%;
    padding: 60px;
    position: absolute;
    right: 0;
    bottom: 100px;
    color: #fff;
    justify-content: center;
    display: flex;
}

.banner-menu {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.banner-main.hai .right-wrap {
    background: #009de2bf;
    height: 153px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 0 !important;
    width: 45% !important;
    left: auto;
}

.banner-main.hai .right-wrap .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:992px) {
    .banner-menu {
        position: relative;
    }

    .banner-main .left-wrap,
    .banner-main .right-wrap {
        bottom: 0;
    }
}

.banner-main .right-wrap .wrap-green-content h3 {
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 30px;
}

.video-inner .head-video-wrap {
    height: 700px;
    min-height: 700px;
}

.bg-blue {
    background-color: #3f89c7;
}


/*testimonial*/

.testimonial-wrapper .testimonial-head .testimonial-content {
    background: #f4f4f2;
    padding: 90px 28px;
}

.testimonial-wrapper .testimonial-div {
    padding: 160px 0;
}

.testimonial-wrapper .testimonial-div .testimonial-head {
    position: relative;
}

.testimonial-wrapper .testimonial-div .testimonial-img {
    position: absolute;
    right: 51px;
    bottom: -24px;
}

.testimonial-wrapper .testimonial-div .testimonial-title p {
    color: #fff;
    padding: 8px 0;
    word-break: break-word;
}

.testimonial-wrapper .testimonial-div .testimonial-img img {
    max-width: 180px;
    position: relative;
}

.filter-wrap-inner .filter-gallery .filter-buttons ul,
.filter-wrap-inner .filter-gallery .filter-isotope {
    padding-left: 0;
}

.filter-wrap-inner .filter-gallery .filter-buttons ul {
    text-align: left;
    margin-bottom: 15px;
}

.filter-wrap-inner .filter-gallery .filter-buttons ul li {
    text-align: left;
}

.filter-wrap-inner.home-portfolio-wrap .filter-gallery .filter-buttons .filter-checkbox {
    border-right: transparent;
}

ul.icon-in-team {
    padding-left: 0;
    display: block;
}

ul.icon-in-team li {
    display: inline-block;
    margin-right: 23px;
}

ul.icon-in-team li a p {
    color: #009de2 !important;
}

ul.icon-in-team li:first-child img {
    max-width: 20px;
}

ul.icon-in-team li:last-child img {
    max-width: 36px;
}

.team-main.feature-boxt .thumbnail .caption p {
    color: #fff;
    line-height: 36px;
}

/* .team-main.feature-box .thumbnail .caption {
    padding: 18px 21px 30px 44px;
    float: right;
} */

.section-bg-left.img-left-over .img-left {
    width: 35%;
    background-position: top;
}

.img-left-over .right-text h3,
.img-left-over .right-text h4 {
    font-weight: 500;
}

.img-left-over {
    padding: 80px 0;
    margin-top: -13px;
}

.img-left-over ul.icon-in-team li:first-child img {
    max-width: 37px;
    width: 37px;
}

/* .img-left-over ul.icon-in-team li:last-child img {
    max-width: 57px;
} */

.img-left-over ul.icon-in-team {
    margin-top: 33px;
}

.icon-social-list.icon-bar ul {
    padding-left: 0;
}

.icon-social-list.icon-bar ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 8px;
    list-style-type: none;
    cursor: pointer;
}

.team-content .team-block .team-detail .team-head p {
    margin-bottom: 10px;
    font-weight: 700;
}

.team-content .team-block .team-detail {
    padding: 30px 65px 30px 30px;
    position: relative;
}

.content-up-wrap {
    min-height: 600px;
}

/* .wrap-all-div-frame {
    margin-top: -125px;
    margin-bottom: 50px;
} */
.wrap-all-div-frame .wrap-frame-red:hover {
    background-color: #009de2 !important;
}

.wrap-all-div-frame .wrap-frame-red {
    margin: auto;
    padding: 30px 20px;
    min-height: 100px;
    border: 2px solid #009de2;
    margin-bottom: 30px;
}

.wrap-all-div-frame .wrap-frame-red .img-arrow-wrap {
    margin: auto;
    text-align: center;
    max-width: 30px;
}

.wrap-all-div-frame .wrap-frame-red p {
    font-weight: 700;
}

.wrap-two-content img {
    max-width: 130px;
}

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

.wrap-two-content p {
    margin-bottom: 10px;
}

.img-yellow.img-left-frame .left-content-overlay {
    background: transparent;
    justify-content: center;
    align-items: center;
}

.img-yellow.img-left-frame .left-content-overlay img {
    max-width: 300px;
}

.img-left-frame.lazy.img-yellow {
    background-position: top !important;
}

.green-block-wrap .green-block h3 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    margin-bottom: 0;
}

.contact-section-center .form-group textarea.form-control {
    min-height: 150px;
}

.green-block {
    min-height: 130px;
    margin-bottom: 30px;
    position: relative;
    background-color: transparent;
    border: 1px solid #004a6f;
}

.green-link-frame .green-block:hover {
    background-color: #004a6f;
}

.green-link-frame .green-block::after,
.team-content .team-block .team-detail::after {
    content: " ";
    background-image: url(/typo3conf/ext/spt_package/Resources/Public/images/EPZ_ARROW_left_BLUEcirc.svg);
    background-position: center;
    background-size: contain;
    width: 40px;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    height: 100%;
    top: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.green-link-frame .green-block:hover::after {
    content: " ";
    background-image: url(../images/FAKTENHAUS_Arrow_rW.svg);
}

.form-control {
    border-radius: 0;
}

.btn {
    border-radius: 0;
}

.ul-list-warp.foot-bg ul {
    display: block;
    margin-bottom: 0;
    padding-left: 0;
}

.ul-list-warp.foot-bg ul li {
    display: inline-block;
    margin: 25px 80px;
}

.ul-list-warp.foot-bg ul li a {
    color: #fff;
}

.ul-list-warp.foot-bg ul li:first-child {
    margin-left: 0;
}

.two-column-bg-frame .section-bg-left .right-text h4 {
    font-weight: 700;
    margin: 40px 0;
}

.two-column-bg-frame .section-bg-left .right-text,
.left-content-bg .left-text {
    padding: 0 30px;
}

.btn.white-overlay {
    background: transparent;
    border: 2px solid #fff;
    min-width: 150px;
    text-transform: none;
    font-size: 16px;
    text-align: left;
    margin-top: 50px;
}

.btn.white-overlay img {
    max-width: 15px;
    padding-bottom: 2px;
    margin: 0 6px;
    float: right;
}

.banner-full-frame {
    min-height: 100vh;
}

.banner-full-frame .left-content-overlay {
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}

.banner-full-frame .wrap-frame-full h4,
.banner-full-frame .wrap-frame-full h3 {
    color: #fff;
    padding-bottom: 40px;
}

.banner-full-frame .wrap-frame-full {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.banner-full-frame .wrap-left {
    text-align: left;
}

.banner-full-frame .wrap-left h3 {
    line-height: 67px;
}

.wrap-tile-frame .img-tile-center img {
    max-width: 200px;
}

.img-tile-center {
    margin-top: 50px;
}

.whatsapp-frame,
.logo-right-frame {
    min-height: 400px;
}

.logo-right-frame .left-text img {
    max-width: 200px;
}

.whatsapp-frame .left-text i {
    font-size: 78px;
    margin-bottom: 8px;
    color: #fff;
}

.tile-frame.wrap-red-text,
.tile-frame.wrap-blue-text,
h2.tile-frame-center {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.tile-frame .wrap-mixed-text-over h3 span {
    font-size: 27px;
    font-weight: 400;
    line-height: 50px;
}

.two-row-img .right-text-over {
    float: right;
}

.two-row-img .right-text-over img {
    max-width: 250px;
}

.two-row-img .left-text-over {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-bg {
    padding: 25px 0;
}

.wrap-bg h3 {
    margin-bottom: 0;
    color: #fff;
}

h2.tile-frame.wrap-greythin-text {
    color: #999999;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: table;
    position: relative;
    padding: 0 30px;
}

.green-link-frame .green-block {
    padding: 15px 62px 15px 19px;
    min-height: 70px;
    position: relative;
    background-color: transparent;
    border: 1px solid #004a6f;
}

.wrap-box-content .wrap-light-box::after {
    width: 30px;
    right: 48px;
    height: 100%;
    top: -28px;
}

.green-link-frame .green-block h5 {
    margin-bottom: 0;
    line-height: 26px;
    font-size: 18px;
    word-break: break-word;
    white-space: normal;
}

.home-img.two-row-img .right-text-over {
    float: none;
    text-align: left;
}

.home-img .left-text-over h4 {
    color: #999999;
    margin-bottom: 30px;
}

.home-img .left-text-over p {
    color: #004a6f;
    font-size: 24px;
}

.wrap-box-content .wrap-light-box {
    background-color: #004a6f;
    height: 100%;
    width: auto;
    padding: 30px 82px 30px 20px;
    min-height: 180px;
    position: relative;
    border-radius: 30px;
}

.wrap-box-content .wrap-light-box h5 {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.wrap-box-content .col-12.col-lg-4:nth-child(even) .wrap-light-box {
    background-color: #009ee3;
}

.wrap-box-content .wrap-light-box:hover {
    background-color: #999999 !important;
    text-decoration: none;
}

.wrap-box-content .wrap-light-box:hover::after {
    content: " ";
    display: none;
}

.wrap-box-content .wrap-light-box:hover::before {
    content: " ";
    background-image: url("../images/arrow-white.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 50px;
}

.wrap-box-content .wrap-light-box ul {
    padding-left: 0;
}

.wrap-box-content .col-12.col-lg-4:hover a {
    text-decoration: none;
}

.home-img {
    position: relative;
}

.wrap-box-content {
    margin-top: 0px;
}

.top-icon .social-icons-tag .wrap-social-icon {
    margin-top: 0;
}

.navigation-sidebar .sidemenu-overlay ul {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
}

.navigation-sidebar .sidemenu-overlay ul li {
    padding: 30px;
    background-color: #004a6f;
    border-bottom: 1px solid #fff;
    text-align: center;
    list-style-type: none;
}

.navigation-sidebar .sidemenu-overlay ul li a {
    color: #fff;
}

.title-frame .title-div h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.title-frame .title-div h2 span {
    font-size: 30px;
    font-weight: 400;
}

.navigation-social-icons {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

.navigation-social-icons .social-icons-tag {
    margin-top: 0;
}

.innerpage-head.sticky .navigation-social-icons ul.lang-menu li,
.innerpage-head.sticky .navigation-social-icons ul.lang-menu li a {
    color: #004a6f;
}

.navigation-social-icons ul.lang-menu {
    margin-right: 0;
    text-align: center;
    margin-bottom: 36px;
}

.navigation-social-icons .social-icons-tag li a i {
    color: #fff;
}

.logo-wrapper img {
    max-width: 150px;
}

.logo-wrapper {
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}

.wrap-two-content .wrap-auther {
    padding-right: 30px;
}

.img-text-container.left-content-bg.bg-red .left-text h4 {
    color: #fff;
    margin: 40px 0;
}

.banner-main .right-wrap::before,
.banner-main .right-wrap::after {
    content: " ";
    width: 45px !important;
    height: 45px !important;
}

.navigation-sidebar .sidemenu-overlay ul li:first-child::before {
    content: " ";
    top: 0px;
    left: 0;
}

.navigation-sidebar .sidemenu-overlay ul li:last-child::after {
    content: " ";
    right: 0;
    bottom: 0;
}

.navigation-sidebar .sidemenu-overlay ul li:first-child,
.navigation-sidebar .sidemenu-overlay ul li:last-child {
    padding: 40px 0;
}

.accordion.accordion-style2 .card .card-header .card-link:hover {
    color: #fff;
}

.navigation-sidebar .sidemenu-overlay {
    position: relative;
}

header .navbar .navbar-nav>li.megadrop>ul li {
    margin-bottom: 10px;
    border-right: 1px solid #004a6f26;
}

header .navbar .navbar-nav>li.megadrop>ul li:nth-child(4n+4) {
    margin-bottom: 10px;
    border-right: none;
}

header .navbar .navbar-nav>li.megadrop>ul li a {
    word-break: break-word;
    background-color: inherit;
}

/* header .navbar .navbar-nav>li.megadrop:last-child .dropdown-menu,
header .navbar .navbar-nav>li.megadrop:nth-last-child(2) .dropdown-menu {
    left: calc(100% - 600px);
} */

/* header .navbar .navbar-nav>li.dropdown ul.dropdown-menu.second li a {
    border-bottom: 1px solid #fff;
} */

header .navbar .navbar-nav>li.megadrop.dropdown ul.dropdown-menu.second li a {
    border-bottom: transparent;
}

header .navbar .navbar-nav>li.megadrop.dropdown ul.dropdown-menu.second>li>a {
    text-transform: uppercase !important;
    font-weight: 700;
    font-size: 18px;
}

header .navbar .navbar-nav>li.dropdown ul.dropdown-menu.second li:last-child a {
    border-bottom: transparent;
}

.feature-wrap ul.wrao-left-nav li {
    display: inline-block;
}

.feature-wrap ul.wrao-left-nav li:last-child::after {
    content: " ";
}

.feature-wrap ul.wrao-left-nav li::after {
    content: "/ ";
    padding-left: 9px;
}

.section-bg-left.img-left-over.bg-red {
    position: relative;
}

.feature-boxt .thumbnail.style-2 .wrapper-thumbnail::after {
    width: 30px;
    height: 30px;
    bottom: 25px;
}

.navigation-social-icons ul.lang-menu {
    position: relative;
    right: 0;
    top: 0;
    padding: 0px 0px 0 15px;
}

main header,
footer header {
    z-index: 0;
    position: relative;
}

.dark-content .dark-content-wrap>img {
    max-width: 200px;
    width: 200px;
    margin-bottom: 30px;
}

.dark-content .dark-content-wrap .symbol-logo img {
    max-width: 40px;
    width: 40px;
    height: 40px;
    margin: 25px auto;
}

.dark-content .dark-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.dark-content .dark-content-wrap .symbol-logo {
    color: #004a6f;
    text-align: center;
}

.dark-content .dark-content-wrap .symbol-logo h4 {
    line-height: 35px;
    margin-bottom: 0;
}

.bg-black {
    background: #000000;
}

.footer.footer-bg::after {
    background: -webkit-linear-gradient(left, rgb(35, 36, 39) 0%, rgba(41, 44, 49, 0.9) 50%, rgba(41, 44, 49, 0.8) 80%, rgba(41, 44, 49, 0.7) 100%);
    background: linear-gradient(to right, rgb(34, 36, 39) 0%, rgba(41, 44, 49, 0.9) 50%, rgba(27, 27, 29, 0.89) 80%, rgba(38, 39, 41, 0.89) 100%);
}

.wrap-all-div-frame .wrap-frame-red .head-wrap-center p {
    margin-bottom: 0;
}

.wrap-all-div-frame .wrap-frame-red .head-wrap-center img {
    width: 168px;
    height: 130px;
}

.content-banner-text {
    min-height: 200px;
    padding-bottom: 70px;
}

.banner-full-frame .banner-all-wrap .wrap-frame-full p {
    font-weight: 700;
}

.content-banner-text h4 {
    color: #004a6f;
    font-weight: 500;
}

.content-banner-text .content-text-wrap {
    min-height: 250px;
    height: 250px;
}

/* .dark-mode {
    background-color: #000000 !important;
} */

.banner-full-frame .wrap-frame-full img {
    max-width: 70px;
    width: 70px;
}

.banner-full-frame .wrap-frame-full img {
    max-width: 150px;
    width: 150px;
    text-align: center;
    padding: 33px 0;
    height: 100%;
}

.banner-full-frame {
    color: #fff;
}

.banner-full-frame .banner-flex-center {
    padding: 90px 60px;
}

.banner-two-col.img-text-container .img-right {
    min-height: 500px;
    height: 500px;
}

.banner-two-col .content-left-banner,
.banner-two-col .content-right-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 50px;
}

.banner-two-col .content-left-banner img {
    margin: 30px;
}

.banner-two-col .content-wrapbackground {
    width: 50%;
}

.banner-two-col .content-left-banner>img {
    max-width: 50px;
}

.bg-pink {
    background-color: #004a6f;
}

.banner-two-col .img-banner-col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.banner-two-col .logo-in-banner img {
    max-width: 50px;
    width: 50px;
    height: 50px;
}

.banner-two-col .content-left-banner h5 {
    padding-bottom: 30px;
}

.section-bg-left .content-right-banner>img {
    max-width: 70px;
    width: 70px;
}

.section-bg-left.banner-two-col {
    padding: 90px 0;
}

.banner-two-col .img-right-banner,
.banner-two-col .img-left-banner {
    background-position: center;
    background-size: cover;
    min-height: 600px;
    width: 50%;
}

.banner-two-col .bg-box-text {
    color: #fff;
}

.banner-two-col .bg-box-text h5 {
    background: #000000;
    padding: 10px;
    margin: 30px;
    color: #fff;
}

.team-content .team-block {
    margin-bottom: 30px;
    width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.news-team-block .row {
    flex-wrap: nowrap;
}

/* .news-team-block section.section.team.team-content {
    width: 33.33%;
} */

.news-team-block .team-block {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.select.news-list-all .news-block {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.select.news-list-all .team-content .team-block {
    margin-bottom: 30px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 100%;
    max-width: 100%;
}

.team-content .team-block .team-imgs img {
    min-height: 400px;
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.pink-bg-div {
    width: 100%;
    height: 10px;
}

.counter-frame .counter-img-wrap img {
    max-width: 200px;
    width: 200px;
    height: 200px;
}

.counter-frame .counter-img-wrap {
    text-align: center;
    padding: 50px 0;
}

.counter-frame .text-counter h4 {
    padding-left: 50px;
}


/* side-menu */


.sidebar-menu .side-menu .menu li.active>a {
    color: #004a6f;
}

.sidebar-menu .side-menu .menu .dropdown-menu li:hover>a {
    color: #fff;
}

.sidebar-menu .side-menu .menu li span.dropdown-toggle {
    right: 0;
    top: 8px;
}

.sidebar-menu .side-menu .menu li span.dropdown-toggle:after {
    content: " ";
}

.sidebar-menu .side-menu .menu li span.dropdown-toggle {
    z-index: -1;
    color: #004a6f;
}

.sidebar-menu .side-menu .menu li span.dropdown-toggle i {
    font-size: 1.25rem;
}

.sidebar-menu .side-menu .menu>.dropdown.show>.dropdown-toggle {
    transform: rotateX(180deg);
}

.sidebar-menu .side-menu .menu .dropdown-menu.second>li.dropdown.show>.dropdown-toggle {
    transform: rotateX(180deg);
}

.sidebar-menu .side-menu .menu li ul.dropdown-menu li {
    padding-left: 10px;
}


/* light-mode*/

.light-mode .dark-img {
    display: none;
}

.light-mode .light-img {
    display: block;
}

.light-mode .sidebar-menu .side-menu .fa-times-thin,
.light-mode .sidebar-menu .side-menu .menu li a,
.light-mode .sidebar-menu .side-menu .menu li span.dropdown-toggle {
    color: #000;
}

.light-mode .sidebar-menu .side-menu .menu li a:hover {
    color: #004a6f;
}

.dark-mode .light-img {
    display: none;
}

.dark-mode,
.dark-mode .green-link-frame .green-block:hover h5,
.light-mode .green-link-frame .green-block:hover h5,
.light-mode .parallax {
    color: #fff;
}

.dark-mode a,
.light-mode a {
    color: #009de2;
    font-weight: bold;
}

.nav_top_menu a {
    color: #004a6f;
}

.light-mode {
    color: #374151;
}

/* .dark-mode .wrap-all-div-frame .wrap-frame-red,
.dark-mode .sidebar-menu .side-menu {
    background-color: #000000;
} */

.light-mode .wrap-all-div-frame .wrap-frame-red,
.light-mode .sidebar-menu .side-menu {
    background-color: #fff;
}

.light-mode .inner-header-no-banner .navbar .navbar-nav>li.dropdown .nav-link {
    color: #000;
}

.wrap-all-div-frame a {
    color: #004a6f !important;
    margin: 0px;
    padding: 0px !important;
}

.light-mode .sticky-header.inner-header-no-banner .orange-logo,
.light-mode .sticky-header.inner-header-no-banner.sticky .top-logo .black-logo {
    display: none;
}

.light-mode .sticky-header.inner-header-no-banner .top-logo .black-logo {
    display: block;
}

.half-banner {
    min-height: 500px;
    height: 500px;
}


/* footer navigation */

.dropbtn {
    color: white;
    font-size: 16px;
    border: none;
}

.footer-bottom ul li a {
    font-size: 16px;
}

.footer-bottom ul .dropup {
    position: relative;
    display: inline-block;
    z-index: 9;
}

.footer-bottom ul.dropup-content {
    display: none;
    position: absolute;
    background-color: #079185;
    min-width: 207px;
    bottom: 58px;
    z-index: 1;
    padding-left: 0;
}

.footer-bottom ul.dropup-content li {
    display: block;
}

.dropup-content a {
    color: #fff;
    text-decoration: none;
    display: block;
}

ul.foot-ul-foot li .dropup-content li a {
    text-transform: none;
}

/* .footer-bottom .foot-ul-foot li .dropup-content li {
    padding: 10px 10px 10px 10px;
} */

.parallax::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.parallax .p-text {
    z-index: 1;
    padding: 10px;
}

.counter-frame .count-down-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    min-height: 100vh;
    height: 100vh;
    flex-direction: column;
}

.counter-frame .text-counter {
    padding-bottom: 50px;
}

.sidebar-menu .menu>.dropdown .dropdown-menu {
    padding-top: 0;
    padding: 0;
}

.sidebar-menu .side-menu .menu .dropdown-menu.second>li.dropdown>.dropdown-toggle {
    top: 0px;
}

.img-block .img-wrap-block {
    padding-bottom: 30px;
}

.contact-section-center .form-group label {
    text-align: left;
}

header .navbar .navbar-nav>li .dropdown-menu {
    z-index: 0;
}

.gallery-box {
    margin-bottom: 30px;
}

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

.filter-gallery ul {
    padding-left: 0;
}

.filter-gallery ul li {
    list-style-type: none;
}

.animation-carousel .animated-frame .carousel-caption .btn i {
    padding-left: 10px;
}

.footer .footer-final-foot ul li {
    margin-right: 5px;
}

.animation-carousel .carousel .carousel-item .left-text-cover.dark-overlay {
    background-color: rgba(51, 51, 51, 0.8);
    padding: 21px;
    display: inline-block;
}

.animation-carousel .carousel .carousel-item .left-text-cover.white-overlay {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 21px;
    display: inline-block;
}

.contact-section-center .parsley-errors-list {
    padding-left: 0;
}

.contact-section-center .parsley-errors-list li {
    list-style-type: none;
    color: #009de2;
    font-size: 15px;
}

.innerpage-head .top-logo .black-logo {
    display: none;
}

.error-section h2 {
    color: #004a6f;
}

.count-down-wrap {
    margin-top: 155px;
}

.wrap-all-div-frame .head-wrap-center {
    padding-bottom: 0px;
    text-align: center;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-black-text {
    color: #000;
}

header .navbar .navbar-nav>li.dropdown .dropdown-menu li a {
    background-color: #fff;
    background: #fff;
}

header .navbar .navbar-nav>li.megamenu-block .dropdown-menu li a {
    background-color: #fff;
    background: #fff;
}

header .navbar .navbar-nav>li.dropdown .dropdown-menu li.active a,
header .navbar .navbar-nav li.dropdown .dropdown-menu li a.active {
    background-color: #004a6f;
    background: #004a6f;
    color: #fff;
}

.footer-bottom .foot-ul-foot li .dropup-content li.active,
.footer-bottom .foot-ul-foot li .dropup-content li:hover {
    background-color: #02635b;
    color: #fff;
}

header .navbar .navbar-nav>li.dropdown ul.dropdown-menu.second li div a:hover {
    background-color: #fff;
    background: #fff;
    color: #004a6f;
}

.filter-gallery .filter-buttons li.filter-checkbox.is-checked label {
    color: #004a6f;
}

.icon-social-list.icon-bar ul li:nth-of-type(4) a,
.icon-social-list.icon-bar ul li:last-child a {
    pointer-events: none;
}

.accordion.accordion-style2 .card .card-header .card-link::after {
    font-weight: 800;
}

.team.team-content .news .news-block {
    flex-wrap: wrap;
}

.sidebar-menu .side-menu .menu li.dropdown.active>a,
.sidebar-menu .side-menu .menu li ul.dropdown-menu li.active>a {
    color: #004a6f;
}

.dark-mode .event-wrapper .dash .digit,
.dark-mode .event-wrapper .dash_title {
    color: #fff;
}

.ligth-wrap a,
.dark-wrap a {
    cursor: pointer;
}

.footer .footer-final-foot ul li img {
    cursor: pointer;
}

.underline-pinkthin-text,
.wrap-left-border-text {
    display: inline-block;
    display: table;
    position: relative;
}

.wrap-left-border-text {
    font-weight: 800 !important;
    padding-left: 15px;
    margin-bottom: 25px;
}

.one-pager-outer {
    background-color: #fff;
    width: 100%;
    z-index: 1000;
}

.one-pager-outer .one-pager-tabs {
    max-width: 1360px;
    padding-bottom: 30px;
}

.tabs-fixed {
    position: sticky;
    top: 159px;
    -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.2);
}

@media(max-width:992px) {
    .tabs-fixed {
        top: 107px;
    }
}

.underline-pinkthin-text:after {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    bottom: -9px;
    width: 100%;
    height: 3px;
    background-color: #009de2;
}

.wrap-left-border-text::after {
    position: absolute;
    content: " ";
    left: 2px;
    bottom: 0px;
    width: 3px;
    height: 94%;
    border-left: 3px solid #009de2;
}

.underline-pinkthin-text.ce-headline-center,
.wrap-left-border-text.ce-headline-center,
.underline-pinkthin-text.text-center {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wrap-left-border-text.ce-headline-right,
.underline-pinkthin-text.text-right {
    margin-left: auto !important;
}


/* .wrap-left-border-text.ce-headline-left{
  margin-right: auto!important;
  } */

.counter-wrap .counter-work-status {
    position: relative;
    z-index: 1;
    text-align: center;
}

.counter-wrap .counter-work-status .icon-counter-wrap,
.counter-wrap .counter-work-status .counter-value,
.counter-wrap .counter-work-status .counter-wrap h5 {
    padding-bottom: 20px;
}

.counter-wrap .counter-work-status .counter-value {
    font-size: 30px;
}

.sidebar-menu .side-menu .menu li ul.dropdown-menu li {
    font-family: inherit;
}

.right-img-icon .right-icon-img-wrap {
    position: relative;
}

.right-img-icon .right-icon-img-wrap .wrap-smallicon-right-img {
    position: absolute;
    right: -22px;
    bottom: -86px;
}

.right-img-icon .right-icon-img-wrap .wrap-smallicon-right-img img {
    max-width: 40px;
    height: 40px;
    width: 40px;
}

.banner-main.right-img-icon .banner-caption {
    min-height: 250px;
    width: 50%;
    padding: 10px;
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    z-index: 99;
    text-align: center;
}

.banner-main.right-img-icon .banner-caption h2 {
    font-size: 52px;
    color: #fff !important;
}

.banner-main.right-img-icon .right-wrap {
    z-index: 99;
    text-align: center;
}

.banner-main.img-left-frame.right-img-icon {
    min-height: 400px;
}

.teamslide-wrapper .carousel-item {
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    min-height: 550px;
}


/* .banner-main.img-left-frame.right-img-icon::after {
  content: '';
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  } */

.content-banner-text .content-text-wrap h2 {
    margin-bottom: 20px;
}

.event-wrapper .events-details,
.event-wrapper .events-details-selector {
    padding-left: 0 !important;
}

.right-img-icon .right-icon-img-wrap h4 {
    margin-bottom: 10px;
}

.color-black-text h5 {
    text-align: center;
    padding-right: 10px !important;
}

.banner-two-col .bg-box-text h5 {
    padding-right: 50px;
}

.tx-spt-countdown span.timer-label {
    font-size: 30px !important;
}

.text-icon-link-block .text-icon-link-block-wrap img {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
}

.text-icon-link-block .text-icon-link-block-wrap {
    text-align: center;
}

.text-icon-link-block .text-icon-link-block-wrap h4 {
    text-decoration: underline;
}

.blogsocial-share a i {
    cursor: pointer;
}

.ticketing-tool {
    width: 100%;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
}

.ticketingtool-wrap .container {
    padding: 0;
    line-height: 0px;
}


/*.dark-mode .dark-btn {
    display: none;
}

.light-mode .light-btn {
    display: none;
}*/

.feedback .btn {
    top: 90% !important;
}

#exampleModal {
    color: #000;
}

.teamslide-wrapper .carousel-item video {
    position: absolute;
    left: 50%;
    top: 50%;
    /* The following will size the video to fit the full container. Not necessary, just nice.*/
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

.sidebar-menu .side-menu .dropdown-menu {
    background-color: transparent;
    margin: 0;
}

.dark-mode .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    color: #fff;
}

.light-mode .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    color: #000;
}

.teamslide-wrapper.banner-main.right-img-icon .banner-caption h2 {
    color: #004a6f !important;
}

.portfoliogallery-wrap *,
.cbp-popup-lightbox-title {
    font: inherit !important;
}


/** Slider Skewed Video/Banner***/

.slider-section {
    position: relative;
    overflow: hidden;
    user-select: none;
    cursor: default;
}

.slider-section .container-fluid {
    max-width: 100%;
}

.slider-section .slider.left-block {
    background-image: none;
    overflow: hidden;
    border-bottom: none;
    position: relative;
    z-index: 0;
    left: -100px;
    text-align: left;
    transition: left 300ms;
    width: 130%;
    /* height: calc(100vw / 16 * 9); */
    height: 100vh;
    transition: all 300ms;
    transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -webkit-transform: skewX(-5deg);
    transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    background-color: #fff;
}

.slider-section .slider.left-block .slider-block-wrap {
    transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    -webkit-transform: skewX(5deg);
    transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
}

.slider-section .slider.left-block:hover {
    width: 140%;
}

.slider-section .slider {
    cursor: pointer;
    overflow: hidden;
    width: 100vw;
    /* height: 50vw; */
}

.slider-section .before-block {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-repeat: no-repeat;
}

.slider-section .slider.left-block .before-block {
    background-size: cover;
    background-position: center;
    transition: transform 300ms;
    transition-timing-function: ease-out;
    transform: translateX(0);
    background-repeat: no-repeat;
}

.slider-section .slider.right-block {
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    /* height: calc(100vw / 16 * 9); */
    height: 100vh;
    border-left: 3px solid white;
    text-align: right;
    transition-timing-function: ease-out;
    transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -webkit-transform: skewX(-5deg);
    transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transition: all 300ms;
    background-color: #fff;
}

.slider-section .slider.right-block .before-block {
    transition: all 300ms;
    transition-timing-function: ease-out;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25vw 50%;
    right: -140px;
    transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    -webkit-transform: skewX(5deg);
    transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
}

.slider-section .slider.right-block .before-block:hover {
    right: -160px;
}


/* 
  .slider-section .slider.left-block.active .before-block {
  transform: translateX(-8vw);
  -ms-transform: translateX(-1vw);
  } */

.slider-section .slider.right-block:hover {
    width: calc(100% + 100px);
    right: 100px;
}

.slider-section .container-fluid {
    padding: 0;
}

.slider-section .slider.right-block .div-block {
    transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    -webkit-transform: skewX(5deg);
    transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    padding: 10px 20px 0;
    padding-right: 90px;
    padding-top: 230px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 2;
    transition: all 0.3s ease-in;
}

.slider-section .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.slider-section .carousel-control-next,
.slider-section .carousel-control-prev {
    width: 50px;
    transition: all 0.3s ease-in;
    display: none;
}

.slider-section .slider.left-block .carousel-control-prev {
    left: 100px;
}

.slider-section .slider.right-block .carousel-control-next {
    right: 70px;
}

.slider-section .slider.left-block .carousel-control-next {
    right: 12%;
}

.slider-section .slider.left-block:hover .carousel-control-next {
    right: 18%;
}

.slider-section .slider.left-block .div-block {
    padding: 10px 20px 0;
    margin: 0;
    margin: 0 20px 0 50px;
    padding-top: 230px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    left: 100px;
    right: 180px;
    bottom: 50px;
    /* transform: skew(5deg); */
    z-index: 2;
}

.slider-section .btn-wrap.left a {
    z-index: 9;
    position: relative;
}

.slider-section .lists {
    display: flex;
    position: relative;
    top: 0;
    visibility: hidden;
    list-style-type: none;
    padding: 0;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.slider-section .div-block .lists li {
    cursor: pointer;
    min-width: 50px;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #444;
    transition: text-shadow 300ms, color 300ms;
    min-width: 65px;
    font-size: 14px;
}

.slider-section h1 {
    color: #444;
    position: relative;
    font-size: 36px;
    letter-spacing: -2px;
    margin-bottom: 5px;
    margin-bottom: 10px;
    font-size: 70px;
    font-weight: 700;
}

.slider-section .btn-wrap a {
    clear: both;
    width: 100%;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding: 0 30px;
    /* border-radius: 20px; */
    text-align: left;
    color: #444;
    background-color: #bcd730;
    border-color: #bcd730;
    transition: all 200ms;
    width: auto;
    display: inline-block;
}

.slider-section .btn-wrap a {
    color: inherit;
}

.slider-section .btn-wrap a:hover {
    background-color: #a2ba24;
    border-color: #a2ba24;
    text-decoration: none;
}

.slider-section .lists.show,
.slider-section .lists.show-btn {
    visibility: visible;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -50);
}

.slider-section .btn-wrap a.hide-btn,
.slider-section .btn-wrap a.hide {
    visibility: hidden;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -50);
}

.slider-section .img-block img {
    width: auto;
    height: 35px;
}

.slider-section .img-block {
    transition: transform 300ms;
    position: relative;
    margin: 0 auto 10px;
    width: 40px;
    background-size: 100%;
}

.slider-section .down-arrow a {
    display: none;
    margin: 0 0 40px;
    width: 100%;
    padding: 25px 35px;
    background: #004a6f;
    box-shadow: 0 2px 20px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background 200ms;
    display: flex;
    justify-content: center;
    /* float: left; */
    margin: 0 auto 40px;
    width: 100px;
    align-items: center;
    height: 80px;
    /* padding: 40px 35px; */
}

.slider-section .down-arrow a img {
    width: 100%;
}

.slider-section .down-arrow {
    position: relative;
    top: -20px;
    list-style-type: none;
    padding: 0;
    transition-timing-function: ease-in;
    transition: top 100ms;
    text-align: center;
}

.slider-section .down-arrow {
    position: relative;
    z-index: 2;
    top: -20px;
    list-style-type: none;
    padding: 0;
    transition-timing-function: ease-in;
    transition: top 100ms;
    text-align: center;
}


/* video section slider*/

.video-slider-img-frame .video-banner-demo video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    z-index: -1;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    transform: translate(-50%, -50%) skewX(5deg);
    -ms-transform: translate(-50%, -50%) skewX(5deg);
    -webkit-transform: translate(-50%, -50%) skewX(5deg);
    transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transition: width 300ms;
    visibility: visible;
    min-width: 100%;
    min-height: 100%;
}

.video-slider-img-frame .left-block .video-banner-demo video {
    transform: translate(-50%, -50%) skewX(0deg);
    -ms-transform: translate(-50%, -50%) skewX(0deg);
    -webkit-transform: translate(-50%, -50%) skewX(0deg);
    transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
}

.video-slider-img-frame .video-banner-demo {
    position: relative;
    height: 100%;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    transition-timing-function: ease-out;
    transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transition: width 300ms;
}

.video-slider-img-frame .slider-block-wrap .carousel-control-next-icon {
    background-image: url("../images/next.png");
}

.video-slider-img-frame .slider-block-wrap .carousel-control-prev-icon {
    background-image: url("../images/back.png");
}

.video-slider-img-frame .slider-block-wrap,
.video-slider-img-frame .slider-block-wrap .carousel,
.video-slider-img-frame .slider-block-wrap .carousel .carousel-inner,
.video-slider-img-frame .slider-block-wrap .carousel .carousel-inner .carousel-item {
    height: 100%;
}


/*color change of image on hover*/

.grayscale-hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
    transition: 0.5s ease-in;
}

.grayscale-hover img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.dark-mode .green-block-wrap.green-link-frame .wrap-green-center h5,
.dark-mode .wrap-all-div-frame .wrap-frame-red .department-description {
    color: #fff;
}

.ticketing-tool {
    opacity: 0;
    transition: opacity 0.3s;
}

.ticketing-tool.visible {
    opacity: 1;
}

#CybotCookiebotDialogPoweredbyImage {
    position: fixed;
    bottom: 20px;
    left: 24px;
    z-index: 99999;
    max-width: 60px;
}

.cookie_bot_mob {
    display: none;
}

@media(max-width:768px) {
    .cookie_bot {
        display: none;
    }

    .cookie_bot_mob {
        left: 24px !important;
        z-index: 10 !important;
        max-width: 54px !important;
        position: absolute !important;
        top: -30px !important;
        display: block;
    }
}

/** Media Queries **/

@media only screen and (min-width: 767px) and (max-width: 1650px) {
    .animation-carousel .animated-frame .carousel-caption {
        left: 97px;
        right: 97px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .select.news-list-all .team.team-content {
        width: 50%;
    }
}

@media only screen and (min-width: 993px) {

    .tx-spt-countdown div.timer-data,
    div.timer-wrapper {
        padding: 0 55px !important;
    }
}

@media only screen and (max-width: 1400px) {
    .footer-bottom ul li {
        padding: 13px 23px;
    }

    .count-down-wrap {
        margin-top: -65px;
    }
}

@media only screen and (min-width: 1300px) {
    .col-xl-1-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .img-left-over {
        padding: 160px 0;
    }
}

@media only screen and (max-width: 1300px) {
    /* .static-header .lang-menu {
        position: absolute;
        right: 50px;
        top: 20px !important;
    } */

    .news .news-block {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 30px;
    }

    .team.team-content .team-block {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .news-team-block .row {
        flex-wrap: nowrap;
    }

    /* .news-team-block section.section.team.team-content {
        width: 33.33%;
    } */

    .news-team-block .team.team-content .team-block {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }

    /*.container-fluid {
        max-width: 1790px;
    }*/
    .footer .footer-final {
        padding-left: 50px;
    }

    .social-icons-tag .foot-icon-social li {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .social-icons-tag .foot-icon-social li {
        margin-right: 30px;
    }

    .footer-center-content .foot-wrap-second ul li {
        margin-right: 3px;
    }

    .page-intro {
        padding: 0;
    }

    .page-intro h1 {
        text-align: center;
    }

    .testimonial-wrapper .testimonial-div .testimonial-head {
        margin-bottom: 50px;
    }

    /* .team-main.feature-box .thumbnail .caption {
        padding: 18px 20px 30px 20px;
        float: none;
    } */
}

@media only screen and (min-width: 1025px) {

    .static-header .menu-area .mainmenu .collapse ul li:hover>ul,
    .static-header .menu-area .mainmenu .collapse ul li:focus-within>ul {
        display: flex;
        justify-content: center;
        width: 100%;
        z-index: 2;
    }

    header .navbar .navbar-nav>li.megadrop>.dropdown-menu {
        width: 100%;
        padding: 69px 141px !important;
        overflow-x: hidden;
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
        justify-content: flex-start !important;
    }

    header .navbar .navbar-nav>li.megadrop>.dropdown-menu {
        display: none;
    }

    header .navbar .navbar-nav>li.megadrop>ul li {
        margin-bottom: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 20px;
        word-break: break-word;
        white-space: normal;
    }

    header .navbar .navbar-nav>li.megadrop:hover>.dropdown-menu {
        display: flex !important;
    }

    section.img-left-frame.banner-all-wrap.banner-full-frame .container {
        padding-left: 0;
    }

    .dropup:hover>.dropup-content {
        display: block;
    }

    .dropup:focus-within>.dropup-content {
        display: block;
    }

    .footer-bottom .foot-ul-foot li>.dropup-content>li.dropup>.second {
        left: 100%;
        bottom: 0px;
    }

    .footer-bottom .foot-ul-foot>li:last-of-type>.dropup-content>li.dropup>.second {
        left: auto;
        right: 100%;
    }

    .navbar-expand-lg .navbar-nav {
        margin-top: 0;
    }

    .sidebar-menu .side-menu {
        overflow-y: visible;
    }

    .sidebar-menu .side-menu {
        overflow-y: initial;
    }
}

@media only screen and (max-width: 1024px) {
    .animation-carousel .animated-frame .carousel-caption h3 {
        font-size: 25px;
    }

    .animation-carousel .animated-frame .carousel-caption h4 {
        font-size: 1.25rem;
    }

    .footer-bottom .foot-ul-foot li>.dropup-content>li.dropup>.second {
        left: 100%;
        bottom: 0px;
    }

    .wrap-all-div-frame .wrap-frame-red {
        padding: 20px 20px;
        margin-bottom: 30px;
    }

    header .sidebar-menu .side-menu .menu {
        overflow-y: auto;
        min-height: 200vh;
        z-index: 999;
        padding-bottom: 150px;
    }

    .ul-list-warp.foot-bg ul li {
        margin: 25px 72px;
    }

    ul.social-icon-ul-foot li {
        max-width: 43px;
    }

    .bg-img-frame .wrap-img-right {
        right: 0;
        max-width: 250px;
        top: 100px;
        margin: auto;
        left: 0;
    }

    .logo-wrapper {
        margin-bottom: 10px;
    }

    .logo-wrapper img {
        max-width: 120px;
    }

    .team-calender .team-block .team-img {
        height: auto;
    }

    .top-logo img {
        transition: width 0.2s ease-in-out;
    }

    header.sticky .top-logo img {
        width: 188px;
    }

    header.sticky .top-left-logo img {
        width: 130px;
    }

    header .navbar .navbar-nav>li {
        margin: 0;
        padding: 0 15px 0 2px;
    }

    /* header .navbar span.dropdown-toggle:after {
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    header .navbar span.dropdown-toggle {
        position: absolute;
        top: 3px;
        right: 0;
        padding-left: 5px;
        height: 30px;
        width: 30px;
    } */

    header .sidebar-menu .side-menu .menu {
        margin: 21px 0;
    }

    .slider-banner .wrap-box-content .wrap-light-box {
        padding: 25px;
    }

    .testimonial-wrapper .testimonial-div {
        padding: 80px 0;
    }

    .testimonial-wrapper .testimonial-head .testimonial-content {
        padding: 50px 28px;
    }

    .footer .footer-final {
        padding-left: 0;
    }

    .footer-bottom ul li {
        padding: 13px 23px;
    }
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1440px) {

    /* .sidebar-menu .side-menu .menu li.show {
  position: inherit;
  }
  
  .sidebar-menu .side-menu .menu li>span.dropdown-toggle {
  
  top: -36px;
  position: relative;
  float: right;
  } */
    .sidebar-menu .side-menu .menu>li:hover::after {
        content: " ";
        position: relative;
        right: -30px;
        top: -44px;
        float: right;
    }

    .sidebar-menu .side-menu .menu>li.dropdown:hover::after {
        content: " ";
        position: relative;
        right: -31px;
        top: -45px;
    }
}

@media only screen and (min-width: 993px) {
    header .navbar .navbar-nav>li.megadrop>.dropdown-menu {
        column-count: 3;
        margin: 0;
        padding: 10px;
    }

    /* header .navbar .navbar-nav>li.megadrop:nth-last-child(2) .dropdown-menu,
    header .navbar .navbar-nav>li.megadrop:nth-last-child(3) .dropdown-menu {
        left: calc(100% - 700px);
    } */

    header .navbar .navbar-nav>li.megadrop>ul li a {
        word-break: break-word;
        white-space: normal;
    }

    .banner-main.right-img-icon .right-wrap {
        padding: 112px 70px;
    }

    .teamslide-wrapper.banner-main.right-img-icon .right-wrap {
        padding: 35px 40px;
    }

    .banner-main.right-img-icon .banner-caption h2 {
        margin-top: -73px;
    }

    .banner-main.right-img-icon .right-wrap {
        width: 50%;
        /* padding: 70px; */
    }

    header .navbar span.dropdown-toggle:after {
        content: " ";
    }

    /* .menu-area .navbar .navbar-nav a.sidemenu-toggler {
        padding: 34px 13px;
        background: url("../images/burger_menu.svg") no-repeat center;
        background-size: 30px;
        cursor: pointer;
    }

    .sticky-header.sticky.innerpage-head .navbar a.sidemenu-toggler {
        background: url("../images/burger_menu-sticky.svg") no-repeat center;
        background-size: 30px;
    } */

    /* third -level position*/
    .static-header .menu-area .mainmenu .collapse ul ul ul ul {
        right: 0;
        left: 100%;
    }

    .static-header .menu-area .mainmenu .collapse .dropdown-menu ul.title {
        display: block;
        position: relative;
        width: auto;
        top: 0;
        min-width: auto;
        column-count: 3;
    }

    .static-header .menu-area .mainmenu .collapse ul ul li {
        padding-top: 0px;
        padding-bottom: 0px;
        list-style: none;
    }

    /*megamenu */
    header .navbar-expand-lg .navbar-nav,
    header .navbar.navbar-custom,
    .sticky-header.sticky .navbar {
        padding-bottom: 0;
    }

    header .navbar-expand-lg .navbar-nav {
        padding-top: 0;
    }

    header .navbar .navbar-nav>li .dropdown-menu {
        top: 90px;
    }

    header .navbar .navbar-nav>li.dropdown .nav-link {
        /* padding: 75px 20px 29px; */
        /* padding: 23px 13px 23px; */
        padding:86px 13px;
        position: relative;
        word-break: keep-all;
    }

    header .navbar .navbar-nav>li .nav-link::before {
        content: " ";
        height: 5px;
        width: 100%;
        position: absolute;
        top: 64px;
        left: 0px;
        display: none;
    }

    header .navbar .navbar-nav>li .nav-link:hover:before,
    header .navbar .navbar-nav>li.dropdown.active>.nav-link::before {
        background-color: #004a6f;
    }

    .sticky-header.sticky .navbar .navbar-nav>li.dropdown.active>.nav-link::before,
    .sticky-header.sticky .navbar .navbar-nav>li .nav-link:hover:before {
        background-color: #fff;
    }

    .right-img-icon .right-icon-img-wrap .wrap-smallicon-right-img {
        bottom: -20px;
    }

    .teamslide-wrapper.banner-main.right-img-icon .banner-caption {
        bottom: 0;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .teamslide-wrapper.banner-main.right-img-icon .banner-caption h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 40px;
    }

    .teamslide-wrapper.right-img-icon .right-icon-img-wrap .wrap-smallicon-right-img {
        bottom: -25px;
        right: -30px;
    }

}

@media only screen and (max-width: 1024px) {
    .banner-main.right-img-icon .right-wrap {
        padding: 35px 50px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 993px) {
    .static-header .menu-area .mainmenu .collapse ul li:hover>ul {
        display: none;
    }

    /*Main slider Skewed Video/ Banner*/
    .slider-section .slider.left-block:hover {
        left: -100px;
    }

    .slider-section .slider.left-block {
        left: -85px;
    }
}

@media only screen and (max-width: 992px) {

    /*Main slider Skewed Video/ Banner*/
    .slider-section .lists.show,
    .slider-section .lists.show-btn {
        transform: matrix(1, 0, 0, 1, 0, -30);
    }

    .slider-section .slider.left-block .div-block {
        transform: skew(0deg);
    }

    .slider-section .slider .div-block h2 {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 1.3;
    }

    .slider-section .slider.left-block .carousel-control-prev {
        left: 0;
    }

    .slider-section .slider.left-block .div-block,
    .slider-section .slider.right-block .div-block {
        padding-top: 80px;
    }

    .slider-section.video-slider-img-frame .video-banner-demo video {
        width: 100vw;
        height: 100%;
    }

    .slider-section .slider.left-block .div-block {
        left: 0;
        right: 0;
        padding-left: 0 !important;
    }

    .slider-section.video-slider-img-frame .slider.right-block:hover,
    .slider-section.video-slider-img-frame .left-block,
    .slider-section.video-slider-img-frame .right-block,
    .slider-section .slider.left-block:hover {
        width: 100%;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        left: 0;
        right: 0;
    }

    .slider-section.video-slider-img-frame .slider.right-block {
        text-align: left;
        width: 100%;
        height: auto;
        position: initial;
        transform: none;
        border-left: 0;
    }

    .slider-section .slider.left-block .slider-block-wrap {
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        width: 100%;
    }

    .video-slider-img-frame .left-block .video-banner-demo video,
    .video-slider-img-frame .right-block .video-banner-demo video {
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        width: 100vw;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .video-slider-img-frame .slider-block-wrap,
    .video-slider-img-frame .slider-block-wrap .carousel,
    .video-slider-img-frame .slider-block-wrap .carousel .carousel-inner,
    .video-slider-img-frame .slider-block-wrap .carousel .carousel-inner .carousel-item {
        height: 400px;
    }

    .slider-section .slider.left-block .before-block {
        left: 0;
        background-size: 100vw auto;
        background-position: center center;
        background-repeat: no-repeat;
        border-bottom: 3px solid white;
        text-align: left;
        transition: left 300ms;
    }

    .slider-section .slider.right-block {
        position: initial;
        transform: none;
        border-left: 0;
    }

    .slider-section:hover .slider.left-block .before-block {
        transform: none;
    }

    .slider-section .slider.left-block .before-block {
        border-bottom: 0;
    }

    .slider-section .slider.right-block .div-block {
        transform: none;
        /* padding-left: 0; */
    }

    .slider-section .slider.right-block {
        text-align: left;
        height: auto;
    }

    .slider-section .slider.right-block .div-block a {
        z-index: 9;
        position: relative;
    }

    .slider-section .slider.left-block {
        height: auto;
    }

    .slider-section .slider.left-block .div-block {
        padding-left: 0;
    }

    .slider-section .down-arrow {
        display: none;
    }

    .slider-section h1 {
        font-size: 36px;
    }

    .slider-section .slider.left-block .div-block {
        padding-left: 20px;
        margin: 0 20px 0 20px;
    }

    .slider-section .slider.right-block .before-block {
        transform: none;
        background-position: center;
        background-size: cover;
        right: 0;
        transition: none;
    }

    .slider-section .slider.right-block .before-block:hover {
        right: 0;
    }

    .slider-section .btn-wrap a {
        line-height: 35px;
        height: 35px;
        font-size: 90%;
    }

    .slider-section .slider.right-block .div-block {
        padding-right: 20px;
    }

    /*Main slider Skewed Video/ Banner End*/
    h1,
    h2,
    h3,
    h4,
    h5,
    p,
    a {
        word-break: break-word;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 14px;
    }

    p {
        font-size: 16px;
    }

    .right-img-icon .right-icon-img-wrap .wrap-smallicon-right-img {
        bottom: -44px;
    }

    .navbar-toggler-icon {
        visibility: hidden;
    }

    .navbar-toggler {
        background: url("/typo3conf/ext/spt_package/Resources/Public/img/menu_primary.svg") no-repeat center;
        background-size: contain;
    }

    .sticky-header.sticky .navbar-toggler {
        background: url("/typo3conf/ext/spt_package/Resources/Public/img/menu_white.svg") no-repeat center;
        background-size: contain;
    }

    /*********/
    .banner-main.img-left-frame.right-img-icon {
        min-height: 500px;
    }

    .banner-main.right-img-icon .banner-caption h2 {
        font-size: 25px !important;
        color: #fff !important;
    }

    .banner-main.right-img-icon .banner-caption {
        min-height: 100%;
        width: 100%;
        bottom: auto;
        top: 80px;
    }

    .teamslide-wrapper.banner-main.right-img-icon .banner-caption {
        top: 0;
        padding-right: 30px;
    }

    .banner-main.right-img-icon .right-wrap {
        width: 100% !important;
        padding: 20px 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .right-img-icon .right-icon-img-wrap .wrap-smallicon-right-img {
        bottom: 0;
        right: -45px;
    }

    header .navbar .navbar-nav>li {
        margin: 0;
        padding: 0 13px 0 15px;
    }

    header .navbar-collapse .navbar-nav .nav-item .dropdown-toggle {
        width: 35px;
        height: 35px;
        top: 4px;
    }

    /* header .navbar .navbar-nav>li.dropdown.show>span.dropdown-toggle {
  transform: rotateX(180deg);
  } */
    header .navbar .navbar-nav li.nav-item.show ul.dropdown-menu.second li.show span.dropdown-toggle {
        transform: rotateX(180deg);
    }

    /* header .navbar-collapse .navbar-nav .nav-item.show span.dropdown-toggle{
  transform: rotateX(180deg);
  } */
    .count-down-wrap {
        margin-top: 0;
    }

    .animation-carousel .animated-frame .carousel-caption {
        top: 30%;
    }

    .animation-carousel .carousel .carousel-item {
        height: 400px !important;
    }

    .counter-frame .counter-img-wrap img {
        max-width: 200px;
        width: 100%;
        height: auto;
    }

    /* .banner-main .right-wrap {
        width: 50%;
    } */

    .banner-full-frame .banner-flex-center {
        padding: 29px;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
    }

    .sticky-header.sticky .navbar,
    header .navbar.navbar-custom {
        padding: 0;
    }

    .team.team-content .news {
        flex-wrap: wrap;
        justify-content: center;
    }

    .social-icons-tag {
        padding-bottom: 35px;
    }

    .footer-final-foot ul {
        margin-bottom: 40px;
        padding-left: 0;
    }

    .footer .footer-final .foot-all-main {
        margin-bottom: 25px;
    }

    header .navbar-expand-lg .navbar-nav {
        overflow-y: auto;
        max-height: 57vh;
        z-index: 999;
    }

    .img-yellow.img-left-frame .left-content-overlay img {
        max-width: 180px;
    }

    .img-yellow.img-left-frame .left-content-overlay {
        min-height: 150px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .wrap-box-content .wrap-light-box h5 {
        font-size: 18px;
    }

    .social-icons-tag ul {
        padding-right: 10px;
    }

    header .navbar .navbar-nav>li.megadrop>ul {
        column-count: 1;
    }

    header .navbar .navbar-nav>li.megadrop>ul li {
        margin-bottom: 0;
    }

    .footer .foot-all-p>img {
        margin: auto;
    }

    /* header .navbar .navbar-nav>li.dropdown ul.dropdown-menu.second li a {
        border-bottom: 1px solid #fff;
    } */

    header .navbar .navbar-nav>li.dropdown ul.dropdown-menu.second li a {
        padding-left: 15px;
    }

    header .navbar .navbar-nav>li.megadrop>ul {
        margin: 0 0;
    }

    header .navbar .navbar-nav>li.dropdown ul.dropdown-menu.third li a {
        padding-left: 30px;
    }

    header .navbar .navbar-nav>li.dropdown.show>ul.dropdown-menu.second>li a,
    header .navbar .navbar-nav>li.megadrop.dropdown ul.dropdown-menu.second li a {
        border-bottom: 1px solid #fff;
    }

    header .navbar-collapse {
        padding: 0 0px 0;
    }

    /* .sticky-header.sticky.innerpage-head .top-logo,
    .sticky-header.innerpage-head .top-logo {
        padding: 23px 20px;
        width: 100%;
        text-align: left;
    } */

    .sticky-header.sticky .feature-wrap a.sidemenu-toggler,
    .sticky-header .feature-wrap a.sidemenu-toggler {
        top: 36px;
        right: 20px;
    }

    header .navbar-collapse .navbar-nav .nav-item {
        z-index: 0;
        /**********/
        border-bottom: 1px solid rgba(3, 78, 107, 0.2);
    }

    header.sticky-header.innerpage-head .navbar .icon-bar {
        background: #009de2;
    }

    header.sticky-header.sticky.innerpage-head .navbar .icon-bar {
        background: #fff;
    }

    header.sticky-header.sticky.innerpage-head .navbar-toggler,
    header.sticky-header.innerpage-head .navbar-toggler {
        top: 25px;
    }

    .feature-wrap ul.wrao-left-nav {
        text-align: center;
    }

    ol.breadcrumb {
        justify-content: center;
        align-items: center;
    }

    header .navbar .icon-bar {
        width: 85%;
        height: 3px;
        margin-bottom: 5px;
        display: block;
        border-radius: 1px;
    }

    header .navbar .navbar-nav>li.dropdown>span.dropdown-toggle {
        right: 11px;
        color: #999999;
    }

    header .navbar-collapse .navbar-nav .nav-item .dropdown-menu a {
        color: #fff;
        background-color: #009de2;
    }

    .footer-bottom ul li {
        padding: 13px 5px;
    }

    .wrap-frame-blue-text {
        text-align: center;
    }

    .img-background {
        min-height: 600px;
    }

    .frame-head.alt-title h2,
    .frame-head.alt-title .conact-p {
        display: inline-block;
        left: 13px;
        top: 24px;
        margin-bottom: 0;
    }

    header .navbar .navbar-nav>li.dropdown .nav-link {
        text-align: left;
    }

    .innerpage-head .navbar .navbar-nav>li.dropdown .nav-link {
        color: #000 !important;
    }

    .innerpage-head .navbar .navbar-nav>li.dropdown>span.dropdown-toggle {
        color: #000 !important;
        width: 35px;
        height: 35px;
        z-index: -1;
        /**********/
    }

    .sticky-header.sticky .navbar .nav-link,
    .sticky-header.sticky .navbar .dropdown-toggle,
    .sticky-header .navbar .nav-link,
    .sticky-header .navbar .dropdown-toggle {
        color: #fff;
    }

    .img-block .img-block-three-col,
    .video-gallery.three-column .video-gallery-block {
        max-width: 100%;
        margin: auto;
    }

    .video-inner .head-video-wrap.fullscreen-video iframe {
        width: 100%;
        height: 500px;
    }

    .banner-main .right-wrap {
        padding: 38px 25px;
    }

    .banner-main .left-wrap {
        padding: 38px 30px;
    }

    .video-inner .head-video-wrap iframe {
        width: 100%;
        height: 500px;
    }

    .video-inner .head-video-wrap {
        height: 500px;
        min-height: 500px;
    }

    .section-bg-left.img-left-over .img-left {
        width: 50%;
    }

    .img-left-over .right-text {
        padding: 30px;
    }

    .img-left-over {
        padding: 59px 0;
    }

    .innerpage-head .navbar a.sidemenu-toggler i {
        visibility: visible;
        padding: 12px 12px 12px 12px;
        margin: 7px 16px 0;
    }

    .innerpage-head.sticky .navbar a.sidemenu-toggler i,
    .innerpage-head.sticky ul.lang-menu li a,
    .innerpage-head.sticky ul.lang-menu li {
        color: #fff;
    }

    .sticky-header.sticky.innerpage-head .navbar a.sidemenu-toggler i {
        color: #fff;
        background: #004a6f;
    }

    .footer {
        text-align: center;
    }

    .footer .footer-content-auto {
        margin-top: 30px;
    }

    .foot-line {
        border-right: transparent;
    }

    .footer .footer-icons {
        margin: 30px;
    }

    .wrap-footer-bottom ul.lang-menu {
        position: relative;
    }

    .ul-list-warp.foot-bg ul li {
        margin: 25px 36px;
    }

    .two-col-team .img-ul-wrap ul li img {
        max-width: 140px;
    }

    .wrap-box-content .wrap-light-box::after,
    .wrap-box-content .wrap-light-box:hover::before {
        right: 23px;
    }

    header .navbar .navbar-nav>li.megadrop:last-child .dropdown-menu,
    header .navbar .navbar-nav>li.megadrop:nth-last-child(2) .dropdown-menu {
        left: 0;
    }

    header .navbar .navbar-nav>li.megadrop>.dropdown-menu {
        min-width: 100%;
    }

    .two-col-team .img-ul-wrap ul li {
        margin-right: 32px;
    }

    .two-col-team .wrapper-box h2 {
        font-size: 45px;
    }

    .banner-full-frame .left-content-overlay {
        min-height: 500px;
        height: 500px;
    }

    .banner-all-wrap.banner-full-frame {
        min-height: auto;
    }

    .content-banner-text {
        padding: 0 0 0 0;
    }

    .banner-two-col .img-right-banner,
    .banner-two-col .img-left-banner {
        min-height: 395px;
    }

    .banner-two-col .content-left-banner,
    .banner-two-col .content-right-banner {
        padding: 20px;
    }

    .banner-two-col .content-left-banner h5 {
        padding-bottom: 15px;
    }

    .footer-bottom {
        display: none;
    }

    .footer-navopen {
        min-height: 55px;
        background-color: #000;
        position: relative;
        display: none;
    }

    .footer-navopen.footopen::before {
        content: " ";
        position: absolute;
        background-image: url(../images/cancel.svg);
        background-position: center;
        background-size: contain;
        width: 18px;
        height: 18px;
        left: calc(100% - 50%);
        right: 0;
        top: 17px;
        background-repeat: no-repeat;
    }

    .footer-navopen::after {
        content: " ";
        position: absolute;
        background-image: url(../images/menu.svg);
        background-position: center;
        background-size: contain;
        width: 18px;
        height: 18px;
        left: calc(100% - 50%);
        right: 0;
        top: 17px;
        background-repeat: no-repeat;
    }

    .footer-bottom .foot-ul-foot li>.dropup-content>li.dropup>.second {
        left: 0;
        bottom: 0px;
    }

    .footer-navopen.footopen::after {
        content: " ";
        background-image: none;
    }

    .footer-bottom ul.dropup-content {
        position: relative;
        bottom: -17px;
    }

    .wrap-footer-bottom .foot-ul-foot li {
        display: block;
    }

    .footer-bottom ul {
        padding-left: 0;
        text-align: center;
        display: block !important;
    }

    .teamslide-wrapper .carousel-item {
        min-height: 392px;
    }

    .teamslide-wrapper.banner-main .right-wrap {
        background: #009de2;
    }

    .teamslide-wrapper.banner-main.right-img-icon .banner-caption h2 {
        text-align: right;
    }
}

@media only screen and (min-width: 768px) {
    .news-wrap .right-img img {
        float: right;
    }
}

@media only screen and (max-width: 767px) {

    .news .news-block .team-imgs .news-img-caption,
    .article .news-img-wrap .news-img-caption {
        font-size: 30px !important;
    }

    /*Main slider Skewed Video/ Banner*/
    .slider-section .slider.left-block .div-block,
    .slider-section .slider.right-block .div-block {
        padding-left: 0;
        padding-right: 0;
        margin: 0 15px;
    }

    .slider-section .slider.right-block .before-block {
        background-size: cover;
    }

    .slider-section .slider.left-block .before-block {
        background-size: cover;
    }

    /*Main slider Skewed Video/ Banner End*/
    .feedback .btn {
        top: 75% !important;
    }

    .banner-main.right-img-icon .banner-caption {
        min-height: 100%;
        width: 100%;
        top: 80px;
        bottom: auto;
    }

    .banner-main.right-img-icon .right-wrap {
        padding: 20px 25px;
    }

    .right-img-icon .right-icon-img-wrap .wrap-smallicon-right-img img {
        max-width: 40px;
        height: 20px;
        width: 30px;
    }

    .right-img-icon .right-icon-img-wrap .wrap-smallicon-right-img {
        position: absolute;
        right: -15px;
        bottom: 0;
    }

    .footer .foot-line {
        min-height: 170px;
    }

    .team-content .team-block .team-imgs img {
        height: 450px;
        object-position: top;
    }

    .animation-carousel .animated-frame .carousel-caption h3 {
        font-size: 1.25rem;
    }

    .animation-carousel .animated-frame .carousel-caption h4 {
        font-size: 18px;
    }

    .counter-frame.banner-full-frame,
    .counter-frame .count-down-child {
        min-height: 130vh;
    }

    .tx-spt-countdown #days,
    .tx-spt-countdown #hours,
    .tx-spt-countdown #minutes,
    .tx-spt-countdown #seconds {
        font-size: 40px !important;
    }

    .team-block .team-img {
        background-position: top;
    }

    .counter-frame .text-counter h4 {
        padding-left: 0;
    }

    .tx-spt-countdown div.timer-data,
    div.timer-wrapper {
        padding: 0 11px !important;
    }

    .team.team-content .team-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .banner-two-col .content-left-banner h5 {
        padding-bottom: 15px;
    }

    .banner-two-col .content-wrapbackground,
    .banner-two-col .img-right-banner {
        width: 100%;
    }

    .wrap-all-div-frame .wrap-frame-red {
        padding: 20px 20px;
        margin: 0 50px 10px;
    }

    .wrap-all-div-frame .row-cols-custom .wrap-frame-red {
        padding: 20px 20px;
        margin: 10px 0px !important;
    }

    /*****************/
    .footer .footer-final .foot-all-main {
        margin-bottom: 0;
        padding-bottom: 40px !important;
    }

    header .navbar .navbar-nav>li.megadrop>ul {
        column-count: 1;
    }

    /* .wrap-all-div-frame .wrap-frame-red .head-wrap-center {
        justify-content: flex-start;
    } */

    .wrap-box-content .wrap-block-green {
        margin-bottom: 0px;
    }

    .wrap-box-content .wrap-block-green:hover::after {
        bottom: 20px;
        right: 7px;
    }

    .wrap-box-content {
        margin-top: 0px;
    }

    .wrap-box-content .wrap-light-box {
        padding: 30px 82px 30px 20px;
    }

    .wrap-all-div-frame .wrap-frame-red h5 {
        width: 100%;
    }

    .innerpage-head .top-logo img,
    .sticky.innerpage-head .top-logo img {
        max-width: 143px;
    }

    .innerpage-head .top-left-logo img,
    .sticky.innerpage-head .top-left-logo img {
        width: 130px;
    }

    header.sticky-header.sticky.innerpage-head .navbar-toggler,
    header.sticky-header.innerpage-head .navbar-toggler {
        top: 17px;
    }

    .two-row-img .left-text-over {
        min-height: 200px;
    }

    .two-row-img .right-text-over {
        text-align: center;
        float: none;
    }

    .two-col-team .img-ul-wrap ul {
        text-align: center;
        float: none;
    }

    .whatsapp-frame,
    .logo-right-frame {
        padding-top: 0 !important;
        padding-bottom: 45px;
    }

    .whatsapp-frame .left-text,
    .logo-right-frame .left-text {
        padding: 30px 0;
    }

    .person-wrap ul {
        flex-direction: column;
    }

    .sticky-header.sticky .feature-wrap a.sidemenu-toggler,
    .sticky-header .feature-wrap a.sidemenu-toggler {
        top: 36px;
        right: 23px;
    }

    .page-title.feature-wrap.style-1 a {
        font-size: 15px;
    }

    .icon-social-list.icon-bar {
        top: 35%;
    }

    /* .lang-menu {
        position: absolute;
    } */

    .page-title .breadcrumb {
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .feature-wrap h1 {
        text-align: left;
    }

    .page-title {
        padding: 64px 0 87px;
    }

    .page-intro .breadcrumb {
        justify-content: center;
    }

    .section {
        padding: 40px 0;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pagination-wrapper .pagination {
        padding: 15px;
    }

    .sticky-header .navbar-toggler-icon .icon-bar {
        background: #000;
    }

    .sticky-header.sticky .navbar-toggler-icon .icon-bar {
        background: #fff;
    }

    header .navbar .navbar-toggler {
        transition: top 0.2s ease-in-out;
    }

    .top-logo {
        width: auto;
        /* padding-left: 27px !important; */
    }

    header .navbar-collapse {
        background-color: #fff;
    }

    header.sticky .navbar .navbar-toggler {
        top: -34px;
    }

    /* header .navbar-collapse .navbar-nav .nav-item.show span.dropdown-toggle {
  transform: rotateX(0deg);
  } */
    /* header .navbar-collapse .navbar-nav .nav-item.show span.dropdown-toggle::after {
  transform: rotateX(180deg);
  } */
    header .navbar-collapse .navbar-nav {
        margin-bottom: 20px;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    }

    header .navbar .navbar-nav>li.dropdown .nav-link:hover {
        color: #336699;
    }

    header .navbar-collapse .navbar-nav .nav-item:last-child {
        border-bottom: 0;
    }

    header .navbar span.dropdown-toggle:after {
        position: absolute;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        transition: transform 0.3s ease-in-out;
    }

    header .navbar-collapse .navbar-nav .nav-item .dropdown-toggle {
        padding-left: 0;
    }

    .sticky-header.sticky .navbar .nav-link,
    .sticky-header.sticky .navbar .dropdown-toggle,
    .sticky-header .navbar .nav-link,
    .sticky-header .navbar .dropdown-toggle {
        color: #fff;
    }

    header .navbar-collapse .navbar-nav .nav-item .dropdown-toggle {
        top: 5px;
    }

    header .navbar-collapse .navbar-nav .nav-item .dropdown-menu a {
        color: #fff;
    }

    .innerpage-header .navbar {
        padding: 10px 0 0;
    }

    .innerpage-header .top-header .contact-icons li {
        padding: 0 10px 0 0;
    }

    .team-blog .team-block .team-detail {
        text-align: center;
    }

    .footer {
        position: relative;
        text-align: center;
        margin: auto;
    }

    .footer .img {
        margin: auto;
    }

    .footer .wrap-first-img {
        margin: auto;
    }

    #totop {
        width: 50px;
        height: 50px;
        line-height: 50px;
        right: 25px;
        bottom: 0;
        top: -30px;
        left: auto;
    }

    .banner-main {
        min-height: 500px;
    }

    .banner-main .right-wrap {
        padding: 30px;
        width: 100%;
    }

    .img-block .img-block-three-col .img-wrap-block {
        margin: auto;
        text-align: center;
        margin-bottom: 30px;
    }

    .img-block .img-block-three-col .img-wrap-block img {
        max-height: 200px;
    }

    .section-bg-left.img-left-over .img-left {
        position: relative;
        min-height: 400px;
        width: 100%;
    }

    .social-icons-tag .wrap-social-icon ul {
        margin-bottom: 0;
        padding-left: 0;
        text-align: center;
    }

    .wrap-footer-bottom,
    .social-icons-tag ul {
        text-align: center;
    }

    .wrap-footer-bottom ul.lang-menu {
        float: none;
    }

    .footer .social-icons-tag .social-icons-types {
        display: block;
    }

    .wrap-all-div-frame .wrap-frame-red {
        min-height: 200px;
    }

    .img-left-frame.lazy.img-yellow {
        background-position: right !important;
    }

    .ul-list-warp.foot-bg ul li {
        margin: 10px 14px;
    }

    .ul-list-warp.foot-bg ul {
        text-align: center;
    }

    .two-column-bg-frame .section-bg-left .img-left,
    .left-content-bg .img-right {
        position: relative;
        min-height: 400px;
        width: 100%;
    }

    .two-column-bg-frame .section-bg-left,
    .left-content-bg {
        padding-top: 0;
    }

    .two-column-bg-frame .section-bg-left .right-text,
    .left-content-bg .left-text {
        padding: 30px 0;
    }

    .wrap-box-content .wrap-light-box {
        min-height: 90px;
        height: auto;
        margin-bottom: 0px;
    }

    .wrap-box-content .wrap-light-box::after {
        top: 0;
    }

    .wrap-box-content .wrap-light-box:hover::before {
        top: 36px;
    }

    .green-block {
        margin-bottom: 15px;
    }

    .home-img.two-row-img .right-text-over {
        text-align: center;
    }

    .sidemenu-overlay {
        margin-bottom: 30px;
    }
}

@media(max-width:576px) {
    .social-icons-tag ul {
        padding-right: 0px;
    }

    .social-icons-tag .foot-icon-social li {
        margin-right: 15px;
        margin-left: 15px;
    }

    .wrap-box-content .wrap-light-box {
        padding: 20px 82px 20px 15px;
    }

}

@media only screen and (max-width: 480px) {
    .team-content .team-block .team-imgs img {
        height: 280px;
        min-height: 280px;
    }

    .counter-frame.banner-full-frame,
    .counter-frame .count-down-child {
        min-height: 100vh;
    }

    .tx-spt-countdown div.timer-data,
    div.timer-wrapper {
        padding: 0 24px !important;
        margin-bottom: 18px;
    }

    header .navbar-toggler {
        top: 18px;
    }

    .top-logo {
        width: 100%;
        display: block;
        text-align: center;
    }

    header .navbar-brand {
        display: block;
        text-align: center;
    }

    .top-logo img {
        margin: 0 auto;
    }

    .pretty .state label {
        text-indent: 0;
        white-space: normal;
        line-height: 1.4;
    }

    .pretty .state label:after,
    .pretty .state label:before {
        top: 0;
    }

    .pagination-wrapper .pagination {
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pagination-wrapper .pagination li {
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .pagination-wrapper .pagination li:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 380px) {
    .testimonial-wrapper .testimonial-div .testimonial-img {
        position: relative;
        width: auto;
        margin: auto;
        margin-left: auto;
        text-align: center;
        display: inline-block;
        margin-right: auto;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .testimonial-wrapper .testimonial-div .testimonial-head {
        margin-bottom: 35px;
    }
}


/* landscape view of phones */

@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
    header .sidebar-menu .side-menu .menu {
        padding-bottom: 300px;
    }
}


/* IE */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .green-block-wrap .green-block,
    .img-yellow.img-left-frame .left-content-overlay {
        display: table !important;
        width: 100%;
    }

    .green-block-wrap .green-block .wrap-green-center,
    .img-yellow.img-left-frame .left-content-overlay .yellow-center {
        vertical-align: middle;
        display: table-cell;
    }

    .wrap-box-content .wrap-light-box::after {
        width: 30px;
        height: 100%;
        right: 50px;
        bottom: 0;
    }

    .wrap-box-content .wrap-light-box:hover::before {
        content: " ";
        width: 23px;
        height: 100%;
        top: 0;
        bottom: 0;
    }

    .navigation-social-icons {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 20px;
        text-align: center;
    }

    .navigation-social-icons .social-icons-tag .wrap-social-icon ul {
        margin-left: 0;
        padding-left: 0;
    }

    .dark-content .dark-content-wrap>.dark-img {
        height: 200px;
    }

    .teamslide-wrapper.banner-main.right-img-icon .banner-caption {
        display: table;
    }

    .teamslide-wrapper.banner-main.right-img-icon .banner-caption h2 {
        display: table-cell;
        vertical-align: bottom;
    }
}


/* Microsoft Edge */

@supports (-ms-ime-align: auto) {}

.news .news-block .team-imgs,
.article .news-img-wrap {
    position: relative;
}

.news .news-block .team-imgs .news-img-caption p,
.article .news-img-wrap .news-img-caption p {
    margin-bottom: 0;
    padding-bottom: 2px;
}

.news .news-block .team-imgs .news-img-caption,
.article .news-img-wrap .news-img-caption {
    background: rgba(0, 0, 0, 0.5);
    font-weight: 800;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 0px;
    color: #004a6f;
    padding: 5px 30px;
    word-break: break-word;
    text-shadow: 2px 2px 4px #000000;
}

.news .news-block .team-imgs .news-img-caption {
    width: 100%;
}

.article .news-img-wrap .news-img-caption {
    width: 533px;
}

.video-autoplay-top-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.26%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.video-autoplay-top-wrap iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #CybotCookiebotDialogPoweredbyImage {
        max-width: 70px;
        left: -10px;
    }
}


/* accordion and image gallery styles */

.bg-grey {
    background-color: #004a6f;
}

.spt_accordion {
    color: #fff;
}

.spt_accordion h2 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 30px;
}

.spt_accordion .card {
    border: 0;
    background-color: #004a6f;
    margin-bottom: 15px;
    border-radius: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
}


/* .spt_accordion .card:last-child {
          border-bottom: 1px solid rgba(250, 250, 250, 0.1);
      } */

.spt_accordion .card a {
    display: block;
}

.spt_accordion .card .card-header {
    background: #004a6f;
    padding: 0;
    border: 0;
}

.spt_accordion .card .card-header .card-link {
    display: block;
    padding: 20px 20px;
    padding-right: 50px;
    font-weight: 600;
    color: inherit;
    font-size: 30px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.spt_accordion .card .card-header .card-link::after {
    position: absolute;
    right: 10px;
    top: 17px;
    color: #fff;
    font-size: 30px !important;
    line-height: 31px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    font: normal normal normal 14px/1 FontAwesome;
    content: "+";
}

.spt_accordion .card .card-header .card-link[aria-expanded="true"]::after {
    transform: rotate(180deg);
    content: "-";
}

.spt_accordion .card .card-body {
    padding-left: 20px;
    font-size: 1.25rem;
}

.team .text-color-red,
.team a {
    color: #004a6f;
}

.team a:hover {
    text-decoration: none;
}

.team h2 {
    font-size: 60px;
}

@media screen and (max-width: 767px) {
    .team h2 {
        font-size: 40px;
    }
}

.team .team-image-wrapper {
    position: relative;
    height: 100%;
    height: 439px;
    cursor: pointer;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .team .team-image-wrapper {
        height: 320px;
    }
}

.team .team-image-wrapper .left-bottom-content {
    position: absolute;
    left: 10px;
    bottom: 10px;
    opacity: 0;
    transform: translateX(-30%);
    transition: all 0.7s;
}


/*    @media screen and (max-width: 767px) {
          .team .team-image-wrapper .left-bottom-content {
              transform: none;
              opacity: 0;
          }
      }*/

.team .team-image-wrapper .left-bottom-content h4 {
    background-color: #004a6f;
    color: #fff;
    padding: 5px;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .team .team-image-wrapper .left-bottom-content h4 {
        font-size: 14px;
    }
}

.team .team-image-wrapper .left-bottom-content p {
    background-color: #000;
    padding: 5px;
    font-size: 16px;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .team .team-image-wrapper .left-bottom-content {
        bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .team .team-image-wrapper .left-bottom-content p {
        font-size: 14px;
    }
}

.team .team-image-wrapper .right-top-content {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0;
    transform: translateY(-30%);
    transition: all 0.7s;
}


/*    @media screen and (max-width: 767px) {
          .team .team-image-wrapper .right-top-content {
              transform: none;
              opacity: 1;
          }
      }*/

.team .team-image-wrapper .right-top-content p {
    margin-bottom: 0;
}

.team .team-image-wrapper .right-top-content p a {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 700;
}

.team .team-image-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


/*    @media screen and (max-width: 767px) {
          .team .team-image-wrapper img {
              position: relative;
          }
      }*/

.team .team-image-wrapper .having-border {
    opacity: 0;
    transform: scale(1.1);
    transition: 1s cubic-bezier(0.17, 0.85, 0.438, 0.99);
}


/*    @media screen and (max-width: 767px) {
          .team .team-image-wrapper .having-border {
              transform: none;
              opacity: 1;
          }
      }*/

.team .team-image-wrapper .without-border {
    transition: 1s cubic-bezier(0.17, 0.85, 0.438, 0.99);
}


/*    @media screen and (max-width: 767px) {
          .team .team-image-wrapper .without-border {
              display: none;
          }
      }*/

.team .team-image-wrapper:hover .without-border {
    opacity: 0;
    transform: scale(1.1);
}

@media screen and (max-width: 767px) {
    .team .team-image-wrapper:hover .without-border {
        opacity: 0;
        transform: scale(1.1);
    }
}

.team .team-image-wrapper:hover .having-border {
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 767px) {
    .team .team-image-wrapper:hover .having-border {
        opacity: 1;
        transform: scale(1);
    }
}

.team .team-image-wrapper:hover .left-bottom-content {
    opacity: 1;
    transform: translateX(0%);
}

@media screen and (max-width: 767px) {
    .team .team-image-wrapper:hover .left-bottom-content {
        opacity: 1;
        transform: translateX(0%);
    }
}

.team .team-image-wrapper:hover .right-top-content {
    opacity: 1;
    transform: translateY(0%);
}

@media screen and (max-width: 767px) {
    .team .team-image-wrapper:hover .right-top-content {
        opacity: 1;
        transform: translateY(0%);
    }
}

.team .team-image-wrapper .join-team {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #ddd;
    padding: 10px;
}


/*    @media screen and (max-width: 1200px) {
          .team .team-image-wrapper {
              height: 320px;
          }
      }*/


/*    @media screen and (max-width: 991px) {
          .team .team-image-wrapper {
              height: 410px;
          }
      }*/


/*    @media screen and (max-width: 767px) {
          .team .team-image-wrapper {
              height: auto;
          }
      }*/


/* accordion and image gallery style ends */


/* slider gallary styles starts */

.select-img-slider .sliderselect-container {
    position: relative;
}

.select-img-slider .sliderselect-container .logo-img {
    position: absolute;
    width: 300px;
    text-align: center;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #009de2;
    padding: 30px 0;
    z-index: 3;
}

.select-img-slider .sliderselect-container .slides {
    display: none;
}

.select-img-slider .sliderselect-container .slides img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
}

.select-img-slider .prevContainer,
.select-img-slider .nextContainer {
    background-color: rgb(255 255 255 / 30%);
    position: absolute;
    top: 50%;
    transform: translate(0, calc(-50% - 54px));
    height: 54px;
    width: 54px;
    cursor: pointer;
}

.select-img-slider .prevContainer {
    margin-left: 26px;
    left: 0;
    border-radius: 0px;
    /*display: none;*/
}

.select-img-slider .prev {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: 34px;
    width: 32px;
    float: left;
    margin-left: 12px;
    /*display: none;*/
}

.select-img-slider .nextContainer {
    margin-right: 26px;
    right: 0;
    border-radius: 0px;
    /*display: none;*/
}

.select-img-slider .next {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: 34px;
    width: 32px;
    float: right;
    margin-right: 12px;
    /*display: none;*/
}

.select-img-slider .caption-container {
    text-align: left;
    background-color: #222;
    padding: 2px 16px;
    color: white;
    display: none;
}

.select-img-slider .sliderselect-container .row {
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
}

.select-img-slider .column {
    float: left;
    width: 16.66%;
    margin-left: 0;
    height: 165px;
    overflow: hidden;
}

.select-img-slider .slide-thumbnail {
    width: 100%;
    opacity: 0.6;
    cursor: pointer;
    height: 165px;
    object-fit: cover;
    object-position: center;
}

.select-img-slider .active,
.select-img-slider .slide-thumbnail:hover {
    opacity: 1;
}

.select-img-slider .sliderselect-container .logo-img img {
    max-width: 200px;
}

@media screen and (max-width: 992px) {
    .select-img-slider .sliderselect-container .logo-img {
        top: 0;
    }
}


/* slider gallary styles ends */


/* light mode special styles */

.light-mode .read_more span {
    color: #1d2126;
}

@media screen and (max-width: 767px) {
    .news-team-block .row {
        flex-wrap: wrap;
    }

    .news-team-block section.section.team.team-content {
        width: 100%;
    }
}


/* codes for slider */


/* --------------------------------------------
  
  Homepage navigation (scrolling strokes)
  
  ----------------------------------------------- */

.strokes {
    z-index: 1;
    overflow-y: scroll;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 991px) and (max-width: 1024px) and (orientation: landscape),
only screen and (min-width: 1025px) {
    .strokes {
        position: absolute;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

.strokes ul {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.strokes ul li {
    width: 100vw;
    height: 25vh;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 1000px) {
    .strokes ul li {
        height: 15vh;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
    .strokes ul li {
        height: 20vh;
    }
}

.strokes ul li a {
    -webkit-transition: background-color 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: background-color 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    display: block;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
}

.strokes ul li a section {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}

.strokes ul li a section h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 2.4rem;
    letter-spacing: 0;
}

@media only screen and (max-width: 1000px) {
    .strokes ul li a section h1 {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 900;
        font-size: 1.75rem;
        letter-spacing: 0;
    }
}

.strokes ul li a section h5 {
    line-height: 1em;
    margin-bottom: 0.1em;
}

.strokes ul li a section * {
    margin-top: 0;
}

.strokes ul li a footer {
    box-sizing: border-box;
    text-align: center;
    display: none;
    padding: 40px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.strokes ul li a footer h5 {
    margin: 0;
    letter-spacing: 0;
}

.strokes ul li a footer p {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0;
    text-align: center;
}

.strokes ul li a footer i.icon:before {
    top: 25%;
}

.strokes ul li h6 {
    font-weight: 100;
    letter-spacing: 1px;
    opacity: 0.7;
}

@media only screen and (max-width: 667px) and (orientation: landscape) {
    .strokes ul li {
        height: 20vh;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) and (orientation: landscape),
only screen and (min-width: 1025px) {
    .strokes ul li {
        display: inline-block;
        width: 25vw;
        height: 100vh;
    }
}

@media only screen and (min-width: 1025px) {
    .strokes ul li a {
        background-color: rgba(0, 0, 0, 0);
    }

    .strokes ul li a section * {
        -webkit-transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: 0;
    }

    .strokes ul li a section h5 {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    .strokes ul li a section h1 {
        font-size: 28px;
        font-size: 2.8rem;
        opacity: 1;
    }

    .strokes ul li a footer {
        -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        display: block;
    }

    .strokes ul li a footer h5 {
        color: #6c9bae;
        letter-spacing: 0;
    }

    .strokes ul li a footer .icon {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .strokes ul li a footer .icon:before {
        font-size: 40px;
        font-size: 4rem;
    }

    .strokes ul li a:hover {
        background-color: rgba(0, 0, 0, 0.5);
        color: #ffffff;
    }

    .strokes ul li a:hover section * {
        opacity: 1;
    }

    .strokes ul li a:hover section h1 {
        opacity: 1;
    }

    .strokes ul li a:hover section h5 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .strokes ul li a:hover footer {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}


/* --------------------------------------------
  
   The background slideshow
  
  ----------------------------------------------- */

#slideshow {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
}

#slideshow li {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    z-index: 0;
}

#slideshow li.visible {
    /* The fade animation */
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

#slideshow li img {
    display: none;
}


/* --------------------------------------------
  
  The overlay that covers the background
  
  ----------------------------------------------- */

main .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
    width: 100%;
    height: 100vh;
}

.post h2 {
    letter-spacing: 0;
}

.tx-spt-businesshours {
    padding: 0;
    border: 1px solid #6a6a6a;
}

.tx-spt-businesshours .today p {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0;
    padding: 14px;
    color: #fff;
}

.tx-spt-businesshours .day,
.tx-spt-businesshours .time,
.tx-spt-businesshours .holiday-name,
.tx-spt-businesshours .holiday-start,
.tx-spt-businesshours .holiday-end {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0;
}

.tx-spt-businesshours .holiday {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tx-spt-businesshours .day-time {
    border-bottom: 1px solid rgb(106 106 106);
    padding: 7px 15px;
}

.tx-spt-businesshours .holiday>.row {
    margin: 0 15px;
}

.date-on-image {
    /* position: absolute;
    top: 13px;
    left: 13px;
    background: rgba(255, 0, 139, .6);
    text-align: center;
    border-radius: 5%;
    padding: 2px 7px; */
    position: absolute;
    top: 0;
    width: 70px;
    height: 70px;
    background: #009de2;
    text-align: center;
    border-radius: 5%;
    margin: 15px;
    color: #fff;
    padding: 6px 10px;
}

.date-on-image h3 {
    margin-bottom: 0;
    color: #fff !important;
}


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 992px) {

    .sticky-header.sticky.innerpage-head .top-logo,
    .sticky-header.innerpage-head .top-logo {
        width: auto;
        float: left;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        /* order: 1; */
    }

    #collapsibleNavbar {
        order: 3;
    }

    sticky-header.sticky.innerpage-head .navbar-toggler,
    header.sticky-header.innerpage-head .navbar-toggler {
        top: 13px;
        bottom: auto;
        margin: auto;
        /* width: 30px; */
        /* height: 30px; */
    }

    header.sticky-header.sticky.innerpage-head .navbar-toggler,
    header.sticky-header.innerpage-head .navbar-toggler {
        top: 15px;
    }
}

@media (max-width: 768px) {

    header.sticky-header.sticky.innerpage-head .navbar-toggler,
    header.sticky-header.innerpage-head .navbar-toggler {
        top: 29px;
    }
}

.event-wrapper h2 {
    color: #004a6f !important;
}

.event-wrapper h2 span {
    border-bottom: 1px solid #004a6f !important;
}

.new-team.team-calender .date-on-image h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}

.event-wrapper .btn {
    background-color: #004a6f !important;
}

.image-discription a {
    color: #004a6f !important;
}

.event-wrapper .events-details {
    background: transparent !important;
    border: none !important;
}

.blogsocial-share a i {
    background: #004a6f;
    color: #fff;
}

#eventsList p {
    color: #000;
}

#eventsList h4 {
    color: #000;
}


/* Menu third level */

.dropdown-menu.third {
    z-index: 9 !important;
    background: transparent !important;
}

.dropdown-menu.third li.dropdown {
    display: inline-block;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #009de2;
}

.dropdown-menu.third li.dropdown:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "\f0d9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}


/* popup styles */

.bcoverlay {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

.bcoverlay .overlay-inner {
    max-width: 600px;
    width: 100%;
    padding: 25px;
    background-color: #fff;
    z-index: 99999;
}

.bcoverlay .overlay-inner p {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

.bcoverlay.show {
    display: flex !important;
}

/* .banner-main.img-left-frame.img-general {
    display: none;
} */

.img-right-banner img {
    min-height: 400px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.top-head h6 {
    font-size: 16px;
    font-weight: 600;
}

.top-head p {
    font-size: 16px;
    font-weight: 700;
}

.fakten-logo-cent .ce-gallery img {
    display: block;
    margin: auto;
}

.left-ft {
    display: inline-flex;
}

.left-ft img {
    width: 44px;
}

@media only screen and (min-width:767px) {
    .left-ft img {
        width: 44px;
        margin-left: 29px;
        position: absolute;
        top: 110px;
    }
}

/* .foot-all-p img {
    width: 100% !important;
    max-width: 180px !important;
} */

.social-icons-types img {
    width: 30px;
}


/*Banner Slide*/

.vert1 .carousel-item-next.carousel-item-left,
.vert1 .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert1 .carousel-item-next,
.vert1 .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vert1 .carousel-item-prev,
.vert1 .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.vert2 .carousel-item-next.carousel-item-left,
.vert2 .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert2 .carousel-item-next,
.vert2 .active.carousel-item-right {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100% 0);
}

.vert2 .carousel-item-prev,
.vert2 .active.carousel-item-left {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}


/*Banner Slide*/

.scrollspy-example {
    position: relative;
    height: 250px;
    overflow: hidden;
    scroll-behavior: smooth;
}

.col-lg-6.p-0.left-slide h2 {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .ban-cont {
        padding: 95px 30px !important
    }
}

@media only screen and (max-width: 767px) {
    .ban-cont {
        padding: 86px 20px 0px !important;
    }
}

.ban-cont {
    padding: 20px 130px;
}

.ban-cont p {
    color: #fff;
}


/***********************/


/* NAVIGATION MENU */


/***********************/


/* OVERLAY */

.overlay {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
}

.overlay-slide-right {
    transition: all 0.4s ease-in-out;
    transform: translateX(0);
}

.overlay-slide-left {
    transition: all 0.8s ease-in-out;
    transform: translateX(-100vw);
}


/* NAV MENU ITEMS */

.hamburger-menu-link ul {
    height: 100vh;
    list-style: none;
    padding-left: 0px;
}

.hamburger-menu-link ul li {
    height: 20%;
}

.hamburger-menu-link li {
    background-color: #004a6f;
}

.hamburger-menu-link li a {
    letter-spacing: 0.4rem;
    font-size: 2rem;
    color: #fff;
}

.hamburger-menu-link li a:hover,
.hamburger-menu-link li a:active {
    transform: scale(1.1);
    color: #fff;
}

.hamburger-menu-link li a:hover:after {
    content: "🠒";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    margin-left: 1rem;
}


/***********************/


/* NAV SLIDE IN ANIMATION */


/***********************/

.slide-in-1 {
    animation: slide-in 0.4s linear 0.2s both;
}

.slide-in-2 {
    animation: slide-in 0.4s linear 0.4s both;
}

.slide-in-3 {
    animation: slide-in 0.4s linear 0.6s both;
}

.slide-in-4 {
    animation: slide-in 0.4s linear 0.8s both;
}

.slide-in-5 {
    animation: slide-in 0.4s linear 1s both;
}

@keyframes slide-in {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}


/***********************/


/* NAV SLIDE OUT ANIMATION */


/***********************/

.slide-out-1 {
    animation: slide-out 0.3s linear 0.5s both;
}

.slide-out-2 {
    animation: slide-out 0.3s linear 0.4s both;
}

.slide-out-3 {
    animation: slide-out 0.3s linear 0.3s both;
}

.slide-out-4 {
    animation: slide-out 0.3s linear 0.2s both;
}

.slide-out-5 {
    animation: slide-out 0.3s linear 0.1s both;
}

@keyframes slide-out {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


/***********************/


/* HAMBURGER MENU ANIMATION */


/***********************/

.hamburger-menu {
    position: absolute;
    top: 1rem;
    right: 2rem;
    z-index: 10;
    cursor: pointer;
}

.menu-bar1,
.menu-bar2,
.menu-bar3 {
    width: 3.5rem;
    height: 0.2rem;
    background-color: #fff;
    margin: 0.8rem 0;
    transition: 0.4s;
}

.menu-bar2 {
    width: 2rem;
    margin-left: auto;
}


/* ROTATE FIRST BAR */

.active .menu-bar1 {
    /* transform: rotate(-45deg) translate(-7px, 8px); */
    transform: rotate(-45deg) translate(-0.7rem, 0.8rem);
}


/* FADE OUT SECOND BAR */

.active .menu-bar2 {
    opacity: 0;
}


/* ROTATE LAST BAR */

.active .menu-bar3 {
    /* transform: rotate(45deg) translate(-6px, -8px); */
    transform: rotate(45deg) translate(-0.6rem, -0.8rem);
}


/***********************/


/* SECTION */


/***********************/

.logo {
    position: absolute;
    z-index: 2;
    top: 1.5rem;
    left: 1.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
}

.logo:hover,
.logo:active {
    color: #fce38a;
}

.logo img {
    width: 220px;
}


/* BELOW 600px (Phones) */

@media (max-width: 37em) {
    .hamburger-menu {
        top: 0.5rem;
        right: 1rem;
    }

    .logo {
        top: 1rem;
        left: 1rem;
    }
}

.hamburger-menu .close-head {
    display: none;
}

.hamburger-menu.active .close-head {
    display: unset !important;
}

.hamburger-menu.active .main-icon {
    display: none ! important;
}

@media only screen and (max-width: 992px) {
    .main-icon {
        background: #fff;
        padding: 6px;
        width: 36px;
    }
}

.banner-sec {
    background: #004a6f;
}

/*
.dark-mode .line-rob {
    border-top: 1px solid #fff !important;
}
*/

.dark-mode .line-cnt:after {
    background: #fff !important;
    width: 1px;
    height: 500px;
    content: "";
    top: -65px;
    z-index: -1;
    position: absolute;
    right: 0px;
}

.menu-add {
    position: relative;
    top: 22px;
}

/*@media only screen and (min-width:1200px) {
    .slide-work .top-head .main-text {
        top: 55px;
        position: absolute;
    }
}*/


/*Side menu*/

.sidebar {
    height: 100vh;
    width: 0;
    position: absolute;
    z-index: 9999;
    top: 0;
    /*left: 40%;*/
    background-color: #f9f9f9a8;
    overflow-x: hidden;
    transition: 0.5s;
    /*  padding-top: 60px;*/
}

.sidebar a {
    padding: 24px 8px 24px 8px;
    text-decoration: none;
    font-size: 22px;
    color: #fff;
    text-align: center;
    display: block;
    transition: 0.3s;
    /*  width: 330px;
    left: 70px;*/
    position: relative;
}

.menu-cent .cn-menu {
    border-bottom: 1px solid #004a6f;
}

.menu-cent .cn-menu:last-child {
    border-bottom: none;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: relative;
    top: 0;
    /* right: 25px;*/
    font-size: 36px;
    /*  margin-left: 50px;*/
    /*  width: 330px;
    left: 70px;*/
}

.openbtn {
    cursor: pointer;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }
}


/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */

.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

.dropdown-container a {
    border-bottom: 1px solid #dfdfdf1a !important;
}

.menu-cent {
    background: #000 !important;
    width: 470px !important;
    height: auto !important;
    padding-bottom: 30px;
    min-height: 100vh !important;
    margin: auto !important;
}

@media only screen and (max-width: 768px) {
    .menu-cent {
        background: #000 !important;
        width: 340px !important;
        height: auto !important;
        padding-bottom: 30px;
        min-height: 100vh !important;
        margin: auto !important;
    }
}

/*==================TEAM===================*/

.team .section-title {
    text-align: left;
    margin-bottom: 50px
}

.team__item {
    height: 480px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    overflow: hidden;
    background-blend-mode: overlay;
    background: #004a6f5e;
    background-position: center;
    background-size: cover;
}

.team__item:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(33 37 41 / 61%);
    content: "";
    z-index: -1;
    opacity: 0;
    -webkit-transition: all, 0.5s, ease-out, .5s;
    -o-transition: all, 0.5s, ease-out, .5s;
    transition: all, 0.5s, ease-out, .5s
}

.team__item:hover:after {
    opacity: 1
}

.team__item:hover .team__text {
    top: 0
}

.team__item:hover .team__text .team__title {
    padding: 0 0 26px;
    margin-bottom: 26px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    bottom: initial;
    opacity: 1;
    visibility: visible
}

.team__item:hover .team__text p {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease .3s;
    -o-transition: all .5s ease .3s;
    transition: all .5s ease .3s
}

.team__item:hover .team__text .team__social {
    opacity: 1;
    visibility: visible;
    bottom: 34px;
    -webkit-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    transition: all .5s ease .5s
}

.team__text {
    height: 100%;
    /*top: 361px;*/
    position: relative;
    padding: 35px 30px 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.team__text .team__title {
    padding: 0 0 26px;
    margin-bottom: 26px;
    position: relative
}

.team__text .team__title h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 6px
}

.team__text .team__title span {
    font-size: 15px;
    color: #ffffff;
}

.team__text p {
    color: #e4e4e4;
    line-height: 26px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.team__text .team__social {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    bottom: 0;
    opacity: 0;
    visibility: hidden
}

.team__text .team__social a {
    display: inline-block;
    font-size: 1.25rem;
    color: #fff;
    margin-right: 34px;
    -webkit-transition: all, .3s;
    -o-transition: all, .3s;
    transition: all, .3s
}

.team__text .team__social a:last-child {
    margin-right: 0
}

.team__text .team__social a:hover {
    color: #004a6f;
}

@media(max-width:768px) {
    .team__item {
        height: 350px
    }

    .team__text {
        padding: 25px 20px 20px
    }
}

@media only screen and (min-width: 1200px) {
    .team-row {
        padding: 0% 0% 0% 25%;
    }
}

.team-fakt {
    background-color: #eaeaea;
    cursor: crosshair;
}


/* Infinite Gallery*/

.aboutus .aboutus-content {
    padding-top: 70px;
}

.aboutus .aboutus-content h2.heading-about {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
    .aboutus .aboutus-content h2.heading-about {
        font-size: 30px;
    }
}

.aboutus .aboutus-content h2.heading-about span.light-text {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

.aboutus .aboutus-content h2.heading-aboutcolumn {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 50px;
    font-weight: 900;
    color: #a68538;
    text-transform: uppercase;
    margin-left: 70px;
}

@media only screen and (max-width: 1199px) {
    .aboutus .aboutus-content h2.heading-aboutcolumn {
        font-size: 30px;
        margin: 30px 0;
    }
}

.aboutus .aboutus-content h2.heading-aboutcolumn span.color-text {
    color: #fff;
}

.aboutus .aboutus-content ul.list {
    float: right;
    border-top: 0;
    padding-right: 30px;
}

@media only screen and (max-width: 767px) {
    .aboutus .aboutus-content ul.list {
        float: none;
    }
}

.aboutus .aboutus-content ul.list .list__item {
    margin-bottom: 30px;
}

.aboutus .aboutus-content ul.list .subhead-li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .aboutus .aboutus-content ul.list .subhead-li {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .aboutus .aboutus-content ul.list .subhead-li {
        padding-left: 20px;
    }
}

.aboutus .feed-back button {
    position: fixed;
    transform: rotate(-90deg);
    top: 80%;
    right: -15px;
    z-index: 9;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .aboutus .feed-back button {
        font-size: 1.25rem;
        right: -30px;
    }
}

.aboutus .about-slider {
    padding-top: 70px;
    display: flex;
    align-items: flex-end !important;
}

.aboutus .about-slider .scroll1 {
    display: flex !important;
    flex-direction: column !important;
}

.aboutus .about-slider .scroll1 img {
    vertical-align: bottom;
    max-width: 100%;
    /* width: 295px; */
    height: 330px;
    object-fit: cover;
    margin-right: 10px;
}


/*Infinite Gallery Ends*/

/*.static-header.sticky .openbtn img {
    background: #f4fffb;
    padding: 2px;
}*/

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

    /* .openbtn img {
        background: #f4fffb;
        padding: 2px;
    }*/
    .top-head {
        text-align: center;
    }

    .rob-bird {
        position: absolute;
        width: 27px;
        right: 27px;
        top: -29px;
    }

    .fakten-logo-cent h5 {
        margin-top: 12px;
    }

    .aboutus .about-slider .scroll1 img {
        vertical-align: bottom;
        max-width: 100%;
        width: 295px;
        height: auto;
        object-fit: cover;
        margin-right: 10px;
    }
}

a.openbtn {
    margin-right: 15px;
}

.ban-cont h2 {
    color: #fff;
}

.left-ft .ce-gallery img {
    display: block;
    margin: auto;
    margin-bottom: 35px;
}

@media screen and (max-width:767px) {
    .left-ft {
        display: unset;
    }

    .footer .img-left-wrap-logo img {
        max-width: 40px;
        width: 40px;
        margin: auto;
    }
}

.light-mode .img-darktheme {
    display: none;
}

.dark-mode .img-lighttheme {
    display: none;
}


/*HOVER IMAGE CONTENT*/
.box-expert {
    position: relative;
    width: 50%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 5;
    transition: .5s ease;
    background-color: #00000099;
}

.box-expert:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 1.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


.two-img-s img {
    width: 50%;
    object-fit: cover;
    height: 365px;
}

.text-slide {
    /*  Animation decalaration   */
    animation-name: moveInleft;
    animation-duration: 3s;
}

@keyframes moveInleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.swiper-slide img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.swiper-slide {
    margin-top: auto;
}

.animated2 {
    /*background-image: url(/css/images/logo.png);*/
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated {
    /*background-image: url(/css/images/logo.png);*/
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(500px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;

    -o-transition-timing-function: linear !important;

    transition-timing-function: linear !important;

}

/*Infinity slider new*/
.slick-carousel {
    width: auto;
}

.slick-dots {
    bottom: -30px;
}


/* flipp nihal */



.bann-container {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 75vh;
    margin-top: 100px;
    margin-bottom: 100px;
}

.two-flipside-sidebar {
    height: 100%;
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease-in-out;
}

.two-flipside-sidebar>div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

}

.two-flipside-sidebar h1 {
    font-size: 46px;
    margin-bottom: 10px;
    margin-top: -30px;
    /*  color: black; */
    text-align: left;
    font-weight: 900;
    line-height: 70px;
}

.two-flipside-sidebar p {
    color: #004a6f;
    text-align: left;
    font-weight: bold;
}

.main-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 37%;
    transition: transform 0.5s ease-in-out;
}

.main-slide>div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}

.two-flipside-sidebar button {

    background-color: transparent;
    color: #aaa;
    cursor: pointer;
    font-size: 16px;
    padding: 15px;
    border-color: #ffffff;
}

.two-flipside-sidebar button:hover {
    color: #222;
}

.two-flipside-sidebar button:focus {
    outline: none;
}

.bann-container .controls button {
    position: absolute;
    left: 80%;
    top: 90%;
    z-index: 100;
    gap: 5px;
}


.bann-container .controls .down-button {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: none;
    background: transparent;

}

.bann-container .controls .up-button {
    transform: translateY(-100%);
    margin-bottom: 15px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: none;
    background: transparent;

}

.bann-container .controls .up-button:hover,
.bann-container .controls .down-button:hover {
    cursor: pointer;
}

.line-rob {
    bottom: 191px;
    display: flex;
    width: 41%;
    position: absolute;
    left: -15px;

}


.line-rob p {
    /* color: #004a6f; */
    font-weight: bold;
}

.line-rob .banner-bottomtxt-sc {
    /* color: black; */
    font-weight: bold;
}

.rob-bird {
    width: 50px;
    position: absolute;
    top: -7px;
    left: 80px;
}

.light-mode .line-black {
    width: 100%;
    position: absolute;
    top: 23px;
    color: black;
    border-top: 1px solid rgb(0 0 0);
}

.dark-mode .line-black {
    width: 100%;
    position: absolute;
    top: 23px;
    color: black;
    border-top: 1px solid rgb(250, 249, 249);
}

.banner-bottomtxt-ft {
    position: absolute;
    right: 10%;
    bottom: -50px;
    font-weight: 700;
}

.banner-bottomtxt-sc {
    position: absolute;
    right: 40%;
    bottom: -50px;
    color: #009de2;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .bann-container {
        position: relative;
        overflow: hidden;
        width: 100vw;
        height: 42vh;
        margin-top: 120px;
        margin-bottom: 100px;
    }


}

@media screen and (max-width: 1100px) {
    .two-flipside-sidebar h1 {
        font-size: 25px;
        margin-bottom: 10px;
        margin-top: -30px;
        color: black;
        text-align: left;
        font-weight: 900;
        line-height: 45px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 520px) {
    .two-flipside-sidebar h1 {
        font-size: 1.25rem;
        margin-bottom: 10px;
        margin-top: -30px;
        color: black;
        text-align: left;
        font-weight: 900;
        line-height: 29px;
    }

    .two-flipside-sidebar {
        height: 100%;
        width: 35%;
        position: absolute;
        top: -336px !important;
        left: 0;
        transition: transform 0.5s ease-in-out;
    }

    .main-slide {
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        width: 50% !important;
        transition: transform 0.5s ease-in-out;
    }
}

@media only screen and (max-width: 768px) {
    .main-slide {
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        width: 50% !important;
        transition: transform 0.5s ease-in-out;
    }

    .two-flipside-sidebar {
        height: 100%;
        width: 47%;
        position: absolute;
        top: -85% !important;
        left: 0;
        transition: transform 0.5s ease-in-out;
    }

    .two-flipside-sidebar h1 {
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: -30px;
        color: black;
        text-align: left;
        font-weight: 900;
        line-height: 32px;
    }

    .bann-container .controls button {
        position: absolute;
        left: 80%;
        top: 85%;
        z-index: 100;
        gap: 5px;
    }

    .line-rob {
        bottom: 452px;
        display: flex;
        width: 41%;
        position: absolute;
        left: -15px;
    }

    .line-rob p {
        color: #004a6f;
        font-weight: bold;
        font-size: 0.75rem;
    }

    .rob-bird {
        width: 50px;
        position: absolute;
        top: -7px;
        left: 40px;
    }

    .line-rob {
        display: none;
    }

    .two-flipside-sidebar p {
        color: #004a6f;
        text-align: left;
        font-weight: bold;
        font-size: 14px;
    }

}

@media only screen and (max-width: 552px) {
    .two-flipside-sidebar h1 {
        font-size: 19px;
        margin-bottom: 10px;
        margin-top: -30px;
        color: black;
        text-align: left;
        font-weight: 900;
        line-height: 32px;
    }
}



/*  wedel-banner*/

.banner-text {
    height: 95vh;
    background-color: #224996;
    padding-right: 0px;
}

.banner-left h3 {
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 90vh;
    justify-content: flex-end;
    padding-left: 48px;
    width: 450px;
}

.banner-image {
    padding-left: 0px;
    /*    height: 100vh;*/

}

.banner-main .right-wrap .wrap-green-content h1 {
    font-weight: 800;
    font-size: 52px;
    margin-bottom: 4px;
}

.banner-main .right-wrap .wrap-green-content h6 {
    font-weight: 100;
    font-size: 1.25rem;
    margin-bottom: 4px;
    color: #fff;
}



.vert .carousel-control-next {
    transform: rotate(270deg);
    right:
        60px;
    top: unset;
    margin-bottom:
        65px;
}

.vert .carousel-control-prev {
    right:
        60px;
    top: unset;
    margin-bottom:
        20px;
    /* bottom: 0; */
    left: unset;
    transform: rotate(270deg);
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}


/* pancreas site css  */
/* TOP NAV START */
.nav_top_menu {
    background-color: transparent;
    padding: 11px 0px 0px 0px;
}

.sticky .nav_top_menu a {
    color: #fff;
}

.nav_top_menu ul.row>li {
    padding: 0px 41px;
    list-style: none;
}

@media(max-width:1300px) {
    .nav_top_menu ul.row>li {
        padding: 0px 32px;
        list-style: none;
    }
}

@media(max-width:1200px) {
    .nav_top_menu ul.row>li {
        padding: 0px 16px;
        list-style: none;
    }
}

.nav_top_menu ul.row>li:last-child {
    padding: 0px 20px;
}

.search-nav img {
    width: 22px;
}

.search-nav li {
    list-style: none;
}

.search-nav {
    margin-right: 1rem;
}

.lang-menu_mob .lang-menu {
    border-top: 1px solid #e4e4e4;
}

.lang-menu_mob a {
    border-top: transparent !important;
}

.lang-menu_mob .btn-secondary {
    background-color: #004a6f !important;
    border-color: #004a6f !important;
}

@media(max-width:992px) {
    .search-nav {
        display: none;
    }
}

.menu-area {
    /* padding: 26px; */
    padding-top: 0px;
}

@media(max-width:992px) {
    .menu-area {
        padding-top: 0px;
    }
}

.nav_top_menu a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

#search-trigger {
    display: flex;
}

@media(min-width:993px) {
    .mob_ul_topnav li {
        display: none;
        font-size: 16px;
    }

    .social_side_menu {
        padding: 12px 0 10px 15px !important
    }

    .sidebar_nav_menu {
        margin-bottom: 35px;
    }

    .sidebar_nav_menu .lang-menu,
    .sidebar_nav_menu .sidebar_nav_web {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 19px;
    }

    .sidebar_nav_lang,
    .sidebar_nav_web {
        padding-top: 100px;
    }

    .sidebar_nav_menu li a {
        font-size: 16px !important;
        padding: 12px 0 10px 15px !important;
        text-transform: uppercase !important;
        display: flex !important;
        justify-content: start !important;
        align-items: center !important;
        color: #004a6f !important;
    }

    .sidebar_nav_menu .header-icon,
    .sidebar_nav_menu .header-icon-white {
        width: 23px;
        display: none;
        margin-right: 11px;
    }

    .sidebar_nav_menu .lang-menu {
        display: flex;
    }

    .light-mode .sidebar_nav_menu .header-icon {
        display: flex;
    }

    .dark-mode .sidebar_nav_menu .header-icon-white {
        display: flex;
    }
}

@media(max-width:992px) {

    .sidebar_nav_menu {
        display: none;
    }

    .nav_top_menu {
        display: none;
    }

    .mob_ul_topnav li a {
        font-size: 16px !important;
        padding: 12px 0 10px 15px !important;
        text-transform: uppercase !important;
        display: flex !important;
        justify-content: start !important;
        align-items: center !important;
    }

    .mob_ul_topnav .header-icon,
    .mob_ul_topnav .header-icon-white {
        width: 23px;
        display: none;
        margin-right: 5px;
    }

    .mob_ul_topnav .lang-menu {
        display: flex;
    }

    .light-mode .mob_ul_topnav .header-icon {
        display: flex;
    }

    .dark-mode .mob_ul_topnav .header-icon-white {
        display: flex;
    }
}

/* TOP NAV END */
/* BANNER SECTION START */
.right-wrap h4 {
    font-size: 87px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif !important;
    letter-spacing: 5px;
    color: #004a6f;
}

.left-wrap img {
    width: 266px;
    text-align: center;
    max-width: 100%;
}

.right-wrap h5 {
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif !important;
    letter-spacing: 1px;
    font-size: 28px;
    text-transform: uppercase;
    color: #004a6f;
}

.bf-menu {
    display: flex;
    height: 100px;
}

.bf-menu li {
    width: 25%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bf-menu li:nth-child(odd) {
    background-color: #004a6f;
}

.bf-menu li:nth-child(even) {
    background-color: #009ee3;
}

.bf-menu a {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    position: relative;
    display: inline-flex;
    word-break: keep-all;
    align-items: center;
    font-weight: 100;
}

/* .bf-menu .nav-link::before {
    content: '';
    width: 39px;
    height: 49px;
    margin-top: 11px;
    margin-right: 12px;
} */

@media(min-width:769px) and (max-width:1300px) {
    .bf-menu a {
        font-size: 1.25rem;

    }

    .bf-menu .nav-link::before {
        content: '';
        width: 26px;
        height: 29px;
    }
}


/* .bf-menu li:nth-child(1) .nav-link::after {
    background: url('/fileadmin/user_upload/white_EPZ_ICON_Calendar.svg') no-repeat;
}

.bf-menu li:nth-child(2) .nav-link::before {
    background: url('/fileadmin/user_upload/white_EPZ_ICON_Pancreas_Organ.svg') no-repeat;
}

.bf-menu li:nth-child(3) .nav-link::before {
    background: url('/fileadmin/user_upload/white_EPZ_ICON_News.svg') no-repeat;
}

.bf-menu li:nth-child(4) .nav-link::before {
    background: url('/fileadmin/user_upload/white_EPZ_ICON_Robotic.svg') no-repeat;
} */

.theme-foot {
    position: sticky;
    padding-top: 50px;
    padding-right: 0px;
    top: 30%;
    z-index: 3;
    display: inline-block;
    left: 100%;
    transform: translateX(-19%);
    /* position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  padding-top: 50px;
  top: 30%;
  z-index: 3; 
  display: inline-block;
    float: right; */
}

footer .theme-foot,
footer .theme-foot-sub {
    display: none;
}

@media(max-width:576px) {
    .theme-foot {
        right: 7px;
    }

    footer .theme-foot {
        display: block !important;
        position: absolute;
        bottom: 0;
        top: inherit;
        float: none;
        padding-left: 21px;
        left: auto;
    }

    .theme-foot,
    .theme-foot-sub {
        display: none;
    }

}

.theme-foot li {
    margin-bottom: 12px;
    list-style: none;
}

.theme-foot-sub {
    margin-top: -350px;
}

.red-social-icon img {
    width: 70px;
    height: auto;
}

footer p {
    margin-bottom: 0px;
}

.footersec1 img {
    width: 276px;
}

.footersec1>.frame-layout-0 {
    margin-top: 3rem;
    padding-left: 1rem;
}

.footersec1 {
    border-right: 1px solid #6F92A8;
}

.footersec2 {
    border-right: 1px solid #6F92A8;
}

.footersec2 img {
    width: 157px;
}

.footersec2 .ce-gallery,
.footersec3 .ce-gallery {
    display: flex;
    justify-content: center;
}

.footersec2 .row:first-child {
    /* margin-bottom: 107px; */
    margin-bottom: 60px;
    align-items: center;
}

@media(max-width:576px) {
    .footersec2 .row:first-child {
        margin-bottom: 25px;
        align-items: center;
    }

    .footersec2 .row:first-child,
    .footersec2 .left-children {
        margin-bottom: 25px;
        align-items: center;
    }
}

.footersec3 img {
    width: 236px;
    height: 147px;
}

.footer .footersec3 img {
    margin-bottom: 30px;
    margin-top: 30px;
}

.footersec3 .col-12:first-child img {
    width: 165px;
    height: 86px;
}

.footersec3 .col-12:nth-child(2) img {
    width: 165px;
    height: 86px;
}

.footersec3>.frame-type-textpic {
    display: flex;
    justify-content: center;
    margin: 79px 0px;
}

.footersec3 a {
    text-transform: uppercase;
    text-decoration: none;
}

.footersec1,
.footersec2,
.footersec3 {
    padding: 60px 15px 40px 15px;
}

@media(max-width:576px) {

    .footersec2,
    .footersec3 {
        padding: 0px 44px 40px;
    }
}

.foot-ul-foot {
    justify-content: space-evenly;
    display: flex;
    align-items: center;
}

.breadcrumbs-bg {
    padding: 12px 0px;
    font-size: 16px;
    color: #009de2;
    background-color: #ffffff57;
}

.breadcrumbs-bg li {
    list-style: none;
}

.sticky .breadcrumbs-bg {
    background-color: #fff;
}

.breadcrumbs-bg a {
    font-weight: 700;
    color: #009de2;
}

.breadcrumbs-bg ul {
    display: flex;
    justify-content: center;
}

.breadcrumbs-bg ul li::after {
    content: '/';
    display: inline-block;
    color: #009de2;
    font-size: 16px;
    padding: 0px 6px;
}

.breadcrumbs-bg li:last-child:after {
    display: none;
}

.subnav-tabs {
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
    padding: 40px 0px;
    padding-bottom: 0px;
}

.subnav-tabs li {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.image-text-home h5 {
    color: #fff;
}

.image-text-home h6 {
    font-size: 23px;
    color: #fff;
}

/* .image-text-home img{
    width: 40px;
    margin-top: 23px;
} */
.subnav-tabs li.active a,
.subnav-tabs li:hover a {
    background-color: #009de2;
    color: #fff;
}

.subnav-tabs a {
    font-size: 17px;
    font-weight: 700;
    padding: 15px;
}

.subnav-tabs li::after {
    content: '+';
    display: inline-block;
    color: #004a6f;
    font-size: 26px;
    padding: 0px 6px;
}

.subnav-tabs li:last-child:after {
    display: none;
}

.image-text-home .left-children,
.image-text-home .right-children {
    background-color: #004a6f;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(max-width:768px) {
    .image-text-home .left-children {
        padding: 36px 0px;
    }
}

/* TEAM PAGE START */
.researchers-list {
    margin-bottom: 20px;
}

.researchers-list a {
    color: #004a6f;
}

.researchers-list .caption {
    padding: 12px;
}

.researchers-list .caption a {
    font-size: 32px;
    width: 100%;
    display: block;
}

.researchers-list .caption img {
    width: 36px;
    height: 36px;
    margin-top: 20px;
}

/* .tx-fakt-teammanager li {
    list-style: none;
    padding: 0px 10px;
}

.tx-fakt-teammanager ul {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    align-items: center;
} */

.tx-fakt-teammanager .team-detail-wrap ul.icon-in-team li {
    height: auto;
}

.tx-fakt-teammanager .team-detail-wrap ul.icon-in-team .img-back {
    width: 61px;
    max-width: 61px;
    height: auto;
}

/* TEAM PAGE END */
/* LEFT RIGHT SECTION START */

/* .text-img-sec .content-imgblock:nth-child(even) img {
    min-height: 230px;
    object-fit: cover;
}  */
.content-imgblock p {
    color: #004a6f;
}

.content-imgblock h3 {
    color: #152d2d;
    font-size: 27px;
}

.content-imgblock .ce-bodytext {
    padding: 20px 55px 0px 40px;
}


.text-img-sec .ce-textpic img {
    width: 36px;
    height: auto;
    margin-right: 40px;
    float: right;
    cursor: pointer;
    margin-bottom: 20px;
}

/* .content-imgblock p::after {
    content: '';
    background: url(https://p709608.mittwaldserver.info/typo3conf/ext/spt_package/Resources/Public/images/EPZ_ARROW_left_BLUEcirc.svg) no-repeat;
    width: 30px;
    height: 43px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: rotate(180deg);
} */

.content-wrapbackground h3 {
    font-size: 56px;
    font-weight: 600;
    color: #626262;
}

.content-wrapbackground h2 {
    font-size: 25px;
    color: #626262;
    margin-bottom: 12px;
}

.content-wrapbackground p {
    font-size: 18px;
    color: #626262;
}

.content-wrapbackground .logo-in-banner {
    text-align: center;
    margin-top: 25px;
}

/* LEFT RIGHT SECTION END */

/* COUNT DOWN SECTION START */
.count-down-child {
    position: relative;
}

.counter-img-wrap {
    position: absolute;
    height: 100%;
    background: #00000075;
    left: 0;
    width: 28%;
    display: flex;
    align-items: end;
    justify-content: center;
}

.count-down-wrap {
    position: absolute;
    width: 100%;
    background: #2828287d;
    top: 0;
    min-height: 123px;
    margin-top: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.text-counter {
    position: absolute;
    right: 0;
    width: 50%;
    background-color: #10090069;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-frame .counter-img-wrap img {
    max-width: 200px;
    width: 200px;
    height: auto !important;
}

.counter-text-col h3,
.counter-text-col h4 {
    font-size: 53px;
    font-weight: 700;
}

.counter-text-col {
    padding: 0px 40px;
}

.row_center {
    align-items: center;
}

.btn_download {
    text-transform: uppercase;
    background-color: #004a6f;
    color: #fff !important;
    padding: 13px 34px;
    border-radius: 0;
    margin-top: 20px;
    margin-right: 25px;
    display: inline-block;
}

.btn_download:hover {
    background-color: #003f5e;
}

.nav_top_menu .header-icon,
.nav_top_menu .header-icon-white {
    width: 17px;
    height: auto;
}

.nav_top_menu .header-icon-white {
    display: none;
}

.sticky .nav_top_menu .header-icon-white {
    display: inline-block;
}

.sticky .nav_top_menu .header-icon {
    display: none;
}

.icon-arrow img {
    max-width: 40px;
    height: 40px;
    width: 40px;
}

.wrap-green-content p {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.wrap-green-content h2 {
    font-size: 49px;
    font-weight: 700;
    line-height: 82px;
    margin-bottom: 8px;
}

.wrap-green-content h5 {
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif !important;
    letter-spacing: 1px;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}

/* COUNT DOWN SECTION END */
.dropdown-menu.second {
    padding: 34px;
}

.dropdown-menu.second>.dropdown {
    padding-right: 23px;
}

/* .banner-main .right-wrap>.container{
    height: 100%;
    display: flex;
    align-items: center;
} */
@media(max-width:1590px) {
    .right-wrap h4 {
        font-size: 67px;
    }

    .right-wrap h5 {
        font-size: 24px;
    }

    .banner-main .left-wrap {
        width: 31%;
    }
}

@media(max-width:1440px) {
    .right-wrap h4 {
        font-size: 55px;
    }

    .right-wrap h5 {
        font-size: 1.25rem;
    }

    .banner-main .right-wrap,
    .banner-main .left-wrap {
        height: 289px;
    }

    .banner-main .right-wrap {
        width: 51%;
    }

    .banner-main .left-wrap {
        width: 33%;
    }

    .wrap-green-content p {
        font-size: 19px;
        margin-bottom: 0px;
    }

    .wrap-green-content h2 {
        font-size: 47px;
    }

    .banner-main .right-wrap .wrap-green-content h1 {
        font-size: 50px;
    }

    .wrap-green-content h5 {
        font-size: 1.25rem;
    }
}

@media(max-width: 1200px) {
    .wrap-green-content p {
        font-size: 15px;
    }

    .wrap-green-content h2 {
        font-size: 45px;
    }

    .banner-main .right-wrap .wrap-green-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 992px) {
    .banner-main .right-wrap {
        width: 60%;
    }

    .banner-main .left-wrap {
        width: 37%;
    }

    .nav_top_menu ul.row>li {
        padding: 0px 35px;
    }

    .wrap-green-content p {
        font-size: 15px;
    }

    .wrap-green-content h2 {
        font-size: 43px;
        line-height: 42px;
    }

    .banner-main .right-wrap .wrap-green-content h1 {
        font-size: 45px;
    }

    .wrap-green-content h5 {
        font-size: 1.25rem;
    }

    .banner-main .right-wrap,
    .banner-main .left-wrap {
        height: 260px;
    }

    .banner-main {
        z-index: 0;
        min-height: calc(100vh - 109px);
        position: relative;
        margin-top: 109px;
    }
}

@media (max-width: 768px) {
    .banner-main .right-wrap {
        width: 60%;
    }

    .banner-main .left-wrap {
        width: 40%;
    }

    .banner-main .right-wrap {
        padding: 8px;
    }

    .menu-area {
        padding: 0px 0px;
    }

    .nav_top_menu ul.row>li {
        padding: 0px 38px;
    }

    .banner-main {
        z-index: 0;
        min-height: calc(100vh - 108px);
        position: relative;
        margin-top: 108px;
    }

    .right-wrap h4 {
        font-size: 36px;
    }

    .right-wrap h5 {
        font-size: 14px;
    }

    .banner-main .right-wrap,
    .banner-main .left-wrap {
        height: 202px;
    }

    .banner-main .left-wrap {
        padding: 35px;
    }

    .bf-menu {
        display: block;
        height: 100%;
    }

    .bf-menu li {
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        padding-left: 10px;
    }

    .bf-menu .nav-link::after {
        display: none;
    }

    .bf-menu .nav-link::before {
        content: '';
        width: 25px;
        height: 41px;
        margin-top: 16px;
        margin-right: 13px;
    }

    .counter-img-wrap {
        position: relative;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .text-counter {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wrap-green-content p {
        font-size: 14px;
    }

    .wrap-green-content h2 {
        font-size: 34px;
        line-height: 38px;
    }

    .banner-main .right-wrap .wrap-green-content h1 {
        font-size: 36px;
    }

    .wrap-green-content h5 {
        font-size: 14px;
    }

    .banner-main {
        min-height: calc(50vh - 103px);
        margin-top: 103px;
    }

    /* .banner-menu {
        margin-top: -5px;
    } */
}

@media (max-width: 576px) {

    .banner-main .right-wrap {
        width: 65%;
    }

    .banner-main .left-wrap {
        width: 35%;
    }

    .banner-main .right-wrap,
    .banner-main .left-wrap {
        height: 174px;
    }

    .right-wrap h4 {
        font-size: 24px;
    }

    .right-wrap h5 {
        font-size: 10px;
    }

    .banner-main.hai .right-wrap h5 {
        font-size: 1.25rem;
    }

    .banner-main .left-wrap {
        width: 37%;
        padding: 15px;
    }

    .nav_top_menu ul.row>li {
        padding: 3px 12px;
    }

    .nav_top_menu .row {
        justify-content: space-between;
    }

    .nav_top_menu {
        padding-bottom: 0px;
    }

    .banner-main {
        z-index: 0;
        min-height: calc(50vh - 103px);
        position: relative;
        margin-top: 103px;
    }

    .banner-main .right-wrap {
        padding: 30px 10px;
    }

    .wrap-green-content p {
        font-size: 12px;
    }

    .wrap-green-content h2 {
        font-size: 32px;
        line-height: normal;
    }

    .banner-main .right-wrap .wrap-green-content h1 {
        font-size: 34px;
    }

    .right-wrap h5 {
        font-size: 10px;
    }
}

@media (max-width: 450px) {
    .banner-main .right-wrap {
        padding: 0;
    }

    .banner-main .right-wrap .container .row .col-12 {
        padding: 10px;
    }

    .wrap-green-content h2 {
        font-size: 29px;
        line-height: normal;
    }

    .banner-main .right-wrap .wrap-green-content h1 {
        font-size: 30px;
        line-height: normal;
    }
}

.navbar-toggler {
    display: none;
}

/* BANNER SECTION END */

/* Button Back */
.btn-back {
    background-color: #004a6f;
    border-color: #004a6f;
    color: #fff !important;
}

/* .subnav-tabs {
    margin-top: -300px !important;
} */
.subnav-tabs a {
    color: #004a6f;
}

/* content.banner_section>section:nth-child(4) {
    margin-top: -300px;
} */
.btn.mapcookies {
    background-color: #004a6f;
    color: #fff;
    font-weight: 100;
}

/* .banner-main.img-left-frame.right-img-icon.img-general {
    margin-top: 0px !important;
} */

header>.sub_head {
    color: #009de2;
    margin-bottom: 30px !important;
    font-weight: 600 !important;
}

.lg_btn {
    background-color: #004a6f;
    color: #fff !important;
    text-wrap: auto;
}

.lg_btn:hover {
    background-color: #053a54;
    color: #fff;
}

/* responsive banner start */
.js-picture img,
.view_desktop_img {
    width: 100%;
    object-fit: cover;
    z-index: 0;
    min-height: calc(100vh - 158px);
    position: relative;
    height: 0;
}

.view_mob_img {
    display: none;
}

.view_desktop_img {
    display: block;
}

@media(max-width:992px) {

    .js-picture img,
    .view_desktop_img {
        min-height: calc(100vh - 122px);
    }
}

@media(max-width:768px) {
    .view_mob_img {
        display: block;
    }

    .view_desktop_img {
        display: none;
    }
}

@media(max-width:768px) {
    .js-picture img {
        min-height: calc(50vh - 158px);
    }

    .banner-main .right-wrap,
    .banner-main .left-wrap {
        position: relative;
        height: 100%;
    }

    .banner-main .right-wrap {
        background-color: #009ee3;
    }

    .banner-main .left-wrap {
        background-color: #004a6f;
        width: 40%;
    }

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

/* responsive banner end */
/* MEGA MENU ITEMS START */
.megamenu-content {
    padding: 0px !important;
}

/* .mega-menu-item {
    padding: 60px 40px 0px 40px;
} */

.mega-menu-item ul {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 0px;
}

.mega-menu-item ul li {
    width: 100%;
    float: left;
    /* border-bottom: 1px solid #252525;
    border-style: solid;
    border-width: 0 0 1px; */
    padding: 0px 0 10px 0;
    /* border-color: #d4d4d4; */
    margin-bottom: 10px;
}

.mega_right_block {
    width: auto;
    min-height: 150px;
    background-color: #004a6fe6;
    padding: 60px 17px 149px 27px;
    padding-right: 6%;
    position: relative;
    overflow: hidden;
}

.mega_right_block .menu_title {
    color: #fff;
}

.mega_right_block h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 25px;
}

.mega-menu-item h2,
.mega-menu-item .meaga-menu-h2 {
    color: #fff;
    margin-bottom: 1px;
    font-size: 25px;
}

.mega_right_block h3 {
    color: #fff;
    font-size: 22px;
}

.mega-menu-item h3 {
    color: #fff;
    font-size: 22px;
}

.mega_right_block .aluminit_quote::before {
    color: #fff;
}

.mega_right_block p {
    color: #fff !important;
    font-size: 16px;
    width: 55%;
    float: left;
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.mega_right_block img {
    /* width: 300px;
    float: left;
    right: 0;
    position: absolute;
    left: auto;
    top: auto;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    z-index: 1;
    max-width: 50%; */
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.mega_right_block .visit_page {
    color: #fff !important;
}

.mega-menu-item img {
    width: 300px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.mega-menu-item p {
    /* color: #5e5e5e; */
    color: #fff;
    font-size: 16px;
}

.megamenu-content .container-fluid>.row .col-md-4.col-sm-4.col-xs-12:nth-child(3) .mega_right_block {
    margin-right: -40px;
    margin-top: -60px;
    margin-left: -40px;
}

/* .megamenu-content .container-fluid>.row .col-md-3.col-sm-4.col-xs-12:nth-child(4) .mega_right_block {
    margin-right: -40px;
    margin-top: -60px;
    margin-left: -10px;
} */

.megamenu-content>.col-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* .megamenu-content .col-md-4.col-sm-4.col-xs-12 {
    border-left: 1px solid #f3f3f3;
} */

.dropdown-menu.second {
    border-top: 1px solid #f3f3f3;
}

.megamenu-content header {
    min-height: 0px;
    padding: 0px;
}

.mega_right_block .visit_page::after {
    content: "";
    position: absolute;
    width: auto;
    right: -21px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 14px;
    background: url('../images/trans_arrow_visit_white.svg');
    background-repeat: no-repeat;
}

.visit_page:hover::after {
    transform: translateX(6px);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    cursor: pointer;
}

.dropdown-menu.second>li {
    padding: 11px !important;
    border-bottom: 1px solid #d4d4d4;
}

.dropdown-menu.second>li:last-child {
    padding: 11px !important;
    border-bottom: none;
}

/* .megamenu-content .col-md-3.col-sm-4.col-xs-12 {
    border-left: 1px solid #f3f3f338;
} */

.megamenu_button {
    border-top: 1px solid #f3f3f338;
    padding-top: 20px;
}

.megamenu-content .megamenu_button p {
    display: flex;
    justify-content: space-around;
    color: #fff;
}

.nav-item-classic {

    display: none;
}

.nav-main-classic {
    position: relative;
}

header .navbar .navbar-nav>li.dropdown:hover .nav-item-classic,
header .navbar .navbar-nav>li.dropdown:focus-within .nav-item-classic {
    display: none !important;
    padding: 0px 10px !important;
    width: 345px !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #f6eeee;
    border-radius: 2px;
    box-shadow: none;
    background-clip: padding-box;
}

a.menu_block_inner_quicl_link {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 1rem !important;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
    color: #fff !important;
    font-size: 14px !important;
}

a.menu_block_inner_quicl_link:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff !important;
}

.mega-menu-container-version ul li a {
    background: transparent !important;
    color: #fff !important;
    border: 0px;
    font-size: 14px !important;
    padding: 0px 10px 0px 26px !important;
}

.mega-menu-container-version ul li a::before {
    content: "";
    position: absolute;
    width: auto;
    left: 0px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 7px;
    background: url('../images/trans_arrow_visit_cyan.svg');
    background-repeat: no-repeat;
}

/* .megamenu-content .row.col-p20.no-gutters {
    padding-left: 65px;
} */

/* MEGA MENU ITEMS END */

/* Video banner */
.video-banner-item {
    z-index: 0;
    max-height: calc(100vh - 158px);
    position: relative;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

/*3D video section - apr 20/23*/
.map-wrapper {
    position: relative;
}

.map-wrapper img {
    max-width: 100%;
}

.map-wrapper>div>img {
    height: 65px;
}

.thumb-item1 {
    max-width: 250px;
    position: absolute;
    top: 7%;
    left: 40%;
    -webkit-transform: translateY(-7%) translateX(-40%);
    cursor: pointer;
}

.thumb-item2 {
    max-width: 250px;
    position: absolute;
    top: 40%;
    left: 14%;
    -webkit-transform: translateY(-40%) translateX(-14%);
    cursor: pointer;
}

.thumb-item3 {
    max-width: 250px;
    position: absolute;
    top: 38%;
    left: 53%;
    -webkit-transform: translateY(-38%) translateX(-53%);
    cursor: pointer;
}

.thumb-item4 {
    max-width: 250px;
    position: absolute;
    top: 89%;
    left: 36%;
    -webkit-transform: translateY(-89%) translateX(-36%);
    cursor: pointer;
}

.thumb-item5 {
    max-width: 250px;
    position: absolute;
    /* top: 7%;
    left: 15%;
    -webkit-transform:translateY(-7%) translateX(-15%); */
    top: 0%;
    left: 20%;
    -webkit-transform: translateY(0%) translateX(-20%);
    cursor: pointer;
}

.thumb-item6 {
    max-width: 250px;
    position: absolute;
    top: 55%;
    left: 18%;
    -webkit-transform: translateY(-55%) translateX(-18%);
    cursor: pointer;
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    position: absolute;
    font-size: 42px;
    top: 11px;
    left: 23px;
    color: #fff;
    line-height: normal;
}

@keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.1;
    }
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.1;
    }
}

.blnk2 .blink {
    right: 21px;
    left: auto;
}

.iframe-wrapper {
    position: relative;
    height: 100%;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: all .5s;
    visibility: hidden;
    z-index: 100000;
}

.video-wrapper.show {
    opacity: 1;
    visibility: visible;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(103, 48, 138, 0.5);
    color: #fff;
    padding: 12px;
    font-size: 1.25rem;
    line-height: normal;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s;
}

.popup-close:hover {
    background-color: #009de2;
}

/*.slide-frame:-webkit-scrollbar {
    width: 10px;
}
.slide-frame:-webkit-scrollbar-track {
    background-color: darkgrey;
}
.slide-frame:-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.slide-frame {
    scrollbar-color: #91ba3a #e0e0e0;
    scrollbar-width: thin;
}*/

@media (max-width: 1440px) {

    .thumb-item1,
    .thumb-item2,
    .thumb-item3,
    .thumb-item4,
    .thumb-item5,
    .thumb-item6 {
        max-width: 180px;
    }
}


@media (max-width: 1199px) {

    .thumb-item1,
    .thumb-item2,
    .thumb-item3,
    .thumb-item4,
    .thumb-item5,
    .thumb-item6 {
        max-width: 150px;
    }

    .slide-frame {
        max-height: 430px;
        overflow-y: scroll;
    }

    .blink {
        display: none;
    }
}

@media (max-width: 979px) {

    .thumb-item1,
    .thumb-item2,
    .thumb-item3,
    .thumb-item4,
    .thumb-item5,
    .thumb-item6 {
        max-width: 120px;
    }

    .blink {
        font-size: 30px;
        top: -1px;
        left: 9px;
    }

    .blnk2 .blink {
        right: 7px;
        left: auto;
    }
}

@media (max-width: 767px) {

    .thumb-item1,
    .thumb-item2,
    .thumb-item3,
    .thumb-item4,
    .thumb-item5,
    .thumb-item6 {
        max-width: 90px;
    }

    .blink {
        display: none;
    }

    .slide-frame {
        max-height: auto'';
        overflow-y: hidden;
        font-size: 0;
        padding: 45px 0;
        background-color: #009de2;
    }

    .iframe-wrapper iframe {
        z-index: 9;
    }

    .popup-close {
        background-color: rgb(145, 186, 58);
        z-index: 999;
    }

}

@media (max-width: 576px) {

    .thumb-item1,
    .thumb-item2,
    .thumb-item3,
    .thumb-item4,
    .thumb-item5,
    .thumb-item6 {
        max-width: 70px;
    }

}


@media (max-width: 400px) {
    .thumb-item5 {
        left: 10%;
        -webkit-transform: translateY(0%) translateX(-10%);
    }

    .thumb-item6 {
        left: 13%;
        -webkit-transform: translateY(0%) translateX(-13%);
    }

}

/*3D video section - apr 20/23*/

/* NOTFALL CSS START */
.cmsmasters_column_inner {
    width: 100%;
    position: relative;
    min-height: 1px;
}

.cmsmasters_icon_box {
    padding-left: 50px;
    border-width: 0px;
    color: rgba(58, 58, 58, 0.6);
    position: relative;
    vertical-align: middle;
    height: 100%;
}

.cmsmasters_icon_box:before {
    left: 21px;
    content: '';
    background: url(/typo3conf/ext/spt_package/Resources/Public/images/blue_EPZ_ICON_EMERGENCY.svg);
    width: 33px;
    height: 34px;
    display: flex;
    position: absolute;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    bottom: 50%;
    top: 50%;
}

.icon_box_inner h6 {
    font-size: 16px;
    margin-bottom: 7px;
}

.icon_box_inner .small_tag {
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 700;
    letter-spacing: normal;
}

.icon_box_inner .large_tag {
    font-size: 22px;
    margin-bottom: 0px;
    font-weight: 700;
    letter-spacing: normal;
}

.icon_box_inner h2 {
    font-size: 22px;
    margin-bottom: 0px;
}

.icon_box_inner span {
    color: #2a2d32;
    font-size: 22px;
}

.cmsmasters_column_inner_code {
    padding-top: 0px;
    padding-bottom: 0px;
}

.dezecard>:nth-child(odd) .cmsmasters_featured_block {
    background-color: #004a6f;
}

.dezecard>:nth-child(even) .cmsmasters_featured_block {
    background-color: #009de2;
}

.cmsmasters_featured_block {
    width: 100%;
    padding: 40px 40px 40px 40px;
    text-align: left;
    margin: 0 auto;
    position: relative;
}

.cmsmasters_featured_block p {

    padding: 0 0 20px;
    margin: 0;
}

.featured_block_text span.featured_block_text_head {
    color: #ffffff;
    font-size: 24px;
}

.featured_block_text span.featured_block_text_desc {
    color: #ffffff;
    font-size: 13px;
}

.text_ext_link {
    font-size: 18px;
    text-align: center;
}

.text_ext_link span {
    color: #009de2;
}

.featured_block_text_link {
    color: #fff !important;
    text-decoration: none;
    font-weight: normal !important;
}

.featured_block_text_link img {
    width: 19px;
    margin-left: 6px;
}

.hospital_ico_img {
    width: 51px;
    position: absolute;
    right: 15px;
    top: 12px;
}

/* .featured_block_text_link::after{
    content: "";
    position: absolute;
    width: auto;
    right: -21px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 14px;
    background: url('../images/trans_arrow_visit_white.svg');
    background-repeat: no-repeat;
} */
/* NOTFALL CSS END */
.menu_off_img {
    width: 40px;
}

/* Social icon start */
.nav-main-classic.search-nav {
    height: 124px;
    margin: 0 !important;
}

.social_loc_a {
    position: relative;
    height: 124px;
    width: 62px;
    pointer-events: none;
}

.social_loc_a .img-org,
.social_loc_a .img-hover {
    position: absolute;
}

header .navbar .navbar-nav>li.dropdown.search-nav:hover .nav-item-classic {
    right: 0 !important;
    left: auto !important;
}

.theme-social-drop ul {
    columns: 2;
}

/* .theme-social-drop ul li a{
    text-align: center;
} */
.theme-social-drop img {
    margin-right: 12px;
}

.theme-social-drop ul li {
    min-height: 57px;
    display: flex;
    align-items: center;
}

.nav-main-classic.search-nav img {
    width: 22px;
}

footer .theme-social-drop {
    display: none;
}

@media (max-width: 576px) {
    footer .theme-social-drop {
        display: block !important;
        position: absolute;
        bottom: 33px;
        top: inherit;
        float: none;
        padding-left: 21px;
        left: auto;
        right: 0;
    }

    footer .theme-social-drop img {
        margin-right: 12px;
        background-color: azure;
        padding: 12px;
        width: 47px;
        height: 49px;
    }

    footer .social_text {
        display: none;
    }

    footer .theme-social-drop ul {
        columns: 1;
    }
}

/* social icon end */
/* Team page banner start */
.tx-fakt-teammanager .carousel.slide .bann {
    min-height: 500px;
}

.tx-fakt-teammanager .carousel.slide .banner-caption {
    width: 40%;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 99;
    text-align: left;
    background-color: #009de2bf;
    padding: 66px 0px;
}

.tx-fakt-teammanager .carousel.slide .banner-caption h1 {
    font-size: 33px;
    color: #fff !important;
    margin-bottom: 0;
    padding-left: 80px;
}

@media (max-width: 992px) {
    .tx-fakt-teammanager .carousel.slide .banner-caption {
        width: 100%;
        bottom: 0;
    }
}

/* Team page banner end */

/* File upload start */
.form-group {
    width: 100%;
}

/* File upload end */
/* search popup start */
.search-icon {
    font-size: 1.25rem;
    color: #888;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.search-icon:focus {
    outline: 2px solid #bebebe !important;
    outline-offset: 2px;
}
.search-container {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: flex;
    align-items: self-start;
    justify-content: center;
    padding: 1rem;
    padding-top: 96px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.search-container.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.search-row {
    width: 100%;
    max-width: 42rem;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgb(0 74 111 / 98%);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 32px 0px, rgba(255, 255, 255, 0.15) 0px 1px 0px 0px inset;
}

.search-input-block {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.search-row form.menu-search {
    width: 100%;
}

.search-row form .form-control::placeholder {
    color: oklab(0.999994 0.0000455678 0.0000200868 / 0.5);
    opacity: 1;
}

.search-row form input {
    flex: 1;
    font-size: 1.125rem;
    outline: none;
    background: transparent;
    color: #ffffff;
    border: 0px;
}

.search-row form .form-control:focus {
    background-color: transparent;
    color: #ffffff;
}

.search-input {
    width: 300px;
    height: 30px;
    padding: 5px;
    font-size: 16px;
}

.search-input:focus {
    outline: none;
}

.search-close {
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 8px;
    display: flex;
    align-items: center;
}

.search-close:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.search-close img {
    width: 24px;
    height: 24px;
}

.search-close img.search-filter-img {
    width: 16px;
    height: 16px;
}

.search-bar-icon {
    width: 20px;
    height: 20px;
}

.search-info {
    padding: 2rem 1rem;
    text-align: center;
}

.search-note {
    font-size: 0.875rem;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.7);
}

.popular-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.popular-icon {
    width: 16px;
    height: 16px;
    opacity: 0.5;
}

.popular-title {
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}

.popular-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.tag-btn {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.tag-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.tag-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.shortcut-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
    font-size: 0.75rem;
    color: #6b7280;
}

.shortcut-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.shortcut-group {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.shortcut-key {
    padding: 0.125rem 0.5rem;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-family: inherit;
    color: oklch(0.551 0.027 264.364);
}

.shortcut-label {
    margin-left: 0.25rem;
}


.search-container .form-control {
    height: calc(2.25rem + 11px);
}

.search-container .input-group i {
    font-size: 22px;
}

@media(max-width:768px) {
    .search-container .input-group {
        width: 467px;
    }
}

@media(max-width:576px) {
    .search-container .input-group {
        width: 267px;
    }
}

/* search popup end */

/* Divider line start */
.frame-space-before-extra-small,
.frame-space-before-small,
.frame-space-before-medium,
.frame-space-before-large,
.frame-space-before-extra-large,
.frame-space-after-extra-small,
.frame-space-after-small,
.frame-space-after-medium,
.frame-space-after-large,
.frame-space-after-extra-large {
    flex: 0 0 100%;
}

/* Divider line end */
/* search page button start */
.tx-indexedsearch-searchbox-button {
    background: #004a6f;
    width: 91px;
    height: 31px;
    font-size: 16px;
    margin: 16px 0px;
    color: white;
    cursor: pointer;
    border: 0;
}

.search_modal_icon {
    width: 23px;
    height: auto;
}

.offcanvas__search .search_modal_icon {
    margin: -7px;
}

/* search page button end */

/* form button start */
.form-navigation .btn-toolbar {
    margin-top: 35px;
}

/* Slider banner section start */
.banner-main .right-wrap.slider_ext {
    right: 0;
    bottom: 0;
    left: auto;
}

.banner-main .right-wrap.slider_ext .wrap-green-content h4 {
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif !important;
    letter-spacing: 1px;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}

.banner-main .right-wrap.slider_ext {
    background: #009de2bf;
    height: 153px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 0 !important;
    width: 45% !important;
    left: auto;
}

.banner-main .right-wrap.slider_ext .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-main .right-wrap.slider_ext .right-icon-img-wrap {
    /* height: 153px; */
    height: 100%;
    width: 100%;
    position: relative;
}

.banner-main .right-wrap.slider_ext .container .row {
    width: 100%;
}

.banner-main .right-wrap.slider_ext .wrap-smallicon-right-img {
    bottom: 0;
    right: 10px;
}

@media(max-width:768px) {
    .banner-main .right-wrap.slider_ext {
        width: 100% !important;
    }

    .banner-main .right-wrap.slider_ext .right-icon-img-wrap {
        width: 100%;
    }
}

/* Slider banner section end */

/* userway start */
.user_way_logo {
    background: #004a6f;
    border-radius: 50px;
    width: 30px;
    height: auto;
    margin-right: 19px;
    cursor: pointer;
}

#accessibilityWidget2.user_way_logo {
    background: #fff;
}

.user_way_widget {
    /* padding: 52px 10px; */
    padding: 75px 20px 29px;
    position: relative;
}

/* userway end */
/* Without banner top start */

.banner_toph {
    margin-top: 170px;
    border-top: 1px solid #f2f2f2c7;
}

@media(max-width:991px) {
    .banner_toph {
        margin-top: 108px;
    }
}

@media(max-width:576px) {
    .banner_toph {
        margin-top: 103px;
    }
}

/* Without banner top end */

/* Team page colors start */
.team-main .categories ul button.button.is-checked {
    color: #009de2 !important;
}

.team-main.feature-boxt .thumbnail .caption h3 .family-name,
.tx-fakt-teammanager .right-text h3 .family-name {
    font-weight: 600;
    color: #009de2 !important;
}

/* Team page colors end */

/* Footer banner new design start */
.footer_banner img {
    object-fit: cover;
    width: 100%;
}

.footer_banner .frame {
    width: 100%;
}

/* Footer banner new design end */
/* Counter issue start */
.counter-work-status .col-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 22px 0px;
    color: #004a6f;
    ;
}

.counter-work-status .col-center .counter-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.counter-work-status .col-center .icon-counter-wrap {
    padding-bottom: 19px;
}

.counter-work-status .col-center .counter-value {
    font-size: 29px;
    font-weight: 400;
    padding-bottom: 10px;
}

/* Counter issue end */
/* Accordin section style start*/
.bg-grey.py-5 {
    margin-bottom: 3rem !important;
}

/* Accordin section style end*/
/* Burger nav icon postion start */
/* .burger_nav_search {
    padding: 75px 0px 24px 0px;
}

@media(max-width:992px) {
    .burger_nav_search {
        padding: 0px;
    }
} */

/* Burger nav icon postion end */
/* text with sidebar border start*/
h1.wrap-left-border-text {
    font-weight: 900 !important;

}

/* text with sidebar border end*/
/* .section_hover{
    display: block !important;
    padding: 0px 10px !important;
    width: 345px !important;
    top: 100%;
    right: 0 !important;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #f6eeee;
    border-radius: 2px;
    box-shadow: none;
    background-clip: padding-box;
} */
/* info button css */
li.nav-item.dropdown.pl-md-0.ml-0.nav-main-classic.search-nav {
    /* width: 123px; */
    display: flex;
    justify-content: center;
}

header .navbar .navbar-nav>li.dropdown.search-nav:hover .nav-item-classic {
    right: 0 !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
}

/* info button css */
/* Hover effects for links */
/* main a,
.detailed-info-wrapper,
a.link_animate {
    box-shadow: inset 0 0 0 0 #009de2;
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .7s ease-in-out, box-shadow .8s ease-in-out;
    text-decoration: none;
    font-weight: 600 !important;
    white-space: normal;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
} */

main a strong,
.detailed-info-wrapper a strong,
.link_animate strong {
    font-weight: 600 !important;
}

/* 
main a:hover,
.detailed-info-wrapper a:hover,
.link_animate:hover {
    color: #fff !important;
    box-shadow: inset 1000px 0 0 0 #009de2;
}

main .team-main a,
main .tx-spt-eventmanager a,
.blogsocial-share a,
.news-timeline a,
.team-content a,
.kesearch_pagebrowser a,
a.video_btn,
a.work-item-inner {
    box-shadow: inset 0 0 0 0 #009de2;
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .7s ease-in-out, box-shadow .8s ease-in-out;
    text-decoration: none;
    font-weight: 600 !important;
    white-space: normal;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
} */

h3.title-small {
    font-size: 30px;
}

main a strong {

    font-weight: 600 !important;
}

/* main .team-main a:hover {
    color: #fff !important;
    box-shadow: inset 1000px 0 0 0 #009de2;
} */
/* 
.ce-gallery a:hover,
.accordion a:hover,
.team-main a:hover,
.team-detail-wrap a:hover,
.banner-menu a:hover,
.blogsocial-share a:hover,
.news-timeline a:hover,
.team-content a:hover,
a.video_btn:hover,
.wrap-box-content a:hover,
a.work-item-inner:hover,
.wrap-all-div-frame a:hover,
.card-link:hover,
.subnav-wrapper a:hover,
.subnav-wrapper a {
    box-shadow: none !important;
} */

.team-content a:hover {
    color: #004a6f !important;
}

.dropdown-menu a:hover {
    color: #009de2 !important;
}

.nav-item.dropdown a:hover {
    color: #fff !important;
}

.banner-gradient-header.sticky-header.sticky .nav-item.dropdown a:hover {
    color: #004a6f !important;
}

.nav-item.dropdown .mega_right_block a.visit_page:hover {
    color: #fff !important;
}

.nav-item.dropdown a.visit_page:hover {
    color: #004a6f !important;
}

/* Hover effects for links */
/* Navigation ipad fix start */
/* @media only screen and (min-width: 993px) and (max-width: 1120px) {
    header .navbar .navbar-nav>li.dropdown .nav-link {
        padding: 75px 4px 29px !important;
    }
} */
/* header .navbar .navbar-nav>li.dropdown .nav-link.search-nav {
    padding: 75px 20px 29px !important;
} */
/* Navigation ipad fix end */
/* Event page blog share icon start */
.blogshare-img {
    width: 33px;
    height: 33px;
    background-color: #009de2;
    padding: 8px;
    cursor: pointer;
}

.tx-spt-eventmanager .sub-ic {
    color: #009de2;
    font-weight: 700;
}

.tx-spt-eventmanager .sub-ic {
    color: #009de2;
    font-weight: 700;
}

.tx-spt-eventmanager .cal-all p {
    padding-top: 20px;
}

.tx-spt-eventmanager .sub-ic img {
    margin-left: 18px !important;
    height: 28px;
}

.tx-spt-eventmanager .sub-ic:hover img {
    transform: translateX(6px);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    cursor: pointer;
}

.tx-spt-eventmanager .buttonLink img {
    border: 1px solid #e4e2e2;
}

.tx-spt-eventmanager .sub-ic .buttonLink img {
    border: none !important;
}

.location-wrapper .leaflet-top {
    z-index: 998;
}

.news-timeline li {
    list-style: none;
}

/* Event page blog share icon end */
/* News Blog section start */
.news-backlink-wrap {
    text-align: right;
    margin-top: 45px;
}

.news-backlink-wrap a {
    padding: 10px 15px 10px 35px;
    background-color: transparent;
    color: #004a6f;
    margin: 0;
    white-space: nowrap;
    position: relative;
    font-size: 21px;
    font-weight: 500;
}

.news-single .news-img-wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 12px;
    margin-bottom: 35px;
}

.news-single time {
    color: #18303b;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.news-single h3 {
    color: #004a6f;
    font-weight: 700;
}

.news-backlink-wrap a::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    bottom: 0;
    margin: auto;
    width: 23px;
    height: 24px;
    background: url(../images/arrow-left.svg);
    background-repeat: no-repeat;
    transform: translateY(-50%);
    background-size: 27px;
}

.news-backlink-wrap a:hover {
    text-decoration: none;
}

.news-single .news-backlink-wrap a:hover::before {
    left: -10px;
    -webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    -ms-transition: left 0.5s ease-in-out;
    cursor: pointer;
}

.news-block .team-content .team-block {
    margin-bottom: 30px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.news-block .team-content .team-block .team-detail {
    padding: 30px 0px;
    position: relative;
}


.news-block .team-content .team-block .team-detail::after {
    display: none;
}

.news-block .team-content .team-block .team-detail h3 {
    color: #004A6F;
    font-weight: 700;
    font-size: 18px;
}

.news-block .team-content .team-block .team-detail .team-head img {
    width: 25px;
}

.news-block .team-content .team-block .team-detail .team-head:hover img {
    transform: translateX(6px);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    cursor: pointer;
}

.news-img-wrap .mediaelement img {
    max-width: 100%;
    height: auto;
    border-radius: 30px;
}

.news-single span.news-list-category {
    color: rgb(0, 74, 111);
    background: rgba(0, 74, 111, 0.05);
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid rgba(0, 74, 111, 0.333);
    font-weight: 400;
    cursor: pointer;
    height: 35px;
    font-size: 14px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    min-width: 80px;
    justify-content: center;
}

.video_btn::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 26px;
    height: 24px;
    background: url(../images/EPZ_video.svg);
    background-repeat: no-repeat;
}

.video_btn {
    padding-left: 45px !important;
    background: #fff !important;
    font-size: 1.25rem;
    color: #009de2 !important;
}

.video_btn:hover,
.video_btn:focus {
    background: #fff !important;
    color: #009de2 !important;
}

/* News Blog section end */
/* Search page design start */
.tx-indexedsearch-form .tx-indexedsearch-searchbox-sword {
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height: 35px;
    border-radius: 3px;
    width: 300px;
}

.tx-indexedsearch-form label {
    display: none;
}

.tx-indexedsearch-form .tx-indexedsearch-searchbox-sword:focus-visible {
    outline: none;
}

.tx-indexedsearch-rules h2 {
    font-size: 24px;
}

.tx-indexedsearch-browsebox {
    display: flex;
    gap: 14px;
}

.tx-indexedsearch-browsebox ul li {
    list-style: none;
}

/* Search page design end */

/* KE SEARCH START */
div.kesearchbox {
    position: relative;
    height: 45px !important;
    margin: 0 0 16px 0 !important;
}

#ke_search_sword {
    padding: 0.75rem 1rem !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 0.75rem;
    font-size: 1rem;
    width: 100% !important;
    outline: none;
}

#ke_search_sword:focus {
    border: 1px solid #009de2;
    outline: none;
}

.search-container #ke_search_sword,
.search-container #ke_search_sword:focus {
    width: auto !important;
    position: relative !important;
}

.submitbutt input {
    color: #fff !important;
    padding: 5px 10px;
    background-color: #004a6f !important;
    min-width: 200px !important;
    height: 38px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.resetButton {
    background-color: #004a6f !important;
    color: #fff !important;
    font-weight: 100 !important;
    min-width: 200px !important;
    height: 39px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    padding: 0.75rem 1rem !important;
    border-radius: 0.75rem !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
    color: #fff !important;
    font-size: 14px !important;
}

span.submitbutt input {
    padding: 0.75rem 1rem !important;
    border-radius: 0.75rem !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff !important;
    font-size: 14px !important;
}

.menu-search .btn {
    background-color: transparent;
    border: 1px solid #ffffff5c;
    border-radius: 7px;
}

.menu-search .btn:hover {
    background-color: #004a6f;
    border: 1px solid #009de2;
}

.kesearch_pagebrowser ul li {
    padding: 10px;
}

.input-group-append .fa.fa-search {
    display: none;
}

/* KE SEARCH END */

/* Much white space */

@media(max-width:1200px) {

    section.white_space .ce-right .ce-gallery {
        float: none;
    }
}

/* Mega menu in small lap tops */
@media(max-width:1600px) {
    .megamenu-content {
        height: calc(100vh - 196px);
        overflow-y: auto;
        overflow-x: hidden;
    }
}

/* spt_listing */
.filtering {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .filtering {
        flex-direction: column;
    }

    .filtering .sm-title-block {
        margin-bottom: 20px;
    }
}

.filtering .filtering-wrap {
    position: relative;
    text-align: end;
}

.filtering .filtering-wrap .filtering {
    margin-bottom: -2px;
}

.filtering .filtering-wrap .filtering button {
    color: #009de2;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    transition: all 100ms ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: none;
    border: none;
    outline: none;
    font-weight: 600;
}

.filtering .filtering-wrap .filtering button:not(:last-of-type) {
    margin-right: 10px;
}

.filtering .filtering-wrap .filtering button:not(:last-of-type):after {
    content: "/";
    padding-left: 10px;
}

.filtering .filtering-wrap .filtering button.active {
    color: #009de2;
    letter-spacing: 1.5px;
}

.filtering button.is-checked,
.filtering button.is-checked.active {
    color: #009de2;
    font-weight: 700;
    letter-spacing: 1.5px;

}

.filtering button.is-checked:focus {
    outline: none;
}

.work-item:hover a,
.work-item:hover p {
    color: #fff !important;
}

@media only screen and (max-width: 575px) {
    .work-item .view-project {
        justify-content: flex-start;
    }
}

.work-item.work-item-list {
    transition: all 0.4s ease-out;
}

@media only screen and (max-width: 575px) {
    .work-item.work-item-list {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.work-item.work-item-list .line {
    -webkit-clip-path: none;
    clip-path: none;
    left: 0;
    background-color: #f1f1f1;
}

.work-item.work-item-list .line.line-top {
    top: 0;
}

.work-item.work-item-list .line.line-bottom {
    top: auto;
    bottom: 0;
}

@media only screen and (max-width: 575px) {
    .work-item.work-item-list .p-large {
        font-size: 27px;
    }
}

.work-item.work-item-list .work-item-inner {
    grid-template-columns: 0.5fr 2fr 0.5fr;
    display: grid;

}

.work-item.work-item-list .work-item-inner p {
    color: #000;
    font-weight: 400;

}

.d-grid:not(.d-grid-no-space) {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
}

@media only screen and (max-width: 991px) {
    .work-item.work-item-list .work-item-inner {
        grid-template-columns: 1fr 2fr 0.5fr;
    }
}

@media only screen and (max-width: 575px) {
    .work-item.work-item-list .work-item-inner {
        grid-template-columns: auto;
        grid-row-gap: 15px;
    }
}

.work-item.work-item-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 100%;
    width: 100%;
    background-color: #009de2;
    transition: all 0.4s ease-out;
}

.work-item.work-item-list .box-img {
    right: 266px;
    bottom: 0;
    height: 230px;
    width: 200px;
    transition: all 0.4s ease-out;
    transform: translateY(30px);
    opacity: 0;
}

@media only screen and (max-width: 575px) {
    .work-item.work-item-list .box-img {
        right: 15px;
    }
}

.work-item.work-item-list:hover,
.work-item.work-item-list.active {
    padding-left: 20px;
    padding-right: 20px;
}

.work-item.work-item-list:hover::before,
.work-item.work-item-list.active::before {
    content: "";
    position: absolute;
    background-color: #009de2;
    bottom: 0;
}

.work-item.work-item-list:hover .box-img,
.work-item.work-item-list.active .box-img {
    opacity: 1;
    transform: translateY(0);
}

.work-item.work-item-list-style-2 .work-item-inner {
    grid-template-columns: 200px 2fr;
}

@media only screen and (max-width: 767px) {
    .work-item.work-item-list-style-2 .work-item-inner {
        grid-template-columns: auto;
    }
}

.work-item.work-item-list-style-2 .box-img {
    right: auto;
    bottom: auto;
    height: 140px;
    width: 200px;
    transition: all 0.4s ease-out;
    transform: translateY(0);
    opacity: 1;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .work-item.work-item-list-style-2 .box-img {
        width: 100%;
        height: auto;
    }
}

.work-item.work-item-list-style-2 .box-img img {
    border-radius: 5px;
}

@media only screen and (max-width: 575px) {
    .work-item.work-item-list-style-2 .box-img {
        right: 0;
    }
}

.work-item.work-item-list-style-2 .metas span {
    margin-right: 0;
}

.work-item.work-item-list-style-2::before {
    content: "";
    position: absolute;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: #009de2;
    transition: all 0.4s ease-out;
}

.work-item.work-item-list-style-2:hover,
.work-item.work-item-list-style-2.active {
    padding-left: 30px;
    padding-right: 30px;
}

.work-item.work-item-list-style-2:hover::before,
.work-item.work-item-list-style-2.active::before {
    content: "";
    position: absolute;
    background-color: #009de2;
    left: 0;
    width: 100%;
}

.work-item.work-item-list-style-2:hover .box-img,
.work-item.work-item-list-style-2.active .box-img {
    opacity: 1;
    transform: translateY(0);
}

.cover-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.line {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 100%;
    -webkit-clip-path: inset(0 30px 0 30px);
    clip-path: inset(0 30px 0 30px);
    background-color: rgba(255, 255, 255, 0.2);
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.sm-title-block {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    color: #004a6f;
}

.our-work.section-margin {
    padding: 120px 0px;
}

.view-project.dsn-up,
.metas.dsn-up span {
    text-transform: uppercase;
    font-weight: 500;
}

.mb-section {
    margin-bottom: 120px;
}

/* Team details swap icons start */
.icon-in-team li:nth-child(1) {
    order: 2;
}

.icon-in-team li:nth-child(2) {
    order: 1;
    width: auto !important;
    padding-left: 0;
}

/* Team details swap icons start */
/* spt_listing */
/* Mega menu in small lap tops */

/* Much white space */

/* Contact form field push left */

/* Contact form field push left */

/* td {
    min-width: 200px;
} */
.dropdown-menu.megamenu-content {
    /* left: 80px;
    right: 80px; */
    left: 0px;
    right: 0px;
    overflow-x: hidden;
}

body .uwy.userway_p1 .uai {
    top: 13px;
    right: auto;
    bottom: auto;
    left: calc(100vw - 21px);
    transform: translate(-100%);
    display: none;
}

.mb_userway .user_way_widget {
    padding: 15px 14px 15px;
    position: relative;
}

.mb_userway .user_way_widget span {
    font-size: 16px !important;
    color: #004a6f;
}

.mb_userway .user_way_widget .user_way_logo {
    margin-right: 2px;
    width: 25px;
}

/* video gallery */
@media(max-width:768px) {
    .tx-fakt-ytvideo {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* Form start */
.powermail_fieldset {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 10px;
}

.powermail_fieldset input,
.powermail_fieldset textarea {
    width: 100%;
}

.powermail_fieldwrap_type_textarea,
.powermail_fieldwrap_type_captcha {
    grid-column: 1 / -1;
}

.powermail_fieldwrap_type_captcha input {
    width: 390px;
}

.powermail_fieldwrap_type_captcha .powermail_field {
    display: flex;
    flex-flow: column;
}

.powermail_fieldwrap_type_captcha .powermail_field {
    display: flex;
    flex-flow: column;
}

.powermail_fieldwrap_type_captcha .powermail_field input {
    order: 2;
    width: fit-content;
}

.powermail_fieldwrap_type_captcha .powermail_field img {
    order: 1;
    width: fit-content;
    margin-bottom: 13px;
}

.powermail_fieldwrap_type_captcha .powermail_field div {
    order: 3;
}

@media(max-width:576px) {
    .powermail_fieldset {
        grid-template-columns: repeat(1, 100%);
    }
}

.powermail_field input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.powermail_field textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.powermail_submit {
    background-color: #004a6f !important;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    width: 235px !important;
    cursor: pointer;
}

.powermail_submit:hover {
    background-color: #045781 !important;
    color: #fff !important;
}

.tx-powermail .powermail_fieldset .powermail-errors-list {
    background-color: transparent !important;
    border: none !important;
}

.tx-powermail .powermail_fieldset .powermail-errors-list>li {
    color: red !important;
    font-size: 14px;
    padding-left: 0px;
}

.tx-powermail .powermail_fieldset .powermail_field_error,
.tx-powermail .powermail_fieldset div.error {
    background-color: #ededed;
    color: #A94442;
}

.tx-powermail input:focus-visible,
.tx-powermail textarea:focus-visible {
    outline: none;
}

.tx-powermail .powermail_fieldset .powermail-errors-list.filled {
    margin-bottom: 0px;
}

.powermail_fieldwrap {
    margin-bottom: 16px;
}

/* Form end */
/* Remove after stage */
.offcanvas__search form,
.sidebar_nav_web,
.lang-menu_mob {
    display: none;
}

/* Remove after stage */
/* inner banner update */
.half-left {
    height: 400px;
}

.half-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-main .right-wrap.slider_ext {
    width: 100% !important;
    height: 100%;
}

.banner-main.img-left-frame.right-img-icon.img-general.row {
    min-height: 400px;
}

@media(max-width: 767.9px) {
    .banner-main .right-wrap.slider_ext {
        min-height: 120px;
        position: relative;
    }
}

/* feedback responsive */
iframe#iframeX6D3A1V8A8F1F9Y6J {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-width: 300px;
    height: 600px;
    aspect-ratio: 16 / 9;
}

/* side section */
.section-bg-left.banner-two-col .img-banner-col-wrap,
.img-text-container.banner-two-col .img-banner-col-wrap {
    background-color: #009ee3;
}

.section-bg-left.banner-two-col .img-banner-col-wrap .content-wrapbackground h2,
.img-text-container.banner-two-col .img-banner-col-wrap .content-wrapbackground h2 {
    font-size: 47px;
    color: #fff;
    margin-bottom: 12px;
    text-align: center;
}

.section-bg-left.banner-two-col .img-banner-col-wrap .content-wrapbackground h3,
.img-text-container.banner-two-col .img-banner-col-wrap .content-wrapbackground h3 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    width: 50%;
    margin: auto;
    margin-top: 85px;
    margin-bottom: 25px;
}

.section-bg-left.banner-two-col .img-banner-col-wrap .content-wrapbackground .logo-in-banner img {
    max-width: 87px;
    width: 87px;
    height: 87px;
}

.banner-two-col .img-banner-col-wrap .content-wrapbackground .logo-in-banner img {
    max-width: 87px;
    width: 87px;
    height: 87px;
    margin: 0px !important;
}

.banner-two-col .img-banner-col-wrap .content-wrapbackground .content-left-banner>img {
    max-width: 152px;
    margin: 0px;
}

.banner-two-col .img-banner-col-wrap .content-wrapbackground p,
.img-text-container.banner-two-col .img-banner-col-wrap .content-wrapbackground p {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

@media (max-width: 1380px) {
    .banner-two-col .content-left-banner h1 {
        font-size: 56px;
    }
}

@media (max-width: 1300px) {

    .section-bg-left.banner-two-col .img-banner-col-wrap .content-wrapbackground h3,
    .img-text-container.banner-two-col .img-banner-col-wrap .content-wrapbackground h3 {
        width: 70%;
    }

    .banner-two-col .content-left-banner h1 {
        font-size: 51px;
    }
}

@media (max-width: 1200px) {

    .section-bg-left.banner-two-col .img-banner-col-wrap .content-wrapbackground h3,
    .img-text-container.banner-two-col .img-banner-col-wrap .content-wrapbackground h3 {
        width: 90%;
        margin-top: 55px;
        font-size: 28px;
    }

    .section-bg-left.banner-two-col .img-banner-col-wrap .content-wrapbackground h2,
    .img-text-container.banner-two-col .img-banner-col-wrap .content-wrapbackground h2 {
        margin-top: 12px;
        font-size: 40px;
    }

    .banner-two-col .content-left-banner h1 {
        font-size: 45px;
    }
}

@media (max-width: 1100px) {
    .banner-two-col .content-left-banner h1 {
        font-size: 40px;
    }

    .section-bg-left.banner-two-col .img-banner-col-wrap .content-wrapbackground h2,
    .img-text-container.banner-two-col .img-banner-col-wrap .content-wrapbackground h2 {
        font-size: 38px;
    }
}

@media (max-width: 992px) {
    .banner-two-col .content-left-banner h1 {
        font-size: 36px;
    }

    .section-bg-left.banner-two-col .img-banner-col-wrap .content-wrapbackground h2,
    .img-text-container.banner-two-col .img-banner-col-wrap .content-wrapbackground h2 {
        font-size: 34px;
    }

    .section-bg-left.banner-two-col .img-banner-col-wrap .content-wrapbackground h3,
    .img-text-container.banner-two-col .img-banner-col-wrap .content-wrapbackground h3 {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {

    .section-bg-left.banner-two-col .img-banner-col-wrap .content-wrapbackground h3,
    .img-text-container.banner-two-col .img-banner-col-wrap .content-wrapbackground h3 {
        margin-top: 25px;
    }
}

@media (max-width: 385px) {
    .banner-two-col .content-left-banner h1 {
        font-size: 29px;
        letter-spacing: -1px;
    }

    .section-bg-left.banner-two-col .img-banner-col-wrap .content-wrapbackground h2,
    .img-text-container.banner-two-col .img-banner-col-wrap .content-wrapbackground h2 {
        font-size: 27px;
    }

    .section-bg-left.banner-two-col .img-banner-col-wrap .content-wrapbackground h3,
    .img-text-container.banner-two-col .img-banner-col-wrap .content-wrapbackground h3 {
        font-size: 25px;
    }
}

.wrap-box-content a {
    padding: 0px;
    margin: 0px;
}

.wrap-box-content .col-12.col-lg-4 {
    padding: 12px;
}

.wrap-box-content .wrap-light-box::after,
.wrap-box-content .wrap-light-box:hover::before {
    content: ' ';
    background-image: url(/typo3conf/ext/spt_package/Resources/Public/Icons/EPZ_Arrow_150A.svg);
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 20px;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    height: 100%;
    top: 0;
    bottom: 0;
}

ul.dropdown-menu.second.nav-item-classic {
    grid-template-columns: 1fr;
}

/* Website counter */
.counter-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    padding: 0px;
}

.counter-wrap .counter-work-status {
    width: 100%;
    margin-top: 0px !important;
}

.counter-wrap h2.ce-headline-center {
    color: #fff;
    margin-top: 70px;
}

.counter-work-status .col-center .counter-value {
    color: #fff;
    font-size: 40px;
}

.counter-wrap h5 {
    color: #fff;
}

.section.section.counter-wrap {
    position: relative;
}

.counter-wrap .col-12.col-lg-4.col-center {
    margin: 0px !important;
}

.section.section.counter-wrap header {
    z-index: 1;
}

.section.section.counter-wrap::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

/* banner menu figma */
.info-card {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(1rem);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    padding: 0.5rem;
    position: relative;
    top: -36px;
    display: none;
}

@media(max-width: 576.9px) {
    .info-card {
        top: 22px;
    }
}

.info-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .info-grid {
        grid-template-columns: repeat(2, 1fr);
        top: -50px;
    }
}

@media (min-width: 1024px) {
    .info-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.info-grid li a {
    display: block;
    position: relative;
    padding: 2rem 4.5rem;
    font-size: 13px;
    font-weight: 700;
    color: #004a6f;
    text-decoration: none;
    transition: background-color 0.3s;
}

.info-grid li a:hover {
    background-color: rgba(0, 74, 111, 0.05);
    box-shadow: none;
    color: #004a6f !important;
}

.info-grid li a::before,
.info-grid li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s, opacity 0.3s;
}

.info-grid li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    background-color: #004a6f !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 1.25rem !important;
    transition: background-color 0.5s, transform 0.5s;
}

.info-grid li a::after {
    right: 1rem;
    width: 0.875rem;
    height: 0.875rem;
    background-image: url("/typo3conf/ext/spt_package/Resources/Public/images/arrow-n-right.svg");
}

.info-grid li a:hover::before {
    background-color: #004a6f;
    transform: translateY(-50%) scale(1.1);
}

.info-grid li a:hover::after {
    background-image: url("/typo3conf/ext/spt_package/Resources/Public/images/arrow-h-right.svg");
    transform: translate(0.25rem, -50%);
}

.info-grid li:nth-child(1) a::before {
    background: url("/typo3conf/ext/spt_package/Resources/Public/images/surgery-1.svg") no-repeat;
}

.info-grid li:nth-child(2) a::before {
    background: url('/typo3conf/ext/spt_package/Resources/Public/images/surgery-2.svg') no-repeat;
}

.info-grid li:nth-child(3) a::before {
    background: url('/typo3conf/ext/spt_package/Resources/Public/images/surgery-3.svg') no-repeat;
}

.info-grid li:nth-child(4) a::before {
    background: url('/typo3conf/ext/spt_package/Resources/Public/images/surgery-4.svg') no-repeat;
}

@media only screen and (min-width: 1800px) {
    .container {
        max-width: 1750px;
    }
}

.banner-gradient-view.banner-main.img-gradient-wrap {
    min-height: 450px;
    margin-top: 192px;
    width: 100%;
}

@media only screen and (max-width: 1400px) {
    .banner-gradient-view.banner-main.img-gradient-wrap {
        margin-top: 186px;
        width: 100%;
    }
}

.banner-gradient-header {
    background-color: #fff
}

.banner-gradient-header.sticky-header.sticky {
    background-color: #fff
}

.banner-gradient-view.banner-main.img-gradient-wrap .right-wrap {
    /* background: linear-gradient(107deg,#004a6f 0% 34%,#004a6f91 47%,#004a6f85,#004a6f70,#004a6f52,#004a6f33,#004a6f1a,#004a6f08 98%,#0000),linear-gradient(#004a6f 0% 7%,#004a6f7a 26%,#004a6f3d 32%,#0000 80%); */
    background: linear-gradient(107deg, #004a6f 0% 34%, #004a6f91 47%, #004a6f85, #004a6f70, #004a6f52, #004a6f33, #004a6f1a, #004a6f08 70%, #0000), linear-gradient(#004a6f 0% 7%, #004a6fb3 14%, #004a6f14 22%, #00000000 45%);
    height: 100%;
    width: 100%;
    padding: 0;
    color: #fff;
    position: absolute;
    inset: 0;
    z-index: 20;
    display: flex;
    align-items: end;
}

.banner-gradient-view.banner-main.img-gradient-wrap .left-wrap {
    display: none;
}

header.banner-gradient-header .navbar .navbar-nav>li .nav-link,
header.banner-gradient-header .navbar .navbar-nav>li:hover .nav-link,
header.banner-gradient-header .info-trigger,
header.banner-gradient-header .lang-trigger,
header.banner-gradient-header .nav_top_menu a {
    color: #fff
}

.banner-gradient-header.sticky-header.sticky .info-trigger:hover .info-label,
.banner-gradient-header.sticky-header.sticky .lang-dropdown:hover .lang-label,
.banner-gradient-header.sticky-header.sticky .nav_top_menu li:hover a {
    color: #fff
}

.banner-gradient-header.sticky-header.sticky .navbar .navbar-nav>li .nav-link,
.banner-gradient-header.sticky-header.sticky .navbar .navbar-nav>li:hover .nav-link,
.banner-gradient-header.sticky-header.sticky .info-trigger,
.banner-gradient-header.sticky-header.sticky .lang-trigger,
.banner-gradient-header.sticky-header.sticky .nav_top_menu a {
    color: #004a6f
}

header.banner-gradient-header .top-logo-row,
header.banner-gradient-header .nav_top_menu {
    border-bottom: 0
}

header.banner-gradient-header .info-trigger:hover img,
header.banner-gradient-header .info-trigger[aria-expanded="true"] img,
header.banner-gradient-header .info-trigger img,
header.banner-gradient-header .info-trigger[aria-expanded="false"] img,
header.banner-gradient-header .lang-icon,
header.banner-gradient-header .lang-dropdown .user_way_logo,
header.banner-gradient-header .openbtn img {
    filter: brightness(0) saturate(100%) invert(90%) sepia(0%) saturate(7500%) hue-rotate(65deg) brightness(114%) contrast(111%);
}

.banner-gradient-header.sticky-header.sticky .info-trigger:hover img,
.banner-gradient-header.sticky-header.sticky .info-trigger[aria-expanded="true"] img,
.banner-gradient-header.sticky-header.sticky .info-trigger img,
.banner-gradient-header.sticky-header.sticky .info-trigger[aria-expanded="false"] img,
.banner-gradient-header.sticky-header.sticky .lang-icon,
.banner-gradient-header.sticky-header.sticky .lang-dropdown .user_way_logo,
.banner-gradient-header.sticky-header.sticky .openbtn img {
    filter: none
}

header.banner-gradient-header .lang-trigger:hover img,
header.banner-gradient-header .lang-dropdown:hover .lang-trigger img,
header.banner-gradient-header .lang-chevron {
    filter: brightness(0) invert(1)
}

.banner-gradient-header.sticky-header.sticky .lang-trigger:hover img,
.banner-gradient-header.sticky-header.sticky .lang-dropdown:hover .lang-trigger img,
.banner-gradient-header.sticky-header.sticky .lang-chevron {
    filter: none
}

.banner-gradient-header.sticky-header.sticky .info-trigger:hover img,
.banner-gradient-header.sticky-header.sticky .lang-trigger:hover img,
.banner-gradient-header.sticky-header.sticky .lang-dropdown:hover .lang-trigger img {
    filter: brightness(0) saturate(100%) invert(90%) sepia(0%) saturate(7500%) hue-rotate(65deg) brightness(114%) contrast(111%)
}

header.banner-gradient-header .lang-dropdown .user_way_logo {
    background: #fff0
}

@media (min-width: 1024px) {
    .banner-gradient-view.banner-main.img-gradient-wrap .right-wrap .wrap-green-content h1 {
        font-size: 4.65rem;
        font-weight: 700;
    }
}

.banner-gradient-view.banner-main.img-gradient-wrap .right-wrap .banner-subheader {
    color: rgb(255 255 255 / .8);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 300;
    letter-spacing: .05em;
    text-transform: capitalize;
    margin-bottom: 16px;
    font-weight: 300;
}

@media (min-width: 1024px) {
    .banner-gradient-view.banner-main.img-gradient-wrap .right-wrap .banner-subheader {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}



.banner-gradient-view.banner-main.img-gradient-wrap .right-wrap .wrap-green-content p {
    font-size: 10px;
    color: rgb(219 234 254 / .6);
    text-transform: uppercase;
    letter-spacing: .3em;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    max-width: 42rem;
    border-left: 1px solid rgb(255 255 255 / .2);
    padding-left: 1.5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

@media (min-width: 768px) {
    .banner-gradient-view.banner-main.img-gradient-wrap .right-wrap .wrap-green-content p {
        font-size: 14px;
        margin-top: 16px;
    }
}

section.banner-gradient-view::before {
    position: absolute;
    content: '';
    background-color: #004a6f;
    height: 300px;
    top: 0;
    left: 0;
    width: 100%
}

.sticky-header.innerpage-head.sticky .white-logo,
.header_custom .uni-white {
    display: none
}

header.banner-gradient-header .white-logo,
.banner-gradient-header .uni-white {
    display: block !important
}

header.banner-gradient-header .orange-logo,
header.banner-gradient-header .uni-dark {
    display: none
}

.banner-gradient-header.sticky-header.sticky .uni-dark,
.banner-gradient-header.sticky-header.sticky .orange-logo {
    display: block
}

.banner-gradient-header.sticky-header.sticky .uni-white,
.banner-gradient-header.sticky-header.sticky .white-logo {
    display: none !important
}

header.banner-gradient-header .top-logo {
    padding: 15px 12px
}

.banner-gradient-header.sticky-header.sticky img.orange-logo {
    max-width: 231px
}

.banner-gradient-header.sticky-header.sticky .top-logo img.uni-dark {
    width: 180px
}

.banner-gradient-header.sticky-header.sticky .top-logo {
    padding: 8px 12px
}

@media only screen and (min-width: 993px) {
    .banner-gradient-header.sticky-header.sticky .navbar .navbar-nav>li.dropdown .nav-link {
        /* padding: 13px 13px 13px; */
        padding:86px 13px;
    }
}

.banner-gradient-header.sticky-header.sticky .dropdown-menu.second.megamenu-content,
.banner-gradient-header.sticky-header.sticky .dropdown-menu {
    /* top: 112px !important; */
    top: 99px !important;
}

.white-menu {
    display: none;
}

.banner-gradient-header.sticky .pink-menu {
    display: block;
}

.banner-gradient-header.sticky .white-menu {
    display: none;
}

header.sticky-header.innerpage-head.static-header.header_custom.banner-gradient-header.sticky {
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a
}

.banner-gradient-view.banner-main.img-gradient-wrap .js-picture img,
.banner-gradient-view.banner-main.img-gradient-wrap .view_desktop_img {
    min-height: 500px;
}

header.banner-gradient-header #open_offcanvas {
    padding: 8px;
}

header.banner-gradient-header .openbtn img {
    width: 22px;
    height: 22px;
    transition: transform 300ms ease;
}

header.banner-gradient-header .openbtn:hover img {
    transform: rotate(90deg);
}

header.banner-gradient-header #open_offcanvas {
    padding: 8px;
    border-radius: 9999px;
    transition: all 300ms ease;
    color: rgba(255, 255, 255, .9);
}

header.banner-gradient-header #open_offcanvas:hover {
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, .1);
}

@media(min-width: 1700px) {

    .banner-gradient-view.banner-main.img-gradient-wrap .js-picture img,
    .banner-gradient-view.banner-main.img-gradient-wrap .view_desktop_img {
        min-height: calc(100vh - 260px);
    }

    .banner-gradient-view.banner-main.img-gradient-wrap {
        min-height: calc(100vh - 260px);
        margin-top: 191px;
    }
}

@media(min-width: 3000px) {

    .banner-gradient-view.banner-main.img-gradient-wrap .js-picture img,
    .banner-gradient-view.banner-main.img-gradient-wrap .view_desktop_img {
        min-height: calc(60vh - 260px);
    }

    .banner-gradient-view.banner-main.img-gradient-wrap {
        min-height: calc(60vh - 260px);
        margin-top: 191px;
    }
}

.banner-gradient-view.banner-main.img-gradient-wrap .right-wrap .wrap-green-content {
    padding-bottom: 6rem;
    max-width: 56rem;
}

@media(min-width:1200px) {
    .banner-gradient-header .burger_nav_search {
        padding: 23px 0px;
    }

    .sticky.banner-gradient-header .burger_nav_search {
        padding: 0px;
    }
}

@media(max-width: 1199.9px) {
    header.banner-gradient-header .top-logo {
        padding-bottom: 0;
        padding: 30px 12px 16px 12px
    }

    .banner-gradient-header .burger_nav_search {
        display: flex !important;
        margin-left: auto;
    }

    .banner-gradient-view.banner-main.img-gradient-wrap {
        margin-top: 129px
    }

    /* header.banner-gradient-header img.pink-menu.menu_off_img {
        padding-bottom: 18px;
    } */
    header.banner-gradient-header .openbtn img {
        width: 40px;
        height: 40px;
    }

    header.banner-gradient-header #open_offcanvas {
        padding: 0px 10px 10px;
    }
}

@media(max-width: 576px) {
    .banner-gradient-view .right-wrap {
        position: static;
        height: 257px !important;
        background: #004a6f !important
    }

    .banner-gradient-view.banner-main.img-gradient-wrap .right-wrap .wrap-green-content {
        padding-bottom: 3rem
    }

    .banner-gradient-view.banner-main.img-gradient-wrap .js-picture img,
    .banner-gradient-view.banner-main.img-gradient-wrap .view_desktop_img {
        min-height: 295px
    }

    .banner-gradient-view .mobile-wrap-content::before {
        content: '';
        position: absolute;
        top: -111px;
        background: linear-gradient(to top, #004A6F 0, rgb(0 74 111 / .9) 40px, rgb(0 74 111 / .7) 90px, #fff0 117px);
        height: 113px;
        width: 100%
    }

    .banner-gradient-view .mobile-wrap-content {
        position: relative;
        height: 240px;
    }

    footer .theme-social-drop {
        display: none !important
    }
}

.nav_top_menu {
    border-bottom: .8px solid oklch(.928 .006 264.531);
    padding: 0;
    background-color: transparent;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 3
}

.nav_top_menu ul.row>li {
    padding: 12px;
    list-style: none
}

.nav_top_menu a {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.75rem
}

.nav_top_menu ul {
    align-items: center
}

.info-trigger {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    font-size: 0.75rem;
    font-weight: 300;
    letter-spacing: .08em;
    color: #004a6f;
    background: #fff0;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
    border: 0;
    min-height: 48px
}

.info-trigger:hover,
.info-trigger[aria-expanded="true"] {
    background-color: #004a6f;
    color: #fff
}

.info-trigger:hover img,
.info-trigger[aria-expanded="true"] img {
    filter: brightness(0) saturate(100%) invert(90%) sepia(0%) saturate(7500%) hue-rotate(65deg) brightness(114%) contrast(111%)
}

.info-dropdown:hover .info-chevron,
.info-trigger[aria-expanded="true"] .info-chevron {
    transform: rotate(180deg)
}

.info-icon {
    width: 16px;
    height: 16px
}

.info-label {
    display: none
}

@media (min-width: 640px) {
    .info-label {
        display: inline
    }
}

.info-chevron {
    width: 14px;
    height: 14px;
    transition: transform .25s ease
}

.info-trigger[aria-expanded="true"] .info-chevron {
    transform: rotate(180deg)
}

.info-dropdown {
    position: relative
}

.info-panel {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    min-width: 320px;
    max-width: 90vw;
    background: rgb(0 74 111 / .85);
    backdrop-filter: blur(12px) saturate(180%);
    border-radius: 16px;
    border: 1px solid rgb(255 255 255 / .2);
    box-shadow: 0 8px 32px rgb(0 0 0 / .2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    z-index: 50
}

.info-dropdown.open .info-panel,
.info-dropdown .info-trigger[aria-expanded="true"]~.info-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.info-section {
    padding: 16px
}

.info-border {
    border-bottom: 1px solid rgb(255 255 255 / .2)
}

.info-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease
}

.info-row:not(.no-hover):hover {
    background-color: rgb(255 255 255 / .1)
}

.row-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .7
}

.row-icon.phone {
    background-image: url(/typo3conf/ext/spt_package/Resources/Public/images/call-line.svg)
}

.row-icon.mail {
    background-image: url(/typo3conf/ext/spt_package/Resources/Public/images/call-mail.svg)
}

.row-icon.map {
    background-image: url(/typo3conf/ext/spt_package/Resources/Public/images/call-map.svg)
}

.row-text {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.row-meta {
    font-size: 0.75rem;
    color: rgb(255 255 255 / .7)
}

.row-strong {
    font-weight: 600;
    color: #fff;
    text-transform: lowercase;
}

.row-address {
    font-size: 13px;
    line-height: 1.4;
    color: #fff
}

.map-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 12px
}

.map-links img {
    width: 8px;
    height: 8px;
    margin-right: 8px
}

.map-links a {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize
}

.map-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #fff;
    background: rgb(255 255 255 / .2);
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.2s ease
}

.map-btn:hover {
    background: rgb(255 255 255 / .3)
}

.qr-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgb(255 255 255 / .2)
}

.qr-img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background-color: #fff;
    padding: 8px
}

.row-small {
    font-size: 0.75rem;
    color: #fff;
}

.info-dropdown:hover .info-panel,
.info-dropdown:focus-within .info-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.lang-dropdown {
    position: relative
}

.lang-trigger {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    min-height: 44px;
    font-size: 0.75rem;
    font-weight: 300;
    letter-spacing: .08em;
    color: #004a6f;
    background: #fff0;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease
}

.lang-trigger:hover,
.lang-dropdown:hover .lang-trigger {
    background-color: #004a6f;
    color: #fff
}

.lang-trigger:hover img,
.lang-dropdown:hover .lang-trigger img {
    filter: brightness(0) invert(1)
}

.lang-icon {
    width: 16px;
    height: 16px
}

.lang-label {
    font-size: 0.75rem
}

.lang-chevron {
    width: 14px;
    height: 14px;
    transition: transform .25s ease
}

.lang-dropdown:hover .lang-chevron {
    transform: rotate(180deg)
}

.lang-panel {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    min-width: 200px;
    border-radius: 16px;
    overflow: hidden;
    background: rgb(0 74 111 / .85);
    backdrop-filter: blur(12px) saturate(180%);
    border: 1px solid rgb(255 255 255 / .2);
    box-shadow: 0 8px 32px rgb(0 0 0 / .2), inset 0 1px 0 rgb(255 255 255 / .15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s;
    z-index: 9999
}

.lang-dropdown:hover .lang-panel,
.lang-dropdown:focus-within .lang-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.lang-panel .lang-menu {
    display: flex;
    flex-direction: column
}

.lang-panel .lang-menu>div a {
    display: flex;
    align-items: center;
    padding: 0px;
    min-height: 44px;
    font-size: 13px;
    color: rgb(255 255 255 / .9);
    text-decoration: none;
    transition: background-color .2s ease;
    padding: 0px 12px;
}

.lang-panel .lang-menu>div a:hover {
    background: rgb(255 255 255 / .1)
}

.lang-panel .lang-menu>div.active a {
    background: rgb(255 255 255 / .2);
    font-weight: 600;
    color: #fff;
    padding: 0px 12px;
}

.lang-panel .lang-menu>div.active a::after {
    content: "✓";
    margin-left: auto;
    font-size: 14px
}

.lang-panel div.lang-menu div::after {
    content: none
}

.lang-dropdown.user_way_widget {
    padding: 0
}

.lang-dropdown .user_way_logo {
    background: #fff;
    border-radius: 50px;
    width: 20px;
    height: auto;
    margin-right: 0;
    cursor: pointer
}

button.search-icon.lang-dropdown {
    padding: 0
}

.search-icon {
    min-width: 24px;
    min-height: 24px;
    border: 0;
    background: none;
}

button.search-icon.lang-dropdown img {
    width: 20px
}

.info-section.info-border .theme-social-drop ul li a {
    display: flex;
    align-items: center;
    padding: 0px;
    min-height: 100%;
}

.info-section.info-border .theme-social-drop ul li:hover {
    background-color: #004a6f;
}

.info-section.info-border .theme-social-drop ul li {
    justify-content: flex-start;
    min-height: 38px;
    padding: 12px 17px;
}

.info-section.info-border .theme-social-drop ul li span.social_text {
    display: block;
    width: 100%;
    font-size: 0.75rem;
    color: #fff
}

.info-section.info-border .theme-social-drop ul li img.img-fluid {
    margin-right: 12px;
    width: 19px;
    height: 19px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(18%) hue-rotate(337deg) brightness(106%) contrast(104%)
}

.nav_top_menu ul.row>li {
    padding: 0 12px
}

.nav_top_menu a {
    padding: 16px 12px;
    min-height: 44px;
    border-radius: 8px
}

.nav_top_menu a:hover {
    background-color: #004a6f;
    color: #fff;
    text-decoration: none;
}

.nav_top_menu a.lang-dropdown:hover {
    background-color: transparent;
}

.img-gradient-inner-wrap.hero {
    position: relative;
    width: 100%;
    height: 380px;
    background-color: #004a6f;
    overflow: hidden;
    margin-top: 174px
}

@media (max-width: 1198.9px) {
    .img-gradient-inner-wrap.hero {
        margin-top: 105px
    }
}

@media (min-width: 768px) {
    .img-gradient-inner-wrap.hero {
        height: 440px
    }
}

.img-gradient-inner-wrap .hero-media {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

@media (min-width: 1024px) {
    .img-gradient-inner-wrap .hero-media {
        width: 65%
    }
}

.img-gradient-inner-wrap .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80% 50%
}

.img-gradient-inner-wrap .hero-gradient {
    position: absolute;
    inset: 0;
    left: -2px;
    background: linear-gradient(90deg, #004a6f 0%, #004a6f 8%, rgb(0 74 111 / .8) 25%, transparent 50%)
}

.img-gradient-inner-wrap .hero-content {
    position: relative;
    z-index: 20;
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (min-width: 768px) {
    .img-gradient-inner-wrap .hero-content {
        padding: 0 3rem
    }
}

@media (min-width: 1024px) {
    .img-gradient-inner-wrap .hero-content {
        padding: 0 5rem
    }
}

.img-gradient-inner-wrap .hero-eyebrow {
    display: flex;
    gap: .75rem;
    margin-bottom: 1.5rem;
    opacity: .7
}

.img-gradient-inner-wrap .hero-line {
    width: 1.5rem;
    height: 1px;
    background: #fff;
    margin-top: .4rem
}

.img-gradient-inner-wrap .hero-eyebrow-text span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .4em;
    font-size: 9px;
    font-weight: 700
}

.img-gradient-inner-wrap .hero-eyebrow-text .muted {
    opacity: .6;
    margin-top: .25rem;
    font-weight: 500
}

.img-gradient-inner-wrap .hero-title h1 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.05;
    margin-bottom: 1rem
}

.img-gradient-inner-wrap .hero-title p {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 8px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .img-gradient-inner-wrap .hero-title h1 {
        font-size: 3rem;
        margin-bottom: 2rem
    }
}

.img-gradient-inner-wrap .hero-subline {
    border-left: 2px solid rgb(255 255 255 / .2);
    padding-left: 1.5rem
}

.img-gradient-inner-wrap .hero-subline p {
    color: rgb(255 255 255 / .9);
    font-size: .95rem;
    font-weight: 300;
    max-width: 36rem;
    margin-bottom: 0
}

.img-gradient-inner-wrap .hero-actions {
    position: absolute;
    bottom: 1.5rem;
    right: 2rem;
    display: flex;
    gap: 1rem;
    z-index: 30
}

.img-gradient-inner-wrap .btn {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .9rem 1.5rem;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
    text-decoration: none;
    transition: all 0.3s
}

.img-gradient-inner-wrap .btn img {
    width: 16px;
    height: 16px
}

@media(max-width: 576px) {
    .img-gradient-inner-wrap .btn {
        padding: .6rem 1.2rem;
        font-size: 0.75rem
    }
}

.img-gradient-inner-wrap .btn-primary {
    background: rgb(0 74 111 / .4);
    color: #fff;
    border: 1px solid rgb(255 255 255 / .4)
}

.img-gradient-inner-wrap .btn-primary:hover {
    background: #fff;
    color: #004a6f !important
}

.img-gradient-inner-wrap .btn-primary:hover img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(17%) saturate(7406%) hue-rotate(176deg) brightness(96%) contrast(101%)
}

.img-gradient-inner-wrap .btn-danger {
    position: relative;
    background: rgb(227 6 19 / .2);
    color: #fff;
    border: 2px solid #e30613;
    box-shadow: 0 0 25px rgb(227 6 19 / .25)
}

.img-gradient-inner-wrap .btn-danger:hover {
    background: #e30613;
    box-shadow: 0 0 35px rgb(227 6 19 / .5)
}

.img-gradient-inner-wrap .btn-danger .pulse {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    background: #e30613;
    border-radius: 50%;
    animation: ping 1.5s infinite
}

.img-gradient-inner-wrap .btn-danger .dot {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    background: #e30613;
    border-radius: 50%;
    border: 2px solid rgb(255 255 255 / .4)
}

@keyframes ping {
    0% {
        transform: scale(1);
        opacity: .8
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}

.img-gradient-inner-wrap .hero-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .3
}

/* .img-gradient-inner-wrap .hero-glow::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -25%;
    width: 100%;
    height: 100%;
    background: #009ee3;
    filter: blur(160px);
    border-radius: 50%
} */
/* mobile sidebar */

.user_way_left_container {
    position: absolute;
    right: 0px;
    top: 162px;
    background-color: #004a6f;
    padding: 9px;
    border-radius: 15px 0px 0px 15px;
}

.user_way_left {
    width: 30px;
    margin-right: 0px;
}

.translate_left_container {
    position: absolute;
    right: 0px;
    top: 225px;
    background-color: #004a6f;
    padding: 9px;
    border-radius: 15px 0px 0px 15px;
}

@media(min-width: 992.9px) {

    .user_way_left_container,
    .translate_left_container {
        display: none;
    }
}

/* old mega menu */
/* .nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu {
    display: block;
} */

/* new mega menu */
.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu {
    opacity: 1;
    visibility: visible;
    /* transform: translateY(0); */
    pointer-events: auto;
}

button#CybotCookiebotDialogPoweredbyImage img {
    max-width: 60px;
    width: 60px;
    cursor: pointer;
}

button#CybotCookiebotDialogPoweredbyImage {
    background: none;
    border: 0;
    max-height: 60px !important;
}

button#CybotCookiebotDialogPoweredbyImage:focus {
    outline: none;
}

.visually-hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
    color: #fff !important;
}

.badge-button {
    background-color: #ffa87a;
    color: #000000 !important;
    padding: 0.5rem 1.5rem !important;
    border-radius: 0.75rem !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 0.05em;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px !important;
    transition: all 0.3s ease;
    text-transform: capitalize !important;
}

.badge-button:hover {
    background-color: #ffb994 !important;
}

section.mega-menu-container-version>.container>.row {
    border: 1px solid oklab(0.12 0 0 / 0.11);
    border-radius: 1rem;
    margin: 35px 0px;
    padding: 48px;
}

.mega-menu-container-version h3 {
    font-size: 0.875rem;
    font-weight: 700;
    color: #00a091;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.mega-menu-container-version .mega-menu-h3 {
    font-size: 12px;
    color: #d1d5db;
    line-height: 1.625;
    margin-bottom: 12px;
}

 
/* .banner-gradient-header.sticky-header.sticky .nav-item.dropdown .mega-menu-container-version a:hover {
    color: #ffffff !important;
} */
.mega-menu-container-version h4 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.mega-menu-container-version p {
    font-size: 0.875rem;
    color: #4a5565;
    margin-bottom: 0rem;
    line-height: 1.625;
}

section.mega-menu-container-version>.container>.row>.col-12 {
    margin-bottom: 1rem;
    padding-top: 1rem;
    border-top: 1px solid oklab(0.12 0 0 / 0.11)
}

section.mega-menu-container-version>.container>.row>.col-12:first-of-type {
    border-top: transparent;
    padding-top: 0rem;
}

section.mega-menu-container-version>.container>.row>.col-12 {
    margin-bottom: 24px;
}

section.mega-menu-container-version>.container>.row>.right-children.col-12.col-md-6:first-of-type {
    margin-top: 32px;
}

.mega-menu-container-version ul li {
    margin-bottom: 8px;
}

.megamenu-link-card {
    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
    padding: 1rem;
    transition: all .3s;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    flex: 0 0 calc(33.333333% - 12px);
    max-width: calc(33.333333% - 12px);
    margin-left: 12px;
}

.megamenu-link-card:hover {
    transform: scale(1.02);
    background: rgba(255, 255, 255, .2);
}

.megamenu-link-card a {
    color: #fff !important;
}

.megamenu-link-card:first-of-type {
    background: #fff;
}

.megamenu-link-card:first-of-type h3 {
    color: #004A6F;
}

.megamenu-link-card:first-of-type p {
    color: #4a5565;
}

.megamenu-link-card:first-of-type a,
.megamenu-link-card:first-of-type:hover a {
    color: #004A6F !important;
}

.megamenu-link-card .ce-gallery {
    margin-bottom: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    background: #004a6f;
}

.megamenu-link-card .ce-gallery img,
.megamenu-link-card .ce-gallery svg {
    width: 20px !important;
    height: 20px !important;
}

.megamenu-link-card .ce-gallery svg {
    width: 24px;
    height: 24px;
}

.button-maintext {
    position: relative;
    display: block;
    padding: 0.75rem 4rem 0.75rem 1rem !important;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.75rem;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.button-maintext span {
    display: block;
    font-size: 0.75rem;
    color: #00a091;
    margin-top: 0.25rem;
    font-weight: 400;
}

.button-maintext:hover {
    background: rgba(255, 255, 255, 0.3);
}

.button-maintext:active {
    background: rgba(255, 255, 255, 0.35);
}

.button-maintext::after {
    content: "→";
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #00a091;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

.button-maintext:hover::after {
    background: #00a091;
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) scale(1.1);
}

.button-maintext:active::after {
    background: #00a091;
    transform: translateY(-50%) scale(1.05);
}

.button-maintext-single {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.button-maintext-single:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
    .button-maintext-single {
        padding: 0.875rem 1.5rem;
        font-size: 0.875rem;
    }
}

@media (max-width: 576px) {
    .button-maintext-single {
        padding: 0.75rem 1.25rem;
        font-size: 0.8125rem;
        gap: 0.375rem;
    }
}

.mega-menu-container-version .mega-menu-item h2 a,
.mega-menu-container-version .mega-menu-item .meaga-menu-h2 a {
    color: #fff !important;
    font-weight: 500;
    margin-bottom: 0.25rem;
    transition: color .3s;
    padding: 0px !important;
}

.mega-menu-container-version .mega-menu-item:hover h2 a {
    color: #009ee3 !important;
}

.mega-menu-container-version .mega-menu-item h2~h3 {
    font-size: 0.75rem;
    color: #d1d5db;
    line-height: 1.625;
    text-transform: capitalize;
}

section.mega-menu-container-version .frame~.container-fluid .row.col-p20.no-gutters {
    margin-top: 24px;
}

/* news figma */
.news-block .news {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 32px 0px, rgba(255, 255, 255, 0.5) 0px 1px 0px 0px inset;
}

.news-block .news:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.5) 0px 1px 0px 0px inset;
}

.news-block .news .team-imgs {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    height: 14rem;
    background-color: #e5e7eb;
    transition: transform 0.5s ease;
}

.news-block .news:hover .team-imgs {
    transform: scale(1.05);
}

.news-block .news .team-imgs::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 74, 111, 0.6) 0%, transparent 50%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.news-block .news:hover .team-imgs::after {
    opacity: 1;
}

.news-block .news .team-head h3 {
    color: #111827;
    margin-bottom: 0.75rem;
    line-height: 1.375;
    transition: color 0.3s ease;
}

.news-block .news:hover .team-head h3 {
    color: #004a6f;
}

.news-block .team-content .team-block .team-detail {
    padding: 24px;
}

.news-block .team-content .team-block .team-detail p {
    font-weight: 400;
    color: #4b5563;
    margin-bottom: 1rem;
    line-height: 1.625;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-block .team-content .team-block {
    margin-bottom: 0px;
}

/* inner navigation */
.subnav-wrapper.nav-center ul.sidebar-subnav-tabs.container.px-0 {
    max-height: 420px;
    overflow-y: scroll;
    padding-bottom: 20px;
    padding-top: 0px;
}

.col-lg-3.mb-4>.subnav-wrapper.nav-center {
    position: sticky;
    top: 140px;
    max-height: calc(100vh - 160px);
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 74, 111, 0.9);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 40px -12px, rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset;
}

.subnav-wrapper.nav-center ul.sidebar-subnav-tabs.container.px-0 {
    flex: 1 1 0%;
    padding: 0 1.5rem 0.5rem 0.5rem !important;
    overflow-y: auto;
    /* scrollbar-width:thin; */
    scrollbar-color: rgb(5 87 123 / 75%) rgba(255, 255, 255, 0.05);
    list-style: none;
}

.subnav-wrapper.nav-center ul.sidebar-subnav-tabs.container.px-0::-webkit-scrollbar {
    width: 16px;
}

.subnav-wrapper.nav-center ul.sidebar-subnav-tabs.container.px-0::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 999px;
}

.subnav-wrapper.nav-center ul.sidebar-subnav-tabs.container.px-0::-webkit-scrollbar-thumb {
    background: rgba(33, 198, 85, 0.2);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
}

.subnav-wrapper.nav-center ul.sidebar-subnav-tabs.container.px-0::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}

.subnav-wrapper.nav-center ul.sidebar-subnav-tabs.container.px-0::-webkit-scrollbar-thumb:active {
    background: rgba(255, 255, 255, 0.4);
}

.subnav-wrapper.nav-center ul.sidebar-subnav-tabs.container.px-0 li {
    margin-bottom: 4px;
}

.subnav-wrapper.nav-center ul.sidebar-subnav-tabs.container.px-0 li a {
    position: relative;
    display: block;
    padding: 0.625rem 1rem 0.625rem 2rem;
    margin: 0;
    border-radius: 0.75rem;
    font-size: 13px;
    line-height: 1.375;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.subnav-wrapper.nav-center ul.sidebar-subnav-tabs.container.px-0 li a::before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background-image: url("/typo3conf/ext/spt_package/Resources/Public/images/nav-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
}

.subnav-wrapper.nav-center ul.sidebar-subnav-tabs.container.px-0 li a.active::before {
    filter: brightness(0) saturate(100%) invert(90%) sepia(7%) saturate(3925%) hue-rotate(24deg) brightness(100%) contrast(90%);
}

.subnav-wrapper.nav-center ul.sidebar-subnav-tabs.container.px-0 li a:hover,
.subnav-wrapper.nav-center ul.sidebar-subnav-tabs.container.px-0 li.active a {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding-left: calc(1rem + 16px + 12px);
}

.subnav-wrapper.nav-center ul.sidebar-subnav-tabs.container.px-0 li a:hover::before,
.subnav-wrapper.nav-center ul.sidebar-subnav-tabs.container.px-0 li.active a::before {
    opacity: 1;
}

/* .subnav-wrapper ul.sidebar-subnav-tabs li.sub-nav.active a.active{
    background-color: oklab(1 0 0 / 0.25) !important;
} */
.subnav-wrapper.nav-center .nav-header {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subnav-wrapper.nav-center .nav-title {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    font-size: 1.125rem;
    margin: 0;
}

.subnav-wrapper.nav-center .nav-icon {
    width: 24px;
    height: 24px;
}

.subnav-wrapper.nav-center p {
    font-size: 10px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 1rem 1rem 0.5rem 1rem;
    margin-bottom: 0rem;
}

.subnav-wrapper ul.sidebar-subnav-tabs {
    margin-left: 0px;
}

.subnav-wrapper ul.sidebar-subnav-tabs li {
    position: relative;
    list-style: none;
    text-indent: 0;
    padding-bottom: 0px;
}

.subnav-wrapper ul.sidebar-subnav-tabs li.sub-nav {
    padding: 15px 25px;
    font-size: 15px;
    line-height: normal;
}

.subnav-wrapper ul.sidebar-subnav-tabs>li>a:first-of-type {
    display: block;
    padding: 15px 25px 15px 15px;
    margin: 0px;
}

.subnav-wrapper ul.sidebar-subnav-tabs li .dropdown-menu-nav.second li:last-child {
    border-bottom: none;
}

.sidebar-subnav-tabs ul.dropdown-menu-nav.second {
    padding-left: 0px;
    margin: 0;
}

.subnav-wrapper .dropdown-toggle {
    cursor: pointer;
    position: absolute;
    right: 0px;
    transition: transform 0.3s ease-in-out;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%) rotate(-90deg);
    padding: 0px 20px;
}

.subnav-wrapper li .dropdown-toggle {
    color: #fff;
}

.subnav-wrapper li.active .dropdown-toggle {
    transform: rotate(0deg);
    color: #fff;
    top: 7px;
}

.subnav-wrapper ul.sidebar-subnav-tabs li ul li::before {
    display: inline-block;
    color: #353e43;
    font-size: 17px;
    font-weight: 900;
    padding-right: 10px;
}

.sidebar-subnav-tabs a {
    color: #4c585d;
    line-height: normal;
}

.sidebar-subnav-tabs li.active>a {
    font-weight: bold;
}

.subnav-wrapper ul.sidebar-subnav-tabs>li.active>a:first-of-type {
    background-color: #004a6fb8;
    color: #fff !important;
    text-shadow: 0px 0px 1px black;
}

.subnav-wrapper ul.sidebar-subnav-tabs li.sub-nav.active,
.subnav-wrapper ul.sidebar-subnav-tabs li.sub-nav:hover {
    background: #004a6fab;
    color: #fff;
    border-radius: 18px;
}

.subnav-wrapper ul.sidebar-subnav-tabs li.sub-nav:hover a {
    color: #fff !important;
}

.sidebar-subnav-tabs li.active li.sub-nav.active a,
.sidebar-subnav-tabs li.active li.sub-nav.active a:hover {
    color: #fff !important;
}

.subnav-wrapper ul.sidebar-subnav-tabs li ul li.sub-nav.active::before {
    color: #fff;
}

/* check start */
/* .subnav-wrapper.nav-center ul.sidebar-subnav-tabs>li {
    display: none;
}
.subnav-wrapper.nav-center ul.sidebar-subnav-tabs li.active {
    display: block;
}
.subnav-wrapper.nav-center ul.sidebar-subnav-tabs>li.active>ul.dropdown-menu-nav.second>li.sub-nav {
    display: none;
}
.subnav-wrapper.nav-center ul.sidebar-subnav-tabs>li.active>ul.dropdown-menu-nav.second>li.sub-nav.active {
    display: block;
}
.subnav-wrapper.nav-center ul.sidebar-subnav-tabs>li.active>a,
.subnav-wrapper.nav-center ul.sidebar-subnav-tabs>li.active>span.dropdown-toggle
{
    display: none !important;
}
.subnav-wrapper li.active .second .sub-nav.active .dropdown-toggle {
    top: 24px;
    right: 16px;
} */
.subnav-wrapper li.active .second .sub-nav .dropdown-toggle {
    top: 26px;
    right: 16px;
}

/* check end */
/* Figma sections innerpage start */
.bg-gradient-section .row {
    background: linear-gradient(to bottom right, #004a6f, #003651);
    color: #ffffff;
    border-radius: 1rem;
    padding: 3rem;
    box-sizing: border-box;
    margin-left: 0px;
    margin-right: 0px;
}

.bg-gradient-section .row h2 {
    color: #fff;
}

.bg-gradient-section .row>.col-12 {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 1.5rem;
}

@media (min-width:768px) {
    .bg-gradient-section .row>.col-12.col-md-6.left-children {
        margin-right: 32px;
    }

    .bg-gradient-section .row>.col-12.col-md-6 {
        flex: 0 0 calc((100% - 32px) / 2);
        max-width: calc((100% - 32px) / 2);
    }
}

.bg-gradient-section .row>.col-12.col-md-6 {
    margin-bottom: 32px;
}

.bg-gradient-section h2~h3 {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.625;
    margin-bottom: 2rem;
}

.bg-gradient-section header>.sub_head {
    color: #fff;
}

.bg-gradient-section ul li {
    color: #fff !important;
    font-size: 16px;
}

@media (max-width: 768px) {
    .bg-gradient-section .row {
        padding: 2rem;
    }

    .bg-gradient-section .row>.col-12.col-md-6.left-children {
        margin-right: 0;
    }

    .bg-gradient-section .row>.col-12 {
        margin-bottom: 20px;
    }

    .bg-gradient-section ul li {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .bg-gradient-section .row {
        padding: 1.5rem;
    }

    .bg-gradient-section h2~h3 {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .bg-gradient-section .row>.col-12 {
        padding: 1.25rem;
    }

    .bg-gradient-section ul li {
        font-size: 13px;
    }
}

.dimension-section h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 2rem;
    text-align: center;
}

.dimension-section .col-12 {
    background: linear-gradient(to bottom right, #004a6f, #003651);
    color: #ffffff;
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
}

.dimension-section .col-12 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.dimension-section .col-12 p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
    line-height: 1.625;
    margin-bottom: 0px;
}

.dimension-section .col-12 .ce-gallery {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.dimension-section .col-12 .ce-gallery img,
.dimension-section .col-12 .ce-gallery svg {
    width: 40px;
    height: 40px;
    /* filter: invert(1); */
}

.dimension-section .col-12:nth-child(3) {
    background: linear-gradient(to bottom right, #67308a, #4a2362);
}

.dimension-section .col-12:nth-child(4) {
    background: linear-gradient(to bottom right, #2563eb, #1e40af);
}

.dimension-section .col-12:nth-child(5) {
    background: linear-gradient(to bottom right, #16a34a, #166534);
}

.dimension-section .col-12:nth-child(6) {
    background: linear-gradient(to bottom right, #ea580c, #9a3412);
}

.dimension-section .row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.dimension-section .row> :first-child {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width:768px) {
    .dimension-section .row>.col-12 {
        flex: 0 0 calc((100% - 96px) / 5);
        max-width: calc((100% - 96px) / 5);
    }
}

@media (max-width:767px) {
    .dimension-section .row>.col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.list-items-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 2rem;
    transition: box-shadow .3s;
    width: 100%;
    margin-bottom: 24px;
}

.list-items-card:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.list-items-card h3 {
    margin-bottom: 0px;
}

.list-items-card h4 {
    color: #101828;
}

.list-items-card p {
    margin-bottom: 0px;
}

.list-items-card .ce-gallery {
    background: #004a6f;
    border-radius: 9999px;
    padding: 0.75rem;
    flex-shrink: 0;
}


.list-items-card:nth-child(3n+2) .ce-gallery {
    background: #004a6f;
}

.list-items-card:nth-child(3n+3) .ce-gallery {
    background: #67308a;
}

.list-items-card:nth-child(3n+1) .ce-gallery {
    background: #364153;
}

.list-items-card .ce-gallery img,
.list-items-card .ce-gallery svg {
    width: 24px;
    height: 24px;
}

.list-items-card ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

@media (min-width:768px) {
    .list-items-card ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

.list-items-card ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #374151;
    position: relative;
    padding-left: 1.5rem !important;
    text-indent: 0px !important;
}

.list-items-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35rem;
    width: 20px;
    height: 20px;
    background: url("/typo3conf/ext/spt_package/Resources/Public/images/list-items-marker.svg") no-repeat center;
    background-size: contain;
}

section.section.p-0 .list-items-card .ce-gallery {
    background: #155dfc;
}

section.section.pt-0 .list-items-card .ce-gallery {
    background: #9810fa;
}

.badge-button-inner {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0, 74, 111, 0.1);
    color: #004a6f;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    width: auto !important;
}

.badge-button-inner a {
    color: #004a6f;
    font-size: 0.875rem;
    font-weight: 600;
}

.badge-button-inner img,
.badge-button-inner svg {
    width: 16px;
    height: 16px;
}

.badge-button-inner .ce-gallery,
.badge-button-inner p {
    margin-bottom: 0px !important;
}

.badge-button-inner .ce-textpic {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {

    .badge-button-inner a,
    .badge-button-inner p {
        font-size: 0.8125rem;
    }

    .badge-button-inner .ce-gallery {
        margin-right: 5px !important;
    }

    .badge-button-inner img,
    .badge-button-inner svg {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 576px) {
    .badge-button-inner a {
        font-size: 0.75rem;
    }

    .badge-button-inner img,
    .badge-button-inner svg {
        width: 12px;
        height: 12px;
    }

    .badge-button-inner .ce-textpic {
        gap: 0.25rem;
    }
}

.multi-card-style-one {
    background: linear-gradient(to bottom right, #004a6f, #003651);
    color: #ffffff;
    border-radius: 0.75rem;
    padding: 2rem;
    width: calc((100% - 24px) / 2);
    margin-bottom: 24px;
}

.multi-card-style-one img,
.multi-card-style-one svg {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
}

.multi-card-style-one h3 {
    margin-bottom: 0px;
    font-size: 1.5rem;
    font-weight: 700;
}

.multi-card-style-one:nth-child(2),
.multi-card-style-one:nth-child(4) {
    margin-right: 24px;
}

.multi-card-style-one:nth-child(4n+2) {
    background: linear-gradient(to bottom right, #004a6f, #003651);
}

.multi-card-style-one:nth-child(4n+3) {
    background: linear-gradient(to bottom right, #67308a, #4a2362);
}

.multi-card-style-one:nth-child(4n+4) {
    background: linear-gradient(to bottom right, #009ee3, #0088c7);
}

.multi-card-style-one:nth-child(4n+1) {
    background: linear-gradient(to bottom right, #00a194, #008878);
}

@media (max-width:767px) {
    .multi-card-style-one {
        width: 100%;
        margin-right: 0;
    }

    .multi-card-style-one:nth-child(2),
    .multi-card-style-one:nth-child(4) {
        margin-right: 0px;
    }
}

.header-paragraph-block h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 2rem;
    text-align: center;
}

.header-paragraph-block h3 {
    font-size: 1.25rem;
    color: #4b5563;
    margin-bottom: 3rem;
    text-align: center;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
}

.gradient-card-style-two .row {
    background: linear-gradient(to bottom right, #009EE3, #0589c2);
    color: #ffffff;
    border-radius: 1rem;
    padding: 2.5rem;
}

.gradient-card-style-two .row h2~p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.625;
    margin-bottom: 2rem;
    text-align: center;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.gradient-card-style-two .row h2 {
    font-size: 1.875rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
}

.gradient-card-style-two .row a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #ffffff;
    color: #004a6f;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    transition: background-color .3s;
}

.gradient-card-style-two .row a:hover {
    background: #f3f4f6;
}

/* Figma sections innerpage end */
/* Doctor Team card start */
.doctorcard {
    background: #fff;
    color: #111827;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    border-radius: 16px;
    border: 1px solid #000;
    transition: box-shadow .3s;
    width: 100%;
}

.doctorcard:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.doctorcard-content {
    padding: 2rem;
}

.doctorcard-grid {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 2rem;
}

.doctorcard-image {
    width: 12rem;
    height: 12rem;
    border-radius: 8px;
    overflow: hidden;
    background: #f9fafb;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.doctorcard-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctorcard-info h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: .5rem;
}

.doctorcard-role {
    font-size: 1.125rem;
    color: #004a6f;
    margin-bottom: .25rem;
}

.doctorcard-dept {
    color: #4b5563;
    margin-bottom: 1.5rem;
}

.doctorcard-focus p {
    font-size: 16px;
    margin-bottom: 12px;
}

.doctorcard-focus h4 {
    font-weight: 600;
    color: #111827;
    margin-bottom: .75rem;
}

.doctorcard-focus ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
    padding: 0;
    margin: 0 0 1.5rem 0;
    list-style: disc;
}

.doctorcard-focus li {
    font-size: .875rem;
    color: #4b5563;
}

.doctorcard-contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.doctorcard-phone,
.doctorcard-mail {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .875rem;
}

.doctorcard-phone img,
.doctorcard-mail img {
    width: 16px;
    height: 16px;
}

.doctorcard-label {
    color: #4b5563;
}

.doctorcard-number {
    color: #004a6f;
}

.doctorcard-mail a {
    color: #004a6f;
    text-decoration: none;
}

.doctorcard-mail a:hover {
    text-decoration: underline;
}

@media (max-width:768px) {
    .doctorcard-grid {
        grid-template-columns: 1fr;
    }

    .doctorcard-focus ul {
        grid-template-columns: 1fr;
    }

    .doctorcard-contact {
        grid-template-columns: 1fr;
    }
}

/* Doctor Team card end */
/* Team page new figma start */
#filters ul li button {
    font-family: 'Source Sans Pro', sans-serif !important;
}

/* .team-profile-image img{
    object-fit: cover;
    border-radius: 10px;
    min-height: 180px;
} */
.team-profile-image img {
    object-fit: contain;
    /* border-radius: 10px; */
    /* height: 200px; */
    height: auto;
    max-height: 200px;
    width: 100%;
    background-color: #ededed;
}

#filters ul {
    border: none;
    margin-bottom: 10px;
}

.team-card {
    display: flex;
    gap: 1rem;
    padding: 0rem;
    text-decoration: none;
    color: inherit;
    position: relative;
    height: 100%;
}

.team-card a:hover {
    text-decoration: none;
    cursor: pointer;
}

@media(max-width:576px) {
    .team-card {
        flex-direction: column;
    }
}

.team-card a,
.profile-details,
.team-card>.team-profile-image {
    flex: 1;
    position: relative;
}

.profile-details a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.profile-details>a>*:last-child {
    margin-top: auto;
}

.name-break p {
    color: #5a5757 !important;
    font-size: 23px;
}

.team-second-name {
    color: #009EE3;
}

.team-position-name {
    font-size: 16px;
    color: #666;
    line-height: 16px;
    margin-bottom: 0;
    font-weight: 400;
}

.profile-details .email a,
.profile-details .phone a {
    font-size: 16px;
    color: #666;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 400;
}

.profile-details .position {
    font-size: 16px;
    margin: 10px 0px;
    line-height: normal;
    font-weight: 100;
}

.team-details-arrow img,
.profile-link img {
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: transform .3s ease;
    margin-left: 10px;
}

.profile-link a {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    font-weight: 100;
}

.team-card:hover .team-details-arrow>img,
.team-card:hover .profile-link img {
    transform: translateX(6px);
}

.details-team .team-first-name {
    color: #5a5757 !important;
    margin-bottom: 5px;
}

.details-team .team-second-name {
    color: #009EE3;
}

.details-team .position {
    font-size: 18px;
    color: #326c9a;
    line-height: 27px;
    margin-top: 6px;
}

.team-contact-details {
    margin-top: 20px;
}

.team-contact-details p {
    margin-bottom: 5px;
    color: #5a5757 !important;
    line-height: normal;
}

.team-contact-details a:hover {
    text-decoration: none;
}

.dp-team img {
    border-radius: 20px;
}

.team-detail-back-btn {
    text-align: left;
    margin-bottom: 1.5rem;
}

.team-detail-back-btn img {
    width: 26px;
    height: 28px;
    margin-right: 15px;
}

.team-detail-back-btn a {
    color: #004a6f;
    text-decoration: none;
    font-weight: 500;
}

.team-detail-back-btn a span {
    font-weight: 600;
}

.phone-num,
.mail-add {
    color: #004a6f;
    font-weight: 100;
}

.phone-num img,
.mail-add img {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.profile-details {
    display: flex;
    flex-direction: column;
}

.profile-details .position strong {
    font-weight: 700;
}

.profile-details .position p {
    margin-bottom: 0;
}

.profile-link {
    margin-top: auto;
}

.team-category-block .row {
    row-gap: 1.3rem;
}

.section-team {
    background-color: #f3f7f9;
}

.work-experience-wrapper p strong {
    color: #004a6f;
}

.team-contact-details p.tele-phone {
    margin-bottom: 15px;
}

.tx-fakt-teammanager h3.title-small {
    color: #004a6f;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 24px;
}

.section-team .name-title {
    margin-top: 47px;
}

@media(max-width:767px) {
    .tx-fakt-teammanager h3.title-small {
        font-size: 24px;
    }

    .section-team .team-first-name {
        font-size: 32px;
    }

    .section-team .details-team.mb-5 {
        margin-bottom: 0px !important;
    }

    .section-team .name-title {
        margin-top: 20px;
    }
}

.tx-fakt-teammanager h4 {
    color: #004a6f;
    font-size: 1.25rem;
    line-height: 24px;
    font-weight: 600;
}

.team-detail-tabs .nav-tabs,
.tab-content .tab-pane.active {
    border: 0;
}

.tab-content .tab-pane,
.tab-content .tab-pane.active {
    padding: 0px;
}

.team-detail-tabs .nav-tabs {
    margin-top: 50px;
}

.team-detail-tabs button:focus {
    outline: none;
}

.team-detail-tabs button:hover {
    cursor: pointer;
}

.team-detail-tabs button {
    min-width: 150px;
}

.tx-fakt-teammanager .tab-content h3.title-small {
    margin-bottom: 35px !important;
}

.team-detail-tabs .nav-tabs li .nav-link {
    border-right: 0.3px solid #b7b7b7;
    border-radius: 0;
}

/* .team-detail-tabs .nav-tabs li:last-of-type .nav-link{
    border-radius: 0 12px 12px 0;
    border-right:none;
}
.team-detail-tabs .nav-tabs li:first-of-type .nav-link{
    border-radius: 12px 0 0 12px;
}  */
.team-detail-tabs .nav-tabs li:only-child .nav-link {
    border-radius: 12px;
    border-right: none;
}

.team-detail-tabs .nav-tabs li:first-of-type:not(:only-child) .nav-link {
    border-radius: 12px 0 0 12px;
}

.team-detail-tabs .nav-tabs li:last-of-type:not(:only-child) .nav-link {
    border-radius: 0 12px 12px 0;
    border-right: none;
}

.team-detail-tabs .nav-tabs .nav-item.show .nav-link,
.team-detail-tabs .nav-tabs .nav-link.active {
    color: #000;
    background-color: #ffa87a;
    border-color: transparent !important;
}

/* .frame-type-faktteammanager_teamdetail{
    margin-left: -15px;
    margin-right: -15px;
} */
/* Team page new figma end */
/* border card start */
.border-card-section {
    background: #ffffff;
    color: #111827;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 64px;
    gap: 1.5rem;
    border-radius: 16px;
    border: 1px solid #000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all .3s;
}

.border-card-section:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.border-card-section p,
.border-card-section strong {
    color: #4a5565;
}

.border-card-section>.frame {
    padding: 24px;
}

/* border card end */
/* border card dark start */
.border-card-dark-section {
    background: #ffffff;
    color: #111827;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 64px;
    gap: 1.5rem;
    border-radius: 16px;
    border: 1px solid #000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all .3s;
}

.border-card-dark-section:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.border-card-dark-section p,
.border-card-dark-section strong {
    color: #fff;
}

.border-card-dark-section>.frame {
    padding: 24px;
}

/* border card dark end */
/* gradient-card-style-five start */
.gradient-card-style-five {
    background: linear-gradient(to bottom right, #67308a, #4a2362);
    color: #ffffff;
    border-radius: 1rem;
    margin-bottom: 64px;
}

.gradient-card-style-five>.container {
    padding: 48px;
}

.section.section.p-0~.gradient-card-style-five {
    margin-bottom: 24px;
}

.section.section.p-0~.gradient-card-style-five>.container {
    padding: 32px;
}

.section.section.p-0~.gradient-card-style-five>.container p {
    margin-bottom: 0px;
}

.section.section.p-0~.gradient-card-style-five {
    background: linear-gradient(to bottom right, #004a6f, #003651);
}

.gradient-card-style-five h5 {
    margin-bottom: 16px;
}

.gradient-card-style-five h3 {
    font-weight: 700;
    margin-bottom: 32px;
}

.gradient-card-style-five .row>.frame .ce-gallery {
    margin-bottom: 0px !important;
    margin-right: 16px !important;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    padding: 0.75rem;
    flex-shrink: 0;
}

.gradient-card-style-five .row>.frame .ce-gallery img,
.gradient-card-style-five .row>.frame .ce-gallery svg {
    width: 24px;
    height: 24px;
    border-radius: 0px;
}

.gradient-card-style-five .row.col-p20 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
    width: 100%;
}

@media (min-width:768px) {
    .gradient-card-style-five .row.col-p20 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.gradient-card-style-five .row.col-p20 .col-md-4.col-sm-4.col-xs-12 {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 1.25rem;
    text-align: center;
    max-width: 100%;
}

.gradient-card-style-five .row.col-p20 .col-md-4.col-sm-4.col-xs-12 h5 {
    margin-bottom: 4px;
}

.gradient-card-style-five .row.col-p20 .col-md-4.col-sm-4.col-xs-12 p {
    margin-bottom: 0px;
}

.gradient-card-style-five .col-md-3.col-sm-4>.frame,
.gradient-card-style-five .col-12>.frame {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
}

.gradient-card-style-five .col-md-3.col-sm-4>.frame {
    height: 100%;
}

.gradient-card-style-five .col-12>.frame {
    margin-top: 30px;
    text-align: left;
}

.gradient-card-style-five .col-md-3.col-sm-4>.frame p {
    font-size: 14px;
    margin-bottom: 0px;
}

.gradient-card-style-five .col-md-3.col-sm-4>.frame p strong {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.gradient-card-style-five .col-md-3.col-sm-4>.frame .ce-gallery {
    display: flex;
    justify-content: center;
}

.gradient-card-style-five .col-md-3.col-sm-4>.frame .ce-gallery img,
.gradient-card-style-five .col-md-3.col-sm-4>.frame .ce-gallery svg {
    width: 40px;
    height: 40px;
}

.gradient-card-style-five .col-12 ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width: 768px) {
    .gradient-card-style-five .col-12 ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

.gradient-card-style-five .col-12 ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #fff !important;
    position: relative;
    padding-left: 1.5rem !important;
    text-indent: 0px !important;
    font-size: 16px;
}

.gradient-card-style-five .col-12 ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background-size: contain !important;
}

.gradient-card-style-five .col-12 ul li::before {
    background: url("/typo3conf/ext/spt_package/Resources/Public/images/circle-check-big.svg") no-repeat center;
}

@media (max-width: 1024px) {
    .gradient-card-style-five .col-md-3.col-sm-4>.frame p strong {
        font-size: 2rem;
    }
}

@media (max-width: 992px) {
    .gradient-card-style-five .col-md-3.col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gradient-card-style-five .col-md-3.col-sm-4 {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {

    .gradient-card-style-five .row.col-p20 {
        margin: 0px;
    }

    .gradient-card-style-five>.container {
        padding: 24px;
    }

    .gradient-card-style-five .col-12>.frame {
        margin-top: 0px;
    }

    .gradient-card-style-five .col-md-3.col-sm-4>.frame p strong {
        font-size: 1.25rem;
    }
}

@media(max-width:576px) {
    .gradient-card-style-five .col-md-3.col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* gradient-card-style-five end */
/* gradient-card-style-four start */
.gradient-card-style-four {
    background: linear-gradient(to bottom right, #004a6f, #003651);
    color: #ffffff;
    border-radius: 1rem;
    padding: 2.5rem;
    margin-bottom: 64px;
}

.gradient-card-style-four>.container>.col-12 {
    padding: 0px;
}

.gradient-card-style-four .col-12 .ce-textpic {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    margin-bottom: 24px;
}

.gradient-card-style-four .col-12 .ce-textpic img,
.gradient-card-style-four .col-12 .ce-textpic svg {
    width: 16px;
    height: 16px;
}

.gradient-card-style-four .col-12 .ce-bodytext {
    font-size: 0.875rem;
    margin-bottom: 0px;
    line-height: normal;
}

.gradient-card-style-four .col-12 .ce-bodytext p {
    margin-bottom: 0px;
}

.gradient-card-style-four .ce-gallery {
    margin-bottom: 0px !important;
    margin-right: 8px !important;
}

.gradient-card-style-four h5 {
    margin-bottom: 24px;
}

@media(max-width:768px) {
    .gradient-card-style-four {
        padding: 1.5rem 1rem;
    }
}

/* gradient-card-style-four end */
/* border-card-section-two start */
.border-card-section-two {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 2.5rem;
    margin-bottom: 64px;
}

.border-card-section-two>.container {
    padding: 0px;
}

.border-card-section-two .ce-gallery {
    margin-bottom: 0px !important;
    margin-right: 16px !important;
    background-color: #004a6f;
    border-radius: 9999px;
    padding: 0.75rem;
    flex-shrink: 0;
}

.border-card-section-two .ce-gallery img,
.border-card-section-two .ce-gallery svg {
    width: 24px;
    height: 24px;
}

.border-card-section-two h5 {
    margin-bottom: 16px;
}

.border-card-section-two .row.col-p20 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
    width: 100%;
}

@media (min-width:768px) {
    .border-card-section-two .row.col-p20 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.border-card-section-two .row.col-p20 .col-md-4.col-sm-4.col-xs-12 {
    background: #fbf9fa;
    border-radius: 0.75rem;
    padding: 1.25rem;
    text-align: center;
    max-width: 100%;
}

.border-card-section-two .row.col-p20 .col-md-4.col-sm-4.col-xs-12 h5 {
    margin-bottom: 4px;
}

.border-card-section-two .row.col-p20 .col-md-4.col-sm-4.col-xs-12 p {
    margin-bottom: 0px;
}

.border-card-section-two .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-gallery {
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 0px;
    margin-bottom: 12px !important;
    text-align: left;
}

.border-card-section-two .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-gallery img,
.border-card-section-two .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-gallery svg {
    width: 20px;
    height: 20px;
}

.border-card-section-two .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-bodytext {
    text-align: left;
}

.border-card-section-two .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-bodytext h6 {
    margin-bottom: 4px;
}

@media(max-width:768px) {
    .border-card-section-two {
        padding: 1.5rem 1rem;
    }

    .border-card-section-two .row.col-p20 {
        width: auto;
    }
}

.border-card-section-two {
    background-color: #ffffff;
    border: 2px solid #004a6f;
    border-radius: 1rem;
    padding: 2.5rem;
}

.border-card-section-two .ce-gallery {
    background-color: #004a6f;
    border-radius: 9999px;
    padding: 1rem;
    flex-shrink: 0;
}

.border-card-section-two .ce-gallery img,
.border-card-section-two .ce-gallery svg {
    width: 32px;
    height: 32px
}

.border-card-section-two h2 {
    font-size: 30px
}

.border-card-section-two .ce-bodytext p.background-with-left-border {
    background-color: rgba(0, 74, 111, 0.05);
    border-left: 4px solid #004a6f;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    padding: 1.5rem;
}

@media (max-width: 992px) {
    .border-card-section-two {
        padding: 2rem;
    }
}

@media (max-width: 576px) {
    .border-card-section-two {
        padding: 1.5rem;
        border-radius: 0.75rem;
    }

    .border-card-section-two .ce-gallery {
        float: none;
        width: 64px;
    }
}

/* border-card-section-two end */
/* border-card-section-three start */
.border-card-section-three {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 2.5rem;
    margin-bottom: 64px;
}

.border-card-section-three .ce-gallery {
    margin-bottom: 0px !important;
    margin-right: 16px !important;
    background-color: #004a6f;
    border-radius: 9999px;
    padding: 0.75rem;
    flex-shrink: 0;
}

.border-card-section-three .ce-gallery img,
.border-card-section-three .ce-gallery svg {
    width: 24px;
    height: 24px;
}

.border-card-section-three h5 {
    margin-bottom: 16px;
}

.border-card-section-three .row.col-p20 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
    width: 100%;
}

@media (min-width:768px) {
    .border-card-section-three .row.col-p20 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.border-card-section-three .row.col-p20 .col-md-4.col-sm-4.col-xs-12 {
    background: #fbf9fa;
    border-radius: 0.75rem;
    padding: 1.25rem;
    text-align: center;
    max-width: 100%;
}

.border-card-section-three .row.col-p20 .col-md-4.col-sm-4.col-xs-12 h5 {
    margin-bottom: 4px;
}

.border-card-section-three .row.col-p20 .col-md-4.col-sm-4.col-xs-12 p {
    margin-bottom: 0px;
}

.border-card-section-three .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-gallery {
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 0px;
    margin-bottom: 12px !important;
    text-align: left;
}

.border-card-section-three .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-left>.ce-gallery {
    text-align: left;
}

.border-card-section-three .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-center>.ce-gallery {
    text-align: center;
}

.border-card-section-three .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-center>.ce-bodytext h6~p {
    font-size: 0.875rem;
    color: #4b5563;
}

.border-card-section-three .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-gallery img,
.border-card-section-three .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-gallery svg {
    width: 20px;
    height: 20px;
}

.border-card-section-three .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-bodytext {
    text-align: left;
}

.border-card-section-three .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-bodytext h6 {
    margin-bottom: 4px;
}

@media (max-width: 1024px) {
    .border-card-section-three {
        padding: 2rem;
        margin-bottom: 48px;
    }

    .border-card-section-three .ce-gallery {
        margin-right: 12px !important;
        padding: 0.6rem;
    }

    .border-card-section-three .ce-gallery img,
    .border-card-section-three .ce-gallery svg {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 768px) {
    .border-card-section-three {
        padding: 1.5rem 1rem;
    }

    .border-card-section-three .row.col-p20 {
        width: auto;
        margin: 0 auto;
        gap: 0.75rem;
    }

    .border-card-section-three .row.col-p20 .col-md-4.col-sm-4.col-xs-12 {
        padding: 1rem;
    }

    .border-card-section-three .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-gallery img,
    .border-card-section-three .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-gallery svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 576px) {
    .border-card-section-three {
        padding: 1.25rem 0.75rem;
    }

    .border-card-section-three .row.col-p20 {
        gap: 0.5rem;
    }

    .border-card-section-three .row.col-p20 .col-md-4.col-sm-4.col-xs-12 {
        padding: 0.875rem;
    }

    .border-card-section-three .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-gallery img,
    .border-card-section-three .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-gallery svg {
        width: 16px;
        height: 16px;
    }
}

/* border-card-section-three end */
/* border-card-row start */
.border-card-row {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 64px;
}

@media (min-width: 768px) {
    .border-card-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.border-card-row .border-card-section {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 0px;
}

.border-card-row .border-card-section .ce-textpic {
    display: flex;
}

.border-card-row .border-card-section .ce-gallery {
    background-color: rgba(0, 74, 111, 0.1);
    border-radius: 9999px;
    padding: 0.75rem;
    margin-bottom: 0px !important;
    margin-right: 16px !important;
    height: 100%;
    min-width: 48px;
}

.border-card-row .border-card-section .ce-gallery img,
.border-card-row .border-card-section .ce-gallery svg {
    width: 24px;
    height: 24px;
}

.border-card-row .border-card-section ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding-left: 0px;
}

.border-card-row .border-card-section ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #374151;
    position: relative;
    padding-left: 1.5rem !important;
    text-indent: 0px !important;
}

.border-card-row .border-card-section ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35rem;
    width: 20px;
    height: 20px;
    background: url("/typo3conf/ext/spt_package/Resources/Public/images/list-items-marker.svg") no-repeat center;
    background-size: contain !important;
}

.border-card-row .border-card-section h4 strong {
    color: #101828;
}

@media(max-width:768px) {
    .border-card-row .border-card-section {
        padding: 1.5rem 1rem;
    }

    .border-card-row .border-card-section .ce-textpic {
        align-items: center;
    }

    .border-card-row .border-card-section .ce-textpic h3 {
        margin-bottom: 0px;
    }

    .border-card-row .border-card-section ul li {
        font-size: 16px;
    }
}

/* border-card-row end */
/* border-card-row inner dark start */
.border-card-row .border-card-dark-section .ce-gallery {
    background-color: rgba(255, 255, 255, 0.2);
}

.border-card-row .border-card-dark-section ul li {
    color: #fff;
}

.border-card-row .border-card-dark-section ul li::before {
    background: url("/typo3conf/ext/spt_package/Resources/Public/images/circle-check-big.svg") no-repeat center;
}

.border-card-row .border-card-dark-section h4 strong {
    color: #fff;
}

@media(max-width:768px) {
    .border-card-row .border-card-dark-section {
        padding: 1.5rem 1rem;
    }
}

/* border-card-row inner dark end */
/* background-color-section-one  start */
.background-color-section-one {
    background-color: #f9fafb;
    border-radius: 1rem;
    padding: 2.5rem;
    margin-bottom: 64px;
}

.background-color-section-one h5 {
    color: #101828;
    margin-bottom: 24px;
}

@media(max-width:768px) {
    .background-color-section-one {
        padding: 1.5rem 1rem;
    }
}

/* background-color-section-one  end */
/* profile-card-one  start */
.profile-card-one {
    background: linear-gradient(to bottom right, #004a6f, #003651);
    color: #ffffff;
    border-radius: 1rem;
    padding: 1.5rem 1rem;
    display: inline-block;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 64px;
    width: 100%;
}

@media (min-width:768px) {
    .profile-card-one {
        display: flex;
        flex-direction: row;
        padding: 2.5rem;
    }
}

.profile-card-one .left-children {
    flex: 1 1 0%;
}

.profile-card-one .right-children {
    max-width: 100%;
    flex: 4;
}

@media (max-width:768px) {

    .profile-card-one .left-children,
    .profile-card-one .right-children {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .profile-card-one .right-children .ce-gallery {
        place-items: center;
    }
}

.profile-card-one ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding-left: 0px;
    margin-bottom: 24px;
}

.profile-card-one ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #fff !important;
    position: relative;
    padding-left: 1.5rem !important;
    text-indent: 12px !important;
    margin-bottom: 0px !important;
}

.profile-card-one ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35rem;
    width: 20px;
    height: 20px;
    background: url("/typo3conf/ext/spt_package/Resources/Public/images/award.svg") no-repeat center;
    background-size: contain;
}

.profile-card-one a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #ffffff;
    color: #004a6f;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: 600;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 150ms;
}

.profile-card-one a:hover {
    background-color: #f3f4f6;
    text-decoration: none;
}

a.email-icon-blue::before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-image: url("/typo3conf/ext/spt_package/Resources/Public/images/mail-blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

a.email-icon-white::before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-image: url("/typo3conf/ext/spt_package/Resources/Public/images/mail.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

a.phone-icon-blue::before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-image: url("/typo3conf/ext/spt_package/Resources/Public/Icons/doctor-phone.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

a.phone-icon-grey::before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-image: url("/typo3conf/ext/spt_package/Resources/Public/images/phone-grey.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.arrow-icon-blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 500;
    background-color: #ffffff;
    color: #004a6f !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    min-height: 48px;
    border-radius: 0.375rem;
    outline: none;
    transition: all 150ms;
    touch-action: manipulation;
    flex-shrink: 0;
}

.arrow-icon-blue::after {
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-image: url("/typo3conf/ext/spt_package/Resources/Public/images/arrow-blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.arrow-icon-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 500;
    background-color: #004a6f;
    color: #fff !important;
    padding: 16px 32px;
    min-height: 48px;
    border-radius: 0.375rem;
    outline: none;
    transition: all 150ms;
    touch-action: manipulation;
    flex-shrink: 0;
}

.arrow-icon-white::after {
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-image: url("/typo3conf/ext/spt_package/Resources/Public/images/arrow-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.arrow-icon-white:hover {
    text-decoration: none;
}


.arrow-icon-blue-border {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 500;
    background-color: transparent;
    color: #004a6f !important;
    padding: 16px 32px;
    min-height: 48px;
    box-shadow: inset 0 0 0 1.6px #004a6f;
    border-radius: 0.375rem;
    outline: none;
    transition: all 150ms;
    touch-action: manipulation;
    flex-shrink: 0;
}

.arrow-icon-blue-border::after {
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-image: url("/typo3conf/ext/spt_package/Resources/Public/images/arrow-blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.arrow-icon-blue-border:hover {
    text-decoration: none;
    background: rgba(0, 74, 111, 0.05)
}

/* profile-card-one  end */
/* profile-card-two  start */
.profile-card-two {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1.5rem 1rem;
    display: inline-block;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 64px;
    width: 100%;
}

@media (min-width:768px) {
    .profile-card-two {
        display: flex;
        flex-direction: row;
        padding: 2.5rem;
    }
}

.profile-card-two .left-children {
    flex: 1 1 0%;
}

.profile-card-two .right-children {
    max-width: 100%;
    flex: 6;
}

.profile-card-two h5 {
    margin-bottom: 4px;
}

.profile-card-two p {
    margin-bottom: 4px;
}

.profile-card-two p strong {
    color: #004a6f;
}

.profile-card-two p a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #374151;
    font-size: 0.875rem;
    transition-property: color;
    transition-duration: 150ms;
}

.profile-card-two p a:hover {
    color: #004a6f;
}

.profile-card-two p a:first-of-type {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #004a6f;
    color: #ffffff !important;
    padding: 0.625rem 1.25rem;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 0.875rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 150ms;
}

.profile-card-two p a:first-of-type strong {
    color: #ffffff !important;
}

.profile-card-two a:first-of-type:hover {
    background-color: #003651;
    text-decoration: none;
}

.profile-card-two .right-children>div>div>p {
    display: flex;
    column-gap: 16px;
    margin-top: 24px;
}

@media(max-width:768px) {
    .profile-card-two {
        text-align: center;
    }

    .profile-card-two .left-children .ce-gallery {
        place-items: center;
    }

    .profile-card-two .right-children>div>div>p {
        display: block;
    }

    .profile-card-two p a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }
}

/* profile-card-two  end */
/* gradient-card-style-three  start */
.gradient-card-style-three {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    background: linear-gradient(to bottom right, #004a6f, #003651);
    color: #ffffff;
    transition: all 300ms;
    padding: 24px;
    width: 100%;
}

.gradient-card-style-three:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.gradient-card-style-three h6 {
    color: #fff;
    margin-bottom: 16px;
}

.gradient-card-style-three p a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 500;
    background-color: #ffffff;
    color: #004a6f;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    min-height: 48px;
    border-radius: 0.375rem;
    outline: none;
    transition: all 150ms;
    touch-action: manipulation;
    flex-shrink: 0;
}

.gradient-card-style-three p a:hover {
    background-color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.gradient-card-style-three p a.email-icon-white {
    background: transparent;
    color: #fff;
    padding: 0rem;
}

.gradient-card-style-three>div>div {
    flex-wrap: wrap;
    column-gap: 16px;
    display: flex;
    align-items: center;
}

/* gradient-card-style-three  end */
/* background-color-section-two  start */
.background-color-section-two {
    background-color: #f9fafb;
    border-radius: 1rem;
    padding: 2.5rem;
}

.background-color-section-two .row {
    column-gap: 24px;
}

.background-color-section-two .left-children,
.background-color-section-two .right-children {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1.5rem;
    transition: all 150ms;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
}

@media (max-width: 992px) {

    .background-color-section-two .left-children,
    .background-color-section-two .right-children {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .background-color-section-two .row {
        row-gap: 24px;
    }

    .background-color-section-two {
        padding: 2rem;
    }

    .background-color-section-two h2 {
        margin-bottom: 0px;
    }
}

@media (max-width: 576px) {

    .background-color-section-two .left-children,
    .background-color-section-two .right-children {
        padding: 1.2rem;
    }

    .background-color-section-two {
        padding: 1.5rem;
        border-radius: 0.75rem;
    }

    .background-color-section-two .ce-intext.ce-left .ce-gallery {
        margin-right: 10px;
        padding: 10px;
    }
}

.background-color-section-two .ce-textpic,
.background-color-section-two .ce-textpic {
    display: flex;
    align-items: center;
    margin-bottom: 12px;

}

.background-color-section-two .ce-textpic .ce-bodytext p {
    margin-bottom: 0px;
}

.background-color-section-two .left-children .ce-textpic h4 a,
.background-color-section-two .right-children .ce-textpic h4 a {
    color: #101828;

}

.background-color-section-two .left-children:hover,
.background-color-section-two .right-children:hover {
    border-color: #004a6f;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.background-color-section-two .left-children .ce-gallery,
.background-color-section-two .right-children .ce-gallery {
    background-color: rgba(0, 74, 111, 0.1);
    border-radius: 0.5rem;
    padding: 0.75rem;
    transition: background-color 150ms;
}

.background-color-section-two .left-children .ce-gallery img,
.background-color-section-two .right-children .ce-gallery img,
.background-color-section-two .left-children .ce-gallery svg,
.background-color-section-two .right-children .ce-gallery svg {
    width: 24px;
    height: 24px;
    border-radius: 0px;
}

.background-color-section-two .left-children:hover .ce-gallery,
.background-color-section-two .right-children:hover .ce-gallery {
    background-color: #004a6f;
}

.background-color-section-two .left-children:hover .ce-gallery img,
.background-color-section-two .right-children:hover .ce-gallery img,
.background-color-section-two .left-children:hover .ce-gallery svg,
.background-color-section-two .right-children:hover .ce-gallery svg {
    filter: brightness(0) saturate(100%) invert(100%);
}

.background-color-section-two .col-12:not(.col-md-6) .frame {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.background-color-section-two .ce-gallery {
    margin-bottom: 0px !important;
}

.background-color-section-two .col-12:not(.col-md-6) a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #004a6f;
    font-weight: 600;
    text-decoration: none;
}

.background-color-section-two .col-12:not(.col-md-6):hover {
    text-decoration: underline;
}

.background-color-section-two .col-12:not(.col-md-6) img,
.background-color-section-two .col-12:not(.col-md-6) svg {
    width: 20px;
    height: 20px
}

/* background-color-section-one  end */
/* list-items-card-two start */
section.section.list-items-card-two {
    padding-top: 0px
}

.list-items-card-two .col-12 {
    display: grid;
    gap: 1.5rem;
}

@media (min-width:768px) {
    .list-items-card-two .col-12 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.list-items-card-two .col-12>.frame {
    background-color: #f9fafb;
    color: #111827;
    border-radius: 0.75rem;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: box-shadow 150ms;
}

.list-items-card-two .col-12>.frame:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.list-items-card-two .col-12>.frame:nth-child(3) {
    background: linear-gradient(to bottom right, #004a6f, #003651);
    color: #ffffff;
}

.list-items-card-two .col-12>.frame:nth-child(3) h6 {
    color: #ffffff;
}

.list-items-card-two .ce-gallery {
    background-color: rgba(0, 74, 111, 0.1);
    border-radius: 0.5rem;
    padding: 0.75rem;
    flex-shrink: 0;
    margin-bottom: 0px !important
}

.list-items-card-two .col-12>.frame:nth-child(3) .ce-gallery {
    background-color: oklab(0.999994 0.0000455678 0.0000200868 / 0.2);
}

.list-items-card-two .ce-gallery img,
.list-items-card-two .ce-gallery svg {
    width: 24px;
    height: 24px;
    border-radius: 0px;
}

.list-items-card-two h6 {
    color: #101828;
    margin-bottom: 0px !important;
    font-weight: 900;
}

.list-items-card-two .row>.col-12 .ce-textpic {
    display: flex;
    align-items: center;
}

/* list-items-card-two end */

/* badge-button-inner-two start */
.badge-button-inner-two {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(103, 48, 138, 0.1);
    color: #67308a;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    width: auto !important;
}

.badge-button-inner-two a {
    color: #67308a;
    font-size: 0.875rem;
    font-weight: 600;
}

.badge-button-inner-two img,
.badge-button-inner-two svg {
    width: 16px;
    height: 16px;
}

.badge-button-inner-two .ce-gallery,
.badge-button-inner-two p {
    margin-bottom: 0px !important;
}

.badge-button-inner-two .ce-textpic {
    display: flex;
    align-items: center;
}

.badge-button-inner-two~.col-12 {
    margin-left: -15px;
    margin-right: -15px;
}

/* badge-button-inner-two start */
/* gradient-card-style-six start */
.gradient-card-style-six {
    background: linear-gradient(to bottom right, #004a6f, #003651);
    color: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 24px;
}

.gradient-card-style-six>.container {
    padding: 0px;
}

.gradient-card-style-six .row>.frame .ce-gallery {
    margin-bottom: 0px !important;
    margin-right: 16px !important;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    padding: 0.75rem;
    flex-shrink: 0;
}

.gradient-card-style-six .row>.frame .ce-gallery img,
.gradient-card-style-six .row>.frame .ce-gallery svg {
    width: 24px;
    height: 24px;
    border-radius: 0px;
}

/* gradient-card-style-six end */
.survio-widget.open .bubbleWrapper {
    z-index: 999;
}

.survio-widget .bubbleWrapper {
    z-index: 1;
}

/* start page des start */
.description-section-one>.container {
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.description-section-one .ce-textpic {
    display: grid;
    grid-template-columns: 20rem 1fr;
    gap: 3rem;
}

@media (max-width: 992px) {
    .description-section-one .ce-textpic {
        grid-template-columns: 1fr;
    }
}

.description-section-one .ce-textpic .ce-gallery img {
    width: 20rem;
    margin-right: 3rem;
    margin-bottom: 0rem;
    border-radius: 1rem;
    /* box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1), -4px 4px 5px 0px rgba(0, 0, 0, 0.04); */
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    overflow: hidden;
    transform: scale(0.95);
}

.description-section-one .ce-textpic .ce-bodytext p {
    font-size: 16px;
    color: #374151;
    line-height: 1.625;
    margin-bottom: 1.25rem;
}

.description-section-one iframe {
    position: relative;
    background-color: #000000;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.description-section-one .right-children~.col-12 {
    margin-top: 32px;
}

.description-section-one .right-children h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #004a6f;
    margin-bottom: 0.5rem;
}

.description-section-one .right-children div>p {
    color: #111827;
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
}

.description-section-one .right-children div>p:last-of-type {
    color: #4b5563;
    font-size: 0.875rem;
    margin-bottom: 0px;
}

.description-section-one .col-12 p strong {
    color: #101828;
}

.description-section-one header~h5 {
    font-size: 1.25rem;
    color: #111827;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.description-section-one header~h5~p {
    font-size: 1.125rem;
    color: #4a5565;
    font-weight: 400;
    margin-bottom: 64px;
}

.description-section-one~.frame img {
    width: 100%;
}

/* start page des end */
/* quote style one start */
.quote-style-one {
    margin-top: 4rem;
    margin-bottom: 4rem;
    border-left: 4px solid #004a6f;
    padding-left: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.quote-style-one>.frame>p {
    color: #004a6f;
    font-size: 1.5rem;
    line-height: 1.625;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 1rem;
}

.quote-style-one>.frame>p:last-of-type {
    color: #4b5563;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0px;
}

/* quote style one end */
/* expertise style one start */
.expertise-section-one {
    position: relative;
    background: linear-gradient(to bottom right, #004a6f, #004a6f, rgba(0, 74, 111, 0.8));
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
}

.expertise-section-one .col-12 {
    margin-bottom: 64px;
}

.expertise-section-one .col-12>.frame p {
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1.5rem;
}

.expertise-section-one .col-12>.frame h2 {
    font-size: 3.75rem;
    font-weight: 200;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0.75rem;
    letter-spacing: -0.025em;
}

@media (min-width: 768px) {
    .expertise-section-one .col-12>.frame h2 {
        font-size: 4.5rem;
    }
}

.expertise-section-one .col-12>.frame p:last-of-type {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.125rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    text-transform: capitalize;
}

.expertise-section-one .col-md-3.col-sm-4>.frame {
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.expertise-section-one .col-md-3.col-sm-4>.frame .ce-gallery {
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
    background-color: rgba(255, 255, 255, 0.2);
}

.expertise-section-one .col-md-3.col-sm-4>.frame .ce-gallery img,
.expertise-section-one .col-md-3.col-sm-4>.frame .ce-gallery svg {
    width: 28px;
    height: 28px;
}

.expertise-section-one .col-md-3.col-sm-4>.frame .ce-bodytext h5 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.025em;
    margin-bottom: 8px;
}

.expertise-section-one .col-md-3.col-sm-4>.frame .ce-bodytext h6 {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 8px;
}

.expertise-section-one .col-md-3.col-sm-4>.frame .ce-bodytext p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    line-height: 1.625;
    margin-bottom: 0;
}

.expertise-section-one .col-md-3.col-sm-4>.frame:hover {
    transform: translateY(-6px);
    background-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 1439px) {
    .expertise-section-one .col-md-3.col-sm-4>.frame {
        padding: 1.75rem;
    }

    .expertise-section-one .col-md-3.col-sm-4>.frame .ce-bodytext h5 {
        font-size: 2rem;
    }
}

@media (max-width: 1024px) {
    .expertise-section-one .col-md-3.col-sm-4>.frame {
        padding: 1.5rem;
    }

    .expertise-section-one .col-md-3.col-sm-4>.frame .ce-gallery {
        width: 3rem;
        height: 3rem;
    }

    .expertise-section-one .col-md-3.col-sm-4>.frame .ce-bodytext h5 {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .expertise-section-one .col-md-3.col-sm-4>.frame {
        padding: 1.25rem;
        margin-bottom: 30px;
    }

    .expertise-section-one .col-md-3.col-sm-4>.frame .ce-bodytext h5 {
        font-size: 1.5rem;
    }

    .expertise-section-one .col-md-3.col-sm-4>.frame .ce-bodytext h6 {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .expertise-section-one .col-md-3.col-sm-4>.frame {
        padding: 1rem;
    }

    .expertise-section-one .col-md-3.col-sm-4>.frame .ce-gallery {
        width: 2.75rem;
        height: 2.75rem;
    }

    .expertise-section-one .col-md-3.col-sm-4>.frame .ce-gallery img,
    .expertise-section-one .col-md-3.col-sm-4>.frame .ce-gallery svg {
        width: 24px;
        height: 24px;
    }

    .expertise-section-one .col-md-3.col-sm-4>.frame .ce-bodytext h5 {
        font-size: 1.25rem;
    }

    .expertise-section-one .col-md-3.col-sm-4>.frame .ce-bodytext p {
        font-size: 0.8125rem;
    }
}

/* expertise style one end */
/* news figma section start */
.news-fi-section .col-12 {
    margin-bottom: 14px;
}

.news-fi-section .col-12 p {
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 1.5rem;
}

.news-fi-section .col-12 h2 {
    font-size: 4.5rem;
    font-weight: 200;
    color: #111827;
    line-height: 1;
    margin-bottom: 0.75rem;
    letter-spacing: -0.025em;
}

@media (min-width: 768px) {
    .news-fi-section .col-12 h2 {
        font-size: 6rem;
    }
}

.news-fi-section .col-12 p:last-of-type {
    font-size: 1.25rem;
    font-weight: 500;
    color: #004a6f;
    margin-bottom: 0px;
    text-transform: lowercase;
    letter-spacing: normal;
}

.featured-posts-wrapper {
    background: transparent;
    padding-top: 0px;
}

/* news figma section end */
/* podcast section start */
.podcast-section {
    background-color: #f3f4f6;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.podcast-section .row>.col-12 {
    margin-bottom: 64px;
}

.podcast-section .col-12 p {
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 1.5rem;
}

.podcast-section .col-12 h2 {
    font-size: 6rem;
    font-weight: 600;
    color: #004a6f;
    line-height: 1;
    margin-bottom: 0.75rem;
    letter-spacing: -0.05em;
}

@media (min-width: 768px) {
    .podcast-section .col-12 h2 {
        font-size: 8rem;
    }
}

.podcast-section .col-12 p:last-of-type {
    font-size: 1.5rem;
    font-weight: 300;
    color: #4b5563;
    text-transform: capitalize;
    margin-bottom: 0px;
}

/* podcast section end */
.podcast-section .col-12.col-md-6>.col-12 {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.04);
    transition: all 0.5s ease;
    padding: 0px;
}

.podcast-section .col-12.col-md-6>.col-12:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.podcast-section .col-12.col-md-6 .ce-gallery {
    position: relative;
    height: 100%;
    overflow: hidden;
}

@media(min-width:1800px) {
    .podcast-section .col-12.col-md-6 .ce-gallery {
        height: 400px;
    }
}

.podcast-section .col-12.col-md-6 .ce-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.podcast-section .col-12.col-md-6:hover .ce-gallery img {
    transform: scale(1.1);
}

.podcast-section .col-12.col-md-6 .ce-gallery::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(127, 29, 29, 0.2),
            rgba(127, 29, 29, 0.5),
            rgba(127, 29, 29, 0.8));
    transition: all 0.5s ease;
}

.podcast-section .col-12.col-md-6:hover .ce-gallery::after {
    background: linear-gradient(to bottom,
            rgba(127, 29, 29, 0.2),
            rgba(127, 29, 29, 0.5),
            rgba(127, 29, 29, 0.85));
}

.podcast-section .col-12.col-md-6>.col-12>.frame:last-of-type {
    position: absolute;
    inset: 0;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    z-index: 2;
}

.podcast-section .col-12.col-md-6>.col-12>.frame:last-of-type p.text-right {
    text-align: right;
}

.podcast-section .col-12.col-md-6>.col-12>.frame:last-of-type p.text-right {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    backdrop-filter: blur(8px);
    padding: 0.5rem 1.25rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: normal;
    width: 130px;
    align-self: self-end;
}

.podcast-section .col-12.col-md-6>.col-12>.frame:last-of-type h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.podcast-section .col-12.col-md-6>.col-12:hover>.frame:last-of-type h3 {
    transform: translateX(8px);
}

.podcast-section .col-12.col-md-6>.col-12>.frame:last-of-type h3+p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.25rem;
    margin-bottom: 2rem;
    line-height: 1.625;
    font-weight: 500;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
    letter-spacing: normal;
}

.podcast-section .col-12.col-md-6>.col-12>.frame:last-of-type div p strong {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: #fff;
    color: #111827;
    padding: 1rem 2rem;
    border-radius: 999px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 18px;
    letter-spacing: normal;
}

.podcast-section .col-12.col-md-6>.col-12:hover>.frame:last-of-type div p strong {
    gap: 1.25rem;
}

.podcast-section .play-podcast {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: #ffffff;
    color: #111827 !important;
    padding: 1rem 2rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1.125rem;
    letter-spacing: normal;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
}

.podcast-section .play-podcast::before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23111827' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpolygon points='6 3 20 12 6 21 6 3'/%3E%3C/svg%3E");
}

.podcast-section .play-podcast::after {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23111827' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
    transition: transform 0.3s ease;
}

.podcast-section .col-12.col-md-6:hover .play-podcast {
    gap: 1.25rem;
}

.podcast-section .col-12.col-md-6:hover .play-podcast::after {
    transform: translateX(4px);
}

.podcast-section .play-podcast:hover {
    text-decoration: none;
}

@media (max-width: 1439px) {

    .podcast-section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .podcast-section .col-12 h2 {
        font-size: 5rem;
    }

    .podcast-section .col-12.col-md-6 .ce-gallery {
        height: 340px;
    }

    .podcast-section .col-12.col-md-6>.col-12>.frame:last-of-type {
        padding: 2rem;
    }
}

@media (max-width: 1024px) {

    .podcast-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .podcast-section .row>.col-12 {
        margin-bottom: 48px;
    }

    .podcast-section .col-12 h2 {
        font-size: 4rem;
    }

    .podcast-section .col-12 p:last-of-type {
        font-size: 1.25rem;
    }

    .podcast-section .col-12.col-md-6 .ce-gallery {
        height: 300px;
    }

    .podcast-section .col-12.col-md-6>.col-12>.frame:last-of-type h3 {
        font-size: 1.75rem;
    }

    .podcast-section .col-12.col-md-6>.col-12>.frame:last-of-type h3+p {
        font-size: 1.125rem;
    }

    .podcast-section .play-podcast {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {

    .podcast-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .podcast-section .col-12 h2 {
        font-size: 3rem;
    }

    .podcast-section .col-12 p {
        font-size: 0.75rem;
    }

    .podcast-section .col-12 p:last-of-type {
        font-size: 1.125rem;
    }

    .podcast-section .col-12.col-md-6 .ce-gallery {
        height: 260px;
    }

    .podcast-section .col-12.col-md-6>.col-12>.frame:last-of-type {
        padding: 1.5rem;
    }

    .podcast-section .col-12.col-md-6>.col-12>.frame:last-of-type h3 {
        font-size: 1.5rem;
    }

    .podcast-section .col-12.col-md-6>.col-12>.frame:last-of-type h3+p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .podcast-section .play-podcast {
        padding: 0.75rem 1.25rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {

    .podcast-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .podcast-section .row>.col-12 {
        margin-bottom: 32px;
    }

    .podcast-section .col-12 h2 {
        font-size: 2.25rem;
    }

    .podcast-section .col-12.col-md-6 .ce-gallery {
        height: 220px;
    }

    .podcast-section .col-12.col-md-6>.col-12>.frame:last-of-type {
        padding: 1.25rem;
    }

    .podcast-section .col-12.col-md-6>.col-12>.frame:last-of-type h3 {
        font-size: 1.25rem;
    }

    .podcast-section .col-12.col-md-6>.col-12>.frame:last-of-type h3+p {
        font-size: 0.9rem;
    }

    .podcast-section .col-12.col-md-6>.col-12>.frame:last-of-type p.text-right strong {
        font-size: 13px;
        padding: 0.5rem 1rem;
    }

    .podcast-section .play-podcast {
        width: auto;
        justify-content: center;
        padding: 0.55rem 1rem;
    }

    .podcast-section .play-podcast::before,
    .podcast-section .play-podcast::after {
        width: 12px;
        height: 12px;
    }
}

/* event-fi-section start */
.event-fi-section>.container>.frame:first-of-type h2 {
    font-size: 4.5rem;
    font-weight: 100;
    color: #111827;
    line-height: 1;
    margin-bottom: 0.75rem;
    letter-spacing: -0.025em;
}

@media (min-width: 768px) {
    .event-fi-section>.container>.frame:first-of-type h2 {
        font-size: 6rem;
    }
}

.event-fi-section>.container>.frame:first-of-type h6 {
    font-size: 3rem;
    font-weight: 700;
    color: #004a6f;
    letter-spacing: -0.025em;
    text-align: center;
}

@media (min-width: 768px) {
    .event-fi-section>.container>.frame:first-of-type h6 {
        font-size: 3.75rem;
    }
}

.event-fi-section>.container>.frame:first-of-type p {
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 1.5rem;
    text-align: center;
}

.event-fi-section>.container>.frame:first-of-type div {
    margin-bottom: 64px;
}

.event-fi-arrow {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    color: #6b7280 !important;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}

.event-fi-arrow::after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: currentColor;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="M5 12h14"/><path d="m12 5 7 7-7 7"/></svg>') no-repeat center;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="M5 12h14"/><path d="m12 5 7 7-7 7"/></svg>') no-repeat center;
    transition: transform 0.3s ease;
}

.event-fi-arrow:hover {
    color: #374151;
    text-decoration: none;
}

.event-fi-arrow:hover::after {
    transform: translateX(2px);
}

/* event-fi-section end */
/* footer background */
.footer-background-section {
    position: relative;
}

@media (min-width: 1600px) {
    .footer-background-section .ce-gallery img {
        height: 600px;
        width: 100%;
    }
}

.footer-background-section .ce-gallery img {
    min-height: 350px;
}

@media (max-width: 767.9px) {
    .footer-background-section .ce-gallery img {
        object-fit: cover;
    }
}

.footer-background-section>.frame:last-of-type {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
    flex-direction: column;
}

.footer-background-section>.frame:last-of-type p {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    letter-spacing: 0.2em;
}

@media (max-width: 1024px) {
    .footer-background-section>.frame:last-of-type p {
        font-size: 1.1rem;
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 768px) {
    .footer-background-section>.frame:last-of-type p {
        font-size: 1rem;
        margin-bottom: 1rem;
        letter-spacing: 0.15em;
    }
}

@media (max-width: 576px) {
    .footer-background-section>.frame:last-of-type p {
        font-size: 0.875rem;
        margin-bottom: 0.75rem;
        letter-spacing: 0.12em;
    }
}

.footer-background-section>.frame:last-of-type h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 0.95;
    letter-spacing: -0.025em;
    max-width: 56rem;
}

@media (min-width: 576px) {
    .footer-background-section>.frame:last-of-type h2 {
        font-size: 3rem;
    }
}

@media (min-width: 768px) {
    .footer-background-section>.frame:last-of-type h2 {
        font-size: 4.5rem;
    }
}

@media (min-width: 1024px) {
    .footer-background-section>.frame:last-of-type h2 {
        font-size: 6rem;
    }
}

.orange-color {
    background: #e3740b;
    padding: 12px 17px;
    border-radius: 15px;
    color: white;
    font-weight: 700;
    cursor: pointer;
    border: #e3740b;
}

/* without banner start */
.main-content-without-banner {
    margin-top: 215px;
}

@media(max-width:992.9px) {
    .main-content-without-banner {
        margin-top: 145px;
    }
}

/* without banner end */
/* border-card-section-four start */
.border-card-section-four {
    background: linear-gradient(to bottom right, #fffbeb, #fefce8, #fff7ed);
    border: 2px solid #fde68a;
    border-radius: 1rem;
    padding: 2.5rem;
    margin-bottom: 64px;
}

.border-card-section-four .ce-gallery img,
.border-card-section-four .ce-gallery svg {
    width: 24px;
    height: 24px;
}

.border-card-section-four h5 {
    margin-bottom: 16px;
}

.border-card-section-four .row.col-p20 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
    width: 100%;
}

@media (min-width:768px) {
    .border-card-section-four .row.col-p20 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.border-card-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12 {
    background: #fbf9fa;
    border-radius: 0.75rem;
    padding: 1.25rem;
    text-align: center;
    max-width: 100%;
}

.border-card-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12 h5 {
    margin-bottom: 4px;
}

.border-card-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12 p {
    margin-bottom: 0px;
}

.border-card-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-gallery {
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 0px;
    margin-bottom: 12px !important;
    text-align: left;
}

.border-card-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-gallery img,
.border-card-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-gallery svg {
    width: 20px;
    height: 20px;
}

.border-card-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-bodytext {
    text-align: left;
}

.border-card-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-bodytext h6 {
    margin-bottom: 4px;
}

@media(max-width:768px) {
    .border-card-section-four {
        padding: 1.5rem 1rem;
    }

    .border-card-section-four .row.col-p20 {
        width: auto;
    }
}

.border-card-section-four .left-children .ce-gallery {
    background-color: #e17100;
    border-radius: 9999px;
    padding: 1rem;
    flex-shrink: 0;
}

.border-card-section-four .left-children .ce-gallery img,
.border-card-section-four .left-children .ce-gallery svg {
    width: 32px;
    height: 32px
}

.border-card-section-four h2 {
    font-size: 30px
}

.border-card-section-four .ce-bodytext p.background-with-left-border {
    background-color: rgba(0, 74, 111, 0.05);
    border-left: 4px solid #004a6f;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    padding: 1.5rem;
}

.border-card-section-four .badge-button-inner {
    color: #973c00;
    background: oklab(0.666 0.0940116 0.152325 / 0.1);
    margin-bottom: 16px;
}

.border-card-section-four .right-children {
    background: transparent !important;
}

.border-card-section-four .background-with-left-border {
    background-color: #ffffff;
    border-left: 4px solid #d97706;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    padding: 1.5rem;
}

.border-card-section-four .left-children {
    flex: 0 0 auto;
    width: auto;
}

.border-card-section-four .right-children {
    flex: 1 1 auto;
    min-width: 0;
}

.border-card-section-four .right-children h2 {
    width: 100%;
    white-space: nowrap;
    margin-bottom: 48px;
}

/* border-card-section-four end */
/* feedback page start */
/* .feedback-btn {
  position: fixed;
  right: 18px;
  top: 50%;

  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right center;

  background-color: #3292de;
  color: #fff !important;
  padding: 0.75rem 1.5rem;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;

  border-radius: 0.5rem 0.5rem 0 0;
  text-decoration: none;
  z-index: 999;
}
.feedback-btn:hover{
    text-decoration: none;
}
.home-section .feedback-btn, .inner-site  .feedback-btn{
  right: 33px;
} */
.feedback-btn {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: right center;
    background-color: #3292de;
    color: #fff !important;
    padding: 1.5rem 0.75rem;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 0.5rem 0 0 0.5rem;
    text-decoration: none;
    z-index: 999;
    writing-mode: sideways-lr;
}

.home-section .feedback-btn {
    right: 0px;
}

.inner-site .feedback-btn {
    right: 0px;
    bottom: 50px;
    top: auto;
}

.feedback-btn:hover {
    text-decoration: none;
}

@media (max-width: 992px) {
    .feedback-btn {
        top: auto;
        bottom: 0;
    }
}

/* feedback page end */
/* form section start */
.standard-login h3,
.standard-login p {
    text-align: center;
    max-width: 30rem;
    margin: 0 auto;
}

.standard-login h3 {
    font-weight: 600;
}

.standard-login form {
    max-width: 400px;
    margin: 2rem auto;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-family: inherit;
}

.standard-login form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.standard-login form legend {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #111827;
}

.standard-login form label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.4rem;
    color: #374151;
}

.standard-login form input[type="text"],
.standard-login form input[type="password"] {
    width: 100%;
    padding: 0.75rem 0.9rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.standard-login form input[type="text"]:focus,
.standard-login form input[type="password"]:focus {
    outline: none;
    border-color: #009de2;
    /* box-shadow: 0 0 0 3px rgba(50,146,222,0.2); */
}

.standard-login form input[type="submit"] {
    width: 100%;
    background: #009de2;
    color: #fff;
    border: none;
    padding: 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.standard-login form input[type="submit"]:hover {
    background: #004a6f;
}

.standard-login form fieldset>div {
    margin-bottom: 0.5rem;
}

.standard-login form .felogin-hidden {
    display: none;
}

/* form section end */
/* gradient-card-style-seven start */
.gradient-card-style-seven .left-children>.col-12 {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 2rem;
    height: 100%;
}

.gradient-card-style-seven .right-children>.col-12 {
    /* background: linear-gradient(to bottom right, #67308a, #4a2362); */
    background: var(--card-fig-bg, linear-gradient(to bottom right, #67308a, #4a2362));
    color: #ffffff;
    border-radius: 0.75rem;
    padding: 2rem;
    height: 100%;
}

.gradient-card-style-seven .ce-bodytext h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.gradient-card-style-seven .right-children .ce-bodytext h3 {
    color: #fff;
}

.gradient-card-style-seven .left-children>.col-12>.frame:last-of-type>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f9fafb;
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 16px;
}

.gradient-card-style-seven .left-children>.col-12>.frame:last-of-type>div>p {
    color: #374151;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: normal;
}

.gradient-card-style-seven .left-children>.col-12>.frame:last-of-type>div>div p {
    font-size: 0.75rem;
    color: #4b5563;
    margin-bottom: 0px;
}

.gradient-card-style-seven .left-children>.col-12>.frame:last-of-type>div>div p>strong {
    font-size: 1.5rem;
    font-weight: 700;
    color: #004a6f;
}

.gradient-card-style-seven .right-children>.col-12 .col-12>.frame {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.gradient-card-style-seven .right-children>.col-12 .col-12>.frame p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
    margin-bottom: 0px;
    line-height: normal;
}

.gradient-card-style-seven .right-children>.col-12 .col-12>.frame p strong {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    line-height: normal;
}

/* gradient-card-style-seven end */
/* list-items-card-three start */
.list-items-card-three>.container>.row {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 2rem;
    transition: box-shadow 0.3s ease;
}

.list-items-card-three>.container>.row:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.list-items-card-three .left-children.col-md-6 {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.list-items-card-three .right-children.col-md-6 {
    flex: 1 1 0;
    width: auto;
    max-width: none;
    min-width: 0;
}

.list-items-card-three .left-children .ce-gallery {
    background-color: #155dfc;
    border-radius: 9999px;
    padding: 1rem;
    flex-shrink: 0;
}

.list-items-card-three .right-children.col-md-6 h6 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.list-items-card-three .right-children.col-md-6 h6~p {
    color: #374151;
    line-height: 1.625;
    margin-bottom: 1rem;
}

.list-items-card-three .right-children .col-12.col-md-6>.frame {
    background-color: #eff6ff;
    border-radius: 0.75rem;
    padding: 1rem;
    height: 100%;
}

.list-items-card-three .right-children .col-12.col-md-6>.frame h6 {
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.list-items-card-three .right-children ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #374151;
    position: relative;
    padding-left: 1.5rem !important;
    text-indent: 0px !important;
}

.list-items-card-three .right-children ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url("/typo3conf/ext/spt_package/Resources/Public/images/chevron-right-blue.svg") no-repeat center;
    background-size: contain;
}

.list-items-card-three .right-children ul li span {
    font-size: 14px;
}

/* list-items-card-three end */
/* border-card-section-five start */
.border-card-section-five>.container>.row {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 2rem;
}

.border-card-section-five>.container>.row .ce-bodytext h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.border-card-section-five>.container>.row .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame {
    background: linear-gradient(to bottom right, #004a6f, #003651);
    color: #ffffff;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    height: 100%;
}

.border-card-section-five>.container>.row .row.col-p20 .col-md-4.col-sm-4.col-xs-12:nth-child(2)>.frame {
    background: linear-gradient(to bottom right, #16a34a, #166534);
}

.border-card-section-five>.container>.row .row.col-p20 .col-md-4.col-sm-4.col-xs-12:nth-child(3)>.frame {
    background: linear-gradient(to bottom right, #2563eb, #1e40af);
}

.border-card-section-five>.container>.row .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin-bottom: 0px;
}

.border-card-section-five>.container>.row .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame p strong {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
}

/* border-card-section-five end */
/* gradient-card-style-eight start */
.gradient-card-style-eight {
    background: linear-gradient(to bottom right, #004a6f, #003651);
    color: #ffffff;
    border-radius: 12px;
    padding: 32px;
}

.gradient-card-style-eight .ce-bodytext h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.gradient-card-style-eight .col-12>.frame {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
    height: 100%;
}

.gradient-card-style-eight .col-12.left-children>.frame p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0px;
}

.gradient-card-style-eight .col-12.left-children>.frame p strong {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px;
}

.gradient-card-style-eight .col-12>.frame h6 {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    margin-bottom: 0px;
}

.gradient-card-style-eight .col-12.right-children>.frame p {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    justify-content: space-between;
    margin-bottom: 8px;
}

.gradient-card-style-eight .ce-gallery {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    padding: 12px;
    flex-shrink: 0;
    margin-right: 16px !important;
}

/* gradient-card-style-eight end */
/* gradient-card-style-inner-shade global start */
.gradient-card-style-inner-shade {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.gradient-card-style-inner-shade h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    margin-bottom: 12px;
}

.gradient-card-style-inner-shade p {
    font-size: 14px;
    line-height: 22.4px;
    color: #fff;
    margin-bottom: 0px;
}

/* gradient-card-style-inner-shade global end */
/* gradient-card-style-nine start */
.gradient-card-style-nine .left-children>.frame {
    background: var(--card-fig-bg, linear-gradient(to bottom right, #2563eb, #1e40af));
    color: #ffffff;
    border-radius: 12px;
    padding: 32px;
    height: 100%;
}

.gradient-card-style-nine .right-children>.frame {
    background: var(--card-fig-bg, linear-gradient(to bottom right, #67308a, #4a2362));
    color: #ffffff;
    border-radius: 12px;
    padding: 32px;
    height: 100%;
}

.gradient-card-style-nine h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.gradient-card-style-nine p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.625;
    margin-bottom: 16px;
}

.gradient-card-style-nine ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #fff !important;
    position: relative;
    padding-left: 1.5rem !important;
    text-indent: 0px !important;
    font-size: 16px;
}

.gradient-card-style-nine ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-size: contain !important;
}

.gradient-card-style-nine .left-children ul li::before {
    background: url("/typo3conf/ext/spt_package/Resources/Public/images/circle-check-big.svg") no-repeat center;
}

.gradient-card-style-nine .right-children ul li::before {
    background: url("/typo3conf/ext/spt_package/Resources/Public/images/light-bulb.svg") no-repeat center;
}

/* gradient-card-style-nine end */
/* border-card-section-six start */
.border-card-section-six>.container>.row {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 40px;
}

.border-card-section-six>.container>.row>.col-12 {
    background: #eff6ff;
    border-radius: 12px;
    padding: 24px;
    margin-top: 24px;
}

.border-card-section-six>.container>.row>.col-12 h4 {
    font-weight: 700;
    font-size: 18px;
    color: #111827;
    margin-bottom: 12px;
}

.border-card-section-six .gradient-card-style-eight {
    background: linear-gradient(to bottom right, #16a34a, #166534);
}

.border-card-section-six .gradient-card-style-eight>.container {
    padding: 0px;
}

.border-card-section-six>.container>.row>.col-12 p,
.border-card-section-six .gradient-card-style-eight p {
    font-size: 16px;
}

.border-card-section-six ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #364153 !important;
    position: relative;
    padding-left: 1.5rem !important;
    text-indent: 0px !important;
    font-size: 16px;
}

.border-card-section-six ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-size: contain !important;
    background: url("/typo3conf/ext/spt_package/Resources/Public/images/circle-check-big-blue.svg") no-repeat center;
}

.border-card-section-six ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    color: #374151;
}

@media (min-width: 768px) {
    .border-card-section-six ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* border-card-section-six end */
/* gradient-card-style-ten start */
.gradient-card-style-ten {
    background: linear-gradient(to bottom right, #004a6f, #003651);
    color: #ffffff;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 48px;
}

.gradient-card-style-ten h6 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
}

.gradient-card-style-ten .col-md-6>.col-12 {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
    height: 100%;
}

.gradient-card-style-ten ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #fff !important;
    position: relative;
    padding-left: 1.5rem !important;
    text-indent: 0px !important;
    font-size: 16px;
}

.gradient-card-style-ten ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-size: contain !important;
}

.gradient-card-style-ten .col-md-6 ul li::before {
    background: url("/typo3conf/ext/spt_package/Resources/Public/images/circle-check-big.svg") no-repeat center;
}

.gradient-card-style-ten section.section.p-0 .row {
    row-gap: 30px;
}

@media (max-width: 1024px) {
    .gradient-card-style-ten {
        padding: 32px;
    }

    .gradient-card-style-ten h6 {
        font-size: 26px;
    }

    .gradient-card-style-ten .col-md-6>.col-12 {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .gradient-card-style-ten {
        padding: 24px;
        margin-bottom: 32px;
    }

    .gradient-card-style-ten h6 {
        font-size: 22px;
    }

    .gradient-card-style-ten .col-md-6 {
        width: 100%;
    }

    .gradient-card-style-ten .col-md-6>.col-12 {
        padding: 18px;
    }

    .gradient-card-style-ten ul li {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .gradient-card-style-ten {
        padding: 20px;
    }

    .gradient-card-style-ten h6 {
        font-size: 1.25rem;
    }

    .gradient-card-style-ten ul li::before {
        width: 16px;
        height: 16px;
        top: 2px;
    }

    .gradient-card-style-ten ul li {
        font-size: 13px;
    }
}

/* gradient-card-style-ten end */
/* gradient-card-style-eleven start */
.gradient-card-style-eleven {
    background: linear-gradient(to bottom right, #ea580c, #9a3412);
    color: #ffffff;
    border-radius: 16px;
    padding: 48px;
    margin-bottom: 48px;
}

.gradient-card-style-eleven h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
}

.gradient-card-style-eleven h4~p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
    text-align: center;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.gradient-card-style-eleven section.section.p-0 .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .gradient-card-style-eleven section.section.p-0 .row {
        grid-template-columns: repeat(3, 1fr);
    }
}

.gradient-card-style-eleven section.section.p-0~.col-12 {
    padding: 0px;
    margin-top: 30px;
}

.gradient-card-style-eleven section.section.p-0 .row>.col-12>.frame,
.gradient-card-style-eleven section.section.p-0~.col-12>.frame {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
    height: 100%;
}

.gradient-card-style-eleven section.section.p-0 .row>.col-12 {
    padding: 0px;
}

.gradient-card-style-eleven section.section.p-0 .row>.col-12>.frame .ce-gallery {
    margin-bottom: 16px !important;
}

.gradient-card-style-eleven section.section.p-0 .row>.col-12>.frame h3,
.gradient-card-style-eleven section.section.p-0~.col-12>.frame h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.gradient-card-style-eleven section.section.p-0 .row>.col-12>.frame h3~p,
.gradient-card-style-eleven section.section.p-0~.col-12>.frame h3~p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.625;
    margin-bottom: 0px;
}

@media (max-width: 1024px) {
    .gradient-card-style-eleven {
        padding: 40px;
    }

    .gradient-card-style-eleven h4 {
        font-size: 26px;
    }

    .gradient-card-style-eleven h4~p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .gradient-card-style-eleven {
        padding: 32px;
        margin-bottom: 32px;
    }

    .gradient-card-style-eleven h4 {
        font-size: 22px;
    }

    .gradient-card-style-eleven h4~p {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .gradient-card-style-eleven section.section.p-0 .row {
        gap: 16px;
    }

    .gradient-card-style-eleven section.section.p-0~.col-12 {
        margin-top: 20px;
    }

    .gradient-card-style-eleven section.section.p-0 .row>.col-12>.frame,
    .gradient-card-style-eleven section.section.p-0~.col-12>.frame {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .gradient-card-style-eleven {
        padding: 24px;
    }

    .gradient-card-style-eleven h4 {
        font-size: 1.25rem;
    }

    .gradient-card-style-eleven h4~p {
        font-size: 14px;
    }

    .gradient-card-style-eleven section.section.p-0 .row>.col-12>.frame,
    .gradient-card-style-eleven section.section.p-0~.col-12>.frame {
        padding: 16px;
    }

    .gradient-card-style-eleven section.section.p-0 .row>.col-12>.frame h3,
    .gradient-card-style-eleven section.section.p-0~.col-12>.frame h3 {
        font-size: 16px;
    }

    .gradient-card-style-eleven section.section.p-0 .row>.col-12>.frame h3~p,
    .gradient-card-style-eleven section.section.p-0~.col-12>.frame h3~p {
        font-size: 13px;
    }
}

/* gradient-card-style-eleven end */
/* border-card-section-seven start */
.border-card-section-seven {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    padding: 48px;
    text-align: center;
}

.border-card-section-seven h2 {
    font-size: 30px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
}

.border-card-section-seven h2~p {
    font-size: 1.25rem;
    color: #4b5563;
    margin-bottom: 32px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

/* border-card-section-seven end */
/* background-color-section-three start */
.background-color-section-three {
    background: linear-gradient(to bottom right, #f9fafb, #f3f4f6);
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 48px;
    margin-top: 48px;
}

.background-color-section-three .ce-textpic,
.background-color-section-three .ce-textpic {
    display: flex;
    align-items: center;
    margin-bottom: 0px;

}

.background-color-section-three h2 {
    margin-bottom: 16px;
}

.background-color-section-three h2~p {
    margin-bottom: 32px;
}

.background-color-section-three .badge-button-inner {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}

.background-color-section-three .ce-textpic .ce-bodytext p {
    margin-bottom: 0px;
}

.background-color-section-three .row>.col-12 {
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    padding: 32px;
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
}

.background-color-section-three .row>.col-12:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transform: translateY(-4px);
}

.background-color-section-three .row>.col-12>.frame .ce-gallery {
    background: #fee2e2;
    border-radius: 9999px;
    padding: 16px;
    transition: background-color 0.3s ease;
    margin-right: 16px;
}

.background-color-section-three .row>.col-12>.frame:hover .ce-gallery {
    background: #fecaca;
}

.background-color-section-three .row>.col-12 h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.background-color-section-three .row>.col-12 h3~p {
    font-size: 16px;
    color: #4a5565;
}

.background-color-section-three .row>.col-12 .col-12 {
    background: #f9fafb;
    border-radius: 8px;
    padding: 16px;
    font-size: 14px;
    color: #4b5563;
    text-align: left;
}

.background-color-section-three .row>.col-12 .col-12 .ce-gallery {
    padding-right: 8px;
}

.background-color-section-three .row>.col-12 .col-12 p {
    margin-bottom: 0px;
}

@media (max-width: 1024px) {
    .background-color-section-three {
        padding: 32px;
    }

    .background-color-section-three .row>.col-12 {
        padding: 24px;
    }

    .background-color-section-three .row>.col-12 h3 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .background-color-section-three {
        padding: 24px;
        margin-bottom: 32px;
        margin-top: 32px;
    }

    .background-color-section-three h2~p {
        margin-bottom: 24px;
    }

    .background-color-section-three .row>.col-12 {
        padding: 20px;
    }

    .background-color-section-three .row>.col-12 h3 {
        font-size: 1.25rem;
    }

    .background-color-section-three .row>.col-12 h3~p {
        font-size: 14px;
    }

    .background-color-section-three .row>.col-12 .col-12 {
        padding: 14px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .background-color-section-three {
        padding: 20px;
    }

    .background-color-section-three .row>.col-12 {
        padding: 16px;
    }

    .background-color-section-three .row>.col-12 h3 {
        font-size: 18px;
    }

    .background-color-section-three .row>.col-12 h3~p {
        font-size: 13px;
    }

    .background-color-section-three .row>.col-12 .col-12 {
        padding: 12px;
        font-size: 12px;
    }

    .background-color-section-three .ce-textpic {
        display: block;
    }

    .background-color-section-three .row>.col-12>.frame .ce-gallery {
        padding: 12px;
        margin-right: 12px;
        float: none;
        width: 64px;
    }
}

/* background-color-section-three end */
/* background-with-left-border-two start */
.background-with-left-border-two {
    background: #eff6ff;
    border-left: 4px solid #004a6f;
    border-radius: 12px;
    padding: 24px;
}

.background-with-left-border-two .container {
    padding: 0px;
}

.background-with-left-border-two h5 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.background-with-left-border-two h5~p {
    color: #374151;
    line-height: 1.625;
    font-size: 14px;
    margin-bottom: 0px;
}

/* background-with-left-border-two end */
/* gradient-card-style-twelve start */
.gradient-card-style-twelve {
    background: linear-gradient(to bottom right, #00a63e, #016630);
    color: #ffffff;
    border-radius: 1rem;
    padding: 2.5rem;
    margin-bottom: 64px;
}

.gradient-card-style-twelve>.container {
    padding: 0px;
}

.gradient-card-style-twelve h5 {
    margin-bottom: 16px;
}

.gradient-card-style-twelve h3 {
    font-weight: 700;
    margin-bottom: 24px;
}

.gradient-card-style-twelve h3~p {
    margin-bottom: 0px;
}

.gradient-card-style-twelve .col-12 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.gradient-card-style-twelve .row.col-p20 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
    width: 100vw;
}

@media (min-width:768px) {
    .gradient-card-style-twelve .row.col-p20 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.gradient-card-style-twelve .row.col-p20 .col-md-4.col-sm-4.col-xs-12 {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 1.25rem;
    text-align: center;
    max-width: 100%;
}

.gradient-card-style-twelve .row.col-p20 .col-md-4.col-sm-4.col-xs-12 h5 {
    margin-bottom: 4px;
}

.gradient-card-style-twelve .row.col-p20 .col-md-4.col-sm-4.col-xs-12 p {
    margin-bottom: 0px;
}

.gradient-card-style-twelve .col-md-3.col-sm-4>.frame,
.gradient-card-style-twelve .col-12>.frame {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
}

.gradient-card-style-twelve .col-md-3.col-sm-4>.frame {
    height: 100%;
}

.gradient-card-style-twelve .col-12>.frame {
    margin-top: 24px;
    text-align: left;
}

.gradient-card-style-twelve .col-md-3.col-sm-4>.frame p {
    font-size: 14px;
    margin-bottom: 0px;
}

.gradient-card-style-twelve .col-md-3.col-sm-4>.frame p strong {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

@media(max-width:768px) {
    .gradient-card-style-twelve {
        padding: 1.5rem 1rem;
    }

    .gradient-card-style-twelve .row.col-p20 {
        margin: 0px;
    }
}

/* gradient-card-style-twelve end */

/* gradient-card-style-thirteen start */
.gradient-card-style-thirteen {
    background: linear-gradient(to bottom right, #004a6f, #003651);
    color: #ffffff;
    border-radius: 12px;
    padding: 32px;
}

.gradient-card-style-thirteen .row {
    row-gap: 30px;
}

.gradient-card-style-thirteen .ce-bodytext h3 {
    font-size: 30px;
    margin-bottom: 16px;
}

.gradient-card-style-thirteen h6 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.gradient-card-style-thirteen .ce-bodytext h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.gradient-card-style-thirteen p {
    margin-bottom: 0px;
}

.gradient-card-style-thirteen .col-12>.frame {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
    height: 100%;
}

.gradient-card-style-thirteen .col-12>.frame {
    display: block;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s ease;
}

.gradient-card-style-thirteen .col-12>.frame:hover {
    background: rgba(255, 255, 255, 0.2);
}

.gradient-card-style-thirteen .col-12.left-children>.frame p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0px;
}

.gradient-card-style-thirteen .col-12>.frame p {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    justify-content: space-between;
    margin-bottom: 8px;
}

.gradient-card-style-thirteen .ce-gallery {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    padding: 12px;
    flex-shrink: 0;
    margin-right: 16px !important;
}

.gradient-card-style-thirteen .ce-gallery svg {
    transition: transform 0.3s ease;
}

.gradient-card-style-thirteen .col-12>.frame:hover .ce-gallery svg {
    transform: scale(1.1);
}

@media (max-width: 1024px) {
    .gradient-card-style-thirteen {
        padding: 28px;
    }

    .gradient-card-style-thirteen .ce-bodytext h3 {
        font-size: 17px;
    }

    .gradient-card-style-thirteen .col-12>.frame {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .gradient-card-style-thirteen {
        padding: 24px;
    }

    .gradient-card-style-thirteen .row {
        row-gap: 20px;
    }

    .gradient-card-style-thirteen .ce-bodytext h3 {
        font-size: 16px;
    }

    .gradient-card-style-thirteen .col-12>.frame {
        padding: 18px;
    }

    .gradient-card-style-thirteen .col-12>.frame p {
        font-size: 13px;
        flex-direction: column;
        align-items: flex-start;
    }

    .gradient-card-style-thirteen .ce-gallery {
        padding: 10px;
        margin-right: 12px !important;
    }
}

@media (max-width: 576px) {
    .gradient-card-style-thirteen {
        padding: 20px;
    }

    .gradient-card-style-thirteen .ce-bodytext h3 {
        font-size: 15px;
    }

    .gradient-card-style-thirteen .col-12>.frame {
        padding: 16px;
    }

    .gradient-card-style-thirteen .col-12>.frame p {
        font-size: 12px;
    }

    .gradient-card-style-thirteen .ce-gallery {
        padding: 8px;
    }
}

/* gradient-card-style-thirteen end */
/* gradient-card-style-eight start */
.gradient-card-style-eight {
    background: linear-gradient(to bottom right, #004a6f, #003651);
    color: #ffffff;
    border-radius: 12px;
    padding: 32px;
}

.gradient-card-style-eight .ce-bodytext h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.gradient-card-style-eight .col-12>.frame {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
    height: 100%;
}

.gradient-card-style-eight .col-12.left-children>.frame p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0px;
}

.gradient-card-style-eight .col-12.left-children>.frame p strong {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px;
}

.gradient-card-style-eight .col-12>.frame h6 {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    margin-bottom: 0px;
}

.gradient-card-style-eight .col-12.right-children>.frame p {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    justify-content: space-between;
    margin-bottom: 8px;
}

.gradient-card-style-eight .ce-gallery {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    padding: 12px;
    flex-shrink: 0;
    margin-right: 16px !important;
}

@media (max-width: 1024px) {
    .gradient-card-style-eight {
        padding: 28px;
    }

    .gradient-card-style-eight .ce-bodytext h3 {
        font-size: 22px;
    }

    .gradient-card-style-eight .col-12>.frame {
        padding: 20px;
    }

    .gradient-card-style-eight .col-12.left-children>.frame p strong {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .gradient-card-style-eight {
        padding: 24px;
        margin-bottom: 20px;
    }

    .gradient-card-style-eight .ce-bodytext h3 {
        font-size: 1.25rem;
        margin-bottom: 20px;
    }

    .gradient-card-style-eight .col-12>.frame {
        padding: 18px;
    }

    .gradient-card-style-eight .col-12.right-children>.frame p {
        flex-direction: column;
        align-items: flex-start;
        font-size: 13px;
    }

    .gradient-card-style-eight .ce-gallery {
        padding: 10px;
        margin-right: 12px !important;
    }
}

@media (max-width: 576px) {
    .gradient-card-style-eight {
        padding: 20px;
    }

    .gradient-card-style-eight>.container>.col-12 {
        padding: 0px;
    }

    .gradient-card-style-eight .ce-bodytext h3 {
        font-size: 18px;
    }

    .gradient-card-style-eight .col-12>.frame {
        padding: 16px;
    }

    .gradient-card-style-eight .col-12.left-children>.frame p strong {
        font-size: 26px;
    }

    .gradient-card-style-eight .ce-gallery {
        padding: 8px;
    }
}

/* gradient-card-style-eight end */
/* profile-card-three start */
.profile-card-three {
    padding-top: 0px;
}

.profile-card-three .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .profile-card-three .row {
        grid-template-columns: repeat(2, 1fr);
    }
}

.profile-card-three .row>.col-12 {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px;
    transition: box-shadow 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.profile-card-three .row>.col-12 .col-12 {
    padding: 0px;
}

.profile-card-three .row>.col-12 .col-12 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
}

.profile-card-three .row>.col-12 .col-12 h3~p {
    color: #004a6f;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
}

.profile-card-three .row>.col-12 .col-12 .ce-gallery {
    width: 128px;
    height: 128px;
}

.profile-card-three .row>.col-12:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.profile-card-three .email-icon-blue {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #004a6f;
    font-size: 14px;
    text-decoration: none;
}

.profile-card-three .email-icon-blue:hover {
    text-decoration: underline;
}

.profile-card-three .phone-icon-grey {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #374151;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.profile-card-three .phone-icon-grey:hover {
    color: #004a6f;
}

.profile-card-three .row>.col-12>.col-12.col-md-6 {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
}

@media (max-width: 1024px) {
    .profile-card-three .row>.col-12 {
        padding: 24px;
        gap: 16px;
    }

    .profile-card-three .row>.col-12 .col-12 h3 {
        font-size: 18px;
    }

    .profile-card-three .row>.col-12 .col-12 .ce-gallery {
        width: 110px;
        height: 110px;
    }
}

@media (max-width: 768px) {
    .profile-card-three .row {
        grid-template-columns: 1fr;
    }

    .profile-card-three .row>.col-12 {
        align-items: flex-start;
        padding: 20px;
    }

    .profile-card-three .row>.col-12 .col-12 .ce-gallery {
        width: 96px;
        height: 96px;
        margin-bottom: 12px;
    }
}

@media (max-width: 576px) {
    .profile-card-three .row>.col-12 {
        padding: 16px;
    }

    .profile-card-three .row>.col-12 .col-12 h3 {
        font-size: 16px;
    }

    .profile-card-three .email-icon-blue,
    .profile-card-three .phone-icon-grey {
        font-size: 13px;
    }

    .profile-card-three .row>.col-12 .col-12 .ce-gallery {
        width: 80px;
        height: 80px;
    }
}

/* profile-card-three end */
/* background-color-section-four start */
.background-color-section-four {
    background: #f9fafb;
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 48px;
}

.background-color-section-four h2 {
    font-size: 30px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 24px;
}

.background-color-section-four .row.col-p20 {
    width: 100%;
}

.background-color-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame {
    background: var(--card-fig-bg, linear-gradient(to bottom right, #004a6f, #003651));
    /* background: linear-gradient(to bottom right, #004a6f, #003651); */
    color: #ffffff;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
}

.background-color-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12:nth-child(2)>.frame {
    background: var(--card-fig-bg, linear-gradient(to bottom right, #67308a, #4a2362));
    /* background: linear-gradient(to bottom right, #67308a, #4a2362); */
}

.background-color-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12:nth-child(3)>.frame {
    background: var(--card-fig-bg, linear-gradient(to bottom right, #2563eb, #1e40af));
    /* background: linear-gradient(to bottom right, #2563eb, #1e40af); */
}

.background-color-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame div p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.background-color-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.background-color-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame h3~p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 16px;
    font-style: italic;
}

.background-color-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #fff !important;
    position: relative;
    padding-left: 1.5rem !important;
    text-indent: 0px !important;
    font-size: 14px;
}

.background-color-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background-size: contain !important;
}

.background-color-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame ul li::before {
    background: url("/typo3conf/ext/spt_package/Resources/Public/images/circle-check-big.svg") no-repeat center;
}

@media (max-width: 768px) {
    .background-color-section-four {
        padding: 24px;
        margin-bottom: 32px;
    }

    .background-color-section-four h2 {
        font-size: 22px;
    }

    .background-color-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12 {
        width: 100%;
        margin-bottom: 20px;
    }

    .background-color-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame {
        padding: 18px;
    }

    .background-color-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame h3 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .background-color-section-four {
        padding: 20px;
    }

    .background-color-section-four h2 {
        font-size: 1.25rem;
    }

    .background-color-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame div p {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .background-color-section-four .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame ul li {
        font-size: 13px;
    }
}

/* background-color-section-four end */
/* historie page start */
.history-gallery .gallery {
    margin: 0 auto;
    padding: 0 24px 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    align-items: start;
    /* important */
}

.history-gallery .card {
    cursor: pointer;
    border: 0 !important;
    align-items: center;
}

.history-gallery .card img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 200px;
}

.history-gallery .card-content {
    display: none;
}

.history-gallery .accordion-panel {
    grid-column: 1 / -1;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        max-height .5s ease, opacity .3s ease;
}

.history-gallery .accordion-panel.open {
    max-height: 9999px;
    opacity: 1;
    border: 1px solid #ccc;
    border-radius: 16px;
    background: linear-gradient(to bottom right, #004a6f, #003651);
    color: #ffffff;
}

.history-gallery .accordion-panel.open h2 {
    color: #ffffff;
    padding-right: 40px;
}

.history-gallery .accordion-inner .details .detailed-info {
    border-top: 1px solid #ffffff;
    padding-top: 30px;
}

.history-gallery .accordion-inner .details .detailed-info .lead-text {
    font-size: 1.25rem;
}

.history-gallery .accordion-inner .details .profile-info {
    margin-bottom: 30px;
    padding-right: 40px;
}

.history-gallery .accordion-inner .details .profile-info p {
    margin-bottom: 10px;
}

.history-gallery .accordion-inner {
    display: block;
    padding: 36px;
    position: relative;
}

.history-gallery .accordion-inner .details {
    width: 100%;
}

.history-gallery .accordion-inner .details .detailed-info p:last-of-type {
    margin-bottom: 0 !important;
}

.history-gallery .accordion-inner .preview {
    width: 100%;
}

.history-gallery .accordion-inner .preview img {
    width: 100%;
    height: auto;
    display: block;
}

.history-gallery .close-btn {
    position: absolute;
    top: 24px;
    right: 36px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.25s ease;
}

.history-gallery .card .image-caption {
    text-align: center;
    font-size: 18px;
    margin-top: 6px;
}

.history-gallery {
    overflow-anchor: none;
}

.history-gallery .accordion-panel {
    overflow-anchor: none;
}

@media (max-width: 768px) {
    .history-gallery .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .history-gallery .accordion-inner {
        padding: 20px;
    }

    .history-gallery .close-btn {
        top: 20px;
        right: 20px;
    }
}

@media (max-width: 480px) {
    .history-gallery .gallery {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .history-gallery .accordion-inner {
        padding: 20px;
    }

    .history-gallery .close-btn {
        top: 15px;
        right: 15px;
    }
}

/* historie page end */
/* gradient-card-style-fourteen start */
.gradient-card-style-fourteen {
    background: linear-gradient(to bottom right, #004a6f, #003651);
    color: #ffffff;
    border-radius: 1rem;
    padding: 2.5rem;
    margin-bottom: 64px;
}

.gradient-card-style-fourteen>.container>.row>.col-12 {
    padding: 0px;
    text-align: center;
}

.gradient-card-style-fourteen .row>.col-12:not(.col-md-6) .ce-textpic {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    margin-bottom: 16px;
    font-size: 14px;
}

.gradient-card-style-fourteen .row>.col-12:not(.col-md-6) .ce-textpic img,
.gradient-card-style-fourteen .row>.col-12:not(.col-md-6) .ce-textpic svg {
    width: 16px !important;
    height: 16px !important;
}

.gradient-card-style-fourteen .row>.col-12.col-md-6 .ce-textpic img,
.gradient-card-style-fourteen .row>.col-12.col-md-6 .ce-textpic svg {
    width: 24px !important;
    height: 24px !important;
    margin-right: 12px;
}

.gradient-card-style-fourteen .col-12 .ce-bodytext {
    font-size: 0.875rem;
    margin-bottom: 0px;
    line-height: normal;
}

.gradient-card-style-fourteen .col-12 .ce-bodytext p {
    margin-bottom: 0px;
}

.gradient-card-style-fourteen .ce-gallery {
    margin-bottom: 0px !important;
    margin-right: 0px !important;
}

.gradient-card-style-fourteen .row>.col-12.col-md-6 h6 {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.gradient-card-style-fourteen>.container>.row>.col-12.col-md-6 {
    padding: 0 12px;
    text-align: left;
}

.gradient-card-style-fourteen>.container>.row>.col-12.col-md-6>.col-12 {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
}

.gradient-card-style-fourteen ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #fff !important;
    position: relative;
    padding-left: 1.5rem !important;
    text-indent: 0px !important;
    font-size: 14px;
}

.gradient-card-style-fourteen ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background-size: contain !important;
}

.gradient-card-style-fourteen .col-md-6 ul li::before {
    background: url("/typo3conf/ext/spt_package/Resources/Public/images/circle-check-big.svg") no-repeat center;
}

@media(max-width:768px) {
    .gradient-card-style-fourteen {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 1024px) {
    .gradient-card-style-fourteen {
        padding: 2rem;
        margin-bottom: 48px;
    }

    .gradient-card-style-fourteen .row>.col-12.col-md-6 h6 {
        font-size: 16px;
    }

    .gradient-card-style-fourteen>.container>.row>.col-12.col-md-6>.col-12 {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .gradient-card-style-fourteen {
        padding: 1.5rem 1rem;
    }

    .gradient-card-style-fourteen>.container>.row>.col-12.col-md-6 {
        width: 100%;
        margin-bottom: 16px;
    }

    .gradient-card-style-fourteen>.container>.row>.col-12.col-md-6>.col-12 {
        padding: 18px;
    }

    .gradient-card-style-fourteen .row>.col-12.col-md-6 .ce-textpic img,
    .gradient-card-style-fourteen .row>.col-12.col-md-6 .ce-textpic svg {
        width: 20px !important;
        height: 20px !important;
    }

    .gradient-card-style-fourteen ul li {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .gradient-card-style-fourteen {
        padding: 1.25rem 0.75rem;
    }

    .gradient-card-style-fourteen .row>.col-12:not(.col-md-6) .ce-textpic {
        font-size: 12px;
        padding: 0.4rem 0.75rem;
    }

    .gradient-card-style-fourteen ul li::before {
        width: 14px;
        height: 14px;
        top: 2px;
    }

    .gradient-card-style-fourteen ul li {
        font-size: 12px;
    }
}

/* gradient-card-style-fourteen end */
/* background-color-section-five start */
.background-color-section-five {
    background-color: #f9fafb;
    border-radius: 1rem;
    padding: 2.5rem;
}

.background-color-section-five ul {
    gap: 0px !important;
}

.background-color-section-five ul li {
    padding-left: 27px !important;
}

@media (max-width: 1024px) {
    .background-color-section-five {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .background-color-section-five {
        padding: 1.5rem;
    }

    .background-color-section-five ul li {
        padding-left: 22px !important;
    }
}

@media (max-width: 576px) {
    .background-color-section-five {
        padding: 1.25rem 1rem;
    }

    .background-color-section-five ul li {
        padding-left: 20px !important;
    }
}

/* background-color-section-five end */
/* gradient-card-style-fifteen start */
.gradient-card-style-fifteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame,
.gradient-card-style-fifteen .row .col-md-3.col-sm-4>.frame {
    background: linear-gradient(to bottom right, #004a6f, #003651);
    color: #ffffff;
    border-radius: 0.75rem;
    padding: 1.5rem;
    height: 100%;
}

.gradient-card-style-fifteen .row .col-md-3.col-sm-4>.frame .ce-gallery {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    padding: 1rem;
    width: 4rem;
    height: 4rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gradient-card-style-fifteen .row .col-md-3.col-sm-4 p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.gradient-card-style-fifteen .row .col-md-3.col-sm-4 p strong {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
}

.gradient-card-style-fifteen .row .col-md-3.col-sm-4>.frame svg,
.gradient-card-style-fifteen .row .col-md-3.col-sm-4>.frame img {
    width: 32px;
    height: 32px !important;
    margin: 0px;
}

.gradient-card-style-fifteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame svg,
.gradient-card-style-fifteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame img {
    width: 40px;
    height: 40px !important;
    margin-bottom: 16px;
}

.gradient-card-style-fifteen h5 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.gradient-card-style-fifteen .row.col-p20 p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    line-height: 1.625;
    margin-bottom: 0px;
}

@media(max-width:576px) {
    .gradient-card-style-fifteen .row.col-p20 {
        row-gap: 20px;
    }

    .gradient-card-style-fifteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame svg,
    .gradient-card-style-fifteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame img {
        width: 25px;
        height: 25px !important;
        margin-bottom: 3px;
    }
}

@media (max-width: 1024px) {

    .gradient-card-style-fifteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame,
    .gradient-card-style-fifteen .row .col-md-3.col-sm-4>.frame {
        padding: 1.25rem;
    }

    .gradient-card-style-fifteen .row .col-md-3.col-sm-4>.frame .ce-gallery {
        width: 3.5rem;
        height: 3.5rem;
        padding: 0.75rem;
    }

    .gradient-card-style-fifteen .row .col-md-3.col-sm-4 p strong {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    .gradient-card-style-fifteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12 {
        width: 100%;
        margin-bottom: 16px;
    }

    .gradient-card-style-fifteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame svg,
    .gradient-card-style-fifteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame img {
        width: 30px;
        height: 30px !important;
        margin-bottom: 10px;
    }

    .gradient-card-style-fifteen .row .col-md-3.col-sm-4>.frame svg,
    .gradient-card-style-fifteen .row .col-md-3.col-sm-4>.frame img {
        width: 28px;
        height: 28px !important;
    }
}

@media (max-width: 576px) {
    .gradient-card-style-fifteen .row.col-p20 {
        row-gap: 20px;
    }

    .gradient-card-style-fifteen .row .col-md-3.col-sm-4>.frame {
        margin-bottom: 20px;
        height: auto;
    }

    .gradient-card-style-fifteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame svg,
    .gradient-card-style-fifteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame img {
        width: 25px;
        height: 25px !important;
        margin-bottom: 3px;
    }

    .gradient-card-style-fifteen .row .col-md-3.col-sm-4>.frame .ce-gallery {
        width: 3rem;
        height: 3rem;
    }

    .gradient-card-style-fifteen .row .col-md-3.col-sm-4 p {
        font-size: 0.75rem;
    }

    .gradient-card-style-fifteen .row .col-md-3.col-sm-4 p strong {
        font-size: 1.125rem;
    }
}

/* gradient-card-style-fifteen end */
/* border-card-section-eight start */
.border-card-section-eight {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 2rem;
    transition: box-shadow 0.3s ease;
}

.border-card-section-eight:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.border-card-section-eight .container>.frame .ce-gallery {
    margin-bottom: 0px !important;
    margin-right: 16px !important;
    background-color: #2563eb;
    border-radius: 9999px;
    padding: 0.75rem;
    flex-shrink: 0;
}

.border-card-section-eight .container>.frame .ce-gallery img,
.border-card-section-eight .container>.frame .ce-gallery svg {
    width: 24px;
    height: 24px;
    border-radius: 0px;
}

.border-card-section-eight .container>.frame .ce-bodytext div {
    background-color: #eff6ff;
    border-radius: 0.75rem;
    padding: 1.5rem;
}

.border-card-section-eight .container>.frame .ce-bodytext div ul {
    padding-left: 0px;
}

.border-card-section-eight .container>.frame .ce-bodytext div ul li {
    margin-top: 0.25rem;
    color: oklch(0.373 0.034 259.733);
    font-size: 16px;
}

.border-card-section-eight .container>.frame .ce-bodytext div ul li::marker {
    color: #2563eb;
    font-size: 0.7em;
}

@media (max-width: 1024px) {
    .border-card-section-eight {
        padding: 1.75rem;
    }

    .border-card-section-eight .container>.frame .ce-bodytext div {
        padding: 1.25rem;
    }
}

@media (max-width: 768px) {
    .border-card-section-eight {
        padding: 1.5rem;
        margin-bottom: 20px;
    }

    .border-card-section-eight .container>.frame .ce-gallery {
        margin-right: 12px !important;
        padding: 0.6rem;
    }

    .border-card-section-eight .container>.frame .ce-gallery img,
    .border-card-section-eight .container>.frame .ce-gallery svg {
        width: 20px;
        height: 20px;
    }

    .border-card-section-eight .container>.frame .ce-bodytext div {
        padding: 1rem;
    }

    .border-card-section-eight .container>.frame .ce-bodytext div ul li {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .border-card-section-eight {
        padding: 1.25rem;
    }

    .border-card-section-eight .container>.frame .ce-bodytext div {
        padding: 0.875rem;
    }

    .border-card-section-eight .container>.frame .ce-bodytext div ul li {
        font-size: 13px;
    }

    .border-card-section-eight .container>.frame .ce-bodytext div ul li::marker {
        font-size: 0.6em;
    }
}

/* border-card-section-eight end */
/* border-card-section-nine start */
.border-card-section-nine {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 2rem;
}

.border-card-section-nine .container>.frame .ce-gallery {
    margin-bottom: 0px !important;
    margin-right: 16px !important;
    background-color: #67308a;
    border-radius: 9999px;
    padding: 0.75rem;
    flex-shrink: 0;
}

.border-card-section-nine .container>.frame .ce-gallery img,
.border-card-section-nine .container>.frame .ce-gallery svg {
    width: 24px;
    height: 24px;
    border-radius: 0px;
}

.border-card-section-nine .container>.col-12 {
    background-color: #f9fafb;
    border-radius: 0.75rem;
    padding: 1.5rem;
}

.border-card-section-nine .container>.col-12 h5 {
    margin-bottom: 16px;
}

.border-card-section-nine .container>.col-12 p {
    font-size: 16px;
    flex: 1;
    color: #374151;
}

.border-card-section-nine .container>.col-12 p strong {
    background-color: #004a6f;
    color: #ffffff;
    border-radius: 9999px;
    width: 4rem;
    height: 4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
    margin-right: 16px;
}

@media (max-width: 1024px) {
    .border-card-section-nine {
        padding: 1.75rem;
    }

    .border-card-section-nine .container>.col-12 {
        padding: 1.25rem;
    }
}

@media (max-width: 768px) {
    .border-card-section-nine {
        padding: 1.5rem;
        margin-bottom: 20px;
    }

    .border-card-section-nine .container>.frame .ce-gallery {
        margin-right: 12px !important;
        padding: 0.6rem;
    }

    .border-card-section-nine .container>.frame .ce-gallery img,
    .border-card-section-nine .container>.frame .ce-gallery svg {
        width: 20px;
        height: 20px;
    }

    .border-card-section-nine .container>.col-12 {
        padding: 1rem;
    }

    .border-card-section-nine .container>.col-12 p {
        font-size: 14px;
    }

    .border-card-section-nine .container>.col-12 p strong {
        width: 3rem;
        height: 3rem;
        margin-right: 12px;
    }
}

@media (max-width: 576px) {
    .border-card-section-nine {
        padding: 1.25rem;
    }

    .border-card-section-nine .container>.col-12 {
        padding: 0.875rem;
    }

    .border-card-section-nine .container>.col-12 p {
        font-size: 13px;
    }

    .border-card-section-nine .container>.col-12 p strong {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 10px;
    }
}

/* border-card-section-nine end */
/* gradient-card-style-sixteen start */
.gradient-card-style-sixteen {
    background: linear-gradient(to bottom right, #2563eb, #1e40af);
    color: #ffffff;
    border-radius: 0.75rem;
    padding: 2.5rem;
    height: 100%;
}

.gradient-card-style-sixteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
    height: 100%;
}

.gradient-card-style-sixteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame .ce-gallery {
    margin-bottom: 12px;
}

.gradient-card-style-sixteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame .ce-gallery img,
.gradient-card-style-sixteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame .ce-gallery svg {
    width: 40px !important;
    height: 40px !important;
}

.gradient-card-style-sixteen .row.col-p20 p {
    margin-bottom: 0px;
}

@media (max-width: 1024px) {
    .gradient-card-style-sixteen {
        padding: 2rem;
    }

    .gradient-card-style-sixteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame {
        padding: 1.25rem;
    }
}

@media (max-width: 768px) {
    .gradient-card-style-sixteen {
        padding: 1.5rem;
    }

    .gradient-card-style-sixteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12 {
        width: 100%;
        margin-bottom: 16px;
    }

    .gradient-card-style-sixteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame {
        padding: 1rem;
    }

    .gradient-card-style-sixteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame .ce-gallery img,
    .gradient-card-style-sixteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame .ce-gallery svg {
        width: 32px !important;
        height: 32px !important;
    }
}

@media (max-width: 576px) {
    .gradient-card-style-sixteen {
        padding: 1.25rem;
    }

    .gradient-card-style-sixteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame {
        padding: 0.875rem;
    }

    .gradient-card-style-sixteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame .ce-gallery img,
    .gradient-card-style-sixteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12>.frame .ce-gallery svg {
        width: 28px !important;
        height: 28px !important;
    }
}

/* gradient-card-style-sixteen end */
/* gradient-card-style-seventeen start */
.gradient-card-style-seventeen .left-children>.frame {
    background: var(--card-fig-bg, linear-gradient(to bottom right, #004a6f, #003651));
    /* background: linear-gradient(to bottom right, #004a6f, #003651); */
    color: #ffffff;
    border-radius: 12px;
    padding: 32px;
    height: 100%;
}

.gradient-card-style-seventeen .right-children>.frame {
    background: var(--card-fig-bg, linear-gradient(to bottom right, #67308a, #4a2362));
    /* background: linear-gradient(to bottom right, #67308a, #4a2362); */
    color: #ffffff;
    border-radius: 12px;
    padding: 32px;
    height: 100%;
}

.gradient-card-style-seventeen h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.gradient-card-style-seventeen p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.625;
    margin-bottom: 16px;
}

.gradient-card-style-seventeen ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #fff !important;
    position: relative;
    padding-left: 1.5rem !important;
    text-indent: 0px !important;
    font-size: 16px;
}

.gradient-card-style-seventeen ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-size: contain !important;
}

.gradient-card-style-seventeen .col-12.col-md-6 ul li::before {
    background: url("/typo3conf/ext/spt_package/Resources/Public/images/circle-check-big.svg") no-repeat center;
}

.gradient-card-style-seventeen .col-12.col-md-6>.frame div {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 1.5rem;
}

.gradient-card-style-seventeen .col-12.col-md-6>.frame h6 {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    color: #ffffff;
}

@media (max-width: 1024px) {

    .gradient-card-style-seventeen .left-children>.frame,
    .gradient-card-style-seventeen .right-children>.frame {
        padding: 28px;
    }

    .gradient-card-style-seventeen h3 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .gradient-card-style-seventeen .left-children {
        margin-bottom: 20px;
    }

    .gradient-card-style-seventeen .left-children>.frame,
    .gradient-card-style-seventeen .right-children>.frame {
        padding: 24px;
    }

    .gradient-card-style-seventeen h3 {
        font-size: 1.25rem;
        margin-bottom: 20px;
    }

    .gradient-card-style-seventeen p {
        font-size: 14px;
    }

    .gradient-card-style-seventeen ul li {
        font-size: 14px;
    }

    .gradient-card-style-seventeen ul li::before {
        width: 16px;
        height: 16px;
    }

    .gradient-card-style-seventeen .col-12.col-md-6>.frame div {
        padding: 1.25rem;
    }
}

@media (max-width: 576px) {

    .gradient-card-style-seventeen .left-children>.frame,
    .gradient-card-style-seventeen .right-children>.frame {
        padding: 20px;
    }

    .gradient-card-style-seventeen h3 {
        font-size: 18px;
    }

    .gradient-card-style-seventeen p {
        font-size: 13px;
    }

    .gradient-card-style-seventeen ul li {
        font-size: 13px;
    }

    .gradient-card-style-seventeen .col-12.col-md-6>.frame div {
        padding: 1rem;
    }
}

/* gradient-card-style-seventeen end */
/* border-card-section-ten start */
.border-card-section-ten {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 2.5rem;
    margin-bottom: 64px;
}

.border-card-section-ten .ce-gallery {
    margin-bottom: 0px !important;
    margin-right: 16px !important;
    background-color: #2563eb;
    border-radius: 9999px;
    padding: 0.75rem;
    flex-shrink: 0;
}

.border-card-section-ten .ce-gallery img,
.border-card-section-ten .ce-gallery svg {
    width: 24px;
    height: 24px;
}

.border-card-section-ten h5 {
    margin-bottom: 16px;
}

.border-card-section-ten .row.col-p20 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
    width: 100%;
}

@media (min-width:768px) {
    .border-card-section-ten .row.col-p20 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.border-card-section-ten .row.col-p20 {
    background: #fbf9fa;
    border-radius: 0.75rem;
    padding: 1.25rem;
}

.border-card-section-ten .row.col-p20 .col-md-4.col-sm-4.col-xs-12 {
    background: #fbf9fa;
    text-align: center;
    max-width: 100%;
}

.border-card-section-ten .row.col-p20 .col-md-4.col-sm-4.col-xs-12 h5 {
    margin-bottom: 4px;
}

.border-card-section-ten .row.col-p20 .col-md-4.col-sm-4.col-xs-12 p {
    margin-bottom: 0px;
}

.border-card-section-ten .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-gallery {
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 0px;
    margin-bottom: 12px !important;
    text-align: left;
}

.border-card-section-ten .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-left>.ce-gallery {
    text-align: left;
}

.border-card-section-ten .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-center>.ce-gallery {
    text-align: center;
}

.border-card-section-ten .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-center>.ce-bodytext h6~p {
    font-size: 0.875rem;
    color: #4b5563;
}

.border-card-section-ten .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-gallery img,
.border-card-section-ten .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-gallery svg {
    width: 20px;
    height: 20px;
}

.border-card-section-ten .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-bodytext {
    text-align: left;
}

.border-card-section-ten .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-bodytext h6 {
    margin-bottom: 4px;
}

@media (max-width: 1024px) {
    .border-card-section-ten {
        padding: 2rem;
        margin-bottom: 48px;
    }

    .border-card-section-ten .ce-gallery {
        margin-right: 12px !important;
        padding: 0.6rem;
    }

    .border-card-section-ten .ce-gallery img,
    .border-card-section-ten .ce-gallery svg {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 768px) {
    .border-card-section-ten {
        padding: 1.5rem 1rem;
    }

    .border-card-section-ten .row.col-p20 {
        width: auto;
        gap: 0.75rem;
        padding: 1rem;
        margin: 0 auto;
    }

    .border-card-section-ten .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-gallery img,
    .border-card-section-ten .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-gallery svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 576px) {
    .border-card-section-ten {
        padding: 1.25rem 0.75rem;
    }

    .border-card-section-ten .row.col-p20 {
        gap: 0.5rem;
        padding: 0.875rem;
        margin: 0 auto;
    }

    .border-card-section-ten .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-gallery img,
    .border-card-section-ten .row.col-p20 .col-md-4.col-sm-4.col-xs-12 .ce-gallery svg {
        width: 16px;
        height: 16px;
    }
}

/* border-card-section-ten end */
/* gradient-card-style-eighteen start */
.gradient-card-style-eighteen {
    background: linear-gradient(to bottom right, #d97706, #92400e);
    color: #ffffff;
    border-radius: 1rem;
    margin-bottom: 64px;
    padding: 2rem;
}

.gradient-card-style-eighteen h5 {
    margin-bottom: 16px;
}

.gradient-card-style-eighteen h6 {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    color: #fff;
}

.gradient-card-style-eighteen h6~p {
    font-size: 14px;
    color: #fff;
}

.gradient-card-style-eighteen h3 {
    font-weight: 700;
    margin-bottom: 32px;
}

.gradient-card-style-eighteen .row>.frame .ce-gallery {
    margin-bottom: 0px !important;
    margin-right: 16px !important;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    padding: 0.75rem;
    flex-shrink: 0;
}

.gradient-card-style-eighteen .row>.frame .ce-gallery img,
.gradient-card-style-eighteen .row>.frame .ce-gallery svg {
    width: 24px;
    height: 24px;
    border-radius: 0px;
}

.gradient-card-style-eighteen .row.col-p20 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
    width: 100%;
}

@media (min-width:768px) {
    .gradient-card-style-eighteen .row.col-p20 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.gradient-card-style-eighteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12 {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 1.25rem;
    text-align: center;
    max-width: 100%;
}

.gradient-card-style-eighteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12 h5 {
    margin-bottom: 4px;
}

.gradient-card-style-eighteen .row.col-p20 .col-md-4.col-sm-4.col-xs-12 p {
    margin-bottom: 0px;
}

.gradient-card-style-eighteen .col-md-3.col-sm-4>.frame,
.gradient-card-style-eighteen .col-12>.frame {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
    height: 100%;
}

.gradient-card-style-eighteen .col-md-3.col-sm-4>.frame {
    height: 100%;
}

.gradient-card-style-eighteen .col-12>.frame {
    text-align: left;
}

.gradient-card-style-eighteen .col-md-3.col-sm-4>.frame p {
    font-size: 14px;
    margin-bottom: 0px;
}

.gradient-card-style-eighteen .col-md-3.col-sm-4>.frame p strong {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.gradient-card-style-eighteen .col-12.right-children~.col-12 {
    margin-top: 24px;
    margin-bottom: 32px;
}

.gradient-card-style-eighteen .col-md-3.col-sm-4>.frame .ce-gallery {
    display: flex;
    justify-content: center;
}

.gradient-card-style-eighteen .col-md-3.col-sm-4>.frame .ce-gallery img,
.gradient-card-style-eighteen .col-md-3.col-sm-4>.frame .ce-gallery svg {
    width: 40px;
    height: 40px;
}

.gradient-card-style-eighteen .col-12 ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
}

.gradient-card-style-eighteen .col-12 ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #fff !important;
    position: relative;
    padding-left: 1.5rem !important;
    text-indent: 0px !important;
    font-size: 16px;
}

.gradient-card-style-eighteen .col-12 ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background-size: contain !important;
}

.gradient-card-style-eighteen .col-12 ul li::before {
    background: url("/typo3conf/ext/spt_package/Resources/Public/images/circle-check-big.svg") no-repeat center;
}

.gradient-card-style-eighteen .col-12.left-children ul {
    list-style: disc;
    padding-left: 1.5rem;
}

.gradient-card-style-eighteen .col-12.left-children ul li {
    display: list-item;
    padding-left: 0 !important;
}

.gradient-card-style-eighteen .col-12.left-children ul li::before {
    display: none;
}

.gradient-card-style-eighteen .col-12.left-children ul li::marker {
    color: #ffffff;
}

@media (max-width: 1024px) {
    .gradient-card-style-eighteen .col-md-3.col-sm-4>.frame p strong {
        font-size: 2rem;
    }
}

@media (max-width: 992px) {
    .gradient-card-style-eighteen .col-md-3.col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gradient-card-style-eighteen .col-md-3.col-sm-4 {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {

    .gradient-card-style-eighteen .row.col-p20 {
        margin: 0px;
    }

    .gradient-card-style-eighteen {
        padding: 24px;
    }

    .gradient-card-style-eighteen .col-md-3.col-sm-4>.frame p strong {
        font-size: 1.25rem;
    }

    .gradient-card-style-eighteen .col-12.left-children {
        margin-bottom: 24px;
    }
}

@media(max-width:576px) {
    .gradient-card-style-eighteen .col-md-3.col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* gradient-card-style-eighteen end */
/* border-card-section-eleven start */
.border-card-section-eleven>.container {
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    text-align: center;
}

.border-card-section-eleven>.container h2 {
    margin-bottom: 16px;
}

.border-card-section-eleven>.container h2~p {
    margin-bottom: 32px;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.border-card-section-eleven .col-md-3.col-sm-4 h3 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #004a6f;
    margin-bottom: 0.5rem;
}

.border-card-section-eleven .col-md-3.col-sm-4 h3~p {
    font-size: 0.875rem;
    color: #4b5563;
    margin-bottom: 0rem;
}

.border-card-section-eleven>.container>.row>div.frame:last-of-type {
    margin-top: 48px;
}

.border-card-section-eleven a.email-icon-blue::before {
    width: 24px;
    height: 24px;
}

.border-card-section-eleven a.phone-icon-blue::before {
    width: 24px;
    height: 24px;
}

.border-card-section-eleven a.email-icon-blue,
.border-card-section-eleven a.phone-icon-blue {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #004a6f;
    transition: color 0.3s ease;
}

.border-card-section-eleven>.container>.row>div.frame:last-of-type p.text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

@media (min-width: 640px) {
    .border-card-section-eleven>.container>.row>div.frame:last-of-type p.text-center {
        flex-direction: row;
    }
}

@media (max-width: 1024px) {
    .border-card-section-eleven>.container {
        padding: 2.5rem;
    }

    .border-card-section-eleven .col-md-3.col-sm-4 h3 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .border-card-section-eleven>.container {
        padding: 2rem;
    }

    .border-card-section-eleven>.container h2~p {
        margin-bottom: 24px;
    }

    .border-card-section-eleven .col-md-3.col-sm-4 {
        margin-bottom: 16px;
    }

    .border-card-section-eleven .col-md-3.col-sm-4 h3 {
        font-size: 1.75rem;
    }

    .border-card-section-eleven a.email-icon-blue,
    .border-card-section-eleven a.phone-icon-blue {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .border-card-section-eleven>.container {
        padding: 1.5rem;
    }

    .border-card-section-eleven .col-md-3.col-sm-4 h3 {
        font-size: 1.5rem;
    }

    .border-card-section-eleven .col-md-3.col-sm-4 h3~p {
        font-size: 0.75rem;
    }

    .border-card-section-eleven a.email-icon-blue,
    .border-card-section-eleven a.phone-icon-blue {
        font-size: 13px;
    }

    .border-card-section-eleven>.container>.row>div.frame:last-of-type p.text-center {
        gap: 1rem;
    }
}

/* border-card-section-eleven end */
/* background-color-section-six start */
.background-color-section-six {
    background-color: #f9fafb;
    border-radius: 1rem;
    padding: 2.5rem;
}

.background-color-section-six h5 {
    margin-bottom: 24px;
}

.background-color-section-six .col-12.col-md-6>.frame {
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    height: 100%;
}

.background-color-section-six .col-12.col-md-6 .ce-gallery img,
.background-color-section-six .col-12.col-md-6 .ce-gallery svg {
    width: 20px;
    height: 20px;
}

.background-color-section-six .col-12.col-md-6 {
    margin-bottom: 30px;
}

.background-color-section-six .col-12.col-md-6 p {
    font-size: 14px;
    color: oklch(0.373 0.034 259.733);
    margin-bottom: 0px;
}

@media (max-width: 1024px) {
    .background-color-section-six {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .background-color-section-six {
        padding: 1.5rem;
    }

    .background-color-section-six .col-12.col-md-6 {
        margin-bottom: 20px;
    }

    .background-color-section-six .col-12.col-md-6>.frame {
        padding: 0.875rem;
    }

    .background-color-section-six .col-12.col-md-6 p {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .background-color-section-six {
        padding: 1.25rem;
    }

    .background-color-section-six .col-12.col-md-6>.frame {
        padding: 0.75rem;
    }

    .background-color-section-six .col-12.col-md-6 p {
        font-size: 12px;
    }
}

/* background-color-section-six end */

/* button-group-one start */
.button-group-one .row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.button-group-one .frame {
    width: auto !important;
    padding: 0px !important;
}

.button-group-one .ce-textpic {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #ffffff;
    border: 2px solid #e5e7eb;
    color: #374151;
    padding: 0.75rem 1.25rem;
    border-radius: 0.75rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.button-group-one .ce-textpic a {
    color: #374151;
}

.button-group-one .ce-textpic .ce-gallery {
    margin: 0px;
}

.button-group-one .ce-textpic p {
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
}

.button-group-one .ce-textpic p strong {
    font-weight: 600;
}

.button-group-one .ce-textpic:hover {
    border-color: #004a6f;
    background-color: #004a6f;
    color: #ffffff;
}

.button-group-one .ce-textpic:hover a {
    color: #ffffff;
    text-decoration: none;
}

.button-group-one .ce-textpic:hover img,
.button-group-one .ce-textpic:hover svg {
    filter: invert(1) brightness(4);
}

/* button-group-one start */
/* list-items-card-four start */
.list-items-card-four .col-12.col-md-6 {
    margin-bottom: 30px;
}

.list-items-card-four .col-12.col-md-6>.frame {
    background-color: #ffffff;
    border: 2px solid #f3f4f6;
    border-radius: 1rem;
    padding: 2rem;
    transition: all 0.3s ease;
}

.list-items-card-four .col-12.col-md-6>.frame p {
    margin-bottom: 0px;
}

.list-items-card-four .col-12.col-md-6>.frame:hover {
    border-color: rgba(0, 74, 111, 0.3);
}

.list-items-card-four .col-12.col-md-6>.frame .ce-gallery {
    background-color: rgba(0, 74, 111, 0.1);
    border-radius: 9999px;
    padding: 0.75rem;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-items-card-four .col-12.col-md-6>.frame .ce-gallery img,
.list-items-card-four .col-12.col-md-6>.frame .ce-gallery svg {
    width: 28px;
    height: 28px;
}

@media (max-width: 1024px) {
    .list-items-card-four .col-12.col-md-6>.frame {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .list-items-card-four .col-12.col-md-6 {
        margin-bottom: 20px;
    }

    .list-items-card-four .col-12.col-md-6>.frame {
        padding: 1.25rem;
    }

    .list-items-card-four .col-12.col-md-6>.frame .ce-gallery {
        width: 3rem;
        height: 3rem;
        padding: 0.6rem;
    }

    .list-items-card-four .col-12.col-md-6>.frame .ce-gallery img,
    .list-items-card-four .col-12.col-md-6>.frame .ce-gallery svg {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 576px) {
    .list-items-card-four .col-12.col-md-6>.frame {
        padding: 1rem;
    }

    .list-items-card-four .col-12.col-md-6>.frame .ce-gallery {
        width: 2.5rem;
        height: 2.5rem;
        padding: 0.5rem;
    }

    .list-items-card-four .col-12.col-md-6>.frame .ce-gallery img,
    .list-items-card-four .col-12.col-md-6>.frame .ce-gallery svg {
        width: 20px;
        height: 20px;
    }
}

/* list-items-card-four end */
/* background-color-section-seven start */
.background-color-section-seven {
    background-color: #f9fafb;
    border-radius: 1rem;
    padding: 2.5rem;
    margin-bottom: 4rem;
}

.background-color-section-seven h5 {
    margin-bottom: 24px;
}

.background-color-section-seven ul li {
    font-size: 16px;
}

@media (max-width: 1024px) {
    .background-color-section-seven {
        padding: 2rem;
        margin-bottom: 3rem;
    }
}

@media (max-width: 768px) {
    .background-color-section-seven {
        padding: 1.5rem;
        margin-bottom: 2.5rem;
    }

    .background-color-section-seven ul li {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .background-color-section-seven {
        padding: 1.25rem;
        margin-bottom: 2rem;
    }

    .background-color-section-seven ul li {
        font-size: 13px;
    }
}

/* background-color-section-seven end */
/* border-card-section-twelve start  */
.border-card-section-twelve {
    background-color: #ffffff;
    border: 2px solid #f3f4f6;
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 24px;
}

.border-card-section-twelve h6 {
    margin-bottom: 16px;
}

.border-card-section-twelve p,
.border-card-section-twelve ul li {
    font-size: 16px;
}

.border-card-section-twelve .left-children ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding-left: 0px;
}

.border-card-section-twelve .left-children ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #374151;
    position: relative;
    padding-left: 1.7rem !important;
    text-indent: 0px !important;
}

.border-card-section-twelve .left-children ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35rem;
    width: 20px;
    height: 20px;
    background: url("/typo3conf/ext/spt_package/Resources/Public/images/circle-check-big-blue2.svg") no-repeat center;
    background-size: contain !important;
}

@media (max-width: 1024px) {
    .border-card-section-twelve {
        padding: 1.75rem;
    }
}

@media (max-width: 768px) {
    .border-card-section-twelve {
        padding: 1.5rem;
    }

    .border-card-section-twelve p,
    .border-card-section-twelve ul li {
        font-size: 14px;
    }

    .border-card-section-twelve .left-children ul li::before {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 576px) {
    .border-card-section-twelve {
        padding: 1.25rem;
    }

    .border-card-section-twelve p,
    .border-card-section-twelve ul li {
        font-size: 13px;
    }

    .border-card-section-twelve .left-children ul li::before {
        width: 16px;
        height: 16px;
    }
}

/* border-card-section-twelve end  */
/* list-items-card-five start  */
.list-items-card-five .col-md-4.col-sm-4.col-xs-12 .frame {
    background-color: #ffffff;
    border: 2px solid #f3f4f6;
    border-radius: 1rem;
    padding: 1.5rem;
    height: 100%;
}

.list-items-card-five .col-md-4.col-sm-4.col-xs-12 .frame div h6~p {
    background-color: rgba(0, 74, 111, 0.1);
    color: #004a6f;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
}

.list-items-card-five .col-md-4.col-sm-4.col-xs-12 .frame>div:first-of-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-items-card-five .col-md-4.col-sm-4.col-xs-12 .frame>p {
    color: #374151;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.list-items-card-five .col-md-4.col-sm-4.col-xs-12 .frame>div>div:first-of-type p {
    font-size: 0.75rem;
    font-weight: 600;
    color: #15803d;
    margin-bottom: 0.25rem;
}

.list-items-card-five .col-md-4.col-sm-4.col-xs-12 .frame ul li {
    font-size: 0.75rem;
    color: #4b5563;
    margin-bottom: 0px;
}

.list-items-card-five .col-md-4.col-sm-4.col-xs-12 .frame ul {
    margin-bottom: 8px;
}

.list-items-card-five .col-md-4.col-sm-4.col-xs-12 .frame>div>div:last-of-type p {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 0.25rem;
}

@media (max-width: 1024px) {
    .list-items-card-five .col-md-4.col-sm-4.col-xs-12 .frame {
        padding: 1.25rem;
    }
}

@media (max-width: 768px) {
    .list-items-card-five .col-md-4.col-sm-4.col-xs-12 {
        width: 100%;
        margin-bottom: 20px;
    }

    .list-items-card-five .col-md-4.col-sm-4.col-xs-12 .frame {
        padding: 1rem;
    }

    .list-items-card-five .col-md-4.col-sm-4.col-xs-12 .frame>p {
        font-size: 0.8125rem;
    }

    .list-items-card-five .col-md-4.col-sm-4.col-xs-12 .frame div h6~p {
        font-size: 0.8125rem;
    }
}

@media (max-width: 576px) {
    .list-items-card-five .col-md-4.col-sm-4.col-xs-12 .frame {
        padding: 0.875rem;
    }

    .list-items-card-five .col-md-4.col-sm-4.col-xs-12 .frame>p {
        font-size: 0.75rem;
    }

    .list-items-card-five .col-md-4.col-sm-4.col-xs-12 .frame ul li {
        font-size: 0.6875rem;
    }
}

/* list-items-card-five end  */
/* list-items-card-six start */
.list-items-card-six .col-md-4.col-sm-4.col-xs-12 .frame {
    background-color: #ffffff;
    border: 2px solid #f3f4f6;
    border-radius: 1rem;
    padding: 1.5rem;
    height: 100%;
}

.list-items-card-six .row.col-p20 {
    margin-bottom: 30px;
}

.list-items-card-six .row.col-p20 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.list-items-card-six .row.col-p20 h4~p {
    color: #374151;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}

.list-items-card-six .row.col-p20 {
    width: 100%;
}

.list-items-card-six .row.col-p20>.col-md-4.col-sm-4.col-xs-12>.frame>div {
    background-color: rgba(0, 74, 111, 0.1);
    border-radius: 0.5rem;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
}

.list-items-card-six .row.col-p20>.col-md-4.col-sm-4.col-xs-12>.frame>div p,
.list-items-card-six .row.col-p20>.col-md-4.col-sm-4.col-xs-12>.frame>div p strong {
    font-size: 0.75rem;
    color: #004a6f;
    font-weight: 600;
    margin-bottom: 0px;
}

.list-items-card-six .row.col-p20>.col-md-4.col-sm-4.col-xs-12>.frame>p:last-of-type {
    font-size: 0.875rem;
    font-weight: 700;
    color: #111827;
}

@media (max-width: 1024px) {
    .list-items-card-six .col-md-4.col-sm-4.col-xs-12 .frame {
        padding: 1.25rem;
    }
}

@media (max-width: 768px) {
    .list-items-card-six .col-md-4.col-sm-4.col-xs-12 {
        width: 100%;
        margin-bottom: 20px;
    }

    .list-items-card-six .col-md-4.col-sm-4.col-xs-12 .frame {
        padding: 1rem;
    }

    .list-items-card-six .row.col-p20 h4 {
        font-size: 1rem;
    }

    .list-items-card-six .row.col-p20 h4~p {
        font-size: 0.8125rem;
    }
}

@media (max-width: 576px) {
    .list-items-card-six .col-md-4.col-sm-4.col-xs-12 .frame {
        padding: 0.875rem;
    }

    .list-items-card-six .row.col-p20 h4 {
        font-size: 0.95rem;
    }

    .list-items-card-six .row.col-p20 h4~p {
        font-size: 0.75rem;
    }

    .list-items-card-six .row.col-p20>.col-md-4.col-sm-4.col-xs-12>.frame>div p,
    .list-items-card-six .row.col-p20>.col-md-4.col-sm-4.col-xs-12>.frame>div p strong {
        font-size: 0.6875rem;
    }

    .list-items-card-six .row.col-p20>.col-md-4.col-sm-4.col-xs-12>.frame>p:last-of-type {
        font-size: 0.8125rem;
    }
}

/* list-items-card-six end */
/* table-section-style-one start */
.table-section-style-one h5 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 2rem;
}

.table-section-style-one .container>.row>.frame:last-child {
    background-color: #ffffff;
    border: 2px solid #f3f4f6;
    border-radius: 1rem;
    overflow: hidden;
    padding: 0px;
}

.table-section-style-one .table-responsive {
    overflow-x: auto;
}

.table-section-style-one .table {
    width: 100% !important;
}

.table-section-style-one table {
    width: 100% !important;
    border-collapse: collapse;
}

.table-section-style-one thead {
    background-color: #004a6f;
    color: #ffffff;
}

.table-section-style-one thead th {
    padding: 1rem 1.5rem !important;
    text-align: left;
    font-size: 0.875rem;
    font-weight: 600;
    border: none !important;
}

.table-section-style-one tbody tr {
    border-bottom: 1px solid #f3f4f6;
    transition: background-color 0.3s ease;
}

.table-section-style-one tbody tr:hover {
    background-color: #f9fafb;
}

.table-section-style-one tbody td {
    padding: 1rem 1.5rem !important;
    font-size: 0.875rem;
    border: none !important;
}

.table-section-style-one tbody td strong {
    color: #111827;
    font-weight: 600;
}

.table-section-style-one tbody td:not(strong) {
    color: #374151;
}

@media (max-width: 768px) {

    .table-section-style-one thead th,
    .table-section-style-one tbody td {
        padding: 0.75rem 1rem !important;
        font-size: 0.8125rem;
    }
}

@media (max-width: 576px) {

    .table-section-style-one thead th,
    .table-section-style-one tbody td {
        padding: 0.625rem 0.75rem !important;
        font-size: 0.75rem;
    }
}

/* table-section-style-one end */
/* list-items-card-seven start */
.list-items-card-seven .row>.frame {
    background-color: #ffffff;
    border: 2px solid #f3f4f6;
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 24px;
}

.list-items-card-seven .row>.frame>.ce-textpic {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.list-items-card-seven .row>.frame>.ce-textpic .ce-gallery {
    background-color: rgba(0, 74, 111, 0.1);
    border-radius: 0.5rem;
    padding: 0.75rem;
}

.list-items-card-seven .row>.frame>.ce-textpic .ce-gallery img,
.list-items-card-seven .row>.frame>.ce-textpic .ce-gallery svg {
    width: 24px;
    height: 24px;
}

.list-items-card-seven .row>.frame>.ce-textpic h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.list-items-card-seven .row>.frame>.ce-textpic p {
    color: #374151;
    margin-bottom: 1rem;
}

.list-items-card-seven .row>.frame>.ce-textpic ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding-left: 0px;
}

.list-items-card-seven .row>.frame>.ce-textpic ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #374151;
    position: relative;
    padding-left: 1.7rem !important;
    text-indent: 0px !important;
}

.list-items-card-seven .row>.frame>.ce-textpic ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35rem;
    width: 16px;
    height: 16px;
    background: url("/typo3conf/ext/spt_package/Resources/Public/images/circle-check-big-blue2.svg") no-repeat center;
    background-size: contain !important;
}

@media (max-width: 1024px) {
    .list-items-card-seven .row>.frame {
        padding: 1.75rem;
    }
}

@media (max-width: 768px) {
    .list-items-card-seven .row>.frame {
        padding: 1.5rem;
    }

    .list-items-card-seven .row>.frame>.ce-textpic {
        gap: 0.75rem;
    }

    .list-items-card-seven .row>.frame>.ce-textpic h4 {
        font-size: 1.125rem;
    }

    .list-items-card-seven .row>.frame>.ce-textpic p {
        font-size: 0.875rem;
    }

    .list-items-card-seven .row>.frame>.ce-textpic ul li::before {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 576px) {
    .list-items-card-seven .row>.frame {
        padding: 1.25rem;
    }

    .list-items-card-seven .row>.frame>.ce-textpic {
        flex-direction: column;
        gap: 0.75rem;
    }

    .list-items-card-seven .row>.frame>.ce-textpic .ce-gallery {
        width: 2.5rem;
        height: 2.5rem;
        padding: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .list-items-card-seven .row>.frame>.ce-textpic .ce-gallery img,
    .list-items-card-seven .row>.frame>.ce-textpic .ce-gallery svg {
        width: 20px;
        height: 20px;
    }

    .list-items-card-seven .row>.frame>.ce-textpic h4 {
        font-size: 1rem;
    }

    .list-items-card-seven .row>.frame>.ce-textpic p {
        font-size: 0.8125rem;
    }

    .list-items-card-seven .row>.frame>.ce-textpic ul li {
        font-size: 0.8125rem;
    }

    .list-items-card-seven .row>.frame>.ce-textpic ul li::before {
        width: 12px;
        height: 12px;
    }
}

/* list-items-card-seven end */
/* gradient-card-style-ninteen start */
.gradient-card-style-ninteen {
    background: linear-gradient(to bottom right, #004a6f, #003651);
    color: #ffffff;
    border-radius: 1rem;
    padding: 2.5rem;
    margin-bottom: 64px;
}

.gradient-card-style-ninteen>.container>.row>.col-12 {
    padding: 0px;
    text-align: center;
}

.gradient-card-style-ninteen .row>.col-12:not(.col-md-6) .ce-textpic {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    margin-bottom: 16px;
    font-size: 14px;
}

.gradient-card-style-ninteen .row>.col-12:not(.col-md-6) .ce-textpic img,
.gradient-card-style-ninteen .row>.col-12:not(.col-md-6) .ce-textpic svg {
    width: 16px !important;
    height: 16px !important;
}

.gradient-card-style-ninteen .row>.col-12.col-md-6 .ce-textpic img,
.gradient-card-style-ninteen .row>.col-12.col-md-6 .ce-textpic svg {
    width: 24px !important;
    height: 24px !important;
    margin-right: 12px;
}

.gradient-card-style-ninteen .col-12 .ce-bodytext {
    font-size: 0.875rem;
    margin-bottom: 0px;
    line-height: normal;
}

.gradient-card-style-ninteen .col-12 .ce-bodytext p {
    margin-bottom: 0px;
}

.gradient-card-style-ninteen .ce-gallery {
    margin-bottom: 0px !important;
    margin-right: 0px !important;
}

.gradient-card-style-ninteen .row>.col-12.col-md-6 h6 {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.gradient-card-style-ninteen>.container>.row>.col-12.col-md-6 {
    padding: 0 12px;
    text-align: left;
}

.gradient-card-style-ninteen>.container>.row>.col-12.col-md-6>.col-12 {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
}

.gradient-card-style-ninteen ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #fff !important;
    position: relative;
    padding-left: 1.5rem !important;
    text-indent: 0px !important;
    font-size: 14px;
}

.gradient-card-style-ninteen ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
}

@media(max-width:768px) {
    .gradient-card-style-ninteen {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 1024px) {
    .gradient-card-style-ninteen {
        padding: 2rem;
        margin-bottom: 48px;
    }

    .gradient-card-style-ninteen .row>.col-12.col-md-6 h6 {
        font-size: 16px;
    }

    .gradient-card-style-ninteen>.container>.row>.col-12.col-md-6>.col-12 {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .gradient-card-style-ninteen {
        padding: 1.5rem 1rem;
    }

    .gradient-card-style-ninteen>.container>.row>.col-12.col-md-6 {
        width: 100%;
        margin-bottom: 16px;
    }

    .gradient-card-style-ninteen>.container>.row>.col-12.col-md-6>.col-12 {
        padding: 18px;
    }

    .gradient-card-style-ninteen .row>.col-12.col-md-6 .ce-textpic img,
    .gradient-card-style-ninteen .row>.col-12.col-md-6 .ce-textpic svg {
        width: 20px !important;
        height: 20px !important;
    }

    .gradient-card-style-ninteen ul li {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .gradient-card-style-ninteen {
        padding: 1.25rem 0.75rem;
    }

    .gradient-card-style-ninteen .row>.col-12:not(.col-md-6) .ce-textpic {
        font-size: 12px;
        padding: 0.4rem 0.75rem;
    }

    .gradient-card-style-ninteen ul li {
        font-size: 12px;
    }
}

/* gradient-card-style-ninteen end */
/* list-items-card-eight start */
.list-items-card-eight .col-md-4.col-sm-4.col-xs-12>.frame {
    background: linear-gradient(to bottom right, #f9fafb, #ffffff);
    border: 2px solid #f3f4f6;
    border-radius: 1rem;
    padding: 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
}

.list-items-card-eight .col-md-4.col-sm-4.col-xs-12>.frame:hover {
    border-color: rgba(0, 74, 111, 0.3);
}

.list-items-card-eight .col-md-4.col-sm-4.col-xs-12>.frame .ce-gallery {
    background-color: rgba(0, 74, 111, 0.1);
    border-radius: 9999px;
    padding: 0.75rem;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-items-card-eight .col-md-4.col-sm-4.col-xs-12>.frame .ce-gallery img,
.list-items-card-eight .col-md-4.col-sm-4.col-xs-12>.frame .ce-gallery svg {
    width: 28px;
    height: 28px;
}

.list-items-card-eight .col-md-4.col-sm-4.col-xs-12>.frame h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem;
}

.list-items-card-eight .col-md-4.col-sm-4.col-xs-12>.frame p {
    color: #374151;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}

.list-items-card-eight .col-md-4.col-sm-4.col-xs-12>.frame p strong {
    font-weight: 700;
    color: #004a6f;
}

@media (max-width: 1024px) {
    .list-items-card-eight .col-md-4.col-sm-4.col-xs-12>.frame {
        padding: 1.25rem;
    }
}

@media (max-width: 768px) {
    .list-items-card-eight .col-md-4.col-sm-4.col-xs-12 {
        width: 100%;
        margin-bottom: 20px;
    }

    .list-items-card-eight .col-md-4.col-sm-4.col-xs-12>.frame {
        padding: 1rem;
    }

    .list-items-card-eight .col-md-4.col-sm-4.col-xs-12>.frame h4 {
        font-size: 1rem;
    }

    .list-items-card-eight .col-md-4.col-sm-4.col-xs-12>.frame p {
        font-size: 0.8125rem;
    }
}

@media (max-width: 576px) {
    .list-items-card-eight .col-md-4.col-sm-4.col-xs-12>.frame {
        padding: 0.875rem;
    }

    .list-items-card-eight .col-md-4.col-sm-4.col-xs-12>.frame .ce-gallery {
        width: 3rem;
        height: 3rem;
        padding: 0.5rem;
    }

    .list-items-card-eight .col-md-4.col-sm-4.col-xs-12>.frame .ce-gallery img,
    .list-items-card-eight .col-md-4.col-sm-4.col-xs-12>.frame .ce-gallery svg {
        width: 22px;
        height: 22px;
    }

    .list-items-card-eight .col-md-4.col-sm-4.col-xs-12>.frame p {
        font-size: 0.75rem;
    }
}

/* list-items-card-eight end */
/* gradient-card-style-twenty start */
.gradient-card-style-twenty {
    background-color: #eff6ff;
    border-radius: 1rem;
    padding: 2rem;
}

.gradient-card-style-twenty h4 {
    margin-bottom: 24px;
}

.gradient-card-style-twenty li {
    font-size: 16px;
}

.gradient-card-style-twenty h6 {
    margin-bottom: 16px;
}

@media (max-width: 1024px) {
    .gradient-card-style-twenty {
        padding: 1.75rem;
    }
}

@media (max-width: 768px) {
    .gradient-card-style-twenty {
        padding: 1.5rem;
    }

    .gradient-card-style-twenty h4 {
        margin-bottom: 20px;
    }

    .gradient-card-style-twenty h6 {
        margin-bottom: 12px;
    }

    .gradient-card-style-twenty li {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .gradient-card-style-twenty {
        padding: 1.25rem;
    }

    .gradient-card-style-twenty h4 {
        margin-bottom: 16px;
    }

    .gradient-card-style-twenty h6 {
        margin-bottom: 10px;
    }

    .gradient-card-style-twenty li {
        font-size: 13px;
    }
}

/* gradient-card-style-twenty end */
/* gradient-card-style-twentyone start */
.gradient-card-style-twentyone {
    background: linear-gradient(to bottom right, #004a6f, #003651);
    color: #ffffff;
    border-radius: 1rem;
    padding: 2.5rem;
    text-align: center;
    margin-top: 80px;
}

.gradient-card-style-twentyone h4 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.gradient-card-style-twentyone p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.gradient-card-style-twentyone .arrow-icon-blue {
    padding: 1.3rem 2rem;
    border-radius: 0.75rem;
}

.gradient-card-style-twentyone div>p {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

@media (min-width: 640px) {
    .gradient-card-style-twentyone div>p {
        flex-direction: row;
    }
}

@media (max-width: 1024px) {
    .gradient-card-style-twentyone {
        padding: 2rem;
        margin-top: 60px;
    }

    .gradient-card-style-twentyone h4 {
        font-size: 1.625rem;
    }

    .gradient-card-style-twentyone p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .gradient-card-style-twentyone {
        padding: 1.75rem;
        margin-top: 50px;
    }

    .gradient-card-style-twentyone h4 {
        font-size: 1.5rem;
    }

    .gradient-card-style-twentyone p {
        font-size: 0.9375rem;
        margin-bottom: 1.5rem;
    }

    .gradient-card-style-twentyone .arrow-icon-blue {
        padding: 1rem 1.5rem;
    }
}

@media (max-width: 576px) {
    .gradient-card-style-twentyone {
        padding: 1.5rem;
        margin-top: 40px;
    }

    .gradient-card-style-twentyone h4 {
        font-size: 1.25rem;
    }

    .gradient-card-style-twentyone p {
        font-size: 0.875rem;
        margin-bottom: 1.25rem;
    }

    .gradient-card-style-twentyone .arrow-icon-blue {
        padding: 0.875rem 1.25rem;
    }
}

/* gradient-card-style-twentyone end */
/* gradient below header start */
/* .banner-gradient-header::before {
    content: '';
    position: absolute;
    bottom: -74px;
    left: 0;
    height: 75px;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom,#004a6f 0%,rgb(0 74 111 / .95) 14%,rgb(0 74 111 / .85) 25%,rgb(0 74 111 / .45) 57%,rgb(0 74 111 / .15) 80%,transparent 100%)
}

.banner-gradient-header.sticky::before {
    content: none
} */
/* gradient below header end */

/* border-left-one start */
.border-left-one .row.col-p20 {
    row-gap: 30px;
}

.border-left-one .col-md-4.col-sm-4.col-xs-12>.frame {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 24px;
    border: 1px solid #004a6f;
    border-left: 4px solid #004a6f;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    padding: 24px;
}

.border-left-one h6~div>h6 {
    font-size: 17px;
    color: oklch(0.373 0.034 259.733);
    line-height: 24px;
}

.border-left-one .col-md-4.col-sm-4.col-xs-12>.frame:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.border-left-one .col-md-4.col-sm-4.col-xs-12>.frame h6 {
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.5rem;
}

.border-left-one .col-md-4.col-sm-4.col-xs-12>.frame p {
    font-size: 0.875rem;
    color: #4b5563;
}

/* border-left-one end */
/* list-items-card-nine start */
.list-items-card-nine .row {
    row-gap: 30px;
}

.list-items-card-nine .col-12.col-md-6>.frame {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 24px;
    border: 2px solid rgba(0, 74, 111, 0.3);
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    padding: 24px;
    height: 100%;
}

.list-items-card-nine .col-12.col-md-6>.frame:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.list-items-card-nine .col-12.col-md-6>.frame .ce-gallery {
    margin-right: 16px;
}

.list-items-card-nine .col-12.col-md-6>.frame .ce-gallery svg {
    width: 24px;
    height: 24px;
}

.list-items-card-nine .col-12.col-md-6>.frame .ce-bodytext>div>p {
    font-size: 0.75rem;
    font-weight: 500;
    color: #004a6f;
    margin-bottom: 0.5rem;
}

.list-items-card-nine .col-12.col-md-6>.frame .ce-bodytext h6 {
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.5rem;
}

.list-items-card-nine .col-12.col-md-6>.frame .ce-bodytext>p {
    font-size: 0.875rem;
    color: #4b5563;
    margin-bottom: 1rem;
}

.list-items-card-nine .col-12.col-md-6>.frame .ce-bodytext .background-with-left-border {
    background-color: #eff6ff;
    border-left: 4px solid #2563eb;
    padding: 0.75rem;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1e3a8a;
}

.list-items-card-nine .col-12.col-md-6>.frame .ce-bodytext a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #004a6f;
    font-weight: 600;
    font-size: 0.875rem;
    transition: color 0.3s ease;
    position: relative;
}

.list-items-card-nine .col-12.col-md-6>.frame .ce-bodytext a::after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('/typo3conf/ext/spt_package/Resources/Public/images/arrow-blue.svg') no-repeat center;
    background-size: contain;
    transition: transform 0.3s ease;
}

.list-items-card-nine .col-12.col-md-6>.frame .ce-bodytext a:hover {
    color: #003a5f;
    text-decoration: none;
}

.list-items-card-nine .col-12.col-md-6>.frame .ce-bodytext a:hover::after {
    transform: translateX(4px);
}

/* list-items-card-nine end */
/* list-items-card-ten start */
.list-items-card-ten .row {
    row-gap: 30px;
    width: 100%;
}

.list-items-card-ten .col-12.col-md-6>.frame,
.list-items-card-ten .col-md-4.col-sm-4.col-xs-12>.frame {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    border: 1px solid #000;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    padding: 24px;
    height: 100%;
}

.list-items-card-ten .col-12.col-md-6>.frame:hover,
.list-items-card-ten .col-md-4.col-sm-4.col-xs-12>.frame:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.list-items-card-ten .col-12.col-md-6>.frame h6,
.list-items-card-ten .col-md-4.col-sm-4.col-xs-12>.frame h6 {
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.75rem;
}

.list-items-card-ten .col-12.col-md-6>.frame p,
.list-items-card-ten .col-md-4.col-sm-4.col-xs-12>.frame p {
    font-size: 0.875rem;
    color: #4b5563;
    margin-bottom: 0;
}

.list-items-card-ten .col-md-4.col-sm-4.col-xs-12>.frame>div>p {
    color: #004a6f;
}

.list-items-card-ten .col-12.col-md-6>.frame .ce-gallery {
    margin-right: 16px;
}

.list-items-card-ten .col-12.col-md-6>.frame .ce-gallery svg {
    width: 20px;
    height: 20px;
}

.list-items-card-ten .background-with-left-border {
    background: linear-gradient(to bottom right, #eff6ff, #dbeafe);
    border-left: 4px solid #2563eb;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
}

.list-items-card-ten .background-with-left-border p {
    color: #364153;
}

.list-items-card-ten .background-with-left-border strong {
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.75rem;
    display: block;
}

.list-items-card-ten .col-md-4.col-sm-4.col-xs-12>.frame.frame-gallery-primary-color {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    border: 1px solid #fecaca;
    background: linear-gradient(to bottom right, #fef2f2, #fee2e2);
    transition: box-shadow 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.list-items-card-ten .col-md-4.col-sm-4.col-xs-12>.frame.frame-gallery-primary-color>div>p {
    color: oklch(0.505 0.213 27.518);
}

.list-items-card-ten .col-md-4.col-sm-4.col-xs-12>.frame.frame-gallery-primary-color .arrow-icon-blue {
    background: transparent;
    color: oklch(0.505 0.213 27.518) !important;
}

.list-items-card-ten .col-md-4.col-sm-4.col-xs-12>.frame.frame-gallery-primary-color .arrow-icon-blue::after {
    filter: brightness(0) saturate(100%) invert(29%) sepia(83%) saturate(1807%) hue-rotate(340deg) brightness(93%) contrast(92%);
}

/* list-items-card-ten end */
/* banner image */
.banner_section{
    margin-top: 90px;
}
@media(min-width:768px){
.banner_section{
    margin-top: 190px;
}
}
.banner_section>section .right-children.col-12.col-md-6 .ce-image.ce-center.ce-above .ce-gallery{
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
                0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.banner_section>section .left-children.col-12.col-md-6 h1 {
    font-size: 40px;
    font-weight: 900;
    display: block;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    color:rgb(0, 160, 145);;
}

@media (min-width: 768px) {
    .banner_section>section .left-children.col-12.col-md-6 h1 {
        font-size: 50px;
    }
}

@media (min-width: 1024px) {
    .banner_section>section .left-children.col-12.col-md-6 h1 {
        font-size: 60px;
    }
}

.banner_section>section .left-children.col-12.col-md-6 h2 {
    font-size: 0.875rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0.25rem;
    letter-spacing: 0.025em;
    opacity: 0.8;
    color: rgb(214, 8, 103);
}

@media (min-width: 768px) {
    .banner_section>section .left-children.col-12.col-md-6 h2 {
        font-size: 1rem;
    }
}
.banner_section>section .left-children.col-12.col-md-6 h2 span {
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.025em;
    opacity: 0.8;
    display: block;
    color: rgb(0, 160, 145);
}

@media (min-width: 768px) {
    .banner_section>section .left-children.col-12.col-md-6 h2 span {
        font-size: 1rem;
    }
}
.banner_section>section .left-children.col-12.col-md-6 p {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: 700;
    opacity: 0.75;
    margin-top: 1rem;
    color: rgb(0, 160, 145);
}

@media (min-width: 768px) {
    .banner_section>section .left-children.col-12.col-md-6 p {
        font-size: 0.75rem;
    }
}
.banner_section>section .left-children.col-12.col-md-6 {
    align-items: center;
    display: flex;
}

header .navbar .navbar-nav>li.dropdown .nav-link {
    font-size: 14px;
    letter-spacing: 0.025em;
    transition: all 0.5s ease-in-out;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
    touch-action: manipulation;
    outline: none;
    font-weight: 700;
    color: #d60867;
    text-transform: uppercase;
}

header .navbar .navbar-nav>li.dropdown .nav-link::after {
    content: '';
    position: absolute;
    left: 0.8rem;
    bottom: 81px;
    width: calc(100% - 1.5rem);
    height: 2px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
}

header .navbar .navbar-nav>li.dropdown:hover  .nav-link::after,
header .navbar .navbar-nav>li.dropdown.active  .nav-link::after, 
header .navbar .navbar-nav>li.dropdown:focus .nav-link::after {
    transform: scaleX(1);
}

header .navbar .navbar-nav>li .dropdown-menu section.mega-menu-container-version a{
    color: #00a091 !important;
}
.button-maintext {
    background-color: rgba(0, 160, 145, 0.2);
}
.button-maintext, .button-maintext:hover {
    border-color: #2222221c;
}
/* coming soon */
.banner_section>section>.container>.row>.frame {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 2;
}
.banner_section {
    position: relative;
}
.banner_section>section>.container>.row>.frame img{
    width: 330px;
}
.banner_section>.section{
    padding-top: 0px;
}
@media(max-width:576px){
    .banner_section>section>.container>.row>.frame {
    bottom: 0;
    transform: none;
    left: 0;
    top: auto;
}
.banner_section>section>.container>.row>.frame img{
    width: 172px;
}
}