@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    padding: 0px; 
    margin: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 1.3;
    font-size: 14px;
    color: #000;
}
body,
html {
    overflow-x:hidden;
}

a.view_profile {
    background-color: #003898;
    border: 0;
    padding: 5px 40px;
    color: #fff;
    border-radius: 50pc;
    cursor: pointer;
    transition: all .3s;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 16px;
}
a.view_profile:hover{
    background-color: #bb2957;
    color: white;
}
a:hover{
    text-decoration: none;
}
a{
    text-decoration: none;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0px; 
    margin: 0px 0px 15px 0px; 
    font-weight: 600; 
    line-height: 1.3;
    color: #000;
}
p{
    margin: 0px 0px 15px 0px; 
    padding: 0px; 
    font-size: 14px; 
    font-weight: 400; 
    color: #333;
    line-height: 1.4;
}
ul{ 
    list-style: none; 
    padding: 0px; 
    margin: 0px;
}
.bg-grey{
    background-color: #f5f8fb;
}

.page-content ul li{
    position: relative;
    margin: 0px;
    padding-left: 15px;
    font-weight: 400;
    color: #333;
    font-size: 14px;
 }
 .page-content .boder-font{
    -webkit-text-stroke: 2px #f16136;
    color: #ffffff;
 }
 .page-content .page-content-heading{
    font-weight: 600;
    margin-bottom: 20px;
 }
 .page-content p{
    font-weight: 400;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
 }
.page-content ul li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #6d6e70;
    border-radius: 100px;
    left: 0;
 
    top: 10px;
}
img {
    max-width: 100%;
}
a {
    padding: 0px; 
    margin: 0px; 
    outline: none;
    transition: all .3s;
    text-decoration: none;
    color: #666666;
}

a:hover { 
    outline: none !important; 
    text-decoration: none;
    transition: all .3s;
    color: #0097f7;
}

:focus { 
    outline: none !important; 
    text-decoration: none;
}
.marquee a{
	 color: #fff;
}
.marquee a:hover {
	color:#faa831;
}
.btn {
    text-decoration: none;
    font-size: 16px;
    padding: 10px 55px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    border-radius: 40px;
}

.btn-primary {
    background-color: transparent;
    color: #fff;
    border:2px solid #fff;
    letter-spacing: 2px;
}

.btn-primary:hover {
    background-color: #fff;
    color: #000;
}

.btn-secondary {
    background-color: transparent;
    color: #666666;
}

.btn-secondary:hover {
    color: #28c0d4;
}


input {
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 45px;
    width: 100%;
    padding: 0 8px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}
input[type="submit"] {
    background-color: #f9ad31;
    border: 0;
    padding: 0;
    color: #000;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
    transition: all .3s;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
input[type="submit"]:hover {
    background-color: #faa831;
        transition: all .3s;
}
textarea {
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 110px;
    width: 100%;
    padding: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    resize: none;
}



.pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 20px 0 0;
}
.pagination ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 85%;
    float: left;
}
.pagination ul li {
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 9px;
    background-color: transparent;
    margin: 0 3px;
    cursor: pointer;
    color: #1a2556;
    transition: all .3s;
}
.pagination ul li.active {
    background-color: #8e0b35;
    color: #fff;
}
.pagination li:first-child, .pagination li:last-child {
    display: flex;
    color: #8e0b35;
}
.pagination .jump_page {
    float: right;
}
.pagination .jump_page input {
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 35px;
    width: 60px;
    padding: 0 8px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
}
.pagination .jump_page p {
    display: inline-block;
}
.pagination .jump_page input[type="submit"] {
    color: #fff;
    font-weight: 600;
}

.breadcrumb ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
} 

.breadcrumb ul li {
    display: flex;
    padding: 0;
    align-items: center;
}

.breadcrumb ul li + li::before {
  display: inline-block;
  margin: 0 8px 0 5px;
  transform: rotate(15deg);
  border-right: 1px solid #ccc;
  height: 10px;
  content: "";
}
.breadcrumb ul li a {
    display: inline-block;
    padding: 0;
    color: #ccc;
    font-size: 13px;
}
/*---------- header and navigation End ------------*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.sticky-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #003898 !important;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 35%);
    min-height: auto !important;
}
.header_br_cr{
    border-color:  rgb(220 220 220 / 21%) !important;
}
.top-header {
    padding: 0;
    position: relative;
    display: block;
    clear: both;
    border-bottom: 1px solid rgb(220 220 220 / 21%);
}
.top-header.blueBorder {
    border-top: 6px solid #0097f7;
}

.header-social {
    float: left;
}
.header-social ul {
    padding: 0;
    margin: 0;
}
.header-social ul li {
    display: inline-block;
    margin-right: 30px;
}
.header-social ul li a {
    color: #fff;
}
.header-social ul li a:hover {
    color: #28c0d4;
}
.header-contact {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.search_box {
    position: relative;
    right: 0;
    top: 0;
    padding: 0;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 32px 2px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 32px 2px rgb(0 0 0 / 6%);
    background-color: rgb(51 51 51 / 70%);
    display: none;
    width: 100%;
    z-index: 999;
}
.search-btn:hover {
    background-color: #387385;
    color: #fff;
}
.pinkColor {
    border-top: 6px solid #fc8447;
}


.search_box_blue {
    position: relative;
    right: 0;
    top: 0;
    padding: 0;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 32px 2px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 32px 2px rgb(0 0 0 / 6%);
    background-color: rgb(51 51 51 / 70%);
    display: none;
    width: 100%;
    z-index: 999;
}
.blueColor {
    border-top: 6px solid #0097f7;
}
.searchClose,
.bluesearchClose {
    position: absolute;
    top: 13px;
    right: -30px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background-color: #5b5b5b;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.search_li ul {
    display: inline-block;
}

.search_li ul li:hover a {
    color:#faa831;
}
.search_li ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 0 0px 12px;
    display: block;
    margin: 0 5px 0 0;
    transition: none;
    position: relative;
}
.search_li ul li a:after {
    content: "";
    background: #f9ad31;
    position: absolute;
    right: -10px;
    top: 2px;
    width: 1px;
    font-size: 10px;
    height: 12px;
}
.search_box_blue .search_li ul li a:after {
    content: "\f0c8";
    font-family: 'Font Awesome 5 Pro';
    color: #fccb00;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 4px;
    font-weight: 600;
}
.search_li_box {
    margin: 10px 0;
    position: relative;
}
.search_li_box input {
    width: 100%;
    margin-bottom: 0;
    background: transparent;
    border: 1px solid #545454;
    height: 30px;
    border-radius: 0;
    border-width: 0px 0px 1px 0px;
}
.search-btn {
    width: 35px;
    height: 30px;
    background-color: #333;
    color: #fff;
    right: 0;
    top: 0;
    position: absolute;
    border-radius: 0;
    border-left: 1px solid #545454;
}
.search-btn:hover {
    background-color: #0097f7;
}
.search_box_blue .search-btn {
    width: 45px;
    height: 45px;
    background-color: #0097f7;
    color: #fff;
    float: right;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 6px;
}
.search_box_blue .search-btn:hover {
    background-color: #fc8447;
}
.logo .fifty-years-logo:after{
    content:"";
}
.logo .fifty-years-logo{
    display: inline-block;
    padding: 4px 5px;
    margin-left: 10px;
}
.logo img{
    max-height: 45px;
    transition: 0.3s;
}
.logo {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.preloader {
    position: fixed;
    z-index: 999999;
    background: rgb(255 255 255 / 98%);
    width: 100%;
    height: 100%;
    backdrop-filter: grayscale(1);
    
}

.lt-hlight {
    border-left: 4px solid #faa61a;
    padding: 10px ;
    margin-bottom: 20px;
    min-height: 100px;
    background: white;
    box-shadow: 0 1px 4px rgb(0 0 0 / 10%), 0 1px 4px rgb(0 0 0 / 20%);
}
.marquee-area {
    padding: 5px 0 5px;
    position: relative;
    display: block;
}
.marquee-area label {
    float: left;
    color: #000000;
    padding: 4px 10px;
    font-size: 14px;
    background: #faa831;
    border-radius: 5px;
}
.header-menu {
    transition: 0.3s;
    padding: 0;
    min-height: auto;
    background-color:transparent;
}

.mobile_primary {
    padding:0;
    transition:all .6s;
    position: relative;
    z-index: 9999;
}

.mobile_primary ul {
    margin:0;
    padding: 0;
   
   /* border-bottom: 1px solid #f0eded;*/
}

.mobile_primary li {
    display:inline-block;
    padding:0 ;
    margin:0 0 0 0;
}
.menu_fixed .sub-menu--button {
    top:25%
}
.mobile_primary li:last-child {
    margin-right: 0;
}
.mobile_primary ul li:hover a:before {
    opacity: 1;
    visibility: visible;
}
.mobile_primary ul li a {
        color: #ffffff;
    padding: 30px 5px;
    font-size: 16px;
    display: block;
    position: relative;
    font-weight: 500;
    z-index: 99;
    text-align: center;
    text-transform: uppercase;
    transition: none;
}
.menu_fixed .mobile_primary ul li a {
    padding:17px 15px;
    transition:all .6s
}
.mobile_primary ul li.current-menu-item a,.mobile_primary ul li:hover a {
    color: #f9ad31;
}
.mobile_primary ul li.current-menu-item ul a,.mobile_primary ul ul li a:hover {
    color:#fc8447;
    background-color: transparent;
}
.drop-down-graphic{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sub-menu--button {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.sub-menu--button::after {
    content:"\f107";
    font-family:'Font Awesome 5 Pro';
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    color:#ffff;
    transition:all.5s ease-in-out
}
.admission .sub-menu--button {
    display: none !important;
}
.mobile_primary ul li.current-menu-item .sub-menu--button::after,
.mobile_primary ul li:hover .sub-menu--button::after {
    color:#fff
}
.mobile_primary ul li ul li .sub-menu--button {
    position: absolute;
    top: 20%;
    right: 10px;
}
.mobile_primary ul li ul li:hover .sub-menu--button::after {
    color: #fff
}
.mobile_primary .sub-menu .sub-menu-details{
    padding:10px 15px;
}
.mobile_primary .sub-menu {
    background: #003898 none repeat scroll 0 0;
    text-align: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 90%;
    visibility: hidden;
    opacity: 0;
    border-bottom: 0;
    border-top: 2px solid #0041b0;

    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.mobile_primary .academics .academics-btn.menu-active{
    background: #3d57a4;
}
.mobile_primary .academics .academics-btn{
    display: inline-block;
    min-width: 100%;
    padding: 10px 10px;
    text-align: left;
    margin-bottom: 1px;
    color: #fff;
    font-size: 14px;
}
.mobile_primary .academics .academics-menu .sub-menu-text:after{
    display: none;
}
.mobile_primary .academics .academics-menu .sub-menu-text{
    padding: 0 0 10px;
    background: transparent;
    text-align: left;
    font-size: 20px;
    text-transform: capitalize;
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #873139;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: 500;
}
.mobile_primary .academics .academics-menu{
    display: none;
    position: absolute;
    padding: 10px 10px;
    left: 95%;
    top: 0;
    background: #3d57a4;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.mobile_primary .academics .academics-menu.open-academics-menu{
    display: block;
}
.mobile_primary .sub-menu:after {
    /*content: '';
    border-right: 30px solid transparent;
    border-bottom: 20px solid rgb(255, 255, 255);
    position: absolute;
    left: 10%;
    top: -10px;*/

}
.sub-menu h2 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #003898;
}
.sub-menu p {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    padding: 0;
    margin-top: 0;
}
.mobile_primary .sub-menu li:hover {
    background: transparent;
    color: #fecc02;
}
.mobile_primary .sub-menu li {
    display:block;
    position:initial;
    padding:0;
    margin:0
}
.mobile_primary li .sub-menu ul li a::before {
    display: none;
}
.mobile_primary li .sub-menu ul li a {
    color: #ddd;
    padding: 4px 0 5px 0px;
    margin: 2px 0 2px;
    display: block;
    text-transform: inherit;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    position: relative;
    align-items: baseline;
}
.mobile_primary li .sub-menu ul li a:hover,
.mobile_primary li .sub-menu ul li a:hover:after {
        color: #f9ad31;
}
.mobile_primary .sub-menu a:hover {
    /*color:#fff;
    background:#343d3f*/
}

.mobile_primary .sub-menu li a:after,
.mobile_primary .sub-menu li.current-menu-item>a:after,
.mobile_primary .sub-menu li.current-page-ancestor>a:after,
.mobile_primary .sub-menu li.menu-item-has-children:hover>a:after,
.mobile_primary .sub-menu li.menu-item-has-children>a:hover:after {
    content:none
}

.mobile_primary .sub-menu .sub-menu {
    left:100%;
    position:absolute;
    top:0
}

.mobile_primary li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg); 
    -o-transform: rotateX(0deg); 
    -ms-transform: rotateX(0deg); 
    -moz-transform: rotateX(0deg); 
    -webkit-transform: rotateX(0deg);
    z-index: 9;
}
.mobile_primary li:hover>.sub-menu li:after,
.mobile_primary li:hover>.sub-menu li:before {
    display: none;
}

.mobile_primary li:hover>.sub-menu li:hover>.sub-menu {
    display:block;
    top:0
}
.mobile_primary li:hover>.sub-menu li:hover>.sub-menu.sub-sub-menu {
    display: block;
    right: 0;
    top: 0;
}
.mobile_primary li:hover>.sub-menu li:hover>.sub-menu li a {
    text-transform:none
}

.menu-button,.menuClose {
    display:none
}
.fixed_header {
    display: none;
}

.swap-welcome-content .row:nth-of-type(even){
    flex-direction: row-reverse;
}

ul.admission{
    column-count: 2;
}

.rounded-circle-img.chancellor-image {
    display: flex;
    border: 1px solid #ccc;
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 9;
    top: -25px;
    left: 0;
}
.chancellor-card {
    padding-left: 90px  !important;
}
.carousel__slide__inner {
    overflow: hidden;
    position: relative;
}

.carousel.slick-slider .slick-dots li button {

    width: 15px;
    height: 15px;
    padding: 5px;
    
    border: 1px solid #fff;

    border-radius: 50px;
}
.carousel.slick-slider .slick-dots li.slick-active button {

    background: white;
}
.carousel.slick-slider .slick-dots {
 
    bottom: 15px;

}
.doAnimation .slick-active .carousel__slide__inner .carousel__image {
	animation: scale-out 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
    transform: scale(1.3);
}
.carousel__slide__overlay {
    background-color: transparent;
    background-size: 100%;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.slick-active .carousel__slide__overlay {
    animation: scale-in-hor-left 1.375s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s reverse both;
}
.carousel__image {
    height: 100%;
    object-fit: cover;
    position: relative;
    transform: scale(1);
    width: 100%;
    z-index: 1;
	    max-height: 400px;
}

.events_detrails .carousel__image {
    max-height: 100%;
}

.tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center; }
  
  .tab-link {
    margin: 0 1%;
    list-style: none;
    padding: 10px 40px;
    color: #aaa;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    border-bottom: solid 3px rgba(255, 255, 255, 0);
    letter-spacing: 1px; }
  
  .tab-link:hover {
    color: #999;
    border-color: #999; }
  
  .tab-link.active {
    color: #333;
    border-color: #333; }
  
  .tab-link.active {
    color: #003898;
    border-color: #fecc00;
}

.industry-content .card-shadow img{
	    width: 100%;
    height: 100%;
    object-fit: contain;
}
.industry-content .card-shadow {
    height: 130px;
    background: white;
    border: 1px solid #efefef;
    margin-bottom: 0;
    border-radius: 5px;
}

.border-none{
    border:0 ;
}
  
  
  .content-wrapper {
    padding: 40px 80px; }
  
 .content-wrapper .tab-content {
    display: none;
    text-align: center;
    color: #888;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards; }
  
 .content-wrapper .tab-content.active {
    display: block; }
  .border-left{
    border-left:1px solid #ccc;
  }
  .academic-affiliate .nav-pills .nav-link.active,  .academic-affiliate  .nav-pills .show>.nav-link {
    color: white;
    background-color: #fc8447;
}

.academic-affiliate  .nav-pills .nav-link {
    border-radius: 0;
}
.academic-affiliate .tab-content{
    padding: 20px 10px ;
    border: 1px solid #ccc;
}
.text-style table tr td ol{list-style:none;}

 .table-fixed {
    background-color: #fbfbfb;
    width: 100%;
}
.table-fixed tbody tr td a{
    color: #003898;
    display: block;
}
.table-fixed tbody tr td a:hover{

    color: #ff0000;
}
 .table-fixed tbody {
    height: 200px;
    overflow-y: auto;
    width: 100%;
}
 .table-fixed thead,  .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    /* display: block; */
    height: auto;
}
.table-fixed tbody tr td p{
    color: #000;
}
.table-fixed tbody tr td {
    background-color: #f9f9f9;
    color: #000;
    border-color: #d4d4d4;
}
 .table-fixed thead tr th ,  .table-fixed tbody tr:first-of-type td  {
    background-color: #333;
    border-color: #828282;
    color: #fff;
}
 .table-fixed tbody td p, .table-fixed tbody td h3, .table-fixed tbody td li{
	 color:#fff;
}

 .table-fixed tbody::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

 .table-fixed tbody::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

 .table-fixed tbody::-webkit-scrollbar-thumb
{
	background-color: #000000;
}


@keyframes fadeIn {
    100% {
      opacity: 1;
      transform: none; } 
}
  
@keyframes scale-out {
    0% {
        transform: scale(1.3);
   }
    100% {
        transform: scale(1);
   }
}
@keyframes scale-in-hor-left {
    0% {
        -webkit-transform: translateX(-100%) scaleX(0);
        transform: translateX(-100%) scaleX(0);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
   }
    50% {
        -webkit-transform: translateX(-50%) scaleX(0.5);
        transform: translateX(-50%) scaleX(0.5);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
   }
    100% {
        -webkit-transform: translateX(0) scaleX(1);
        transform: translateX(0) scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
   }
}


.mentor-main-image {
    display: flex;
    object-fit: cover;
    box-shadow: -17px -17px 0 -3px #d1d1d1;
}
.custom-box-shadow{
    box-shadow:  -17px -17px 0 -3px #d1d1d1;

}
.mentor-card{
    box-shadow: -17px -17px 0 -3px #d1d1d1;
}
.steps {
    writing-mode: vertical-lr;
    display: flex;
    min-width: 80px;
    height: 80px;
    border: 1px solid #003898;
    background: #003898;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    text-align: center;
}

.steps h6{
    /* width: fit-content; */
    color: white;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
}
.wizard-psudo::before {
    width: 5px;
    height: 90%;
    position: absolute;
    background-color: #fc8447;
    content: '';
    top: 0%;
    left: 40px;
}
.wizard-psudo{
    position: relative;
}
.member-img{
    width: 120px;
    height: 120px;
 
    object-fit: cover;
    overflow: hidden;
    border-radius: 100px;
    object-position: center;
}

.training-placement .page-content ul li{
  
padding: 5px 10px;
  
/* border-bottom: 1px solid; */
 }
.training-placement .page-content ul li::before {

top: 14px;
}

.homepage-search-section .selectric .button{
    height: 100%;
}
.homepage-search-section{
    background: #e65710;
    padding: 20px 20px;
    box-shadow: 0px 0px 10px gainsboro;
    border-radius: 5px;
}
.homepage-search-section .selectric{
    border-radius: 5px;
    height: 50px;
    margin-bottom: 0;
}
.placement-inner .slick-slide {
    padding: 0 10px;
}
.placement-inner .card {
    background-color: #fff;
    text-decoration: none;
    color: rgba(0, 0, 0, .9);
    transition: all 0.1s linear;
    border: 0px solid #f1f1f1;
    padding: 20px 10px 10px;
    margin-bottom: 0px;
    min-height: 320px;
    display: block;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 6%);
    border-radius: 5px;
}
.jpdiv .placement--ddNumbers span{
    width: fit-content;
    margin-top: 40px;
    padding: 10px 25px;
    min-width: 150px;
}
@media screen and (max-width: 600px) {
    .placement-inner .card {
        height: auto;
   }
}
.placement-inner .card .main-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
.placement-inner .card .main-link:focus {
    outline: none;
}
.placement-inner .card .main-link:focus .title {
    outline: 3px dashed orange;
    outline-offset: -4px;
    color: royalblue;
    text-decoration: underline;
}
.placement-inner .card .title {
    color: #000;
    margin: 0;
    padding: 10px 10px 5px 10px;
    font-size: 16px;
    font-weight: bold;
}
.placement-inner .card .title:hover {
    text-decoration: underline;
}
.placement-inner .card .image {
    position: relative;
    height: 150px;
    width: 150px;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}
.placement-inner .card .description {
    margin: 7px 10px 15px 10px;
    font-size: 14px;
    opacity: 0.8;
}
.placement-inner .card .badge {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 1;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background-color: #c80000;
}
.placement-inner .card .price {
    padding-left: 10px;
}
.placement-inner .card .price .new-price {
    font-weight: bold;
}
.placement-inner .card .price .original-price {
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
    opacity: 0.5;
    text-decoration: line-through;
}
.placement-inner .card .rating {
    margin: 10px 0 15px 10px;
    color: orange;
    font-size: 12px;
}
.placement-inner .card .rating .reviews-link {
    color: rgba(0, 0, 0, .6);
    margin-left: 5px;
}
.placement-inner .card .rating .reviews-link:hover {
    color: black;
}
.placement-inner .card .rating .reviews-link:focus {
    color: royalblue;
    outline: 3px dotted royalblue;
    outline-offset: 2px;
}
.placement-inner .card:hover {
    border-color: rgb(0 0 0 / 9%);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
.placement-inner .card:hover .image img, .placement-inner .card:focus .image img {
    filter: grayscale(0);
}
.placement-inner .card a:focus {
    outline: none;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.placement--ddNumbers span {
    background: #fc8447;
    padding: 10px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;

    color: white;
}
.placement--ddNumbers span  h4{
    font-size: 24px;
    margin-bottom: 10px;
    color: #000; /* Fallback for older browsers */
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}

  #gallery img,#gallery video {
    width:85%;
    height:auto;
    margin: 0% auto;
    box-shadow:-3px 5px 15px #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	max-width: 800px;
    max-height: 100%;
	object-fit: contain;
  }
  #gallery .p-img{
	height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .modal-img,.model-vid{
    width:100%;
    height:auto;
  }
  .modal-body{
    padding:0px;
  }


  .card-container {
    min-height: 200px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    padding-left: 10px;
    /* box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.5); */
    border-top-left-radius: 0;
    border: 1px solid #ccc;
  }
  
  .card-container .circle {
    width: 150px;
    height: 150px;
    background: url(../img/circle-img.avif);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    float: left;
    margin: 10px 20px;
    shape-outside: circle();
    box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.5);
  }
  
  
@media (max-width: 991px) {
    .mobile_primary .academics .academics-menu .sub-menu-text{
        font-size: 16px;
    }
    .mobile_primary .academics .academics-menu.open-academics-menu{
        transform: translateY(-10px);
        margin-top: -20px;
    }
    .mobile_primary .academics .academics-menu{
        position: relative;
        left: 0;
        padding: 20px 10px;
        background: #65242b;
        transition: 0.3s;
    }
	.from-img{
		min-height:200px !important;
	}
    .computer_dept_bg {

        min-height:auto;
  
    }
    /*.header-menu {
      position: fixed;
      width: 100%;
      left: 0;
      top: inherit;
      bottom: 0;
      z-index: 99;
      background-color: #003898;
      border-top: 4px solid #fc8447;
      box-shadow: none;
    }*/
    .fixed_header {
        display: block;
        width: 100%;
        padding: 5px 0;
    }
    .sticky-header .fixed_header .logo img {
        max-height: 50px;
    }
    .fixed_header .logo {
        padding: 0;
        margin: 0;
        display: block;
    }
     .menu-button.toggle{
        top: 10px;
		right: 10px;
		padding: 10px;
		border-radius: 10px;
     }
     .menu-button {
        position: absolute;
        display: block;
        background-color: transparent;
        border: 0;
        cursor: pointer;
        transition: all .3s ease;
        font-size: 18px;
        
        color: #fff;
        padding: 0;
        top: 5px;
        right: 25px;    
        z-index: 9999;
    }
    .header-menu {
        min-height: auto;
    }
   
    .menu-button .line{
        width: 25px;
        border-radius: 20px;
        height: 4px;
        background-color: #ecf0f1;
        display: block;
        margin: 6px 0px;
        margin-left: auto;
        ransition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .menu-button .line:nth-child(2){
        width: 35px;
    }
    .menu-button.toggle .line:nth-child(2){
      opacity: 0;
    }

    .menu-button.toggle .line:nth-child(1){
      -webkit-transform: translateY(12px) rotate(45deg) scale(1);
      -ms-transform: translateY(12px) rotate(45deg) scale(1);
      -o-transform: translateY(12px) rotate(45deg) scale(1);
      transform: translateY(12px) rotate(45deg) scale(1);
    }

    .menu-button.toggle .line:nth-child(3){
      -webkit-transform: translateY(-25px) rotate(-45deg) scale(1);
      -ms-transform: translateY(-25px) rotate(-45deg) scale(1);
      -o-transform: translateY(-25px) rotate(-45deg) scale(1);
      transform: translateY(-25px) rotate(-45deg) scale(1);
    }
    
    .open:before {
        background-position:right center;
        width:25px;
        transition:all .3s ease
    }
}
@media (max-width: 1024px) {
    .text-style h1, .page-content h4 {
        font-size: 24px !important;
    }
    .tapbutton a.view_profile{
        height: auto;
        margin-bottom: 5px;
        border-radius: 5px !important;
    }
    .slider2 .slick-arrow{
        padding: 20px !important;
    }
    .slider2 .slick-prev {
       
        left: -10px;
    }
    .slider2 .slick-next {
  
        right: -10px;
    }
.transform-crd{
    transform: none !important;
     margin-bottom: 0;
}
.from-img{
    min-height:200px
}


    .wizard-psudo::before {
 
        content: none;
     
    }
    .steps {
         writing-mode: initial; 

         width: auto; 
        height: auto;
        border: 1px solid #003898;
        background: #003898;
   
        align-items: center;
         border-radius: 0;
       margin-bottom:10px;
        padding: 10px 15px;
    }
    .mentor-main-image {

        max-width: 200px;
        margin: auto;
    }
    .chancellor-msg-text{
        margin-top: -80px;
        z-index: -1;
        padding-top:80px !important;
    }
    .mobile_primary li .sub-menu ul li a {
        padding: 6px 0px;
    }
    .mobile_primary li .sub-menu ul li ul li a {
        padding-left: 0;
    }
    button:focus {
        outline:none;
        border:none
    }

    .mobile_primary {
        width:100%;
        height: 100%;
        position:fixed;
        top:0;
        left:-100%;
        background-color:#003898;
        transition:.5s;
        z-index:999;
        display:block!important;
        padding:0;
        border-radius:0;
        float:none;
        overflow-y: auto;
    }
    .menu_fixed .mobile_primary {
        top: 66px;
    }
    .mobile_primary.active img{
        width: 200px;
    }
    .mobile_primary.active {
        display:block!important;
        left:0
    }

    .mobileOverlay {
        display:none
    }

    .mobileOverlay.toggle {
        display:block
    }

    .menuClose {
        position:absolute;
        top:0;
        right:10px;
        font-size:36px;
        margin-left:0;
        color:#010101;
        background:none;
        width:auto;
        height:auto;
        border-radius:0;
        font-weight:300;
        cursor:pointer;
        display:block
    }

    .mobile_primary ul {
        list-style: none;
        margin: 0;
        padding: 0px 0px 40px 0px;
        float: none !important;
    }
    .mobile_primary ul ul {
        padding: 0;
        display: flex;

        flex-direction: column;
    }

    .mobile_primary li {
        display:block;
        position:relative;
        padding:0;
        background:none;
        margin:0
    }

    .mobile_primary .sub-menu li {
        border:0
    }

    .mobile_primary ul li.current-menu-item a:after,.mobile_primary ul li a:hover:after {
        display:none
    }
    .mobile_primary ul li.current-menu-item a, .mobile_primary ul li a:hover {
        color: #fff;
    }
    .mobile_primary ul li a:after {
        color: #003898;
    }
    .mobile_primary ul li:hover a:before{
        border: 0;
    }
    .mobile_primary ul li a {
        padding: 15px 10px 10px 40px;
        text-align: left;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        text-transform: capitalize;
    }

    .nav.fix-menu .mobile_primary ul li a {
        padding:17px 8px
    }

    .nav.fix-menu .sub-menu--button {
        top:0
    }

    .mobile_primary li:first-child {
        border-top:none
    }

    .mobile_primary .sub-menu {
        display:none
    }

  

    .mobile_primary li ul.sub-menu li a,.nav.fix-menu .mobile_primary li ul.sub-menu li a {
        padding:5px 20px;
    }

    .mobile_primary li ul.sub-menu li a:hover {
        color:#2d5ba9
    }

    .mobile_primary .sub-menu a:hover {
        background:none
    }

    .mobile_primary .sub-menu .sub-menu a {
        padding:15px 0 15px 50px
    }

    .mobile_primary .sub-menu--button {
        cursor: pointer;
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        padding: 0px 0px 0px 20px;
    }

    .sub-menu--button::after {
        transform:rotate(-90deg)
    }

    .sub-menu--button.open::after {
        color:#fff;
        transform:rotate(0deg)
    }

    .mobile_primary .sub-menu li {
        display:block
    }

    .mobile_primary li:hover .sub-menu {
        top:0;
        display:none
    }

    .nav.fix-menu .mobile_primary li:hover .sub-menu {
        top:0;
        display:none
    }

    .page-header__primary {
        display:none
    }

    .mobile_primary .sub-menu .sub-menu {
        left:auto;
        position:relative;
        top:0
    }

    .mobile_primary li ul.sub-menu li:hover ul.sub-menu {
        display:none;
        position:relative
    }

    .mobile_primary .sub-menu {
        position:relative;
        top:0;
        width:auto;
        background-color:#003898;
        box-shadow:none;
        text-align: left;
        list-style: outside none none;
        margin: 0;
        padding: 15px;
        visibility: inherit;
        opacity: inherit;
        border-radius: 0;
        border-bottom: 0;
        transform: inherit;
        transition: inherit;
        box-shadow: none;
        -webkit-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
    }
    .mobile_primary .sub-menu::after {
        display: none;
    }

    .mobile_primary li.dropdown a:after {
        background:none
    }

    .mobile_primary li:hover>.sub-menu li:hover>.sub-menu {
    display:none
    }
    .chancellor-img {
        width: 150px;
        margin: auto;
        margin-bottom: 20px;
    }
}
.home-form textarea {
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 45px;
    width: 100%;
    padding: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    resize: none;
}

.banner .slide .banner-content{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    /* display: grid;
    align-items: center; */
    position: absolute;
    background: radial-gradient(circle 450px at 50% 50.2%, rgb(0 0 0 / 37%) 0.1%, hsl(233.96deg 48.03% 25.11% / 32%) 100.2%);
}
.banner {
    height: 100vh;
    min-height: 750px;
    position: relative;
    overflow: hidden;
}
.banner .slick-active h2 {
    animation: sliderTextAnimation 0.6s;
}

.banner .slick-active p {
    animation: sliderTextAnimation 0.8s;
}


@keyframes sliderTextAnimation {
    0%   {transform: translateY(-40px);}
    100% {transform: translateY(0px);}
  }
.banner .slide .banner-img{
    width: 100%;
    object-fit: cover;
    height: 100vh;
    min-height: 750px;
}
.banner .slide {
    position:relative;
}
.banner-slider {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.banner-slider .slick-list{
    width: 100%;
}
.banner .slick-dots {
    position: absolute;
    top: 45%;
    display: block;
    width: 40px;
    bottom: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    right: 4%;
}
.banner .slick-dots li {
    position: relative;
    display: block;
    padding: 0;
    cursor: pointer;
    margin: 0;
    width: 100%;
    height: 15px
}
.banner .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 4px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    border-radius: 5px;
    outline: none;
    background: #c1bcaa;
}
.banner .slick-dots li.slick-active button {
    background:#f1a11e;
}
.banner .slick-dots li button:before{
    display: none;
}
.banner .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.inner-banner {
    background-color: #eeeeee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.inner-banner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0,0,0,.5);
}
.inner-banner-text {
    padding: 80px 0;
    position: relative;
    z-index: 1
}

.placement-inner .image {
    position: relative;
    z-index: 9;
}
.placement-inner .slick-slide .image  img {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
    border: 1px solid gainsboro;
}

.placement-inner  .slick-dots {

    bottom: -40px;

}

.placement-inner .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #ccc;
    border-radius: 100px;
    border:2px solid #fff;

}
.placement-inner .slick-dots li.slick-active {

    background: #333;

    
}

/* Reveal sections */
.effect {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
  will-change: transform, opacity;
}
/* When in view */
.effect.active {
  opacity: 1;
  transform: none;
}

/* Specific Animations */
.fade-in {
  transform: translateY(40px);
}

.slide-left {
  transform: translateX(-60px);
}

.zoom-in {
  transform: scale(0.8);
}

.flip-up {
  transform: rotateX(90deg);
  transform-origin: bottom;
}

.slide-right {
  transform: translateX(60px);
}

.flip-down {
  transform: rotateX(-90deg);
  transform-origin: top;
}

.fade-up {
  transform: translateY(40px);
  opacity: 0;
}

/* Activated states (reuse .active for all) */
.effect.slide-right.active,
.effect.flip-down.active,
.effect.fade-up.active {
  transform: none;
  opacity: 1;
}

/* Activated states */
.effect.fade-in.active,
.effect.slide-left.active,
.effect.zoom-in.active,
.effect.flip-up.active {
  transform: none;
}


.flip >
.front, .flip>
.back {
    display: block;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
}
.flip >
.front {
    transform: rotateY(0deg);
}
.flip >
.back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
}
.flip:hover >
.front {
    transform: rotateY(180deg);
}
.flip:hover >
.back {
    opacity: 1;
    transform: rotateY(0deg);
}
.flip.flip-vertical>
.back {
    transform: rotateX(-180deg);
}
.flip.flip-vertical:hover >
.front {
    transform: rotateX(180deg);
}
.flip.flip-vertical:hover >
.back {
    transform: rotateX(0deg);
}
.flip {
    position: relative;
    display: inline-block;
    margin: 0 1%;
    margin-bottom: 1em;
    width: 22%;
}
.flip >
.front, .flip >
.back {
    display: block;
    color: white;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    height: 200px;
    padding: 1em 2em;
    background: #313131;
    border-radius: 10px;
}
.flip >
.front p, .flip >
.back p {
    /* font-size: 0.9125rem; */
    color: #999;
}
.text-shadow {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.04), 2px 2px rgba(0, 0, 0, 0.04), 3px 3px rgba(0, 0, 0, 0.04), 4px 4px rgba(0, 0, 0, 0.04), 0.125rem 0.125rem rgba(0, 0, 0, 0.04), 6px 6px rgba(0, 0, 0, 0.04), 7px 7px rgba(0, 0, 0, 0.04), 8px 8px rgba(0, 0, 0, 0.04), 9px 9px rgba(0, 0, 0, 0.04), 0.3125rem 0.3125rem rgba(0, 0, 0, 0.04), 11px 11px rgba(0, 0, 0, 0.04), 12px 12px rgba(0, 0, 0, 0.04), 13px 13px rgba(0, 0, 0, 0.04), 14px 14px rgba(0, 0, 0, 0.04), 0.625rem 0.625rem rgba(0, 0, 0, 0.04), 16px 16px rgba(0, 0, 0, 0.04), 17px 17px rgba(0, 0, 0, 0.04), 18px 18px rgba(0, 0, 0, 0.04), 19px 19px rgba(0, 0, 0, 0.04), 1.25rem 1.25rem rgba(0, 0, 0, 0.04);
}
@media (min-width: 320px) and (max-width: 767px) {
	.carousel__image {
		max-height:250px;
	}
    .banner h2 {
        font-size: 26px;
        font-weight: 600;
        color: #fff;
    }
    .banner h1 {
        font-size: 45px;
        font-weight: 800;
        color: #fff;
        text-transform: uppercase;
        padding-bottom: 0;
    }
    .banner p {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
    }
    .banner p span {
        font-weight: 600;
    }
}
@media (min-width: 768px) {
    
    .banner h2 {
        font-size: 54px;
        color: #fff;
    }
    
    .banner p {
        font-size: 18px;
        color: #fff;
        margin-bottom: 10px;
    }
    .banner p span {
        font-weight: 700;
    }
    
}
.fixed-social {
    position: fixed;
    z-index: 99;
    right: 0px;
    width: 40px;
    top: 50%;
    transition: all .25s ease;
    transform: translate(0,-50%);
    background-color: #f9ad31;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    text-align: center;
    padding: 0;
}
.fixed-social.fixed-socialshow {
    right: 0;
}
.fixed-social a:nth-last-child(1) {
    border-bottom: 0px solid #e39e2d;
}
.fixed-social a {
    font-size: 20px;
    
    color: #003898;
    display: block;
    padding: 7px 0px;
    font-weight: 100;
    border-bottom: 1px solid #e39e2d;
}
@media (min-width: 320px) and (max-width: 767px) {
    .fixed-social {
        display: none;
    }
}
.study-content ul {
    padding: 0;
    margin: 0;
}
.study-content ul li {
    padding: 0;
    margin: 0 0 15px;
    font-size: 14px;
    
    color: #000;
    font-weight: 400;
    padding-left:15px; 
    position:relative;
}
.study-content ul li::before{
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    content: "\f111";
    font-size: 4px;
    top: 0px;
    left: 6px;
    font-weight: 600;
    color:#666;
}

.drop-down-graphic h3 {

    text-align: center;
    font-weight: 600;
    color: white;
}
.drop-down-graphic h3 span {
    display: block;
    color: #fc8447;
    font-size: 28px;
}
.dd--title span {
    display: block;
    text-align: center;
}
.dd-graphic-cont{
    background: #00389891;
}
.dd--title{
    color: white;
    cursor: default;
}
.dd-graphic-cont .col-6 {
    /*border: 1px solid rgba(255,255,255,0.3);*/
    height: 150px;
    width: 150px;
}
   /* the slides */
.slider2
.slick-slide {
    margin: 0  10px;
}

/* the parent */
.slider2  .slick-list {
    margin: 0 -10px;
}
.slider2 .slick-arrow   {
    background: #003898;
    padding: 25px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    color: red;
    z-index: 9;
    align-items: center;
}
.slider2 .slick-next:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #fecc00;
}
.slider2 .slick-prev:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Pro';
    color: #fecc00;
}

.testimonials-text img {
    display: inline-block;
}
.auther-img {
    margin: 40px auto 0;
}
.corses-grid p {
    font-size: 13px;
    color: #fff;
    margin: 0;
    font-weight: 300;
}   
.corses-grid:hover{
    background: #003898;
    transform: scale(1.05);
}
.corses-grid{
    display: block;
    background: #e75710;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    min-height: 150px;
    transition: 0.1s;
}

.top-banner-section .col-6:nth-child(even){
    background: #e75710;
}
.top-banner-section .col-6{
    background: #003898;
}
.btn-wrap button:hover{
    opacity: 1;
}
.btn-wrap button{
    padding: 10px 10px;
    background: #e75710;
    border-radius: 2px;
}
.slick-list {
    height: fit-content;
}
.srm-acc {
    width: 50%
}
.about-section {
    padding: 80px 0;
}
.mr-100{
    margin-right: 100px;
}
.line {
    margin: 15px 0;
}
.footer-top{
    display: none;
}
.footer-bottom{
    background: #111;
}

.incoming-student ul li {
    display: inline-block;
    padding: 0 1px 5px;
}
.incoming-student ul li a {
    color: #fff;
    font-size: 20px;
    padding: 10px 40px;
    display: block;
    background-color: #e75710;
    margin: 5px 10px 5px;
    border-radius: 50px;
    font-weight: 600;
}
.incoming-student ul li a:hover {
    background-color: #ffa115;
    color: #000;
}


.tabs-nav li {
  float: left;
}
.tabs-nav li a {
    padding: 10px 25px;
    font-size: 16px;
    
    font-weight: 400;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
}
.tabs-nav li:first-child a {
  border-right: 0;
  border-top-left-radius: 6px;
}
.tabs-nav li:last-child a {
  border-top-right-radius: 6px;
}
.tabs-nav li.tab-active a {
    color: #a90f00;
    border-bottom: 2px solid #a90f00;
    box-shadow: 8px 1px 10px -8px rgb(0 0 0 / 50%);
}

.tabs-stage {  
  border-radius: 0 0 6px 6px;
  border-top: 0;
  clear: both;
  padding: 24px 30px;
  position: relative;
  top: -1px;
}
.before-none::before{
    content: none !important;
}
.selectric-scroll ul li::before{
    content: none;
}
.apply_academic::before {
    content: "";
    background: #003898;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
}
.apply_academic {
    text-align: center;
    padding: 40px 0;
    position: relative;
    background-image: url(../img/test.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-attachment: fixed;
}
.programs_overviews {
    padding: 50px 0;
}
.programs_overviews .accordion-container .accordion-title.open {
    background: #003898;
    color: #fff;
}
.programs_overviews .accordion-container .accordion-title {
    position: relative;
    margin: 0 0 10px;
    padding: 15px 25px;
    font-size: 16px;
    
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: all .3s;
    background: #f0f0f0;
}
.programs_overviews .accordion-content {
    padding: 5px 25px 15px;
    margin: 0;
}
.programs_overviews .accordion-container .accordion-title::after {
  content:
  "\f055";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  width: auto;
  height: auto;
  transition: all .3s;
  background-color: transparent;
  font-size: 24px;
  transform: translateY(-50%);
}
.programs_overviews .accordion-container .accordion-title.open::after {
    display: block;
    content:
    "\f056";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    right: 15px;
    left: auto;
    width: auto;
    height: auto;
    transition: all .3s;
    background-color: transparent;
    font-size: 24px;
    transform: translateY(-50%);
}
.fiends_programs h2 {
    float: left;
    font-size: 17px;
    
    color: #000;
    font-weight: 600;
    padding: 0;
}
.fiends_programs ul {
    padding: 0;
    /* margin: 0 0 0 30px; */
    /* float: left; */
    margin-top: 5px;
}
.fiends_programs ul li {
    padding: 0;
    margin: 0 15px 0 0;
    display: inline-block;
}

.fiends_programs [type="checkbox"]:checked, 
.fiends_programs [type="checkbox"]:not(:checked) {
    display: none
}

.fiends_programs [type="checkbox"]:checked + label, 
.fiends_programs [type="checkbox"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #000;
    font-size: 15px;
    
    font-weight: 400;
    padding: 0 0 0 0;
    margin: 0 0 0 28px
}

.fiends_programs [type="checkbox"]:checked + label {
    color: #000
}

.fiends_programs [type="checkbox"]:checked + label:before, 
.fiends_programs [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 0;
    width: 22px;
    height: 22px;
    background: url(../img/box.png) no-repeat
}

.fiends_programs [type="checkbox"]:checked + label:after, 
.fiends_programs [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../img/box-active.png) no-repeat;
    position: absolute;
    top: 0;
    left: -25px
}

.fiends_programs [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.fiends_programs [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.pro_top {
    min-height: 80px;
    padding: 10px 10px;
}
.programs_box h3 {
    font-size: 16px;
    
    color: #2e3a8e;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 0 10px;
    margin: 0;
}
.programs_box h2 {
    font-size: 16px;
    
    color: #555;
    font-weight: 600;
    padding: 0;
    margin-bottom: 10px;
}
.programs_box p {
    font-size: 15px;
    
    font-weight: 500;
    color: #8e0b35;
}
.programs_box ul {
    padding: 0 10px;
    margin: 0;
}
.programs_box ul li {
    padding: 0 0 0 0;
    margin: 0 0 10px;
    font-size: 13px;
    
    color: #777;
    align-items: center;
}
.programs_box ul li .fa {
    /* width: 20px; */
    height: 20px;
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    color: #000;
    font-size: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px 0 0;
    min-width: 20px;
}
.programs_box ul li a {
    float: right;
}
.facilities {
    background: #003898;
}
.facilities .facilities_img img{
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.facilities_content {
    width: 620px;
    float: left;
    padding-left: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
    background: #003898;
}
.academic-affiliate ul.tabs {
	margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.academic-affiliate ul.tabs li {
	/* float: left; */
	margin: 0;
	cursor: pointer;
	padding: 5px 15px;
	/* height: 31px; */
	/* border: 1px solid #e3e3e3; */
	background-color: #fff;
	color: #333;
	/* overflow: hidden; */
	position: relative;
	width: 100%;
	font-size: 16px;
	min-height: 50px;
	border-top: 1px solid #Ccc;
}

.academic-affiliate .tab_last {/* border-right: 1px solid #333; */}

.academic-affiliate ul.tabs li:hover {
	background-color: #ccc;
	color: #333;
}
.academic-affiliate.industry-collab .tab_container{
       border: 0;
    background: none;
    box-shadow: none;
}

.academic-affiliate.industry-collab ul.tabs li {
    height: 40px;
    color: #000;
    position: relative;
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: transparent;
    border-top: 0;
    text-transform: uppercase;
    border-left: 1px solid #e7a13b;
}
.academic-affiliate.inter-collab .tab_content .industry-content.page-content  p{
font-size: 10px;
}
.academic-affiliate.industry-collab ul.tabs li.active {
    background-color: #003898;
    color: #fff;
    display: flex;
}

.academic-affiliate.industry-collab ul.tabs li.active:after {
    content: none;
   
}
.academic-affiliate.industry-collab ul.tabs{
    border:0;
	background: transparent;
}

.academic-affiliate ul.tabs li.active {
	background-color: #333;
    color: #fff;
    display: block;
}


.academic-affiliate ul.tabs li.active:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    height: 0px;
    width: 0px;
    border-top: solid 15px transparent;
    border-left: solid 15px #333;
    border-bottom: solid 15px transparent;
    transform: translateY(-50%);
    z-index: 1;
  }
.academic-affiliate .tab_drawer_heading { display: none; }
.card-boorder{
    height: 260px;
    width: 250px;
    object-fit: cover;
    border: 1px solid gainsboro;
}
@media screen and (max-width: 991px) {
	.academic-affiliate .tabs {
		display: none !important;
	}
	.academic-affiliate .tab_drawer_heading {
		background-color: #fc8447;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.academic-affiliate .d_active {
		background-color: #f16136 !important;
    color: #fff !important;
    border-bottom: 0px solid #ccc;
	}
    .academic-affiliate .tab_drawer_heading {
        background-color: #f1f1f1;
        border-color: #ccc;
        color: #000;
        padding: 10px;
		
	}   

    .academic-affiliate.industry-collab .tab_container, .academic-affiliate.statuatory-body .tab_container{
        border: 1px solid #ccc;
    }
    .academic-affiliate.industry-collab  .d_active ,  .academic-affiliate.statuatory-body  .d_active{
		background-color: #fc8447;
		color: #fff;
		border-bottom: 1px solid #ccc;
	}
    
}
@media (min-width: 320px) and (max-width: 767px) {
    .fiends_programs {
        padding: 15px;
    }
    .fiends_programs h2 {
        font-size: 12px;
    }
    .fiends_programs ul {
      padding: 0;
      margin: 0;
    }
    .fiends_programs ul li {
        margin: 0;
    }
    .fiends_programs [type="checkbox"]:checked + label, .fiends_programs [type="checkbox"]:not(:checked) + label {
        font-size: 12px;
    }
    .faculty_area {
        /* margin-top: 50px; */
    }
        .faculty_man {
        float: none;
        /* margin: -50px auto auto; */
        height: auto;
        width: 100px;
        min-width: 100px;
    }

    .faculty_man img {
        display: block;
        width: 100px;
		max-height:100px;
        height: 100%;
    }

    .faculty_details {
        float: none;
        width: auto;
        padding: 15px;
    }
    .programs_overviews {
      padding: 30px 0;
    }
    .programs_overviews .accordion-container .accordion-title {
        padding: 15px;
        font-size: 14px;
    }

    .accordion-content {
        /* padding: 5px 15px 15px !important; */
    }
   
    .facilities_content {
        width: auto;
        float: none;
        padding: 15px;
    }

    .accordion-content table{
        min-width: 650px;
   
    }
	 .text-style{
		overflow-x:scroll;
   
    }

    .faculty_profile_accordion .accordion-container .accordion-title {
        padding: 10px 40px 10px 10px !important;
		font-size: 14px !important;
    }
}


.flexible-view .program_box {
  vertical-align: top;
  display: block;
  margin: 0;
  position: relative;
}
.flexible-view .program_box_container {
  display: block;
  position: relative;
}
.flexible-view .program_box_container .open-details {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.flexible-view .program_box_container .open-details .fa {
    width: 20px;
    height: 20px;
    border:1px solid #8c8c8c;
    border-radius: 50%;
    color: #333;
    font-size: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px 0 0;
}
.flexible-view .program_box_container .open-details:hover .fa {
    background-color: #2e3a8e;
    border:1px solid #2e3a8e;
    color: #fff;
}
.flexible-view .program_box_container .close-details {
  display: none;
}
.flexible-view .program_box_container .close-details .fa {
    width: 20px;
    height: 20px;
    border:1px solid #c9c9c9;
    border-radius: 50%;
    color: #000;
    font-size: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px 0 0;
}
.flexible-view .program_box_container .close-details:hover .fa {
    background-color: #2e3a8e;
    border:1px solid #2e3a8e;
    color: #fff;
}
.program_box_gallery {
  display: flex;
  flex-wrap: wrap;
}
.program_box_gallery:after {
  content: "";
  flex-grow: 1;
  display: inline-block;
  min-width: 50%;
}
.program_box_gallery .program_box {
  margin: 0;
  position: static;
  /* width: 25%; */
  border: 0;
}
.program_box_gallery .program_box.open {
  margin: 0 0 35px;
}
.program_box_gallery .program_box.open:after {
    content: "";
    font-size: 0px;
    position: relative;
    top: -6px;
    left: 120px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color: #f9ad31 #8e8e8e00 #f9ad3100 transparent;
  /*top: 4px;
  width:100px;
  height:2px;
  background:$secondary-color;
  display: inline-block;*/
}
.program_box_gallery .program_box.open .program_box_container .open-details {
  display: none;
}
.program_box_gallery .program_box.open .program_box_container .close-details {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.programs_box img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.program_box_gallery .program_box_container {
    width: 100%;
    line-height: normal;
    padding:0;
    margin: 20px 0px 0;
    background: #ffffff;
    border: 1px solid #ececec;
    box-shadow: 0px 2px 0px #f9ad31;
}
.program_box_gallery .program_box_details_container.dc-mobile {
  height: 0;
}

.program_box_gallery .program_box_details_container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 10px 15px;
    overflow-y: auto;
    background-color: #ffffff;
    box-shadow: 0px 2px 0px #f9ad31;
    height: 0;
    overflow-x: hidden;
}
.program_box_details {
    padding: 40px 15px 15px 40px;
    display: flex;
}
.program_box_details h5 {
    color: #002470;
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: 400;
}
.program_box_details p {
    color: #333333;
    font-size: 14px;
    padding-bottom: 15px;
    font-weight: 400;
}


.program_box_details .collaborate p {
    font-size: 14px;
    
    font-weight: 400;
    color: #000;
    padding: 0;
}

.chancellor-img{
    min-width: 150px;
    width: 150px;
    height:150px;
    border-radius: 300px;
    overflow: hidden;
    display: flex;
    z-index: 1;
    border: 1px solid #fc8447;
}

@media screen and (min-width: 768px) {
  .program_box_gallery:after {
    content: "";
    flex-grow: 1;
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
.chancellor-msg-text{
    margin-left: -75px;
    margin-top: 75px;
    padding-left: 90px !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

}
  .program_box_gallery:after {
    content: "";
    flex-grow: 1;
    display: inline-block;
  }
  .float-card.card {
    position: absolute;
    top: 50%;
    max-width: 500px;
    top: 50%;
    transform: translateY(-50%);
    left:80px
    }
}



.computer_dept_bg {
    background-image: url(../img/computer_sec.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.computer_dept_content {
        max-width: 100%;
    background:linear-gradient(45deg, #333, rgb(0 56 152 / 24%));
    padding: 40px 90px;
    height: auto;
    max-height: 100%;
    min-height: 450px;
    display: flex; 
    align-items: center;
    opacity: 1;

}

.computer_dept h1 {
    color: #faa831;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase; 
    padding-bottom: 30px;
} 
.computer_dept h2 {
    color: #fff;
    font-size: 22px;
    
    font-weight: 600;
    text-transform: uppercase;
}
.computer_dept p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 20px;
}
.computer_dept a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
	    display: inline-block;
    border:1px solid #fff;
    text-transform: uppercase;
}
.computer_dept a:hover {
    background-color: #ffdb8f;
    border:1px solid #ffdb8f;
    color: #000;
}


.events_detrails {
    padding: 50px 0;
}
.events_date_time {
    padding: 0 20px;
}
.events_date_time h2 {
    color: #333333;
    font-size: 22px;
    
    font-weight: 600;
    padding-bottom: 20px;
}
.events_date_time ul {
    padding: 0;
    margin: 0;
}
.events_date_time ul li {
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #e9e9e9;
}
.events_date_time ul li span {
    padding: 0;
    margin: 0 0 8px;
    color: #f16136;
    font-size: 14px;
    
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
.events_date_time ul li p {
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.events_date_time .events_social {
    float: left;
    margin-right: 45px;
    margin-top: 30px;
}
.events_date_time .events_social ul,
.events_date_time .add_calender ul {
    padding: 0;
    margin: 0;
}
.events_date_time .events_social ul li,
.events_date_time .add_calender ul li {
    padding: 0;
    margin: 0;
    border: 0;
    display: inline-block;
}
.events_date_time .events_social ul li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #333333;
    color: #ffffff;
    margin-right: 5px;
}
.events_date_time .events_social p,
.events_date_time .add_calender p {
    padding: 0;
    margin: 0;
    color: #f16136;
    font-size: 14px;
    
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.events_date_time .add_calender {
    float: left;
    margin-top: 30px;
}
.events_content p{
    margin-bottom: 1rem;
}
.events_content a{
    color: #1779ba;
}
.events_content {
    padding: 20px 0 0 0;
    font-size: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .events_date_time {
        padding: 0px 0 20px;
    }
    .events_detrails {
      padding: 20px 0;
    }
}

.news_views {
    padding: 20px 0 30px;
}
.news_views .selectric,
.events_page .selectric {
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: #f9f9f9;
}
.news_views .selectric .label,
.events_page .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 0;
  font-size: 14px;
  color: #706c63;
  font-weight: 400;
  height: 45px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 15px;
  text-transform: capitalize;
}
.news_views .selectric-items li,
.events_page .selectric-items li {
  list-style: none;
  padding: 10px 15px;
  margin: 0;
  font-size: 14px;
  
  min-height: 20px;
  color: #706c63;
  text-transform: capitalize;
}
.news_views .selectric .button,
.events_page .selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background-color: transparent;
  color: #927f59;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.news_img {
	    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 10%);
    border: 1px solid gainsboro;
}
.news_img img {
        width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    transition: 1s;
}
.news_box:hover .news_img img {
    transform: scale(1.2);
}
.news_box {
    background: #fff;
    margin-bottom: 20px;
}
.news_small_text  p{
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: 0.3s;
}
.news_box:hover .news_small_text  p{
        color: #f16136;
}
.news_details_heading h2{
	font-size: 30px;
    font-weight: 600;
}
.news_details_heading .post-date {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    background: #003898;
    display: inline-block;
    padding: 4px 8px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.news_big_slider{
	border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 15px gainsboro;
}
.news_details_area {
    padding: 30px 0 50px;
    position: relative;
}
.news_big_slider .slick-slide img {
    display: block;
    width: 100%;
}
.news_big_slider .html5lightbox {
    position: absolute;
    right: 15px;
    bottom: 30px;
    z-index: 999;
}
.news_big_slider .slick-slide .html5lightbox img {
    display: block;
    width: auto;
}
.news__counter {
    padding:5px 10px;
    background-color: #cececc;
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 9
}
.news_details_content {
    padding: 30px 0 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #cececc;
}
.news_details_content p {
    color: #333333;
    font-size: 14px;
    
    font-weight: 500;
    padding: 0 0 15px;
}
.news_social {
    padding: 0 0 25px;
}
.news_social p {
    padding: 0;
    margin: 0;
    color: #003898;
    font-size: 14px;
    
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.news_social ul {
    padding: 0;
    margin: 0;
}
.news_social ul li {
    padding: 0;
    margin: 0;
    border: 0;
    display: inline-block;
}
.news_social ul li a {
        width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #333333;
    color: #fff;
}
.news_works {
    padding: 0;
}
.news_works ul {
    padding: 0;
    margin: 0;
}
.news_works ul li {
    padding: 0;
    margin: 0 5px 0 0;
    border: 0;
    display: inline-block;
}
.news_works ul li a {
    border-radius: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    padding: 8px 15px;
    border: 1px solid #ccc;
    text-transform: uppercase;
}
.news_works ul li a:hover {
    background-color: #8e0b35;
    border: 1px solid #8e0b35;
    color: #fff;
}

.faculty_profile {
    /*background: linear-gradient(to bottom,  rgb(248,242,230) 33%,rgb(255,255,255) 33%);*/
    padding: 35px 0;
    position: relative;
}
.faculty_profile_rgb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-color:#343a40;
}
.faculty_profile_img img {
    max-width: 100%;
    width: 220px;
    height: 240px;
    object-fit: cover;
    object-position: top;
    background: #f9f9f9;
}
.faculty_profile_content h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
}
.faculty_profile_content h3 {
    color: #ccc;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin: 10px 0 0px;

}
.faculty_education {
    padding: 40px 0 0 0;
    position: relative;
}
.faculty_social {
    position: absolute;
    top: -25px;
    right: 0;
    background-color: #fff;
    padding: 10px;
}
.faculty_social ul li {
    padding: 0;
    margin: 0 5px 0 0;
    border: 0;
    display: inline-block;
}
.faculty_social ul li a {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #8e0b35;
    color: #fff;
}
.faculty_education h2 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 18px;
}

.faculty_education thead,
.faculty_education tbody, 
.faculty_education tfoot {
    background: none;
    
    border: 0;
}
.faculty_education thead {
    color: #8e0b35;
}
.faculty_education tfoot td, 
.faculty_education tfoot th, 
.faculty_education thead td, 
.faculty_education thead th {
    font-weight: 400;
    text-align: left;
}
.faculty_education tbody td {
    font-weight: 400;
    text-align: left;
    font-size: 14px;
}
.faculty_education tbody tr {
    border-bottom: 1px solid #ccc;
}
.faculty_education tbody tr:nth-child(even) {
    border-bottom: 1px solid #ccc;
    background-color: transparent;
}
.faculty_education tbody tr td:first-child {
    width: 135px;
}
.faculty_profile_accordion {
    padding: 50px 0;
}
.faculty_profile_accordion .accordion-container .accordion-title {
    position: relative;
    margin: 0 0 10px;
    padding: 15px 40px 15px 10px !important;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: all .3s;
    background: #f0f0f0;
}
.faculty_profile_accordion .accordion-container .accordion-title::after {
    content:
    "\f055";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    right: 15px;
    left: auto;
    width: auto;
    height: auto;
    transition: all .3s;
    background-color: transparent;
    font-size: 24px;
    transform: translateY(-50%);
}
.faculty_profile_accordion .accordion-container .accordion-title.open {
    background: #003898;
    color: #fff;
}
.faculty_profile_accordion .accordion-container .accordion-title.open::after {
  display: block;
  content:"\f056";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto; 
  width: auto;
  height: auto;
  transition: all .3s;
  background-color: transparent;
  font-size: 24px;
  transform: translateY(-50%);
}
.faculty_profile_accordion .accordion-content {
    padding: 5px 0px 15px;
    margin-top: 10px;
}
.faculty_profile_accordion .accordion-content ul li{
    position: relative;
    padding-left:15px;
}
.faculty_profile_accordion .accordion-content ul li::before{
    position: absolute;
   
    font-family: 'Font Awesome 5 Pro';
    content: "\f111";
    font-size: 6px;
    top: 8px;
    left: 0;
    font-weight: 600;
    color: #aaa;
}
.faculty_profile_accordion .accordion-container p {
    color: #333;
    font-size: 14px;
    
    font-weight: 400;
    margin-bottom: 10px;
}
.faculty_profile_accordion .accordion-container {
    margin-bottom: 25px;
}
.faculty_profile_accordion a {
    color: #8e0b35;
    font-weight: 400px;
    font-size: 16px;
    text-transform: uppercase;
}
.faculty_profile_accordion a:hover {
    letter-spacing: 2px;
}
.faculty_profile_accordion a .fa {
    margin-right: 10px;
}
.events_page-box {
    transition: 0.2s;
}
.events_page-box:hover {
    transform: translateY(-10px);
}
.events_page-box img{
    height: 340px;
    width: 100%;
    transition: 0.2s;
    object-fit: cover;
    object-position: top center;
}
#btnPrev {
  float: left;
  margin-bottom: 20px;
}
#btnPrev:before {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    padding-right: 4px;
}
#btnNext {
  float: right;
  margin-bottom: 20px;
}
#btnNext:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    padding-right: 4px;
}
#btnPrev,
#btnNext {
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  color: #8e0b35;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
#btnPrev:hover,
#btnNext:hover {
  color: #28283b;
  font-weight: bold;
}
.EventsCal {
    border-bottom: 1px solid #ccc;
}
.cal_marks {
    padding: 15px 0 0 0;
}
.cal_marks ul {
    padding: 0;
    margin: 0
}
.cal_marks ul li {
    color: #969696;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 8px;
    width: 50%;
    float: left;
}


.tapbutton  a.view_profile:first-of-type{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #fff;
}
.tapbutton  a.view_profile:nth-of-type(2){
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.main-dep .slick-arrow {
width: 40px;
height: 40px;
background: #faa831;
z-index: 9;
border-radius: 40px;
}
.main-dep .slick-prev {
    left: 30px;

}
.main-dep .slick-prev::before {
   content:'\f053';
   font-family: 'Font Awesome 5 Pro';
   color: black;

}

.main-dep .slick-next {
    right: 30px;
}
.main-dep .slick-next::before {
    content:'\f054';
    font-family: 'Font Awesome 5 Pro';
 }
.main-dep .slider{
    height: auto;
}

.main-dep .slick-slide.slick-current.slick-active.slick-center{
 
    opacity: 1;
}

@media (min-width: 320px) and (max-width: 767px) {
    .news_views .selectric,
    .events_page .selectric{
        margin-bottom: 20px;
    }
    .pagination ul {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .pagination .jump_page {   
      float: none;
    }
    
    .faculty_profile_img {
        margin: 0 auto 25px;
        float: none;
    }
    .mobile_scroll {
        overflow-x: scroll;
    }
    .mobile_scroll table {
        width: 900px;
    }
    .faculty_social {
      position: inherit;
      top: inherit;
      right: inherit;
      padding: 0;
      margin-bottom: 30px;
    }
    .faculty_education {
      padding: 20px 0 0 0;    
  }
  
    .tab_content  {
        padding: 10px;
    border: 1px solid gainsboro;
    }
    .tab_content .affiliate-content {
        overflow-x: scroll;

    }
    .affiliate-content table{
        min-width: 600px;
    }
}

.transform-crd{
    transform: translateX(-100px); margin-bottom: 0;
}
.from-img{
    min-height:480px;
}

.border-lite-top{
    border-top: 1px solid #e3eef6;
}

.border-lite-bottom{
    border-bottom: 1px solid #e3eef6;
}

.card-master-conteiner h5{
    /* margin-left:150px
; */
    width: fit-content;
    background: white;
    padding: 10px;
    margin-bottom: -2px;
    border-top: 4px solid #066aae;
    border-right: 1px solid #066aae;
    border-left: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

#DataTables_Table_0_length label{
	    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

@media only screen and (min-width: 1100px) {
	.banner .slide {
		min-height: 750px;
		display: flex !important;
		align-items: end;
		justify-content: center;
		height: 100vh;
    }
  }

.accreditation_affiliate .slide{
    padding: 5px;
}
.accreditation_affiliate img{
    width: 100%;
    height: 100%;
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 10px;
    background: white;
}
.yellow_link:hover{
    color: #faa831 !important;
    cursor: pointer;
}
.btn-warning {
    color: #212529;
    background-color: #faa831;
    border-color: #faa831;
}
.text-warning {
    color: #faa831!important;
}
.exprience-speak  {
    background: url(../img/bg-maps-dots.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.event-div .event-box .date{
    background: #f9ad31;
    text-align: center;
    margin-right: 10px;
    min-width: 60px;
    padding: 5px 5px 5px;
}
.event-div .event-box:hover .event-content .event-link{
    color: #f9ad31;
}
.event-div .event-box .event-content .event-link{
    color: #dcdcdc;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.event-div {
    border-bottom: 1px solid rgb(255 255 255 / 9%);
}
.event-div .event-box{
    display: flex;
    width: 100%;
    align-items: center;
}
.announcement-main{
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: rgb(51 51 51);
    width: 100%;
}

.footer-social-links li a{
    width: 20px;
    height: 20px;
    display: grid;
    background: #ccc;
    color: #000;
    text-align: center;
    
    border-radius: 50%;
    font-size: 12px;
    margin-right: 5px;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.footer-social-links li a:hover{
    background: #faa831;
}
.footer-social-links li{
    display: inline-block;
}

.contact-social-links li a{
    width: 40px;
    height: 40px;
    display: block;
    background: #f16136;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 5px;
}
.contact-social-links li a:hover{
    background: #faa831;
}
.contact-social-links li{
    display: inline-block;
}

@media (min-width: 320px) and (max-width: 767px) {
    .academic_banner_bottom p {
        font-size: 14px;
        
    }
    .dean_img {
        margin: 0 0 20px;
        text-align: center;
    }
    .computer_dept_bg {
        padding: 0;
        min-height: auto;
    }
    .computer_dept h1 {
            font-size: 22px;
    
    padding-bottom: 20px;
    margin-top: 5px;
    }
    .computer_dept h2 {
        font-size: 18px;
        
    }
	.main-dep .slick-next{
		right: 5px;
	}
	.main-dep .slick-prev {
		left: 5px;
	}
	.computer_dept_content {
		    padding: 10px 40px;
    height: auto;	
    min-height: 430px;
	}
	
}
.images-move{
    animation: images-move 5s infinite alternate;
}
@keyframes images-move {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

#return-to-top {
    position: fixed;
    bottom: 60px;
    left: 20px;
    display: grid;
    color: #fff;
    background: rgb(231 87 16);
    width: 40px;
    height: 40px;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
    border-radius: 50px;
    align-items: center;
}

@media (min-width: 1111px) {
    .col-lg-14{
        width: 14.285714%;
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%;
    }
}
@media (min-width: 992px) {
    .border-lg-right{
        border-right: 1px solid #8c5359;
    }
    .lg-column-count{
        column-count: 2;
    }

    .main-section:before, .main-section:after {
        content:''; 
        display:table; 
        clear:both;
    }
    .sticky-side {
        height: fit-content;
        position: -webkit-sticky;
        position: sticky;
        top: 120px;
    }
}
.theme-bg-01{
    background-color: #003898 !important;
}
.theme-bg-02{
    background: #E65711 !important;
}
.theme-color-01{
    color: #003898 !important; 
}
.theme-color-02{
    color: #E65711 !important;
}
.theme-btn{
    background: #E65711;
    color: #fff;
    border: none;
}
.theme-btn:hover{
    background: #faa831 ;
    color: #000 !important;
}

.inner-color-box .col-6{
    text-align: center;
    min-height: 160px;
    display: grid;
    padding: 22px 10px;
}
.Montserrat_font{
	font-family: 'Montserrat', sans-serif;
}
.event_height_fix::-webkit-scrollbar {
    opacity: 0;
    width: 5px;
    visibility: hidden;
}
.event_height_fix:hover::-webkit-scrollbar-thumb {
    opacity: 1;
    visibility: visible;
}
.event_height_fix::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    height: 100px;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
}
.event_height_fix{
    max-height: 420px;
    overflow-x: auto;
}
.industry_logo .industry_logo_content::after{
    content: "";
    background: #f1f1f1;
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 0;
    transform: skewX(320deg);
}
.industry_logo:hover .industry_logo_content::after{
    background:#faa831;
}
.industry_logo .industry_logo_content p{
    transform: skewX(320deg);
    
}
.industry_logo .industry_logo_content{
    padding: 6px 15px;
    background: #f1f1f1;
    color: #000000;
    min-width: 40%;
    max-width: 80%;
    transform: skewX(40deg);
    position: absolute;
    bottom: 0;
    min-height: 50px;
    display: grid;
    align-items: center;
}
.industry_logo:hover .industry_logo_content{
    background:#faa831;
}
.industry_logo img{
    width: 100%;
    height: 100px;
    object-fit: contain;
    margin: 10px;
}
.industry_logo{
    border: 2px solid #fff0d9;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}
.gallery_images_single a img{
    object-fit: cover;
    object-position: top center;
    height: 100%;
    width: 100%;
    transition: 1s;
}
.gallery_images_single a{
    display: block;
    margin-bottom: 30px;
    z-index: 1;
    box-shadow: 0 10px 10px rgb(0 0 0 / 25%), 0 0px 0px rgb(0 0 0 / 22%);
    height: 100%;
    transition: 1s;
    overflow: hidden;
    aspect-ratio: 1;
}
.object-fit-covor{
	object-fit: cover !important;
}
.faculty_tables{
    font-size: 14px;
    max-height: 400px;
    overflow: auto;
}
.exparts-inner .expart_persons img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.exparts-inner .expart_persons{
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid gainsboro;
    margin: 20px auto 10px;
}
.exparts-inner{
    border: 1px solid gainsboro;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 5px gainsboro;
}
.single-image-slider{
	box-shadow: 0px 3px 10px rgb(0 0 0 / 30%);
}
.faculty_profile_content{
    font-size: 15px;
    color: #444;
}
.mw-fit-content{
    max-width: fit-content;
}
@keyframes color-blink {
    from {color: #333;}
    to {color: #256d85;}
  }

.black_theme, .black_theme section .color-white{
    color: #fff !important;
}
.black_theme, .black_theme section{
    background: #333 !important;
    color: #fff ;
}
.affiliate-content table a span{
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}
.affiliate-content table a:hover span{
    visibility: visible;
    opacity: 1;
    transition: 0.2s;
}

.home-gallery-section{
    position: relative;
}
.home-gallery-section::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/anjaneya-bg.webp);
    background-size: contain;
    background-position: center -10em;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: -1;
}

/* ------Box Styles 01---- */

.box-style-01 .box-style-01-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.box-style-01 .box-style-01-img{
    overflow: hidden;
    height: 500px;
    width: 100%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.box-style-01 .box-style-01-content{
    padding: 15px;
    background: #E65711;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    margin-top: -40px;
    position: relative;
    z-index: 1;
    min-height: 100px;
    width: 94%;
    left: 3%;
}
.box-style-01{
    display: block;
}

/* ------Box Styles 02---- */

.box-style-02 .box-style-02-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    object-position: top center;
}
.box-style-02 .box-style-02-img {
    overflow: hidden;
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    aspect-ratio: 10 / 8;
}
.box-style-02 .box-style-02-content{
    padding: 15px;
    background: #E65711;
    min-height: 100px;
}
.box-style-02{
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

/* ----------- Overlay Style 01 ------------- */

.overlay-style-01{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.overlay-style-01::before {
    content: '';
    background: #003899;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
}
.overlay-style-02{
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: top center;
}

.overlay-style-03{
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}
.overlay-style-03::before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
}


.client-logo-box img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.client-logo-box{
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #ececec;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    background: #fff;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-dots li button{
    width: auto;
    height: auto;
}
.slick-dots li button:before{
    content: '';
    width: 7px;
    height: 7px;
    background: #838383;
    border-radius: 10px;
    opacity: 0.4;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
    background: #f9ad31;
}
.card-slider .slick-arrow.slick-next:before{
    content: '';
    width: 16px;
    height: 16px;
    border-width: 2px 2px 0px 0px;
    border-style: solid;
    border-color: #003898;
    position: absolute;
    left: 12px;
    top: 15px;
    transform: rotate(45deg);
}
.card-slider .slick-arrow.slick-next{
    right: -15px;
}
.card-slider .slick-arrow.slick-prev:before{
    content: '';
    width: 16px;
    height: 16px;
    border-width: 0px 0px 2px 2px;
    border-style: solid;
    border-color: #003898;
    position: absolute;
    right: 12px;
    top: 15px;
    transform: rotate(45deg);
}
.card-slider .slick-arrow.slick-prev{
    left: -15px;
}
.card-slider .slick-arrow{
    background: #f9ad31;
    width: 45px;
    height: 45px;
    z-index: 1;
    color: #000;
    border-radius: 60%;
}
.home-blog {
    background: #fff;
    min-height: 410px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
    overflow: hidden;
    border: 1px solid #e7e7e7;
}
.home-blog img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.testimonials-2-slider .slick-next{
    right: -100px;
}
.testimonials-2-slider .slick-next:before{
    content: '';
    right: 20px;
    top: 17px;
    transform: rotate(45deg);
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    border-color: #8c8c8c;
    width: 15px;
    height: 15px;
    position: absolute;
}
.testimonials-2-slider .slick-prev:before{
    content: '';
    left: 20px;
    top: 17px;
    transform: rotate(45deg);
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    border-color: #8c8c8c;
    width: 15px;
    height: 15px;
    position: absolute;
}
.testimonials-2-slider .slick-prev{
    left: -100px;
}
.testimonials-2-slider .slick-arrow{
    width: 50px;
    height: 50px;
    background: #e2e2e2;
    border-radius: 50%;
}
.exp-box .exp-box-content .exp-box-speak p{
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    color: #858585;
}
.exp-box .exp-box-content .exp-box-des{
    font-style: italic;
    color: #7e7e7e;
}
.exp-box .exp-box-content .exp-box-name{
    font-weight: 700;
    font-size: 22px;
    color: #555;
}
.exp-box .exp-img{
    width: 100%;
    height: 320px;
    filter: grayscale(1);
    object-fit: cover;
    object-position: top;
}
.slick-center .exp-box{
    box-shadow: 0px 31px 10px -25px rgb(0 0 0 / 5%);
    transform: scale(1.06);
    background: #fff;
    border: 1px solid #f0f0f0;
}
.exp-box{
    transform: scaleY(0.8);
    margin: 30px 20px;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.5s;
    background: #f1f1f1;
    box-shadow: 0px 0px 3px gainsboro;
}
.facilities-section .facilities-box .facilities-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: grid;
    padding: 20px 20px;
    background: rgb(0 0 0 / 60%);
    align-items: center;
}
.facilities-section .facilities-box:hover img{
    transform: scale(1.3);
}
.facilities-section .facilities-box img{
    width: 100%;
    height: 300px;
    transition: 0.3s;
    object-fit: cover;
}
.facilities-section .facilities-box{
    position: relative;
    border: 1px solid #ccc;
}
.separator::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #de9a2d;
    top: -5px;
    transform: rotate(45deg);
}
.separator{
    position: relative;
    width: 200px;
    height: 2px;
    background: #e29d2d;
    margin: auto;
}
.faculty-grid:hover .faculty-grid-img img{
    transform: scale(1.1);
}
.faculty-grid .faculty-grid-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: 0.5s ease;
}
.faculty-grid .faculty-grid-img{
    aspect-ratio: 1;
    overflow: hidden;
}
.faculty-grid{
    display: block;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px gainsboro;
    overflow: hidden;
    height: 100%;
}
@keyframes animate2 {
    to {
      background-position: 200% center;
    }
  }

  .text-zoom-animation {
    display: inline-block;
    animation: 1.3s text-zoom-animation infinite;
  }
  @keyframes text-zoom-animation {
    to {
        transform: scale(1.1);
      }
  }
  .two_line_dot {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


@media (max-width: 767px) {
    .border-sm-right{
        border-right: 1px solid #8c5359;
    }
    .border-sm-bottom{
        border-bottom: 1px solid #8c5359;
    }
    .facilities-section .facilities-box img{
        height: 200px;
    }
    .card-slider .slick-arrow.slick-prev{
        left: -5px;
    }
    .card-slider .slick-arrow.slick-next{
        right: -5px;
    }
    .testimonials-2-slider .slick-prev{
        left: 30px;
        z-index: 1;
    }
    .testimonials-2-slider .slick-next{
        right: 30px;
        z-index: 1;
    }
    .exp-box{
        margin: 0px 10px;
    }
    .exp-box .exp-box-content .exp-box-speak p{
        font-size: 14px;
    }
    .exp-box .exp-img{
        height: 260px;
    }
    .slick-center .exp-box{
        transform: scale(1);
    }
    .banner{
        min-height: 100%;
        height: 100%
    }
    
    .banner .slide .banner-img{
        height: 400px;
        min-height: 100%;
    }
	.programs_box h2{
		margin: 0 0 20px;
	}
	.faculty_profile_content{
		text-align: center;
	}
	.faculty_profile_content h2{
		color: #000000;
	}
	.faculty_profile_content h3{
		    color: #333;
	}
    .sm-text-16{
        font-size: 16px !important;
    }
	.heading-36{
		font-size: 24px !important;
	}
	.heading-64{
		font-size: 50px !important;
	}
	.incoming-student ul li a{
		font-size: 16px;
		text-transform: uppercase;
		padding: 5px 40px;
		font-weight: 400;
		margin: 10px 0 0;
	}
	.events_img{
		margin: -10px -8px 0;
	}
    .mobile-main-heading{
        font-size: 18px !important;
        margin-top: 5px !important;
    }
    
}
.list-check {
    list-style: none !important;
}
.list-check li {
    margin-bottom: 15px !important;
    padding-left: 30px !important;
}
.list-check li::before {
    position: absolute !important;
    top: 0px !important;
    left: 0 !important;
    font-family: "Font Awesome 5 Pro";
    content: "\f00c" !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    color: #003898 !important;
    width: 20px !important;
    height: 20px !important;
    background: #f9ad31 !important;
    text-align: center !important;
    border-radius: 50% !important;
}

.dean_content p{
	margin-bottom:10px;
}
.list-c li a{
    color: #003898;
}
.list-c li a:hover{
	color:red;
}
.list-c li, .list-n li {
        margin-bottom:10px;
    }
    .list-c{
        list-style: disc;
        padding-left: 15px;
        margin: 10px 0px;
    }

.media-press-release-grid .media-press-release-img{
	    background: #f1f1f1;
    width: 100%;
    padding: 2px;
    height: 300px; 
    object-fit: cover;
    object-position: top;
}
.media-press-release-grid ul li:hover .media-press-release-img{
    object-fit: contain;
    object-position: center;
}
.indoor-slide{
    position: relative;
    height: auto;
}
.popup_modal .close{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 25px;
    height: 25px;
    
    text-align: center;
    background: #f28a10;
    opacity: 0.8;
    color: #ffffff;
    text-shadow: none;
    border-radius: 0px 0px 0px 10px;
    box-shadow: 0px 1px 2px black;
}