.custom-checkbox input:checked~span,
.static-content li::before {
    background-color: var(--custom-blue)
}

@font-face {
    font-family: Roboto-Regular;
    font-display: swap;
    src: url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Roboto-Bold;
    font-display: swap;
    src: url(../fonts/Roboto/Roboto-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Roboto-Medium;
    font-display: swap;
    src: url(../fonts/Roboto/Roboto-Medium.ttf) format("truetype")
}

@font-face {
    font-family: PTSans-Bold;
    font-display: swap;
    src: url(../fonts/PTSans/PTSans-Bold.ttf) format("truetype")
}

.medium {
    font-family: Roboto-Medium
}

.bold {
    font-family: Roboto-Bold
}

:root {
    --custom-blue: #1b3556;
    --custom-lightblue: #2DAAE1;
    --custom-cream: #cfb193
}

.custom-checkbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center
}

.custom-checkbox p {
    margin-bottom: 0
}

.custom-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0
}

.custom-checkbox span {
    display: inline-block;
    width: 25px;
    height: 25px;
    aspect-ratio: 1/1;
    border: 1px solid var(--custom-blue);
    background-color: #fff;
    margin-right: .5em;
    position: relative;
    cursor: pointer
}

.custom-checkbox span::after {
    display: none;
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}

.custom-checkbox input:checked~span::after {
    display: block
}

button.nav-link {
    background-color: transparent;
    border: none;
    outline: 0
}

.hidden,
.navbar-nav .dropdown-toggle::after,
button.nav-link::after {
    display: none
}

.navbar .dropdown-menu {
    left: unset;
    right: 30px;
    min-width: 12rem;
    text-align: center;
    border-radius: 0
}

.navbar .dropdown-menu a {
    color: var(--custom-blue);
    margin: 0 !important
}

.navbar .dropdown-menu a:hover {
    background-color: transparent;
    color: var(--custom-lightblue)
}

.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
    font-family: Roboto-Bold;
    text-transform: uppercase
}

.static-content h1 {
    font-size: 35px
}

.static-content h2 {
    font-size: 32px
}

.static-content h3 {
    font-size: 30px
}

.static-content h4 {
    font-size: 25px
}

.static-content h5 {
    font-size: 22px
}

.static-content h6 {
    font-size: 19px
}

.static-content img {
    max-width: 100%
}

.static-content ul {
    columns: 2;
    padding: 0
}

.static-content li {
    list-style-type: none;
    position: relative;
    margin-bottom: .6em;
    padding-left: 45px;
    display: inline-block
}

.static-content li::before {
    content: "";
    border-radius: 5px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0
}

form label a,
form label a:hover {
    text-decoration: underline
}

.base_container {
    min-height: 450px
}

.light.cc_dialog {
    padding: 1em 1.5em !important;
    max-width: 90% !important
}

html {
    scroll-behavior: smooth
}

.navbar-toggler {
    border-color: #8d9aab
}

form small {
    text-align: left !important;
    color: red
}

a:focus,
a:focus *,
a:hover,
a:hover * {
    text-decoration: none !important;
    color: currentColor
}

.popup-modal {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
    height: fit-content;
    max-width: 95%;
    max-height: 95%;
    z-index: 1010;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, .35);
    padding: 1.2em 1em;
    overflow: scroll
}

.standard-btn,
.top-header-fluid {
    background-color: var(--custom-lightblue)
}

.popup-modal #closePopup {
    position: absolute;
    top: 0;
    right: 0;
    padding: .1em .3em;
    cursor: pointer;
    font-size: 25px;
    z-index: 100
}

a,
body {
    font-family: Roboto-Regular;
    color: #000;
    font-size: 20px
}

a:hover {
    text-decoration: none;
    color: #000
}

.top-header-fluid .row {
    height: 53px;
    justify-content: end
}

.topheader-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    font-size: 19px;
    letter-spacing: .03em;
    font-weight: 400;
    line-height: 1.2;
    color: #fff
}

.topheader-link img {
    margin-right: 12px
}

.navbar-nav .nav-link {
    font-size: 21px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: .03em;
    color: #000;
    margin-left: 55px;
    padding-right: 0
}

.dekstop-right a:focus,
.dekstop-right a:hover,
.footer-menu:focus,
.footer-menu:hover,
.navbar-nav .active-link,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
.standard-title {
    color: var(--custom-lightblue)
}

.carousel-item img {
    height: auto;
    width: 100%;
    object-fit: cover
}

.standard-title {
    font-family: PTSans-Bold;
    font-size: 60px;
    line-height: 47px;
    letter-spacing: .03em;
    text-align: center;
    padding-bottom: .7em
}

.container-avg-p {
    padding-top: 5em
}

.standard-text {
    font-family: Roboto-Medium;
    font-size: 21px;
    line-height: 1.75;
    text-align: justify
}

.standard-text ul {
    list-style: none;
    padding-left: 10px
}

.standard-text ul li {
    display: flex;
    justify-content: flex-start;
    flex-shrink: 0
}

.standard-text ul li::before {
    content: "";
    width: 28px;
    height: 28px;
    margin-top: 5px;
    aspect-ratio: 1/1;
    display: block;
    background-image: url('../images/star.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 10px
}

.standard-btn {
    color: #fff;
    font-family: Roboto-Bold;
    font-size: 24px;
    padding: 8px 45px;
    border-radius: 10px;
    margin-top: 1em;
    margin-bottom: 1em
}

.home-avg-img {
    width: 90%;
    float: right;
    height: 350px;
    box-shadow: 0 0 13px 3px #00000029;
    border-radius: 10px;
    object-fit: cover
}

.bottom-contact-img,
.top-contact-img {
    width: 100%;
    margin-top: 3em;
    object-fit: cover
}

.one-text-img-row {
    padding-top: 2em;
    padding-bottom: 2em
}

.service-title {
    font-family: PTSans-Bold;
    font-size: 27px;
    line-height: 35px;
    letter-spacing: .03em;
    padding-bottom: .4em;
    color: var(--custom-lightblue);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row
}

.service-title img {
    margin-right: 7px
}

.one-text-img-row.flex-row-reverse .home-avg-img {
    float: left
}

.top-contact-img {
    height: auto
}

.bottom-contact-img {
    height: 256px
}

#contact_form_content_page input,
#contact_form_content_page select,
#contact_form_content_page textarea:not(.select2-search__field) {
    min-height: 54px;
    border-radius: 10px;
    border: 1px solid var(--custom-lightblue);
    color: var(--custom-lightblue);
    font-size: 20px;
    font-family: Roboto-Regular;
    letter-spacing: .03em;
    padding-left: 20px
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid var(--custom-lightblue) !important;
    border-radius: 10px;
    padding: .375rem .75rem;
    padding-left: 20px;
    min-height: 54px;
    width: 100% !important;
}

.select2-search__field {
    min-height: 26px !important;
}

input.noborder {
    border: 0 !important;
    padding-left: 0 !important;
    cursor: pointer
}

#contact_form_content_page input::-webkit-input-placeholder,
#contact_form_content_page select::-webkit-input-placeholder,
#contact_form_content_page textarea::-webkit-input-placeholder {
    color: var(--custom-lightblue);
    font-size: 20px;
    font-family: Roboto-Regular
}

#contact_form_content_page input:-ms-input-placeholder,
#contact_form_content_page select:-ms-input-placeholder,
#contact_form_content_page textarea:-ms-input-placeholder {
    color: var(--custom-lightblue);
    font-size: 20px;
    font-family: Roboto-Regular
}

#contact_form_content_page input::placeholder,
#contact_form_content_page select::placeholder,
#contact_form_content_page textarea::placeholder {
    color: var(--custom-lightblue);
    font-size: 20px;
    font-family: Roboto-Regular
}

.home-contacts a.topheader-link {
    color: #000 !important;
    justify-content: flex-start;
    margin-bottom: 1em
}

.home-contacts .unicwidth {
    width: max-content !important
}

.home-contacts a.topheader-link img {
    width: 35px;
    height: 36px;
    object-fit: contain;
    margin-right: 25px
}

/*.footer {
    background-color: #f6e4b2;
    padding-top: 2em;
    padding-bottom: .7em;
    margin-top: 6em
}*/


/*.footer {
    background-color: #f6e4b2;
    padding-top: 2em;
    padding-bottom: .7em;
    margin-top: 6em
}*/

.bubbles-section {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1150px;
    pointer-events: none;
    z-index: -1;
}

.bubbles-section::before,
.bubbles-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 350px;
    height: 1150px;
    pointer-events: none;
    background-image: url('../images/buborek.png');
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
}

.bubbles-section::before {
    left: 0;
    background-position: left bottom, left 300px;
}

.bubbles-section::after {
    right: 0;
    transform: scaleX(-1);
    background-position: right bottom, right 300px;
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .bubbles-section::before,
    .bubbles-section::after {
        width: 300px;
    }

    .bubbles-section::before {
        left: 0;
        background-position: left bottom, left 400px;
    }

    .bubbles-section::after {
        right: 0;
        background-position: right bottom, right 400px;
    }
}

@media (max-width:767.98px) {

    .bubbles-section::before,
    .bubbles-section::after {
        background-image: url('../images/buborek.png'), url('../images/buborek.png');
    }

    .bubbles-section::before,
    .bubbles-section::after {
        width: 180px;
    }

    .bubbles-section::before {
        left: 0;
        background-position: left bottom, left 300px;
    }

    .bubbles-section::after {
        right: 0;
        background-position: right bottom, right 300px;
    }
}

.footer {
    background-color: #f6e4b2;
    padding-top: 2em;
    padding-bottom: .7em;
    margin-top: 3em;
}

.footer-menu {
    font-size: 20px;
    color: #000;
    font-family: Roboto-Regular;
    margin-bottom: 10px;
    font-weight: 300;
    display: flex;
    width: max-content
}

.footer-title {
    font-size: 20px;
    color: #000;
    font-family: Roboto-Medium
}

.extra-desktop-p {
    padding-top: 3em
}

.dekstop-right {
    text-align: right
}

footer a.topheader-link:focus,
footer a.topheader-link:hover {
    color: var(--custom-lightblue) !important
}

input::file-selector-button {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-right: 1px solid var(--custom-lightblue);
    color: var(--custom-lightblue) !important;
    cursor: pointer
}

.bottom-infos {
    padding-top: 2em
}

.whatspapplink {
    position: fixed;
    right: 15px;
    bottom: 135px;
    z-index: 100
}

.whatspapplink img {
    max-width: 70px;
    object-fit: contain
}

.viberlink {
    position: fixed;
    right: 23px;
    bottom: 205px;
    z-index: 100
}

.viberlink img {
    max-width: 52px;
    object-fit: contain
}

.one-service-block {
    border: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    height: 262px;
    margin-top: 2em
}

.one-service-block img {
    height: 81px;
    width: 81px;
    object-fit: contain
}

.one-service-block h2.service-name {
    font-family: Roboto-Medium;
    font-size: 20px;
    line-height: 23.44px;
    text-align: center;
    height: 50px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin-top: 1em
}

.one-service-block:focus,
.one-service-block:hover {
    text-decoration: none !important;
    border: 1px solid #2daae1;
    box-shadow: 0 10px 10px 0 #2daAE140
}

.base_container iframe[title="YouTube video player"] {
    height: 450px !important;
    width: auto;
    aspect-ratio: 16/4;
    max-width: 100%
}

.scrollup {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background-color: var(--custom-lightblue);
    border-radius: 13px;
    position: fixed;
    right: 24px;
    bottom: 83px;
    z-index: 10000000;
    cursor: pointer
}


.font-size-40 * {
    font-size: 40px !important;
}

.font-size-28 * {
    font-size: 28px !important;
}

.font-size-24 * {
    font-size: 24px !important;
}

.font-size-21 * {
    font-size: 21px !important;
}

.font-size-20 * {
    font-size: 20px !important;
}

.font-size-18 * {
    font-size: 18px !important;
}

.font-size-16 * {
    font-size: 16px !important;
}

.font-size-14 * {
    font-size: 14px !important;
}

.font-size-13 * {
    font-size: 13px !important;
}



.font-weight-700 * {
    font-weight: 700 !important;
}

.font-weight-600 * {
    font-weight: 600 !important;
}

.font-weight-500 * {
    font-weight: 500 !important;
}

.max-6-row-text * {
    display: -webkit-box !important;
    line-clamp: 6 !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.max-4-row-text * {
    display: -webkit-box !important;
    line-clamp: 4 !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}


.line-height-160 * {
    line-height: 160% !important;
}

.line-height-130 * {
    line-height: 130% !important;
}

.line-height-100 * {
    line-height: 100% !important;
}


.font-family-ptsans * {
    font-family: "PTSans-Bold" !important;
}

.font-family-ptsans-reg * {
    font-family: "PTSans-Regular" !important;
}

.font-family-roboto * {
    font-family: 'Roboto-Medium' !important;
}

.font-family-roboto-reg * {
    font-family: 'Roboto-Regular' !important;
}


.font-color-black * {
    color: #000000 !important;
}

.font-color-2DAAE1 * {
    color: #2DAAE1 !important;
}



.btn.btn-blue-star {
    display: inline-block;
    cursor: pointer;
}

.btn.btn-blue-star img {
    transition: transform 0.3s ease;
    transform-origin: center center;
    display: inline-block;
    will-change: transform;
}

.btn.btn-blue-star:hover img {
    transform: scale(1.25);
}

.btn.btn-blue-arrow {
    display: inline-block;
    cursor: pointer;
}

.btn.btn-blue-arrow img {
    transition: transform 0.3s ease;
    transform-origin: center center;
    display: inline-block;
    will-change: transform;
}

.btn.btn-blue-arrow:hover img {
    transform: translateX(5px);
}

.blog.static-content p {
    font-family: "Roboto-Regular";
    font-size: 21px;
    line-height: 160%;
    font-weight: 500;
}

.blog img.banner-image {
    /*max-height: 440px;*/
    height: auto;
    width: 100%;
    margin-bottom: 1rem;
    object-fit: cover;
    border-radius: 10px;
}

.flipped-img {
    transform: rotate(180deg);
}

/***************************
// Pagination Bar
***************************/
.pagination-bar {
    padding-top: 4rem;
}


.pagination-line {
    top: -10px;
    height: 0.5px;
    background-color: #9C8A8A;
    z-index: 1;
}

.pagination-numbers {
    position: relative;
    z-index: 2;
}

.pagination-list {
    display: flex;
    padding: 0;
}

.pagination-number {
    text-decoration: none;
    position: relative;
    border: 1px solid #E6E6E6;
    padding: 0.6rem 1.5rem;
    border-radius: 10px;
    color: black;
}

.pagination-number.active {
    color: #2DAAE1;
    border: 1px solid #2DAAE1;
}

.pagination-prev .flipped-img {
    transform: rotate(180deg);
}

.pagination-next .flipped-img {
    transform: rotate(0deg);
}

.pagination-prev,
.pagination-next {
    text-decoration: none;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 0.6rem 1.5rem;
    z-index: 2;
    transition: border 0.3s, color 0.3s;
    color: black;
}

.pagination-prev:hover,
.pagination-next:hover {
    border: 1px solid #202020;
    color: #202020 !important;
}

.pagination-prev img,
.pagination-next img {
    filter: grayscale(1);
}

.pagination-prev:hover img,
.pagination-next:hover img {
    filter: grayscale(0);
}

.pagination-prev.disabled img,
.pagination-next.disabled img {
    opacity: 0.25;
}

.pagination-prev.disabled,
.pagination-next.disabled {
    color: #d1d1d1 !important;
    pointer-events: none;
    cursor: default;
}

.pagination-next img {
    transform: rotate(180deg);
}

/***************************
// End Pagination Bar
***************************/


.home-card {
    border: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-card-img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
    transition: box-shadow 0.3s ease-in-out;
}

.home-card-img:hover {
    box-shadow: 0px 4px 17.5px -2px #2DAAE1;
}

.home-card-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.home-card-excerpt {
    flex: 1 0 auto;
}

.label-bg {
    background-color: #6A86AC;
    border-radius: 10px;
    padding-top: 7px;
    padding-right: 17px;
    padding-bottom: 7px;
    padding-left: 17px;
    color: #FFFFFF;
}


.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
}

.right-group {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.date-pill {
    padding: 0.65rem 4rem;
    border-radius: 10px;
    color: black;
    background: #F5F5F5;
}

.category-button {
    padding: 0.65rem 1rem;
    border-radius: 10px;
    color: white;
    background: #6A86AC;
}

.label-badge {
    background: #00374F;
    border-radius: 10px;
    color: white;
    padding: 0.4rem 0.8rem;
}