﻿/**********************************************************************
***********************************************************************
Innovasphere Infotech 
Version V-1.0
Designed by Haja////
***********************************************************************
***********************************************************************
    
    Pages Include in this page
1. home page
2.



/* Home page */

/* Services 
    1. Beyond Limit
    2. Child Development
    3. Principal Message
    4. Admission

*/
/* Full Box Class and hover */
.margin-align
{
    margin-top: 50px;
    margin-bottom: 100px;
}
.padding-align
{
    padding-top:50px;
    padding-bottom:50px;
}
.row 
{
    margin-right: 0px;
    margin-left: 0px;
}
    
/* Read More Button */
.readMoreButton
{
    padding: 5px;
    border: 2px solid #fff;
    float: right;
    position: absolute;
    right: 9%;
    bottom: 3%;
    color: #fff;
    }

.readMoreButton:hover
{
    padding-right:20px;
    transition:1s all ease-in-out;
}

.readMoreButton-yellow {
    padding: 5px;
    border: 2px solid #ffb903;
    float: right;
    position: absolute;
    right: 9%;
    bottom: 3%;
    color: #ffb903;
}
.readMoreButton-yellow:hover
{
     padding-right:20px;
    transition:1s all ease-in-out;
}

/* School Update */
/* Parallax Bg */
.parallax {
    /* The image used */
    background-image: url("../images/slides/4.jpg");
    /* Set a specific height */
    min-height: 500px; 
    width:100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:10px;
    padding-bottom: 10px;
}
.parallax1 {
    /* The image used */
    background-image: url("../images/slides/5.jpg");
    /* Set a specific height */
    min-height: 500px; 
    width:100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:10px;
    padding-bottom: 10px;
}
/*Calender*/

.calendar 
{
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}
.school-calendar {
  text-align: center;
  background: url(../images/bottom-icon-calendar.png) top center no-repeat;
}
.school-calendar:hover {
  color: #000;
  background: url(../images/bottom-icon-calendar.png) bottom center no-repeat;
}
#SchoolCalender
{
    width: 100%;
}
#SchoolCalender td, #SchoolCalender th
{
    padding: 8px;
}
#SchoolCalender tbody tr:first-child td
{
    padding:5px 8px;
}
.calendar-head td
{
    color: #fff;
}
.inner-calendar-head td
{
    background-color: #e1e1e1 !important;
    font-weight: bold;
    text-align: center;
}
.inner-calendar
{
    max-width: 850px;
    margin: 25px auto;
}
.inner-calendar td
{
    text-align: center;
}
        
.Event
{
    color: #965C05;
}
.Holiday
{
    color: #06538F;
}

.calender > tbody > tr > td:first-child, .calender > tbody > tr > th:first-child
{
      border-left: 1px solid #fff;
}
.calender > tbody > tr > td:last-child, .calender > tbody > tr > th:last-child
{
      border-right: 1px solid #fff;
}
.calender > tbody > tr:last-child > td
{
      border-bottom: 1px solid #fff;
}
.calender > tbody > tr:first-child > td
{
      border-top: 1px solid #555;
}
.calender > tbody > tr > td, .calender > tbody > tr > th
{
    border: 1px solid #FFF;
} 
.calender > tbody > tr > th 
{
      background-color: #ddd;
} 


.home-calendar 
{
    position:relative;
    height:300px;
}
.fullBox-calender
{
    height:368px;
    width:100%;
    border: 3px solid #7fba03;
    }
   
.calenderH2
{
    padding: 15px;
    background: #7fba03;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase;

}
.calendar-event {outline:none; }
.calendar-event strong {line-height:30px;}
.calendar-event-info {
    z-index:10; 
    display:none;
    position:absolute;
    padding:14px 20px;
    width:100%; 
    line-height:16px;
    border: 5px solid #BFD3DB;
    color:#333;
    background:#fafafa;
    border-radius:2px;        
    box-shadow: 0px 0px 8px 4px #BABABA;
}
.calendar-event h4
{
    color: #139ED6;
    margin-top: 0;
}
.callout 
{
    z-index:20;
    position:absolute;
    border:0;
    top:-20px;
}

.list-check 
{
}
.list-check li
{
    padding: 3px 10px 3px 23px;
    position: relative;
    font-size: 16px;
}
.list-check li:before
{
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0;
    color: #00B5FF;
}

.newsBox {
    margin-bottom: 12px;
}

.home-thumbnail .thumbnail {
    min-height: 330px;
}

.thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    padding: 4px;    
    background: #F9F9F9;
    min-height: 310px;
}

/*Thought of the day*/    
.fullBox-thought
{
    height:368px;
    width:100%;
    border: 3px solid #03a4ef;
    }
.thoughtH2
{
    padding: 15px;
    background: #03a4ef;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase;

}  
.thought-for-the-day {
}
.thought-for-the-day table {
	margin-top: 15px;
}
.thought-for-the-day table td{
	border-top: none !important;
	vertical-align: middle !important;
	font-size: 18px;
}
.thought-for-the-day table td.quote-start {
	width:40px;
	background:url(../images/quote-start.png) no-repeat 10px 10px;
	background-size: 25px;
}
.thought-for-the-day table td.quote-end {
	width:40px;
	background:url(../images/quote-end.png) no-repeat bottom left;
	background-size: 25px;
}
/*Upadate News*/ 
.fullBox-update
{
    height:368px;
    width:100%;
    border: 3px solid #f25022;
}
.updateH2
{
    padding: 15px;
    background: #f25022;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase;

}
#newsevent li
{
    padding-bottom: 15px;
    color: #6a6b6b;
}
/* About us (home page )*/
.para
{
    padding:15px;
}
.fullBox-about
{
    
    width:100%;
    border: 3px solid #ffb903;
    background: #fff;
}
.aboutH2 {
    padding: 15px;
    background: #ffb903;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase;
}

/* Thought of the day*/
  .impNotificationH2 {
    padding: 15px;
    background: #ff4c4c;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase;
}   
.fullBox-impNotification
{
    height:390px;
    width:100%;
    border: 3px solid #ff4c4c;
    background: #fff;
} 
.quote{
color:#636363
}
.quote-author
{
    position: absolute;
    right: 0px;
    color: #2e3a90;
}
/* Gallery (home page) */
.fullBox-gallery
{
    width:100%;
    border: 3px solid #00a78e;
    background: #fff;
}
.galleryH2 {
    padding: 15px;
    background: #00a78e;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase;
}   

.gallery-inside
{
    height: 140px;
    width: 72%;
    margin: 0 auto;
    position: relative;
    top: 13px;
    left: 15px;
}
 
/* Birth day Gallery (home Page) */
.fullBox-bd
{
    width:100%;
    border: 3px solid #067ab4;
    background: #fff;
}
.bdH2 {
    padding: 15px;
    background: #067ab4;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase;
}

.bd-center
{
    height: 110px;
    width: 95%;
    display: inline-flex;
    margin: 0 auto;
    }
/* Footer */

.footer-top
{
    background:#3F51B5;
    padding:15px;
}  
.menu li a
{
    color:#fff;
    padding:1px;
    padding-left:0;
    display:block;
}    

/* menu */

/*Menu Drop Down*/
dropdown a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

dropdown a:hover, .dropdown:hover .dropbtn {
    background-color: rgba(0,0,0,.2);
}

dropdown.dropdown {
    display: inline-block;
    background:#fff;     
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #2e3a90;
    min-width: 215px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index:1;
}

.dropdown-content a {
    color: #fff !important;
    padding: 12px 16px !important;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size:12px !important;
}

.dropdown .dropdown-content a:hover {background-color: #e75d6f !important;}

.dropdown:hover .dropdown-content {
    display: block;
}
/* Sample */
      
/* Sample */

/* Sample */
      
/* Sample */

/* Sample */
      
/* Sample */

/* Sample */
/*Delete code */

.screenshot
{
    position: relative;
    top: -197px;
    left: -15px;
    z-index: -1;
}
.screenshot1
{
    top: -199px;
    position: relative;
    z-index: -1;
}
.screenshot2
{
    position: relative;
    top: -223px;
}
/* Responsive */
@media (min-width:320px) and (max-width: 480px)
{
    .gallery-inside {
    height: 140px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 13px;
    left: 0px;
}

.fullBox-gallery {
    margin-bottom: 10px;
}

.fullBox-about {
    
    width: 100%;
    border: 3px solid #ffb903;
    background: #fff;
    margin-bottom: 15px;
}
.fullBox {
    margin-bottom: 10px;
}
.fullBox2 {
    margin-bottom: 10px;
}
.fullBox3 {
    margin-bottom: 10px;
}

/*Delete code */
.screenshot {
    position: relative;
    top: -116px;
    left: 0px;
    z-index: -1;
}

}
/* Home Page */
.photo-gallery {
  float: left;
  width: 66%;
  margin-bottom: 30px;
  margin-top: 30px;
}
.gallery-in {
  float: left;
  width: 100%;
}
.gallery-nav {
  height: 100%;
  padding: 0;
  width: 30px;
}
.gallery-nav img{
	position:absolute;
	top:35%;
	left:25%;
}
.gallery-next {
  outline: none;
  cursor: pointer;
  height: 20px;
}
.gallery-previous {
  outline: none;
  cursor: pointer;
  height: 20px;
}
.image-gallery {
  overflow: hidden;
  background-color: transparent;
  float: left;
  left: 4px!important;
  top: 5px!important;
  width:100% !important;
  height: 105px;
}
.image-gallery li {
  width: 146px !important;
  display: block;
  padding: 8px 8px 8px 8px;
  background: #eee;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  float: left;
  height: 103px !important;
  font-family: Arial;
  font-size: 12px;
  margin:0 7px 0 0;
}
.image-gallery li img {
  width: 130px;
  height: 86px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.birthday-details {
  overflow: hidden;
  background-color: transparent;
  float: left;
  left: 4px!important;
  top: 5px!important;
  width:100% !important;
  height: 105px;
}
.birthday-details li {
  width: 285px !important;
  display: block;
  padding: 8px 8px 8px 8px;
  background: #eee;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  float: left;
  height: 103px !important;
  font-family: Arial;
  font-size: 12px;
  margin:0 7px 0 0;
  background:url(../images/birthday-bg.jpg) no-repeat;
  border-top:5px Solid #FaFaFa;
}
.birthday-details li img {
  max-height: 88px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 3px solid #F4E3F3;
}
.birthday-next {
  outline: none;
  cursor: pointer;
  height: 20px;
}
.birthday-previous {
  outline: none;
  cursor: pointer;
  height: 20px;
}
.birthday-image {
	float:left;
	width:20%;
	margin-left:10%;
}
.birthday-image-details {
	float:left;
	width:60%;
	margin-left:10%;
}
.birthday-image-details h4 {
	color:#D30EC8;
	margin-top:5px;
}
.thought-for-the-day {
}
.thought-for-the-day table {
	margin-top: 15px;
}
.thought-for-the-day table td{
	border-top: none !important;
	vertical-align: middle !important;
	font-size: 18px;
}
.thought-for-the-day table td.quote-start {
	width:40px;
	background:url(../images/quote-start.png) no-repeat 10px 10px;
	background-size: 25px;
}
.thought-for-the-day table td.quote-end {
	width:40px;
	background:url(../images/quote-end.png) no-repeat bottom left;
	background-size: 25px;
}
.home-thumbnail .thumbnail {
	min-height:330px;
}
.quote-author {
	font-weight:bold;
	text-align:right;
	color:#f00;
}
.quote{
	padding: 20px 10px !important;
}

.alternate-list-color {
	margin-left: 25px;
	font-weight: bold;
}
.alternate-list-color li {
	padding-bottom: 10px;
}
.alternate-list-color li:before {
	font-family: 'FontAwesome';
    content: '\f061';
	margin: 0 0px 0 -20px;
	color: #333;
	padding-right: 8px;
}
.alternate-list-color li:nth-child(odd) {
	color:#A6A6A6;
}
.alternate-list-color li:nth-child(even) {
	color:#333;
}
.grey-table {
	color: #666;
	font-size: 12px;
	text-shadow: 1px 1px 0px #fff;
	background: #eaebec;
	margin: 20px;
	border: #ccc 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.grey-table th{
	padding: 21px 25px 22px 25px;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top, #ededed, #ebebeb);
}
.grey-table th:first-child{
	text-align: left;
	padding-left: 20px;
}
.grey-table tr:first-child th:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
.grey-table tr:first-child th:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.grey-table tr:nth-child(odd) td {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}
.grey-table tr:nth-child(even) td {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}
.grey-table td:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 0;
}
.grey-table tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}
.grey-table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.grey-table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.grey-table tr:last-child td {
  border-bottom: 0;
}
.video-item {
}
.video-item h3 {
	text-align: center;
}
.video-item .video.embed-responsive {
	min-height: 400px;
	max-width: 700px;
	margin: 0 auto;
}
.video-item .video.embed-responsive .embed-responsive-item {
	border: 1px solid #ddd;
	padding: 6px;
}
.video-item .video.embed-responsive .embed-responsive-item:hover {
	background: #eee;
	border-color: #bbb;
}






