@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,700;1,300;1,700&display=swap');

* {
    font-family: 'Mulish', sans-serif;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

a.nav-link {
    color: wheat;
    padding: 5px;
}

nav a,
.nav a,
nav a.active,
.nav a.active,
nav a:visited,
.nav a:visited {
    color: white !important;
    background-color: transparent !important;
}

nav a:hover {
    color: white !important;
    background-color: transparent !important;
    text-shadow: 0 0 1px white;
}

.services-block a,
.services-block a:visited {
    color: white !important;
}

.services-block a:hover {
    text-shadow: 0 0 1px white;
}

div.absolute {
    width: 100%;
    height: auto;
    background: #0000007a;
    bottom: 10px;
}

@media (min-width: 576px) {
    div.absolute-form {
        width: 100%;
        height: auto;
        background: #0000007a;
    }

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    div.absolute-form {
        width: 100%;
        height: auto;
        background: #0000007a;
        position: absolute;
        top: 150px;
    }

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}


.btn-black {
    color: #fff;
    background-color: #000000;
    border-color: #0000;
}

.btn-black:hover {
    background-color: #a4a4a4;

}

footer a {
    color: white !important;
    text-decoration: none;
}

.btn.disabled {
    opacity: 1 !important;
    background: gray !important;
}





.column::after {
    content: '';
    clear: both;
    display: block;
}

.column div {
    position: relative;
    float: left;
    padding: 0;
}

.column div:first-child {
    margin-left: 0;
}

.column div span {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    width: 300px;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}

figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

figure:hover+span {
    bottom: -36px;
    opacity: 1;
}

/* Shine */
.hover14 figure {
    position: relative;
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.border-golden {
    border-color: #FFD700 !important;
}

.bordered-img {
    border-radius: 15px;
    border: 5px solid #ffffff !important;
}