body {
    padding-top: 0px;
    /*background: #fff;*/
    font-family: "Times New Roman", Times, serif;
    font-weight: 400;
    font-size:19px;
    color: #282828;
    line-height: 20px;
    background-image:url(../images/Texture.jpg);
}
/*Social-Icon*/
.social_media_icon i{
	transition: all 1s;

}
.social-media{
  align-items: center;
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.social-media:hover{
  transform: translateX(calc(-100% + 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: 52%;
  list-style-type: none;
  padding: 0;
  position: fixed;
  left: calc(100% - 50px);
  transform: translateY(-50%);
  min-width: 150px;
  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);
}
.social-media.institutional-login {
  background-color: #2e8b57; /* You can choose another color */
}

/*Social-Icon*/
/*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 132px 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;
}

.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*/
.clg-mentor{
    width: 100%;
    display: flex;
    justify-content: center;
}
/*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: 70%;
    border: 1px solid rgba(0, 0, 0, .1);
}

.team .team-text {
    position: absolute;
    width: calc(100% - 0px);
    height: 74px;
    /*bottom: -46px;*/
    left: -56px;
    padding: 8px 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: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    /*margin-bottom: 10px;*/
}

.team .team-text p {
    margin-bottom: 20px;
    color: #092a49;
}
/*Team*/
/*service*/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .3s;
}

.service .service-item:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.service .service-item img {
    max-height: 50px;
    margin-bottom: 20px;
    transition: transform 0.8s ease-in-out, opacity 0.5s ease-in-out;
}

/* Hover effect on the image */
.service .service-item:hover img {
    transform: rotate(360deg);
    opacity: 1;
}
.service .service-item h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}

/* Initial opacity of the image */
.service .service-item img {
    opacity: 0.8;
}

/* Landing effect when hovering */
.service .service-item:hover img {
    opacity: 1;
    transform: rotate(360deg); /* 360-degree rotation on hover */
}
/*service*/
/*Gallery*/

/*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{*/
/*    color: #1877F2;*/
/*    font-size: x-large;*/
/*}*/
/*.twitter_icon{*/
/*    color: #1DA1F2;*/
/*    font-size: x-large;*/
/*}*/
/*.youtube_icon{*/
/*    color:#282828;*/
/*    font-size: x-large;*/
/*}*/
/*.instagram_icon{*/
/*     background: linear-gradient(45deg, rgba(193, 53, 132, 1) 0%, rgba(255, 70, 104, 1) 50%, rgba(255, 154, 0, 1) 100%);*/
/*     font-size: x-large;*/
/*}*/
/*.linkedin_icon{*/
/*    color:#0077B5;*/
/*    font-size: x-large;*/
/*}*/
/*.facebook_icon:hover{*/
/*	transition-duration: 1s;*/
/*	transform: rotate(360deg);*/
/*}*/
/*.twitter_icon:hover{*/
/*	transition-duration: 1s;*/
/*	transform: rotate(360deg);*/
/*}*/
/*.youtube_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:#fff;
	padding:10px;
}
.header_clg_name h2{
	margin-top:0px;
	margin-bottom: 5px;
}
/*.middle_header{*/
/*	padding-top:10px;*/
/*	padding-bottom:10px;*/
/*	border-top: 13px solid #4CB5F5;*/
/*}*/ 
.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: #515665;
    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:#333;
	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:#ff0000;
    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;
}
