.news-box h3 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 16px;
    font-style: normal;
    margin-top: 30px;
}
.news-box p {
    text-align: justify;
    margin-bottom: 30px;
}
.news-box {
    margin-top: 20px;
}
.news-box img {
    width: 100%;
}
.gallery-container{
    margin-top: 20px;
}
.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}
 
/* Override bootstrap column paddings */
 
.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}
 
 

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}


.news-section{
    background: #f9f9f9;
}



.download-list li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}
.download-list  i.fa.fa-file-pdf-o {
    color: #ffb627;
    margin-right: 10px;
}
.download-list li a {
    color: #000;
}
.download-list li a:hover {
    color: #ffb627;
}