body, html{
    color: #000 !important;
}
.pager-section{
    padding: 50px 0 60px;
}
.page-content{
    padding: 70px 0;
}
footer{
    padding: 60px 0 10px;
}
footer .top-footer{
    padding-bottom: 25px;
}
.logo img{
    height: 100px;
}
.logo span{
    color:#000;
    font-weight: 600;
}

.about-us-section{
    padding: 50px 0 60px;
}

.full-wdth h3{
    color: #000;
    font-weight: 600;
}

.full-wdth p{
    text-align: justify;
}
footer .widget-about>img{
    height: 150px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .main-section .main-title{
        font-size:100px
}
.logo a{
    width: 300px;
    display:block;
}
}