﻿.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}

.position-relative {
    position: relative !important;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

.align-items-center {
    align-items: center !important;
}

.w-100 {
    width: 100% !important;
}

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img, svg {
    vertical-align: middle;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

element.style {
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.carousel-control-next, .carousel-control-prev {
    background-color: #fff !important;
    border-radius: 50%;
    bottom: 27px;
    height: 32px;
    left: 22px;
    opacity: 1;
    right: auto;
    top: auto;
    width: 32px;
}

.carousel-control-next, .carousel-control-prev {
    background-color: #fff !important;
    border-radius: 50%;
    bottom: 27px;
    height: 32px;
    left: 22px;
    opacity: 1;
    right: auto;
    top: auto;
    width: 32px;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, select {
    text-transform: none;
}

button {
    border-radius: 2px;
    font-family: Arial;
    font-weight: 600;
    font-size: 18px;
    border-color: #0B7F99;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    background-color: #0B7F99;
    color: #FFFFFF;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: right;
    }
}


.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}
.position-relative {
    position: relative !important;
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
.align-items-center {
    align-items: center !important;
}
.w-100 {
    width: 100% !important;
}
.d-flex {
    display: flex !important;
}
.justify-content-center {
    justify-content: center !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}
img, svg {
    vertical-align: middle;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

element.style {
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.carousel-control-next, .carousel-control-prev {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    bottom: 27px;
    height: 32px;
    left: 22px;
    opacity: 1;
    right: auto;
    top: auto;
    width: 32px;
}

.carousel-control-next, .carousel-control-prev {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    bottom: 27px;
    height: 32px;
    left: 22px;
    opacity: 1;
    right: auto;
    top: auto;
    width: 32px;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, select {
    text-transform: none;
}
button {
    border-radius: 2px;
    font-family: Arial;
    font-weight: 600;
    font-size: 18px;
    border-color: #0B7F99;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    background-color: #0B7F99;
    color: #FFFFFF;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
@media (min-width: 992px){
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: right;
    }
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
@media (min-width: 992px) {
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.btn-group-lg > .btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.text-dark {
    color: #212529 !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
}
@media (min-width: 1200px){
    .fs-2 {
        font-size: 2rem !important;
    }
}
.fs-2 {
    font-size: calc(1.325rem + .9vw) !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
@media (min-width: 992px){
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}
@media (min-width: 992px) {
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
}
.text-secondary {
    color: #6c757d !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
@media (min-width: 992px) {
    .mb-lg-4 {
        margin-bottom: 2.5rem !important;
    }
}
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 2.25rem;
    border-radius: 0.3rem;
}
p {
    margin: 0 0 10.5px;
    margin-top: 0;
    margin-bottom: 1rem;
}
.ms-3 {
    margin-left: 1rem !important;
}
.rounded-10 {
    border-radius: 1rem !important;
}
.bg-light {
    background-color: rgba(17, 45, 59, 0.05) !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
p, .p, .page_section p, .section-diagonal-left p, .section-diagonal-right p, footer .footer-bottom p {
    /* font-family: Arial; */
    /* font-weight: 400; */
     font-size: 17px; 
    /* color: #737778; */
}
.lh-1 {
    line-height: 1 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.navbar {
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%) !important;
    position: relative;
    min-height: 90px;
    margin-bottom: 21px;
    /* margin-top: 1rem; */
    border: 1px solid transparent;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
    margin-top: 2rem;
}
@media (min-width: 768px) {
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

.text-white {
    color: #fff !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.text-center {
    text-align: center !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 768px) {
    .d-md-flex {
        display: flex !important;
    }
}
@media (min-width: 768px) {
    .ps-md-3 {
        padding-left: 1rem !important;
    }
}

@media (min-width: 768px){
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.w-100 {
    width: 100% !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
img, svg {
    vertical-align: middle;
}
@media (min-width: 576px) {
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
}

img, svg {
    vertical-align: middle;
}
@media (min-width: 576px){
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
}
@media (min-width: 576px) {
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 768px) {
    .pe-md-3 {
        padding-right: 1rem !important;
    }
}