
.sectionbgcolor{
        background: #dad7d75c;
}

/*Services*/
h3.servicetitle {
    text-transform: capitalize;
}
h3.servicetitle a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
p.servicetagline{
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.facilitiesrows{
    background: #fff;
    margin: 0 0 40px;
    padding: 30px 30px;
    
}

/*About Us*/

.about_history .about_tegline {
    color: #3c3c3c;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
        margin: 10px 0px;
}

.about_history .about_tegline span {
    /*color: #ff9934;*/
    color: #009f31;
    margin: 0px 10px;
    font-size: 22px;
    
}

.about_image {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.about_history h3{
   font-size: 36px;
    margin: auto;
    font-weight: 700;
    line-height: 1.4;    
}

.about_history p{
   font-size: 20px;
}

.Aboutimg_image img {
        width: 46%;
    /* padding: 11px; */
    border-radius:86px 15px 86px 15px;
    border: 8px solid #009f31;
    height: 350px;
    object-fit: cover;
    padding:8px;
        margin-right: 30px;
            float: left;
}

@media (max-width:768px){
    .Aboutimg_image img{
        margin-right: 0px;
    }
}
.about_history_text p{
    font-size: 16px;
}
.aboutDescription p{
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

/*Top Rank*/
.ps1 .session{
    position: absolute;
    top: 10px;
    right: 10px;
    transition: .5s;
    opacity: 1;
    z-index: 2;
    text-align: right;
}    

.ps1 .rank{
    position: absolute;
    top: 10px;
    left: 10px;
    transition: .5s;
    opacity: 1;
    z-index: 2;
    text-align: left;
} 


.ps1 .studentname{
    /*position: absolute;
    left: 10%;
    transition: .5s;
    opacity: 1;
    z-index: 2;
    bottom: 10px;*/
    background-color: #009f31;
    border-radius: 0px 0px 20px 20px;
    text-align: center;
}  

.witr_pslide_btnb span {
    color:#fff;
    border-radius: 8px;
    padding: 2px 7px;
    display: inline-block;
    font-size: 16px;
}

.witr_pslide_btnb .stdsession {
    background-color: #d23320;
}
.witr_pslide_btnb .rankorder {
    background-color: rgb(116 195 240);
}
.witr_pslide_btnb .namestdclass {
    background-color: #009f31;
}

/*News/Blogs*/
.witr_blog_con h2 a ,.blog-title a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.all_blog_color p, p.blog_tagline{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
h1.blogsingletitle {
    font-size: 30px;
}
h5.blogsingletagline {
    font-size: 19px;
    color: #5f5b5bd9;
    font-weight: 500;
}

.sections{
  text-align: center;
}

.sections .error{
  font-size: 150px;
  color: #009f31;
  text-shadow: 
    1px 1px 1px #00593E,    
    2px 2px 1px #00593E,
    3px 3px 1px #00593E,
    4px 4px 1px #00593E,
    5px 5px 1px #00593E,
    6px 6px 1px #00593E,
    7px 7px 1px #00593E,
    8px 8px 1px #00593E,
    25px 25px 8px rgba(0,0,0, 0.2);
}

.page{
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}

.back-home{
  display: inline-block;
  border: 2px solid #222;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.75rem 1rem 0.6rem;
  transition: all 0.2s linear;
  box-shadow: 0 15px 15px -11px rgba(0,0,0, 0.4);
  background: #222;
  border-radius: 6px;
}
.back-home:hover{
  background: #222;
  color: #ddd;
}

img.calenderGallery {
    height: 233px;
    object-fit: cover;
}

.facilitiesDesc ul li{
    list-style:unset;
}


.tophederSocial a i {
    font-size: 18px;
    color: #009f31;
    margin-right: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    height: 28px;
    display: inline-block;
    width: 30px;
    line-height: 30px;
    text-align: center;
}