body {
    padding-top: 0px;
    background: #fff;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 400;
    color: #282828;
    line-height: 20px;
}
/*abt-clg*/
 .serviceBox{
    background:#0e98ba;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 5px 30px 25px;
    margin: 10px 0 0 0;
    border-radius: 0 30px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
}
.serviceBox:before{
    content: "";
    background: #fff;
    width: calc(100% - 10px);
    height: 100%;
    border-radius: 0 30px 0 30px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1;
}
.serviceBox .service-icon{
    color: #fff;
    background: #0e98ba;
    font-size: 40px;
    width: 70%;
    padding: 8px 0 6px;
    margin: 0 0 35px -30px;
    border-radius: 0 50px 50px 0;
    box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.2) inset;
}
.serviceBox .title{
    color: #0e98ba;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.serviceBox .title:after{
    content: '';
    background-color: #0e98ba;
    height: 2px;
    width: 30%;
    margin: 5px auto 0;
    display: block;
    clear: both;
}
.serviceBox .description{
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    text-align: justify;
    margin: 0 0 25px;
}
.serviceBox .read-more{
    color: #999;
    font-size: 13px;
    transition: all 0.3s ease 0s;
    border: 1px solid #0e98ba;
    padding: 10px 10px;
}
.serviceBox .read-more i{ font-size: 11px; }
.serviceBox .read-more:hover{
    color: #0e98ba;
    text-decoration: underline;
}

/*abt-clg*/
/*Naac-Menu*/
.clgnmenu .icon {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #fafafa;

}

.clgnmenu .icon .fa {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    font-size: 80px;

    color: #fff;

}

.clgnmenu .slide {

    width:150px;

    height:100px;

    transition: 0.5s;

}

.clgnmenu .slide.slide1 {

    position: relative;

    /*display: flex;*/

    justify-content: center;

    align-items: center;

    z-index: 1;

    transition: .7s;

    transform: translateY(60px);

}

.clgnmenu:hover .slide.slide1{

    transform: translateY(0px);

}

.clgnmenu .slide.slide2 {

    position: relative;

    /*display: flex;*/

    justify-content: center;

    align-items: center;

    padding: 20px;

    box-sizing: border-box;

    transition: .8s;

    transform: translateY(-50px);

    /*box-shadow: 0 20px 40px rgba(0,0,0,0.4);*/

}

.clgnmenu:hover .slide.slide2{

    transform: translateY(0);

}

.clgnmenu .slide.slide2::after{

    content: "";

    position: absolute;

    width: 0px;

    height: 4px;

    bottom: 5px;

    left: 50%;

    left: 50%;

    transform: translateX(-50%);

    background: #2c73df;

}

.clgnmenu .slide.slide2 .content p {

    margin: 0;

    padding: 0;

    text-align: center;

    color: #414141;

}

.clgnmenu .slide.slide2 .content h3 {

    margin: 0 0 10px 0;

    padding: 0;

    font-size: 24px;

    text-align: center;

    color: #414141;

} 
.lifeline_inst {
  transform: perspective(500px) rotateY(-42deg);
  -webkit-transform: perspective(500px) rotateY(-42deg);
  -moz-transform: perspective(500px) rotateY(-42deg);
  -ms-transform: perspective(500px) rotateY(-42deg);
  -o-transform: perspective(500px) rotateY(-42deg);
  animation-name: rotate-windows;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}
@keyframes rotate-windows {
  0% {
    transform: perspective(500px) rotateY(-42deg);
    -webkit-transform: perspective(500px) rotateY(-42deg);
    -moz-transform: perspective(500px) rotateY(-42deg);
    -ms-transform: perspective(500px) rotateY(-42deg);
    -o-transform: perspective(500px) rotateY(-42deg);
  }
  50% {
    transform: perspective(500px) rotateY(0deg);
    -webkit-transform: perspective(500px) rotateY(0deg);
    -moz-transform: perspective(500px) rotateY(0deg);
    -ms-transform: perspective(500px) rotateY(0deg);
    -o-transform: perspective(500px) rotateY(0deg);
  }
  100% {
    transform: perspective(500px) rotateY(-42deg);
    -webkit-transform: perspective(500px) rotateY(-42deg);
    -moz-transform: perspective(500px) rotateY(-42deg);
    -ms-transform: perspective(500px) rotateY(-42deg);
    -o-transform: perspective(500px) rotateY(-42deg);
  }
}
/*Naac-Menu*/
/*Mentor*/
/*.Mentor{*/
/*    justify-content:center;*/
/*    display:flex;*/
/*    width:100%;*/
/*}*/
.our-team{
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.our-team:after{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(60deg,#E0FFFF,#73C2FB);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
/*.our-team:hover:after{*/
/*    transform: scale(1);*/
/*}*/
.our-team img{
    width: 70%;
    height: auto;
    border:1px solid #0e98ba;
}
.our-team .team-content{
    width: 95%;
    background-color:#0e98ba;
    padding: 10px 0;
    margin: 0 auto;
    border: 1px solid #eee;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-team .title{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 0px 0;
}
.our-team .post{
    display: block;
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
}
/*Mentor*/
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 30px;
    list-style: none;
    background-color: #333333;
    border-radius: 4px;
    box-shadow: 1px 1px 7px;
    margin-top: 11px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb li+li:before {
  padding: 8px;
  color: white;
  content: "\00bb";
}
.breadcrumb .active {
  color:#0e98ba;
}
.breadcrumb_link_color{
	color:#fff;
}
.breadcrumb_link_color:hover{
	color:#fff;
}
.quick_feeds ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
.quick_feeds ul li {
    display: inline-block;
}
.quick_feeds li {
    list-style: none;
}
.quick_feeds a {
    color: #fff;
}
.quick_feeds a:hover{
	color:#fff;
	text-decoration:none;
}
.social_media_icon li {
    padding-left: 20px;
}
.social_media_icon i{
	transition: all 1s;
}
.facebook_icon:hover{
	transition-duration: 1s;
	transform: rotate(360deg);
}
.twitter_icon:hover{
	transition-duration: 1s;
	transform: rotate(360deg);
}
.google_plus_icon:hover{
	transition-duration: 1s;
	transform: rotate(360deg);
}
.linkedin_icon:hover{
	transition-duration: 1s;
	transform: rotate(360deg);
}
.instagram_icon:hover{
	transition-duration: 1s;
	transform: rotate(360deg);
}
.top_header_bg_color{
    background-color:#023047;
	padding:10px;
}
.header_clg_name{
	margin-top:0px;
}
.header_clg_name h1{
	margin-top: 0px;
    margin-bottom: 5px;
    color: #0e98ba;
    font-size: 50px;
}
.top_words_bdr{
    border-left: 1px solid #000;
}
.top_words_bdr h5{
    font-size:18px;
}
.middle_header{
	padding-top: 10px;
    padding-bottom: 10px;
}
.top_points_1{
	font-weight: bold;
    margin-top: 19px;
    background: #9fa161;
    color: #fff;
    padding: 6px;
    border-radius: 5px;
}
.top_points_2{
	font-weight: bold;
    margin-top: 19px;
    background: #528069;
    color: #fff;
    padding: 6px;
    border-radius: 5px;
}
.quick_bar span{
	color:#333;
	font-size:24px;
}
.quick_bar{
	margin-top:14px;
}
.read_more{
	transition: all 1s;
	color:#FB9928;
	font-weight:bold;
}
.read_more:hover{
	text-decoration:none;
	margin-left:10px;
	color:#FB9928;
}
.quick_bar img{
	transition-duration: 1s;
}
.quick_info{
	border-bottom: 4px solid #333;
    padding-bottom: 14px;
    margin-bottom: 30px;
}
.principal_desk p{
	margin-bottom:4px;
}
.principal_desk h3{
	color:#FB9928;
}
.principal_desk img{
	border:1px solid #ddd;
}
.PD_sir {
    border-radius: 50%;
    width: 100%;
    background: #ffffff;
    border: 2px solid #343a40;
}
.welcome_college p{
	line-height:25px;
}
/*.noticeSlider {*/
/*    padding: 0;*/
/*    background:#3c2411;*/
/*    margin-top: 0;*/
/*    color: #fff;*/
/*    border: 1px solid #2ba84a;*/
/*    padding: 2px 15px;*/
/*    overflow: hidden;*/
/*}*/
.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: #000;
}
.footer_section{
	 background:#023047; 
	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:#0e98ba;
    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 {
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
#scroll span:hover{
	top:20px;
}
.inner_list_image {
    list-style-image: url(../images/bullet_list.png);
}
.inner_list_image > li {
    border-bottom: 1px solid #fff;
    padding: 5px;
}
.inner_list_image a {
    color: #fff;
    font-size: 17px;
}
.inner_list_image a:hover {
    text-decoration:none;
}
.readmore_text {
    transition: all .5s;
}
.readmore_text:hover {
    font-size:16px;
}
.flash {
   animation-name: flash;
    animation-duration: 0.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {color: white;}
    to {color: black;}
}
.quicks_icons img{
	margin-top: 7px;
}
.quicks_icons p{
	color: #ffff;
    padding-bottom: 8px;
    margin-bottom: 11px;
}
.quicks_icons{
    background: #969d62;
    border-radius: 10px;
}
.principal_pic img{
	border:2px solid #ddd;
}
.read_more_home{
	text-align: right;
	margin-top: 27px;
}
.read_more_home a{
	color: #000;
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
    border: 2px solid #000;
	transition-duration: 1s;
}
.read_more_home a:hover{
	color: #ffffff;
    padding: 10px;
    background: #8ec837;
    border-radius: 5px;
    border: 2px solid #8ec837;
	text-decoration:none;
}
.our_recruiters{
	background:#ddd;
}
.quick_view {
    padding-top: 10px;
}
.quick_view_border {
    padding-top: 45px;
    border-right: 3px solid #fff;
    margin-top: 40px;
    background: #3c2411;
    padding-bottom: 20px;
}
.quick_view img {
    width: 30%;
    top: -30px;
    position: absolute;
    left: 81px;
	transition: all .5s;
	cursor:pointer;
}
.quick_view img:hover {
    transform: scale(1.2);
}
.btn-outlined.btn-info {
    background: none;
    border: 2px solid #0e74a5;
    color: #0e74a5;
    text-align: left;
    border-radius: 5px;
}
.btn-outlined.btn-info:hover, .btn-outlined.btn-info:active {
    color: #FFF;
    background:#0e98ba;
}
.btn-outlined.btn-info:hover, .btn-outlined.btn-info:active {
    color: #FFF;
    background:#0e98ba;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-outlined.btn-info {
    background: none;
    border: 2px solid #333333;
    color: #333333;
    text-align: left;
    border-radius: 5px;
}
.btn-info:hover {
    color: #fff;
    background-color:#000;
    border-color:#000;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.testimonial {
    text-align: center;
    background-image: url(../img/Trophy.jpg);
    background-size: 660px;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial .pic{
    margin-bottom: 16px;
}
.testimonial .pic > img{
    /*border-radius: 50%;*/
    padding:10px;
}

.testimonial-description{
    font-style: italic;
    color:#000;
}
.testimonial .testimonial-title{
    color:#000;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    text-transform: capitalize;
}
.testimonial-title > small{
    color:#000;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
}
.footer_bg_img{
 background-image:url(../img_new/footer_bg.jpg);
 /*background-size: 1000px 0px;*/
}
@media only screen and (max-width: 992px) {
.quick_view img {
    width: 20%;
    top: -30px;
    position: absolute;
    left: 145px;
    transition: all .5s;
    cursor: pointer;
}