html,
body {
    height: 100%;
}
body{
    font-family:san-serif, serif;
}
.top-nav-collapse {
    background-color: #3E4551;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #4285F4;
    }
}

.scrolling-navbar {
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}
@media (max-width: 776px) {
    .slider-wrapper{
        margin-top: 57px;
    }
}

.flex-center {
    color: #fff;
}
.navbar .btn-group .dropdown-menu a:hover {
    color: #000 !important;
}
.navbar .btn-group .dropdown-menu a:active {
    color: #fff !important;
}

.md-form .prefix~input, .md-form .prefix~textarea {
    margin-right: 3rem !important;
    margin-left: 0 !important;
    color: #ccc;
}
.md-form .prefix~label {
    margin-right: 3rem !important;
    margin-left: 0 !important;
}
.md-form label {
    right: 0;
    left: auto;
}
.ltr{
    direction: ltr;
}
.card .btn-action {
    margin: -23px auto -23px 20px !important;
}
.img-fluid{
    width: 100% !important;
}
.dir-right{
    direction: rtl;
}
.list-unstyled{
    padding-right: 0;
}
.indigo-skin {
    background-color: #3d466d !important;
}
.overimg img{
    width: 100%;
    background-color: rgb(0, 0, 0)
}
.overimg p{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    color: #232323;
    font-size: 12px;
    text-align: center;
}
.changelan{
    opacity: 0.3;
    margin-left:5px;
    margin-bottom:5px;
    -webkit-transition: all .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: all .5s ease-in-out, padding .5s ease-in-out;
    transition: all .5s ease-in-out, padding .5s ease-in-out;
}
.changelan:hover{
    opacity: 0.8;
}
.currentlan{
    opacity: 1;
}