#top-update{
  background-color: #fff;
  padding-top: 9rem;
  
}
.class-update .section-head h1{
  width: 390px;
}
.class-update .row p{
  font-size: 20px;
  text-align: start;
  letter-spacing: 1.5px;
  padding-top: 3.5rem;
}

/*class counters*/
.counters {
	background-image: url("../images/team1.JPG");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 40vh;
  overflow: hidden;
 padding-left: 20rem; 
}

.counters #class-counter {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	text-align: center;
  
  
}

.counters .counter {
	font-size: 55px;
	margin: 10px 0;
  color: #fff;
  
}
.counters  h3{
  color: rgb(8, 8, 8);
  font-weight: 900;
}
.counters h3:hover{
  color: #fff;
  cursor: pointer;
}
.counters .counter:hover{
  color:orange
}

/*class-content*/
.class-content{
  background-color: #fff;
}

.class-content .container .row p{
  text-align: start;
  letter-spacing: 1.5px;
  margin: auto;
  font-size: 20px;
  padding-top: 15px;
}
.class-content .container .row img{
  width: 400px;
  height: 300px;
  margin: 2rem 0;
}
.class-content{
  width: 100%;
  margin: auto;
}

/*assessment*/
.assessment{
  background-color: #222;
}
.item-image img{
  font-size:40px;
  background-size: cover;
  width: 300px;
  height: 350px;
  line-height: 96px;
  border-radius: 50px;
}
.item-image{
  background:#fff;
  text-align: center;
  padding:10px 5px;
  box-shadow: 0 0 25px rgba(0,0,0,0.07);
  border-radius: 20px;
  margin-bottom: 15px;
  border:5px solid rgba(0,0,0,0.07);
  -webkit-transition:all 0.5s ease 0s;
  transition:all 0.5s ease 0s;
  margin-top: 20px;
  overflow:hidden;
}
.item-image:hover{
  background:#c8d8e4;
  box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
  -webkit-transition:all 0.5s ease 0s;
  transition:all 0.5s ease 0s;
}

.item-image span img {
  object-fit: cover;
}

.item-image:hover span img{
  background:#fff;
  border-radius: 10px;
  -webkit-transition:all 0.5s ease 0s;
  transition:all 0.5s ease 0s;
}
.item-image p{
  font-size: 20px;
  letter-spacing: 1px;
}


@media(max-width:1000px){
  .class-update .section-head h1{
    font-size: 2.1rem;
    width: 280px;
    text-align: center;
  }
  
  .counters{
    padding-left: 5rem; 
    padding-top: 4rem; 
  }
  .counters .counter {
    font-size: 25px;
  }
  .counters  h3{
    font-size: 20px;
  }
  .class-update .row p{
    letter-spacing: 1px;
    width: 90%;
  }.class-content .container .row p{
     letter-spacing: 1px;
     width: 90%;
  }
  .class-content .container .row img{
    height: 300px;
    width: 300px;
    
  }

}