@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/myriad-pro/MYRIADPRO-REGULAR.OTF') format('opentype');
    font-weight: 400;
    font-style: normal
}

:root {
    --imgcontentclr: #1D6A98;
    --btnspcltbgclr: #1DCCAB;
    --btnspcltclr: white
}

body {
    font-family: 'Myriad Pro',sans-serif;
    font-size: 20px
}

.border-start {
    border-left: 2px var(--bs-border-style) #1d6a98 !important
}

label {
    font-size: 17px
}

.head-content-b {
    color: var(--imgcontentclr) !important
}

.head-content-g {
    color: var(--btnspcltbgclr) !important
}

.btn-specialties, .btn-specialties-offer {
    font-size: large;
    color: var(--btnspcltclr) !important;
    border-radius: 12px 50px 50px 12px
}

.home_img {
    z-index: 9;
    position: relative
}

.home_svg {
    position: absolute;
    right: 35px
}

.client-say, .solution-offer {
    background-color: #f1f2f2
}

.solution-functionality {
    background-color: #c0f2e9
}

.btn-specialties {
    background: var(--btnspcltbgclr) !important;
    padding: .5rem 1.5rem;
    line-height: 29px;
    width: fit-content
}

.btn-specialties-offer {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 1px
}

.bg-slide, .bg-slide-2 {
    padding: 4rem 2rem;
    color: #fff
}

.ms-auto {
    font-size: 18px
}

.dropdown-item:focus {
    background-color: #1dccab;
    color: #fff !important
}

.bg-slide, .dropdown-item:hover {
    background-color: #236891
}

.nav-color.show {
    color: #1dccab !important
}

.dropdown-item:hover {
    color: #fff !important
}

.bg-slide-2 {
    background-color: #1dccab
}

.carousel-indicators {
    bottom: -60px
}

    .carousel-indicators [data-bs-target] {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color .6s
    }

    .carousel-indicators .active, .footer-bottom, .form-check-input[type=radio]:checked::before {
        background-color: var(--btnspcltbgclr) !important
    }

.client-space {
    padding-left: 120px;
    padding-right: 120px;
    height: 170px
}

.form-check-input[type=radio] {
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    width: 1.2em;
    height: 1.2em;
    position: relative;
    cursor: pointer;
    transition: border-color .2s
}

    .form-check-input[type=radio]::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: .6em;
        height: .6em;
        background-color: #49505759;
        border-radius: 50%;
        transition: background-color .2s
    }

.form-control {
    padding: 13px;
    border-radius: 10px
}

    .form-control:focus {
        box-shadow: none;
        border: var(--bs-border-width) solid var(--bs-border-color)
    }

.footer-bottom {
    text-align: center;
    padding: 15px 15px 0;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: -80px
}

.footer[b-ejvuty0rux] {
    line-height: 35px
}

.footer-bottom a {
    color: #fff;
    margin: 0 25px;
    text-decoration: none
}

li {
    line-height: 27px
}

.breadcrumb li a {
    color: #808285;
    text-decoration: none;
    font-size: 16px
}

hr {
    margin: .5rem 0
}

.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "|")
}

.breadcrumb-item + .breadcrumb-item {
    font-size: 16px
}

.breadcrumb-item.active {
    font-weight: 700;
    font-size: 16px
}

::marker {
    color: var(--btnspcltbgclr) !important
}

.markers::marker {
    color: #1d6a98 !important
}

.marker-y::marker {
    color: #ffae42 !important
}

.clientborder {
    border-color: #8080804d !important
}

@media (max-width:768px) {
    .home_svg, .home_svg_msv {
        width: 94px;
        position: absolute
    }

    .footer h5, .mbcompany {
        text-align: center
    }

    .home_svg {
        right: -22px
    }

    .home_svg_msv {
        right: 0
    }

    .img-logo {
        width: 110px
    }

    .clientsay, .s-solution {
        width: 75% !important
    }

    .img-solution {
        max-width: 100%;
        height: auto
    }

    .btn-specialties {
        font-size: large;
        margin-top: 8px
    }

    .s-solution {
        margin: auto !important
    }

    .bnone, .clientborder {
        border-left: none !important
    }

    #navbarContent {
        position: absolute;
        top: 71px;
        right: 10px;
        width: 90%;
        padding: 15px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
        z-index: 1050
    }

        #navbarContent a {
            display: block;
            margin-bottom: 10px;
            color: #000
        }

    .navbar-collapse {
        background-color: #fff;
        padding: 15px;
        border-radius: 8px;
        margin-top: 10px;
        box-shadow: 0 0 8px rgba(0,0,0,.08)
    }

    .dropdown-item:focus {
        background-color: #1dccab;
        color: #fff !important
    }

    .dropdown-item:hover {
        background-color: #236891;
        color: #fff !important
    }

    .dropend .dropdown-menu[data-bs-popper] {
        padding-left: 20px;
        border: none
    }

    .tailored-sol {
        width: 100% !important
    }

    .index-img {
        padding-left: 10px
    }

    .bill-solution {
        padding: 0 !important
    }

    .footer .row {
        justify-content: center
    }

    .footer .logo {
        display: contents
    }

    .minfo {
        width: 82%
    }

    .footer {
        padding-top: 20px
    }

        .footer h5 {
            margin-top: 20px
        }

    .mlcomany {
        margin: 7px auto;
        width: 63% !important
    }
}

#overlay, .bootbox .modal-header {
    background: #fff;
    text-align: center
}

@media (min-width:768px) and (max-width:991.98px) {
    .clientsay, .index-img {
        width: 75% !important
    }

    .clientborder {
        border-left: none !important
    }

    .tailored-sol {
        width: 100% !important
    }

    .bill-solution {
        padding: 0 !important
    }

    .s-solution {
        width: 50% !important;
        margin: auto !important
    }
}

.bootbox .modal-header {
    display: flex;
    justify-content: space-between;
    padding: 8px 13px;
    position: relative;
    border-bottom: 5px solid #1d6a98;
    height: auto
}

    .bootbox .modal-header .modal-title {
        font-size: 20px;
        font-weight: 600;
        color: #1d6a98
    }

.bootbox .modal-body {
    padding: 0
}

.bootbox .modal-footer {
    border-top: none;
    text-align: center;
    padding: 0 17px 10px 10px !important
}

.bootbox-body {
    padding: 10px
}

.bootbox .button-tab-ash5, .bootbox .button-tab-ash5-border {
    font-size: 18px;
    font-weight: 700;
    padding: 5px 12px;
    min-width: 85px
}

.bootbox .modal-footer .btn {
    background: #1d6a98 !important;
    color: #fff !important;
    padding: .375rem .75rem !important;
    border: none
}

.bootbox .modal-footer .bootbox-cancel {
    background: #0e4f66 !important;
    color: #fff !important;
    font-size: 15px !important;
    padding: .375rem .75rem !important;
    border-color: #0e4f66 !important
}

.bootbox .modal-footer .btn:focus {
    box-shadow: none !important
}

.bootbox .modal-footer .btn:hover {
    background-color: #2f80c1 !important
}

.bootbox .bootbox-close-button {
    background: 0 0;
    border: none
}

#overlay {
    color: #20a859;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    padding-top: 25%;
    opacity: .8
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: .8s linear infinite rotate;
    border: 5px solid #b22222;
    border-right-color: transparent;
    border-radius: 50%
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* ==========================================
   COOKIE CONSENT
========================================== */

.cookie-consent-box {
    position: fixed;
    left: 12px;
    bottom: 12px;
    width: 475px;
    max-width: calc(100% - 24px);
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.20);
    z-index: 999999;
}

.cookie-content {
    padding: 28px 24px 20px;
}

    .cookie-content h4 {
        margin: 0 0 18px;
        font-size: 20px;
        font-weight: 700;
        color: #252525;
    }

    .cookie-content p {
        margin: 0;
        font-size: 14px;
        line-height: 1.55;
        color: #333;
    }

        .cookie-content p a {
            color: #236891;
            text-decoration: none;
            font-weight: 600;
        }

            .cookie-content p a:hover {
                text-decoration: underline;
            }


/* ==========================================
   BUTTONS
========================================== */

.cookie-buttons {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 28px;
}

.btn-cookie {
    height: 42px;
    padding: 0 24px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
}

.btn-accept {
    background: #236891;
    color: #fff;
    border: 1px solid #236891;
}

    .btn-accept:hover {
        background: #1dccab;
    }

.btn-reject {
    background: #fff;
    color: #236891;
    border: 1px solid #ddd;
}

    .btn-reject:hover {
        border-color: #236891;
    }

.btn-cookie-settings {
    background: transparent;
    border: 0;
    color: #236891;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 0;
}


/* ==========================================
   COOKIE SETTINGS MODAL
========================================== */

.cookie-settings-modal {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
}

    .cookie-settings-modal .modal-header {
        padding: 20px 24px;
        border-bottom: 1px solid #eee;
    }

    .cookie-settings-modal .modal-title {
        font-size: 20px;
        font-weight: 700;
    }

    .cookie-settings-modal .modal-body {
        padding: 22px 24px;
    }

.cookie-settings-description {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}


/* ==========================================
   COOKIE CATEGORY
========================================== */

.cookie-category {
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}

.cookie-category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

    .cookie-category-header strong {
        display: block;
        color: #222;
        font-size: 15px;
    }

    .cookie-category-header small {
        display: block;
        color: #777;
        margin-top: 5px;
        font-size: 12px;
    }


/* ==========================================
   SWITCH
========================================== */

.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 25px;
    flex-shrink: 0;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    inset: 0;
    background-color: #d6d6d6;
    border-radius: 30px;
    transition: .3s;
}

    .slider:before {
        content: "";
        position: absolute;
        width: 19px;
        height: 19px;
        left: 3px;
        top: 3px;
        background-color: white;
        border-radius: 50%;
        transition: .3s;
        box-shadow: 0 1px 3px rgba(0,0,0,.2);
    }

.switch input:checked + .slider {
    background-color: #1dccab;
}

    .switch input:checked + .slider:before {
        transform: translateX(21px);
    }


/* ==========================================
   SAVE BUTTON
========================================== */

.btn-save-cookie {
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 10px;
    background: #1dccab;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

    .btn-save-cookie:hover {
        background: #1dccab;
    }


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 576px) {

    .cookie-consent-box {
        left: 8px;
        right: 8px;
        bottom: 8px;
        width: auto;
        max-width: none;
        border-radius: 16px;
    }

    .cookie-content {
        padding: 22px 18px 18px;
    }

        .cookie-content h4 {
            font-size: 18px;
        }

        .cookie-content p {
            font-size: 13px;
        }

    .cookie-buttons {
        flex-wrap: wrap;
        gap: 10px;
    }

    .btn-cookie {
        flex: 1;
        min-width: 100px;
        padding: 0 12px;
    }

    .btn-cookie-settings {
        width: 100%;
    }
}
/* ==========================================
   COOKIE POLICY PAGE
========================================== */

.cookie-policy-page {
    padding: 70px 0 90px;
    background: #fff;
    color: #292929;
}

.cookie-policy-header {
    max-width: 900px;
    margin: 0 auto 45px;
    text-align: center;
}

    .cookie-policy-header h1 {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 12px;
    }

.last-updated {
    color: #777;
    font-size: 14px;
    margin: 0;
}


/* ==========================================
   CONTENT
========================================== */

.cookie-policy-section {
    max-width: 900px;
    margin: 0 auto 42px;
}

    .cookie-policy-section h2 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 18px;
        color: #222;
    }

    .cookie-policy-section h3 {
        font-size: 19px;
        font-weight: 700;
        margin-bottom: 12px;
        color: #292929;
    }

    .cookie-policy-section p {
        font-size: 15px;
        line-height: 1.75;
        color: #555;
        margin-bottom: 16px;
    }

    .cookie-policy-section ul {
        padding-left: 25px;
        margin-bottom: 18px;
    }

    .cookie-policy-section li {
        font-size: 15px;
        line-height: 1.75;
        color: #555;
        margin-bottom: 8px;
    }

    .cookie-policy-section a {
        color: #1dccab;
        text-decoration: none;
        font-weight: 600;
    }

        .cookie-policy-section a:hover {
            text-decoration: underline;
        }


/* ==========================================
   COOKIE TYPE CARD
========================================== */

.cookie-type-card {
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    padding: 22px;
    margin-bottom: 18px;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.04);
}

    .cookie-type-card p {
        margin-bottom: 10px;
    }

.cookie-status {
    display: inline-block;
    margin-top: 8px;
    padding: 5px 12px;
    border-radius: 20px;
    background: #eee;
    color: #555;
    font-size: 12px;
    font-weight: 600;
}

    .cookie-status.optional {
        background: #f0ebff;
        color: #236891;
    }


/* ==========================================
   CONTACT
========================================== */

.contact-box {
    margin-top: 20px;
    padding: 20px;
    border-radius: 12px;
    background: #f7f7f9;
    font-size: 15px;
    line-height: 1.8;
}


/* ==========================================
   COOKIE SETTINGS
========================================== */

.cookie-policy-settings {
    max-width: 900px;
    margin: 50px auto 0;
    padding-top: 30px;
    border-top: 1px solid #eee;
    text-align: center;
}

    .cookie-policy-settings .btn-primary {
        background: #1dccab;
        border-color: #1dccab;
        padding: 11px 25px;
        border-radius: 9px;
        font-weight: 600;
    }

        .cookie-policy-settings .btn-primary:hover {
            background: #1dccab;
            border-color: #1dccab;
        }


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .cookie-policy-page {
        padding: 45px 0 60px;
    }

    .cookie-policy-header h1 {
        font-size: 32px;
    }

    .cookie-policy-section h2 {
        font-size: 22px;
    }

    .cookie-policy-section p,
    .cookie-policy-section li {
        font-size: 14px;
    }

    .cookie-type-card {
        padding: 18px;
    }
}