@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('/core/bootstrap/5/css/bootstrap.min.css?v=443189466');
@import url('/core/fonts/glyphicons/glyphicons.min.css?v=443189466');
@import url('/core/css/global.min.css?v=443189466');

body {
    font-family: 'Montserrat', sans-serif;

}

@media (min-width: 768px) {
}

@media (min-width: 1200px) {
}

.blue {
    color: rgb(19, 27, 106);
}

.green {
    color: rgb(66, 112, 45);
}

h1, h2 {
    font-weight: bold;
    line-height: 1.1;
}

h1 {
    text-transform: uppercase;
}

h1.underline {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 5px solid rgb(66, 112, 45);

}

h2 {
    color: rgb(66, 112, 45);
}

a, a:hover, a:focus, a:active {
    color: inherit;
}

ul li::marker {
    color: rgb(66, 112, 45);
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.container-hero {
    position: relative;
    margin-bottom: 3em;
}

.container-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.container-hero img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.container-hero.bg-img {
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.container-hero .overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 2em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.container-hero .overlay * {
    color: #ffffff !important;
}

.our-clients img {
    display: block;
    height: 100px;
    width: auto;
    margin: 0 auto;

}

.our-clients div div:first-child img {
    height: 80px;
    margin-bottom: 20px;
    width: auto;


}

.img-magnify > span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(19, 27, 106, 0.7);
    padding: 1em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none !important;
}

.link-content {
    position: absolute;
    font-size: 2em;
    z-index: 120;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    background: rgb(19, 27, 106, 0.7);
    color: #ffffff;
    padding: 0.25em;
    text-decoration: none !important;
    border-radius: 100%;
    transition: bottom 0.2s ease-in-out;
}

.link-content .glyphicon {
    position: relative;
    top: -0.1em;

}

.link-content:hover {
    color: #ffffff;
    text-decoration: none;
    bottom: 0.9em;
}

a.anchor {
    position: relative;
    display: block;
    top: -100px;
    visibility: hidden;
}

.orange-bg {
    background: rgb(66, 112, 45, 0.2);
}


