/*   -------  Pre loader -------   */

/*   -------  Pre loader -------   */







* {
    margin: 0;
    padding: 0;
}
#map {
        width: 100%;
        height: 400px;
        background-color: grey;
}
body {
    font-family: 'Raleway', sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}


p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    
	/* font-weight: bold; */
	
}	
.container1{	
	position:relative;
	width:0%;	
    display:inline;	
}		
	
.image{	
    opacity:1;	
    display: center;
	width:50%;
	height: auto;	
    animation: swing infinite;	
    animation-duration: 10s;
	transition: .5s ease;
	backface-visibility:hidden;
}	
	
.middle{	
	transition: .5s hidden;
	opacity: 0;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	text-align: inline;
}
.container1:hover .image{	
	opacity: 0.3;

	
}		
	
.container1:hover .middle{	
	opacity: 1;
}	

.container1:hover .text {
  background-color: transparent;
  color: black;
  font-size: 50px;
  
}
section {

    width: 100%;
    height: 100%;	
/*    padding-bottom: 3%;*/
   
}


.anim-left{
    animation: fadeInLeft ;	
    animation-duration: 3s;
	transition: 5s ease;  
}
.anim-right{
    animation: fadeInRight ;	
    animation-duration: 3s;
	transition: 5s ease;  
}
.anim-up{
    animation: fadeInUp ;	
    animation-duration: 3s;
	transition: 5s ease;  
}
.anim-down{
    animation: fadeInDown ;	
    animation-duration: 3s;
	transition: 5s ease;  
}

/*=== country names padding === */
.h5-padding{
    padding-left: 28%;
    font-family: 'Raleway', sans-serif;
}



/*========= policy ==========*/
.sub-title{
    text-align: center;
    color: #a53f5a;
    padding-top: 2%;
    font-family: 'Raleway', sans-serif;
}
.ul {
    display: block;
    list-style-type: square;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 5px;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
   
}
.table{
    margin-top: 25px;
    font-family: 'Raleway', sans-serif;

}
.table tbody td, .table tfoot th, .table thead th{
	border: 2px solid #00549d;
}

.table tfoot th, .table thead th{
	background-color: #e6e6e6;
    
}

.table, td, .column-1, .column-2, .column-3{
	font-size: 18px;
    padding-left: 5px;
    color: #595959;
}
.head-td , .column-1, .column-3, .column-5{
    border: 2px solid #00549d;
    color: #00549d;
}
.even:hover, .odd:hover{
  background-color: #e6f3ff;
}

/*========= highlights ============*/

.read-more{
    color: #c76b84;
    font-size: 24px;
    float: right;
    font-family: 'Raleway', sans-serif;
}
.pad-about{
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%
}
.h2-card1{
    color: white;
    text-align: center;
    padding-top: 10%;
    padding-left: 3%;
    padding-right: 3%;
    font-family: 'Raleway', sans-serif;
    
}
.h2-card2{
    color: #c26205;
    
}
.h2-card3{
    color: #3d6926;
    
}
h7{
    display: block;
	animation: bounce ;
	animation-duration: 2s;
    font-size: 28px;
    font-family:  times;
    font-weight: 300;
    text-align: center;
    padding-bottom:1%;
    }
.h6-card3{
    color: #295770;
    
    
}
.h6-card4{
    color: #51634f;
    
}
.h6-card5{
    color: #7e1b32;
    
}
h8 {
    color: white;
    text-align: center;
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    max-width: 100%;
    height: 300px;
/*    margin: auto;*/
    text-align: center;
}
.card > img {
    display: block;
    width:100%;
    height:200px;
    margin-left: 25%;
  
    
}
.card1{
    background-color: #2f537e;
}   
.card2{
    background-color:#efb07e;
}
.card3{
    background-color:#63a3c6;
    height: 420px;
    border-radius: 8%;
}
.card4{
    background-color:#aabaa9;
    height: 420px;
    border-radius:8%;
}
.card5{
    background-color:#e06c87;
    height: 420px;
    border-radius: 8%;
}

.title-card {
    color: black;
    font-size: 18px;
}

.button-card {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #a53f5a;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

.a-card {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

.button-card:hover, .a-card:hover {
  opacity: 0.7;
}

/*========= community ============*/
.h5 {
    color: #00549d;
    font-size: 19px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    
}
.fa-star
{
    color: #f5da6e;
	font-size:35px;
	/* text-shadow:2px 2px 4px #000000; */
}

/*========= admission =============*/
.anim{
    animation: swing infinite;	
    animation-duration: 8s;
	transition: .5s ease;  
}
.card7{
    background-color:#3e83a8;
    padding-top: 3%;
}
.card8{
    background-color:#819980;
    padding-top: 3%;
}
.card9{
    background-color:#e996a9;
    padding-top: 3%;
}
.p{
     color: black;
    font-size: 24px;
    text-align: left;
    padding-left: 1%;
}
.fa {
  /* display: inline-block; */
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-edit{
/*	margin-left: 48px;*/
	color: #eab53f;
	font-size:100px;
	text-align: center;
}

/*========= academic ==============*/


/* NIS differences */
.p2{
    font-size: 24px;
    text-align: justify;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 9%;
    padding-bottom: 6%;
}
.dif1{
    color: #00549d;
}
.dif2{
    color: #a53f5a;
}
.bg1{
    background-color: #e6f3ff; 
}
.bg2{
    background-color: #f1dae0;
}

/* Marking System */
.p3{
    color:#a53f5a;
    font-size: 20px;
    text-align: justify;
    padding-left: 4%;
}
.table2, .th2, .td2 {
    text-align: center;
    border: 1px solid #00549d;
    border-collapse: collapse;
    background-color: #e6f3ff;
    color: #a53f5a;
    font-family: 'Raleway', sans-serif;
}
.th2, .td2 {
/*    padding: 1px;*/
}


/*========= Academic Programs ===============*/
.h3-pro{
    color: #a53f5a;
    font-weight: 600;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    animation: pulse infinite;
	animation-duration: 4s;
}
.p-pro{
   color : #00549d; 
    text-align: justify;
}
.panel-title{
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: #00549d;
    font-size: 28px;
    font-weight: 500;
}
.panel-group{
    padding : 1%;
}
.panel-heading{
    background-color: #f1dae0;
}
.panel-body img{
    padding-bottom: 20px;
}
.panel-body>ul>li{
    font-family: 'Raleway', sans-serif;
    color: #00549d;
    margin-left: 20px;
    font-size: 20px;
    
}



/*========= Library ===============*/
.book_name{  
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    text-align:center;
    color: #a53f5a;
    font-size: 20px;
}

.gallery1 {
    border: 3px solid #a53f5a;
    margin-bottom: 5%;
    margin-right: 15%;
}

div.gallery1:hover {
    border: 1px solid #777;
}

div.gallery11 img {
    width: 170px;  
    height: 250px;
/*    width: 150px;*/
}

div.desc1 {
    padding: 15px;
    text-align: center;
    
}
.responsive1 {
    padding: 0 6px;
    float: left;
    width: 20%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/*========= Gallery ===============*/
div.gallery {
    border: 1px solid #ccc;
    margin-bottom: 5%;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
    
}

div.desc {
    padding: 15px;
    text-align: center;
    
}
.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/*========= Contact ============*/

.fa-phone{
    color: #a53f5a;
	font-size:35px;
}
.phone-trans{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    animation: zoomIn infinite;
	animation-duration: 1s;
}
.fa-map-marker , .fa-fax , .tele
{
    color: #a53f5a;
	font-size:35px;
	/* text-shadow:2px 2px 4px #000000; */
}
.h3-con{
    color: #00549d;
    font-family: 'Raleway', sans-serif;
}

.contact-us-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 21px;
    color: #555;
    background-color: transparent;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    margin-bottom: 15px;
    opacity: .8;
    outline: 0px !important;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    
}
input, textarea, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 3;
}

#message {
    height: 117px;
    resize: none;
}
.submit-btn,
.submit-btn:active,
.submit-btn:focus,
.submit-btn:visited {
    
    background-color: transparent;
    border: 1px solid #a53f5a;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    color: #af3f5a;
    outline: 0px !important;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}
.submit-btn:hover {
    background: #a53f5a;
    color: #fff;
    border-color: #f5da6e;
}

.social-icons-c {
    padding-top: 13%;
    /* padding-bottom: 10px; */
    
}
.social-icons-c ul {
    margin:0;
    padding: 0;
    
    
}
.social-icons-c ul li { 
    list-style: none;
    display: inline;
    padding-right: 10px;
}

.social-icons-c ul li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
/*
    border: 1px solid #aeaeae;
    border-radius: 3px;
*/
    width: 50px;
    height: 44px;
    line-height: 49px;
    color: #a53f5a;
     transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    
}
.social-icons-c ul li a:hover {
    
    background-color: #fff;
/*    border: 1px solid #fff;*/
    color: #00549d;
} 
.social-icons-c ul li a i {
    font-size: 40px;
}


/*======== NIS ERP  ============*/
.form-L {
    border: 1px solid #00549d;
    font-family: 'Raleway', sans-serif;
}

.input-L[type=text], .input-L[type=password], .select-L {
    width: 100%;
        padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
/*    padding: 12px 20px;*/
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #00549d;
    box-sizing: border-box;
    text-align: center;
    font-size: 22px;
    color: gray;
}

.button-L {
    background-color: #a53f5a;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 24px;
}
.select-L{
    height: 60px;
    
}

.button-L:hover {
    opacity: 0.8;
}


.imgcontainer-L {
    text-align: center;
    margin: 24px 0 12px 0;
}

.img-L.avatar {
    width: 40%;
    border-radius: 50%;
}

.container-L {
    padding: 16px;
    text-align: center;
}

.span-L.psw {
    float: right;
    padding-top: 16px;
}

.label-L{
    font-size: 22px;
    color: #a53f5a;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    .span-L.psw {
       display: block;
       float: none;
    }
}



/*======== Career  ============*/
.form-C {
    border: 1px solid #00549d;
    font-family: 'Raleway', sans-serif;
}
.input-C[type=text], .input-C[type=password] {
    width: 100%;
        padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
/*    padding: 12px 20px;*/
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #00549d;
    box-sizing: border-box;
    font-size: 24px;
    color: #00549d;
    
}

.button-C {
    background-color: #a53f5a;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 22px;
}

.button-C:hover {
    opacity: 0.8;
}

.container-C {
    padding: 16px;
}

.span-C.psw {
    float: right;
    padding-top: 16px;
}

.label-C{
    font-size: 18px;
    color: #a53f5a;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    .span-C.psw {
       display: block;
       float: none;
    }
}


/*============ Calendar =============*/
/* calendar */
.main2 {
width:100%;
border:1px solid #a53f5a;
    

}

.month2 {
background-color:#a53f5a;
font:bold 12px verdana;
color:white;
    font-size: 26px;
}

.daysofweek2 {
background-color:#002e4d;
font:bold 12px verdana;
color:white;
    font-size: 24px;
}

.days2 {
font-size: 20px;
font-family:verdana;
color:#002e4d;
background-color: #fff;
padding: 2px;
}

.days2 #today{
font-weight: bold;
    font-size: 20px;
    background-color: #a53f5a;
color: white;
}


.countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
    font-family: 'Raleway', sans-serif;
}

.countdown__item {

  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  min-width: 31%;
  margin-bottom: 1rem;
}

.countdown__item--large {
  flex: auto;
  width: 100%;
  font-size: 1.5em;
}

.countdown__timer {
    
  padding: .25em;
  background-color: white;
  border: 1px solid #a53f5a;
  border-radius: 3px;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
    color: #00549d;
}

.countdown__label {
  font-size: 1em;
  padding-top: .40em;
  text-align: center;
    color: #00549d;
  
 
}

/*    footer    */
.footer-h5:hover{
    color: #b3dbff;
    
}
.footer-h5{
    font-family: 'Raleway', sans-serif;
}



/*========= new style =============*/
.section-title h1 {
    font-family: 'Raleway', sans-serif;
    position: relative;
    color: #005490;
    text-align: center;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
	animation: pulse infinite;
	animation-duration: 2s;
	}
.section-title h1:after {
    
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 5%;
    height: 4px;
    background-color: #a53f5a;
    margin-left: -30px;
}

h3 {
    color: white;
    font-size: 20px; 
}
h5 {
    text-align: center;
    color: white;
    font-size: 12px; 
}

/*
h6{
    font-size: 20px;
    color: #a53f5a;
    text-align: center;
}
*/


/* calendar */
.main {
width:100%;
border:1px solid #a53f5a;
}

.month {
background-color:#a53f5a;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color:#002e4d;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:white;
background-color: #002e4d;
padding: 2px;
}

.days #today{
font-weight: bold;
    background-color: #fff;
color: #a53f5a;
}




/* ============= Generic CSS ============== */

.section-title {

	
}
.section-title h2 {
    position: relative;
    text-align: center;
    color: #333;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
	animation: pulse infinite;
	animation-duration: 2s;
	}
.section-title h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 60px;
    height: 1px;
    background-color: #f5da6e;
    margin-left: -30px;
}


.section-title p {
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    margin-top: 45px;
}

h4 {
   
    text-align: left;
    color: #00549d;
    font-size: 20px;
    font-family: 'Raleway', sans-serif ;
    font-weight: bold;

}



/*=====try======*/

.glyphicon{
    color: #f1dae0;
}
.carousel-controls{
    background-color: white;
}
.shadow{
    cursor: pointer;
    text-shadow: 2px 2px #a53f5a;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
.time{
    cursor: pointer;
    text-shadow: 2px 2px #a53f5a;
    font-size: 20px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
.news-list li h4{
    font-family: 'Raleway', sans-serif;
}
.news-list li{
    
    display: block;
    z-index: 1;
}
.news-list >li:hover{
    background-color: #f1dae0;
    cursor: pointer;
}
.news-list li:active,
.news-list li:focus{
    background-color: #f1dae0;
}
.carousel-caption{
/*    background-color: rgb(241, 218, 224,0.7);*/
    background-color: #f8edf0;
    width: 80%;
    padding: 0.5%;
    padding-left:5%;
    left:5px;
}
.carousel-caption h4{
    font-family: 'Raleway', sans-serif;
}


/* ========= NEW Nav bar =========*/
.navbar {
        margin-bottom: 0;
  list-style-type: none;
  /* this is what will keep the navbar from stretching */
/*  max-height: 600px;*/
    margin-top: 1%;
    background-color: #d4af37;
/*    padding-left: 0;*/
/*  border: 1px solid black;*/
  /* overflow: hidden; */
}
nav ul li {
    z-index: 2;
    
}
.social-icons > ul > li > a{
    z-index: 2;
    
}
.nav>li>a{
font-family: "Raleway";
font-size:20pt;
    
}

.dropdown-menu>li>a{
font-family: "Raleway";
font-size:14pt;
}


.navbar-default{
    color: white;
    
}
.lang-icon{
    width:30px;
    height:18px;
    margin-bottom: 8px;
    margin-top: 1px;
}
.NISfamily-icon{
    width:50%;
    padding-top: 2%;
    z-index: 2;
     transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    
}
.topright-icon{
    position: relative;
    padding-top: 2%;
    padding-right: 10px;
    z-index: 2;
     transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    
}

.success-partners{
    width: 100px;
    position: relative;
    padding-top: 2%;
    padding-right: 10px;
    z-index: 2;
     transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    
}
.navbar-toggle{
    z-index: 2; 
}
nav a {
   color: black;
    font-weight: bold;
    
/*   font-weight: bold;*/
   
}
.nav li a:hover,
.nav li a:focus{
  
    background-color: rgb(241, 218, 224,0.2) !important;

}
.dropdown-menu{
    background-color: #d4af37;
    

    
}
.dropdown-menu li a{
    background-color: #d4af37;
    color: black;
    font-weight: bolder;

}
.container1{
    
    padding-left: 0;
}


.nav-item {
    display: inline;
    align-content: center;
    font-size: 20px;
    
    
}
.nav-item >li {
     display: inline;
    align-content: center;
    font-size: 18px;
    
    
}
.bar-icon{
    color: #fff;
	font-size:30px;
    padding-bottom: 10px;
    display: block;
    position: relative;
    text-align: center;
}

/* Galaxy - iphone */
@media screen and (max-width: 400px) {
    .news-list{
        display: none;
    }
    .logo img{

    width: 30%;
    }
    
    .logo{
        margin-top: 68%;
        
    }
    
    .NISfamily-icon{
        width: 25%;
        
    }
    iframe{
        margin-left: 0%;
        padding: 0;
    }
    .dropdown-menu{
/*     display: block;*/
     position:relative;
     z-index: 5;
    }
    .bar-icon{
        text-align: left;
    }
    .text-size-20{
        font-size: 20px;
    }
    .text-size-22{
        font-size: 22px;
    }
    .text-size-24{
        font-size: 24px;
    }
    .section-title h1 {
    font-size: 28px;
	}
    .cardRes{
        height: 200px;
    }
    .sub-title{
        font-size: 24px;
    }
    .button-L{
        text-align: center;
        font-size: 20px;
    }
    
}
/*  iphone plus  */
@media screen and (max-width: 450px) and (min-width: 401px){
    .news-list{
        display: none;
    }
    .logo{
        margin-top: 63%;
   
    }
    .logo img{

    width: 30%;
    }
    .NISfamily-icon{
        width: 25%;
        
    }
    iframe{
        margin-left: 0%;
        padding: 0;
    }
    .dropdown-menu{
/*     display: block;*/
     position:relative;
     z-index: 5;
    }
    .bar-icon{
        text-align: left;
    }
}

/* ipad mini */
@media screen and (max-width: 800px) and (min-width: 451px){
    .news-list{
        display: none;
    }
    .logo{
        margin-top: -5%;
        margin-left: -35%;
   
    }
    .logo img{

    width: 30%;
    }
    .NISfamily-icon{
        width: 25%;
        
    }
    iframe{
        margin-left: 0%;
        padding: 0;
    }
    .dropdown-menu{
/*     display: block;*/
     position:relative;
     z-index: 5;
    }
    .bar-icon{
        text-align: left;
    }
}



@media screen and (max-width: 1250px) {
    .time-hide{
        display: block;
    }
    .NISfamily-icon{
        width: 25%;
        
    }
.modal-content5{
  height: 300px;
  overflow-y: auto;
}
    
}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/*========= click summer club ==========*/
#clocksDIV{
   background-color: rgb(241, 218, 224,0.2);
}
.p1{
    text-align: center;
    font-size: 14px;
    color: #a53f5a;
}
.click{
   cursor: pointer;
    display: inline;
    color: #00549d;
    animation: swing infinite;	
    animation-duration: 1s;
    font-size: 26px;
}
.fa-envelope{
    padding-top: 6%;
    color: #00549d;
    font-size: 60px;
    animation: swing infinite;	
    animation-duration: 0.4s;
}

#school,
#club{
    text-align: center;
    color :#a53f5a;
    cursor: pointer;
    font-size: 20px;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close, .close2, .close3 {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close,.close2, .close3:hover,
.close,.close2, .close3:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    text-align: center;
    background-color: #00549d;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    text-align: center;
    background-color: #00549d;
    color: white;
}


/*===== clocks ======*/
.iframe1{
padding-left: %;
}

/*===== footer window =====*/
/* The Modal (background) */
.modal5 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 20; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* Modal Content */
.modal-content5 {
    position: fixed;
    bottom: 0;
    background-color: #003666;;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
}

/* The Close Button */
.close5 {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close5:hover,
.close5:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header5 {
    padding: 2px 16px;
    background-color: #a53f5a;
    color: white;
}

.modal-body5 {
	color:#00549d;
	padding: 2px 16px;
	}

.modal-footer5 {
    padding: 2px 16px;
    background-color: #a53f5a;
    color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

/*============ Al Njuoom Family Tabs Login ==========*/
.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 1%;
    font-size: 21px;
    width: 33.33%;
}

.tablink:hover {
    background-color: #777;
}

/* Style the tab content */
.tabcontent {
	font-size: 35px;
    color: white;
    display: none;
	padding-top: 100px;
	padding-bottom: 1%;
    padding-left: 1%;
    padding-right: 1%;
    /* padding: 50px; */
    /* padding: 50px; */
    text-align: center;
	vertical-align: middle;
    cursor: pointer;
}

#Student {background-color:#c7deea;}
#Parent {background-color:#dfece5;}
#Stuff {background-color:#f6d5dd;}







/*============ Contact Tabs ==========*/
.tablink3 {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 35px;
    width: 50%;
}

.tablink3:hover {
    background-color: #777;
}

/* Style the tab content */
.tabcontent3 {
	font-size: 35px;
    color: white;
    display: none;
	padding-top: 100px;
	padding-bottom: 100px;
    /* padding: 50px; */
    text-align: center;
	vertical-align: middle;
	 cursor: pointer;
}




/* =========== Header ============ */
.header {
    
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    
}
.header-overlay {
    /*background-color: rgba(242, 242, 242, 0.7);*/

}
.logo {
 position: absolute;
    top: 1%;
/*    left: 10%;*/
/*    margin-left: -50px !important;   50% of your logo width */
    
    display: block;
    width:100%;
    z-index: 1;
}
.logo-img{
    width:15%;
}
.header-text h1 {
    position: relative;
    text-align: center;
    color: slategrey;
    font-size: 70px;
    font-weight: bold;
    line-height: 45px;
    padding-top: 30px;
    text-transform: uppercase;
	text-shadow: 4px 4px 4px WHITE;
}
.header-text p {
    color: #000000;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
	padding-left: 30%;
}
.header-text-2 p {
    color: #000;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
	padding-left: 30%;
	text-shadow: 2px 2px 5px white;
}


/* #box { */
/* width: 300px; */
/* background-color: white; */
/* -webkit-transition:all.4s; */
/* line-height: 200px; */
/* text-align: center; */
/* font-weight: bold; */
/* color: #333; */
/* border-radius: 100px; */
/* box-shadow:0 6px 0; */
/* cursor: pointer; */
/* position: static; */

/* } */
/* #box:hover{ */
/* background:#D3D3D3; */
/* color:#D4AF37;} */

.btn-download,
.btn-download:focus,
.btn-download:active,
.btn-download:visited
{
    
    background: transparent;
    border-color: #f5da6e;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
     -o-transition: all 1s;
}
.btn-download:hover {
    background-color: #f5da6e;
    color: #fff;    
}
.btn-tour,
.btn-tour:focus,
.btn-tour:active,
.btn-tour:visited {
    color: #A9ADB0;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
    background: transparent;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
     -o-transition: all 1s;
    
}
.btn-tour:hover {
    color: #fff;
}
.btn-tour i {
    font-size: 20px;
    padding-left: 5px;
    color: #f5da6e;
}

.header-iphone img {
    width: 100%;   
}


/* ========= calendar ========= */

#calendar{
    width:50%;
    height:200%;
    background-color: #f5da6e;
    color:#000;
    border-radius: 5%;
    box-shadow: 2px 10px 4px 2px rgba(50,50,50,0.4);
}

#calendar> p{
    font-family: Verdana,Arial, sans-serif;
    padding: 8px 0;
    margin:0;
    color:#000;
    text-align: center;
}

#calendar-day{
    font-size: 25px;
}

#calendar1{
    width:100%;
    height:200px;
    background-color: #63a3c6;
    color: #f5da6e;
    text-align: center;
    border-radius: 8%;
    box-shadow: 2px 10px 4px 2px rgba(50,50,50,0.4);
}

#summer{
     font-family:  Verdana,Arial, sans-serif;
     color:#f5da6e;
     text-align: center;
     font-size: 30px;
     padding-top: 10px;
     padding-bottom: 0;
}
#summer1{
     font-family:  Verdana,Arial, sans-serif;
     color:#f5da6e;
     text-align: center;
     font-size: 35px;
     padding-top: 10px;
     padding-bottom: 0;
}
#summer2{
     font-family:  Verdana,Arial, sans-serif;
     color:#f5da6e;
     text-align: center;
     font-size: 30px;
     padding-top: 10px;
     padding-bottom: 0;
}

#calendar-month-year{
    font-size: 22px;
    
}

#calendar-date{
    font-size: 60px;
    padding-top: 10px;
    padding-bottom: 40%;
}

/*===================academic activitiesss====================*/


@keyframes slider1{
    0%{
        left:0;
    }
    20%{
        left:0;
    }
    25%{
        left:-100%;
    }
    45%{
        left:-100%;
    }
    50%{
        left:-200%;
    }
    70%{
        left:-200%;
    }
    75%{
        left:-300%;
    }
    95%{
        left:-300%;
    }
    100%{
        left:-400%;
    }
}

#slider1{
    overflow: hidden;
    
}
#slider1 figure img{
    width:20%;
    float:left;
}
#slider1 figure{
    position:relative;
    width:500%;
    margin:0;
    left:0;
    text-align: left;
    font-size: 0;
    animation: 20s slider infinite;
}
/* ========= About Us ============= */
.choose-us-wraper {

    padding-top: 50px;
}

.about-iphone img {
 margin-top: 8px;    
}
.choose-us-title {
    padding-bottom: 50px;
    
    
}
.choose-us-title h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    position: relative;
}
.choose-us-title h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px; 
    height: 1px;
    background-color: #f5da6e;
}

.choose-us-title p {
    margin-top: 40px;
    font-size: 19px;
    line-height: 24px;
}

.choose-us-item {
    position: relative;
    padding-bottom: 4px;
    padding-left: 80px;
}
.choose-us-item div {
    position: absolute;
    top: 0;
    left: 0;
}
.choose-us-item div i {
    font-size: 55px;
    color: #f5da6e;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
}
.choose-us-item h3 {
 color: #343434;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}

.choose-us-item p {
    color: #727272;
    font-size: 15px;
} 

.rotate-icon{

    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3 ease-out;
    -transition: -transform 0.3s ease-out;

}
.rotate-link: hover .rotate-icon{

    -webkit-transform: roatte(90deg);
    -moz-transform: roatte(90deg);
    -transform: rotate(90deg);
}

.fa {
  /* display: inline-block; */
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.center-p{
/*	margin-left: 40px;*/
/*    text-align: center;*/
    color: #eab53f;
    font-size: 20px;
    /* font-weight: 400; */
    /* text-transform: uppercase; */
}



/* ========= Testimonials ============= */
.testimonial {
    background-image: url("../images/desert.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% 50%;
}
.testimonial-overlay {
    background-color: rgba(31, 31, 31, .75);
    padding-top: 80px;
    padding-bottom: 80px;
}
.carousel-indicators {
    bottom: -10px;
}
.carousel-inner .item img {
    /* border: 2px solid #129CF3; */
    /* border-radius: 50%; */
    padding: 3px;
}
.testimonial-caption {
    padding-bottom: 70px;
}
.testimonial-caption h2 {
    color: #ffd24d;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin-top: 25px;
	
    
}
.testimonial-caption h4 {
    color: #f5da6e;
}

.testimonial-caption h4 span {
    
    color: #D8D8D8;
    font-style: italic;
    font-weight: 300;
    
}

.testimonial-caption p {
    color: #D8D8D8;
    font-size: 18px;
    line-height: 27px;
    padding-top: 50px;
}
/* ========= Features ============= */
.features-inner-wrapper {
    
    padding-top: 30px;
    padding-bottom: 70px;
/*
    display: block;
    text-align: center;
*/
}
.left-feature-item {
    position: relative;
/*    padding-right: 90px;*/
    margin-bottom: 65px;
    text-align: center;
    margin-top: 35px;
}
.left-feature-item1 {
    position: relative;
    padding-right: 0px;
	padding-left: 955px;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 0px;
}
.left-feature-item2 {
    position: relative;
    padding-right: 0px;
	padding-left: 805px;
    margin-bottom: 0px;
    text-align: right;
    margin-top: 0px;
}
.left-feature-item3 {
    position: relative;
    padding-right: 0px;
	padding-left: 655px;
    margin-bottom: 0px;
    text-align: right;
    margin-top: 0px;
}
.left-feature-item4 {
    position: relative;
    padding-right: 0px;
	padding-left: 505px;
    margin-bottom: 0px;
    text-align: right;
    margin-top: 0px;
}
.left-feature-item-icon {
    position: absolute;
    right: 0;
    top: -8px;
    font-size: 40px;
    color: #f5da6e;
    width: 90px;
    height: 90px;
    text-align: center;
    
}
.left-feature-item h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #333;
}
.left-feature-item p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
.feature-iphone img {
    width: 100%;
}
.right-feature-item {
    position: relative;
    padding-left: 90px;
    margin-bottom: 65px;
    margin-top: 35px;
    text-align: center;
}
.right-feature-item-icon {
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 40px;
    color: #f5da6e;
    width: 90px;
    height: 90px;
    text-align: center;
    
}
.right-feature-item h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #333;
    
    
}
.right-feature-item p {
 
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

/* ========= Purchase Now ============= */
.purchase-now {
    background-color: #1a1a1a;
    padding-top: 100px;
    padding-bottom: 100px;
}
.purchase-now p {
    color: #dfdfdf;
    font-size: 18px;
    font-weight: 300;
}
.btn-pruchase-now,
.btn-pruchase-now:active,
.btn-pruchase-now:focus,
.btn-pruchase-now:visited 
{
    background-color: #f5da6e;
    border: 1px solid #f5da6e;
    color: #fff;
    border-radius: 3px;
    padding: 15px 35px;
    text-transform: uppercase;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    
    
}

.btn-pruchase-now:hover {
    background-color: #1274B1;
    border-color: #316B90;
}

/* ========= Counter ============= */
.counter {
    background-image: url("../images/counter-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% 50%;
}
.counter-overlay {
    padding-top: 120px;
    padding-bottom: 120px;
    background: rgba(0, 0, 0, .4);
}
.counter-item i {
    color: #f5da6e;
    font-size: 60px;
}
.counter-item h2 {
    font-family: "Source Sans Pro", sans-serif;
    color: #D7DADB;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 1px;
}
.counter-item p {
    color: #D7DADB;
    font-size: 20px;
    margin-top: 0px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
}


/* ========= Download Now ============= */
.download-now img {
    width: 100%;
}
.available-on {
    
    background-color: #1a1a1a;
    margin-top: -8px;
    position: relative;
}
.available-title {
    padding-top: 75px;
}
.available-title h2 {
    
    color: #fff;
    font-size: 30px;
}
.available-title p {
    color: #B5B5B5;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.available-on-item {
    text-align: center;
    border-left: 1px solid #0F1217;
    min-height: 230px;
    padding-bottom: 15px;
    position: relative;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    
}
.available-on-item:hover {
    background-color: #121212;
}
.available-on-item i {
    color: #f5da6e;
    text-align: center;
    opacity: 1;
    font-size: 40px;
    padding-top: 90px;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.available-on-item:hover i {
    opacity: 0;
}
.available-on-inner {
    position: absolute;
    bottom: 93px;
    width: 100%;
    opacity: 0;
     transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}
.available-on-inner h2 {
    text-align: center;
    font-weight:  300;
    color: #D7DADB;
    font-size: 16px;
}

.available-on-item:hover div.available-on-inner {
    opacity: 1;
}

/* ========= New Header Contact icons ============= */



.social-icons {
    position: relative;
/*    padding-top: 50px;*/
    /* padding-bottom: 10px; */
    z-index: 2;
   
}
.social-icons ul {
    margin:0;
    padding: 0;
    text-align: center;
    padding-top: 2%;
     z-index: 2;
    
    
}
.social-icons ul li { 
    list-style: none;
    display: inline;
    padding-left: 10px;
     z-index: 2;
    font-size: 22px;
    
    
}
.social-icons ul li a,
.social-icons ul li a i{
    z-index: 2;
    
    
}
.social-icons ul li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: auto;
    height: auto;
    line-height: 49px;
    color: #000;
     transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    
    
}
.social-icons ul li a:hover {
    
/*    background-color: #a53f5a;*/
/*    border: 1px solid #a53f5a;*/
    color: #d4af37;
} 
.social-icons ul li a i {
    font-size: 20px;
    
}


/* ========= Footer ============= */
.footer {
    background-color: #303030;
    padding: 2%;
    padding-bottom: 1%;
/*    padding-top: 1%;*/
    /* border-bottom: 3px solid #f5da6e; */
}
#copyright {
    width: 100%;
	text-align: center;
}
#copyright p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    vertical-align: middle;
    padding-top: 5px;
}
#copyright p a {
    text-decoration: none;
    color: #fff;
}
.scroll-top {
    text-align: right;
}
.scroll-top a {
    background-color: #f5da6e;
    padding: 25px;
}
.scroll-top a i {
    color: #fff;
    font-size: 25px;
}













































