   .mb-60 {
    margin-bottom: 60px;
}
.services-inner {
    border: 2px solid #48c7ec;
    margin-left: 35px;
    transition: .3s;
}
.our-services-img {
    float: left;
    margin-left: -36px;
    margin-right: 22px;
    margin-top: 28px;
}
.our-services-text {
    padding-right: 10px;
}
.our-services-text {
    overflow: hidden;
    padding: 28px 0 25px;
}
.our-services-text h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.our-services-text h4::before {
    background: #ec6d48 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 35px;
}
.our-services-wrapper:hover .services-inner {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.our-services-text p {
    margin-bottom: 0;
}
p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
    margin-bottom: 15px;
}
/* Counter Style*/
/*.demo{ background: #e9e9e9; }*/
.counter{
    padding: 0 40px;
    margin: 30px -15px 30px;
    background: #fff;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}
.counter .counter-content{
    padding: 10px 15px 30px;
    margin: -35px 0;
    border-radius: 25px 0 25px 0;
    background: #f05235;
    position: relative;
    transition: all 0.3s ease 0s;
}
.counter .counter-content:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.5); }
.counter .counter-content:before,
.counter .counter-content:after{
    content: "";
    width: 35px;
    height: 35px;
    background: linear-gradient(45deg,#B43D25 49%,transparent 50%);
    position: absolute;
    top: -1px;
    right: -35px;
}
.counter .counter-content:after{
    background: linear-gradient(225deg,#B43D25 49%,transparent 50%);
    top: auto;
    right: auto;
    bottom: -1px;
    left: -35px;
}
.counter .counter-icon{ font-size: 50px; }
.counter .counter-value{
    margin-top: 25px;
    display: block;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}
.counter .title{
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}
.counter.yellow .counter-content{ background: #ff9801; }
.counter.yellow .counter-content:before{ background: linear-gradient(45deg,#b46c00 49%,transparent 50%); }
.counter.yellow .counter-content:after{ background: linear-gradient(225deg,#b46c00 49%,transparent 50%); }
.counter.green .counter-content{ background: #8cc63e; }
.counter.green .counter-content:before{ background: linear-gradient(45deg,#618e27 49%,transparent 50%); }
.counter.green .counter-content:after{ background: linear-gradient(225deg,#618e27 49%,transparent 50%); }
.counter.blue .counter-content{ background: #01abcc; }
.counter.blue .counter-content:before{ background: linear-gradient(45deg,#0088a2 49%,transparent 50%); }
.counter.blue .counter-content:after{ background: linear-gradient(225deg,#0088a2 49%,transparent 50%); }
@media only screen and (max-width: 990px){
    .counter{ margin-bottom: 70px; }
}
@media only screen and (max-width: 767px){
    .counter{ margin-bottom: 90px; }
}
/* End Counter Style */

/* Section backgrounds */
.bright-ngo-facilities{
    background-image:url('assets/img/background/kids_music_bg.jpg');
}
/* End */

/* Content Alignment*/
.object-list-indent{
    text-indent: 10px;
}
.title-size{
    font-size: 20px;
}
.section-margin-style{
    margin-top: 10px;
}

