<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);

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%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
.lazy-load {
    background: url("http://www.mozart.it/images/preloader.gif") center center no-repeat;
}
body 
{
	/*background:#24252b;*/
	/*font:13px Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	line-height:1.428571429;
	color:#999
	margin:0;
    padding:0;
	/*font-family: "Lucida Fax", Times, serif;	 */

	font-family:'Droid Serif';
}


ol, ul {
	list-style: none;
}
a
{
    text-decoration:none;
    outline:none;
}
a:hover, a:focus, a:active
{
	text-decoration:none;
	outline:none;
	color:#000;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img	{ width:100%; height:auto;}

/*.container
{
    padding:0;
}*/

.dvWrapper 
{
    position:relative;
    margin:0 auto;
    padding:0;
    width:100%;
}

.scrollToTop
{
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    border: 0px none;
    z-index: 20;
    text-indent: -999px;
    width: 36px;
    height: 37px;
    background: transparent url("../images/top.png") no-repeat scroll 0% 0%;
}

 .hidden {
                display: none;
            }
/*================================Header=======================================*/
header
{
    position:relative;
}

.dvMenu
{
	background: rgba(255, 255, 255, 0.65) none repeat scroll 0 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    margin: 70px 0 0;
    padding: 12px 0;
    padding-left: -15px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;	
}

.navbar-brand 
{
    margin-top: -90px;
}

.navbar-brand &gt; img 
{
    width:230px;
}

.navbar-brand &gt; p 
{
    background-color: #FFFFFF;
    color: #0071b6;
    font-size: 20px;
    font-weight: 900;
    font-weight: bold;
    text-align: center;
    margin: -15px 0 0;
    width:90px;
    float:left;
    margin-left: 30%;
	font:18px "Arial Black"
}

.navbar-nav
{
	float:right;	
}


.navbar-nav &gt; li
{
	position:relative !important;
	font-size:12px !important;
	line-height:20px !important;
	margin:0 !important;
	float:left !important;

}
.navbar-nav &gt; li:first-child {
	margin:0 !important;
}
.navbar-nav &gt; li a {
	position:relative !important;
	padding:10px !important;
	font-size:15px !important;
	/*font-weight: bold !important;*/
	color:#333 !important;
	background:0 0 !important;
-webkit-transition:all .25s !important;
-o-transition:all .25s !important;
transition:all .25s !important;
font:14px/36px "Droid Serif";
}
.navbar-nav &gt; li.active&gt;a {
	color:#333 !important;
	background:#00BFFF !important;
}
.navbar-nav &gt; li:hover&gt;a {
	color:#333 !important;
	background:#fed136 !important;
}

.navbar-nav li span {
	text-align:center !important;
	position:absolute !important;
	width:100% !important;
	left:0 !important;
	bottom:-1px !important;
	color:#333 !important;
	font-size:10px !important;
	z-index:0 !important;
-webkit-transition:all .25s !important;
-o-transition:all .25s !important;
transition:all .25s !important;

}
.navbar-nav .sub-menu&gt;ul {
	position:absolute !important;
	display:none !important;
	width:124px !important;
	left:0 !important;
	top:55px !important;
	list-style:none!important;
	zoom:1 !important;
	z-index:11 !important;
	background:#fff !important;
	padding:13px 14px 10px !important;
	text-align:left !important;
	margin:0 !important;
	text-align:right !important;
	-webkit-box-shadow:0 0 5px 0 rgba(0, 0, 0, .2) !important;
	box-shadow:0 0 5px 0 rgba(0, 0, 0, .2) !important;
}
.navbar-nav .sub-menu&gt;ul li {
	background:0 0 !important;
	border:0 !important;
	width:auto !important;
	float:none !important;
	margin:0 0 10px!important;
	line-height:20px !important;
	padding:0 !important;
	display:block !important;
	position:relative !important;
}
.navbar-nav .sub-menu&gt;ul li:after {
	display:none !important;
}
.navbar-nav .sub-menu&gt;ul li a {
	background:0 0 !important;
	padding:0 !important;
	margin:0 !important;
	float:none !important;
	font:12px !important;
	color:#333 !important;
	border:0 !important;
-webkit-transition:all .25s ease !important;
-o-transition:all .25s ease !important;
transition:all .25s ease !important;
}
.navbar-nav .sub-menu&gt;.submenu li span {
	display:inline-block !important;
	background:0 0 !important;
	position:absolute !important;
	left:auto !important;
	right:-9px !important;
	top:4px !important;
	color:#333 !important;
	font-size:11px !important;
	width:auto !important;
}
.navbar-nav .sub-menu&gt;ul li a:hover {
	color:#fed136!important;
	background:none!important;
	text-decoration:none !important;
-webkit-transition:all .25s ease !important;
-o-transition:all .25s ease !important;
transition:all .25s ease !important;
}
.navbar-nav .sub-menu&gt;ul li.sfHover&gt;a {
	color:#fed136!important;
	background:none!important;
	text-decoration:none !important;
-webkit-transition:all .25s ease !important;
-o-transition:all .25s ease !important;
transition:all .25s ease !important;
}
.navbar-nav .sub-menu ul ul {
	position:absolute !important;
	display:none !important;
	width:124px !important;
	left:115px !important;
	top:-13px !important;
	list-style:none!important;
	zoom:1 !important;
	z-index:11 !important;
	background:#fff !important;
	padding:13px 14px 10px !important;
	margin:0 !important;
	text-align:right !important;
	-webkit-box-shadow:0 0 5px 0 rgba(0, 0, 0, .2) !important;
	box-shadow:0 0 5px 0 rgba(0, 0, 0, .2) !important;
}
.navbar-nav .sub-menu ul ul li a {
	background:0 0 !important;
	padding:0 !important;
	margin:0;
	float:none !important;
	font:12px  !important;
	color:#333 !important;
-webkit-transition:all .25s ease !important;
-o-transition:all .25s ease !important;
transition:all .25s ease !important;
}
.navbar-nav .sub-menu&gt;ul li&gt;ul li a:hover {
	color:#fed136!important;
	background:none!important;
	text-decoration:none !important;
-webkit-transition:all .25s ease !important;
-o-transition:all .25s ease !important;
transition:all .25s ease !important;
}
.select-menu {
	display:none!important;
}

.dvBanner
{
	overflow:hidden;
	
}

#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   display: block;
   opacity: 0.7;
   background-color: #fff;
   z-index: 99;
   text-align: center;
}

#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}

.dvMarquee
{
	background: none repeat scroll 0 0 #FFC600;
    color: #0071B6;
        font-size: 14px;
        padding: 12px;
	
}


.dvSocialIcons
{
	position:absolute;
	overflow:auto;	
	top:30%;
	right:0;
	text-align:center;
}

.dvSocIcon
{
	padding:6px;
	margin:10px 0;
	background-color:rgba(255, 255,255, 0.5);
	float:none;
	display:block;
}

.dvSocIcon img
{
	width:auto;	
}

/*================================Header=======================================*/

/*================================Content=======================================*/


.dvThreeBoxes 
{
    bottom: 42px;
    position: absolute;
    width: 100%;

}

.dvThreeBoxes .dvBox
{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.65);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0);
    display: inline-block;
    float: none;
    margin: 10px;
    overflow: hidden;
    padding: 15px 12px;
    transition: all 0.4s ease 0s;
    width: 31.333%;
}

.dvThreeBoxes .dvBox:hover
{
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);	
}
	
.dvThreeBoxes .dvBox .dvIcon
{
	background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    height: 120px;
    line-height: 116px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 120px;	
}

.dvThreeBoxes .dvBox:hover .dvIcon 
{
    transform: rotateY(-180deg);
    transition: all 0.4s ease 0s;
}

.dvThreeBoxes .dvBox .dvIcon img
{
	padding: 20% 0;
    width: 100%;
}

.dvThreeBoxes .dvBox .dvText
{
	padding-top: 4%;
	text-align: left;
}
.dvText spam
{
	padding-right:0px;
    text-align: center;
}

.dvThreeBoxes .dvBox .dvText a
{
	color: #333;
    font-size: 28px;
	text-align:center;
    transition: all 0.25s ease 0s;
	/*font-family:"Lucida Fax", Times, serif;*/
}

/*================================Header=======================================*/

/*================================Content=======================================*/

.dvContent
{
    position:relative;
    padding:0;
	background:#f6f6f6 url(../images/pattern.png) repeat;
}

.dvContentinner
{
    position:relative;
    padding:250px 0 0;
	background:#f6f6f6 url(../images/pattern.png) repeat;
}

.row h1 {padding-top:20px;}

.dvWelcome 			{ text-align:center; padding: 35px 0 0;}
.dvWelcome h1		{ color:#333; font:36px 'Droid Serif'; margin:0 0 20px; text-align:center}
/*.dvWelcome p		{ font-size:17px; font-family:none; margin:0 0 41px; text-align:left float:left; margin-right:5px; margin-left:15px;}*/
.dvWelcome p		{ font-size:17px; margin: 0 0 41px; margin-right:5px; text-align:left; margin-left:15px;}
/*.dvWelcome ul li	{ font-size:17px; margin: 0 0 41px 35px; text-align:left;}*/

.dvFourBoxes
{
	overflow:auto;
	width: 100%;	
}

.dvFourBoxes .dvFourBox
{
	padding:0;	
}

.dvFourBoxes .dvFourBox .dvBox
{
	background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
    padding: 35px 25px 38px;
	text-align: center;
	margin: 0 15px 30px;
	min-height: 327px;
}

.dvBox p
{
	/*text-align: left;*/
}

h2 {
    color: #333;
    font: 24px/1em "Droid Serif";
    margin: 0 0 36px;
    text-align: center;
}

.center h2 {
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 0;
}

.gry-line 
{
    background: rgba(0, 0, 0, 0) url("../images/gry-line.png") repeat-x scroll left 55%;
    text-align: center;
}

.gry-line span {
	background: #f6f6f6 url("../images/pattern.png")  none repeat scroll 0 0;
    
    padding: 0 15px;
}

.gry-line {
    text-align: center;
}
h3 {
    color: #333;
    font: 18px/30px "Droid Serif";
    margin: 0 0 6px;
}

p {
    line-height: 20px;
    margin-bottom: 13px;

}

.thumbnail .caption
{
	color: #999;
    font-size: 12px;
    margin-bottom: 10px;
}

.thumbnail 
{
	background-color:transparent;
	border:none;
}

.list1 {
    list-style: outside none none;
    margin: 0;
    padding: 15px 0;
    text-align: left;
}

.list1 li {
    font-size: 13px;
    line-height: 1.42857;
    margin: 0 0 12px;
    overflow: hidden;
    position: relative;
}


.list1 li::before {
    color: #333;
    content: "-";
    font: 14px "Droid Serif";
    margin-right: 11px;
    position: relative;
}

.list1 a {
    color: #333;
}

.list1 a:hover {
    color: #fed136;
}


.list4 li time {
    color: #95959a;
    display: block;
    font: italic 12px/1em "Droid Serif";
    margin-bottom: 0;
}

.row p{
    color: #999;
    display: block;
    font: italic 14px/1em "Droid Serif";
	line-height: 20px;
    margin-bottom: 13px;
}

.list4 li {
    font-size: 13px;
    line-height: 1.42857;
	padding-bottom:9px;
}

.list4 {
    list-style: outside none none;
	color: #999;
}

.dvFourBoxes .dvFourBox .dvBox h3
{
	font-size: 18px;
	color: #333;
    display: block;
    margin-bottom: 13px;	
}

.dvFourBoxes .dvFourBox .dvBox p
{
	color: #999;
	margin-bottom: 10px;
	font-size:12px;
}


.dvTeachers
{
	background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
    padding: 45px 62px 0;	
	margin: 0 15px 30px;
	overflow: auto;
}

.dvTeachers h3
{
	color: #333;
    font-size: 24px;
    margin: 0 0 36px;
    text-align: center;	
}

.dvTeachers .dvTeacher
{
	text-align: center;
	/*margin: 0 15px;
    padding: 0 0 37px;
    width: 22%;*/
}

.dvTeachers .dvTeacher .dvImg
{
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
    margin: 0 0 30px;
    padding: 0;
    position:relative;
}

.dvTeachers .dvTeacher .dvDesignation
{
    color: #95959a;
    display: block;
    font-size: 12px;
	font-style:italic;
    margin: 0 0 6px;
}

.dvTeachers .dvTeacher .dvName
{
    color: #333;
    font-size: 18px;
    transition: all 0.25s ease 0s;
}

.dvTeachers .dvTeacher .dvName:hover
{
    color:#fed136;
}

.dvYellowBand
{
	background: #fed136 none repeat scroll 0 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
    padding: 31px 15px 38px;
	margin: 0 15px 30px;
    text-align: center;
}

.dvYellowBand h3
{
    color: #000;
    font-size: 30px;
    margin-bottom: 7px;
}

.dvYellowBand p
{
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
}

.dvFeatures
{
	background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
    padding: 45px 50px 0;	
	overflow:auto;
	margin:0 15px;
}

.dvFeatures h3
{
    color: #333;
    font-size: 24px;
    margin: 0 0 36px;
    text-align: center;
}

.dvFeatures .dvFeature
{
    margin-bottom: 31px;
}

.dvFeatures .dvFeature .dvIcon
{
    background: #fed136 none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    float: left;
    height: 120px;
    line-height: 116px;
    margin-right: 30px;
    text-align: center;
    width: 120px;
}

.dvFeatures .dvFeature .dvIcon img
{
	padding: 20% 0;	
}

.dvFeatures .dvFeature .dvText
{
	padding: 0;	
}

.dvFeatures .dvFeature .dvText h3
{
	color: #333;
    display: block;
    font-size: 18px;
    margin-bottom: 12px;	
	text-align: left;
}


.dvFeatures .dvFeature .dvText p
{
	color: #999;
	line-height: 20px;
    margin-bottom: 13px;
	/*font-family:none;*/
}


.dvFiveBoxes
{
	background: #fff none repeat scroll 0 0;
    margin: 102px 15px 0px;
    overflow: visible;
    padding: 15px 0;
    text-align: center;
	box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.16);
}

.dvFiveBoxes .dvBox
{
	cursor: pointer;
    display: inline-block;
    margin: 0 15px;
    padding: 0 1px 0 0;
    width: 16%;
}

.dvFiveBoxes .dvBox:hover p
{
	color:#ffc600;	
}

.dvFiveBoxes .dvBox .dvIcon
{
	text-align:center;
	min-height: 165px;
	margin: -88px 0 0;
}

.dvFiveBoxes .dvBox .dvIcon img
{
	width: auto;
}

.dvFiveBoxes .dvBox p
{
	text-align:center;
	color:#0071B6;
    font-size: 22px;
    font-weight: bold;
	/*font-family:none;*/
}

.dvEvents
{
	background: #fed136 none repeat scroll 0 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
    padding: 50px 0 0;
	overflow: auto;
	margin-top: 3em;
}

.dvEvents h3
{
	color: #FFFFFF;
    font-size: 24px;
    margin: 0 0 36px;
    text-align: center;	
}

.dvEvents .dvEvent
{
	display: inline-block;
    float: none;
    margin: 0 15px;
    padding: 0 0 37px;
    text-align: center;
    width: 22%;
	cursor:pointer;
}


.dvEvents .dvEvent i
{
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0px;
    top: 0px;
    left: 0px;
    display: block;
    background: rgba(254, 209, 54, 0.3) url("../images/zoom.png") no-repeat scroll center center;
    font-weight: 400;
    transform: translateY(0px) translateX(0px) scale(0.25);
    transition: all 0.35s ease 0s;
    opacity: 0;
}

.dvEvents .dvEvent:hover i 
{
	-webkit-transform:translateY(0) translateX(0) scale(1);
	transform:translateY(0) translateX(0) scale(1);
	-webkit-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
	opacity:1;
	filter:alpha(opacity=100)
}

.dvEvents .dvEvent .dvImg
{
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
    margin: 0 0 30px;
    padding: 0;
}

dvDtls
{
	font-weight: bold;
}
.dvList
{
	overflow:hidden;	
	background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
    
	height: 350px;
	padding:15px;
	margin-bottom: 3em;
	/*width:47%;*/
}


.dvNews
{
	float:left;
	margin-left:2%;
}

.dvUpcomingEvents
{
	float:left;
	/*margin-right:309px;*/
	margin-left:2.5%;
}

.dvBirthday
{
	float:left;
	margin-left:3%;
	/*margin-top: -25em;*/
}

.dvList h3
{
	color:#0071B6;
    font-size: 22px;
	font-weight:bold;
	padding:0 0 10px 0;
    margin: 0 0 15px;
    border-bottom:2px solid #fed136
}

.dvList_h3
{
	color:#0071B6;
    font-size: 22px;
	font-weight:bold;
	padding:0 0 10px 0;
    margin: 0 0 15px;
    border-bottom:2px solid #fed136
}

.dvList .dvRecords
{
	overflow:hidden;
}

.dvList .dvRecords .dvRecord
{
	
    font-size: 14px;
    margin: 0 0 5px;
	padding-bottom: 5px;
	border-bottom:1px solid #fed136;
	overflow:hidden;
}

.dvList .dvRecords .dvRecord p
{
	color: #000;
    font-size: 14px;
	font-weight:bold;
	padding-bottom:05px;
}

.dvList .dvRecords .dvRecord span
{
	color: #555;
    font-size: 12px;
	padding-bottom:05px;
}


.dvLists
{
	overflow:hidden;	
	background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
	height: 350px;
	padding:15px;
	margin-bottom: 3em;
	width:22%;
}


.dvLists h3
{
	color: #0071B6;
    font-size: 22px;
	font-weight:bold;
	padding:0 0 10px 0;
    margin: 0 0 15px;
    border-bottom:2px solid #fed136;
}

.dvLists .dvRecordss
{
	overflow:auto;
}

.dvLists .dvRecordss .dvRecordd
{
	text-align:center;
    font-size: 15px;
    margin: 0 0 5px;
	padding-bottom: 15px;
	border-bottom:1px solid #fed136;
	overflow:hidden;
	
}
.dvLists .dvRecordss .dvRecordd p
{
	border-bottom:1px solid #fed136;
	color: #000;
    font-size: 14px;
	font-weight:bold;
	padding-top:28px;
	
}

.dvLists .dvRecordss .dvRecordd span
{
	color: #555;
    font-size: 12px;
	padding-bottom:05px;
}


/*================================Gallery Page=======================================*/
.dvGallery
{
	overflow:auto;
}

.dvGallery .dvGalSec
{
	margin:25px 0;	
	clear:both;
	overflow:auto;
}

.dvGallery .dvGalSec h3
{
    color: #333;
    font-size: 24px;
    text-align: center;
}

.dvGallery .dvGalSec p
{
    color: #333;
    font-size: 18px;
    margin: 25px 0;
    text-align: center;
}

.dvGallery .dvGalSec .dvGalImg
{
	overflow:auto;
	margin: 15px 0;
}

.dvGallery .dvGalSec .dvGalImg a
{
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.16);	
    display: block;
	position:relative;
}

.dvGallery .dvGalSec .dvGalImg a i
{
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0px;
    top: 0px;
    left: 0px;
    display: block;
    background: rgba(254, 209, 54, 0.3) url("../images/zoom.png") no-repeat scroll center center;
    font-weight: 400;
    transform: translateY(0px) translateX(0px) scale(0.25);
    transition: all 0.35s ease 0s;
    opacity: 0;
}

.dvGallery .dvGalSec .dvGalImg a:hover i 
{
	-webkit-transform:translateY(0) translateX(0) scale(1);
	transform:translateY(0) translateX(0) scale(1);
	-webkit-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
	opacity:1;
	filter:alpha(opacity=100)
}
.dvLists .dvRecordss .dvRecordd p

.dvGallery .dvGalSec .dvGalImg .dvDtls
{
	background:#fff;
	padding:15px;
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.16);
	border-bottom: 1px solid #999;
	text-align:center;
	min-height: 105px;
}

.dvGallery .dvGalSec .dvGalImg .dvDtls a
{
	color: #333;
    font-size: 18px;
    transition: all 0.25s ease 0s;
	box-shadow:none;
}

.dvGallery .dvGalSec .dvGalImg .dvDtls a:hover
{
	color: #fed136;
}

.dvGallery .dvGalSec .dvGalImg .dvDtls p
{
	color: #999;
    font-size: 14px;
    line-height: 20px;
    margin: 6px 0 0;
    text-align: center;
}



/*================================Gallery Page=======================================*/


/*================================Press Page=======================================*/
.dvPress
{
	overflow:auto;
}

.dvPress h2
{
	font-size: 36px;
    margin-bottom: 20px;
    margin-top: 0;
}

.dvPress .container
{
	display:flex !important;
}

.dvPress .dvPressSec
{
	margin:25px 0;	
	clear:both;
}

.dvPress .dvPressSec .row
{
	margin:0;
}

.dvPress .dvPressSec .dvPressBlock
{
	overflow:auto;
	margin: 15px 0;
}

.dvPress .dvPressSec .dvPressBlock .dvImg img
{
	width:100%;
	height:auto;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
}

.dvPress .dvPressSec .dvPressBlock a i
{
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0px;
    top: 0px;
    left: 0px;
    display: block;
    background: rgba(254, 209, 54, 0.3) url("../images/zoom.png") no-repeat scroll center center;
    font-weight: 400;
    transform: translateY(0px) translateX(0px) scale(0.25);
    transition: all 0.35s ease 0s;
    opacity: 0;
}

.dvPress .dvPressSec .dvPressBlock a:hover i 
{
	-webkit-transform:translateY(0) translateX(0) scale(1);
	transform:translateY(0) translateX(0) scale(1);
	-webkit-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
	opacity:1;
	filter:alpha(opacity=100)
}

.dvPress .dvPressSec .dvPressBlock .dvDtls
{
	overflow:auto;
	padding: 0;
}

.dvPress .dvPressSec .dvPressBlock .dvDtls h3
{
	font-style:italic;
    font-size: 12px;
    color: #95959a;
    display: block;
    margin-bottom: 2px;
}

.dvPress .dvPressSec .dvPressBlock .dvDtls a
{
	color: #333;
    font-size: 20px;
    transition: all 0.25s ease 0s;
	box-shadow:none;
}

.dvPress .dvPressSec .dvPressBlock .dvDtls a:hover
{
	color: #fed136;
}

.dvPress .dvPressSec .dvPressBlock .dvDtls p
{
	color: #999;
    font-size: 14px;
    line-height: 20px;
    margin: 6px 0 0;
}

.dvArchives
{
	background:none repeat scroll 0 0 #fed136;
	padding:10px;
	margin: 25px 0 0;
	float:right;
}

.dvArchives h2
{
	font: 24px/1em "Droid Serif";
	margin: 20px 0;
	text-align: center;
	color:#fff;
}

.dvArchives ul li 
{
    font-size: 14px;
    line-height: 1.42857;
    margin: 0 0 12px;
    overflow: hidden;
    position: relative;
}

.dvArchives ul li a 
{
    color: #fff;
    font: 16px "Droid Serif";
    transition: all 0.25s ease 0s;
}

.dvArchives ul li a:hover
{
    color: #000;
}

/*================================Press Page=======================================*/

/*================================Details Page=======================================*/

.dvDetails
{
	overflow:auto;	
	padding: 25px 0;
}

.dvDetails .dvImage
{
	overflow:auto;
}

.dvDetails .dvImage img
{
	width:100%;
	height:auto;
}

.dvDetails h1
{
	color: #333;
    display: inline-block;
    font-size: 28px;
	padding:15px 0;
}

.dvDetails p
{
	color: #999;
    display: inline-block;
    font-size: 16px;
	padding:10px 0;
}


/*================================Details Page=======================================*/

.btnYellow
{
	background: #fed136 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font: 14px/18px Arial,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    overflow: hidden;
    padding: 10px 28px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.3s ease-in 0s, color 0.3s ease-in 0s;
    vertical-align: middle;
    z-index: 1;	
}

.btnYellow:hover
{
	background: #000;
	color: #fff;
}

/*================================Footer=======================================*/

footer
{
	background:#000;
}

footer p
{
	padding: 1em 0;
	color: #fff;
	text-decoration: none;
	text-align:center;	
}
.dvEvent .dvImg
{
	margin-bottom:10px; 
}
/*================================Footer=======================================*/


@media (max-width: 1300px) 
{
.dvSocIcon 
{
    padding: 6px 0;
}

.dvSocIcon img
{
	width:70%;	
}

}

@media (max-width: 1200px) 
{

.dvFiveBoxes .dvBox p
{
	font-size: 16px;
}	

.dvThreeBoxes .dvBox
{
	width:30%;	
}

.dvThreeBoxes .dvBox .dvIcon 
{
    height: 100px;
    width: 100px;
	/*width: 120px;*/
}

.dvThreeBoxes .dvBox .dvText a
{
	font-size: 20px;	
}

.dvThreeBoxes .dvBox .dvText ul
{
	font:12px/1em "Droid Serif";
	width:100%;

}

.dvTeachers .dvTeacher
{
	width:21%;	
}

.dvFeatures
{
	padding: 45px 30px 0;	
}

.dvFeatures .dvFeature .dvIcon
{
	margin-right: 15px;	
}

.dvEvents .dvEvent
{
	width:21%;	
}



}


@media (max-width: 990px) 
{
.navbar-nav &gt; li a
{
	font-size:14px !important;
}
	
.dvContentinner
{
    padding:200px 0 0;
}

.dvMenu
{
	margin: 30px 0 0;
}
	
.dvMenu .container
{
	width:100% !important;
}

.navbar-brand 
{
    margin-top: -55px;
}

.navbar-brand &gt; img 
{
    width: 180px;
}

.dvSocialIcons 
{
    position:fixed;
	top:15.5%;
	height:50px;
}

.dvSocIcon
{
	float:left;	
}

.dvFiveBoxes .dvBox
{
	margin: 15px;
    width: 45%;	
}

.dvFiveBoxes .dvBox .dvIcon 
{
    margin: 0;
	min-height: auto;
}

.dvThreeBoxes
{
	bottom: 24px;	
}

.dvThreeBoxes .container
{
	width:100% !important;
}

.dvThreeBoxes .dvBox .dvIcon
{
    float: none;
    height: 40%;
    margin: 0 auto;
    width: 40%;
}

.dvThreeBoxes .dvBox .dvText 
{
    padding-top: 15px;
    text-align: center;
    width: 100%;
}

.dvTeachers .dvTeacher 
{
    display: inline-block;
    float: none;
    width: 44%;
}

.dvEvents .dvEvent 
{
    width: 45%;
}

.dvPress .dvPressSec .row, .dvPress .dvPressSec .row::after, .dvPress .dvPressSec .row::before 
{
    display: block;
}

.dvPress .dvPressSec
{
	margin:0;	
}

}

@media (max-width: 768px) 
{

.dvContentinner
{
    padding:60px 0 0;
}


header
{
   
}

.navbar-brand &gt; p
{
	margin-left: 20%;
}

.dvMenu
{
	position: relative;	
	background:#563D7C;
	border: none !important;
}

.navbar-nav
{
	float: left;
    width: 100%;	
	margin: 60px 0 0;
}

.navbar-nav &gt; li
{
	width:100%;	
}

.navbar-nav &gt; li &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus
{
	color:#fff !important;
}

.navbar-brand &gt; img 
{
    width: 140px;
}

.navbar-toggle
{
	margin-right:25px;	
}

.dvSocialIcons 
{
    height: auto;
    position: relative;
    top: auto;
    width: 100%;
	overflow:auto;
	background:rgba(255, 255, 255, 0.5);
	text-align:center;
}

.dvSocIcon 
{
    background-color: transparent;
	float:none;
    display: inline-block;
    margin: 0 15px;
}

.dvBanner .carousel .carousel-inner .item &gt; img 
{
    height: 850px;
    width: auto;
    max-width:none;
}

.dvContent .container
{
	padding:0 15px;	
}

.dvFiveBoxes
{
	margin: 102px 0 0;	
}

.dvWelcome 
{
	padding:40px 0 0;
}

.dvWelcome ul li
{
	margin: 0 0 41px 20px;	
}

.dvList
{
	float: none;
    margin: 15px auto;
    width: 100%;
}

.dvLists
{
	float: none;
    margin: 15px auto;
    width: 100%;
}

.dvLists img
{
	width:auto;
}

.dvTeachers .dvTeacher .dvImg img
{
	width:auto;
}

.dvEvent .dvImg img
{
	text-align: center;
	width:auto;
}

.dvEvent .dvImg
{
	text-align: center;
	width:auto;
}

.dvThreeBoxes
{
	padding:0 15px;	
	bottom: 28px;
}

.dvThreeBoxes .dvBox
{
	margin: 15px 0;
    width: 100%;
}
.Headingtopice  p
{
	text-align: center;	
	font-size:30px !important;
}

.dvThreeBoxes .dvBox .dvIcon
{
    height: 20%;
    margin: 0 auto;
    width: 20%;
}

.dvFourBoxes .dvFourBox
{
	padding:0 15px;	
}

.dvFourBoxes .dvFourBox .dvBox
{
	


	
	margin: 0 0px 30px;
	
}

.dvTeachers
{
	margin: 0 0 30px;	
	padding:25px 0;
}

.dvTeachers .dvTeacher 
{
	width: 50%;
	float: left;
	padding:25px 15px;
	margin: 0;
}

.dvYellowBand
{
	margin: 0 0 30px;
	/*font-family:none;*/
}

.dvFeatures
{
	margin: 0;	
	padding: 45px 15px 0;
}

.dvEvents .dvEvent 
{
    width: 100%;
	margin: 0;
}

.dvPress .dvPressSec .dvPressBlock
{
	padding:0;	
}

.dvPress .container
{
	display:block !important;
}

.dvPress .dvCont
{
	padding:0;
}

.dvArchives
{
	float:none;
}

.dvArchives h2
{
	margin: 20px 0;
}

.dvArchives ul li 
{
    text-align:center;
}

}

@media (max-width: 680px) 
{

.dvBanner .carousel .carousel-inner .item &gt; img 
{
   height:700px;
}

.dvThreeBoxes
{
    bottom:30px;
}

.dvPress .dvPressSec .dvPressBlock 
{
    margin: 0;
}

.dvPress .dvPressSec .dvPressBlock .dvImg, .dvPress .dvPressSec .dvPressBlock .dvDtls
{
	width:100%;
	padding:10px 0;	
}

}

@media (max-width: 480px) 
{

.dvThreeBoxes
{
    bottom: 42px;
}

.dvFourBoxes .dvFourBox
{
	padding:0;	
	width:100%;
}

.dvFeatures .dvFeature .dvIcon 
{
	float: none;
    margin: 0 auto;
}	

.dvFeatures .dvFeature .dvText 
{
    padding: 15px 0;
	text-align:center;
}

.dvFeatures .dvFeature .dvText h3
{
	text-align:center;
}

.dvTeachers .dvTeacher 
{
    display: inline-block;
    float: none;
    margin: 0;
    width: 100%;
}

}

@media (max-width: 400px) 
{

.dvBanner .carousel .carousel-inner .item &gt; img 
{
   height:600px;
}

}


.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

/* Make it move! */
@keyframes marquee {
    0%   { top:   8em }
    100% { top: -11em }
}

@media (max-width: 360px) 
{

.dvBanner .carousel .carousel-inner .item &gt; img  
{
   height:550px;
}

}</pre></body></html>