.pt-sans-regular {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.pt-sans-bold {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.pt-sans-regular-italic {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.pt-sans-bold-italic {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
}

:root {
    --custom-blue: #1b3556;
    --custom-lightblue: #3a71ba;
    --custom-cream: #cfb193;
}

* {
    font-family: "PT Sans", sans-serif;
}

/* custom checkbox */
.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 input:checked ~ span {
    background-color: var(--custom-blue);
}

.custom-checkbox span::after {
    display: none;
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    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;
}
/* end of custom checkbox */

/* navbar */
button.nav-link {
    background-color: transparent;
    border: none;
    outline: none;
}

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);
}
/* end of navbar */

/* static content */
.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
    font-family: "Opensans 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: 0.6em;
    padding-left: 45px;
    display: inline-block;
}

.static-content li::before {
    content: "";
    background-color: var(--custom-blue);
    border-radius: 5px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
}
/* end of static content */

/* base stuff */
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;
}

.navbar-nav .dropdown-toggle::after,
.hidden {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.navbar-toggler {
    border-color: #8d9aab;
}

form small {
    text-align: left !important;
    color: #f00;
}

a:focus,
a:hover,
a:focus *,
a:hover *{
    text-decoration: none !important;
    color: currentColor;
}
/* end of base stuff*/

/* popup */
.popup-modal {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
    /*height: 400px;*/
    height: fit-content;
    max-width: 95%;
    max-height: 95%;
    z-index: 1010;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.35);
    padding: 1.2em 1em;
    overflow: scroll;
}

/*.popup-modal .popup-content {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    padding: 1.2em 1em;*/
/*}*/

.popup-modal #closePopup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1em 0.3em;
    cursor: pointer;
    font-size: 25px;
    z-index: 100;
}
/* end of popup */

.navbar-nav .active-link {
    color: #05b2ff;
}

a,
body {
    font-family: "OpenSans Regular";
    color: #2b2b2b;
}

a:hover {
    text-decoration: none;
    color: #2b2b2b;
}

.carousel-item {
    height: 820px;
}

.carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    bottom: 0px;
    top: 0px;
    width: 1230px;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
}

.carousel-slide-name {
    font-size: 48px;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0px;    
    font-weight: 700;
    text-align: left;
}

.carousel-text-1 {
    font-size: 20px;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0px;    
    font-weight: 400;
    text-align: left;
    margin-top: 21px;
    margin-bottom: 40px;
}

.standard-btn {
    background-color: #049E9E;
    border-radius: 27px;
    min-height: 61px;
    min-width: 234px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    border: 1px solid #049E9E;
}

.standard-btn:hover,
.standard-btn:focus {
    background-color: #fff;
    border: 1px solid #049E9E;
    color: #049E9E;
    text-decoration: none;
}

.carousel-indicators li {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 0px;
    margin-right: 20px;
}

.home-hero-fluid {
    margin-top: -116px;
}

header {
    position: relative;
    z-index: 1000;
}

header .container {
    border-bottom: 1px solid #ffffff40;
}

.nav-link {
    color: #fff;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    margin-right: 25px;
}

.nav-link:hover,
.nav-link:hover * {
    color: #049E9E;
    text-decoration: none;
}

.navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* Language flags dropdown */
.language-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin-right: 25px;
}

.language-dropdown .lang-toggle {
    background: transparent;
    border: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    outline: 0px !important;
}

.language-dropdown .lang-flag {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

.language-dropdown .lang-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 54px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.12);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    padding: 1px;
    display: none;
    z-index: 10001;
}

.language-dropdown.is-open .lang-panel {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.language-dropdown .lang-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 4px;
}

.language-dropdown .lang-option:hover {
    background: rgba(0,0,0,0.06);
}

.indicators-trust-row.container {
    position: absolute;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    left: 0px;
    right: 0px;
    bottom: 54px;
    margin: 0 auto;
    border-top: 1px solid #ffffff40;
    z-index: 1000;
}

.indicators-trust-row.container  .carousel-indicators {
    position: initial;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
}

.trust-item img {
    max-width: 50px;
    max-height: 40px;
    object-fit: contain;
    margin-bottom: 25px;
}

.trust-item p {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

.standard-fluid-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.standard-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.about-us-img {
    height: 550px;
}

.standard-title {
    font-size: 40px;
    color: #161616;
    font-weight: 700;
}

.standard-title.smaller {
    font-size: 36px;
}

.standard-text {
    font-size: 18px;
    color: #161616;
    font-weight: 400;
    line-height: 1.3;
}

.one-serice-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
    background-color: #EBF2F2;
    border-radius: 10px;
    padding: 30px 15px 50px 15px;
    margin-bottom: 40px;
}

.one-serice-item:hover,
.one-serice-item:focus {
    background-color: #06A887;
    text-decoration: none;
}

.one-serice-item:hover *,
.one-serice-item:focus * {
    color: #fff;
    text-decoration: none;
}

.service-icon-box {
    width: 96px;
    height: 96px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #161616;
}

.service-short-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #161616;
}

.image-box {
    position: relative;
    display: flex;
}

.image-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.image-box .date-box {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: rgba(246, 248, 255, 1);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    border-radius: 10px;
    width: 107px;
    height: 107px;
    box-shadow: 2px 4px 4px 0 rgba(56, 79, 151, 0.2);
}

.image-box .date-box span {
    font-size: 40px;
    font-weight: 700;
    color: rgba(22, 22, 22, 1)
}

.blog-list-title {
    font-size: 24px;
    color: #161616;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    min-height: 90px;
    line-height: 1.2;
    overflow: hidden;
    font-weight: 700;
}

.blog-list-title:hover,
.blog-list-title:focus {
    color: #06A887;
    text-decoration: none;
}

.blog-list-short-desc   {
    font-size: 18px;
    color: #161616;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0px;
}