/*
 Theme Name:   Inspiro Child
 Theme URI:    https://securepestcontrolpvtltd.com/
 Description:  Child theme for Inspiro
 Author:       Coding Agency
 Author URI:   https://coding-agency.com
 Template:     inspiro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  inspiro-child
 Domain Path:  /languages/
*/

/* Add your custom styles below this line */
.long-paragraph-after-serving-title.row p a button img {
    border-radius: 22%;
    border: 3px solid #25D366;
    width: 25%;
}
/*.status-publish {
    margin-top: 99px;
}*/
.container-fluid{
	margin-top: 99px!important;
	padding: 0!important;
}
.entry-content p {
    margin-bottom: 20px;
    word-wrap: break-word;
    text-align: justify!important;
}
h1.page-title {
    padding-top: 66px;
}
h2 {
    padding: 0;
}
.site-footer {
    background: #016330!important;
    color: white;
    border-top: 1px dashed white!important;
}
.row.last-wali .col-md-4 a {
    color: white!important;
}
.row.last-wali .col-md-4 p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0!important;
}
.headroom--not-top .navbar, .has-header-image.home.blog .headroom--not-top .navbar, .has-header-image.inspiro-front-page .headroom--not-top .navbar, .has-header-video.home.blog .headroom--not-top .navbar, .has-header-video.inspiro-front-page .headroom--not-top .navbar {
    background-color: white!important;
    box-shadow: 0 2px 15px #016330 !important;
}
.navbar a {
    color: #016330!important;
}
.navbar-toggle .icon-bar {
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    background: #016330;
    transition: all .2s ease-in-out;
}