<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&amp;display=swap');

html {
  -webkit-text-size-adjust: 100%; }

/*=================== fonts ====================*/
body {
  margin: 0;
  padding: 0;
  font-family:'Roboto Slab', serif;
  color: #262626; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;height:100%; }

*,
:after,
:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

* {
  outline: none;
  color: #262626; }

img {
  border: none; }

a,
a:hover {
  text-decoration: none; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #262626;
  font: 400 18px/24px 'Roboto Slab', serif; }

label{
    font-family:'Roboto Slab', serif;
}

.header {
  background: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear;
  font-size: 18px; }
  .header * {
    font-size: 18px;
    text-transform: uppercase; }
  .header a.logo {
    position: relative;
    z-index: 1; }
  .header .headerTop {
    max-width: 650px;
    float: right; }
    .header .headerTop .htLeft {
      float: left; }
      .header .headerTop .htLeft ul li {
        color: #fff;
        display: inline;
        margin: 0 40px 0 0; }
        .header .headerTop .htLeft ul li:last-child {
          margin: 0 20px 0 0;
          border-right: 1px solid #fff;
          padding: 0 10px 0 0; }
        .header .headerTop .htLeft ul li a {
          display: inline-block;
          margin: 0 20px 0 0; }
          .header .headerTop .htLeft ul li a:last-child {
            margin: 0 0px 0 0; }
        .header .headerTop .htLeft ul li * {
          color: #fff; }
    .header .headerTop .htRight {
      float: right;
      color: #fff; }
      .header .headerTop .htRight .menuImg {
        margin: 0 0 0 15px;
        cursor: pointer; }
        .header .headerTop .htRight .menuImg:hover {
          cursor: pointer;
          outline: 4px solid #076194;
          outline-offset: 5px; }

.swiper-slide img {
  width: 100%; }

/* The Overlay (background) */
.overlayMenu {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgba(13, 33, 45, 0.97);
  overflow-y: hidden;
  transition: 0.5s; }
  .overlayMenu a {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s; }
    .overlayMenu a:hover {
      color: #f1f1f1 !important; }
    .overlayMenu a::focus {
      color: #f1f1f1 !important; }
  .overlayMenu .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 60px;
    z-index: 9;
    line-height: 24px; }
  .overlayMenu .overlay-content {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    overflow-y: auto;
    /* max-width: 1130px; */
    margin: 0 auto;
    max-height: 100%;
    padding: 30px; }
    .overlayMenu .overlay-content .navigation {
      display: grid;
      /*grid-template-columns: auto auto auto auto;*/
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      grid-gap: 15px;
      max-width: 1130px;
      margin: auto; }
      .overlayMenu .overlay-content .navigation &gt; li {
        display: block;
        text-align: left;
        margin-bottom: 20px; }
        .overlayMenu .overlay-content .navigation &gt; li a {
          padding: 0px;
          font-size: 14;
          font-weight: 700;
          margin: 0 0 14px 0; }
        .overlayMenu .overlay-content .navigation &gt; li &gt; ul &gt; li a {
          padding: 4px;
          color: #9bb8d4;
          margin: 1px 0;
          font-weight: 300;
          transition: all 0.3s ease-in-out; }
          .overlayMenu .overlay-content .navigation &gt; li &gt; ul &gt; li a::before {
            margin: 0 0px 0 0;
            width: 0px;
            transition: all 0.3s ease-in-out; }
          .overlayMenu .overlay-content .navigation &gt; li &gt; ul &gt; li a:hover::before {
            content: url(/images/menuArrow.png);
            height: 100%;
            width: 14px;
            margin: 0 5px 0 0; }

.noscroll {
  overflow: hidden; }

@media screen and (max-height: 450px) {
  .overlayMenu {
    overflow-y: auto; }
  .overlayMenu a {
    font-size: 14px; }
  .overlayMenu .closebtn {
    font-size: 40px;
    top: 10px;
    right: 10px; } }

  .bbg {
    background: #23377e;
    color: #ffffff !important; font-family: 'Roboto', sans-serif;}
  
  .wbg {
    background: #ffffff !important;
    color: #23377e !important; }
  
  .btext {
    color: #3846a4;font-family: 'Roboto Slab', serif; }
  
  .ytext {
    color: #01b1f0; font-family: 'Roboto Slab', serif;;}
    
.ourInspirationSection p {
  font-size: 15px;  
  width: 72%;  
  margin: auto;  
  opacity: 0.9;
  line-height:24px;
}
.text-light-blue{
    color:#65a8eb;
}



.heading1 {
  margin: 15px 0 15px 0;
  text-align: left;
  font: 600 34px/35px 'Roboto Slab', serif; }

.readMore {
  display: inline-block;
  padding: 5px 5px 5px 22px;
  border-radius: 50px;
  color: #fff;
  background: #3846a4;
  vertical-align: middle;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
  height: 41px;
  line-height: 40px; }
  .readMore span {
    display: inline-block;
    color: #fff;
    position: relative;
    top: -6px;
    transition: all 0.3s ease-in-out;
    padding-right: 10px;
    font: 500 14px/24px 'Roboto Slab', serif }
  .readMore:hover {
    box-shadow: 0px 0px 5px #fca417; }
	
  .readMore i {
    font-size: 26px;
    /*background: #eaeaea;
    width: 29px;
    height: 28px;
    border-radius: 50%;*/
}
.readMoreW {
  display: inline-block;
  padding: 5px 5px 5px 22px;
  border-radius: 50px;
  color: #23377e;
  background: #ffffff;
  vertical-align: middle;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
  height: 41px;
  line-height: 40px; }
  .readMoreW span {
    display: inline-block;
    color: #20c67e;
    position: relative;
    top: -7px;
    transition: all 0.3s ease-in-out;
    padding-right: 10px;
    font: 500 16px/24px "Source Sans Pro", sans-serif;
  }
  .readMoreW:hover {
    box-shadow: 0px 0px 5px #fca417; }

.f28 {
    font-weight: 400;
    font-size: 28px;
    vertical-align: middle;
    display: contents;
}

.f25b {
  font-weight: 700;
  font-size: 25px !important; }

.f18b {
  font-weight: 700;
  font-size: 18px !important; }

.btnFont {
  font-weight: 400;
  font-size: 16px; }

.f16l {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .25px; }

.f16b {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .25px; }

.f16r {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .25px; }

.f20 {
  font-weight: 400;
  font-size: 20px; }

.f14l {
  font-weight: 300;
  font-size: 14px; }

.noticSection {
      width: 100%;
    background: #4a59bd;
    margin: 0px 0 55px 0;
    position: relative;
    z-index: 2;
    height: 106px;
}

.newNoticWrap {
  position: relative;
  clear: both;
  overflow: hidden;
  /* border: 1px solid red; */ }

span#newnotice_lblnoticedownloads {
  display: block;
  margin-bottom: -2px; }

.noticeUpdate img {
    max-width: 100%;
    position: relative;
    top: 6px;
    left: -10px;
}

.newNotic {
  margin: 0 60px; }
 
  .newNotic .slick-next {
    right: -50px; }
    .newNotic .slick-next::before {
      content: url(../images/rightArrow.png); }
  .newNotic .slick-prev {
    left: -60px; }
    .newNotic .slick-prev::before {
      content: url(../images/leftArrow.png); }

.nWrap {
  display: block;
  padding: 5px 20px; }
  .nWrap .readMore {
    display: none; }

.news_date, .news_month, .news_year {
  display: inline;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400; }

.notice_spanDate {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  font-weight: 600;
  color: #faa928;
  overflow: hidden; }
  .notice_spanDate .news_date {
    display: inline;
    color: #ffffff;
    font-weight: 400; }
    .notice_spanDate .news_date sup {
      color: #ffffff;
      font-size: 16px;
      top: -.8em;
      font-weight: 400; }
  .notice_spanDate .news_month {
    display: inline;
    color: #ffffff;
    font-weight: 400; }
  .notice_spanDate .news_year {
    display: inline;
    color: #ffffff;
    font-weight: 400; }

 

.news_iconimg {
  width: 86px;
  height: 86px;
  float: left;
  margin-right: 18px;
  display: none; }
  .news_iconimg img {
    float: left;
    max-width: 86px;
    max-height: 86px;
    /* border: 1px solid red; */ }

.eventHeadingDesc {
  display: block;
  float: left;
  width: 100%;
  /* height: 83px; */
  /* border: 1px solid green; */
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff; }


a.eventH1 { color:#fff;}
span.eventH1 {
  width: calc(100%);
  display: block;
  float: right;
  position: relative;
  top: 0px;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; display:none; }

.readMoreNotic {
  clear: both;
  color: #ffffff;
  display: block; }
  .readMoreNotic:hover {
    color: #ffffff; }

.managementAchievementsSection {
  margin: 0 0 0px 0; float:left; width:100%; }

.ourSchoolSection {
  overflow: hidden;
  width: 100%;
  margin: 0 0 80px 0; }

.managementWrap {
  margin: 25px 20px 0 20px; }
  .managementWrap .slick-next {
    right: 0px;
    left: auto; }
    .managementWrap .slick-next::before {
      content: url(/images/right.png); }
  .managementWrap .slick-prev {
    left: auto;
    right: 40px; }
    .managementWrap .slick-prev::before {
      content: url(/images/left.png); }
  .managementWrap .slick-arrow {
    position: absolute;
    top:12px; }

.achievementsWrap {
  margin: 25px 20px 0 20px; }

.ourAchivementEventDate {
  font-size: 14px;
  color: #fca417; }
  .ourAchivementEventDate #AchievementEventDate {
    color: #23377e;
    font-size: 14px; }

.ourAchivementHeading {
  font: 600 18px/20px "Source Sans Pro", sans-serif; }

.ourInspirationSection {
  overflow: hidden;
  background: url(../images/ourInsparationBg.png) top center no-repeat #1b1e21;
  margin: 0 0 0px 0; width:100%; float:left; height: 375px; 

}

.ourAimsImage {
  overflow: hidden;
  clear: both; }

.serviceIconListSection {
     overflow: hidden;
    background: url(../images/bg-social.jpg) top center no-repeat;
    margin: 0 0 60px 0;
    float: left;
    width: 100%;}

.serviceIconList {
  list-style: none;
  padding: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto; }
  .serviceIconList li {
    display: inline-block;
    position: relative;
    margin: 12px 0px;
    transition: all .5s;
    background: #10b8f9;    
    width: 188px;
    border-radius: 5px;
  }

	.serviceIconList li:hover a div{   opacity:0.8	}

.serviceIconList li:hover a img{
    opacity:0.8;
}
.serviceIconList li:hover{
    transition: all .5s;
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

    .serviceIconList li .iconContainer {
      display:block;
      text-align: center;
      padding: 17px;
      cursor: pointer;transition: all .5s;

    }
      .serviceIconList li .iconContainer::after {
        content: "";
        height: 2px;
        width: 16px;
        position: absolute;
        top: 60%;
        background: #fff;
        left: 0;
        right: 0;
        margin: auto; }

.galleryArea {
  overflow: hidden;
  background: url(/images/photoBg.jpg) center no-repeat;
  background-size: cover; }
  .galleryArea .overlay {
    display: none; }

.galler_heading {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0px;
  margin: 5px 0; }

#homephotog_LBPhoto .Grydate {
  max-width: 100%;
  font-size: 14px;
  font-weight: 600;
  display: block;
  float: none;
 
  color: #991c1c;
  }
#homephotog_LBPhoto a.readMore { float:right;margin-top:24px;}
#homephotog_LBPhoto .Grydate .updyed { color:#20c67e;}
.photo_conte {
  margin: 0px 0 0px 0; }

#galley_slider {
  max-width: 1140px;
  margin: 0 auto; }

#galley_slider .slick-prev {
  left: auto;
  right: 40px; }

.slick-arrow {
  z-index: 3;
  position: absolute;
  top: -10%; }

#galley_slider .slick-next {
  right: 0px;
  left: auto; }

#galley_slider .slick-list {
  margin-left: -27px; }

.gimgCover {
  max-width: 355px;
  max-height: 237px;
  width: 100%;
  overflow: hidden;
  text-align: center; }

.gimgLink {
  display: block; }

.gimgLink img {
  height: auto;
  transition: all 0.3s ease-in-out; }

.gimgCover img {
  max-width: 355px;
  max-height: 237px; }

#galley_slider .slick-slide {
  margin-left: 27px; }
  #galley_slider .slick-slide img {
    display: inline-block; }

#galley_slider .slick-next:before {
  content: url(/images/right.png); }

#galley_slider .slick-prev:before {
  content: url(/images/left.png); }

#galley_slider .slick-prev:before, #galley_slider .slick-next:before {
  color: #bebebf; }

.gimgLink:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out; }

.updyed, .galler_title {
  color: #fca417; }

.ourAchivement {
  overflow: hidden; }

.ourAchivementWrap {
  max-width: 497px;
  width: 100%;
  float: right;
  margin: 53px 70px 0px 0;
  padding-bottom: 80px; }

.ourAchivementHeading {
  font-size: 16px;
  font-weight: 700; }

.ourAchivementDescription {
  font-size: 16px; }

.achiveBg {
  background: url(/images/achivBg.jpg) no-repeat top center; }

.ourAchivementImageWrap {
  margin: 80px 0 0 0; }

.ourAchivementImageSlider {
  max-width: 516px;
  margin: 0 0 0 40px; }
  .ourAchivementImageSlider .slick-list {
    margin: 0 40px 0 66px; }
    .ourAchivementImageSlider .slick-list .slick-slide .achivImg {
      max-width: 386px;
      max-height: 257px; }
  .ourAchivementImageSlider .slick-next {
    right: 0; }
    .ourAchivementImageSlider .slick-next::before {
      content: url("/images/rightA.png"); }
  .ourAchivementImageSlider .slick-prev {
    left: 0; }
    .ourAchivementImageSlider .slick-prev::before {
      content: url("/images/leftA.png"); }

/* Toppre Birthday */
.topperBirthdaySection {
  margin: 0 0 70px 0; float:left; width:100%; }

.toppers {
  max-width: 216px;
  margin: auto; }
  .toppers img {
    width: 127px;
    height: 148px;
    margin: 0 auto; }

  .toppers .slick-arrow {
    position: absolute;
    top: 36%; }
  .toppers .slick-prev {
    left: -13px; }
    .toppers .slick-prev::before {
      content: url("/images/left.png"); }
  .toppers .slick-next {
    right: -13px; }
    .toppers .slick-next::before {
      content: url("/images/right.png"); }

.facilities { width:100%; height:auto; max-width:291px; min-height:227px;}
.facilities img { height:auto; width:100%; max-width:291px;	}
.facilities .slick-prev {  left:-50px; top: 44%;}
.facilities .slick-next {   right:-50px;top: 44%;	}

.photogallerybox {margin: 0 0 80px 0; width:100%;float:left;}





.top-img {
  width: 127px;
  height: 148px;
  margin: 0 auto; }

.topperName {
  font-size: 18px;
  font-weight: 500;
  margin: 18px 0 5px;
  text-align: center; }

.topperPercent {
  font-size: 18px !important;
  font-weight: 500;
  min-height: 24px;
  white-space: nowrap;
  text-align: center; }

/* Birthday */
.birthdayWrap {
  margin: auto; }
  .birthdayWrap img {
    width: 127px;
    height: 148px;
    margin: 0 auto; }

.sbirthday {
  max-width: 216px;
  margin: auto; }
  .sbirthday img {
    width: 127px;
    height: 148px;
    margin: 0 auto; }
  .sbirthday .strtr {
    color: #ffffff; }
  .sbirthday .slick-arrow {
    position: absolute;
    top: 31%; }
  .sbirthday .slick-prev {
    left: -13px; }
    .sbirthday .slick-prev::before {
      content: url("/images/left.png"); }
  .sbirthday .slick-next {
    right: -13px; }
    .sbirthday .slick-next::before {
      content: url("/images/right.png"); }

.tbirthday {
  max-width: 216px;
  margin: auto; }
  .tbirthday img {
    width: 127px;
    height: 148px;
    margin: 0 auto; }
  .tbirthday .slick-arrow {
    position: absolute;
    top: 31%; }
  .tbirthday .slick-prev::before {
    content: url("/images/left.png"); }
  .tbirthday .slick-next::before {
    content: url("/images/right.png"); }

.iconsSer {
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.26);
  margin: 0 5px;
  padding: 20px 2px;
  transition: all .3s ease-in-out; }
  .iconsSer:hover {
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.97); }

.conName {
  color: #ffffff;
  font: 400 16px/18px "Source Sans Pro", sans-serif;
  text-shadow: 0 1px 1px #000; }

/*============== footer-area css ===============*/
.footerSection {
  overflow: hidden;
  background: url(../images/footerBg.png) top center no-repeat #3d4399; width:100%; float:left }

span.sc {
  clear: both;
  display: table;
  border: 1px dashed #0093f0;
  padding: 7px 20px;
  border-radius: 5px;
  letter-spacing: 3px;
  color: #131313;
  font-weight: 400;
  margin: 16px 0 0 0; }

.esc {
  background: #01b1f0;
  color: #fff;
  text-align: center;
  width: 150px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 21px;  
}

.sc {
  text-align: center; }
  .sc span {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #fec11b;
    display: inline-block;
    color: #fff;
    font-weight:500; 
    margin:0px 1px;
    font-size:18px;
  }


.copyText {
  letter-spacing: 0.5px;
  color:#000;
  font-size:14px;
}

.back-to-top {
  position: fixed;
  bottom: 18px;
  right: 0;
  display: none;
  height: 50px;
  width: 51px;
  transition: all .5s ease 0;
  opacity: 1 !important;
  z-index: 99; }

.sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -182px;
  top: 130px;
  width: 220px;
  z-index: 99; }
  .sticky-container ul.sticky {
    margin: 0;
    padding: 0; }
  .sticky-container li {
    list-style-type: none;
    background: #f0006d;
    height: 35px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    overflow: hidden; }
    .sticky-container li:hover {
      margin-left: -185px;
      background-color: #003aa8; }
    .sticky-container li * {
      color: #fff; }
    .sticky-container li i {
      float: left;
      margin: 5px 5px;
      margin-right: 10px; }
    .sticky-container li span {
      font-size: 1rem;
      color: #fff;
      line-height: 35px;
      display: block; }

.wrapper_master {
  width: 100%;
  float: left;
  height: auto; }

.masterMenu {
  background: #23377e;
  float: left;
  width: 100%;
  position: relative; }

.pageTitile {
  display: inline-block;
  margin: 0 0 0 15px; }

.master_container_inner {
  overflow: hidden;
  width: 100%;
  min-height: 500px; }

.masterContaner p, .masterContaner li {
  font-size: 16px; }

.equalWidth {
  display: flex; }

.equalWidth span {
  flex: 1;
  text-align: left;
  padding: 0 10px; }

.equalWidth span:first-child {
  flex: 1; }

.equalWidth span:last-child {
  flex: 4; }

.footerSectionMaster {
  width: 100%;
  float: left;
  clear: both; }

.listArrowCir {
  list-style: none; }
  .listArrowCir li {
    background: url(../images/listArrow.png) left top 4px no-repeat;
    padding: 0 15px 15px 25px;
    text-align: justify; }

.accordionContent_Y {
  padding: 20px 0; }

/*.accordionHeader_Y {
  width: 100%;
  text-align: left;
  background: #23377e url(/images/arrow-accor-down.png) no-repeat 1% center;
  color: #ffffff;
  border: 1px solid #23377e;
  margin: 8px 0px 0px 0px;
  font-size: 18px;
  padding: 10px 15px 10px 40px;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase; }

.accordionHeaderSelected {
  width: 100%;
  text-align: left;
  background: #23377e url(/images/arrow-accor-up.png) no-repeat 1% center;
  color: #ffffff;
  border: 1px solid #23377e;
  margin: 8px 0px 0px 0px;
  font-size: 18px;
  padding: 10px 15px 10px 40px;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase; }*/

.acordianIcon {
  border-bottom: 1px solid #ffffff; }
  .acordianIcon &gt; a {
    display: block;
    position: relative; }
    .acordianIcon &gt; a::after {
      content: "\f067";
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 20px;
      font-weight: 900; }
  .acordianIcon &gt; a[aria-expanded="true"]::after {
    content: "\f068";
    font-weight: 900;
    color: #23377e; }

.collepsHeader {
  display: block; }
  .collepsHeader a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: .80rem 3rem; }
    .collepsHeader a:hover {
      color: #ffffff; }

.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #23377e;
  color: #ffffff;
  border-bottom: 1px solid #ffffff; }
  .card-header a[aria-expanded="true"] {
    background-color: #a1b0e5;
    color: #262626; }

.headB {
  border: 1px solid #23377e;
  margin-bottom: 40px;
  padding: 40px 0 40px 0; }

.hdadBoy {
  background-color: #23377e;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  padding: 5px 15px 5px 15px;
  width: auto;
  display: inherit;
  margin: 0 auto;
  font-size: 1.2rem; }

.mCommt {
  width: 100%; }
  .mCommt tr td {
    text-align: center;
    vertical-align: top;
    padding-bottom: 40px; }

.table .th {
  color: #ffffff;
  background-color: #23377e;
  border-color: #ffffff; }

.full_for ul {
  text-align: center; }
  .full_for ul li {
    text-align: center;
    display: inline-block;
    margin: 4px 23px 32px 23px;
    vertical-align: top;
    width: 212px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
    padding: 20px 0 10px 0; }
    .full_for ul li p {
      font-size: 16px;
      font-weight: 400;
      margin: 3px 0 5px;
      text-align: center; }
    .full_for ul li img {
      width: 136px;
      height: 159px;
      object-fit: cover;
      object-position: top;
      margin-bottom: 15px; }

ul.classPhotos {
  text-align: center; }
  ul.classPhotos li {
    display: inline-block;
    width: 335px;
    text-align: center;
    margin: 0 0px 40px 0px; }
    ul.classPhotos li a {
      display: block; }
    ul.classPhotos li img {
      border: solid 2px #eeeeee;
      box-shadow: 0px 0px 6px #737070; }

.groupimage {
  width: 250px; }

.vsmsTbl {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  justify-content: space-between; }
  .vsmsTbl .vsms_box {
    flex-basis: 32%;
    margin-bottom: 24px;
    padding: 20px 10px 0px 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12); }
    .vsmsTbl .vsms_box audio {
      width: 100%;
      height: 30px;
      border-radius: 0px;
      background: #f1f3f4; }

.imageCover {
  position: relative;
  max-height: 228px;
  overflow: hidden;
  margin: 0 0 30px 0;
  transition: all 0.3s ease-in-out;
  min-height: 228px; }
  .imageCover:hover {
    cursor: pointer; }
    .imageCover:hover p:last-child {
      position: absolute;
      bottom: 0;
      top: 0;
      background: #e6e6e6;
      height: 100%;
      left: 0; }
  .imageCover p:first-child {
    height: 150px;
    background: #ffffff;
    transition: all 0.3s ease-in-out; }
  .imageCover p:last-child {
    position: absolute;
    bottom: auto;
    left: 0;
    transition: all 0.3s ease-in-out;
    padding: 10px 16px;
    height: auto;
    width: 100%; }
  .imageCover img {
    max-height: 120px; }

/*# sourceMappingURL=style.css.map */

@media screen and (max-width:990px) {

    .noticSection{height:auto!important}

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