/* classes page styles */
#classescont {
  padding: 20px;
  text-align: center;
}

#classescont h1 {
  font-size: 60px;
  margin: 20px 0px;
}

#classescont h2 {
  font-size: 30px;
}

.classesDescWrap div {
  display: none !important;
}

/* tile colours */
.mainItemDesc {
 background-color: white !important;
}
.gridItemDesc {
 background-color: white;
}
.gridItemWhite div {
 background-color: white !important;
}
.gridItem2 div {
 background-color: white !important;
}

/* Grid styles */
.gridItemDesc p {
  font-weight: 600 !important;
  color: #7f7f7f !important;
}
.gridItemDesc h3 {
  color: #333333 !important;
}
.mainItemDesc p {
  color: #7f7f7f !important;
}
.mainItemDesc h3 {
  color: #333333 !important;
}
.viewMore {
  color: #e57070 !important;
}
.viewMore:hover {
  color: black !important;
}
.mainItemDesc .viewMore:hover {
  color: white !important;
}

.askmehov:hover {
 color: #106b55 !important; 
}

/* Testimonial page */
#tmlparcontainer {
  position: relative;
  height: 100%;
  width: 100%;
}
.tmlcont {
  background-color: white;
  /* -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75); */
  -webkit-box-shadow: 1px 1px 14px 0px rgba(13, 13, 13, 0.35);
  -moz-box-shadow:    1px 1px 14px 0px rgba(13, 13, 13, 0.35);
  box-shadow:         1px 1px 14px 0px rgba(13, 13, 13, 0.35);
  padding: 20px;
  margin-top: 20px;
}
.circImg {
  display: block;
  position: relative;
  border-radius: 50%;
  width: auto;
  max-height: 150px;
  padding: 20px 0px;
  margin: auto;
}

/* testimonial button */
#testibutton {
  border-radius:40px;
  border: 2px solid #e57070;
  padding: 10px 20px;
  text-decoration:none;
  color: #e57070;
  font-weight: 500;
}
#testibutton:hover {
  background-color: #e57070;
  color: white;
}

.uni-container {
	padding-bottom: 0px !important;
}

.showMobileMenu {
	margin-top: 35px !important;
}

.showMobileMenu span {
	background: #333333 !important;
}

.slideDesc h2 {
	font-weight: 800;
	padding: 50px 50px 50px 50px;
}