a.navbar-brand{ z-index: 999 !important;}

.logos2 .slide{
    padding: 0px 15px 10px;
}

.logos2 .slide img{
    filter: none;
    -webkit-filter: grayscale(100%);
    opacity: .8;
    -webkit-transition : all 0.5s ease-out;
    -moz-transition : all 0.5s ease-out;
    -o-transition :all 0.5s ease-out;
    transition : all 0.5s ease-out;
}
.logos2 .slide:hover img{
    filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

.pad0{
    padding: 0 !important;
}
.martb{
    margin-top:10px !important; margin-bottom: 10px !important;
}

.sh{
    /*background: rgba(255, 255, 255, .9);*/
    background: rgba(51, 51, 51, .9) !important;

    -webkit-box-shadow: 0px 1px 5px 0px rgba(146,146,146,1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(146,146,146,1);
    box-shadow: 0px 1px 5px 0px rgba(146,146,146,1);

    -webkit-transition : all 0.5s ease-out;
    -moz-transition : all 0.5s ease-out;
    -o-transition :all 0.5s ease-out;
    transition : all 0.5s ease-out;

}


/*=====================================================*/

.fixed-top {

    z-index: 5 !important;
}

.dropbtn {
    background-color: #029447;
    color: #F3F3F3;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

/* The container <div> - needed to position the dropdown content */
.dropdown2 {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: rgba(255,255,255, .9);
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 14px;
}

/* Links inside the dropdown */
.dropdown-content2 a {
    color: #029447 !important;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content2 a:hover {background-color: #029447; color: #F3F3F3 !important;}

/* Show the dropdown menu on hover */
.dropdown2:hover .dropdown-content2 {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown2:hover .dropbtn {
    background-color: #029447;
}


.desktop-view1{
    margin-top: 2rem;
}


.fixed-top {

    top: 64px !important;

}

.desktop-view{
    margin-top: 2rem;
}

/*===========  home 1 =======================================*/

