@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700&display=swap');



.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 > li {
        display: block;
        text-align: left;
        margin-bottom: 20px; }
        .overlayMenu .overlay-content .navigation > li a {
          padding: 0px;
          font-size: 14;
          font-weight: 700;
          margin: 0 0 14px 0; }
        .overlayMenu .overlay-content .navigation > li > ul > li a {
          padding: 4px;
          color: #9bb8d4;
          margin: 1px 0;
          font-weight: 300;
          transition: all 0.3s ease-in-out; }
          .overlayMenu .overlay-content .navigation > li > ul > li a::before {
            margin: 0 0px 0 0;
            width: 0px;
            transition: all 0.3s ease-in-out; }
          .overlayMenu .overlay-content .navigation > li > ul > 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: transparent!important;
    color: #d01e34 !important;
    float: right;
    font-weight:600;
    margin: -15px 0; }
.bbg:hover {box-shadow:none !important;color:#138cb9!important;
}

.wbg {
  background: #ffffff !important;
  color: #23377e !important; }

.btext {
  color: #20c67e; }

.ytext {
  color: #fff; }

.heading1 span {
    font-size: 28px;
    padding: 0 0 20px 0;
    display: block;
}

.heading1 {
  margin: 15px 0 15px 16px;
  text-align: left;
  font: 600 40px/35px 'Titillium Web', sans-serif }
 

.ourInspirationSection p {
    
    width: 75%;
    margin: auto;
    font-size: 15px;
    opacity: 0.8;
}

.readMore {
  display: inline-block;
  padding: 0 14px;
  border-radius: 50px;
  color: #fff;
  background: #223c93;
  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: #ffffff;
    position: relative;
    top: 0px;
    transition: all 0.3s ease-in-out;
    padding:0 16px;
    font:500 15px/24px 'Titillium Web', sans-serif
  }
  .readMore:hover {
    box-shadow: 0px 0px 3px #223c93;
    background: #138cb9;
  }
	/*.readMore i { font-size:31px;	}*/
.readMoreW {
  display: inline-block;
  padding: 0 14px;
  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: 0;
    transition: all 0.3s ease-in-out;
    padding-right: 10px;
    font: 500 13px/24px 'Titillium Web', sans-serif; }
    .readMoreW:hover {
        box-shadow: 0px 0px 5px #fca417;
        background: #ffa662;
    }

.f28 {
  font-weight: 400;
  font-size: 29px; }

.f25b {
  font-weight: 700;
  font-size: 25px !important; }

.f18b {
  font-weight: 700;
  font-size: 24px !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: rgba(0, 0, 0, 0.6);
  margin: -115px 0 20px 0;
  position: relative;
  z-index: 2; }
.noticeUpdate{
    float:left;
    text-align:center;
    width:60px;
    height:60px;
    border:8px solid rgba(101, 99, 99, 0.69);
    border-radius:3px;
    padding:0 4px;
    margin-right:14px
}
.noticeUpdate span{ color:#fff;display:block}
.noticeUpdate span.upOn{ color:#5fd1fb;}
span.news_year{font-size:12px;}
span.news_yearhp{float:right;font-size:12px;width:100%;color:#fff}
span.news_month{font-size:12px;}
span.news_icon {font-size: 14px;padding: 0px;margin: 0px;line-height: 13px;}
.newNoticWrap {position: relative;clear: both;overflow: hidden;}

span#newnotice_lblnoticedownloads {
  display: block;
  margin-bottom: -2px; }

.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;}
a.eventH1:hover { color:#fff;}
span.eventH1 {
    display: block;  
  position: relative;
  top: 0px;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}

.readMoreNotic {
  clear: both;
  color: #ffffff;
  display: block; }
  .readMoreNotic:hover {
    color: #ffffff; }

.managementAchievementsSection {
  margin: 0 0 0px 0; float:left; width:100%; }

.ourSchoolSection {  
  width: 100%;
  margin: 28px 0 80px 0; }

.managementWrap {background:#fff;text-align:center;overflow:hidden;padding-bottom: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: 186px; }
.headingph {margin: 0 0 0 0; padding: 9px 0 13px 63px; font-weight: 700; text-transform: uppercase; font-size: 28px; text-align: left;}

span#prev1, span#prev3 {left: 10px;}
span#next1, span#next3 {right:4px;}

.toppbg {background-image: url(/images/topper-bg.png);padding:0 0 30px 0;}
.bdaypbg {background-image: url(/images/bday-bg.png);padding:0 0 30px 0;}
small.toppsm {font-size: 19px;padding: 0 0 0 9px;font-weight: 600;color:#403d3d;}
.achievementsWrap {
  margin: 25px 20px 0 20px; }

.ourAchivementEventDate {
  font-size: 14px;
  color: #fca417; }
  .ourAchivementEventDate #AchievementEventDate {
    color: #23377e;
    font-size: 14px; }

.ourAchivementHeading {
  font: 600 18px/20px 'Titillium Web', sans-serif; }

.ourInspirationSection {
  overflow: hidden;
  background: url(../images/ourInsparationBg.png) top center no-repeat #23377e;
  margin: 0 0 60px 0; width:100%; float:left; }

.ourAimsImage {
  overflow: hidden;
  clear: both; }


.serviceIconList {
  list-style: none;
  padding: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto; }
  .serviceIconList li {
    display: inline-block;
    position: relative; margin:40px 0px;
    padding:32px;
    background: #d01e34;
  }

	.serviceIconList li:hover a div{   opacity:0.8	}

.serviceIconList li:hover a img{ opacity:0.8}

    .serviceIconList li .iconContainer {
      width: 127px;
      height: 111px;
      text-align: center;
      padding: 16px 0 0 0;
      cursor: pointer; }
      .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 {text-align:left;font-size: 16px;font-weight: 600;text-transform: capitalize;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-top: 0px;margin:0 }
.description{float:left}
.Grydate {font-size: 25px; font-weight: 700; float: left; text-align:center; height: 52px; width: 52px; background: #d01e34; color: #fff; margin: 0px 16px 0 64px; padding: 0px; line-height: 24px; padding-top: 4px;}
p.homeAchivementDesc {font-weight: 300!important;font-size: 16px;color: #262626;}


#homephotog_LBPhoto .Grydate {
  max-width: 100%;
  font-size: 14px;
  font-weight: 600;
  display: block;
  float: none; 
  color: #171414;
}
#homephotog_LBPhoto a.readMore { float:right;}
#homephotog_LBPhoto .Grydate .updyed { color:#5fd1fb;}
.photo_conte {
  margin: 0px 0 0px 0; }

#galley_slider {
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom:26px;
}
small.phview a {
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 0 88px;
    color: #d01e34;
}
small.phview a:hover{
    color:#1f3a99;
}

#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: 374px; 
  max-height: 246px; 
  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: 374px;
    max-height: 246px; 
} 
.manageImg { max-width: 374px;max-height: 246px; overflow:hidden; text-align:center;margin:auto}
#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: #5fd1fb; font-size:13px; font-weight:400 }

.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: 68px; }
  .toppers .slick-prev {
    left: -2px; }
    .toppers .slick-prev::before {
      content: url("../images/t-left.png"); }
  .toppers .slick-next {
    right: 6px; }
    .toppers .slick-next::before {
      content: url("../images/t-right.png"); }
    .slick-prev:before, .slick-next:before{opacity:1!important}
.toppers img {border: 9px solid #fff;}

.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: 38%;}
.facilities .slick-next {   right:-50px;top: 38%;	}





.top-img {
  width: 127px;
  height: 148px;
  margin: 0 auto; }

.topperName {
  font-size: 18px;
  font-weight: 500;
  margin: 18px 0 5px;
  text-align: center;
  color:#4e4a4a;
}

.topperPercent {
  font-size: 18px !important;
  font-weight: 700;
  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 'Titillium Web', sans-serif;
  text-shadow: 0 1px 1px #000; }

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: #faa928;
  color: #23377e;
  text-align: center;
  width: 150px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 21px; }

.sc {
  text-align: center; }
  .sc span {
    width: 33px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ffffff;
    display: inline-block;
    color: #ffffff; font-weight:bold; margin:0px 1px; }




.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 14px; }

/*.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 > a {
    display: block;
    position: relative; }
    .acordianIcon > a::after {
      content: "\f067";
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 20px;
      font-weight: 900; }
  .acordianIcon > 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 only screen and (min-width:0px) and (max-width:767px){
    .serviceIconListSection { 
        height:auto;
        background:#1f3a99 !important;
    }
}


.bigIconsBox{margin: 0 0px 0px 0;width:100%;min-height: 236px;float:left;}
.bigIcons {width:100%;float:left;margin:0 0 4px 31px;}
.bigIcons ul { width:100%; display:inline-block; text-align:center;}
.bigIcons ul li {display: inline-block; margin: 0 59px; position: relative; background: #d01e34; padding: 7px 0; border-radius: 10px; transition: all 1s; height: 165px; width: 166px; font-family: 'Titillium Web', sans-serif}
.bigIcons ul li:hover {background: #ed731d;}    
li.e-bg{background:#f7c154!important}
.bigIcons ul li:first-child { margin-left:0;}
.bigIcons ul li a {color: #2962b0;font-size:18px;}
.bigIcons ul li a span { width:153px; height:151px; display:inline-block; background:url(/images/big_icons.png) no-repeat }
.bigIcons ul li a p { margin-top:3px;}

.bigIcons ul li a.calendarIcon > span { background-position:0px 0px;}
.bigIcons ul li a.e-care > span{ background-position:-213px 0px}
.bigIcons ul li a.kidsCorner > span { background-position:-428px 0px}
.bigIcons ul li a.alumni > span{ background-position:-644px 0px}
.bigIcons ul li a.vTour > span{background-position:-859px 0px}

a.calendarIcon::before {content: "Kids' Corner"; position: absolute; bottom: 29px; left: 0; color: #f2f2f2; font-weight: 600; text-align: center; width: 100%;font-family: 'Titillium Web', sans-serif}
a.e-care::before {content: 'Alumni'; position: absolute; bottom: 29px; left: 0; color: #f2f2f2; font-weight: 600; text-align: center; width: 100%;font-family: 'Titillium Web', sans-serif}
a.kidsCorner::before {content: 'e-Care Login'; position: absolute; bottom: 29px; left: 0; color: #f2f2f2; font-weight: 600; text-align: center; width: 100%;font-family: 'Titillium Web', sans-serif}
a.alumni::before {content: 'Campus Tour'; position: absolute; bottom: 29px; left: 0; color: #f2f2f2; font-weight: 600; text-align: center; width: 100%;font-family: 'Titillium Web', sans-serif}
a.vTour::before {content: 'Facilities'; position: absolute; bottom: 29px; left: 0; color: #f2f2f2; font-weight: 600; text-align: center; width: 100%;font-family: 'Titillium Web', sans-serif}


li.e-bg ul li a:hover {color: #7c1127;}
.bigIcons ul li a:hover {color: #7c1127;}
.bigIcons ul li:last-child a{ color:#64f159;}


.about-box {
   box-shadow: 4px 1px 9px 2px #c3c0c0;
    background: #fff;
}
.about-box img {
    margin: auto;
    text-align: center;
    display: block;
    padding-top: 14px;
    width:90%;
}

.about-box p{
    font-size: 16px;
    padding: 0 16px;    
    color: #363636;    
    font-family: 'Titillium Web', sans-serif
}