:root {
    --theme-primary-color: #003447;
    --theme-second-color: #31A4DD;
    --text-default-color: #000;
}

html {
    font-size: 16px;
}

body {
    font-size: 1rem;
    font-family: 'proxima-nova', sans-serif;
    line-height: 1.5;
    color: var(--text-default-color);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.2;
    color: var(--theme-second-color);
    text-transform: uppercase;
}

b,
strong {
    font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
}

p:last-child {
    margin-block-end: 0;
}

.container-inline-start>.e-con-inner {
    margin-inline-start: 0;
}

.container-inline-end>.e-con-inner {
    margin-inline-end: 0;
}

.flex-1 {
    flex: 1;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.project-info strong {
    font-weight: 600;
    color: var(--theme-second-color);
}

.sticky-header.bg-dark-blur {
    background-color: rgb(0, 0, 0, .3);
}

/*  */

.gform_wrapper input[type=date],
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=search],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper select,
.gform_wrapper textarea {
    font-size: clamp(16px, 1.8vw, 18px);
    font-weight: 300;
    line-height: 1.55;
    padding: 0 0 12px 0;
    color: var(--theme-primary-color);
    border: none;
    border-block-end: 1px solid;
    border-color: var(--theme-second-color);
    box-shadow: none;
    outline: none;
    border-radius: 0;
}
.form-light .gform_wrapper input {
    background-color: transparent;
    color: white;
    border-color: white;
}
.gform-theme--foundation .gform_fields {
    row-gap: 14px;
}

.gform_wrapper .gform-footer {
    justify-content: flex-end;
}

.gform_wrapper .gform-footer input[type="submit"] {
    font-size: clamp(16px, 1.8vw, 18px) !important;
    font-weight: bold !important;
    padding: 12px 35px !important;
    border-radius: 50px !important;
    color: #fff !important;
    background-color: var(--theme-second-color) !important;

}

.gform_wrapper .gform-footer input[type="submit"]:hover {
    color: var(--theme-primary-color);
}

.personal-show-more,
.personal-show-less {
    cursor: pointer;
}

.personal-profile:not(.expanded) .personal-description,
.personal-profile.expanded .personal-show-more,
.personal-profile:not(.expanded) .personal-show-less {
    display: none;
}

@media screen and (min-width: 768px) {
    .link-btn-style a {
        font-size: clamp(16px, 1.8vw, 18px) !important;
        font-weight: bold !important;
        padding: 12px 35px !important;
        border-radius: 50px !important;
        color: #fff !important;
        background-color: var(--theme-second-color) !important;
        text-transform: unset !important;
    }

    .link-btn-style a:hover {
        color: var(--theme-primary-color) !important;
    }
}
