html {
    scroll-behavior: smooth;
}

.breadcrumbs {
    display: none;
}

.header-style-1 .header-bottom {
    position: relative !important;
}

.nb-sidebar-modal {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000050;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: 0s;
}

.nb-sidebar-modal-open-section .nb-sidebar-modal {
    transition: 0.5s;
}

.nb-content-section:not(.nb-sidebar-modal-open-section) .nb-sidebar-modal {
    opacity: 0;
    pointer-events: none;
}

.nb-sidebar-modal-open-section {
    z-index: 10;
}

.nb-sidebar-modal-cnt {
    background: #fff;
    margin: auto;
    max-width: calc(100% - 50px);
    max-height: calc(100% - 50px);
    width: 900px;
    height: 900px;
}

.nb-sidebar-modal-button {
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
}

.nb-sidebar-modal-button-wrap {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nb-sidebar-modal-txt-wrap {
    max-height: calc(100% - 130px);
    overflow: auto;
    position: relative;
    margin: 20px;
    text-align: left;
    padding: 15px;
}

.nb-content-section .container,
.nb-menu-tabs-section .container,
.nb-hero-section .container {
    max-width: 1330px;
}

.nb-hero-section button,
.nb-hero-section .nb-button,
.nb-content-section button,
.nb-content-section .nb-button {
    font-size: 16px;
    padding: 12.5px 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1;
    transition: all 500ms ease;
    border-width: 2px !important;
    border: 2px solid #1a73e8;
    color: #fff;
    background: #1a73e8;
    display: inline-block;
    line-height: 1.4;
    border-radius: 50px;
}

.nb-hero-section button:hover,
.nb-hero-section .nb-button:hover,
.nb-content-section button:hover,
.nb-content-section .nb-button:hover,
.nb-hero-section button:focus-visible,
.nb-hero-section .nb-button:focus-visible,
.nb-content-section button:focus-visible,
.nb-content-section .nb-button:focus-visible {
    background-color: #1365d1;
    color: #fff;
    border-color: #1365d1;
}

.nb-hero-section .nb-button-secondary,
.nb-content-section .nb-button-secondary {
    background: #1a73e8;
    border-color: #1a73e8;
}

.nb-hero-section .nb-button-secondary:hover,
.nb-hero-section .nb-button-secondary:focus-visible,
.nb-content-section .nb-button-secondary:hover,
.nb-content-section .nb-button-secondary:focus-visible {
    color: #1a73e8;
    border-color: #1a73e8;
}

.nb-hero-section .nb-no-button-style,
.nb-content-section .nb-no-button-style {
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    text-align: left;
}

.nb-hero-section .nb-button-wrap,
.nb-content-section .nb-button-wrap {
    margin: 20px 0 0;
}

.nb-hero-section .nb-button-wrap>*,
.nb-content-section .nb-button-wrap>* {
    margin: 10px 0;
}

.nb-hero-section .nb-button-wrap>*:not(:last-child),
.nb-content-section .nb-button-wrap>*:not(:last-child) {
    margin-right: 10px;
}

.nb-content-section {
    padding-bottom: 100px;
    color: #333;
    font-size: 16px;
    font-family: "Roboto", Arial, sans-serif;
    background: #fff;
    position: relative;
}

.nb-text-wrap h1 {

    font-weight: 900;

    line-height: 1.1;
    font-family: "Roboto Condensed", Arial, sans-serif;
}

.nb-content-section h2 {
    font-size: 30px;
    color: #222;
    font-weight: 400;
    font-family: "Roboto Condensed", Arial, sans-serif;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.nb-content-section h2::before {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #931b17;
    bottom: 0;
    left: 0;
    position: absolute;
}

.nb-content-section h2.sec-h2 {
    border-bottom: none;
    padding-bottom: 25px;
}

.nb-content-section h2.sec-h2:before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #8f217e;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
}

.nb-content-section h3 {
    font-size: 18px;
    margin: 30px 0 20px;
    font-weight: 500;
    line-height: 1.4;
}

.nb-content-section h4 {
    font-size: 20px;
    color: #222;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
}

.nb-content-section h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
    margin-bottom: 10px;
}

.nb-content-section h6 {
    font-size: 13px;
}

.nb-content-section a {
    color: #1a73e8;
}

.nb-content-section a:hover {
    color: inherit;
}

.nb-content-section img {
    max-width: 100%;
}

.nb-content-section ul,
.nb-content-section ol {
    padding-left: 20px;
}

.nb-content-section ol,
.nb-content-section ul,
.nb-content-section li,
.nb-content-section p {
    margin-bottom: 20px;
    color: #333;
}

.nb-programme-accordion-cnt li:last-child {
    margin-bottom: 0;
}

.nb-anchor-section {
    max-width: 900px;
}

/* .nb-content-section .container {
max-width: 1300px !important;
} */
/* .nb-content-section .nb-small-container-section .container {
max-width: 1000px !important;
}

.nb-content-section .nb-large-container-section .container {
max-width: 1590px !important;
} */
.nb-content-section .nb-black-section {
    background-color: #000;
    color: #fff;
}

.nb-content-section .nb-black-section+.nb-black-section {
    margin-top: -60px;
}

.nb-content-section .nb-black-section.nb-v2 {
    background-color: #222;
}

.nb-content-section .nb-black-section h2,
.nb-content-section .nb-black-section h5 {
    color: #fff;
}

.nb-content-section .nb-black-section.nb-speakers-section .nb-speaker {
    color: #fff;
}

.nb-content-section .nb-grey-section {
    background-color: #f9f9f9;
}

.nb-content-section .nb-grey-section+.nb-grey-section {
    padding-top: 0;
}

.nb-content-section .nb-visually-hidden,
.nb-menu-tabs-section .nb-visually-hidden {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#maincontent {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

.nb-open+.nb-add-to-calendar-box,
.nb-add-to-calendar-box:focus-within {
    opacity: 1;
    pointer-events: all;
}

.nb-add-to-calendar-box {
    background-color: #fff;
    color: #333;
    position: absolute;
    top: 40px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    min-width: 200px;
}

.nb-add-to-calendar-box svg {
    width: 12px;
    margin-right: 10px;
}

.nb-add-to-calendar-box a {
    display: flex;
    align-items: center;
    padding: 5px;
    color: #333;
}

.nb-add-to-calendar-box a:hover {
    opacity: 0.8;
}

.nb-add-to-calendar-box a:focus-visible {
    opacity: 0.6;
}

.nb-carousel-section .owl-theme .owl-nav .owl-next {
    right: -10px !important;
}

.nb-carousel-section .owl-theme .owl-nav .owl-prev {
    left: -10px !important;
}

.nb-carousel-section .owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.nb-carousel-section .owl-theme .owl-nav button {
    pointer-events: all;
}

.nb-carousel-section .owl-carousel .owl-stage {
    background: transparent !important;
    padding: 5px 0;
}

.nb-carousel-section .owl-theme .owl-nav .owl-prev,
.nb-carousel-section .owl-theme .owl-nav .owl-next {
    background-color: #fff !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    position: absolute;
    pointer-events: all;
}

.nb-carousel-section .owl-theme .owl-nav .owl-prev:before,
.nb-carousel-section .owl-theme .owl-nav .owl-next:before {
    color: #333;
    font-size: 40px;
    line-height: 1;
    transition: 0.5s;
    position: absolute;
    background: transparent !important;
    border: 0 !important;
}

.nb-carousel-section .owl-theme .owl-nav .owl-prev:hover:before,
.nb-carousel-section .owl-theme .owl-nav .owl-prev:focus:before,
.nb-carousel-section .owl-theme .owl-nav .owl-next:hover:before,
.nb-carousel-section .owl-theme .owl-nav .owl-next:focus:before {
    background-color: rgba(51, 51, 51, 0.7);
}

.nb-carousel-section .owl-theme .owl-nav .owl-next {
    right: -15px;
}

.nb-content-section .nb-carousel-section .owl-theme .owl-nav .owl-next:before {
    top: 5px !important;
    left: 7px !important;
    width: 25px !important;
    height: 25px !important;
    transform: rotate(0) !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    content: "\e930" !important;
}

.nb-carousel-section .owl-theme .owl-nav .owl-next:after {
    display: none;
}

.nb-carousel-section .owl-theme .owl-nav .owl-prev {
    left: -15px;
}

.product-slider .owl-carousel .owl-item,
.product-slider .item.product.product-item {
    background: #fff !important;
}

.product-slider {
    position: relative;
}

.nb-content-section .nb-carousel-section .owl-theme .owl-nav .owl-prev:before {
    top: 5px !important;
    left: 3px !important;
    width: 25px !important;
    height: 25px !important;
    transform: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    content: "\e92f" !important;
}

.nb-carousel-section .owl-theme .owl-nav .owl-prev:after {
    display: none;
}

.nb-carousel-section .owl-stage-outer {
    padding: 0;
}

.nborg-clients-image:first-child {
    margin-bottom: 20px;
}

.nborg-general-carousel-text {
    font-size: 12px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .nb-carousel-section {
        padding: 80px 0;
    }
}

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

    .nborg-testimonials-carousel {
        padding: 0 !important;
    }

    .nb-carousel-section .owl-theme .owl-nav .owl-next {
        right: -30px !important;
    }

    .nb-carousel-section .owl-theme .owl-nav .owl-prev {
        left: -30px !important;
    }
}

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

    .nb-content-section h1,
    .nb-hero-section h1 {
        font-size: 40px;
    }

    .nb-content-section button,
    .nb-content-section .nb-button,
    .nb-hero-section button,
    .nb-hero-section .nb-button {
        font-size: 16px;
    }
}



.nb-hero-section {
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.nb-hero-section .nb-hero-text-subtitle {
    color: #707070;
    font-size: 12px;
    margin-bottom: 2px;
}

.nb-hero-section .nb-hero-text-title {
    font-size: 17px;
    font-weight: 700;
}

.nb-hero-section .nb-hero-text-info {
    color: #101010;
    font-size: 14px;
    margin-top: 2px;
}

.nb-hero-section .nb-hero-text-code {
    opacity: 0.5;
    margin-bottom: 10px;
    font-size: 12px;
}

.nb-hero-section .nb-hero-tooltip-wrap {
    display: flex;
    align-items: center;
    position: relative;
}

.nb-hero-section .nb-hero-tooltip-wrap .nb-hero-tooltip-txt-header {
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.nb-hero-section .nb-hero-tooltip-wrap .nb-hero-tooltip-txt-header svg {
    margin-right: 10px;
}

.nb-hero-section .nb-hero-tooltip-btn {
    padding: 0;
    background: transparent !important;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    margin-left: 5px;
    position: relative;
}

.nb-hero-section .nb-hero-tooltip-btn:hover+.nb-hero-tooltip-txt {
    display: block;
}

.nb-hero-section .nb-hero-tooltip-txt {
    background: #fff;
    padding: 10px;
    position: absolute;
    left: 0px;
    top: 28px;
    display: none;
    color: #333;
    z-index: 1;
    font-size: 12px;
    font-weight: 400;
    width: 300px;
    padding: 20px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    text-align: left;
    z-index: 11;
    max-width: calc(100vw - 110px);
}

.nb-hero-section .nb-hero-tooltip-txt>* {
    padding: 0;
    margin: 0 0 20px;
}

.nb-hero-section .nb-hero-tooltip-txt>*:last-child {
    margin-bottom: 0;
}

.nb-hero-section .nb-hero-tooltip-txt ul {
    padding-left: 20px;
}

.nb-hero-section .nb-hero-label-wrap {
    display: flex;
    margin-bottom: 25px !important;
}

.nb-hero-section .nb-hero-label {
    margin-right: 15px;
    padding: 6px 20px;
    border-radius: 50px;
    background-color: #0d2b52;
    color: #fff;
    line-height: 1;
    font-size: 13px;
}

.nb-hero-section .nb-hero-label.nb-hero-label-2 {
    background: #ffb700;
    color: #222;
}

.seminar-new .nb-hero-section .nb-hero-label.nb-hero-label-2:not(.early) {
background: #fff;
}

.nb-hero-section .nb-text-wrap {
    position: relative;
    z-index: 1;
    font-size: 16px;
    padding-top: 60px;
}

.nb-hero-section .nb-text-wrap>* {
    margin-bottom: 15px;
}

.nb-hero-section h2 {
    border-bottom: 0;
    padding: 0;

    margin-bottom: 15px;
    font-size: 21px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 400;
}

.nb-hero-section .nb-button {
    margin: 10px 0 40px;
}

.nb-hero-section .nb-hero-info-cnt-wrap {
    padding: 0 25px;
    display: flex;
    align-items: center;
    width: 100%;
}

.nb-hero-section .nb-hero-info-cnt-wrap:not(:last-child) {
    padding-bottom: 20px;
}

.nb-hero-section .nb-hero-img-info-cnt-wrap {
    margin-right: 20px;
}

.nb-hero-section .nb-hero-info-wrap {
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.9);
    color: #101010;
    padding: 20px 0;
    margin-bottom: 15px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.nb-hero-section .nb-hero-info-wrap .nb-hero-info {
    display: flex;
    align-items: flex-start;
    margin-right: 20px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .nb-hero-section .nb-hero-info-cnt-wrap {
        width: 50%;
    }

}

.nb-text-section {
    padding: 50px 0 0;
    font-size: 15px;
    line-height: 1.6;
}

.nb-text-section {
    border-top: 2px solid #f8f8f8;
    margin-top: 60px;
}

.nb-text-section-content-outer>.nb-text-section:first-child {
    border-top: 0;
    margin-top: 0;
}

.nb-text-section strong {
    font-weight: 500;
}

.nb-text-section iframe {
    margin-top: 5px;
    margin-bottom: 15px;
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.nb-text-section ul:last-child {
    margin-bottom: 0;
}

.nb-text-section ul:last-child li:last-child {
    margin-bottom: 0;
}

.nb-text-section .nb-heading+ul {
    margin-top: 30px;
}

.nb-text-section .nb-text-grey-banner {
    background: #f8f8f8;
    padding: 20px;
}

.nb-text-section .nb-text-grey-banner img {
    margin-bottom: 20px;
    max-height: 100px;
}

.nb-text-section .nb-text-grey-banner p:last-child {
    margin-bottom: 0;
}


.nb-text-section .owl-carousel .owl-controls .owl-nav [class*=owl-] {
    border-radius: 50px;
    width: 50px;
    height: 50px;
}


.nb-text-section-sidebar .fieldset.fieldset-bundle-options .price-notice.nb-price-bedore-d span.price-container.tax.weee .price,
.nb-text-section-sidebar .nb-apply-radios-wrap .nb-new-price {
    margin-left: 5px;
    font-weight: 500;
    color: #333 !important;
}

.nb-text-section-sidebar .fieldset.fieldset-bundle-options .nb-bundle-item-old-price .price,
.nb-text-section-sidebar .nb-apply-radios-wrap .nb-old-price {
    color: #707070;
    font-size: 13px !important;
    margin-left: 8px;
    position: relative;
    padding: 0 2px;
}

.nb-text-section-sidebar .fieldset>.field .choice input {
    vertical-align: middle;
    position: relative;
    margin: 0 6px 0 0;
    box-shadow: none !important;
}

.nb-text-section-sidebar .radio-input-container {
    width: auto;
    display: flex;
}

.nb-text-section-sidebar .form-check.form-check {
    display: flex;
    align-items: center;
}

.nb-text-section-sidebar .form-check.nb-active .price-notice.nb-price-bedore-d span.price-container.tax.weee .price,
.nb-text-section-sidebar .form-check.nb-active .product-name {
    color: #1a73e8 !important;
}

.nb-text-section-sidebar .form-check-label br {
    display: none;
}

.nb-text-section-sidebar .nb-bundle-item-old-price {
    text-decoration: none;
    order: 1;
}

.nb-text-section-sidebar .container-credit {
    display: flex;
    font-size: 14px;
}

.nb-text-section-sidebar .nb-text-section-sidebar-content .box-tocart .fieldset {
    margin: 0;
}


.nb-text-section-sidebar .nb-early-bird-label {
    background: #ffb700;
    display: inline-block;
    border-radius: 50px;
    padding: 3px 20px;
    line-height: 1;
    font-weight: 500;
}

.nb-text-section-sidebar .nb-price-wrap {
    display: flex;
    align-items: center;
    margin: 10px 0px 12px;
}

.nb-text-section-sidebar .price-box .price,
.nb-text-section-sidebar .nb-price-wrap .nb-new-price {
    font-size: 24px;
    font-weight: 900;
    margin-right: 10px;
    color: #333;
}

.nb-text-section-sidebar .nb-text-section-sidebar-bottom .product-options-wrapper,
.nb-text-section-sidebar .nb-apply-radios-wrap {
    background: #f8f8f8;
    padding: 16px 20px 4px 5px !important;

}

.nb-text-section-sidebar .nb-single-option .nested.options-list {
    border: 0;
    padding: 0;
}

.nb-text-section-sidebar .nb-single-option .radio-input-label-container {
    width: 100%;
}

.nb-text-section-sidebar .nb-single-option .radio-input-label-container .label {
    width: 100%;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.nb-text-section-sidebar .nb-single-option .radio-input-label-container .label .price-wrapper .price {
    color: #333 !important;
    font-size: 15px !important;
    font-weight: 400;
}

.nb-conf-price-btn-container {
    position: relative;
    margin-bottom: 80px;

}

.nb-text-section-sidebar .nb-text-section-sidebar-bottom #product_addtocart_form {
    display: flex;
    flex-direction: column;
    position: relative;
}

.nb-text-section-sidebar .nb-text-section-sidebar-bottom #bundleSummary {
    order: -1;
}

.nb-text-section-sidebar .nb-text-section-sidebar-bottom .popup-addtocart .mgz-productlabels {
    bottom: 0;
}

.nb-text-section-sidebar .nb-text-section-sidebar-bottom .popup-addtocart .nb-conf-price-btn-container {
    margin-bottom: 30px !important;
}

.nb-text-section-sidebar .action.primary.tocart {
    position: absolute;
    bottom: -94px;
    width: 100% !important;
    margin: 0;
}

.nb-text-section-sidebar .product-details .mgz-productlabels+.nb-conf-price-btn-container {
    margin-bottom: 140px;
}

.nb-text-section-sidebar .product-details .mgz-productlabels {
    position: absolute;
    bottom: 60px;
    width: 100%;
}

.nb-text-section-sidebar .nb-text-section-sidebar-bottom .price-as-configured,
.nb-text-section-sidebar .nb-text-section-sidebar-bottom .fieldset-bundle-options,
.nb-text-section-sidebar .nb-text-section-sidebar-bottom .nb-bundle-radio-container {
    margin-bottom: 0 !important;
}

.nb-text-section-sidebar .nb-text-section-sidebar-bottom .price-as-configured {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.nb-text-section-sidebar .nb-text-section-sidebar-bottom .price-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px 0 18px;
}

.nb-text-section-sidebar .nb-text-section-sidebar-bottom p.required,
.nb-text-section-sidebar .nb-text-section-sidebar-bottom .nb-price-label,
.nb-text-section-sidebar .nb-text-section-sidebar-bottom .field.qty,
.nb-text-section-sidebar .nb-text-section-sidebar-bottom .stock {
    display: none;
}

.nb-text-section-sidebar .nb-apply-radios-wrap h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.formbuilder-button.button,
.nb-text-section-sidebar .btnfancy,
.nb-text-section-sidebar .action.primary.tocart {
    border: 2px solid #1a73e8;
    background: #1a73e8;
    color: #fff;
    font-size: 16px;
    padding: 12.5px 30px;
    font-weight: 500;
    transition: all 500ms ease;
    border-width: 2px !important;
    display: inline-block;
    line-height: 1.4;
    border-radius: 50px;
    margin: 22px 0 20px;
    width: 100%;
    text-align: center;
}

.formbuilder-button.button {
    width: auto;
}

.nb-text-section-sidebar .btnfancy {
    margin-top: 5px
}

.nb-text-section-sidebar button#product-addtocart-button span {
    font-weight: 500;
}

.nb-text-section-sidebar .seminar-bottom-info-element,
.nb-text-section-sidebar .seminar-button-forms {
    width: 100%;
}

.seminar-bottom-info-element {
    margin-top: 55px;
}

.seminar-bottom-info-element~.product-add-form .popup-addtocart .price-box {
    margin: -130px 0 120px;
}

.nb-text-section-sidebar .wrapper-container-credit {
    display: block !important;
    margin-bottom: 0;
    order: 2;
}

.nb-text-section-sidebar .container-credit {
    display: flex;
    font-size: 14px;
    border: 0;
}

.nb-text-section-sidebar .container-credit p {
    margin: 0;
    font-weight: 100;
}

.nb-text-section-sidebar .container-credit p span {
    font-weight: 400 !important;
}

.nb-text-section-sidebar .container-credit .badge {
    padding: 0 10px 0 0;
}

.nb-text-section-sidebar .price-box .old-price .price {
    font-size: 14px;
}

.nb-text-section-sidebar .price-box .old-price .price,
.nb-text-section-sidebar .nb-old-price {
    position: relative;
    padding: 0 2px;
    margin-right: 20px;
    color: #707070;
}

.nb-text-section-sidebar .price-box .old-price {
    text-decoration: none;
}

.nb-text-section-sidebar .price-box .special-price {
    margin-right: 0;
}

.nb-text-section-sidebar .fieldset.fieldset-bundle-options .nb-bundle-item-old-price .price {
    position: relative;
}

.nb-text-section-sidebar .fieldset.fieldset-bundle-options .nb-bundle-item-old-price .price::before,
.nb-text-section-sidebar .price-box .old-price .price::before,
.nb-text-section-sidebar .nb-old-price::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    border-top: 2px solid #707070;
}

.nb-text-section-sidebar .form-check-label>span {
    display: flex;
    flex-wrap: wrap;
}

.nb-text-section-sidebar .nb-text-section-sidebar-bottom {
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
}

.nb-text-section-sidebar .nb-sidebar-link:hover,
.nb-text-section-sidebar .nb-sidebar-link:focus-visible {
    text-decoration: underline;
}

.nb-text-section-sidebar .nb-sidebar-link {
    display: block;
    max-width: 410px;
    background: transparent !important;
    border: 0;
    color: #1a73e8 !important;
    padding: 0;
    margin: 15px auto 40px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nb-text-section-sidebar .nb-sidebar-link svg {
    margin-right: 5px;
    width: 18px;
}

.nb-text-section-sidebar .nb-sidebar-btn {
    padding: 15px 20px;
    border-radius: 10px;
    background: #5a5f60;
    color: #fff !important;
    display: block;
    margin: 10px auto;
    text-align: center;
    max-width: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nb-text-section-sidebar .nb-sidebar-btn:hover,
.nb-text-section-sidebar .nb-sidebar-btn:focus-visible {
    background: #646869;
}

.nb-text-section-sidebar .nb-sidebar-btn svg {
    margin-right: 10px;
}

.nb-text-section-sidebar .nb-sidebar-btn strong {
    margin-left: 8px;
}

.nb-text-section-sidebar .nb-text-section-sidebar-content {
    text-align: left;
    border: 1px solid #e8e8e8;
    padding: 20px 25px;
    max-width: 410px;
    margin: 50px auto 0;
    border-radius: 10px;
    position: relative;
}

.nb-text-section-sidebar .nb-sidebar-list {
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: 100;
}

.nb-text-section-sidebar .nb-sidebar-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.nb-text-section-sidebar .nb-sidebar-list-icon {
    position: absolute;
    left: 0;
    top: 2px;
}

.nb-programme-section {
    padding: 50px 0 0;
    font-size: 15px;
    margin-bottom: -30px;
    border-top: 2px solid #f8f8f8;
    margin-top: 60px;
}

.nb-programme-section .nb-programme-accordion-wrap {
    border-bottom: 1px solid #e8e8e8;
}

.nb-programme-section .nb-programme-accordion-wrap:last-child {
    border-bottom: 0;
}

.nb-programme-section .nb-programme-label {
    color: #931b17;
    margin-bottom: 5px;
}

.nb-programme-section h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.nb-programme-section .nb-programme-accordion-btn {
    background-color: transparent !important;
    color: #101010 !important;
    border: 0;
    padding: 20px 0;
    width: 100%;
    position: relative;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none;
    letter-spacing: normal;
    font-weight: 500;
    font-size: 16px;
}

.formbuilder-form .formbuilder-button.button:hover,
.formbuilder-form .formbuilder-button.button:focus-visible,
.nb-text-section-sidebar .btnfancy:hover,
.nb-text-section-sidebar .btnfancy:focus-visible,
.nb-text-section-sidebar .action.primary.tocart:hover,
.nb-text-section-sidebar .action.primary.tocart:focus-visible {
    background-color: #1365d1;
    color: #fff;
    border-color: #1365d1;
}

.nb-programme-section .nb-programme-accordion-btn.open-acc:after {
    transform: rotate(180deg);
}

.nb-programme-section .nb-programme-accordion-btn:after {
    font-family: "FontAwesome";
    color: #101010;
    content: "\f107";
    font-size: 21px;
}

.nb-programme-section .nb-programme-accordion-cnt {
    display: none;
    padding: 0 0 20px;
}

.nb-programme-section .nb-programme-accordion-cnt>*:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.nb-speakers-section {
    padding: 50px 0 0;
    font-size: 14px;
    border-top: 2px solid #f8f8f8;
    margin-top: 60px;
}

.nb-speakers-section h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nb-speakers-section h5 svg {
    transform: rotate(180deg);
    transition: 0.2s;
    width: 20px;
}

.nb-speakers-section .nb-speakers-wrap {
    padding: 15px 5px 0;
    margin-bottom: -30px;
}

.nb-speakers-section .nb-speakers-wrap .col-12 {
    padding: 0 10px;
}

.nb-speakers-section .nb-speaker {
    color: #333;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.nb-speakers-section .nb-speaker:hover .nb-speaker-links-wrap,
.nb-speakers-section .nb-speaker:focus-within .nb-speaker-links-wrap {
    opacity: 1;
    pointer-events: all;
}

.nb-speakers-section .nb-speaker .nb-speaker-txt {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 8px 1px 1px;
    width: 100%;
}

.nb-speakers-section .nb-speaker .nb-speaker-text-and-links-wrap {
    transition: 1s ease-out;
    max-height: 250px;
    overflow: hidden;
    margin-top: 5px;
}

.nb-speakers-section .nb-speaker .nb-speaker-txt p:not(:last-child) {
    margin-bottom: 10px;
}

.nb-speakers-section .nb-speaker .nb-speaker-txt>*:last-child {
    margin-bottom: 0;
}

.nb-speakers-section .nb-speaker .nb-speaker-links-wrap .nb-speaker-link {
    background-color: #fff;
    border-color: #fff;
    padding: 0;
}

.nb-speakers-section .nb-speaker .nb-speaker-links-wrap .nb-speaker-link:hover svg {
    opacity: 0.7;
}

.nb-speakers-section .nb-speaker .nb-speaker-links-wrap .nb-speaker-link:focus {
    background-color: rgba(0, 0, 0, 0.5);
}

.nb-speakers-section .nb-speaker .nb-speaker-links-wrap .nb-speaker-link:focus svg path {
    fill: #fff;
}

.nb-speakers-section .nb-speaker .nb-speaker-links-wrap svg {
    width: 20px;
    height: 20px;
}

.nb-speakers-section .nb-speaker>*:last-child {
    margin-bottom: 0;
}

.nb-speakers-section .nb-speaker:not(:hover):not(:focus) .nb-speaker-text-and-links-wrap {
    max-height: 0;
}

.nb-speakers-section .nb-speaker:not(:hover):not(:focus) h5 svg {
    transform: rotate(0deg);
}

.nb-speakers-section .nb-speaker-img {
    width: 100%;
    aspect-ratio: 1/1;
    transition: all 0.4s ease;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #fff;
}

.nb-menu-tabs-section {
    z-index: 1;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.nb-menu-tabs-section:not(.nb-open) {
    position: relative;
}

.nb-menu-tabs-section.nb-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.nb-menu-tabs-section .nb-menu-tabs-toggle {
    font-size: 30px;
    margin-left: 20px;
    color: #333;
    display: flex;
    align-items: center;
    border: 0 !important;
    background: transparent;
}


.nb-menu-tabs-section .nb-menu-tabs-toggle:focus {
    background-color: transparent;
    box-shadow: none;

}

.nb-menu-tabs-section .nb-button-primary {
    background-color: #e8a12e;
    border-radius: 50px;
    min-width: 200px;
    text-align: center;
    padding: 15px 25px;
    font-size: 17px;
}

.nb-menu-tabs-section .nb-menu-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 5px 0;
}

.nb-menu-tabs-section .nb-menu-tabs-wrap {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #f9f9f9;
    z-index: 1;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: height 0.5s;
    padding: 0;
}

.nb-menu-tabs-section .nb-menu-tabs-wrap li {
    width: 100%;
    padding: 5px 10px;
}

.nb-menu-tabs-section .nb-menu-tabs-wrap li:first-child {
    padding-top: 20px;
}

.nb-menu-tabs-section .nb-menu-tabs-wrap li:last-child {
    padding-bottom: 20px;
}

.nb-menu-tabs-section .nb-menu-tabs-wrap a {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    transition: 0.5s;
}

.nb-menu-tabs-section .nb-menu-tabs-wrap a.active {
    color: red !important;
}

.nb-menu-tabs-section .nb-menu-tabs-wrap a:hover {
    color: rgba(51, 51, 51, 0.6);
}

.nb-menu-tabs-section .nb-menu-tabs-wrap a:focus-visible {
    color: rgba(51, 51, 51, 0.5);
}

.nb-menu-tabs-section .nb-open+.nb-menu-tabs-wrap,
.nb-menu-tabs-section .nb-menu-tabs-wrap:focus-within {
    height: auto;
    pointer-events: all;
}

.nborg-testimonials-carousel {
    padding-right: 25px;
    padding-left: 25px;
}

.nb-text-section-sidebar .nb-text-section-sidebar-bottom .product-options-wrapper h4 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 10px;
}


@media screen and (max-width: 410px) {
    .seminar-bottom-info-element~.product-add-form .popup-addtocart .price-box {
        margin-top: -160px;
    }

    .nb-text-section-sidebar .seminar-bottom-info-element .btnfancy {
        margin-top: 20px;
    }
}

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

    .nb-text-section-sidebar .nb-sidebar-link {
        margin: 15px 0 20px;
    }

    .nb-text-section-sidebar .nb-sidebar-btn {
        margin: 15px 0 0;

    }

    .nb-menu-tabs-section .nb-menu-wrap {
        padding: 0;
        justify-content: space-between;
    }

    .nb-menu-tabs-section .nb-menu-wrap::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: calc(var(--line-left, 0) + 50% - 50vw + 7px);
        width: var(--line-width, 0);
        height: 3px;
        background-color: #333;
        transition: left 0.3s ease, width 0.3s ease;
        z-index: 1;
    }

    .nb-text-section-sidebar {
        width: 450px;
        text-align: center;
        margin-top: 60px;
        z-index: 1;
    }

    .nb-text-section-sidebar.nb-open {
        position: fixed;
        top: 50px;
    }

    .nb-text-section-sidebar.nb-open.nb-open-bottom {
        position: absolute;
        bottom: 0;
        top: unset;
    }

    .nb-text-section-sidebar.nb-open.nb-open-small .nb-text-section-sidebar-top {
        display: none;
    }

    .nb-text-section-sidebar.nb-open.nb-open-small .nb-text-section-sidebar-bottom {
        padding-top: 0;
        border-top: 0;
    }

    .nb-text-section-sidebar .nb-text-section-sidebar-content {
        width: 410px;
        margin: 0;
    }

    .nb-text-section-sidebar-outer {
        width: 470px !important;
        max-width: 470px;
        min-width: 470px;
    }

    .nb-text-section-content-outer {
        width: calc(100% - 470px);
        max-width: calc(100% - 470px);
        min-width: calc(100% - 470px);
    }

    .nb-menu-tabs-section .nb-menu-tabs-toggle {
        display: none;
    }

    .nb-menu-tabs-section .nb-menu-tabs-wrap {
        position: relative;
        top: 0;
        left: 0;
        height: auto !important;
        width: auto;
        pointer-events: all;
        align-items: center;
    }

    .nb-menu-tabs-section .nb-menu-tabs-wrap li {
        width: auto;
        margin-right: 30px;
        padding: 25px 5px !important;
    }
}

@media screen and (min-width: 1200px) {
    .nb-hero-section {
        background-position: center right;
        height: calc(100vh - 230px);
        max-height: 550px;
    }

    .nb-hero-section .nb-hero-info-cnt-wrap {
        width: 25%;
    }

    .nb-hero-section .nb-hero-info-cnt-wrap:not(:last-child) {
        border-right: 1px solid #a9a9a9;
        padding-bottom: 0;
    }


}

.owl-carousel {
    margin-top: 25px;
}

.nborg-testimonials-carousel.owl-carousel .owl-item .nborg-testimonials-content {
    border: 1px solid #ccc;
    padding: 20px;
    text-align: left;
    margin: 0 5px;
    font-size: 14px;
    height: 100%;
}

.nborg-testimonials-carousel.owl-carousel .owl-item .nborg-testimonials-content p {
    position: relative;
    padding-left: 25px;
}

.nborg-testimonials-item {
    height: 100%;
}

.nborg-testimonials-carousel .owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.nborg-testimonials-carousel .owl-carousel {
    display: flex;
}

.nborg-testimonials-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nborg-testimonials-carousel .owl-carousel .item img {
    width: 100%;
    object-fit: cover;
}

.nborg-testimonials-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}



.nborg-testimonials-carousel.owl-carousel .owl-item .nborg-testimonials-content p:first-of-type:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #931b17;
    opacity: 0.8;
}

.nborg-testimonials-carousel.owl-carousel .owl-item .nborg-testimonials-content .nborg-testimonials-subtitle {
    margin-bottom: 10px;
    font-size: 12px;
}

.nborg-testimonials-carousel.owl-carousel .owl-item .nborg-testimonials-content h5 {
    margin-bottom: 4px;
}

.nborg-testimonials-carousel.owl-carousel .owl-item .nborg-testimonials-content>*:last-child {
    margin-bottom: 0;
}

.nborg-testimonials-carousel.owl-carousel .owl-item .nborg-testimonials-image {
    width: 80px;
    border-radius: 50%;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
    margin-bottom: -30px;
}

@media screen and (min-width: 1300px) {
    .nb-text-section-content-outer {
        padding-right: 80px !important;
    }
}

.nb-programme-section .nb-agend-speakers {
    border-color: #1a73e8;
}

.nb-programme-section .nb-agend-speakers>p::before,
.nb-programme-section .nb-agend-speakers::before {
    background-color: #1a73e8;
}

.nb-programme-section .nb-coordinator {
    background-color: #e4a13f17;
}

.nb-programme-section .nb-agend-speaker-info h6 {
    color: #1a73e8;
}

.nb-programme-section .nb-agend-speaker-table-wrap .nb-text-more-btn {
    color: #1a73e8;
}

.nb-programme-section .nb-agend-speaker-table-wrap .nb-text-more-btn:hover {
    background-color: #1a73e8;
}

.nb-programme-section .nb-agend-speaker-table-wrap .nb-text-more-btn:focus {
    border-color: #1a73e8;
}

.nb-programme-section .nb-agend-session-info .nb-label {
    background-color: #1a73e8;
}

main .nb-hero-section h1,
main .nb-hero-section h4,
main .nb-hero-section h2,
main .nb-hero-section {
    color: #fff;
}


main h2 {
    border-bottom-color: #1a73e8;
}

main button,
main .nb-button,
main .nb-button-primary {
    border: 2px solid #1a73e8;
    background: #1a73e8;
}

main button:hover,
main button:focus-visible,
main .nb-button:hover,
main .nb-button:focus-visible,
main .nb-button-primary:hover,
main .nb-button-primary:focus-visible {
    background-color: #1365d1;
    color: #fff;
    border-color: #1365d1;
}

main .nb-button:focus-visible,
main .nb-button-secondary:focus-visible {
    background-color: #fff;
}


section.nb-hero-section {
    position: relative;
    min-height: 490px;
    display: flex;
    align-items: flex-end;
    overflow: visible;
}

section.nb-hero-section:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page-bottom {
    background-color: #fff;
    padding: 70px 0 50px;
}

/* .container.container-seminar.container-seminar-bundle {
    padding: 15px;
} */

@media screen and (min-width: 768px) {
    section.nb-hero-section:before {
        background: linear-gradient(90deg, rgb(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 65%);
    }
}

@media screen and (max-width: 991px) {
    .nb-text-section-content-outer .nb-text-section:first-child {
        border-top: 2px solid #f8f8f8;
        margin-top: 50px;
    }

    .main>.nb-content-section>.container>.row {
        flex-direction: column-reverse;
    }
}

.feedback-form-button-seminar {
    display: inline-flex;
    align-items: center;
    width: 100%;
    border-top: 2px solid #f8f8f8;
    margin-top: 60px;
    padding-top: 50px;
}

.feedback-form-button-seminar svg {
    margin-right: 10px;
}

.feedback-form-button-seminar-link {
    border-bottom: 2px solid;

    color: #222 !important;
    font-size: 16px;
}




.fancybox-opened .fancybox-skin {
    background-color: #fff;
    color: #333;
    border-radius: 10px;
}

.fancybox-opened .fancybox-skin .buttons-set {
    text-align: center;
}

.fancybox-inner .form-content h2.text-center {
    color: #222;
    padding: 0 30px;
}

.fancybox-opened .fancybox-close {
    top: 10px;
    right: 10px;
}

.fancybox-opened .list-options {
    list-style: none;
    padding: 5px 0 0 10px;
}


.nb-content-section .nb-text-section-content-outer .feedback-form-button-seminar {
    display: inline-flex !important;
}

.nb-content-section .nb-text-section-content-outer .feedback-form-button-seminar .feedback-form-button-seminar-link {
    padding: 0;
    background: transparent;
    color: #222 !important;
    border-radius: 0;
    margin-top: 0px !important;
}

.nb-content-section .nb-text-section-content-outer .feedback-form-button-seminar .feedback-form-button-seminar-link:focus-visible,
.nb-content-section .nb-text-section-content-outer .feedback-form-button-seminar .feedback-form-button-seminar-link:hover {
    color: #1a73e8 !important;
}

.nb-content-section .nb-text-section-content-outer .feedback-form-button-seminar .feedback-form-button-seminar-link:before {
    display: none;
}

.nb-text-section-sidebar-outer .nb-text-section-sidebar .nb-sidebar-modal {
    z-index: 100;
}

.nb-text-section-sidebar .nb-single-option .nested.options-list {
    border: 0;
    padding: 0;
}

.nb-text-section-sidebar .nb-single-option .radio-input-label-container {
    width: 100%;
}

.nb-text-section-sidebar .nb-single-option .radio-input-label-container .label {
    width: 100%;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.nb-text-section-sidebar .nb-single-option .radio-input-label-container .label .price-wrapper .price {
    color: #333 !important;
    font-size: 15px !important;
    font-weight: 400;
}

body:not(english-ekprogramma) .english-text{
    display: none;
}

body.english-ekprogramma .english-text{
    display: block;
}

body.english-ekprogramma .greek-text{
    display: none;
}



/* start seminars */
.seminar-new .nborg-testimonials-carousel.owl-carousel .owl-item .nborg-testimonials-content {
    border-radius: 10px;
}

.seminar-new .label.form-check-label span.price-container.tax.weee span.price {
    font-weight: 500;
}

.seminar-new .nb-text-section-sidebar .form-check.nb-active .price  {
    color: #1a73e8 !important;
}

.seminar-new .product-options-bottom .box-tocart .input-text.qty {
background-color: #fff;
}

.seminar-new .nb-hero-section .nb-text-wrap> h4 {
font-size: 20px;
margin-bottom: 20px;
}
.seminar-new .nb-hero-section .nb-text-wrap> h1 {
margin-bottom: 10px;
}
.seminar-new .nb-hero-section .nb-text-wrap p strong {
font-weight: 500;
}
.seminar-new .nb-hero-section .nb-text-wrap p span {
font-weight: 300;
}
 
.seminar-new .nb-hero-section .nb-hero-text-code {
    opacity: 0.8;
}

.seminar-new .nb-hero-section .nb-hero-label-wrap {
    margin-bottom: 15px !important;
}
 
.nb-menu-tabs-section .col-12,
.seminar-new .nb-hero-section .col-12 {padding-right: 15px!important;padding-left: 15px!important;}
.seminar-new .nb-content-section .nb-text-section-content-outer .feedback-form-button-seminar .feedback-form-button-seminar-link {
    font-size: 16px;
}

.seminar-new .card-person-img-div {
    border-radius: 50%!important;background-position: center;
}
.seminar-new .card-person-img-inner {
   aspect-ratio: 1/1!important;
   height: auto!important;
}

.nb-hero-section .nb-text-wrap h1 {
    line-height: 1.3;
}

.seminar-new h1,.seminar-new h2,.seminar-new h3,.seminar-new h4,.seminar-new h5,.seminar-new h6,.seminar-new .h1,.seminar-new .h2,.seminar-new .h3,.seminar-new .h4,.seminar-new .h5,.seminar-new .h6,
.seminar-new,
.seminar-new .nb-content-section {
        font-family: "Manrope", serif !important;
        
}

.seminar-new .container.container-seminar.container-seminar-bundle .nb-carousel-section {
    margin-top: 80px;
}

.seminar-new .nb-text-section-sidebar .action.primary.tocart {
    margin: 0 0 10px;
    bottom: unset;
    position: relative;
    height: auto;
}

.seminar-new .nb-text-section-sidebar .actions {
    width: 100%;
}

.seminar-new .nb-text-section-sidebar .box-tocart {
    width: 100%;
}

.seminar-new .nb-text-section-sidebar .box-tocart .field.qty {
    background: #f8f8f8;
    padding: 2px 20px 16px 20px !important;
    font-weight: 600;
}

.seminar-new .nb-text-section-sidebar .box-tocart .field.qty .control {
    display: flex;
    align-items: center;
}

.seminar-new .nb-text-section-sidebar .box-tocart .field.qty .control .label {
    margin: 0 15px 0 0;
}



.seminar-new {
    background-color: #fff;
}

.seminar-new .nb-hero-section {
    max-height: none;
    height: auto;
}

.seminar-new .nb-programme-section .nb-programme-accordion-wrap:first-child {
    border-top: 1px solid #e8e8e8;
}

.seminar-new .nb-text-section-sidebar {
    margin-top: 0;
}

.seminar-new .nb-carousel-section .owl-carousel.owl-drag .owl-item .nborg-testimonials-item h5 {
    color: #222;
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.4;
    font-style: normal;
}

.seminar-new .nb-carousel-section .owl-carousel.owl-drag .owl-item .nborg-testimonials-item .nborg-testimonials-subtitle {
    color: #333;
    font-style: normal;
}

.seminar-new .nb-carousel-section .owl-carousel.owl-drag .owl-item .nborg-testimonials-item {
    padding: 0;
    box-shadow: none;
    margin: 0 5px;
}

.seminar-new .nborg-testimonials-content:not(.nborg-testimonials-content-big) {
    height: 160px !important;
}

.seminar-new .nborg-testimonials-content-more-button {
    bottom: -5px;
}

.seminar-new .nborg-testimonials-content-more-button:hover .testimonial-more-icon,
.seminar-new .nborg-testimonials-content-more-button:focus-visible .testimonial-more-icon {
    color: #222;
    opacity: 0.8;
}

/* .seminar-new .product-slider-book.product-slider.product-slider .nav-top .owl-theme .owl-nav .owl-prev,
.seminar-new .product-slider-seminar.product-slider.product-slider .nav-top .owl-theme .owl-nav .owl-prev,
.seminar-new .product-slider-conference.product-slider.product-slider .nav-top .owl-theme .owl-nav .owl-prev,
.seminar-new .product-slider-book.product-slider.product-slider .nav-top .owl-theme .owl-nav .owl-next,
.seminar-new .product-slider-seminar.product-slider.product-slider .nav-top .owl-theme .owl-nav .owl-next,
.seminar-new .product-slider-conference.product-slider.product-slider .nav-top .owl-theme .owl-nav .owl-next {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    pointer-events: all;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    background-color: #fff !important;

} */


.seminar-new .nb-carousel-section .owl-carousel {
    margin-left: 0;
 
}

.seminar-new .product-slider-seminar.product-slider.product-slider .nav-top .owl-theme .owl-nav .owl-prev {
    left: -15px!important;
}
.seminar-new .product-slider-seminar.product-slider.product-slider .nav-top .owl-theme .owl-nav .owl-next{
    right: 0!important;
}

.seminar-new .nb-carousel-section .nb-heading-title,
.seminar-new .product-slider-book.product-slider .block-title,
.seminar-new .product-slider-seminar.product-slider .block-title,
.seminar-new .product-slider-conference.product-slider .block-title {
    border: 0;
    margin-bottom: 35px!important;
}

.seminar-new .nb-carousel-section .nb-heading-title,
.seminar-new .product-slider-book.product-slider .block-title strong,
.seminar-new .product-slider-seminar.product-slider .block-title strong,
.seminar-new .product-slider-conference.product-slider .block-title strong {
    border: 0;
    padding: 0;
    color: #222;
    font-weight: 600;
    font-size: 18px;
}

.seminar-new .product-slider-book.product-slider .block-title strong,
.seminar-new .product-slider-seminar.product-slider .block-title strong,
.seminar-new .product-slider-conference.product-slider .block-title strong {
    margin: 0!important;
}

.seminar-new .normal-block.product-slider {
    margin-bottom: 80px;
}

.seminar-new .normal-block.product-slider .block-content {
    padding: 0;
}



.nborg-testimonials-carousel {
    margin-top: 0;
}
.nb-carousel-section .nborg-testimonials-carousel.owl-theme .owl-nav .owl-prev,
.nb-carousel-section .nborg-testimonials-carousel.owl-theme .owl-nav .owl-next {
width: 45px;
height: 45px;
}
.nb-carousel-section .nborg-testimonials-carousel.owl-theme .owl-nav .owl-prev:before,
.nb-carousel-section .nborg-testimonials-carousel.owl-theme .owl-nav .owl-next:before {
     font-size: 24px;
}


.seminar-new .nb-programme-section .nb-programme-accordion-btn {
font-weight: 600;
}

.seminar-new .nb-hero-section .nb-hero-info-cnt-wrap:nth-child(3):nth-last-child(1) .nb-hero-text-title {
    display: flex;
    flex-wrap: wrap;
}

.seminar-new .nb-hero-section .nb-hero-info-cnt-wrap:nth-child(3):nth-last-child(1) .nb-hero-text-title .nb-hero-tooltip-wrap {
    margin-right: 10px;
}

.seminar-new .nb-hero-section .nb-hero-info-cnt-wrap:nth-child(3):nth-last-child(1) {
    width: 100%;
}

.seminar-new .card-wide .card-person-img-container {
    background: transparent;
     min-height: 110px;
     height: 110px;
}

.seminar-new .widget-container.person-card-horizontal-w-container .card-wide:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
        margin: 0 0 30px;
}

.seminar-new .widget-container.person-card-horizontal-w-container .card-wide {
    box-shadow: none;

}

.seminar-new .widget-container.person-card-horizontal-w-container .card-person-inner {
    padding: 15px 0 25px;
}

.seminar-new .widget-container.person-card-horizontal-w-container .card-wide:last-child .card-person-inner {
    padding-bottom: 0;
}

.seminar-new .nb-programme-section .nb-programme-accordion-cnt > .widget-container {
    margin-top: 25px
}

.seminar-new .nb-content-section {
    margin-bottom: 0;
    border: 0;
   margin-top: 0;
   padding: 0;
}

.seminar-new .nb-text-section-sidebar {
    margin-bottom: 50px;
}

.seminar-new .feedback-form-button-seminar {
border-top: 0;
    padding-top: 0;
}

.seminar-new .nb-programme-section {
    padding: 0 15px;
    margin-bottom: 0;
    border-top: none;
    margin-top: 0;
}

.seminar-new .nb-text-section-sidebar-outer {
    padding-right: 15px!important;
}
.seminar-new .nb-programme-section {
    padding-left: 15px!important;
}

.seminar-new .nb-carousel-section .owl-theme.nborg-testimonials-carousel .owl-nav .owl-next {
    right: -20px !important;
}
.seminar-new .nb-carousel-section .owl-theme.nborg-testimonials-carousel .owl-nav .owl-prev {
   left: -20px !important;
}

.seminar-new .nb-hero-section .nb-hero-info-wrap {
background: rgba(255, 255, 255, 0.95);
}

.seminar-new .page-bottom .owl-item {
    padding-right: 1px;
}

.seminar-new .card-person-title-and-label {
    display: flex;
    flex-wrap: wrap;
}

.seminar-new .card-person-title {
    margin-right: 10px;
    margin-bottom: 0!important;
}

.seminar-new .card-person-label {
        background: #333;
    color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.seminar-new .card-person-subtitle .shorten-desc {
        margin-top: 10px;
    font-weight: 300;
}

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



.seminar-new .widget-container.person-card-horizontal-w-container .card-person-inner {
    padding: 0 0 30px 20px;
}

}

@media screen and (min-width: 992px) {
    .seminar-new .nb-content-section {
 padding: 70px 0 0;
}
.seminar-new .nb-text-section-sidebar {
    margin-bottom: 0px;
}

}

@media screen and (min-width: 1200px) {
 .seminar-new .nb-programme-section .nb-programme-accordion-btn {
font-size: 18px;        padding: 25px 0;
}


.seminar-new .nb-hero-section .nb-hero-info-cnt-wrap:nth-child(1):nth-last-child(3) {
width: 30%;
}
.seminar-new .nb-hero-section .nb-hero-info-cnt-wrap:nth-child(2):nth-last-child(2) {
width: 30%;
}
.seminar-new .nb-hero-section .nb-hero-info-cnt-wrap:nth-child(3):nth-last-child(1) {
width: 40%;
}

}

/* @media screen and (min-width: 1400px) {
    .seminar-new .nb-carousel-section .owl-theme .owl-nav .owl-prev {
        left: -30px !important;
    }

    .seminar-new .nb-carousel-section .owl-theme .owl-nav .owl-next {
        right: -25px !important;
    }

    .seminar-new .product-slider-seminar.product-slider.product-slider .nav-top .owl-theme .owl-nav .owl-prev,
    .seminar-new .product-slider-book.product-slider.product-slider .nav-top .owl-theme .owl-nav .owl-prev {
         left: -25px;   
    }
    .seminar-new .product-slider-seminar.product-slider.product-slider .nav-top .owl-theme .owl-nav .owl-next, .seminar-new .product-slider-book.product-slider.product-slider .nav-top .owl-theme .owl-nav .owl-next {
    right: -20px;
}
} */

/* end seminars */
