.EnteteNavigStyle {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 15px #0455735d;
            box-shadow: 0px 3px 15px #0455735d;
}
.SoluStyle {
    background-color: #045573;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#031657), color-stop(94%, #045573));
    background-image: linear-gradient(0deg, #031657 0%, #045573 94%)}
.HeaderStyle {
    min-height: 380px;
    background-image: linear-gradient(142deg, rgba(0, 46, 61, 0.89) 8%, rgba(2, 142, 194, 0.78) 55%, rgba(0, 43, 27, 0.87) 92%)}
.CatHeaderStyle {
    height: 400px;
    /* z-index: 2 */background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover}
.style1 {}
.style2 {
}
.ContactHeaderStyle {
    background-image: url("../assets/images/header/banner/contact-header.jpg");
    height: 300px;
    background-size: cover;
    background-position: 50%}
.DarkHeaderStyle {
    position: relative;
    height: 300px;
    background-image: linear-gradient(142deg, black 12%, rgba(23, 117, 57, 0.62) 78%, #85662e 100%)}
.TerangaStyle {
    color: #8ed8c9}
.TerangaStyle:hover {
    color: #fff
}
.dropdown-style {}
.style3 {
    position: absolute;
    bottom: -1px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #fff), color-stop(98%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(0deg, #fff 20%, rgba(255, 255, 255, 0) 98%);
}
.rubStyle {
    color: #fff;
    background-color: #0e4b7a;
    padding: 4px 6px 4px 5px;
    font-weight: bold;
    text-decoration: none;}
.rubStyle:hover {
    color: #fff;
    text-decoration: none;
    background-color: #055e41;
}
.UneStyle {
    color: #084b87;
    text-decoration: none;
}
.UneStyle:hover {
    color: #046e3f;
    font-weight: bold;
    text-decoration: none;
}