:root {
    --custom-blue: #212F38;
    --custom-lightblue: #3a71ba;
    --custom-cream: #cfb193;
}

/* 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: 'Ubuntu', sans-serif;
    font-weight: 600;
    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: 'Ubuntu', sans-serif;
    color: #2b2b2b;
}

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

.navbar-expand-lg {
    height: 94px;
}

header {
    background-color: var(--custom-blue);
    color: #fff;
}

.navbar-brand {
    width: 300px;
}

.nav-link {
    font-family: 'Ubuntu', sans-serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #E3E3E3 !important;
    margin-left: 25px;
}

.heroextraimg {
    display: none;
}

.need-white-bg::after {
    content: "";
    left: 0px;
    top: 0px;
    bottom: 0px;width: 100%;
    display: block;
    position: absolute;
    background: rgb(227,227,227);
    background: linear-gradient(90deg, #E3E3E3 8%, rgba(227, 227, 227, 0.98) 25.35%, rgba(227, 227, 227, 0) 79.4%);

}

.absolute-row {
    right: 0px;
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
    left: 0px;
}

.carousel-item > img {
    height: 900px;
    object-fit: cover;
    width: 100%;
}

.hero-content {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding-top: 5em;
    height: 900px;

    background-image: url('../images/slider-bg.png');
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    padding-left: 3em;
}

.hero-title {
    font-family: 'Ubuntu', sans-serif;
    line-height: 1;
    font-size: 58px;
    font-weight: 700;
    letter-spacing: 0em;
    color: #122D3F;
}

.static-content {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    color: #122D3F;
}

.button-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 7em;
}

.standard-btn {
    background-color: #122D3F;
    border-radius: 30px;
    min-height: 52px;
    display: flex;
    width: fit-content;
    align-items: center;
    padding: 0px 35px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0em;
    color: #E3E3E3 !important;
    border: 2px solid transparent;
}

.standard-btn.inv-btn {
    background-color: transparent;
    color: #122D3F !important;
    border: 2px solid #122D3F;
}

.button-row .inv-btn {
    margin-left: 15px;
}

.home-hero-fluid {
    background: rgb(227,227,227);
}

.reference-fluid,
.about-us-fluid {
    background-color: #212f38;
    padding-top: 6em;
    padding-bottom: 6em;
}

.text-white {
    color: #E2E2E2 !important;
}

.small-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #6696D2;
}

.standard-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1;
    color: #E2E2E2;
    padding-bottom: 15px;
}

.gray-btn {
    background-color: #E2E2E2;
    color: #122D3F !important;
}

.contact-fluid,
.why-us-fluid,
.service-fluid {
    background-color: #e2e2e2;
    padding-top: 5em;
    padding-bottom: 5em;
}

body {
    background-color: #e2e2e2;
}

.blue-text {
    color: #212F38;
}

.one-service-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-top: 5em;
}

.service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    background-color: #212F38;
    margin-bottom: 25px;
}

.service-icon img {
    max-width: 80%;
    max-height: 80%;
}

.service-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: center;
    color: #122D3F;
}

.one-service-block .static-content {
    font-size: 18px;
    color: #122D3F;
    text-align: center;
    padding-top: 1em;
    line-height: 1.1;
}

.home-ref-img {
    height: 241px;
    width: 100%;
    object-fit: cover;
}

.why-us-oneBlock {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    position: relative;
}

.why-us-oneBlock-content {
    box-shadow: 10px 10px 10px 0px #00000040;
    border-radius: 20px;
    background: linear-gradient(179.93deg, #E2E2E2 34.21%, rgba(226, 226, 226, 0) 99.94%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 2.5em;
    width: 80%;
    z-index: 100;
    height: 400px;
    position: relative;
}

.why-us-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0em;
    color: #212F38;
    line-height: 1;
}

.why-us-oneBlock-content .static-content {
    font-size: 20px;
    color: #212F38;
    padding-top: 15px;
}

.why-us-oneBlock-nr {
    position: absolute;
    left: -36px;
    top: 67px;
    font-family: Ubuntu;
    font-size: 383px;
    font-weight: 700;
    line-height: .7;
    letter-spacing: 0em;
    text-align: left;
    color: #212F3896;
}

.home-contact-blue {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 3em;
    border-radius: 20px;
    background-color: #122D3F;
}

.standard-title.smaller {
    font-size: 40px;
    text-align: left;
}

.home-contact-blue .static-content {
    font-size: 22px;
    font-weight: 300;
}

.contacts-row img {
    width: 35px;
    margin-right: 25px;
    margin-left: 15px;
}

.contacts-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: justified;
    color: #E2E2E2 !important;
}

.cw-control {
    border: 2px solid #122D3F;
    background-color: transparent;
    min-height: 60px;
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0em;
    color: #212F38;
    border-radius: 3px;
}

.cw-control::-ms-input-placeholder { /* Edge 12-18 */
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0em;
    color: #212F3896;
}

.cw-control::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0em;
    color: #212F3896;
}

.static-content a {
    font-weight: 600;
}

footer {
    padding-top: 5em;
    padding-bottom: .5em;
    background-color: #122D3F;
}

.footer-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #E2E2E2 !important;
}


.footer-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0em;
    padding-bottom: 0.5em;
    text-align: center;
    color: #E2E2E2;
}

.footer-contacts {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 19px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #E2E2E2 !important;
}

.footer-contacts span {
    font-weight: 600;
    width: 190px;
}

.dekstop-right {
    text-align: right;
}

.bottom-infos {
    padding-top: 6em;
}

.copyright {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #E2E2E2 !important;
}

.extra-top-p {
    padding-top: 3em;
}

.extra-top-sec {
    padding-top: 3em;
}

.subheader-fluid {
    background-image: url('../images/subheader-img.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subheader-fluid .row {
    height: 484px;
    align-items: center;
    background-image: url('../images/subheader-bg.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
}

.subheader-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0em;
    padding-left: 1.5em;
    color: #122D3F;
}

.gallery-content {
    font-family: 'Ubuntu', sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
}

.gallery-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.gallery-item img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}

.gallery-item {
    position: relative;
    display: flex;
}

.gallery-item .hover-overlay span {
    font-family: 'Ubuntu', sans-serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}

.gallery-item .hover-overlay {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    display: flex;
    left: 0px;
}

.gallery-img-block {
    margin-bottom: 2em;
}

.gallery-img-block img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}

.general-padding {
    padding-bottom: 6em;
}

.container-p {
    padding-top: 5em;
}

.contact-subpage.footer-contacts {
    color: #122D3F !important;
    flex-direction: column;
    width: fit-content;
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 2.5em;
    text-align: center;
}

.contact-subpage.footer-contacts span {
    width: 100%;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #122D3F;
    text-transform: uppercase;
}

.contactsblock {
    padding-top: 5em;
}
/*EOF*/