@charset "utf-8";
/* CSS Document */

@media only screen and (min-width : 1200px) {

    .container {
        max-width: 1400px;
    }

}

.signup {
    margin-right: 25px;
    margin-bottom: 25px;
    height: 40px;
}

.signup:hover {
    color: #016fbf;
    border-color: #016fbf;
    background-color: #fff;
}

.base {
    align-items: center;
}

.logo {
    width: 400px;
}

.login {
    background-color: #00893D;
    color: #fff;
    text-align: center;
    height: 40px;

}

.login:hover {
    background-color: #016fbf;
    color: #fff;
    text-align: center;
    border-color: #016fbf;
}

.Link-menu {
    background-color: #016FBF;
    color: #fff;

    height: 75px;
}

.card {
    min-width: 300px;
    margin-top: 20px;
}

.card-btn {
    background-color: #00893d;
    border: 0px;
}

.card-btn:hover {
    background-color: #016fbf;
}

h2 {
    text-align: center;
    font-style: italic;
    color: #016fbf;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.05rem;

}

h3 {}

a:active {
    color: #016FBF;
}

.no-style {}

.no-style:hover {
    text-decoration: none;
}

.margin-top {
    margin-top: 50px;
}

h5 {
    font-weight: 600;

}

.signup:hover {
    color: #fff;
    background-color: #016FBF;
}

.nav-link {
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}

.nav-link:hover {
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}

.hero-btn {
    color: #fff;
    background-color: #00893d;
    border: 0px;

}

.hero-btn:hover {
    color: #016fbf;
    background-color: #fff;
    border-color: #fff;

}

.contact-us {
    margin: 20px;
    color: #666;
    border-color: #666;
}

.contact-us:hover {
    color: #fff;
    background-color: #333;
}

.footer {
    background-color: #016FBF;

}

.grow {

    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
}

.grow::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;

}

.grow:hover {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    text-decoration: none;
}

.grow:hover::after {
    opacity: 1;
}


.icon-links {
    text-decoration: none;
    color: #666;
    text-align: center;
    border-radius: 5px;

    border-radius: 5px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
}

.icon-links::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.01);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;

}

.icon-links:hover {
    color: #00893d;
    -webkit-transform: scale(1, 1);
    transform: scale(1.25, 1.25);
    text-decoration: none;
    cursor: pointer;
    z-index: 50;

}

.icon-links:hover::after {
    opacity: 1;
}



.modal-dialog {
    max-width: 80%;
    margin: 30px auto;
}



.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.sliding-popup-bottom {
    background-color: #01528C;
    background-color: rgba(1, 82, 140, .95);
    bottom: 0px;
    color: #fff;
    left: 0;
    line-height: 1.3;
    position: fixed;
    right: 0;
    z-index: 99999;
    min-height: 80px;
    margin-bottom: 0px;
}

.agree-button {
    background: #00893D;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    margin: 0 .5em .5em 0;
    padding: .4em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    *overflow: visible;
}

@media (min-width: 600px) .eu-cookie-compliance-banner .popup-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container-small {
    max-width: 1000px;
    margin: auto;
}
