@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed');

html, body
{
    padding: 0;
    margin: 0;
    font-family: "Roboto Condensed";
    min-height: 100%;
    width: 100%;
    position: relative;

}





.topstrip1
{
    position: relative;
    width: 100%;
    background: url(../images/topbg.svg) no-repeat center bottom;
    background-size: cover;
    height: 112px;
    display: block;
    z-index: 9999;
}   


.nav-item >.nav-link  
{
    font-weight: bold !important;
    color: #BFAF80 !important;
}


.active > .nav-link
{
    color: #F2EEB3 !important;
}


.btn-brown
{
    background: #59323C;
    color: #F2EEB3; 
}

.btn-brown:hover
{
    color: #fff;
}


.banner
{
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: -5px;
}

.bannerbottom
{
    position: absolute;
    height: 150px;
    width: 100%;
    display: block;
    left: 0;
    bottom: 0;
    background: url(../images/banner-bottom.svg) no-repeat center top;
    z-index: 9;
    background-size: 100% auto;

}

.brown-text
{
    color: #59323C;
}

.bg-yellow
{
    background: #F2EEB3;
}

p
{
    font-size: 0.9em;
    color: #666666;
}


.btn-yellow
{
    background: url(../images/icon-button.svg) no-repeat left center;
    color: #fff;
    box-shadow: none;
}


.applyforadmission
{
    background: url(../images/brown-bg.jpg) repeat-x center center;
    min-height: 300px;
    display: grid;


}

.text-yellow
{
    color:#BFAF80;
}


.applyforadmission > div
{
    align-self: center;
}

.btn-warning
{
    background: #BFAF80;
    border:none;
}


.newtabs > .nav-item > .nav-link
{
    background: #59323C;
    color: #BFAF80;
    border-radius: 0;
    padding: 10px 20px;
    border: none;
}

.newtabs > .nav-item > .active
{
    background: #260126;
    color: #BFAF80;
    border-radius: 0;
}

.newcontent
{
    background: #fff;
}




.image-scroller 
{
   width: 100%;
   height: 500px;
   position: relative;
   overflow: hidden;
}


.image-scroller > div
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    display: grid;
    align-content: center;
    justify-content: start;
    text-align: left;
    padding-left: 4em;

}



.image-scroller > div > h2
{
    background: rgba(26,01,26, .6);
    color: #fff;
    font-family: "roboto condensed";
    font-size: 20px;
    padding:5px 15px;
    letter-spacing: 15px;
    border-radius: 5px;
    margin: 1px;
}



.image-scroller > div > h1
{
    background: rgba(26,01,26, .6);
    color: #fff;
    font-family: "roboto condensed";
    font-size: 30px;
    padding:5px 15px;
    letter-spacing: 0px;
    border-radius: 5px;
    margin: 1px;
}





.img1
{
    background: url(../images/header-img.jpg) no-repeat center top;
    background-size: cover;
    z-index: 1;
}



.img2
{
    background: url(../images/img2.jpg) no-repeat center center;
    background-size: cover;
    z-index: 2;
}




.brown-bg
{
    background: #59323C;
}

.purple-dark-bg
{
    background: #260126;
}


.form-container input
{
    background: #F2EEB3;
}
.form-container textarea
{
    background: #F2EEB3;
}


.form-container select
{
    background: #F2EEB3;
}

.topcurvedbg
{
    background: url(../images/top-curved-bg.svg) repeat-x center top;
    min-height: 60px;
}


.bottomcurvedbg
{
    background: url(../images/bottom-curved-bg.svg) repeat-x center bottom;
    min-height: 60px;
}
.activityimg
{
    border-radius:  0 0 0 0 ;
}

.activity-bottom
{
    background: url(../images/activities-bottom.svg) no-repeat center bottom;
    background-size: 100% auto;
    display:block;
    min-height: 131px;
}



.btn-dark-yellow
{
    background: url(../images/btn-dark-yellow.svg) no-repeat left center;
    color: #fff;
    box-shadow: none;
    font-size: 1em;
}


.activityimg
{
    border-radius: 60px 0 0 0;
}

.mxwd
{
    max-width: 350px;
}

.saps-logo
{
    background: url(../images/saps-logo.png) no-repeat left center;
    background-size: 60px;
    padding-left: 65px;
    font-weight: bold;
    font-family: "roboto condensed";
    font-size: 11px;
    display: grid;
    min-height: 60px;
    color: #fff;
}

.saps-logo > div
{
    align-self: center;
    justify-self: start;
}

.contactno
{
    background: url(../images/icon-contactno.svg) no-repeat left center;
    background-size: 18px;
    padding-left: 22px;
    color: #fff;

}


.emailid
{
    background: url(../images/icon-email-id.svg) no-repeat left center;
    background-size: 18px;
    padding-left: 22px;
    color: #fff;
    
}

.bottomlinks, .bottomlinks li
{
    list-style: none;
    padding: 0;
    margin: 0;

}


.bottomlinks li a
{
    display: block;
    background: url(../images/icon-right-arrow.svg) no-repeat left center;
    padding-left: 20px;
    color: #fff;
    background-size: 6px;
}

.toplogo
{
    background: url(../images/saps-logo.png) no-repeat left center;
    background-size: 88px;
    padding-left: 95px;
    color: #fff;
    min-height: 87px;
    display: grid;
}

.toplogo > div
{
    align-self: center;
}


.toplogo h6
{
    color: #BFAF80;
    font-family: "roboto";
    font-size: 13px;
    margin: 0;

}


.toplogo h1
{
    color: #fff;
    font-family: "roboto condensed";
    font-size: 22px;
    margin: 0;

    
}


.newseventbox
{
    background: url(../images/news-event-box.svg) no-repeat center center;
    width: 413px;
    height: 455px;
    position: absolute;
    display: block;
    right:50px;
    top:15px;
    z-index:999 ;
}


.newsgrid
{
    display: grid;
    grid-template-columns: 60px auto;
    grid-gap: 10px;
    padding:10px 0;

}

.newsgrid > div:first-child
{
    background: #BFAF80;
    padding: 5px;
    color: #59323C;
    font-size: 0.6em;
    text-align: center;
    font-weight: bold;
    border-radius: 2px;
}

.newsgrid > div:first-child > span
{
    font-size: 22px;
    font-weight: bold;
}




.topstrip{

    height: 40px;
    background: #000;
}



.allinline * {
    font-size: 12px;
}

.allinline a,
.allinline span {
    color: #fff;
    line-height: 30px;
    display: inline-block;
    *display: inline;
    margin: 0 5px;
}

.skiptomain {
    background: url(../images/downarrow_icon.svg) no-repeat center left;
    background-size: 15px auto;
    padding-left: 20px;
}



.skiptonav {
    background: url(../images/downarrow_icon.svg) no-repeat center left;
    background-size: 15px auto;
    padding-left: 20px;
}



.screenreader {
    background: url(../images/speaker_icon.svg) no-repeat center left;
    background-size: 20px auto;
    padding-left: 30px;
}



.black-css{  line-height: 22px !important; width: 20px; background: #6D6D6D; border-radius: 2px; border:1px solid rgba(255,255,255,0.4);}
.blue-css{   line-height: 22px !important; width: 20px; background: #59323C; border-radius: 2px; border:1px solid rgba(255,255,255,0.4);}
.green-css{  line-height: 22px !important; width: 20px; background: #1AA82A; border-radius: 2px; border:1px solid rgba(255,255,255,0.4);}
.orange-css{ line-height: 22px !important; width: 20px; background: #D5473D; border-radius: 2px; border:1px solid rgba(255,255,255,0.4);}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	 -webkit-border-radius:6px 6px 6px 6px;
    -moz-border-radius:6px 6px 6px 6px;
    border-radius:6px 6px 6px 6px;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
	 -webkit-border-radius:6px 6px 6px 6px;
    -moz-border-radius:6px 6px 6px 6px;
    border-radius:6px 6px 6px 6px;
   
}

.dropdown:hover .dropdown-content {
    display: block;
    list-style-type:none;
	z-index:999999;
}

.dropdown-submenu{
    position:relative;
} 
.dropdown-submenu > .dropdown-menu
{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
} 
.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}
 
.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
 
.dropdown-submenu:hover > a:after{
    border-left-color:#ffffff;
}
 
.dropdown-submenu .pull-left{
    float:none;
}
 
.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.breadcrumb2{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		padding:.75rem 1rem;
		margin-bottom:1rem;
		margin-left:-28px;
		list-style:none;
		border-radius:.25rem
}

/*.newsgrid
{
    display: grid;
    grid-template-columns: 70px auto;
    grid-gap:20px;
    padding: 10px 0;
    border-bottom:1px solid rgba(0,0,0,0.4);
}*/


.newsdate
{
	background: #DDA82F;
   border-radius: 10px; 
   border:solid 1px #101628; 
   font-family: "roboto condensed";
   color: #fff;
   font-size: 1.5rem;
   text-align: center;
   font-weight: bold;
   padding: 10px 0;
}


.newsdate h3{
    font-family: 'roboto condensed';
    font-size:25px;
    color: #FFFFFF;
    padding:2px 0;
}

.newsdate h3 span
{
    display: block;
    font-size: 12px;
    font-family: 'roboto condensed';
    padding-top:3px;
    border-top:1px solid #101628;
	background: #DDA82F;
    color: #fff;
}

.RedMessage{
	font-size:12px;
	color:#ffffff;
	padding-left:5px;
}

.img3
{
    background: url(../images/student-act.jpg) no-repeat center top;
    background-size: cover;
    z-index: 1;
}

.img4
{
    background: url(../images/playarea.jpg) no-repeat center top;
    background-size: cover;
    z-index: 2;
}

.img5
{
    background: url(../images/ITlab.jpg) no-repeat center top;
    background-size: cover;
    z-index: 3;
}

.img6
{
    background: url(../images/culturalactivities.jpg) no-repeat center top;
    background-size: cover;
    z-index: 4;
}

.img7
{
    background: url(../images/annualgath.jpg) no-repeat center top;
    background-size: cover;
    z-index: 5;
}

.img8
{
    background: url(../images/Skating.jpg) no-repeat center top;
    background-size: cover;
    z-index: 6;
}

.img9
{
    background: url(../images/sports-chess.jpg) no-repeat center top;
    background-size: cover;
    z-index: 7;
}

.img10
{
    background: url(../images/activities.jpg) no-repeat center top;
    background-size: cover;
    z-index: 8;
}

.img11
{
    background: url(../images/annualgathering.jpg) no-repeat center top;
    background-size: cover;
    z-index: 9;
}