@import url('https://fonts.googleapis.com/css?family=Farsan|Kumar+One|Raleway:500,600,900');

body{

	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	background-repeat: repeat-x repeat-y;
}

.icon-spacing{
	margin-right: 8px;
}
/*------------- Top Menu  styling  -----------------*/
#top-menu{
	background: -webkit-linear-gradient(44.6deg,rgb(22, 82, 218), rgb(0, 166, 230));
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
#top-menu:after{
	content: "";
  	display: table;
  	clear: both;
}
.tm-info{
	float: left;
	padding:0;
	padding:15px 0;
	margin-bottom: 0;
}

.tm-links{
	float: right;
	padding:15px 0;
	margin-bottom: 0;
}
.tm-links li > a{
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

.tm-links li > a:hover{
	color:#ffce12;
}

.tm-info li,.tm-links li{
	float: left;
	list-style-type: none;
	margin-right: 15px;
	color: #fff;
	font-weight: 600;
}


/*------------- Navigation styling  -----------------*/
.navbar{
	padding: 15px 0;
}
.navbar-default .navbar-nav>.active>a{
	color: #0d63e8;
	font-weight: 800;
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a:hover{
	background-color: transparent;
	color: #0d63e4;
}

.fac-wrapper{
	/*background: -webkit-linear-gradient(left, #2b54d6, #1a82f7);*/	
	color: #000;
	padding: 90px 50px 20px 50px;
	position: relative;
}
.facility{
	position: relative;
	width: 100%;
	background: -webkit-linear-gradient(left, #2b54d6, #1a82f7);
}
.facility:after{

	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background: inherit;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	transform-origin: top right;
	transform: skewY(-4deg);
}

/* Facility Section */

.fac-wrapper .card{
	background: #fff;
	padding: 30px;
	min-height: 402px;
	margin-bottom: 25px;
	border-radius: 5px;
	box-shadow: 12px 8px 1px 0px #024198;
	transition: 0.3s;

}

.fac-wrapper .card:hover{
	box-shadow: 0 0 0 0;
}
	
.fac-wrapper .card img{
	height: 80px;
}
.fac-wrapper .card h4{
	font-weight: 700;
	margin-bottom: 20px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-top: 15px;
	color: #232323;
	font-family: 'Kumar One', cursive;
}

.fac-wrapper .card p{
	text-align: left;
	line-height: 2;
}


.fac-point li{
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
}

.fac-wrapper h2{
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 17px;
	color: #fff;
}


/* What We are best at Section */

.points{
	position: relative;
	width: 100%;
	background-color: #fff;
	z-index: 110000;
}

.points:after{

	position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: inherit;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 10px;
    transform-origin: top right;
    transform: skewY(-4deg);
}

.points h2{
	background: -webkit-linear-gradient(rgb(255,123,172), rgb(247,147,22));
	font-weight: 900;
	-webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;

}
.diff-points{
	padding: 30px 10px;
	background:-webkit-linear-gradient(44deg, rgb(255,123,172), rgb(247,147,22));
	color:#fff;
	margin-top: 25px;
	border-radius: 5px;
}

.overview li{
	margin:12px;
	font-size: 21px;
	font-weight: 400;
	font-family: 'Farsan', cursive;
}




/*---------------------------- Quote Section ----------------------------*/
#quote{
	background:-webkit-linear-gradient(44deg, rgb(54,155,255), rgb(237,30,121));
	color: 	#fff;
	font-family: 'Kumar One', cursive;
	padding: 25px 0;
	margin-top:60px;
	margin-bottom: 30px;
	font-size: 18px;
	
}
#quote p{
	margin-bottom: 0;
}

/*---------------------------- MessageSection ----------------------------*/

.msg h2{
	font-family: 'Kumar One', cursive;
	margin-top: 0;
	padding-top: 5px;
	background: -webkit-linear-gradient(rgb(255, 178, 123), rgb(230, 74, 0));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 20px;

}

.msg p{
	
	font-size: 21px;
	font-family: 'Farsan', cursive;
}

/*---------------------------- School Description Section ----------------------------*/
#school-desc{
	margin-bottom: 40px;
	margin-top: 20px;
}

#school-desc h2{
	font-family: 'Kumar One', cursive;
	background: -webkit-linear-gradient(rgb(22, 82, 218), rgb(0, 166, 230));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 10px;
	padding-top: 5px;
}

#school-desc p{
	font-family: 'Farsan', cursive;
	font-size: 21px;
	line-height: 1.4;
	font-weight: 500;
}

/*---------------------------- gallary Section ----------------------------*/
#gallary{
	margin-top: 100px;
}
.gal-wrapper h2{
	text-align: center;
	margin-bottom: 17px;
	font-weight: 900;
}

footer{

	background:-webkit-linear-gradient(44deg, rgb(102,45,145), rgb(0,113,188));
	padding:25px 0;
}
footer h2{
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

footer p{
	color: #fff;
	line-height: 1.8;

}

.developedby{
	padding: 15px 0;
	text-align: center;
	color: #fff;
	background-color: #333333;
}

.developedby p{
	margin-bottom: 0;
	font-weight: 400;
}

.developedby a{
	color:#3aa4ff;
}


/*---------------- Hr styling -------------------*/

.dhr{
	border:2px solid #0788e1;
	border-radius: 54%;
	width: 30%;
	    margin: 16px 0 40px 0;
}

.mhr{
	border: 2px solid #f58a4c;
    border-radius: 54%;
    width: 50%;
    margin: 0px 0 10px 0;
}

.sfhr{
	border: 2px solid rgba(87, 166, 255, 0.79);
    border-radius: 42%;
    width: 25%;
    margin: 0px 0 70px 0;
}

.ghr{
	border: 2px solid #5594f5;
    border-radius: 42%;
    width: 25%;
    margin-top: 0px;
    margin-bottom: 60px;
}

/* CUSTOM CSS */

.navbar-default{
	background: #fff;
	border:none;
}

.navbar-brand>img{
	margin-top: -15px;
}


.news{
	
	 border: 5px solid transparent;

	  -moz-border-image: -moz-linear-gradient(44deg, rgb(255,123,172), rgb(247,147,22));
	  -webkit-border-image: -webkit-linear-gradient(44deg, rgb(255,123,172), rgb(247,147,22));
	  	border-image: linear-gradient(44deg, rgb(255,123,172), rgb(247,147,22));
	  	border-image-slice: 1;
		margin-top: 25px;
		padding: 20px;
		border-radius:15px;
}

.news p{
	line-height: 2;
	margin: 15px 0;
	font-size: 15px;
}

.news p:before{
	content: 'o';
	font-weight: 900;
	margin-right: 3px;

}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border:none;
}


.footer_nav ul{
	padding-left:10px;
	margin:0;
}

.footer_nav ul li{
	color: #fff;
	margin-bottom: 10px;

}

.footer_nav ul li a{
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 17px;
	display: inline-block;
}
/* 
--------------------------------------
------------MEDIA QUERIES ------------
--------------------------------------*/
.nav>li{
	transition: 0.3s;
}
.nav>li:hover{
	background: #f3f3f3;
    border-radius: 16px;
    color:#fff;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a{
	transition: 0.3s;
	font-weight: 600;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #fbfbfb;
    background-color: rgb(1, 160, 229);
    border-radius: 16px;
}
/*-------- regular desktop ------------*/

@media screen and (max-width: 1170px){
	.fac-wrapper .card{
		min-height: 452px;
	}
}


/*-------- Mobile device ------------*/

@media screen and (max-width: 768px){
	.fac-wrapper .card{
		min-height: 402px;
	}

	.msg h2{
		margin-top: 15px;
		margin-bottom: 10px;
		text-align: center;
	}

	.mhr{
		margin: 0 auto 15px auto;
	}

	.news{
		margin-bottom: 25px;
	}

	.nav>li{
	background: #f3f3f3;
    margin: 9px 0;
    border-radius: 16px;
	}

	.navbar-nav{
	margin: 21.5px 0 -15px -15px;
	padding: 20px;
	}

	.gal-img{
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 405px){
	.navbar-brand>img{
		height: 60px;
	}

	#school-desc h2{
		line-height: 42px;
	}
}	