/*!
Theme Name: sindhipanchayat
Theme URI: http://underscores.me/
Author: webplus
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sindhipanchayat
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sindhipanchayat is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.welcome_right p br{
	display: none;
}

.details_inner p br{
    display: none;
}

.service_part h6 br{
    display: none;
}
.owl-stage-outer p br{
    display: none;
}
.details_inner p strong{
    color: #fff !important; 
    font-weight: 500 !important;
    font-size: 1rem;
}

.sign-overlap h3 br{
    display: none;
}

/* No Record*/
.no-records {
    margin: 35px auto;
    text-align: center;
    position: relative;
    padding: 20px 20px;
}

.no-records ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}
.no-records ul li {

    display: inline-block;
    margin: 0px 15px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}
.no-records ul li i {
    background: #ff7043;
    width: 150px;
    height: 150px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    border: 1px solid #efefef;
    line-height: 150px !important;
    position: relative;
    top: -52px;
    margin-top: 30px;
}

.no-records ul li h6 {
    font-size: 50px;
    color: #333;
    font-family: 'poppinsmedium';
    margin: 0px 0px 0px 0px;
    line-height: 50px !important;
}
.no-records ul li small {
    font-size: 30px;
    color: #666;
}
/* End No Record */


.msg_contact
{
    height: 120px !important;
}
/*pagination CSS*/

.pagination .page-item .page-numbers{ color: #333; background: #0000; padding: 15px 20px; border: 1px solid rgb(0 0 0 / 5%); border-width: 0 1px 0 0; transition:500ms; }
.pagination .page-item:last-child .page-numbers{ border-width:0;}
.pagination .page-item .page-numbers:hover, .pagination .page-item.current .page-numbers{ color:#fff; background: #FF281B;}
.pagination .page-item:first-child .page-numbers:hover, .pagination .page-item:last-child .page-numbers:hover{ color:#FF281B; background: #0000;}
.pagination .page-item .page-numbers:focus { box-shadow: none;}
.sign_middle .form-select {
    border-left: 1;
    border-right: 0;
    border-top: 1;
    background-color: transparent;
    text-transform: capitalize;
    padding-top: 0.6rem;
}