.pdf-image
{
    background:url(../images/pdf.png) no-repeat  !important;
    padding:5px 5px 50px 150px !important;
    margin-left:470px;
    border:none;
}
.gallery-item {
    position: relative;
    margin-bottom: 30px;
}

 .gallery-item .gallery-desc {
        position: absolute;
        top: 50%;
        width: 100%;
        padding: 25px;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
.gallery-item .gallery-desc h3 {
            margin-bottom: 12px;
            font-size: 15px;
            transition: all 0.3s ease 0s;
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
            opacity: 0;
        }
     .gallery-item .gallery-desc h3 a {
                color: #ffffff;
            }
        .gallery-item .gallery-desc p {
            color: #e1e1e1;
            margin-bottom: 30px;
            transition: all 0.3s ease 0s;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            opacity: 0;
        }
    .gallery-item .gallery-desc .image-popup {
            display: inline-block;
            width: 50px;
            line-height: 50px;
            height: 50px;
            border-radius: 50%;
            text-align: center;
            background-color: #ff3115;
            color: #ffffff;
            font-size: 18px;
            -webkit-transform: translateY(35px);
            transform: translateY(35px);
            transition: all 0.3s ease 0s;
            opacity: 0;
        }
    .gallery-item:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(33, 33, 33, 0.8);
        opacity: 0;
        transition: all 0.3s ease 0s;
    }
    .gallery-item:hover:before {
        opacity: 1;
    }

    .gallery-item:hover h3,
    .gallery-item:hover p,
   .gallery-item:hover .image-popup {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
.table > thead > tr > th {
	padding-left: 13px !important;
	text-align: center;
  }
.table > tbody > tr > td, .table > tbody > tr > th {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	text-align: center;
}
.table-text-color{
	color: white;
}
/* table box shadow */
.table-border-shadow {
	border: 1px solid #fdfdfd;
	border-radius: 8px;
	box-shadow: 0px 1px 8px 3px #000000c7;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
  }
 
.primary-header {
    box-shadow: 0px 2px 9px black;
}
table {
    background-color: #ffffffde !important;
}
@media (max-width: 767px){
.header {
  position: fixed !important;
}
.carousel-inner{
	margin-top: 85px;
}
.margin-top{
	margin-top: 112px
}
}
@media (min-width: 768px) and (max-width: 991px){
.sub-nav li a {
	padding: 10px !important;
  }
.call-us {
    float: right;
    padding-bottom: 30px;
    /*margin-right: 72px;*/
}
}
.card-ht {
    height: 567px !important;
}
.grid {
	font-size: 14px !important;
	color: black !important;
}
.d-flex{
	display: flex;
}
.offset-md-3 {
	margin-left: 25%;
}

.syllabus{
	font-size:18px;
}
.syllabus-content h3{
	font-size:22px !important;
	font-weight:bold;
}
/* time table */
.pdf-img{
padding-right: 10px;
}
.list-group-item::before {
	content: "" !important;
}
.list-group-item-text{
	justify-content: space-between !important;
	display: flex !important;
}
.download-btn{
	align-items: center !important;
}
.list-group-item {
	border-color: rgba(255,255,255,.125);
  }
  .list-group-item {
	background-color: #262626;
	color: black;
  }
  .list-group-item-action {
	transition: box-shadow ease .3s;
  }
/* div .btn-text.secondary_bg {
	border-color: #03a9f4;
}
.btn-text.secondary_bg:hover {
	color: #03a9f4;
} */
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.d-flex {
    display: flex !important;
}
.list-group-item {
    position: relative;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
    box-sizing: border-box;
    list-style: none;
    font-weight: 400;
    color: var(--primary)s
}
.list-group {
    /* 
   
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    border-radius: var(--bs-list-group-border-radius); */
   --bs-list-group-border-radius: 1rem;
    --bs-list-group-item-padding-x: 2rem;
    --bs-list-group-item-padding-y: 0.7rem;
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
    
    
}

    li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style:none;
}
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.5rem;
    transition-duration: 0.4s;
    cursor: pointer;
    height:38px ;
    width: 127px;
  }
  .button2 {
    border-radius: 5px ;
    background-color: white; 
    color: #0d6efd; 
    border: 1px solid #0d6efd;
    box-shadow:  0 2px 2px 0 rgba(0,0,0,.14), 
    0 3px 1px -2px rgba(0,0,0,.12),
     0 1px 5px 0 rgba(0,0,0,.2);
     font-family: sans-serif;
}
  
  .button2:hover {
    background-color: #0d6efd;
    color: white;
  }
  .img{
    height: 18px;
    width: 18px;
  }
  
  .list-group-item:before {
    content: "" !important;
  }
  .timetable-hover{
	cursor: pointer;
  }
  .timetable-hover:hover{
	box-shadow: 0px 3px 9px 2px #414141cf;
	transition: 0.3s;
	z-index: 1;
  }
  #style-switcher{
      display:none !important;
  }
.newsletter div{
    position: relative !important;
    margin-top: 20px !important;
}
.footer divnput::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}
.newsletter-input.input-md.mb-0 {
    padding: 14px !important;
}
.grid{
    width:100% !important;
}
.gridtable{
    width:100% !important;
}
.gridtable th{
    text-align:center !important;
    background:#fff !important;
    color:#000 !important;
    padding:10px 0px !important;
}
    .gridtable td {
        padding: 10px 0px !important;
        text-align: center !important;
    }
    .gridtable tr {
        cursor: pointer !important;
        background: white !important;
        color:black !important;
    }
        .gridtable tr:hover {
            box-shadow: 0px 3px 9px 2px #414141cf !important;
            transition: 0.3s !important;
            transform: scale(1) !important;
        }

.table > tbody > tr > td, .table > tbody > tr > th {
    border-bottom: 1px solid #0000003d !important;
}
.table{
    font-size:14px !important;
}
.table {
    background-color: #ffffffde !important;
}
.table-hover > tbody > tr:hover {
    background-color: #e2e2e29e !important;
}
.table > thead > tr > th{
    color: #000 !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    
    border-top: none !important;
    border-left:none !important;
    border-right:none !important;
}
.noHover {
    pointer-events: none;
}
.footer-pager > td > table > tbody > tr > td > span {
    padding: 5px;
    background-color: #0393d6;
    width: 26px;
    display: block;
    height: 29px;
    margin-right: 3px;
}
.footer-pager > td > table > tbody > tr > td > a {
    padding: 5px;
    background-color: grey;
    width: 26px;
    display: block;
    height: 29px;
    margin-right:3px;
}

.footer-pager > td > table {
    margin: auto;
  
}
.footer-pager {
    background-color: #e2e2e29e;
}
.card-img-principal {
    margin-bottom: 32px !important;
}

@media only screen and (max-width: 768px) {
    .p-left-0 {
        padding-left:0px !important;
    }
    .hsmt{ margin-top: -140px;}
    .p-top-0{
        padding-top:0px !important;
    }
    .slider-div-p-0 {
        padding-top:0px !important;
        margin-top:0px !important;
    }
}

.slider-padding-0 {
    padding: 0px !important;
}
.padding-slider-x-0 {
    padding-left: 0 !important;
}

.header-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}
.margin-5{
    margin:5px;
}
.gridtable > tbody > tr > th {
    color: #3D4051 !important;
}
.gridtable > tbody > tr > td {
    color: #3D4051 !important;
}
.gridtable > tbody > tr {
    border: 1px solid #d9d9d9;
}
@media only screen and (max-width: 768px ) {
    .ethics-marginl-0 {
        margin-left: 0 !important;
    }
}
.icon-padding-5 {
    padding-left: 5px !important;
}

@media only screen and (max-width: 768px) {
    .cont-slide {
        margin-top: 0px !important;
        padding-top:0px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;

    }
}
.depart-btn > li > a {
    padding: 0 !important;
}
.depart-btn > li > a {
    padding: 0 !important;
}

.depart-btn > li > a {
    padding: 0 !important;
    display: contents !important;
}
.course-button{
    margin: 5px 5px !important;
}

.subjectmenu {
    justify-content: center !important;
    display: flex !important;
}
@media only screen and (max-width: 768px) {
    .subjectmenu {
        justify-content: center !important;
        display:inline-flex !important;
    }
}

.placement-btn {
    white-space: normal !important;
}
@media only screen and (max-width: 768px) {
    .float-normal-carrer {
        float: none !important;
    }
}





