@import "fonts.css";
@import "var.css";
@import "basic.css";
@import "navigation.css";


/*
***********************************************************
********************  Section  ***************************
***********************************************************
*/


  section.background-image
  {
    width: 100%;
    height: 100vh;
    -webkit-height: 100vh;
    -moz-height: 100vh;
    -ms-height: 100vh;
    -o-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

@media screen and (min-width:993px) and (max-width:1140px)
  {
    section.background-image
    {
      height: auto !important;
      min-height: 600px;
    }
  }
/*
***********************************************************
**************** Home Page Message ************************
***********************************************************
*/

section.message
{
  position: relative;
}

section.message .messageChildDIv
{
  position: absolute;
  top: 50%;
  right: 50px;
  width: 350px;
  padding: 20px 25px;
  height: auto;
  transform: translateY(-50%);
  background-color: var(--color2rgba);
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}

section.message .messageChildDIv .sectionHeading h4
{
  color: var(--color1);
  font-size:25px;
  font-family: var(--dosis5);
}

section.message .messageChildDIv .descArea
{
  font-family: var(--poppins2);
  font-size: 14px;
}

section.message .messageChildDIv .descArea p
{
  line-height: 25px;
  text-align: justify;
}

/*
***********************************************************
******** Section Background Color (No Image)***************
***********************************************************
*/

section.background-color
{
  background-image: url(../img/noti_head_bg.jpg);
  background-size: cover;
  background-repeat: repeat;
  width: 100%;
  height: 100vh;
  -webkit-height: 100vh;
  -moz-height: 100vh;
  -ms-height: 100vh;
  -o-height: 100vh;
}

/*
***********************************************************
********************* button *****************************
***********************************************************
*/

.button
{
  text-align: center;
}
.button .anchorButton
{
  display: inline-block;
  background-color: var(--color1);
  border:2px solid var(--color1);
  color: var(--color2);
  padding: 3px 20px;
  text-align: center;
  border-radius: 20px;
  font-family: var(--poppins3);
}

.button .anchorButton:hover
{
  background-color: var(--color2);
  color: var(--color1);
  border-color: var(--color1);
}


/*
***********************************************************
***************** section Heading *************************
***********************************************************
*/

.sectionHeading h4
{
  font-family: var(--dosis5);
  color: var(--color1);
  font-size: 25px;
  display: inline-block;
  position: relative;
  padding-bottom: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sectionHeading h4:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #b6a095;
}
.sectionHeading h4:after
{
  content: '';
  position: absolute;
  width:50px;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color:var(--color1);
}

/*
***********************************************************
***************** centerlize section **********************
***********************************************************
*/

section.panel
{
  position: relative
}
section.panel .centerlizeSection
{
  position: absolute;
  top: 5%;
  width: 100%;
}

/*
***********************************************************
***************** Home Page News **************************
***********************************************************
*/

.notice-board ul li
{
  border-bottom: 1px dotted #ccc;
}

.notice-board ul li .newsParentBox .newDateBox
{
  background-color: var(--color1);
  background-image: url(../img/transparent-bg-pattern-6.png);
  background-blend-mode: overlay;
  width: 70px;
  padding:7px 0;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  float: left;
  margin-right: 10px;
}
.notice-board ul li .newsParentBox .newDateBox .date
{
  display: block;
  font-family: var(--dosis5);
  font-size: 30px;
  margin-bottom: 2px;
  text-align: center;
  color: #fff;
}
.notice-board ul li .newsParentBox .newDateBox .MonthYear
{
  display: block;
  margin-top: 2px;
  font-family: var(--dosis4);
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.notice-board ul li .newsParentBox .newsDescBox
{
  display: inline-block;
  width: 78%;
}
.notice-board ul li .newsParentBox .newsDescBox h4
{
  line-height: 25px;
}
.notice-board ul li .newsParentBox .newsDescBox h4 a
{
  color: #000;
  font-family: var(--dosis4);
  vertical-align: top;
  font-size: 17px;
}
.notice-board ul li .newsParentBox .newsDescBox h4:hover a
{
  color: var(--color1);
}
.notice-board ul li .newsParentBox .newsDescBox h4
{
  margin-bottom: 0;
}

.notice-board ul li .newsParentBox .newsDescBox .file a
{
  background-color: var(--color1);
  color: var(--color2);
  width: 23px;
  margin-left: 5px;
  height:23px;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
}

.notice-board ul li .newsParentBox .newsDescBox .file
{
  margin-top: 3px;
}
.notice-board ul li .newsParentBox .newsDescBox .file .text .textSpan
{
  font-family: var(--dosis4);
  font-size: 16px;
  color: #000;
}

/*
***********************************************************
************** Head Boy/Girl Message **********************
***********************************************************
*/


.HeadboyMessage .headboyImage
{
  margin: auto;
  text-align: center;
  background-color: var(--white);
  padding:8px 8px;
  width: 150px;
  margin-bottom: 10px;
}
.HeadboyMessage .headboyImage img
{
  width: 100%;
}
.HeadboyMessage .headboyImage .name
{
  position: relative;
  bottom: 0;
  left: 0;
  background-color: var(--color1);
  color: var(--color2);
  text-align: center;
  font-family: var(--poppins4);
  text-transform: uppercase;
  line-height: 22px;
}
.HeadboyMessage .headboyImage .name2
{
  position: relative;
  bottom: 0;
  left: 0;
  background-color: var(--color1);
  color: var(--color2);
  text-align: center;
  font-family: var(--poppins3);
  text-transform:capitalize;
  line-height: 22px;
}

.HeadboyMessage .descMsg p
{
  line-height: 25px;
  text-align: justify;
}


/*
***********************************************************
********************** Home About *************************
***********************************************************
*/

section.aboutSchool
{
  position: relative;
}

section.aboutSchool .messageChildDIv
{
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  padding: 20px 25px;
  height: auto;
}

section.aboutSchool .messageChildDIv .sectionHeading h4
{
  color: var(--color1);
  font-size:25px;
  font-family: var(--dosis5);
}

section.aboutSchool .messageChildDIv .descArea
{
  font-family: var(--poppins2);
  font-size: 14px;
}

section.aboutSchool .messageChildDIv .descArea p
{
  line-height: 25px;
  text-align: justify;
}


/*
***********************************************************
********************** Home Gallery ***********************
***********************************************************
*/

section.panel.gallery > .centerlizeSection
{
  top: 5%;
}

.galleryArea .pReduce
{
  padding-left:7px;
  padding-right:7px;
}

.galleryArea .pReduce .galleryBox
{
  background-color: var(--white);
  padding:8px 5px;
  box-shadow: 0 0 10px rgba(26,26,26,.3);
}

.galleryArea .pReduce .galleryBox .image img
{
  height: 185px;
  width: 100%;
  margin: auto;
}

.galleryArea .pReduce .galleryBox .image
{
  position: relative;
}
.galleryArea .pReduce .galleryBox .image .title
{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: var(--color1);
  color: var(--color2);
  padding:5px 7px;
  text-align: center;
  font-family: var(--dosis5);
  font-size: 16px;
}

.galleryArea .pReduce .galleryBox
{
  position: relative;
}
.galleryArea .pReduce .galleryBox .overlay
{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.7);
}

.galleryArea .pReduce .galleryBox .overlay
 {
      opacity: 0;
      transform: perspective( 550px ) rotateX( -90deg );
      transform-origin: top ;
      transition:transform .3s linear,opacity .4s linear;
 }  
.galleryArea .pReduce .galleryBox:hover .overlay{
      transform: perspective( 550px ) rotateX( 0deg ) !important;
      opacity: 1 !important;
 }   


.galleryArea .pReduce .galleryBox .overlay a.anchor
{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  left: 0;
  color: #fff;
}

.galleryArea .pReduce .galleryBox .overlay a.anchor .icon
{
  display: block;
  position: absolute;
  top: 50%;
  font-size: 1.3em;
  left: 50%;
  width: 35px;
  height:35px;
  line-height: 35px;
  border:1px solid var(--white);
  background-color: var(--color1);
  border-radius: 50%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}

/*
======================================
======================================
*/
.copyright
{
  background-color: var(--color1);
  width:calc(100% - 200px);
  color: var(--color2);
  float: right;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px 10px;
}

.copyright span
{
  font-size: 13px;
}

@media screen and (min-width:1141px)
{
  .copyright .footerLinks ul
  {
    float: right;
  }
}

.copyright .footerLinks ul li
{
  float: left;
  margin:0 7px;
}
.copyright .footerLinks ul li a
{
  color: #fff;
  font-size: 13px;
  color: var(--color2);
}

.small-heading1
{
    font-size: 17px;
    font-weight: 800;
}
.descArea {
  background: #00000091 !important;
  color: #fff;
  font-size: 18px !important;
  padding: 28px;
}