﻿
.list-type li a {
    color:#fff;

}

.list-type li a:hover {
    color:#000;

}

.list-footer{
    padding-left: 0;
    list-style: none;
}

.list-footer li {
    display:table;
    padding-bottom:10px;
   
}

.list-footer li span {
    display:table-cell;
    padding-left:10px;
   
}

.text-justify{
    text-align:justify
}

.btn1{
    border: 2px solid #1874c1;
    color: #1874c1;
    width: 100%;
    padding: 10px 30px;
    background: none;
    font-size: 15px;
    font-weight: normal;
}

    .btn1:hover {
            color: #fff;
    background: #1874c1;
    }


.hover a {
    color:#fff;
}

.hover a:hover {
    color:#428bca;
}


@media only screen and (min-width: 1030px) and (max-width: 1450px){
        .text-height {
            min-height:130px;
        }
    }

@media only screen and (min-width: 800px) and (max-width: 1029px){
        .text-height {
            min-height:156px;
        }

       

    }

@media only screen and (min-width: 481px) and (max-width: 799px){
        .text-height {
            min-height:130px;
        }
    /*.navbar-collapse.collapse {
           
        margin-top: -90px;

        }*/

    }
.more a {
    color: #656565;
    text-transform: uppercase;
    border: 1px solid #656565;
    display: inline-block;
    padding: 8px 16px;
}

.more a:hover {
    color: #fff;
    background: #1874c1;
    border: 1px solid #1874c1;
}
.ptag span p {
    min-height:156px
}