.tp-contact-form_area.tp-contact-form_space {
    padding: 40px 0px;
}

.locationsFrame {
    padding: 40px 0px;
}

.tp-footer__logo a img {
    width: 80%;
}

.tp-header-3__logo a img {
    width: 161%!important;
    max-width: unset;
}

.tp-header-3__logo a {
    display: block;
}

.categorySingleGrid {
    text-align: center;
    padding: 25px 10px;
    margin: 15px 0px;
    box-shadow: 0px 0px 10px #ccc;
    background-color: #223b3b;
    border-radius: 15px;
}

.categorySingleGrid img{
    display: block;
    width: 100%;
}

.categorySingleGrid h3{
    font-size: 23px;
    margin: 0 0 10px;
    color: #fff;
    line-height: 32px;
}

.categorySingleGrid p{
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

.categroyMainDivContainer {
    padding: 40px 0px;
}

a.btnMore{
    display: block;
    background-color: #0c3c86;
    text-align: center;
    padding: 5px 0px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    transition-duration: 0.2s;
    width: 80%;
    border-radius: 5px;
    margin: 20px auto 0;
}

.servicerView h3 {
    margin: 0;
    line-height: 40px;
}

a.btnMore:hover{
    background-color: #444;
}

.servicerView {
    padding: 40px 0px;
}

.servicerView img{
    display: block;
    width: 50%;
}

.witr-blog-side-area.blog_sidebar {
    padding: 40px 0px;
}

.sideBarPost {
    background-color: #eee;
    padding: 15px;
    box-shadow: 0px 0px 4px #959595;
}

.homeNewsRightTopGrid {
    border: 1px solid #e3e3e3;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 10px #dfdfdf;
}

.homeNewsRightTopGrid a{
    display: block;
}

a.blogImgBox img{
    display: block;
    width: 100%;
}

.homeNewsRightTopGridInfo span {
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 10px 0px;
    color: #b5b5b5;
}

.homeNewsRightTopGrid h3{
    font-size: 20px;
    line-height: 25px;
    color: #0c3c86;
}

.homeNewsRightTopGrid p{
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}

.postBox {
    list-style-type: square;
    background-color: burlywood;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 5px;
}

.postBox a{
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.postBox span{
    font-size: 12px;
    display: block;
}

.blogAllView {
    padding: 40px 0px;
}

.tp-header-top-3__right-box.text-left li {
    color: #0c3c86;
    font-weight: bold;
}

.blogAllView img{
    display: block;
    margin: 15px 0px;
    width: 1000%;
}

.blogAllView h3{
    font-size: 26px;
    color: #444;
}

ul.sliderButtons {
    position: absolute;
    z-index: 9999;
    margin-top: -100px;
    left: 10%;
    display: none;
}

.tp-header-top-3__area.grey-bg {
    display: none;
}

ul.sliderButtons li{
    display: inline-block;
}

ul.sliderButtons li a{
    background-color: darkblue;
    color: #fff;
    padding: 15px 30px;
    margin-right: 15px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #fff;
    transition-duration: 0.3s;
}

.tp-header-top-3__left-box.text-center.text-md-start {
    float: right!important;
}

ul.sliderButtons li a:hover{
    background-color: #eba434;
}

.tp-about-3__main-thumb.p-relative img {
    display: block;
    width: 100%;
    max-width: unset;
}

nav.tp-main-menu-content ul {
    text-align: right;
}

.pageView p {
    text-align: justify;
    font-size: 16px;
    line-height: 25px!important;
}

.tp-footer__contact-list {
    padding-right: 15px;
}







@media (max-width: 767px){
    
    .servicerView img{
        width: 100%;
    }
    
    .tp-header-3__logo a img {
        width: 50%!important;
    }
    
    .overlayHeader h3 {
        line-height: 35px;
        font-size: 25px;
    }
    
    .servicerView h3 {
        line-height: 32px;
        font-size: 20px;
    }
    
}