  /* Extra large devices-1200px and up*/
@media only screen and (min-width: 1200px) {
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*******************RESET ENDS********************/
*{
    margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}

body{
	background-color: #2C3A47;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	line-height: 1.4;
	color: #0AFADF;
	scroll-behavior: smooth;

}

body a{
	text-decoration: none;

}

/****infobar-top***/

.infobar-top{
	background-color: #58B19F;
	width: 100%;
}

.phone-social{
	display: inline-block;
	width: 100%;

}

.phone{
	display: inline-block;	
	margin: 10px;
	margin-top: 15px;
	color: #fff;	
}

.phone i, .phone p{
	float: left;
}

.menu{
	display: none;
}


.social{
	float: right;
	margin: 10px;	
}

.fab {
	padding: 5px;
	font-size: 30px;
	width: 15px;
	text-align: center;
	text-decoration: none;
	margin-right: 25px;
	border-radius: 50%;
	color: white;
}

.fab:hover {
	opacity: 0.7;
	color: #125688;
}

/***header***/

.header{
	width: 50%;
	margin: 0 auto;
	text-align: center;
	font-family: 'Montserrat', sans-serif;

}

.header h1{
	font-size: 40px;
	line-height: 2;
	margin: 10px;
}

.header h3{
	font-size: 25px;
	line-height: 3;
	margin: 10px;

}

/***navbar***/

.navbar{
	height: 72px;	
	margin-bottom: 5px;
}

.sticky{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 5;
	background-color: #58B19F;

}

.options{
	width: 100%;
	margin: 0 auto;
	font-size: 22px;
	font-weight: 700;
	padding: 20px;
	overflow: hidden;
}

.options a{
	color: #fff;
	margin: 10px;
	margin-left: 40px;
	padding: 21px;
}

.options a:hover{
	background-color: #CAD3C8;
	border-radius: 5px;
	color: #000;
}

.exitBtn{
	display: none;
}

/***slideshow***/

.slideshow{
	border-top: 2px solid #2C3A47;
}

.slides{
	border: 5px solid #CAD3C8;
	border-radius: 5px;
	width: 71.5%; /*1075px*/
	height: 550px;
	margin: 0 auto;
}

.slide{
	display: none;
	-webkit-animation-name: fade;
	-webkit-animation-duration: 4s;
	animation-name: fade;
	animation-duration: 4s;
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
  }
  
  @keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
 }

.dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 3px;
	background-color: #81ecec;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.slideOn {
	background-color: #2C3A47;
}

.caption {
	position: absolute;
	bottom: 8px;
	padding-left: 10px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;

}

/***about***/

.about{
	border-bottom: 2px solid #58B19F;
	text-align: center;	
}

.title-details{
	margin: 0 auto;
	margin-top: 20px;
	
}

.title{
	font-size: 50px;
	font-weight: 500;
	line-height: 52px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px;
}

.details{
	font-size: 25px;
	line-height: 27px;
	margin-top: 20px;
	text-align: justify;

}

.para2, .para1{
	margin: 30px;
	padding: 20px;
}

/***teachers***/

.teachers{
	border-top: 2px solid #58B19F;
	text-align: center;	

}

.teacher-info{
	width: 100%;
	margin-top: 5px;

}

.teacher-label{
	font-size: 50px;
	font-weight: 500;
	line-height: 52px;
	margin: 0 auto;
	width: 50%;
	text-align: center;
}
.teacher-label h1{
	margin: 20px;	
}

.info {
	width: 100%;
	margin-top: 35px;
	margin-bottom: 20px;
  }

.info-cards{
	display: flex;  
    flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px;
}

  .info-card-inner {
	border: 5px solid #f1f1f1;
	border-radius: 5px;
	position: relative;
	width: 310px;
	height: 310px;
	text-align: center;
	margin: 15px;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .info-card-front, .info-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
  }
  
  .info-card-front {
	background-color: #bbb;
	color: black;
}
  
.info-card-inner img{
	width: 300px;
	height: 310px
}

.info-card-back {
	background-color: #0AFADF;
	color: #2C3A47;
	transform: rotateY(180deg);
}

.info-card-inner:hover {
	transform: rotateY(540deg);
	cursor: pointer;
}
.info-card-back h1{
	font-size: 25px;
	font-weight: 700;
	line-height: 32px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.info-card-back p{
	font-size: 21px;
	font-weight: 700;
	line-height: 27px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.card{
	display: none;
}

/***events***/

.events{
	border-top: 2px solid #58B19F;

}

.event-label{
	font-size: 50px;
	font-weight: 500;
	line-height: 52px;
	margin: 0 auto;
	width: 50%;
	text-align: center;

}
.event-label h1{
	margin: 20px;
}

.event-months{
	width: 100%;
	font-size: 22px;
	font-weight: 700;
	overflow: hidden;
	margin-top: 30px;

}

.months {
	background-color: #2C3A47;
	color: white;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px;
	font-size: 20px;
	font-weight: 500;
	width: 8.3%;
	text-align: center;
  }
  
  .months:hover {
	background-color: #58B19F;
  }

.event{
	background-color: #58B19F;
  }

.event-name {
	color: white;
	padding: 50px 20px;
	height: 100%;
	background: #58B19F;
}

.event-name h3{
	font-size: 25px;
	line-height: 2;
	font-weight: 700;
}

.event-name p{
	font-size: 20px;
	line-height: 2;
	font-weight: 500;
}
/***notice board***/

.notice{
	border-bottom: 2px solid #0AFADF;
	height: 200px;
}

.notice-label{
	font-size: 50px;
	font-weight: 500;
	line-height: 52px;
	margin: 0 auto;
	width: 50%;
	text-align: center;

}

.notice-label h1{
	margin: 20px;
	
}

/***members***/

.members{
	border: 1px solid red;

}

.members-label{
	font-size: 50px;
	font-weight: 500;
	line-height: 52px;
	margin: 0 auto;
	width: 50%;
	text-align: center;

}

.members-label h1{
	margin: 20px;
	
}

/***contact***/

.contact{
	padding: 10px;
 	
}

.contact-label{
	font-size: 50px;
	font-weight: 500;
	line-height: 52px;
	margin: 0 auto;
	width: 50%;
	text-align: center;

} 

.contact-label h1{
	margin: 35px;
}

.contact-label p{
	font-size: 25px;
	line-height: 27px;
	margin: 35px;
	text-align: center;
	padding: 10px;
}

  .map-frame{
	border: 5px solid;
	float: left;
	border-radius: 5px;
	width: 614px;
	height: 563px;
	margin: 20px;
  }
  .map-frame iframe{
	width: 605px; 
	height: 555px;
  }

  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  

.contactForm{
	width: 50%;
	padding: 10px;
	float: left;
	margin-top: 30px;
}

form { 
	width: 600px;
	margin:50px auto;
}

.fname-input, .lname-input, .msg-input {
  color: #58B19F;
  font-size: 18px;
  line-height: 22px;
  background-color: transparent;
  border: 2px solid #2C3A47;
  border-bottom: 2px solid #fff;
  transition: all 0.3s;
  padding: 20px;
  margin-bottom: 30px;
  width:100%;
  font-family: 'Raleway', sans-serif;
}

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

.submit{
  width: 40%;
  background-color: #2C3A47;
  border-radius: 10px;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top: 50px;
  font-weight:100;
  float: right;
  font-family: 'Raleway', sans-serif;

}
.submit:hover { background:#58B19F; }

/***footer***/
.footer{
	background-color: #58B19F;
	width: 100%;
}
.footer a{
	color: #e74c3c;
	text-decoration: none;
}
.footer a:hover{
	font-weight: 800;
}
.copyright-developer{
	display: inline-block;
	width: 100%;
	color: #fff;	
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
}
.copyright{
	display: inline-block;	
	margin: 10px;
	margin-top: 15px;
	transform: translateX(150%);
}

.copyright p{
	float: left;
	text-align: center;
	transform: translateX(70%);

}

.developer{
	float: right;
	transform: translate(-10%,60%);
}

.developer a:hover{
	color: #fff;
}

.btn-scroll-top{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  font-size: 30px;
  background:transparent;
  opacity: 0.8;
  color: #58B19F;
  cursor: pointer;
  border: 5px solid red;

}
.btn-scroll-top:hover{
    background: #58B19F;
	border: 5px solid #fff;
	border-radius: 5px;
	color: #2C3A47;	
	padding: 15px;
}

}

/*SCREEN SIZE  1536 x 864 px*/
/*
.fab {
	padding: 5px;
	font-size: 30px;
	width: 15px;
	text-align: center;
	text-decoration: none;
	margin-right: 25px;
	border-radius: 50%;
	color: white;
}
*/