@import url('/assets/Fonts/Poppins/poppins.css');
@import url('/assets/Fonts/Helvetica/stylesheet.css');
@import url('/assets/Fonts/Helvetica2/stylesheet.css');

:root {
    --blue: #171c60;
    --darkblue: #0f144f;
    --white: #ffffff;
    --whiteblue: #d1d2de;
    --lilac: #4e5385;
    --gray: #f6f6f9;
    --footerText: #8a8cb3;
    --grayblue: #d2d4e0;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}
/*ol, ul {
    list-style: none;
}*/

body {
    /*font-family: 'poppinsregular' !important;*/
    font-family: Arial, Helvetica, sans-serif !important;
    /*font-family: 'helveticaregular' !important;*/
    max-width: 100% !important;
    color: var(--blue);
}

*:focus, *:active {
    outline: 0 !important;
    /*box-shadow: none !important;*/
    border-color: none !important;
}

.form-control:active,
.form-control:focus,
.form-control {
    box-shadow: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

/*.container-fluid{
    padding:0;
}*/

.background-center {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.pageContext a {
    color: var(--blueHover);
    font-weight: bolder;
    /*text-decoration: underline;*/
}

.btn.btn-custom {
    background-color: var(--whiteblue);
    color: var(--blue);
    border-radius: 0;
    letter-spacing: 4px;
    padding: 5px 25px;
    font-weight: bold;
    transition: .6s ease-in-out;
}

    .btn.btn-custom:hover {
        background-color: var(--blue);
        color: var(--whiteblue);
        transition: .6s ease-in-out;
    }

.btn.btn-custom-blue {
        background-color: var(--blue);
        color: var(--whiteblue);
    border-radius: 0;
    letter-spacing: 4px;
    padding: 5px 25px;
    font-weight: bold;
    transition: .6s ease-in-out;
}

    .btn.btn-custom-blue:hover {
        background-color: var(--whiteblue);
        color: var(--blue);
        transition: .6s ease-in-out;
    }

.home-banner {
    height: 100dvh;
    overflow: hidden;
    /*    background-image: url(../image/Dekom/Pictures/zmn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

    .home-banner .nav {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        margin-bottom: 0;
        list-style-type: none
    }

    /*.home-banner .nav a {
            color: var(--whiteblue);
            letter-spacing: 1px;
            padding: 0 8px;
            border-right: 1px solid var(--whiteblue);
            font-size: 12px
        }*/
    /*
        .home-banner .nav ul {
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            margin-bottom: 0;
            list-style-type: none
        }*/
    .home-banner ul li:last-child a {
        border-right: none;
    }

    .home-banner .banner-content .row {
        min-height: 100dvh;
        color: var(--whiteblue);
        margin: 0;
    }

    .home-banner .banner-content .banner-left-menu {
        background-color: #171c60e3;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .home-banner .banner-content .banner-right-menu {
        background-color: var(--blue);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

        .home-banner .banner-content .banner-right-menu > div {
            /*border-bottom:2px solid var(--whiteblue);*/
        }

        .home-banner .banner-content .banner-right-menu hr {
            display: block;
            border: none;
            height: 3px;
            background: #0071B9;
            background: linear-gradient(to right, #ffffff00, #ffffff, #ffffff00);
            width: 60%;
        }

        .home-banner .banner-content .banner-right-menu a {
            color: var(--whiteblue);
        }

header .secondNav .navbar-nav hr {
    display: block;
    border: none;
    width: 2px;
    height: 40px;
    background: linear-gradient(to bottom, #ffffff00, #ffffff, #ffffff00);
}

header .secondNav .navbar-nav .has-megamenu {
    align-items: center;
    display: flex;
    justify-content: center;
}

main .main-content-text {
    color: var(--blue);
    font-size: 15px;
}


.news-carousel {
    /*background-color: var(--blue);*/
}

    .news-carousel .headline-between-lines {
        color: var(--blue);
    }

    .news-carousel .item {
        color: var(--blue);
    }

        .news-carousel .item h4 {
            font-size: 16px;
            font-weight: bold;
            margin: 0;
        }

    .news-carousel .carousel-card {
        height: 300px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 20px;
        border: 1px solid var(--blue);
        border-radius: 4px;
    }

#newsCarousel .owl-dots {
    color: var(--whiteblue);
    width: 100%;
}

#newsCarousel .owl-dots {
    text-align: center;
    margin-bottom: -25px;
    margin-top: 30px;
}

    #newsCarousel .owl-dots button.owl-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        display: inline-block;
        background-color: var(--whiteblue);
        margin: 0 3px;
    }

        #newsCarousel .owl-dots button.owl-dot.active {
            background-color: var(--lilac);
        }

        #newsCarousel .owl-dots button.owl-dot:focus {
            outline: none;
        }


footer .contact-infos {
    background-color: var(--gray);
}

footer {
    font-size: 14px;
}

    footer .contact-infos a {
        color: var(--footerText);
    }

    footer .contact-infos-section:first-child,
    footer .contact-infos-section:nth-child(2) {
        border-right: 1px solid var(--footerText);
    }


    footer,
    footer a {
        color: var(--footerText);
    }

        footer a {
            display: inline-block;
        }

        footer .footer-nav {
            border-left: 1px solid var(--footerText);
            padding: 0 6px;
        }

            footer .footer-nav:hover {
                color: var(--footerText);
            }

.pageDetailBanner {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width:992px) {

    .pageDetailBanner {
        height: 300px;
    }

    footer .contact-infos-section:first-child,
    footer .contact-infos-section:nth-child(2) {
        border-right: none;
    }
}


.wholeHeader {
    /*position: absolute !important;*/
    position: fixed;
    width: 100% !important;
    box-shadow: 0 5px 10px 4px rgb(0 0 0 / 20%);
    z-index: 99;
}

.firstNav {
    font-size: 13px;
    font-weight: bold;
    min-height: 30px;
    display: flex;
    align-items: center;
    background-color: var(--darkblue);
}

    .firstNav a,
    .firstNav a:focus {
        color: var(--green);
    }

    .firstNav .border-end {
        border-color: var(--whiteblue) !important;
        height: 15%;
        display: flex;
        align-items: center;
        margin: auto 0;
    }

    .firstNav .nav li {
        display: flex;
        align-items: center;
        height: 30px;
    }

        .firstNav .nav li a {
            color: var(--whiteblue);
            padding-top: 9px;
        }

        .firstNav .nav li svg {
            height: 20px;
            width: 30px;
        }

        .firstNav .nav li a:hover {
            color: var(--white);
        }

        .firstNav .nav li:last-child a {
            border-right: none !important;
        }

@media all and (max-width: 425px) {
    .firstNav .nav-link {
        display: none;
    }
}

.secondNav {
    background-color: var(--blue);
    transition: all .4s;
    padding: 5px 0;
}

    .secondNav .navbar-nav .nav-link {
        padding: 8px 20px;
    }

    .secondNav ul li a {
        color: var(--white);
        font-weight: 400;
        font-size: 18px;
        display: block;
        text-align: center;
    }

        .secondNav ul li a:hover,
        .secondNav ul li a:focus,
        .secondNav ul li a:active {
            background-color: var(--darkblue);
            color: var(--gray);
        }

.dropdown-menu.megamenu a:hover {
    background-color: var(--blue) !important;
}

.dropdown-menu.megamenu a img {
    height: 25px;
    vertical-align: sub;
    margin-right: 5px;
}

.languages-button .dropdown-menu.show {
    z-index: 99999;
}

.navbar .megamenu {
    padding: 1rem;
    background-color: var(--darkblue);
    border-radius: 0;
    border: none;
    color: var(--whiteblue);
    top: 90px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(230,220,198, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-toggler {
    border-color: rgba(230, 220, 198, 0.40) !important;
}


@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
    }

    .bannerQuote p {
        font-size: 14px;
        letter-spacing: 4px;
    }

    .bannerQuote img {
        height: 25px;
        width: 15px;
    }
}

@media(max-width: 992px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90dvh;
        margin-top: 10px;
    }

    .firstNav .border-end {
        padding: 9px 9px;
    }
}

.dropdownitem li a {
    padding: 20px !important;
}

.dropdown-menu {
    background-color: var(--blue);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-toggler {
    border-color: rgba(255,255,255, 1) !important;
}

.navbar .megamenu {
    padding: 1rem;
}

.contactForm {
    color: var(--whiteblue);
}

    .contactForm .contact-section {
        background-color: var(--blue);
    }

    .contactForm .input-fields {
        background-color: var(--white);
    }


.group {
    position: relative;
    margin-bottom: 45px;
}

input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #171c609c;
}

    input:focus {
        outline: none;
    }

/* LABEL ======================================= */
label {
    color: var(--blue);
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    /*left: 5px;*/
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: var(--blue);
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 1px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: var(--darkblue);
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.group {
    position: relative;
    margin-bottom: 45px;
}

textarea {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #171c609c;
    resize: none; /* Prevent resizing */
}

    textarea:focus {
        outline: none;
    }

/* LABEL ======================================= */
label {
    color: var(--blue);
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
textarea:focus ~ label, textarea:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: var(--blue);
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 1px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: var(--darkblue);
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

/* active state */
textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
textarea:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}


.breadcrumb {
    margin-bottom: 8px;
}

.breadcrumb-item a {
    color: var(--blue);
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--blue) !important;
}

.cpTitle {
    font-weight: bold;
    margin-bottom: 2rem;
}

.product-card {
    /*width: 400px;*/
    height: 400px;
    margin: 0 auto 24px auto;
    position: relative;
    overflow: hidden;
    box-shadow: #171c60c2 0px -150px 50px -10px inset;
    display: flex;
}

    .product-card:hover .product-card-details {
        opacity: 1;
        transform: scale(1);
    }

.product-card-details {
    position: absolute;
    background-color: var(--blue);
    width: 100%;
    height: 100%;
    top: 0;
    /*transform: scale(1.3);*/
    opacity: 0;
    transition: all .4s;
    display: flex;
}

    .product-card-details span {
        /*        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-50%, -50%);*/
        font-weight: bold;
        font-size: 14px;
        color: #fff;
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin: auto 0;
    }

.product-card-headers {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white;
    margin-top: auto;
    padding: 30px;
}

    .product-card-headers h3 {
        font-weight: bold;
        margin-bottom: 0;
    }

@media(max-width: 992px) {
    .searchbar-open {
        width: 40% !important;
    }
}


.searchPage a,
.searchResult p,
.searchResult h1,
.searchResult h2,
.searchResult h3,
.searchResult h4,
.searchResult h5 {
    color: var(--blue) !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}


.lgDropdown .dropdown-item {
    background-color: var(--cream);
    color: var(--blue) !important;
}

    .lgDropdown .dropdown-item:visited,
    .lgDropdown .dropdown-item:focus,
    .lgDropdown .dropdown-item:active,
    .lgDropdown .dropdown-item:hover {
        background-color: var(--creamHover);
        color: var(--blueHover) !important;
    }

.lgDropdown .dropdown-menu {
    padding: 0px;
    margin: 0px;
}

.lgDropdown .dropdown-toggle {
    color: var(--blueHover) !important;
    padding-top: 7px;
}

#languageDropdown:visited,
#languageDropdown:hover,
#languageDropdown:focus,
#languageDropdown {
    padding: 0;
    background-color: inherit;
    border: none;
    outline: none;
}

.languages-button .dropdown-menu {
    /*border-radius: 0;*/
    border: 1px solid var(--whiteblue);
    background-color: var(--blue);
}

.languages-button .dropdown-item:hover,
.languages-button .dropdown-item.active,
.languages-button .dropdown-item:active {
    background-color: var(--darkblue) !important;
}

.languages-button .dropdown-item,
.languages-button .dropdown-item:hover {
    padding: 6px 16px !important;
}

.btn:focus {
    box-shadow: none !important;
}

.pageTab .tabMenuText.h1,
.pageTab .tabMenuText.h2,
.pageTab .tabMenuText.h3,
.pageTab .tabMenuText.h4,
.pageTab .tabMenuText.h5 {
    color: var(--textGray);
}

.pageTab .nav-item {
    display: flex !important;
}

.pageTab .nav-pills .nav-item .nav-link {
    background-color: var(--grayblue);
    color: var(--blue);
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
}

    .pageTab .nav-pills .nav-item .nav-link.active {
        color: var(--whiteblue);
        background-color: var(--darkblue);
    }

.pageTab .tab-content p {
    color: var(--textGray);
    font-size: 16px;
}

.pageTab.our-partners .nav-item {
    margin-right: 0;
}

.tabMenuText {
    background-color: var(--lightCream);
}

.tabMenuText {
    color: var(--textGray);
    font-size: 16px;
}

.pageTab {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/*
.our-partners-logo-box {
    height: 150px;
    position: relative;
}

.our-partners-logo-box img {
    object-fit: contain;
    padding: 20px;
}*/

.our-partners-logo {
    text-align: center;
    border: 1px solid var(--blue);
    margin: 15px 0;
    height: 150px;
    background-size: auto;
}

.navMenu {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: var(--blue);
    border: 30px solid var(--blue);
    padding: 0px;
}

    .navMenu .navMenuactive {
        font-weight: bold;
    }

    .navMenu .list-group-item {
        padding: 12px 20px;
    }

    .navMenu .accordion-body {
        padding: 0;
        border-bottom: 1px solid white;
        color: var(--white);
    }

        .navMenu .accordion-body:hover,
        .navMenu .navMenuactive:hover,
        .navMenu .list-group-item:hover {
            background-color: var(--darkblue);
            color: var(--white);
            /*font-weight: bold;*/
        }



.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: var(--blue);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 99;
}

#myNav .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: left;
    margin: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 24px;
    color: var(--white);
    display: block;
    transition: 0.3s;
    padding: 0 20px;
    font-size: 22px;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.overlay .overlay-content ul li:first-child a {
    font-weight: bold;
    margin-bottom: 8px;
}

.overlay .overlay-content .parentPage::before {
    content: url('../image/Dekom/Icons/ikon_menu.png');
    position: absolute;
    width: 60px;
    height: 60px;
    margin-left: -20px;
    margin-top: -10px;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    z-index: -1;
}

.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-right: 1px solid white;
    height: 100dvh;
}

/*DisplayTemplates*/
/*PageTabs*/
.pageTab .tabMenuText.h1,
.pageTab .tabMenuText.h2,
.pageTab .tabMenuText.h3,
.pageTab .tabMenuText.h4,
.pageTab .tabMenuText.h5 {
    color: var(--blue);
}

.pageTab .nav {
    border: none;
}

.pageTab .nav-item {
    display: flex !important;
    margin-right: 20px;
}

    .pageTab .nav-item:last-child {
        margin-right: 0;
    }

.pageTab .nav-tabs .nav-item .nav-link {
    background-color: var(--whiteblue);
    color: var(--darkblue);
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 16px;
}

    .pageTab .nav-tabs .nav-item .nav-link.active {
        color: var(--whiteblue);
        background-color: var(--darkblue);
    }

.pageTab .tab-content p {
    color: var(--blue);
    font-size: 16px;
}


.tabMenuText {
    color: var(--blue);
    font-size: 16px;
    padding: 0;
}

.pageTab {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/*Page Accordions*/
.pageAccordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d1d2de'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>") !important;
}

.pageAccordion .accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f144f'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>") !important;
}

.pageAccordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg) !important;
    color: var(--textGray);
}

.pageAccordion .accordion-button:after {
    order: -1;
    margin-left: 0;
    margin-right: 0.5em;
}

.pageAccordion .accordion-button:not(.collapsed) {
    color: var(--whiteblue);
    background-color: var(--darkblue);
}

.pageAccordion .accordion-button {
    color: var(--darkblue);
    background-color: var(--whiteblue);
    font-size: 18px;
    font-weight: 600;
    border-radius: 0 !important;
    padding: 22px;
}

.pageAccordion .accordion-body {
    background-color: var(--lightCream);
    padding: 16px !important;
}

    .pageAccordion .accordion-body p {
        color: var(--blue);
        font-size: 16px;
    }

.navMenu .pageAccordion .accordion-body {
    padding: 0 !important;
}
/*    pageGallery*/

.pageGalleries .owl-dots {
    text-align: center;
    margin-top: 20px;
}

    .pageGalleries .owl-dots button.owl-dot {
        width: 25px;
        height: 25px;
        border-radius: 5px;
        display: inline-block;
        background: var(--whiteblue);
        margin: 0 6px;
    }

        .pageGalleries .owl-dots button.owl-dot.active {
            background-color: var(--darkblue);
        }

        .pageGalleries .owl-dots button.owl-dot:focus {
            outline: none;
        }

.pageGalleries.owl-carousel {
    padding: 0;
}

.pageGalleries .item {
    min-height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: block;
}

@media (max-width:720px) {
    .pageGalleries .item {
        min-height: 450px;
    }
}


@media (max-width:992px) {

    .home-banner .banner-content .banner-right-menu {
        display: none;
    }


    .home-banner .banner-content .banner-left-text {
        white-space: normal !important;
        position: initial !important;
        left: 0 !important;
    }

    .home-banner .banner-content .banner-left-menu {
        align-items: start;
        padding: 0 40px;
    }
}

.home-banner .banner-content .banner-left-text {
    white-space: nowrap;
    position: relative;
    /*    left: 380px;*/
    left: 6.5vw;
    align-self: start;
}

    .home-banner .banner-content .banner-left-text h1 {
        font-size: calc(1.375rem + ((1vw - 9.91px) * 1.9376));
    }

.headline-between-lines {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 8px;
    font-size: 22px;
    font-weight: bold;
    word-break: break-word;
}

    .headline-between-lines:before,
    .headline-between-lines:after {
        content: '';
        border-top: .5px solid;
        /*margin: 0 50px 0 0;*/
        flex: 1 0 50px;
        color: lightgray;
    }

    .headline-between-lines:after {
        margin-left: 50px;
    }

    .headline-between-lines:before {
        margin-right: 50px;
    }

@media (max-width:992px) {
    .headline-between-lines:before,
    .headline-between-lines:after {
        content: none;
    }


    .home-banner .banner-content .banner-left-text h1 {
        font-size: calc(1.375rem + 1.5vw);
    }
}


/*Sm curtain menuy*/

.overlaySm {
    overflow-y: auto;
}

    .overlaySm a {
        font-size: 16px !important;
        /*line-height: 6px;*/
    }

    .overlaySm .navLinks a {
        padding: 16px 24px !important;
        border-bottom: 1px solid var(--whiteblue);
    }

    .overlaySm a {
        padding: .3vw;
        text-decoration: none;
        font-size: 36px;
        color: var(--whiteblue);
        display: block;
        transition: 0.3s;
        font-size: 12px;
        text-align: start;
        letter-spacing: 1px;
        display: flex;
        justify-content: start;
    }

.overlaySm {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: var(--darkblue);
    overflow-y: hidden;
    transition: 0.5s;
    background-image: url('../../assets/image/bis/british-agac4.png');
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
}

    .overlaySm .overlay-content {
        position: relative;
        width: 100%;
        text-align: center;
        padding: 5%;
    }


    .overlaySm .overlayBgImg {
        background-size: cover;
        background-image: url('../../assets/image/bis/pattern.png');
        height: inherit;
        overflow-y: auto;
    }

    .overlaySm .closeChevron {
        position: absolute;
        bottom: 0;
        /*background-color: var(--whiteblue);*/
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
        z-index: 99;
    }

    .overlaySm .closebtnX {
        position: absolute;
        font-size: 25px !important;
        z-index: inherit;
        top: 30px;
        right: 30px;
    }


#myNavsm .accordion-item {
    background-color: var(--darkblue);
}

#myNavsm .accordion {
    --bs-accordion-bg: rgba(255, 255, 255, 0.00);
    --bs-accordion-active-color: rgba(255, 255, 255, 0.00);
    --bs-accordion-btn-focus-border-color: rgba(255, 255, 255, 0.00);
    --bs-accordion-border-color: var(--cream);
}

#myNavsm .accordion-body {
    padding: 8px 20px;
}

#myNavsm .accordion-button:not(.collapsed) {
    background-color: rgba(255, 255, 255, 0.00);
}

#myNavsm .accordion-item.accordion-header.accordion-button:focus {
    border-color: none !important;
}

#myNavsm .accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d1d2de'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#myNavsm .accordion .accordion-button {
    border-bottom: 1px solid white;
    border-radius: 0 !important;
}

#myNavsm .accordion .accordion-header {
    /*border-color: #b6a081;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    --bs-accordion-border-width: 0;*/
}

#myNavsm .accordion-flush .accordion-collapse {
    border-width: 0;
    background-color: var(--blue);
    border-radius: 0;
}

.sidenav {
    /*    position: fixed;*/
    z-index: 1;
    /*    top: 200px;
    left: 50px;*/
    overflow-x: hidden;
    background-color: var(--gray);
    padding: 50px 10px;
    height: fit-content;
}

    .sidenav a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 24px;
        color: #2196F3;
        display: block;
        color: var(--footerText);
        background-color: var(--gray);
        text-align: center;
    }

        .sidenav a:hover {
            background-color: var(--grayblue);
        }

        .sidenav a:hover {
            color: #064579;
            font-weight: bold;
        }

    .sidenav .icon {
        background-color: #171c60;
        border-radius: 50%;
        padding: 10px;
        transition: 0.4s all;
    }

        .sidenav .icon:hover {
            transform: scale(1.1);
            transition: 0.4s all;
        }

.cargoDashboard {
    /* padding-left: 140px;
    padding: 0px 10px;*/
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
}

.cmsMargin {
    padding-top: 200px;
}

@media (max-width:992px) {

    .cmsMargin {
        padding-top: 140px;
    }
}


.cargoDetails {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 20px;
    /*margin-bottom:0.5rem;*/
}

    .cargoDetails svg,
    .cargoDetails i {
        min-width: 91px;
    }

.topNavbarMenu {
    cursor: pointer;
    padding-top: 0 !important;
    font-size: 18px;
    display: flex;
    /*border-left: 1px solid white;*/
    border-color: var(--whiteblue) !important;
    padding-left: 8px;
}


@media(max-width: 992px) {
    .topNavbarMenu {
        padding-left: 0px;
    }
}

.sa-button-container .confirm,
.sa-confirm-button-container {
    background-color: var(--blue) !important;
    color: var(--whiteblue) !important;
    border-radius: 0;
    letter-spacing: 4px;
    padding: 5px 25px;
    font-weight: bold;
    margin-top: 0;
}

.sweet-alert .sa-confirm-button-container {
    margin-top: 20px !important;
}

#searchModal {
    height: 50vh;
}

    #searchModal .modal-content {
        background-color: var(--blue);
    }

    #searchModal #theForm {
        top: 50%;
        position: absolute;
        left: 50%;
        transform: translate3d(-50%,-50%, 0 );
        width: 100%;
        font-size: 24px;
    }

#searchModal,
#formModal {
    z-index: 99999;
    display: none;
}

    #searchModal h1 {
        color: var(--white);
    }

    #searchModal .btn-close,
    #formModal .btn-close {
        position: absolute;
        right: 20px;
        top: 20px;
        opacity: 1;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        font-size: 24px;
        box-shadow: none;
    }

    #searchModal .searchbar-submit {
        border-radius: 4px;
        background-color: var(--white);
        color: var(--blue);
        width: 100%;
        height: 100%;
        font-size: 24px;
    }

    #searchModal .form-control {
        padding: 20px 10px !important;
        font-size: calc(9.6px + 0.75vw);
        color: var(--blue);
    }

    #searchModal .form-control {
        padding: 20px;
        background-color: var(--white);
    }


#homeCarousel .item {
    background-size: cover;
    background-position: center;
    height: 100dvh !important;
    border-right: 1px solid white;
}

    #homeCarousel .item .carousel-text {
        z-index: 2;
        position: relative;
        padding: 2rem 1rem;
        letter-spacing: 3px;
        text-align: center;
    }

#homeCarousel {
    width: 85vw;
}

@media (max-width:992px) {

    #homeCarousel {
        width: 100vw;
    }
}

#homeCarousel .dekomSteelLogo {
    position: relative;
    z-index: 2;
}

header .bottomNav {
    background-color: var(--darkblue);
    height: 30px;
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 0;
    border-top: 1px solid white;
}

.banner-right-menu-link {
    display: block;
    border-bottom: 1px solid white;
    padding: 20px 20px;
    color: white
}

    .banner-right-menu-link:hover {
        color: white;
        background-color: var(--blue);
    }

.bannerShadow {
    width: 100%;
    height: 100%;
    background-color: #00000040;
    background-size: 5px 5px;
    z-index: 1;
    position: absolute;
}


header .secondNav .navbar-nav .dropdown-menu.megamenu hr {
    display: block;
    border: none;
    height: 2px;
    background: #0071B9;
    background: linear-gradient(to right, #ffffff00, #ffffff, #ffffff00);
    width: 60%;
    margin: 0 auto;
}

.secondNav .nav-link:after {
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0px;
    background: transparent;
    transition: width .3s ease, background-color .3s ease;
}

.secondNav .nav-link:hover:after {
    width: 100%;
    background: #0071B9;
    background: linear-gradient(to right, #ffffff00, #ffffff, #ffffff00);
}
