.my-testimonial {
	padding: 25px 26px;
	margin-top: 26px;
	margin-bottom: 38px;
	position: relative;
	background-color: #f0f0f0;
}

.my-testimonial:before {
	content: "";
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 40px solid #f0f0f0;
	position: absolute;
	bottom: -39px;
	right: 56px;
	z-index: auto;
}

.my-testimonial blockquote.style1 {
	padding: 0;
	margin: 0;
	border-left: none;
	background: url(../images/quotation-open.png) top left, url(../images/quotation-close.png) bottom right;
	background-repeat: no-repeat;
}

.my-testimonial blockquote.style1 span, .side-content .my-testimonial blockquote.style1 span {
	font-size: 14px;
	display: block;
	font-style: italic;
	padding: 0;
	color: inherit;
}

.my-testimonial blockquote.style1 strong {
	font-size: 14px;
	display: block;
	padding: 13px 0px 0 19px;
}

.my-testimonial_slider {
	list-style: none;
	padding: 0px !important;
}
div.my-testimonial {
  
  overflow: hidden;
  width: 100%;
  height: 150px;
}
div.my-testimonial ul {

  list-style: none; 
}
div.my-testimonial ul li {
	position:relative;
	display:block;
	float: left;
	 width: 350px;
     height: 150px;
	
    
}


.my-testimonies {
	padding: 15px 0px;
	margin-top: 26px;
	margin-bottom: 38px;
	position: relative;
	background-color: #f0f0f0;
}

.my-testimonies:before {
	content: "";
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 40px solid #f0f0f0;
	position: absolute;
	bottom: -39px;
	right: 56px;
	z-index: auto;
}

.my-testimonies blockquote.style1 {
	padding: 0;
	margin: 0;
	border-left: none;
	background: url(../images/quotation-open.png) top left, url(../images/quotation-close.png) bottom right;
	background-repeat: no-repeat;
}

.my-testimonies blockquote.style1 span, .side-content .my-testimonies blockquote.style1 span {
	font-size: 14px;
	display: block;
	font-style: italic;
	padding: 0;
	color: inherit;
}

.my-testimonies blockquote.style1 strong {
	font-size: 14px;
	display: block;
	padding: 13px 0px 0 19px;
}

.my-testimonies_slider {
	list-style: none;
	padding: 0px !important;
}
div.my-testimonies {
  
  overflow: hidden;
  width: 100%;
  height: 200px;
}
div.my-testimonies ul {

  list-style: none; 
}
div.my-testimonies ul li {
	position:relative;
	display:block;
	padding: 4px 0px;
	
	float: left;
	width: 650px;
	text-align:center;
    height: 195px;
	   
}

.welcome_message{
	
	position: fixed;
	display: none;
	left:0px;
	top:0px;
	bottom: 0;
	right: 0;
	z-index:5000;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}

.welcome_message .message{
	
	position: fixed;
	background:  url(../sliders/school.jpg) no-repeat; 
	background-size: contain;
	left:17%;
	top:18%;
	z-index:8000;
	width: 1000px;
	height: 1000px;
}
@media screen and (max-width: 520px){
  .welcome_message{
	position: fixed;
	display: none;
	left:0px;
	top:0px;
	bottom: 0;
	right: 0;
	z-index:5000;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}

.welcome_message .message{
	position: fixed;
	background: rgba(0,0,0,0.3) url(../sliders/school.jpg) no-repeat; 
	background-size: contain;
	left:35%;
	top:18%;
	z-index:8000;
	width: 700px;
	height: 700px;
}	
	
 #response{
  font-family: 'Tangerine', serif;
  font-size: 1em;
  text-align: center;
  display: none;
  margin:  auto;
  width:   250px;
  height:  4em;
  color: white;
  padding:  .7em;
  padding-bottom:  .5em;
  border: 1px  solid teal;
  background-color: black;
  position: fixed;
  top: 0; 
  bottom: 0;
  left:  0;
  right: 0;
  z-index: 100000;
	
}
}