/**
 * Surefirel Local
 * Custom CSS
 * @package sflBlaze\CSS
 * @author  Web Dev Team
 * @license GPL-2.0-or-later
 */

 	.sticky-header .sticky-logo img {
    height: auto;
}
.home .site-counter, .home .service-pages{
display:none;
}
/*
.site-section.call-to-action {
    display: none;
}
*/
.service-pages .service-form .form-title, .sidebar-form .form-title{
	text-transform: inherit;
}
.page-id-895 p, .page-id-895 h2, .page-id-895 ul li{
	font-weight:400;
}
.post-image.col-5-12 img {
    margin-top: 25px;
}
.archive .page-banner {
    background-image: url("/wp-content/uploads/2021/12/blog-banner.jpg") !important;
}
.popup-form .form-fields .wpcf7 {
    border: 5px solid #3F99CB;
}
.featured-page-wrap a.link-overlay {
    pointer-events: none;
}
.copyright.text-center a {
    color: #424242;
}
.counter-wrap.relative.site-flex.justify-content-top {
    display: none;
}
.service-pages .service-item {
    border: 1px solid #424242;
}
span.wpcf7-not-valid-tip {
    position: absolute !important;
    text-align: right;
    padding: 5px !important;
}
.entry-content ul li:before {
    color: #3F99CB;
}
.footer-logo {
    margin-top: 10px;
}
.breadcrumb .breadcrumb-link-wrap a:hover, .breadcrumb .breadcrumb-link-wrap a:hover .home-icon:after {
    color: #3f99cb;
}
.move-to-top {
    bottom: 171px;
    right: 15px;
}
header .widget-area.header-widget-area {
    padding-top: 30px;
}
.site-header > .wrap {
    padding: 0 15px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 10px 5px !important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 10px 5px !important;
}
.wpcf7-textarea {
    padding: 10px 5px !important;
}
.site-section.badges {
    padding: 60px 5px;
}
.contact-info-wrap .col-3 {
    padding-bottom: 10px;
}
.BOT_chatcontainer_Add {
    bottom: 111px;
    right: 10px;
}
aside#slmp_right h4 {
    color: #fff;
}
input.search-form-submit:hover {
    background: #4B6682;
}
body.search article.post-751.page.type-page.status-publish.entry, body.search article.post-753.page.type-page.status-publish.entry {
    display: none;
}.entry-content ul li {
    padding: 0 0 0 30px;

}
.custom-blog-post .post-content {
    padding: 25px 0 10px 15px;
}
.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a {
    background-color: #17507D;
    color: #fff;
}
@media only screen and (min-width: 600px) {
ul.two-col {
    columns: 2;
}
.service-form.col-4-12.relative.aos-init.aos-animate {
    max-height: 605px;
}
}

@media only screen and (max-width: 980px) {
  .contact-info-wrap.site-flex.justify-content-left.relative {
      width: 100%;
      max-width: 275px;
      margin: 0 auto;
  }
}
@media(min-width:1024px){
  .service-pages .service-item-wrap{
      justify-content: center;
  }
  .service-pages .service-item-wrap .service-item:first-child,
  .service-pages .service-item-wrap .service-item:nth-child(3){
      margin-right:10px;
  }
    .sticky-header .sticky-logo img {
        height: auto!important;
    }
}
