
.widget-nav ul li a.active {
    background: #2F353B;
    color: #ffffff;
}

.widget-nav ul li:last-child a {
    border-bottom: 0px solid rgba(0,0,0,0.15);
}

.widget-nav ul li:first-child a {
    border-top: 0px solid rgba(255,255,255,0.15);
}


.widget-nav ul li a {
    display: block;
    padding: 13px 10px;
    transition: background 0.3s;
}

.widget-nav {
    overflow: hidden;
    margin-bottom: 20px;
}

.widget-nav ul {list-style-type: none;background-color:#41729E !important;}
.widget-nav li {list-style-type: none;}
.widget-nav ul li a{transition:background 0.3s; color: white;}
.widget-nav ul li a:hover{text-decoration: none;color: white; background-color:#3e6a92;}
.main-active{
    background: #2F353B;
}

.widget-nav ul li .main-active:hover{
    background: #2F353B;
}

.councelor-header{
    color: #00529B;
    text-align: center;
    padding-top:15px;
    margin-bottom: 0;
    font-size: 17px;
}

.vaziyet-ad {
    color: white;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 35%;
}

.vaziyet-ad:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 25%;
    border-bottom: 1px solid #fff;
}

.shade {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.shade:hover{
    transition: 0.4s;
    background: none;
}

.gallery-header {
    background-color: #41729E;
    color: #fff;
    padding: 10px 15px;
}

.headerofvideo{
    position: absolute;
    bottom: 10px;
    padding-left: 10px; 
    color: #fff;
    font-size: 18px;
}

/*-------------------Gallery-------------------------*/
.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33.333333333%;
    -moz-column-width: 33.333333333%;
    column-width: 33.333333333%; 

    -webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;
}
.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; 
}

.gallery .pics img{
    min-width: 100%;
}

@media (max-width: 992px) {
    .gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

.pics a img:hover {
    -webkit-filter: brightness(40%); /* Safari */
    filter: brightness(40%);
}

.news-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 15px;
}

.news-card h4 {
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0  0px 20px;
}

.news-card p {
    padding: 0px 20px 7px 20px;
    font-size: 15px;
}

.read-more {
    margin: 0 20px 20px 0;
}

.info-card {
    padding: 30px;
    text-align: center;
}

.info-card h5 {
    font-weight: 600;
    font-size: 18px;
}

.news-header {
    font-size: 15px;
    font-weight: 550;
    margin-top: 15px;
}

.small-time {
    font-size: 14px;
    color: #595959;
    font-family:Tahoma, Geneva, sans-serif;
}

.login-container {
    background: #2575fc;
    background: -webkit-linear-gradient(left, #6a11cb, #2575fc);
    background: -o-linear-gradient(left, #6a11cb, #2575fc);
    background: -moz-linear-gradient(left, #6a11cb, #2575fc);
    background: linear-gradient(left, #6a11cb, #2575fc);
    min-width: 100%;
    min-height: 1000px;
    position: absolute;
}


.login-card {
    margin: 100px auto;
    width: 400px;
    padding: 30px 25px;
    background: white;
    border: 1px solid #c4c4c4;

}

@media (max-width: 900px) {
  .login-card {
    padding-left: 60px;
    padding-right: 60px;
}
}

@media (max-width: 576px) {
  .login-card {
    padding-left: 15px;
    padding-right: 15px;
    width: 300px;
}
}

.color-gray {
    color: #807f7f;
}

