/*
Theme Name: School Play

*/

.footer-contact-detail h2 {
    font-family: "Proxima Nova Lt";
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.hm-contentsec h2{margin-bottom:20px}
.hm-contentsec p {
    height: 250px;
    overflow-y: auto;
}

.hm-contentsec div {
    margin-bottom: 20px;
}

.hm-contentsec p::-webkit-scrollbar {
    width: .5em;
}
 
.hm-contentsec p::-webkit-scrollbar-thumb {
  background-color: #e25949;
  outline: 1px solid #e25949;border-radius:100px
}
.hm-contentsec p::-moz-scrollbar {
    width: .5em;
}
 
.hm-contentsec p::-moz-scrollbar-thumb {
  background-color: #e25949;
  outline: 1px solid #e25949;border-radius:100px
}

.hm-contentsec p::-ms-scrollbar {
    width: .5em;
}
 
.hm-contentsec p::-ms-scrollbar-thumb {
  background-color: #e25949;
  outline: 1px solid #e25949;border-radius:100px
}
.hom-featur-proj-rgt h6 {font-size: 15px;color: #fff;font-weight: 600;margin-bottom: 10px;}
.phone-no ul li:nth-child(2) {
    display: none;
}
.what-we-do-1 p {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    color: #444;
}
.recaptcha {
    clear: both;
    margin: 0 auto 25px;
    width: 300px;
}
@media(max-width:991px){
.hm-contentsec p{height:auto}
}