body {
    padding-top: 0px;
    background: #fff;
    font-family: Times New Roman, Helvetica, sans-serif;
    font-weight: 400;
    color: #282828;
    line-height: 20px;
}
.abt_clg{
    text-align:center;
    background:hsl(0, 0%, 98%);
    border:1px solid hsl(0, 0%, 93%);
    padding:20px;
  
}
.abt_clg h3{
    color:darkblue;
    font-size: 25px;
    font-weight:bold;
    text-transform: uppercase;
    margin:10px;
    
}

.abt_clg .abt_clg-content p{
    
    font-size:16px;
    text-align:justify;
}
.abt_clg .abt_clg-content a{
    background:#48BCD1;
    box-shadow:rgba(250, 249, 246);
    border-color:transparent;
    color:#fff;
    font-size:13px;
    font-weight:bold;
    margin:0 0 -55px;
    padding: 10px 25px;
}
.abt_clg .abt_clg-content a:hover{
    background:hsl(207, 15%, 28%);
    text-decoration:none;
    border-color:transparent;
}
@media only screen and (max-width: 990px){
    .abt_clg{
        margin-bottom: 35px;
    }
}
.our-team{
    background:#FCF5E5;
    border:1px solid #000;
    border-radius:10px;
    text-align: center;
   
   
}
.our-team .pic{
    position: relative;
    overflow: hidden;
    transform: scale(1);
    transition: all 0.3s ease 0s;
    margin-top:10px;
}
.our-team:hover .pic{
    transform: scale(1.01);
}
.our-team .pic:after{
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: -100px;
    right: -100px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 1);
    transform-origin: 50% 50% 0;
    transition: all 0.35s ease 0s;
}
.our-team:hover .pic:after{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.our-team .pic img{
    width: 60%;
    height: auto;
    border-radius:10px;
    margin: 0 0 8px 0;
    margin-top:5px;
    
}
.our-team .read-more{
    width: 70px;
    padding: 0 15px 15px 0;
    font-size: 20px;
    color: #fff;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    transform: translate3d(20px, 20px, 0px);
    transition: all 0.35s ease 0s;
}
.our-team:hover .read-more{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.our-team .team-content{
    padding: 0px 0;
}
.our-team .title{
    font-size:17px;
    font-weight: 700;
    color: #3b3b3b;
    text-transform: capitalize;
    margin: 0 0 8px 0;
}
.our-team .post{
    font-size: 22px;
    font-weight: 700;
    color: #6e6e70;
    text-transform: capitalize;
}
.heading_tabs{
	font-size: 16px;
    background-color: #00255c;
    color: white;
    padding: 2px;
}
.heading_tabs a{
	color:#fff;
	margin-left:30px;
}
.heading_tabs a:hover{
	text-decoration:none !important;
	color:#d97f33 !important;
}
  .achievementsSlider {
    padding: 0;
    margin: 0;
    /* background: #13637d; */
    background: url(../img/achivements.jpg) no-repeat 0 0 / cover;
    color: #ffffff;
    border: 1px solid #13637d;
    padding: 20px 15px;
    overflow: hidden;
}
.noticeSlider {
    padding: 0;
    margin: 0;
    background: #515665;
    color: #ffffff;
    border: 1px solid #13637d;
    padding: 20px 15px;
    overflow: hidden;
}
.inner_para p{
	font-size: 21px;
    line-height: 30px;
}
.list_inner_img {
    list-style-image: url(../images/bullet_list.jpg);
}
.list_inner_img > li {
    border-bottom: 1px solid #90002182;
    padding: 5px;
}
.list_inner_img a {
    color: #000;
    font-size: 14px;
}
.readmore_text {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    transition: all .5s;
}
.readmore_text:hover{
	color:#FEE715FF;
	font-size:14px;
	text-decoration:none;
	margin-left:10px;
}
.inner_side_bar {
    background-color:#03254c;
    padding: 17px;
    border-top-right-radius: 50px;
    line-height: 20px;
}
.inner_list_image > li {
    border-bottom: 1px solid #FEE715FF;
    padding: 5px;
}
.list_image {
    list-style-image: url(../images/Red_Arrow_right.png);
}
.list_image > li {
    border-bottom: 1px solid #ababab;
    padding: 5px;
}
.list_image a {
    color: #fff;
}
.footer_section{
	background-image: url(../img/backr.jpg);
	padding:10px;
}
.footer_copyright{
	background:#333333eb;
	padding:10px;
}
.footer_copyright p{
	margin-bottom:0px;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#48BCD1;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
	transition: all .5s;
}
#scroll:hover {
    background: linear-gradient(to left, #0e7e89, #A4193D);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
#scroll span:hover{
	top:20px;
}




























