body {
    padding-top: 0px;
    /*background: #f0f0f0;*/
    background-image:url(../images/BG_T.jpg);
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 400;
    color: #282828;
    line-height: 20px;
}
.clg-mentor{
    width: 100%;
    display: flex;
    justify-content: center;
}
.top_header{
	background-color:#778899;
  height: 40px;
	
}
.top_header{
    background-color: #21324B;
    padding: 6px;
    
}
.social{
    /*margin-left: -43px;*/
    display: inline-block;
}
.social li {
    list-style: none;
    display: inline-block;
    margin-right: 9px;
    margin-top: 5px;
    font-size: 20px;
    padding: 0px;
}
.social .fa:hover {
    transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
/*News*/
.news { 
position: relative; 
  border:1px solid #777;  
background: linear-gradient(130deg, #D3D3D3 60%, #9999 60%);
  /*font-family:'Oswald',serif;*/
} 

.news, .news .headertext { 
padding: 5px; 
background-color: #fff; 
color: #626060; 
font-weight: bold; 
/*border-radius: 20px;*/
font-family: 'Oswald',serif;
} 

.news .headertext { 
position: absolute; 
top: 0; 
left: 0; 
z-index: 10; 
padding: 11px 10px;
border-right:1px solid #777;  
background:#002147;
 color:#fff ;
 text-shadow: 1px 1px #111;
} 

.news marquee { 
line-height: 1.5; 
} 

.news marquee p { 
margin: 0; 
font-size:17px;

} 
/*News*/
/*About-Clg*/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.about .about-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
}

.about .about-img::after {
    position: absolute;
    content: "";
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
    background: transparent;
    border: 30px solid;
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.05), rgba(0,0,0,.05) .5%, rgba(0,0,0,.1) .5%, rgba(0,0,0,.1) 1%) 30;
    z-index: 1;
}

.about .about-img:hover::after {
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.1), rgba(0,0,0,.1) .5%, rgba(0,0,0,.05) .5%, rgba(0,0,0,.05) 1%) 30;
}

.about .about-img-1 {
    position: relative;
    height: 100%;
    height: 100%;
    margin: 0 150px 150px 0;
}

.about .about-img-2 {
    position: absolute;
    height: 100%;
    height: 100%;
    top: 150px;
    left: 150px;
    z-index: 1;
}

.about .about-img-1 img,
.about .about-img-2 img {
    /*position: relative;*/
    width: 100%;
    border-radius:5px;
}

.about .about-text p {
    font-size: 16px;
    text-align:justify;
    /*border: 1px solid #D3D3D3;*/
    /*padding: 10px;*/
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #092a49;
    border: 2px solid #092a49;
    border-radius: 0;
    background: none;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #0796fe;
    background: #092a49;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}

/*About-Clg*/
/*Team*/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 75px;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
}

.team .team-text {
    position: absolute;
    width: calc(100% - 30px);
    height: 96px;
    bottom: -46px;
    left: 15px;
    padding: 25px 15px;
    text-align: center;
    background: rgba(256, 256, 256, .9);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: .3s;
    overflow: hidden;
}

.team .team-text h2 {
    color: #0796fe;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.team .team-text p {
    margin-bottom: 20px;
    color: #092a49;
}

.team .team-social {
    position: relative;
    font-size: 0;
}

.team .team-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 3px;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #092a49;
    border: 2px solid #092a49;
    transition: .3s;
}

.team .team-social a:hover {
    color: #0796fe;
    border-color: #0796fe;
}

.team .team-item:hover .team-text {
    height: 160px;
}

/*Team*/
/*NAAC-MENU*/
.clgnmenu .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
   border-radius:100px;
}

.clgnmenu .icon .fa {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    font-size: 80px;

    color: #fff;

}

.clgnmenu .slide {

    width:150px;

    height:150px;

    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*/
/*Gallery*/
#main{
    height: 100%;
    width: 100%;
    font-family: 'Lilita One', sans-serif;
    display: flex;
    flex-direction: column;
    
    align-items: center;
    gap: 30px;
}
h1{
    color: rgba(0, 0, 0, 0.646);
    font-size: 60px;
    word-spacing: 15px;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 60px;
}
#main>h1 span{
    -webkit-text-stroke: 1px black;
    text-stroke: 4px rgb(255, 255, 255);
    color: aliceblue;
}
#wrapper{
    height: 40vh ;
    
    display: flex;
    border-radius: 10px;
    border: 1px solid #666;
    padding: 20px 260px;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    
}

#wrapper i{
    font-size: 25px;
    pointer-events: none
}
#image-container{
    height: 100%;
    width: 50vw;
    overflow: hidden;
    padding: 0px 30px;
    
}
#image-carousel{
    display: flex;
    height: 100%;
    width: 100%;
    gap: 100px;
    position: relative;
}
#image-carousel img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
    position: absolute;
    transition: 1s; 
    
    padding: 0px 15px;
}
.button{
    
    
    cursor: pointer;
    padding: 10px;
    background-color: transparent;
    border-radius: 10px;
}
/*Gallery*/
.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:#fc9928;
}
.breadcrumb_link_color{
	color:#887763;
}
.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:#fc9928;
	padding:10px;
}
.header_clg_name h2{
	margin-top:0px;
	margin-bottom: 5px;
}
.middle_header{
	padding-top:10px;
	/*padding-bottom:10px;*/
	/*border-top: 13px solid #EBEDDF;*/
}
.contact_detail span{
	color:#808080;
	font-size:13px;
}
.contact_detail{
	margin-top:14px;
}
.quick_bar span{
	color:#333;
	font-size:24px;
}
.quick_bar{
	margin-top:14px;
}
.read_more{
	transition: all 1s;
	color:#fc9928;
	font-weight:bold;
}
.read_more:hover{
	text-decoration:none;
	margin-left:10px;
	color:#c32010;
}
.quick_bar img{
	transition-duration: 1s;
}
.quick_info{
	
    padding-bottom: 14px;
    margin-bottom: 30px;
}
.principal_desk p{
	margin-bottom:4px;
}
.principal_desk h3{
	color:#FB9928;
}
.principal_desk img{
	border:1px solid #ddd;
}
.welcome_college p{
	line-height:25px;
}
.noticeSlider {
    padding: 0;
    background: #002147;
    margin-top: 0;
    color: #fff;
    border: 2px solid #f39c12;
    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:#333;*/
	background-image:url(../images/btexture.png);
	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:#f39c12;
    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;
}
.social_media_icon i{
	transition: all 1s;

}
.social-media{
  align-items: center;
  display: flex;
  transition: transform 0.3s ease-in-out;
  border-radius:40px;
}
.social-media:hover{
  transform: translateX(calc(-70% + 60px));
}

.social-media i{
  color: #fff;
  font-size: 24px;
  padding: 15px;
  text-align: center;
  width: 60px;
}
.social-media a{
  color: #fff;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
}
.social-media-container{
  top: 50%;
  list-style-type: none;
  padding: 0;
  position: fixed;
  left: calc(100% - 60px);
  transform: translateY(-50%);
  min-width: 250px;
  z-index: 1230;
}

.social-media.facebook{
  background-color: #3b5998;
}

.social-media.youtube{
  background-color: #FF0000;
}
.social-media.twitter{
  background-color: #00acee;
}
.social-media.instagram{
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: '#f09433','#bc1888';
}
.social_media_icon  {
    padding-left:0px;
}
.social_media_icon li {
    padding-left: 20px;
	display: inline-block;
}
.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);
}

