body {
    font-family: 'Raleway', sans-serif;
}

a.navbar-brand {
    text-shadow: 1px 1px 2px #000;
    font-weight: 600;
}

a.nav-link.text-white {
    text-shadow: 1px 1px 2px #000;
    font-weight: 600;
}

.banner-image {
    background-image: url("/img/home/bg_home.jpg");
    background-size: cover;
}

.bg-nav {
    background-color: #89A831;
}

.btn-p-details{
    background-color: #004058;
    color: #fff;
    font-weight: 700;
}
.btn-p-details:hover{
    background-color: #014b66;
    color: #fff;
    font-weight: 700;
}

.btn-p-datasheet{
    background-color: #198341;
    color: #fff;
    font-weight: 700;
}
.btn-p-datasheet:hover{
    background-color: #1e9b4e;
    color: #fff;
    font-weight: 700;
}

.btn-p-omri{
    background-color: #8EC623;
    color: #fff;
    font-weight: 700;
}
.btn-p-omri:hover{
    background-color: #a0e028;
    color: #fff;
    font-weight: 700;
}

.contact-hero {
    background-color: #89A831;
    min-height: 100vh;
    width: 100%;
}

.contact-lineBtm {
    border-bottom: 4px solid #89A831;
    padding-bottom: 5px;
    width: 250px;
}

.home-padFix {
    padding: 70px 40px 70px 40px;
    background: rgb(255, 255, 255, 0.5);
}

.hero {
    min-height: 90vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-footer {
    background-color: #89A831;
    min-height: 10vh;
}

.home-bt {
    font-size: 3rem;
}

.home-card-body {
    margin-top: 35px;
    font-size: 1.25rem;
}

.home-vm {
    color: #89A831;
    font-weight: 700;
    font-size: 3.25rem;
}

.home-vmb {
    font-size: 1.25rem;
    font-weight: 300;
}

.lineBtm {
    border-bottom: 4px solid #89A831;
    padding-bottom: 5px;
    width: 190px;
}

.logo-nav {
    height: 45px;
}

.products-hero {
    background-color: #e5e7eb;
    min-height: 100vh;
    width: 100%;
}

.research-card-title {
    padding-left: 40px;
    position: absolute;
}

.research-hero {
    background-color: #E9E9D1;
    min-height: 100vh;
}

.research-img-sm {
    height: 400px;
    margin-top: 90px;
}

.research-img-lg {
    height: 470px;
    margin-left: -150px;
}

.square{
    color: white;
    text-align: center;
    height: 75px;
    width: 85px;
    line-height: 65px;
    border-radius: 0;
}

.text-justify {
    text-align: justify;
}

.wtsaap .icon .fa {
    font-size: 1.55em;
}

.wtsaap .tel {
    font-weight: 700;
}

.wtsaap-btn {
    padding-left: 30px;
    padding-right: 30px;
    background: #25D366;
}

.wtsaap-btn span {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
}

.wtsaap-btn:hover {
    background: #25D366;
}

@media (max-width: 1025px) {
    .img-logo {
        height: 250px;
    }

}

@media (min-width: 768px) {
    .img-logo {
        height: 500px;
    }
}

@media (max-width: 1999px) {
    .research-card-body {
        background: rgba(136, 168, 49, 0.5);
        padding: 55px;
        font-size: 1.25rem;
    }
}

@media (min-width: 1200px) {
    .research-card-body {
        background: rgba(136, 168, 49, 0.5);
        padding: 20px 150px 20px 30px;
        margin-top: 25px;
        font-size: 1.25rem;
        min-height: 300px;
    }
}