@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');
@import url('https://fonts.googleapis.com/css?family=Cookie');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
/*************************
*******Typography******
**************************/
body {
  background: #fff;
 font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}
.img-responsive{
display: block;
height: auto;
max-width: 100%;
}
.sliders img {
width:100%;
height:auto;
}

/*************************
*******Header******
**************************/
.desktop-show {
display:block;
}
.mobile-show {
display:none;
}
.top-section {
width:100%;
background-color:#FFF;
}
.logo {
width:50%;
float:left;
padding-top:0%;
padding-bottom:0%;
}
.logo img {
width:100%;
}
.call {
width:50%;
float:right;
margin-top:2.5%;
text-align:right;
}
.call li {
list-style:none;
display: inline-block;
padding-right:2%;
}
.call li i {
font-size:1em;
padding-right:2%;
}
.button {
    display: inline-block;
    padding:5px 15px;
    z-index: 0;
    color: #FFF;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
	 background-color:#ed9a0a;
    font-weight:400;
    text-decoration: none;
	border-radius:5px;
}
.button:hover {
 color: #FFF;
 background-color:#cc780b;
 text-decoration: none;
}

.button1 {
    display: inline-block;
    padding:5px 15px;
    z-index: 0;
    color: #FFF;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
	 background-color:#82b809;
    font-weight:400;
    text-decoration: none;
	border-radius:5px;
}
.button1:hover {
 color: #FFF;
 background-color:#5b8204;
 text-decoration: none;
}

.button2 {
    display: inline-block;
    padding:5px 15px;
    z-index: 0;
    color: #FFF;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
	 background-color:#1786ba;
    font-weight:400;
    text-decoration: none;
	border-radius:5px;
}
.button2:hover {
 color: #FFF;
 background-color:#046593;
 text-decoration: none;
}
.top-bar {
  padding:5px;
  background: #016c34;
  line-height: 25px;
  border-bottom:1px solid#e3e3e3;
}
.top-header-left {
width:70%;
float:left;
}
.top-header-middle {
display:none;
}
.top-header-right {
width:10%;
float:right;
margin-right:1%;
}
.top-link{
  color: #a2bf9d;
  font-size:16px;
  font-weight:500;
}
.top-link li{
  margin: 0;
  list-style:none;
  color:#dee8dc;
  font-size:14px;
  font-weight:500;
  letter-spacing:0;
  display:inline-block;
  margin-right:2%;
  text-decoration:none;
}
.top-link li a{
  margin: 0;
  list-style:none;
  color:#dee8dc;
  font-size:14px;
  font-weight:500;
  letter-spacing:0;
  text-decoration:none;
}
.top-link li a:hover{
 color:#FFF;
 text-decoration:none;
}
.top-link li i{
  color:#dee8dc;
  font-size:14px;
  padding-right:5px;
}
.right-link {
width:100%;
list-style:none;
}
.right-link i {
padding-right:5px;
font-size:1.3em;
}
.facebook {
    display: inline-block;
    padding:1px 10px;
    z-index: 0;
    color: #1786ba;
    text-align: center;
    font-size:.950em;
	vertical-align:middle;
    text-transform: uppercase;
	 background-color:#FFF;
    font-weight:600;
    text-decoration: none;
	border-radius:5px;
	width:100%;
}
.facebook:hover {
 color: #FFF;
 background-color:#82b809;
 text-decoration: none;
}
.desktop-menu {
width:100%;
margin:0 auto;
background-color:#006b34;
display:block;
}
.tab-menu-mobile {
display:none;
}
.online-button a {
    display: inline-block;
    padding:15px 23px;
    z-index: 0;
    color: #000;
    text-align: center;
    font-size:1em;
    text-transform: uppercase;
	 background-color:#ebd018;
    font-weight:600;
    text-decoration: none;
}
.online-button a:hover {
 color: #FFF;
 background-color:#ddbc06;
 text-decoration: none;
}
.form-box {
width:100%;
padding:2%;
}
.form-box h1 {
font-size:2em;
color:#000;
text-align:center;
font-weight:600;
line-height:1.2em;
text-transform:uppercase;
}
.form-box h1 span {
font-size:.7em;
color:#000;
text-align:center;
font-weight:300;
}
.form-box p {
font-size:1.2em;
color:#000;
text-align:center;
font-weight:400;
line-height:1.5em;
padding:2%;
text-transform: none;
}
#datepicker1 {
    width: 560px;
	height:100%;
}
.to textarea {
 width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 8px;
    padding: 15px 15px;
	font-size:1.1em;
	font-weight:600;
	color:#666;
	height:120px;
}
.to input[type="text"] {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 8px;
    padding: 15px 15px;
	font-size:1.1em;
	font-weight:600;
	color:#666;
}
select {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 8px;
   padding: 15px 15px;
	border-radius:0;
		font-size:1.1em;
	font-weight:600;
	color:#666;
}
.text input[type="text"], .text textarea {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding:10px;
	font-size:1em;
	font-weight:600;
	color:#666;
}
.form-submit2 input[type="submit"] {
	color: #FFF;
	text-align:center;
	font-size: 15px;
	font-weight:600;
	padding: 15px 60px;
	text-transform: uppercase;
	background:#016c34;
	display: inline-block;
	width:100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: none;
	cursor: pointer;
	outline:none;
}
.form-submit2 input[type="submit"]:hover {
	background: #000;
	color: #FFF;
}
#contact-form {
	text-align:center!important;
	max-width:600px;
	padding:30px;
	margin:0  auto;
	background-color:#e7dddc;
	border:1px solid#dbd1d0;
	background-image: url(../images/bg.jpg);
    background-repeat: repeat;
    background-position: center;
	margin-bottom:2%;
}	
#contact-form input[type="text"], #contact-form  textarea, #contact-form select {
	color: #444;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	padding: 15px 0;
	width: 100%;
	padding-left:10px;
	background:none;
	background:rgba(255,255,255,0.4);
	margin-bottom:20px;
	border:0;
	border:1px solid #ccc;
	border-radius:0px;
	position:relative;
}	
#contact-form input[type=text]:focus, #contact-form textarea:focus, input[type=email]:focus {
	color:#444;
}	
#contact-form textarea {
   font-family: 'Open Sans', sans-serif;
   font-size:16px;
   font-weight:600;
	height:170px;
	resize:none;
}	
#contact-form input[type="submit"]	{
	background:#016c34;
	width:50%;
	margin:0 auto;
	border:none;
    border-radius: 0;
	padding:20px 20px;
	line-height:15px;
	letter-spacing:0;
	cursor:pointer;
	font-size:18px;
	text-transform:uppercase;
	font-weight:500;
	color:#fff;
	-webkit-appearance: none;
}
#contact-form input[type="submit"]:hover {
	background:#f06800;
	color:#FFF;
}	
.contacts {
	width:100%;
	margin-bottom:4%;
	margin-top:2%;
}
.courses-bg {
    width:50%;
	margin:0 auto;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	border:1px solid#dbd1d0;
}
.contacts-left {
    width:50%;
    float: left;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	border:1px solid#dbd1d0;
	margin-left:3%;
}
.contacts-right {
    width:40%;
    float: left;
	margin-left:5%;
}
.contacts-right h1 {
    text-align:left;
    color: #444;
    font-size:2.5em;
   font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
	padding-bottom:4%;
}
.contacts-right h2 {
    text-align:left;
    color: #444;
    font-size: 1.4em;
   font-weight: 600;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase
}
.contacts-right p {
font-family: 'Open Sans', sans-serif;
    color:#444;
	font-weight:400;
    line-height: 1.5em;
	font-size:1.3em;
    padding-bottom:10px;
	border-bottom:1px  dashed #CCC;
    text-align:left;
}
.contacts-right p a {
font-family: 'Open Sans', sans-serif;
    color:#444;
	font-weight:400;
    line-height: 1.5em;
    padding-bottom: 33px;
    text-align:left;
}
.contacts-right p a:hover {
font-weight:400;
font-family: 'Open Sans', sans-serif;
    color: #e28c06;
    text-decoration: none
}
.about-section-grids {
padding:4%;
}
.form-text {
    float: left;
    width: 100%;
    padding-left: 0
}
.form {
    margin-top: 0;
}
.form textarea {
    color: #999;
    padding: 10px 10px;
    display: block;
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    font-size: 1.1em;
    font-weight: 400;
    background: #fff;
    border: 1px solid #ccc;
    text-transform: capitalize;
    outline: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0
}
.form select {
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #ccc;
    border-radius: 1px;
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 1em;
    color: #666;
    outline: 0;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    -ms-transition: .5s all ease
}
.form textarea {
    resize: none;
    height:150px;
    margin-bottom: 1em;
	color:#000;
}
.form input[type="submit"] {
    background: #016c3e;
    padding: 20px 20px;
    display: block;
    color: #FFF;
    font-size: 1.5em;
    border: 0;
    outline: 0;
    cursor: pointer;
    text-align: center;
    margin-top: .5em;
    margin-left: 0;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    width:40%
}
.form input[type="submit"]:hover {
    background: #de9016;
    color: #fff
}
.form-text input[type="text"],
.contact-right textarea,
.contact form select {

    width: 100%;
    padding: 15px 15px;
    border: 1px solid #ccc;
    border-radius: 1px;
    font-size: 1.1em;
    font-weight:400;
    margin-bottom: 1em;
    color: #000;
    outline: 0;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    -ms-transition: .5s all ease;
	text-transform:none;
}
.strip {
width:100%;
background-color:#016c34;
}
.admission-update-btn {
width:10%;
float:left;
}
.admission-update-box {
width:47%;
float:left;
padding:1% 0 0 0;
margin-left:8%;
}
.admission-update-box p {
color:#FFF;
font-size:1.5em;
font-weight:400;
}
.campus-visit {
width:33%;
float:right;
padding:1.6% 0 0 0;
}
.campus-button a {
    display: inline-block;
    padding:10px 20px;
    z-index: 0;
    color: #000;
    text-align: center;
    font-size:1.1em;
    text-transform: capitalize;
	 background-color:#ebd018;
    font-weight:400;
    text-decoration: none;
	border-radius:5px;
}
.campus-button a:hover {
 color: #FFF;
 background-color:#ed9a0a;
 text-decoration: none;
}
.opportunity {
background-image:url(../images/bg.jpg);
background-repeat:repeat;
background-position:center;
height:auto;
padding-top:2%;
}
.opportunity h1 {
font-size:2.2em;
color:#016c34;
text-align:center;
font-weight:600;
line-height:1.2em;
}
.opportunity h1 span {
font-size:.580em;
color:#575757;
text-align:center;
font-weight:400;
}
.opportunity p {
font-size:1.2em;
color:#000;
text-align:center;
font-weight:400;
}
.opportunity-box {
padding-left:0%;
}
.opportunity-grid {
width:23%;
float:left;
margin-right:1%;
margin-left:1%;
margin-top:2%;
padding-bottom:3%;
}
.grid-box {
    padding: 10px;
    text-align: center;
    color: #221918;
    transition: all .2s ease-in-out;
}
.grid-box-bottom {
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-align: center;
	width:100%;
    padding: 8px;
	color:#FFF;
}
.opportunity-border {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #ccc;
}
.opportunity-bg-orenge {
float:left;
    background: #f25141 none repeat scroll 0px 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	color:#FFF;
	font-weight:600;
	text-decoration:none;
}
.opportunity-bg-orenge:hover {
   background: #df3a29 none repeat scroll 0px 0px;
	color:#FFF;
	text-decoration:none;
	font-weight:600;
}

.opportunity-bg-yellow {
float:left;
    background: #ed9a0a none repeat scroll 0px 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	color:#FFF;
	text-decoration:none;
	font-weight:600;
}
.opportunity-bg-yellow:hover {
	color:#FFF;
	text-decoration:none;
	font-weight:600;
	background: #d88b05 none repeat scroll 0px 0px;
}

.opportunity-bg-green {
    float:left;
    background: #82b809 none repeat scroll 0px 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	color:#FFF;
	text-decoration:none;
	font-weight:600;
}
.opportunity-bg-green:hover {
	color:#FFF;
	text-decoration:none;
	font-weight:600;
	background: #6a9902 none repeat scroll 0px 0px;
}

.opportunity-bg-blue {
float:left;
    background: #1786ba none repeat scroll 0px 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	color:#FFF;
	text-decoration:none;
	font-weight:600;
}
.opportunity-bg-blue:hover {
	color:#FFF;
	text-decoration:none;
	background: #045e88 none repeat scroll 0px 0px;
	font-weight:600;
}

.achievements {
background-image:url(../images/achievements-bg.jpg);
background-position:center top;
background-repeat:repeat-x;
height:auto;
}
.achievements:before {
    content: " ";
    left: 50%;
    margin: 0 0 0 -10px;
    border-top: 15px solid #efe5e5;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    display: block;
    position: absolute;
}
.achievements-box {
padding-top:4%;
padding-bottom:4%;
padding-left:1%;
}
.achievements-grid {
width:100%;
float:left;
margin-right:2%;
margin-bottom:5%;
margin-top:6%;
padding:2%;
background-color:#FFF;
}
.achievements-grid1 {
width:100%;
float:left;
margin-right:2%;
margin-bottom:5%;
margin-top:6%;
}
.achievements-grid h1 {
font-size:1.5em;
color:#016c34;
text-align:left;
font-weight:600;
line-height:1.5em;
padding-left:5%;
}
.achievements-grid p {
font-size:1em;
color:#444;
text-align:center;
font-weight:600;
line-height:1.5em;
text-transform:uppercase;
}
.updates {
background-image:url(../images/bg.jpg);
background-repeat:repeat;
background-position:center;
height:auto;
padding-top:2%;
padding-bottom:2%;
}
.updates-left {
width:50%;
float:left;
}
.updates-right {
width:50%;
float:left;
padding:1.5%;
}
.updates-right iframe {
width:100%;
height:300px;
}
.updates-grid {
width:48%;
float:left;
margin-right:2%;
padding-bottom:3%;
}
.updates-box {
    padding: 10px;
    text-align: center;
    color: #221918;
    transition: all .2s ease-in-out;
}
.updates-box li {
list-style:none;
font-size:14px;
font-weight:400;
color:#000;
line-height:1.5em;
padding-bottom:3%;
padding-top:2%;
padding-left:4%;
border-bottom:1px solid#d2d2d2;
text-decoration:none;
}
.updates-box li a {
color:#000;
text-decoration:none;
}
.updates-box li a:hover {
color:#f25141;
text-decoration:none;
}
.updates-box li i {
list-style:none;
font-size:16px;
padding-right:2%;
}
.updates-box-top {
    font-weight: 500;
    margin-top: 15px;
    letter-spacing: 1px;
    text-align: center;
	width:100%;
    padding: 8px;
	color:#FFF;
}
.updates-border {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #ccc;
}
.updates-bg-blue {
float:left;
    background: #1786ba none repeat scroll 0px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
.updates-bg-blue a {
	color:#FFF;
	text-decoration:none;
}
.updates-bg-orenge {
float:left;
    background: #f25141 none repeat scroll 0px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
.updates-bg-orenge a {
	color:#FFF;
	text-decoration:none;
}
.rating {
font-size:13px;
color:#999;
text-align:left;
padding-left:4%;
padding-bottom:2%;
}
.rating i {
font-size:11px;
color:#ec7b17;
}
.updates-box p {
font-size:14px;
color:#444;
text-align:left;
font-weight:400;
line-height:1.5em;
padding:4% 4% 0% 4%;
}
.updates-box p span {
font-size:14px;
color:#f25141;
text-align:left;
font-weight:600;
}
.read-more a {
    display: inline-block;
    padding:4px 8px;
    z-index: 0;
    color: #FFF;
    text-align: center;
    font-size:.9em;
    text-transform: capitalize;
	 background-color:#f25141;
    font-weight:400;
    text-decoration: none;
	border-radius:5px;
	margin-left:4%;
}
.read-more a:hover {
 color: #FFF;
 background-color:#000;
 text-decoration: none;
}
.massage-box {
padding-top:4%;
}
.gallery {
background-image:url(../images/gallery-bg.jpg);
background-position:center top;
background-repeat:repeat-x;
background-size:cover;
height:auto;
}
.gallery:before {
    content: " ";
    left: 50%;
    margin: 0 0 0 -10px;
    border-top: 15px solid #efe5e5;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    display: block;
    position: absolute;
}
.view-more a {
    display: inline-block;
    padding:10px 20px;
    z-index: 0;
    color: #000;
    text-align: center;
    font-size:1.2em;
    text-transform: capitalize;
	 background-color:#ebd018;
    font-weight:400;
    text-decoration: none;
	border-radius:5px;
	margin-bottom:3%;
}
.view-more a:hover {
 color: #FFF;
 background-color:#ed9a0a;
 text-decoration: none;
}
.gallery-box {
padding-top:2%;
padding-bottom:2%;
padding-left:1%;
}
.gallery-grid {
width:31.3333%;
float:left;
margin-right:2%;
margin-bottom:6%;
margin-top:6%;
background-color:#FFF;
}
.gallery h1 {
font-size:2.5em;
color:#FFF;
text-align:left;
font-weight:300;
line-height:1.5em;
}
.gallery h1 span {
font-weight:600;
}
.award {
padding:2%;
}
.award h1 {
font-size:2.5em;
color:#444;
text-align: center;
font-weight:300;
line-height:1.5em;
}
.award h1 span {
font-weight:600;
}
.grid-box {
width:95%;
margin-left:5%;
}
.footer {
width:100%;
}
.footer h1:before {
    left: 0;
}
.footer h1:after {
    right: 0;
}
.footer h1::after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 28%;
	color:#FFF;
}
.footer h1::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 28%;
	color:#FFF;
}
.footer h1 {
font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-size:40px;
    margin: 0 0 10px;
	letter-spacing:1px;
    color: #fff;
	position: relative;
	font-weight:500;
}


.footer h3:before {
    left: 0;
}
.footer h3:after {
    right: 0;
}
.footer h3::after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    width:32%;
	color:#FFF;
}
.footer h3::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    width:32%;
	color:#FFF;
}
.footer h3 {
font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-size:30px;
    margin:15px 0 10px;
	letter-spacing:1px;
    color: #fff;
	position: relative;
	font-weight:500;
}

.ftr-grid:nth-child(7) {
float:left;
width:16%;
margin-right:0%;
}
.ftr-grid:nth-child(3) {
float:left;
width:14%;
margin-right:2%;
}
.ftr-grid:nth-child(4) {
float:left;
width:15%;
margin-right:2%;
}
.ftr-grid:nth-child(5) {
float:left;
width:14%;
margin-right:2%;
}
.ftr-grid:nth-child(6) {
float:left;
width:15%;
margin-right:2%;
}
.ftr-grid {
float:left;
width:16%;
margin-right:2%;
margin-top:2%;
}
.ftr-grid h2 {
font-family: 'Roboto Condensed', sans-serif;
font-size:1.1em;
font-weight:400;
text-transform:uppercase;
color:#FFF;
}
.ftr-grid h2 a {
color:#FFF;
text-decoration:none;
}
.ftr-grid h2 a:hover {
color: #FFFF00;
text-decoration:none;
}
.ftr-grid li  {
font-family: 'Roboto Condensed', sans-serif;
font-size:1em;
font-weight:400;
text-transform: capitalize;
color:#789667;
list-style:none;
line-height:1.4em;
display:block;
padding-bottom:2%;
font-weight:500;
text-decoration:none;
}
.ftr-grid li a {
color:#789667;
text-decoration:none;
}
.ftr-grid li a:hover {
color:#FFF;
text-decoration:none;
}
.social-links {
width:60%;
margin:0 auto;
text-align:center;
}
.smm-link li {
display:inline-block;
list-style:none;
color:#5c7a53;
font-size:2.5em;
margin-right:1%;
}
.smm-link li a {
display:inline-block;
list-style:none;
color:#5c7a53;
}
.smm-link li a:hover {
display:inline-block;
list-style:none;
color:#FFF;
}
.ftr-link {
margin-top:2%;
border-top:1px solid#48633f;
}
.ftr-link-left {
width:60%;
float:left;
}
.ftr-link-right {
width:40%;
float:left;
}
.monogram {
    text-align: left;
	padding-top:5px;
	float:left;
}
.pull-right {
font-family: 'Roboto Condensed', sans-serif;
    font-weight:300;
    line-height: 22px;
    padding-top: 14px;
    padding-left: 35px;
    margin-left: 20px;
    text-align: left;
    font-size: 16px;
	color:#5c7a53;
	text-decoration:none;
	font-weight:400;
}
.link {
font-family: 'Roboto Condensed', sans-serif;
    font-weight:300;
    line-height: 22px;
    padding-top: 14px;
    padding-left: 35px;
    margin-left: 20px;
    text-align: left;
    font-size: 16px;
	color:#5c7a53;
	text-decoration:none;
	font-weight:400;
}
.link a {
    color: #5c7a53;
	text-decoration:none;
	font-weight:400;
}
.link a:hover {
      color: #FFF;
	text-decoration:none;
}
.school-facilities {
width:100%;
background-image:url(../images/bg.jpg);
background-repeat:repeat;
height:auto;
}
.school-facilities h1 {
font-size: 2.5em;
    color: #444;
    text-align: center;
    font-weight: 300;
    line-height: 1.5em;
	margin: .7% 0;
}
.school-facilities h1 span {
    font-weight:600;
}

.facilities-grid {
width:10%;
float:left;
margin-left:1%;
margin-top:2%;
}
.facilities-grid p {
color: #000;
text-align:center;
font-size:14px;
text-transform: none;
font-weight:600;
}
.facilities-grid p a{
text-transform: none;
}
.facilities-grid p a:hover {
text-transform: none;
}
.about {
width:100%;
height:100%;
}
.about-pic {
width:40%;
float:left;
}
.about-box {
width:60%;
float:right;
padding-top:0%;
padding-left:5%;
padding-right:5%;
}
.about-box h2 {
text-align:left;
padding:1%;
font-family: 'Open Sans', sans-serif;
font-size:1.7em;
color:#444;
font-weight:400;
}
.about-box h1 {
text-align:left;
font-family: 'Open Sans', sans-serif;
padding:4%;
font-size:1.8em;
color:#016c34;
font-weight:bold;
line-height:1.3em;
text-transform:uppercase;
border-left: 6px solid #016d33;
background-color: #e8e5e4;
}
.about-box p {
text-align:left;
font-family: 'Open Sans', sans-serif;
font-size:1.2em;
color:#444;
line-height:1.5em;
font-weight:400;
}
.effect5
{
  position: relative;
}
.effect5:before, .effect5:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect5:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}
.house-system-box {
	width:50%;
	padding-top:4%;
	position:absolute;
	right:2%;
}
.house-system-box h1 {
font-size:3.5em;
    color: #016c34;
    text-align: left;
    font-weight:600;
    line-height: 1em;
	margin: .7% 0;
	text-transform:uppercase;
}
.house-system-box h1 span {
    font-weight:300;
	font-size:.8em;
	color:#444;
}
.house-system-box p {
text-align:left;
font-family: 'Open Sans', sans-serif;
font-size:1.3em;
color:#444;
line-height:1.5em;
font-weight:400;
}

.boarding-house-pic {
width:50%;
float:left;
}
.boarding-house-box {
width:50%;
float:right;
padding-top:6%;
padding-left:5%;
padding-right:5%;
}
.boarding-house-box h1 {
font-size:3.5em;
    color: #016c34;
    text-align: left;
    font-weight:600;
    line-height: 1em;
	margin: .7% 0;
	text-transform:uppercase;
}
.boarding-house-box h1 span {
    font-weight:300;
	font-size:.8em;
	color:#016c34;
}
.boarding-house-box p {
text-align:left;
font-family: 'Open Sans', sans-serif;
font-size:1.3em;
color:#444;
line-height:1.5em;
font-weight:400;
}
.hostel-activities-box {
	width:40%;
	padding-top:8%;
	position:absolute;
	left:5%;
}
.hostel-activities-box h1 {
font-size:4em;
    color: #FFF;
    text-align: left;
    font-weight:600;
    line-height: 1em;
	margin: .7% 0;
	text-transform:uppercase;
}
.hostel-activities-box h1 span {
    font-weight:300;
	font-size:.8em;
	color:#FFF;
}
.hostel-activities-box h2 {
text-align:left;
font-family: 'Open Sans', sans-serif;
font-size:1.7em;
color:#FFF;
line-height:1.5em;
font-weight:400;
}
.hostel-activities-box h3 {
text-align:left;
font-family: 'Open Sans', sans-serif;
font-size:1.3em;
color:#FFF;
line-height:1.5em;
font-weight:400;
padding-top:4%;
}
.hostel-activities-box p {
text-align:left;
font-family: 'Open Sans', sans-serif;
font-size:1.3em;
color:#FFF;
line-height:1.5em;
font-weight:400;
}
.demo-gallery h1 {
font-size:2.8em;
color:#444;
text-align: center;
font-weight:300;
line-height:1.5em;
}
.demo-gallery h1 span {
font-weight:600;
color: #016c34;
}
.student-council {
}
.student-council h1 {
font-size:2.8em;
color:#444;
text-align: center;
font-weight:300;
line-height:1.5em;
}
.student-council h1 span {
font-weight:600;
color: #016c34;
}
.student-council h2 {
font-size:1.8em;
font-weight:bold;
color: #016c34;
text-align:center;
}
.student-council p {
text-align: center;
font-family: 'Open Sans', sans-serif;
font-size:1.3em;
color:#444;
line-height:1.5em;
font-weight:400;
padding-left:5%;
padding-right:5%;
}
.student-council li {
text-align:left;
font-family: 'Open Sans', sans-serif;
font-size:1.2em;
color:#444;
line-height:1.5em;
font-weight:400;
list-style: decimal;
padding-bottom:2%;
}
.download-grid {
width:23%;
float:left;
margin-right:1%;
margin-left:1%;
margin-top:1%;
margin-bottom:1%;
padding-top:2%;
border:1px solid#e0d8d7;
}
.download-grid:hover {
background-color:#f2f2f2;
}
.download-grid p {
font-size:1.3em;
text-align:center;
color:#444;
font-weight:600;
text-decoration:none;
}
.newsletter-grid {
width:31.3333%;
float:left;
margin-right:1%;
margin-left:1%;
margin-top:1%;
margin-bottom:1%;
border:1px solid#e0d8d7;
}
.newsletter-grid:hover {
background-color:#f2f2f2;
}
.newsletter-grid p {
font-size:1.3em;
text-align:center;
color:#444;
font-weight:600;
text-decoration:none;
}
.transport {
width:100%;
margin:0 auto;
padding-bottom:2%;
}
.transport h1 {
font-size:1.8em;
font-weight:bold;
color: #016c34;
text-align:left;
}
.transport li {
text-align:left;
font-family: 'Open Sans', sans-serif;
font-size:1.1em;
color:#444;
line-height:1.5em;
font-weight:400;
list-style: decimal;
padding-bottom:1%;
}
#section8 { background-image:url(../images/footer-bg.jpg); padding-top:5%; }
.about-dps {
width:100%;
margin-top:3%;
margin-bottom:5%;
}
.about-dps-box {
	width:80%;
	height: auto;
	background:#f5f5f5;
	margin:0 auto;
	padding-bottom:4%;
}
.about-dps-box-logo {
padding-top:4%;
}
.about-dps-box h2 {
text-align:center;
padding:1%;
font-family: 'Open Sans', sans-serif;
font-size:1.7em;
color:#444;
font-weight:400;
}
.about-dps-box h1 {
text-align:center;
font-family: 'Open Sans', sans-serif;
padding:1%;
font-size:1.9em;
color:#016c34;
font-weight:bold;
line-height:1.3em;
text-transform:uppercase;
}
.about-dps-box p {
text-align:center;
padding-left:5%;
padding-right:5%;
font-family: 'Open Sans', sans-serif;
font-size:1.3em;
color:#444;
line-height:1.5em;
font-weight:400;
}
.infrastructure {
width:100%;
margin:0 auto;
padding-top:2%;
padding-bottom:2%;
}
.infrastructure h1 {
text-align:center;
font-family: 'Open Sans', sans-serif;
padding:1%;
font-size:2.3em;
color:#016c34;
font-weight:bold;
line-height:1.3em;
text-transform:uppercase;
}
.infrastructure h1 span {
text-align:center;
font-family: 'Open Sans', sans-serif;
padding:1%;
font-size:1.1em;
color:#016c34;
font-weight:400;
line-height:1.3em;
text-transform: none;
}
.infrastructure p {
text-align:center;
padding-left:5%;
padding-right:5%;
font-family: 'Open Sans', sans-serif;
font-size:1.3em;
color:#444;
line-height:1.5em;
font-weight:400;
}
.infrastructure-box {
background-color:#0a6133;
padding:4%;
}
.infrastructure-box1 {
background-color:#FFF;
padding:2%;
}
.infrastructure-box2 {
background-color:#edb301;
padding:2%;
}
.infrastructure-box3 {
background-color:#1c3a58;
padding:2%;
}
.infrastructure-grid {
width:31.3333%;
float:left;
margin-right:2%;
margin-bottom:2%;
background-color:#FFF;
height: auto;
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #ccc;
height:470px;
}
.infrastructure-grid:nth-child(4) {
height:400px;
}
.infrastructure-grid:nth-child(5) {
height:400px;
}
.infrastructure-grid h1 {
text-align:center;
font-family: 'Open Sans', sans-serif;
padding:1%;
font-size:1.4em;
color:#444;
font-weight:600;
line-height:1.3em;
text-transform:uppercase;
}
.infrastructure-grid p {
text-align:center;
padding-left:5%;
padding-right:5%;
font-family: 'Open Sans', sans-serif;
font-size:1.1em;
color:#444;
line-height:1.5em;
font-weight:400;
}
.infrastructure-left {
width:50%;
float:left;
}
.infrastructure-left h1 {
text-align:center;
font-family: 'Open Sans', sans-serif;
padding:1%;
font-size:2.5em;
color:#FFF;
font-weight:bold;
line-height:1.3em;
text-transform:uppercase;
}
.infrastructure-left h1 span {
text-align:center;
font-family: 'Open Sans', sans-serif;
padding:1%;
font-size:1.1em;
color:#FFF;
font-weight:300;
line-height:1.3em;
text-transform: none;
}
.infrastructure-left p {
text-align:center;
padding-left:5%;
padding-right:5%;
font-family: 'Open Sans', sans-serif;
font-size:1.3em;
color:#FFF;
line-height:1.5em;
font-weight:400;
}
.infrastructure-left h2 {
text-align:center;
font-family: 'Open Sans', sans-serif;
padding:1%;
font-size:2.5em;
color:#444;
font-weight:bold;
line-height:1.3em;
text-transform:uppercase;
}
.infrastructure-left h2 span {
text-align:center;
font-family: 'Open Sans', sans-serif;
padding:1%;
font-size:1.1em;
color:#444;
font-weight:300;
line-height:1.3em;
text-transform: none;
}
.infrastructure-left h3 {
text-align:center;
padding-left:5%;
padding-right:5%;
font-family: 'Open Sans', sans-serif;
font-size:1.3em;
color:#444;
line-height:1.5em;
font-weight:400;
}
.infrastructure-right {
width:50%;
float:left;
}
.about-txt {
  padding: 1em 0em 1em 0em;
  border-bottom:1px solid #F2F2F2;
}
.about-right {
 padding: 2em 0em 1em 0em;
}
.about-left h1 {
text-align:left;
font-family: 'Open Sans', sans-serif;
font-size:2.5em;
color:#444;
font-weight:bold;
line-height:1.3em;
text-transform:uppercase;
}
.about-left h1 span {
text-align:left;
font-family: 'Open Sans', sans-serif;
font-size:1.1em;
color:#444;
font-weight:300;
line-height:1.3em;
text-transform: none;
}
.about-left p {
text-align:left;
font-family: 'Open Sans', sans-serif;
font-size:1.1em;
color:#444;
line-height:1.5em;
font-weight:400;
}
@media (min-width: 600px) and (max-width: 767px) {
.contacts-left {
width: 100%;
margin-left: 0;
}
.contacts-right {
    width: 100%;
    float: left;
    margin-left:0%;
	padding:4%;
}
.contacts-right h1 {
font-size: 2em;
padding-bottom: 4%;
}
.contacts-right h2 {
font-size: 1.2em;
}
.contacts-right p {
    font-family: 'Open Sans', sans-serif;
    color: #444;
    font-weight: 400;
    line-height: 1.3em;
    font-size: 1.1em;
    padding-bottom:5px;
}
.contacts {
margin-bottom:0%;
margin-top: 0%;
}
.transport {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
	padding:4%;
}
.transport li {
list-style: none;
}
#datepicker1 {
    width: 100%;
    height: 100%;
}
.newsletter-grid {
    width: 48%;
    float: left;
    margin-right:2%;
    margin-left:0%;
}
.courses-bg {
width: 100%;
}
#contact-form input[type="submit"] {
width: 100%;
}
.download-grid {
    width: 48%;
    float: left;
    margin-right: 1%;
    margin-left:1%;
}
.boarding-house-box h1 {
font-size:2.5em;
}
.boarding-house-box p {
font-size: 1.1em;
}
.house-system-box h1 {
font-size: 2.5em;
padding-top:5%;
}
.house-system-box p {
font-size: 1.1em;
}
.student-council h1 {
    font-size: 2.5em;
    line-height: 1.3em;
	margin:0;
}
.student-council h2 {
    font-size: 1.5em;
}
.student-council p {
font-size: 1.1em;
}
.opportunity h1 {
font-size:1.3em;
line-height: 1.5em;
}
.opportunity h1 span {
font-size:.6em;
line-height: 1.2em;
}
.boarding-house-pic {
    width:100%;
    float: left;
}
.boarding-house-box {
    width: 100%;
    float: right;
    padding-top: 6%;
    padding-left:4%;
    padding-right:4%;
}
.hostel-activities-box {
    width:100%;
    padding-top: 0%;
	padding:6%;
    position: relative;
    left: 0;
}
.hostel-activities-box h1 {
    font-size:2.5em;
    color: #000;
}
.hostel-activities-box h2 {
    font-size: 1.1em;
    color: #000;
}
.hostel-activities-box h3 {
font-size: 1.1em;
color: #000;
}
.desktop-show {
display:none;
}
.mobile-show {
display: block;
}
.about-pic {
    width: 100%;
    float: left;
}
.desktop-menu {
display:none;
}
.tab-menu-mobile {
display:block;
}
.call {
display:none;
}
.top-header-left {
display:none;
}
.top-header-right {
display:none;
}
.top-header-middle {
display:block;
width:26%;
margin:0 auto;
}
.top-link li i {
  color:#dee8dc;
  font-size:22px;
  padding-right:5px;
}
.about-dps-box-logo img {
width:25%;
height:auto;
}
.infrastructure-left {
width: 100%;
float: left;
}
.infrastructure-left p {
padding-left:1%;
padding-right: 1%;
font-size: 1.1em;
}
.infrastructure-right {
    width:100%;
    float: left;
}
.opportunity {
 padding-top: 2%;
 padding-left:2%;
 padding-right:2%;
}
.infrastructure-grid {
    width: 48%;
    float: left;
    margin-right:2%;
    margin-bottom: 2%;
    background-color: #FFF;
    height: auto;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ccc;
    height: auto;
}
.effect5 {
    position: static;
}
.award {
 padding: 4%;
}
.house-system-box {
    width: 100%;
    padding-top:5%;
	padding:5%;
    position: relative;
    right:0;
}
.student-council {
    padding: 4%;
}
.student-council li {
    list-style:none;
	padding-left:0%;
	font-size: 1.1em;
}
.logo {
    width:95%;
    float: left;
    padding-top: 1%;
    padding-bottom: 1%;
	padding-left:4%;
}
.logo img {
    width:100%;
}
.about-dps-box {
    width: 100%;
	background: #FFF;
}
.about-dps {
    margin-top: 0%;
	margin-bottom: 0%;
}
.about-dps-box h1 {
    font-size: 1.5em;
}
.about-dps-box p {
    font-size: 1.1em;
}
.about-box h1 {
font-size: 1.5em;
}
.opportunity-grid {
    width:48%;
    float:left;
    margin-right:1%;
    margin-left:1%;
}
.award h1 {
    font-size:1.8em;
    line-height: 1.3em;
	margin: 0;
}
.school-facilities h1 {
    font-size:1.8em;
    line-height: 1.5em;
	padding-top:4%;
}
.facilities-grid {
    width:25%;
    float: left;
    margin-left:0%;
    margin-top:4%;
}
.facilities-grid:nth-child(9) {
display:none;
}
.footer h1 {
    font-size:2em;
	letter-spacing: 0;
}
.footer h1::before {
    width:15%;
}
.footer h1::after {
    width: 15%;
}
.ftr-grid {
    float: left;
    width:30.3333%;
    margin-right:0%;
	margin-left:3%;
    margin-top: 2%;
}
.ftr-grid:nth-child(3), .ftr-grid:nth-child(4), .ftr-grid:nth-child(5), .ftr-grid:nth-child(6), .ftr-grid:nth-child(7) {
    float: left;
    width:31.3333%;
    margin-right:0%;
	margin-left:2%;
    margin-top: 2%;
}
.footer h3 {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-size:2em;
	letter-spacing:0;
}
.footer h3::before {
    width:15%;
}
.footer h3::after {
    width: 15%;
}
.monogram {
display:none;
}
.ftr-link-left {
    width:100%;
}
.link {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    line-height: 22px;
    padding-top: 14px;
    padding-left:10px;
	padding-right:10px;
    margin-left:0;
    text-align: center;
    font-size: 14px;
    color: #5c7a53;
    text-decoration: none;
    font-weight: 400;
}
.ftr-link-right {
display:none;
}
.about-box {
    width: 100%;
    float:none;
    padding-top: 4%;
}
.about-box p {
padding-left:0%;
padding-right:0%;
font-size: 1.1em;
}
.infrastructure h1 {
font-size:1.7em;
line-height: 1.3em;
padding:4%;
}
.infrastructure p {
font-size: 1.1em;
}
.infrastructure-left h1 {
font-size:1.9em;
}
.infrastructure-left h2 {
font-size:1.7em;
}
.infrastructure-left h3 {
font-size: 1.1em;
}
.about-left h1 {
font-size:1.7em;
}
}
@media (min-width: 480px) and (max-width: 599px) {
.contacts-left {
width: 100%;
margin-left: 0;
}
.contacts-right {
    width: 100%;
    float: left;
    margin-left:0%;
	padding:4%;
}
.contacts-right h1 {
font-size: 2em;
padding-bottom: 4%;
}
.contacts-right h2 {
font-size: 1.2em;
}
.contacts-right p {
    font-family: 'Open Sans', sans-serif;
    color: #444;
    font-weight: 400;
    line-height: 1.3em;
    font-size: 1.1em;
    padding-bottom:5px;
}
.contacts {
margin-bottom:0%;
margin-top: 0%;
}
.transport {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
	padding:4%;
}
.transport li {
list-style: none;
}
#datepicker1 {
    width: 100%;
    height: 100%;
}
.newsletter-grid {
    width: 48%;
    float: left;
    margin-right:2%;
    margin-left:0%;
}
.courses-bg {
width: 100%;
}
#contact-form input[type="submit"] {
width: 100%;
}
.download-grid {
    width: 48%;
    float: left;
    margin-right: 1%;
    margin-left:1%;
}
.boarding-house-box h1 {
font-size:2.5em;
}
.boarding-house-box p {
font-size: 1.1em;
}
.house-system-box h1 {
font-size: 2.5em;
padding-top:5%;
}
.house-system-box p {
font-size: 1.1em;
}
.student-council h1 {
    font-size: 2.5em;
    line-height: 1.3em;
	margin:0;
}
.student-council h2 {
    font-size: 1.5em;
}
.student-council p {
font-size: 1.1em;
}
.opportunity h1 {
font-size:1.8em;
line-height: 1.5em;
}
.opportunity h1 span {
font-size:.6em;
line-height: 1.2em;
}
.boarding-house-pic {
    width:100%;
    float: left;
}
.boarding-house-box {
    width: 100%;
    float: right;
    padding-top: 6%;
    padding-left:4%;
    padding-right:4%;
}
.hostel-activities-box {
    width:100%;
    padding-top: 0%;
	padding:6%;
    position: relative;
    left: 0;
}
.hostel-activities-box h1 {
    font-size:2.5em;
    color: #000;
}
.hostel-activities-box h2 {
    font-size: 1.1em;
    color: #000;
}
.hostel-activities-box h3 {
font-size: 1.1em;
color: #000;
}
.desktop-show {
display:none;
}
.mobile-show {
display: block;
}
.about-pic {
    width: 100%;
    float: left;
}
.desktop-menu {
display:none;
}
.tab-menu-mobile {
display:block;
}
.call {
display:none;
}
.top-header-left {
display:none;
}
.top-header-right {
display:none;
}
.top-header-middle {
display:block;
width:33%;
margin:0 auto;
}
.top-link li i {
  color:#dee8dc;
  font-size:22px;
  padding-right:5px;
}
.about-dps-box-logo img {
width:30%;
height:auto;
}
.infrastructure-left {
width: 100%;
float: left;
}
.infrastructure-left p {
padding-left:1%;
padding-right: 1%;
font-size: 1.1em;
}
.infrastructure-right {
    width:100%;
    float: left;
}
.opportunity {
 padding-top: 2%;
 padding-left:2%;
 padding-right:2%;
}
.infrastructure-grid {
    width: 48%;
    float: left;
    margin-right:2%;
    margin-bottom: 2%;
    background-color: #FFF;
    height: auto;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ccc;
    height: auto;
}
.effect5 {
    position: static;
}
.award {
 padding: 4%;
}
.house-system-box {
    width: 100%;
    padding-top:5%;
	padding:5%;
    position: relative;
    right:0;
}
.student-council {
    padding: 4%;
}
.student-council li {
    list-style:none;
	padding-left:0%;
	font-size: 1.1em;
}
.logo {
    width:95%;
    float: left;
    padding-top: 1%;
    padding-bottom: 1%;
	padding-left:4%;
}
.logo img {
    width:100%;
}
.about-dps-box {
    width: 100%;
	background: #FFF;
}
.about-dps {
    margin-top: 0%;
	margin-bottom: 0%;
}
.about-dps-box h1 {
    font-size: 1.5em;
}
.about-dps-box p {
    font-size: 1.1em;
}
.about-box h1 {
font-size: 1.5em;
}
.opportunity-grid {
    width:48%;
    float:left;
    margin-right:1%;
    margin-left:1%;
}
.award h1 {
    font-size:1.8em;
    line-height: 1.3em;
	margin: 0;
}
.school-facilities h1 {
    font-size:1.8em;
    line-height: 1.5em;
	padding-top:4%;
}
.facilities-grid {
    width:33.3333%;
    float: left;
    margin-left:0%;
    margin-top:4%;
}
.footer h1 {
    font-size:2em;
	letter-spacing: 0;
}
.footer h1::before {
    width:15%;
}
.footer h1::after {
    width: 15%;
}
.ftr-grid {
    float: left;
    width:45%;
    margin-right:0%;
	margin-left:5%;
    margin-top: 2%;
}
.ftr-grid:nth-child(3), .ftr-grid:nth-child(4), .ftr-grid:nth-child(5) {
    float: left;
    width:45%;
    margin-right:0%;
	margin-left:5%;
    margin-top: 2%;
}
.ftr-grid:nth-child(6) {
    float: left;
    width:50%;
    margin-right:0%;
	margin-left:5%;
    margin-top: 2%;
}
.ftr-grid:nth-child(7) {
    float: left;
    width:40%;
    margin-right:0%;
	margin-left:0%;
    margin-top: 2%;
}
.footer h3 {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-size:2em;
	letter-spacing:0;
}
.footer h3::before {
    width:15%;
}
.footer h3::after {
    width: 15%;
}
.monogram {
display:none;
}
.ftr-link-left {
    width:100%;
}
.link {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    line-height: 22px;
    padding-top: 14px;
    padding-left:10px;
	padding-right:10px;
    margin-left:0;
    text-align: center;
    font-size: 14px;
    color: #5c7a53;
    text-decoration: none;
    font-weight: 400;
}
.ftr-link-right {
display:none;
}
.about-box {
    width: 100%;
    float:none;
    padding-top: 4%;
}
.about-box p {
padding-left:0%;
padding-right:0%;
font-size: 1.1em;
}
.infrastructure h1 {
font-size:1.7em;
line-height: 1.3em;
padding:2%;
}
.infrastructure p {
font-size: 1.1em;
}
.infrastructure-left h1 {
font-size:1.9em;
}
.infrastructure-left h2 {
font-size:1.7em;
}
.infrastructure-left h3 {
font-size: 1.1em;
}
.about-left h1 {
font-size:1.7em;
}
}
@media (min-width: 320px) and (max-width: 479px) {
.contacts-left {
width: 100%;
margin-left: 0;
}
.contacts-right {
    width: 100%;
    float: left;
    margin-left:0%;
	padding:4%;
}
.contacts-right h1 {
font-size: 2em;
padding-bottom: 4%;
}
.contacts-right h2 {
font-size: 1.2em;
}
.contacts-right p {
    font-family: 'Open Sans', sans-serif;
    color: #444;
    font-weight: 400;
    line-height: 1.3em;
    font-size: 1.1em;
    padding-bottom:5px;
}
.contacts {
margin-bottom:0%;
margin-top: 0%;
}
.transport {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
	padding:4%;
}
.transport li {
list-style: none;
}
#datepicker1 {
    width: 100%;
    height: 100%;
}
.newsletter-grid {
    width: 100%;
    float: left;
    margin-right:0%;
    margin-left:0%;
}
.courses-bg {
width: 100%;
}
#contact-form input[type="submit"] {
width: 100%;
}
.download-grid {
    width: 100%;
    float: left;
    margin-right: 0%;
    margin-left:0%;
}
.boarding-house-box h1 {
font-size:2.5em;
}
.boarding-house-box p {
font-size: 1.1em;
}
.house-system-box h1 {
font-size: 2.5em;
padding-top:5%;
}
.house-system-box p {
font-size: 1.1em;
}
.student-council h1 {
    font-size: 2.5em;
    line-height: 1.3em;
	margin:0;
}
.student-council h2 {
    font-size: 1.5em;
}
.student-council p {
font-size: 1.1em;
}
.opportunity h1 {
font-size:1.5em;
line-height: 1.5em;
}
.opportunity h1 span {
font-size:.6em;
line-height: 1.2em;
}
.boarding-house-pic {
    width:100%;
    float: left;
}
.boarding-house-box {
    width: 100%;
    float: right;
    padding-top: 6%;
    padding-left:4%;
    padding-right:4%;
}
.hostel-activities-box {
    width:100%;
    padding-top: 0%;
	padding:6%;
    position: relative;
    left: 0;
}
.hostel-activities-box h1 {
    font-size:2.5em;
    color: #000;
}
.hostel-activities-box h2 {
    font-size: 1.1em;
    color: #000;
}
.hostel-activities-box h3 {
font-size: 1.1em;
color: #000;
}
.desktop-show {
display:none;
}
.mobile-show {
display: block;
}
.about-pic {
    width: 100%;
    float: left;
}
.desktop-menu {
display:none;
}
.tab-menu-mobile {
display:block;
}
.call {
display:none;
}
.top-header-left {
display:none;
}
.top-header-right {
display:none;
}
.top-header-middle {
display:block;
width:50%;
margin:0 auto;
}
.top-link li i {
  color:#dee8dc;
  font-size:22px;
  padding-right:5px;
}
.about-dps-box-logo img {
width:50%;
height:auto;
}
.infrastructure-left {
width: 100%;
float: left;
}
.infrastructure-left p {
padding-left:1%;
padding-right: 1%;
font-size: 1.1em;
}
.infrastructure-right {
    width:100%;
    float: left;
}
.opportunity {
 padding-top: 2%;
 padding-left:2%;
 padding-right:2%;
}
.infrastructure-grid {
    width: 100%;
    float: left;
    margin-right:0%;
    margin-bottom: 2%;
    background-color: #FFF;
    height: auto;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ccc;
    height: auto;
}
.effect5 {
    position: static;
}
.award {
 padding: 4%;
}
.house-system-box {
    width: 100%;
    padding-top:5%;
	padding:5%;
    position: relative;
    right:0;
}
.student-council {
    padding: 4%;
}
.student-council li {
    list-style:none;
	padding-left:0%;
	font-size: 1.1em;
}
.logo {
    width:95%;
    float: left;
    padding-top: 1%;
    padding-bottom: 1%;
	padding-left:4%;
}
.logo img {
    width:100%;
}
.about-dps-box {
    width: 100%;
	background: #FFF;
}
.about-dps {
    margin-top: 0%;
	margin-bottom: 0%;
}
.about-dps-box h1 {
    font-size: 1.5em;
}
.about-dps-box p {
    font-size: 1.1em;
}
.about-box h1 {
font-size: 1.5em;
}
.opportunity-grid {
    width:80%;
    float:none;
    margin-right:0%;
    margin-left:0%;
	margin:0 auto;
}
.award h1 {
    font-size:1.5em;
    line-height: 1.5em;
	margin: 0;
}
.school-facilities h1 {
    font-size:1.5em;
    line-height: 1.5em;
	padding-top:4%;
}
.facilities-grid {
    width:48%;
    float: left;
    margin-left:0%;
    margin-top: 2%;
}
.footer h1 {
    font-size:20px;
	letter-spacing: 0;
}
.footer h1::before {
    width:10%;
}
.footer h1::after {
    width: 10%;
}
.ftr-grid {
    float: left;
    width:90%;
    margin-right:0%;
	margin-left:8%;
    margin-top: 2%;
}
.ftr-grid:nth-child(3), .ftr-grid:nth-child(4), .ftr-grid:nth-child(5), .ftr-grid:nth-child(6), .ftr-grid:nth-child(7) {
    float: left;
    width:90%;
    margin-right:0%;
	margin-left:8%;
    margin-top: 2%;
}
.footer h3 {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-size:20px;
	letter-spacing:0;
}
.footer h3::before {
    width:10%;
}
.footer h3::after {
    width: 10%;
}
.monogram {
display:none;
}
.ftr-link-left {
    width:100%;
}
.link {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    line-height: 22px;
    padding-top: 14px;
    padding-left:10px;
	padding-right:10px;
    margin-left:0;
    text-align: center;
    font-size: 14px;
    color: #5c7a53;
    text-decoration: none;
    font-weight: 400;
}
.ftr-link-right {
display:none;
}
.about-box {
    width: 100%;
    float:none;
    padding-top: 4%;
}
.about-box p {
padding-left:0%;
padding-right:0%;
font-size: 1.1em;
}
.infrastructure h1 {
font-size:1.7em;
line-height: 1.3em;
}
.infrastructure p {
font-size: 1.1em;
}
.infrastructure-left h1 {
font-size:1.9em;
}
.infrastructure-left h2 {
font-size:1.7em;
}
.infrastructure-left h3 {
font-size: 1.1em;
}
.about-left h1 {
font-size:1.7em;
}
}
@media (min-width: 1366px) {
.boarding-house-box {
padding-top:6%;
padding-left:5%;
padding-right:5%;
}
.boarding-house-box h1 {
font-size:4.5em;
}
.boarding-house-box p {
font-size:1.4em;
}
.about-box {
padding-top:2%;
padding-left:5%;
padding-right:5%;
}
.about-box h1 {
padding:4%;
font-size:2em;
}
.about-box p {
font-size:1.3em;
}
.house-system-box h1 {
font-size:4.5em;
}
.house-system-box p {
font-size:1.4em;
}
.hostel-activities-box {
	width:40%;
	padding-top:8%;
	position:absolute;
	left:8%;
	padding-right:5%;
}
.hostel-activities-box h1 {
font-size:4.5em;
}
.hostel-activities-box h3 {
font-size:1.4em;
padding-top:4%;
}
.hostel-activities-box p {
font-size:1.4em;
}
}
@media (min-width: 1440px) {
.boarding-house-box {
padding-top:6%;
padding-left:5%;
padding-right:5%;
}
.boarding-house-box h1 {
font-size:5.5em;
}
.boarding-house-box p {
font-size:1.5em;
}
.about-box {
padding-top:2%;
padding-left:5%;
padding-right:5%;
}
.about-box h1 {
padding:4%;
font-size:2.2em;
}
.about-box p {
font-size:1.5em;
}
.house-system-box h1 {
font-size:5em;
}
.house-system-box p {
font-size:1.6em;
}
.hostel-activities-box {
	width:40%;
	padding-top:8%;
	position:absolute;
	left:12%;
	padding-right:8%;
}
.hostel-activities-box h1 {
font-size:5.5em;
}
.hostel-activities-box h3 {
font-size:1.6em;
padding-top:4%;
}
.hostel-activities-box p {
font-size:1.8em;
}
}
@media (min-width: 1680px) {
.boarding-house-box {
padding-top:6%;
padding-left:5%;
padding-right:5%;
}
.boarding-house-box h1 {
font-size:6em;
}
.boarding-house-box p {
font-size:1.6em;
}
.about-box {
padding-top:2%;
padding-left:5%;
padding-right:5%;
}
.about-box h1 {
padding:4%;
font-size:2.4em;
}
.about-box p {
font-size:1.6em;
}
.house-system-box h1 {
font-size:5em;
}
.house-system-box p {
font-size:1.7em;
}
.hostel-activities-box {
	width:40%;
	padding-top:10%;
	position:absolute;
	left:15%;
	padding-right:10%;
}
.hostel-activities-box h1 {
font-size:5.8em;
}
.hostel-activities-box h3 {
font-size:1.5em;
padding-top:4%;
}
.hostel-activities-box p {
font-size:2em;
}
}
@media (min-width: 1920px) {
.boarding-house-box {
padding-top:6%;
padding-left:5%;
padding-right:5%;
}
.boarding-house-box h1 {
font-size:7em;
}
.boarding-house-box p {
font-size:1.8em;
}
.about-box {
padding-top:4%;
padding-left:5%;
padding-right:5%;
}
.about-box h1 {
padding:4%;
font-size:2.6em;
}
.about-box p {
font-size:1.8em;
}
.house-system-box h1 {
font-size:5.5em;
}
.house-system-box p {
font-size:1.8em;
}
.hostel-activities-box {
	width:40%;
	padding-top:10%;
	position:absolute;
	left:20%;
	padding-right:15%;
}
.hostel-activities-box h1 {
font-size:6.2em;
}
.hostel-activities-box p {
font-size:2.2em;
}
}
@media (min-width: 2550px) {
.boarding-house-box {
padding-top:10%;
padding-left:8%;
padding-right:8%;
}
.boarding-house-box h1 {
font-size:8em;
}
.boarding-house-box p {
font-size:2.2em;
}
.about-box {
padding-top:4%;
padding-left:5%;
padding-right:5%;
}
.about-box h1 {
padding:4%;
font-size:2.8em;
}
.about-box p {
font-size:2em;
}
.house-system-box h1 {
font-size:6.2em;
}
.house-system-box p {
font-size:2.2em;
}
.hostel-activities-box {
	width:40%;
	padding-top:10%;
	position:absolute;
	left:25%;
	padding-right:22%;
}
.hostel-activities-box h1 {
font-size:6.5em;
}
.hostel-activities-box p {
font-size:2.5em;
}
}