.text p, .text ul, .text ol
{
    margin-bottom: 15px;
}

.text ul, .text ol
{
    list-style-type: inherit;
    margin: 15px 0 15px 30px;
    
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    color: #848484;
    line-height: 26px;
    font-weight: 300;
}

.main-logo 
{
    margin: 20px 0 21px;
}

.content-wrapper ul
{
    list-style-type: square;
}

.content-wrapper ol
{
    list-style-type: decimal;
}

.content-wrapper ul,
.content-wrapper ol
{
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    color: #848484;
    line-height: 26px;
    font-weight: 300;
    margin-left: 30px;
}

.inner-banner .box 
{
    height: 150px;
}

.theme_menu .right-column {
    width: 200px;
}

@media(max-width: 992px)
{
    .theme_menu .right-column 
    {
        width: 100%;
    }
}

.inner-banner h1 
{
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

h2.page-title
{
    margin-bottom: 15px;
}

.blog-section .img-box
{
    margin-bottom: 15px;
}

.home-google-map #contact-google-map {
    width: 100%;
    height: 300px;
}