

.ptext {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
    display: -webkit-box;
    max-height: 102px;      /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    text-align: left;
}

.ptext-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
    display: -webkit-box;
    max-height: 102px;      /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    text-align: left;
}

.ptextevent {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
    display: -webkit-box;
    max-height: 102px;      /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    text-align: left;
}

.noresult{
    margin-top:25px;
    padding:15px;
    border: 1px solid #500d01;
    background: rgb(214, 214, 214);
}

.footerpra{
    line-height: 1.4em !important;
    text-align: justify;
}

.banner_border{
    padding:2px;
    border-radius: 13px;
    margin:10px;
    border: 1px solid #dc5c28;
}
.banner-bg{
    background: rgba(0,0,0,0.5);
    padding:17px;
    border-radius: 10px;
    border: 1px solid #dc5c28;
}

.logo_left_border{
    display:block;
    padding:12px;
    margin-right: 15px;
    width:5px;
    height: 100%;
    border-right: 2px solid #dc5c28;
}
.logo_bottom_border {
    display: none;
}

.banner_title{
    font-weight:normal;
    line-height: 1em;
    width:100%;
}

.banner_sub-1{
    display: block;
    color: white;
}
.banner_sub-2{
    display: none;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #dc5c28;
    font-size:15px;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}
ul.breadcrumb li.active {
    color: #051930;
    font-size:16px;
    margin-top:3px;
    text-decoration: none;
}

.get-up-line{
    margin-top:-55px !important;
}

.contact_home_image img{
    width:100%;
}

.contact_border{
    padding:15px;
    background: #f8f8f8;
}

.contact_border p{
text-align: justify;
}

.extra_input{
    margin-bottom:25px;
}
.extra_input-2{
    margin-top:25px;
    padding-top:0px;
}
.contact_title{
    text-align: center !important;
}
.quick_contact{
    display: block;
    padding:10px;
    background: #f3f3f3;
    text-align: center;
}
.blog-category{
    background: #f9f9f9;
    padding: 15px;
    margin-top:-13px !important;

}

.category_title{
    background: #b8b8b8;
    color:white;
    padding:10px;
}
.category_title hr{
    margin-top:-15px;
    margin-bottom:25px;
}
.project-category-bg{
    background: #f4f4f4;
    padding:5px;
}

.project-category-bg a{
    display: block;
    background: #9c290a;
    padding:10px;
    margin:10px;
    width:93%;
    color:white;
}
.project-category-bg a:hover{
    background: #bb2d0a;
}

.makedesign img{
    border:2px solid #dc5c28;
    border-radius: 10%;
    padding:5px;
    width:90%;
}

.move-center{
    margin-left:10%;
}

@media only screen and (max-width: 850px) {

    .logo_left_border{
        display:none;
    }

    .banner_sub-1{
        display: none;
    }

    .banner_sub-2{
        display: block;
        color: white;
        padding-top:6px;
        margin-left: 25px;
        margin-right: 25px;
    }

    .logo_bottom_border{
        display:block;
        padding:2px;
        margin-left: 25px;
        margin-right: 25px;
        width:90%;
        height: 5px;
        border-bottom: 1px solid #ffffff;
    }
}

.page_nav
{
    text-align: center;
    margin-top: 10px;
}
.page_nav ul li
{
    display: inline-block;
    width: 50px;
    height: 50px;
    font-weight: 600;
    background: #e1e1e1;
    border-radius: 3px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.page_nav ul li.active,
.page_nav ul li:hover
{
    background: #dc5c28;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    color: #ffffff;
}
.page_nav ul li.active a,
.page_nav ul li:hover a
{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;

}
.page_nav ul li:not(:last-child)
{
    margin-right: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;


}
.page_nav ul li a
{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #181818;
    line-height: 50px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}