
/*..................Social-icon......................*/
a {
	color: #fff;
	text-decoration: none;
}
.me {
	width: 400px;
	margin: 90px auto;
}
.me p,
.me h1 {
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
}
.me p {
	font-weight: 200;
}
.me span {
	font-weight: bold;
}
.social_set {
	position: fixed;
	top: 20px;
	z-index:99999;
	top:125px;
	width:50px;
}
.social_set ul {
	padding: 0px;
	-webkit-transform: translate(-270px, 0);
	-moz-transform: translate(-270px, 0);
	-ms-transform: translate(-270px, 0);
	-o-transform: translate(-270px, 0);
	transform: translate(-270px, 0);
}
.social_set ul li {
	display: block;
	margin: 5px;
	background: #713692;
	width: 315px;
	text-align: right;
	padding: 10px;
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.social_set ul li:hover {
	-webkit-transform: translate(110px, 0);
	-moz-transform: translate(110px, 0);
	-ms-transform: translate(110px, 0);
	-o-transform: translate(110px, 0);
	transform: translate(110px, 0);
	background: rgba(255, 255, 255, 0.4);
}
.social_set ul li:hover a {
	color: #000;
}
.social_set ul li:hover i {
	color: #fff;
	background: red;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.social_set ul li i {
	margin-left: 10px;
	color: #000;
	background: #fff;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 20px;
	background: #ffffff;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	box-sizing:content-box !important;
}
/*..................Social-end......................*/


.school_top h3
{
	color: black;
    font-weight: 700;
    font-size: 40px;
    font-family: 'Exo', sans-serif;
    text-align: left;
    line-height: 60px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:5px;
	padding:5px 0px;
	    width: 100%;
}
.genral_info
{
	color:#2d6d86;
	font-family:sans-serif;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid black;
	padding:10px 0px;
	margin:20px 0px;
	
}
table {
    width: 100%;
    box-shadow: 15px 15px #0000000d;
    border-collapse: collapse;
}
tr:nth-of-type(odd) {
    background-color: #287392;
    color: #fff;
}
.table a
{
	color:blue;
}
.table a:hover
{
	color:red;
}
.school_top
{
	display:flex;
	align-items:center;
	justify-content:center;
	    height: 165px;
}
.certificates a {
    text-decoration: none;
    background-color: #ffa500;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    margin-bottom: 25px;
    transition: 0.8s;
    font-size: 14px;
    border-radius: 5px;
	font-weight:bold;
}
.certificates .fa
{
	padding:0px 5px;
}
.certificates a:hover 
{
    text-decoration: none;
    background-color: black;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffa500;
    margin-bottom: 25px;
	transition:0.8s;
	font-size: 14px;
    border-radius: 5px;
	font-weight:bold;
}