/*-----------------------------
About Us Page
-------------------------------*/

.about-number .sppb-animated-number-title {
    color: #fff;
  	line-height: 1.3!important;
}

.about-icon .sppb-img-container {
  	background: #f3f5f7;
}

.about-icon img {
    width: 55%;
}

.remove-p .sppb-image-content-text {
    display: none;
}


/*-----------------------------
Our Services Page
-------------------------------*/

.service-content .sppb-image-content-text {
    display: none;
}

.main-service {
    margin-bottom: 30px;
}

/*-----------------------------
Experience Page
-------------------------------*/

.experience-content span {
    font-size: 16px;
    display: block;
}

/*-----------------------------
Contact Page
-------------------------------*/

.bfQuickMode textarea {
    height: 150px!important;
}

.form-group button {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

.bfQuickMode .fas.fa-asterisk, .bfQuickMode .bfbs5-fas.bfbs5-fa-asterisk {
    color: #606366!important;
    font-size: 7px!important;
}

.contact-info p {
    margin-bottom: 0px!important;
}

.leaflet-popup-content a {
    background: #000;
    box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.06);
    border-radius: 4px;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.leaflet-popup-content span {
  	text-decoration: none!important; 
}
 
.leaflet-popup-content a:hover {
    background:#0168b9;
}