.pq-bg-img-3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    background: url(../images/about-us/bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.pq-bg-dark{
    background-color: #ed222f !important;
}
.pq-button{
    background-color: #ed222f !important;
}
.expert_bg{
    background-color: #ed222f;
}

.pq-section.pq-style-1.text-center{
    margin: 0;
}

.img_back{
    background: url('../images/about-us/img.jpg') no-repeat center center / cover;
    height: 100vh;
}

footer#pq-footer{
    background-color: #ebebeb;
    color: #000;
}

p {
    margin: 10px 0; 
    text-align: left;
}

.about_sec_edit h6{
    margin: 20px 0;
}
.edit_ph p a{
	color: #000;
}

/* .about_sec_edit li{
    list-style: none;
} */

footer#pq-footer .widget .footer-title{
    color: #000;
}

footer#pq-footer .widget ul.menu li a, footer#pq-footer .pq-widget-menu .pq-service li a, footer#pq-footer .widget ul li a {
    color: #000;
    list-style: none;
}

footer#pq-footer .widget ul.menu li a:hover, footer#pq-footer .pq-widget-menu .pq-service li a:hover {
    color: #000;
}

footer#pq-footer .pq-footer-style-1 .widget .pq-footer-social ul li a {
    background: #ed222f;
}

.input_edit input{
    background-color: gainsboro;
    color: #000;
    padding: 5px 20px;
    border: none;
}