body {
    padding-top: 0px;
    background: #fff;
    font-family: "Allerta Stencil";
    font-weight: 400;
    color: #282828;
    line-height: 20px;
    
}
.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:#000;
  content: "\00bb";
}
.breadcrumb .active {
  color:#f9cb8f;
}
.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-right: 10px;
}
.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:#fff;
	padding:1px;
}
.pull-right {
    float: right;
    margin-bottom: 0px;
    color: #fff;
    background: #000000;
    padding: 5px;
}
.header_clg_name{
	margin-top:0px;
}
.header_clg_name h2{
	margin-top: 0px;
    margin-bottom: 5px;
    color: #333;
    font-size: 42px;
}

.middle_header{
    
	padding-top: 0px;
    padding-bottom: 0px;
    background-image:url(../images/lll.jpg);
    margin-bottom:0px;
     
}
.middle_header h4{
	color:#30336b;
	font-size: 18px;
}
.middle_header h1{

	color:#30336b;
}
.top_words_bdr {
    border-left: 2px dashed #343a40;
}
.fa_icon{
	color:#f27c66;
}
.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;
}
.vng {
    transition: all 1s;
}
.vng:hover {
    transform: scale(0.90);
    transition-duration: 1s;
    cursor: pointer;
}
.icons_bg {
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #18bb7c;
	transition: all 1s;
}
.icons_bg:hover {
    background:#f9cb8f;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #18bb7c;
	box-shadow:6px 2px 9px -4px #000;
}
.icons_bg a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.icons_bg a:hover {
    color: #333;
    font-size: 15px;
    font-weight: bold;
	text-decoration:none;
}
.icons_bg p {
    margin-bottom: 0px;
}

.about_us p{
	line-height:24px;
}
.honorable img {
	width: 57%;
    height: 209px;
}
.honorable h3{
    text-align: center;
    background: #18bb7c;
    color: #fff;
    padding: 6px;
    border-radius: 7px;
}
.honorable p{
    text-align: center;
    background: #18bb7c;
    color: #fff;
    padding: 6px;
    border-radius: 7px;
    margin-top: 15px;
}
.principal h3{
	text-align: center;
    background: #30336b;
    color: #fff;
    padding: 6px;
    border-radius: 7px;
}
.principal p{
	text-align: center;
    background: #30336b;
    color: #fff;
    padding: 6px;
	border-radius: 7px;
    margin-top: 15px;
}
.principal img {
	width: 100%;
    height: 209px;
    position:relative;
        box-shadow:20px 20px 50px rgb(0,0,0,0.4);
        border-radius:15px;
        background:rgba(255,255,255,0.1);
        overflow:hidden;
        justify-content:center;
        align-items:center;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 20s linear infinite;
  -moz-animation: rotating 20s linear infinite;
  -ms-animation: rotating 20s linear infinite;
  -o-animation: rotating 20s linear infinite;
  animation: rotating 20s linear infinite;
}
.circle_img{
	width:70%;
}
.sfooter {
  bottom: 0;
  margin: 0;
  width: 100%;
  background-color: gray;
  display: inline-flex;
  overflow: hidden;
  white-space: nowrap;
}

.stext {
  padding-top: 10px;
  vertical-align: middle;
  font-size: 22px;
  color:#fff;
  margin: 0;
  width: 100%;
  animation: marquee 10s linear infinite;
  display: inline-block;
  padding-right: 10px;
}

.news {
  height: auto;
  background-color: #30336b;
  padding: 10px 30px 10px 30px;
  font-size: x-large;
  color: white;
  z-index: 1;
  display: block;
}

.book > div {
	
	overflow: auto;
	background-color: #0a0a0a;
	transform: scale(0.9);
	border-radius: 6px;
	transform-origin: left;
}

.book-cover {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 9;
	text-align: center;
	background: linear-gradient(to right, #24374a 10%, #33495f 10%);
	color: white;
	transition: transform 2s;
}

.book-cover::before {
	content: "";
	position: absolute;
	width: 20px;
	right: 20px;
	top: 0;
	bottom: 0;
	background-color: #b11509;
}


.separator {

	background-color: #dbd75d;
	margin: 50px auto 60px auto;
	border-radius: 50%;
	position: relative;
}

.separator::after,
.separator::before {
	content: "";
	position: absolute;
	width: 12px;
	background-color: white;
	height: 2px;
	top: calc(50% - 1px);
}

.separator::after {
	left: 15px;
}

.separator::before {
	right: 15px;
}

.book-content {
	transform: scale(0.9) translateY(30px);
	background: linear-gradient( #eee 0%, #eee 10%, #dfdfdf 10%, #dfdfdf 11%, #eee 11%, #eee 20%, #dfdfdf 20%, #dfdfdf 21%, #eee 21%, #eee 30%, #dfdfdf 30%, #dfdfdf 31%, #eee 31%, #eee 40%, #dfdfdf 40%, #dfdfdf 41%, #eee 41%, #eee 50%, #dfdfdf 50%, #dfdfdf 51%, #eee 51%, #eee 60%, #dfdfdf 60%, #dfdfdf 61%, #eee 61%, #eee 70%, #dfdfdf 70%, #dfdfdf 71%, #eee 71%, #eee 80%, #dfdfdf 80%, #dfdfdf 81%, #eee 81%, #eee 90%, #dfdfdf 90%, #dfdfdf 91%, #eee 91%, #eee 100%);

}

.book-content h3,
.book-content p {
	opacity: 0;
	transition: all 0.3s 0.3s;
}

h3 {
	padding: 0px;
}

p  {
	padding: 0px 0px 10px 50px;
	text-align: justify;
	font-size: 18px;
}

.book-cover > div {
	transition: opacity 0s 0.6s;
}

.book:hover > .book-cover {
	transform: rotateY(180deg) scale(0.9);
}

.book:hover > .book-cover > div {
	opacity: 0;
}

.book:hover > .book-content {
	transform: scale(0.9) translateY(0px);
}

.book:hover > .book-content h3,
.book:hover > .book-content p {
	opacity: 1;
}

.blink {
animation: blinker 6.5s linear infinite;
}
@keyframes blinker {
50% {
opacity: 0;
}
}
}
.quick_links {
    padding-bottom: 64px;
}
.quick_bar img{
	transition-duration: 1s;
}
.quick_info{
	border-bottom: 4px solid #333;
    padding-bottom: 14px;
    margin-bottom: 30px;
}
.president img{
	width:100%;
	height:208px;
}
.bg_president{
	background: #f27c66;
    height: 208px;
    padding-top: 38px;
    padding-bottom: 38px;
}

.principal img{
	width:100%;
	height:208px;
}
.bg_principal{
	background: #f9cb8f;
    height: 208px;
    padding-top: 38px;
    padding-bottom: 38px;
	transition: all 1s;
}


.quick_remains {
    margin-top: 20px;
    border-bottom: 4px solid #f27c66;
    border-top: 2px solid #f27c66;
    padding-top: 12px;
}
.quick_remains a {
    color: #000;
}
.quick_remains a:hover {
    color: #000;
    text-decoration: none;
}
.welcome_college p{
	line-height:25px;
}
.noti{
    padding: 10px 10px 10px 10px;
    background-color: #30336b;
    border-radius: 30px 30px 30px 30px;
    
}
.noticeSlider {
    padding: 0;
    margin: 0;
    background: #fff;
    color: #ffffff;
    border: 2px solid #13637d;
    padding: 2px 15px;
    overflow: hidden;
    border-radius: 50px 50px 50px 50px;
    
}
.list_image {
    list-style-image: url(../images/Red_Arrow_right.png);
}
.list_image > li {
    border-bottom: 1px solid #ababab;
    padding: 5px;
    color:#fff;
}
.list_image a {
    color: #000;
}
.heading_span {
    color: #fff;
    background: #343a40;
    padding: 8px;
    border-radius: 7px;
    font-weight: normal;
}
.inner_side_bar{
	background: #343a40;
    padding: 7px;
    border-top-right-radius: 15px;
}
.divider-text {
    width: 980px;
    height:50px;
    position: relative;
    font-family: "Allerta Stencil";
    font-size: 32px;
    color: #fff;
    margin: auto;
    text-align: center;
    margin-top: 0%;
    letter-spacing: 3px;
    font-weight: 400;
    padding: 10px 10px 10px 10px;
    background-color: #30336b;
    border-radius: 30px 30px 30px 30px;
    
    
}
.slideshow {
    margin: auto;
    padding-top: 10px;
    height: 300px;
    width: 400%;
    background-color: #111;
    box-sizing: border-box;
}

.slideshow-title {
    font-family: "Allerta Stencil";
    font-size: 32px;
    color: #fff;
    margin: auto;
    text-align: center;
    margin-top: 0%;
    letter-spacing: 3px;
    font-weight: 400;
    padding: 10px 10px 10px 10px;
    background-color: #30336b;
    border-radius: 30px 30px 30px 30px;
    
}

.entire-content {
    margin: auto;
    width: 250px;
    height:300px;
    position: relative;
    padding-top: 40px;
    
}

.content-carousel {
    width: 100%;
    position: absolute;
    float: right;
    animation: rotate 30s infinite linear;
    transform-style: preserve-3d;
    
}

.content-carousel:hover {
    animation-play-state: paused;
    cursor: pointer;
}

.content-carousel figure {
    width: 100%;
    height: 200px;
    border: 1px solid #fff;
    overflow: hidden;
    position: absolute;
    
}


.content-carousel figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(300px);
}
.content-carousel figure:nth-child(2) {
    transform: rotateY(90deg) translateZ(300px);
}
.content-carousel figure:nth-child(3) {
    transform: rotateY(180deg) translateZ(300px);
}
.content-carousel figure:nth-child(4) {
    transform: rotateY(270deg) translateZ(300px);
}

.shadow {
    position: absolute;
    box-shadow: 0px 0px 20px 0px #000;
    border-radius: 5px;
}

.content-carousel img {
    image-rendering: auto;
    transition: all 300ms;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.content-carousel img:hover {
    transform: scale(1.2);
    transition: all 300ms;
    opacity: 0.7;
}

@keyframes rotate {
    from {
        tranform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1; /* Sit on top */
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Animation */
.modal-content,
.caption {
    animation: zoom 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0.1);
    }
    to {
        transform: scale(1);
    }
}

/* Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.footer_section{
	background:#2d3339;
	padding:10px;
	
}

.footer_section p{
padding: 0px 1px 1px 1px;
    text-align: justify;
    font-size: 18px;
	
}
.footer_copyright{
	background:#333333eb;
	padding:10px;
}
.footer_copyright p{
	margin-bottom:0px;
	padding: 0px 5px 1px 5px;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#18bfa9;
    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 #f9cb8f;
    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;
	color:#ddd;
}
.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;
}
.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: #f27c66;
    border-radius: 5px;
    border: 2px solid #f9cb8f;
    text-decoration: none;
}
.our_recruiters{
	background:#ddd;
}
.quick_view {
    padding-top: 10px;
}
.quick_view_border {
    padding-top: 45px;
    border-right: 3px solid #343a40;
    margin-top: 40px;
    background: #8ec837;
    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 {
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}
.btn-outlined.btn-info {
    background: none;
    border: 2px solid #30336b;
    color: #30336b;
	text-align:left;
	border-radius: 5px;
	font-size: 20px;
	font-weight:700;
	
}
.btn-outlined.btn-info:hover,
.btn-outlined.btn-info:active {
    color: #FFF;
    background: linear-gradient(to left, #30336b, #30336b);
}

@media only screen and (max-width: 992px) {

.bottom_icons_mb{
	text-align:left;
}
}
