* {
	padding: 0;
	margin: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	background: url(../images/bodybg.jpg) repeat-y top center;
	background-size: contain;
	color: #000;
}
:root{
	--theme-clr:#073970;
	--clr-orange:#ff5722;
	--box-bg:#e9ecef4d;
}
.clear {
	clear: both;
	padding: 0;
	margin: auto;
}
.wrapper {
	width: 98%px;
	margin: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Paytone One', sans-serif;
	font-weight: normal;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
}
/* *************Header************ */
.Header {
	overflow: hidden;
	padding: 5px 0;
	text-align: center;
	margin: auto;
}
.Headerleft {
	display: inline-block;
	overflow: hidden;
	width: 12%;
	margin: 0;
}
.Headerleft img {
	width: 100%;
}
.Headercenter {
	/* width: 62%; */
	width: 69%;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	text-align: left;
	margin: 27px 0 0 15px;
}
.Headercenter h1 {
	font-size: 46px;
	text-transform: uppercase;
	padding: 5px 0px;
	color: var(--theme-clr);
	font-weight: normal;
}
.Headercenter img {
	margin: 10px 0 0;
	overflow: hidden;
}
.Headercenter h3 {
	text-transform: uppercase;
	color: #ea3237;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	margin: 10px 0;
}
.Headerright {
	width: 15%;
	float: right;
	overflow: hidden;
	margin: 18px 4px 0 0;
	box-shadow: 0px 3px 2px 1px #f3f2f2;
	padding: 3px;
}
.Headerright img {
	width: 100%;
}
/*Header End*/


/*Menu*/
	
.MenuBg {
	overflow: hidden;
	width: auto;
	float: none;
	text-align: center;
	background: var(--theme-clr);
}
.MobMenuBg {
	display: none;
}
.Menu {
	width: 100%;
	margin: auto;
	overflow: hidden;
	text-align: center;
}
.Menu h1 {
	display: none;
}
.Menu ul li {
	display: inline-block;
	text-align: center;
}
.Menu ul li a {
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/MenuSeparator.png) no-repeat right center;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	transition: 2s;
	font-size: 12px;
	padding: 13px 10px;
	font-weight: bold;
}
.Menu ul li ul li a {
	background: none;
	padding: 10px 6px;
	color: #000;
}
.Menu ul {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.Menu li:last-child a {
	background: none;
}
.Menu ul li a:hover {
	background: #e2e2e2;
	display: block;
	color: #000000;
	transition: 1s all ease-in-out;
}
.Menu li:hover ul {
	display: block;
	padding: 0px;
	-webkit-transition-delay: 5s;
	-moz-transition-delay: 5s;
	transition-delay: 5s;
}
.Menu ul li ul {
	background: var(--theme-clr);
	display: none;
	height: auto;
	margin: 0px;
	border: 0px;
	position: absolute;
	z-index: 2222;
	padding: 10px 5px;
	-webkit-transition-delay: 5s;
	-moz-transition-delay: 5s;
	transition-delay: 5s;
}
.Menu ul li ul li {
	display: block;
	clear: both;
	padding: 5px 7px;
	border-right: none;
	position: relative;
	text-align: left;
	border-bottom: 1px dashed #fff;
}
.Menu ul li ul li:last-child {
	border-bottom: none;
}
.Menu ul li a:hover ul {
	display: block;
	float: none;
}
.Menu ul li ul li a {
	min-width: 150px;
	display: block;
	text-align: left;
	color: #fff;
}
.Menu ul li ul li a:hover {
	background: #fff;
}
.Menu li ul li ul {
	background: #d7218e;
	display: block;
	height: auto;
	border: 0px;
	position: absolute;
	min-width: 300px;
	z-index: 200;
	left: 197px;
	top: 0;
}
.Menu li ul li ul li a {
	color: #fff;
}
.Menu ul li.active {
	background: #a70e30;
}
.Menu li:hover ul li ul {
	display: none;
}
.Menu li:hover ul li ul li ul {
	display: none;
	left: 100px;
}
.Menu li ul li:hover ul, .Menu li:hover ul li ul li:hover ul {
	display: block;
	top: 5px;
}
.Menu li ul li:hover ul li a:hover {
	background: #fff;
	color: #000;
}
.Menu ul li a.active {
	background: #ffffff;
	color: #000;
}
/*Menu End*/


/*Container Home*/
/* .home_left {
	width: 33%;
	float: left;
	overflow: hidden;
	margin-left: 27px;
	padding: 13px;
} */
.welcome_message h1 {
	color: var(--theme-clr);
	font-size: 22px;
	margin: 0 0 12px 0;
}
.welcome_message p {
	font-size: 13px;
	line-height: 23px;
	color: #333;
}
.welcome_message a {
	background: #e6e5e5;
	color: #000;
	font-size: 13px;
	display: block;
	width: 25%;
	margin: 13px 0 0;
	padding: 10px 0;
	text-align: center;
	transition: 1s;
	font-weight: bold;
	text-transform: uppercase;
}
.welcome_message a:hover {
	background: var(--theme-clr);
	color: #fff;
}
.upcoming_events {
	margin: 30px 0 0;
	overflow: hidden;
}
.upcoming_events h1 {
	color: var(--theme-clr);
	font-size: 22px;
	padding: 11px 0 0px 11px;
	margin: 0 0 16px 0;
	text-transform: uppercase;
	background: #e1e1e1;
	background: -moz-linear-gradient(top, #e1e1e1 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #e1e1e1 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #e1e1e1 0%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff', GradientType=0 );
}
.upcoming_events a {
	background: var(--theme-clr);
	color: #fff;
	font-size: 13px;
	display: block;
	/* text-align: center; */
	text-align: start;
	transition: 1s;
	/* font-weight: bold;
	text-transform: uppercase; */
}
.upcoming_events img {
	width: 100%;
}
.upcoming_events a:hover {
	background: #333;
	color: #fff;
}
/* .home_right {
	width: 59%;
	float: right;
	overflow: hidden;
	background: #e6e5e5;
} */
.quicklink {
	margin: 10px 0;
}
.quicklink ul li {
	display: inline-block;
	width: 30%;
	margin: 10px;
	text-align: center;
}
.quicklink ul li a {
	color: #fff;
	background: #1d1d1d;
	display: block;
	padding: 18px 0;
	/* box-shadow: inset 0px 0px 6px 3px #c3c3c3;*/
	transition: 1s;
}
.quicklink ul li a p {
	margin: 10px 0 0;
	font-weight: bold;
}
.quicklink ul li a:hover {
	background: var(--theme-clr);
	box-shadow: none;
}
.quicklink ul li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition: all .7s ease-in-out;
}
.footer_home {
	background: var(--theme-clr);
	color: #fff;
	padding: 18px;
	overflow: hidden;
}
.footer_home h1 {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.footer_home p {
	font-size: 14px;
	line-height: 19px;
}
.footer_home_left {
	width: 55%;
	float: left;
	overflow: hidden;
}
.footer_home_left h2 {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 3px;
	font-weight: bold;
}
.footer_home_right {
	width: 35%;
	float: right;
	overflow: hidden;
}
.footer_home_right img {
	width: 100%;
}
/*Container Home*/


/*Footer*/
.footerbg {
	background: var(--theme-clr);
	padding: 3px 10px;
}
.footer {
	overflow: hidden;
	margin: auto;
	padding: 10px 0px;
}
.footer h1 {
	margin: 0 auto 12px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
}
.footer h2 {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 3px;
	font-weight: bold;
	color: #fff;
}
.footer a {
	text-decoration: none;
	color: #000000;
}
.footerleft, .footercenter, .footerright {
	width: 31%;
	display: inline-block;
	margin: auto 10px;
	vertical-align: top;
}
.footerleft p, .footercenter p, .footerright p {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}
.footercenter img {
	width: 100%;
}
.footercenter {
	float: right;
	overflow: hidden;
	margin: 10px 10px;
}
.frleft, .frright {
	float: left;
	overflow: hidden;
	margin: 0 10px 10px 0;
	width: auto;
	font-size: 16px;
	border-radius: 2px;
}
.footerright {
	background: #ffffff;
	padding: 14px;
}
.FooterBottomBg {
	background: #222222;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
}
.FooterBottomLeft {
	text-align: left;
	margin: 13px 0;
	float: left;
	overflow: hidden;
	padding: 0 10px;
}
.FooterBottomRight {
	float: right;
	overflow: hidden;
	text-align: right;
	line-height: 25px;
	margin: 8px 0;
	padding: 0 10px;
}
.FooterBottom a {
	color: #ffffff;
	text-decoration: none;
}
.address {
	margin-top: 10px;
	color: #fff;
	line-height: 22px;
	width: 50%;
	text-align: left;
	margin: auto;
}
.footerbottom {
	padding: 8px 0;
	background: #1d1d1d;
	color: #fff;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
}
.footerbottom a {
	color: #ffeb3b;
}
.footerbottom a:hover {
	color: #fff;
}
/*Footer*/


/*leftside*/
.innerheading h1 {
	background: #dedede;
	text-align: center;
	padding: 17px 0 17px 37px;
	color: var(--theme-clr);
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}
.innerpage {
	overflow: hidden;
	/* padding: 5px 0; */
}
/* .leftsidebar {
	width: 23%;
	background: #ffffff;
	float: left;
	overflow: hidden;
} */
.leftsidebar h2 {
	font-size: 15px;
	background: var(--theme-clr);
	padding: 10px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.leftsidebar ul li a {
	display: block;
	padding: 10px 10px;
	color: #333;
	font-size: 13px;
	border-bottom: 1px solid #e4e4e4;
	transition: 1s;
	font-weight: 600;
	overflow: hidden;
}
.leftsidebar ul li a img {
	vertical-align: middle;
	margin: 0 8px 0 0;
	float: left;
	overflow: hidden;
	width: 6%;
}
.leftsidebar ul li a p {
	float: left;
	overflow: hidden;
}
.leftsidebar ul li a:hover {
	border-bottom: 1px solid #bfbfbf;
	background: #FFEB3B;
	color: var(--theme-clr);
	background: #f1f1f1;
}
.leftsidebar ul li a.active1 {
	background: #FFEB3B;
}
.leftsidebar a {
	display: block;
	padding: 5px;
	width: 80%;
	margin: auto;
}
.leftsidebar a p {
	background: var(--theme-clr);
	color: #fff;
	padding: 5px 0;
	display: block;
	font-size: 14px;
	text-align: center;
	transition: 1s;
}
.leftsidebar a img {
	width: 100%;
}
.leftsidebar a:hover p {
	background: #000;
}
/* .ridhtsidebar{
	padding: 1rem;
} */
/* .ridhtsidebar {
	width: 69%;
	float: left;
	overflow: hidden;
	background: #f7f7f7;
	margin: 0 0 0 60px;
	padding: 0 15px;
	min-height: 323px;
} 
.ridhtsidebar.rightsidebarmain {
	margin: 0 60px 0 0;
}*/
/*leftside*/

.under_construction h2 {
	text-align: center;
	font-size: 20px;
	margin: 14%;
	padding: 1rem;
}
/**************Contact us***********/
.contact {
	    margin: 10px 0 30px;
    /* width: 50%; */
    background: #fff;
    text-align: left;
    line-height: 25px;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
}
.contact h2 {
	font-size: 19px;
}
/**************Contact us***********/

/**************Researchistory***********/
.researchistory {
	background: #ffffff;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
	padding: 20px;
	margin: 0 0 20px;
}
/* .researchistory h2 {
	color: var(--theme-clr);
	padding: 0;
	margin: 0 0 10px;
	font-size: 18px;
} */
.researchistory h3 {
	color: var(--clr-orange);
	font-size: 15px;
	padding: 0;
	margin: 0 0 5px;
}
.researchistory a {
	color: var(--theme-clr);
}
.researchistory a:hover {
	color: #3450ea;
}
.researchistory p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 20px;
}
.historyleft {
	float: left;
	width: 60%;
}
.historyright {
	float: right;
	width: 35%;
	margin: 0 10px 0 0;
}
.historyright img {
	width: 100%;
	border-radius: 3px;
	padding: 5px;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.20);
}
.researchistory table {
	border: 1px solid #cacaca;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}
.researchistory table tr:nth-child(odd) {
	background: #e4e4e4;
}
.researchistory tr td {
	padding: 8px;
	font-size: 14px;
}
.researchistory tr td p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
/**************Researchistory***********/

/**************Training***********/
/* .trainingpage h3 {
	color: var(--theme-clr);
	padding: 0;
	margin: 0 0 20px;
} */
.trainintable {
	background: #ffffff;
	overflow: hidden;
	border-radius: 5px;
	/* box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15); */
	/* padding: 20px; */
	margin: 0;
}
.trainingpage table {
	border: 1px solid #cacaca;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}
.trainingpage tr.trheading {
	background: var(--theme-clr);
}
.trainingpage tr th {
	font-size: 14px;
	padding: 8px;
	color: #ffffff;
}
.trainingpage tr td {
	padding: 8px;
	font-size: 14px;
}
.trainingpage tr td p {
	font-size: 14px;
	line-height: 20px;
}
/**************Training***********/


/**************Faculty***********/

.facultylist ul li.ex_faculty {
	display: inline-block;
	padding: 10px;
	overflow: hidden;
	width: 28%;
	margin: 10px;
	vertical-align: top;
	border-radius: 5px;
}
.external {
	background: #fff;
	padding: 20px 15px;
	cursor: default;
	text-align: center;
	margin: auto;
	border-radius: 5px;
	position: relative;
	transition: 0.5s;
	box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.external:hover {
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.20);
}
.facultylist i.arrow {
	border: solid rgba(0, 0, 0, 0.10);
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 20px 20px 0 0;
	position: absolute;
	border-radius: 5px;
	transition: 0.3s;
}
i.arrow.left {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	left: 10px;
	top: 10px;
}
.arrow.right {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	bottom: 10px;
	right: 10px;
}
.external:hover i.arrow {
	border-width: 3px;
	padding: 10px 10px 0 0;
	border-radius: 25px;
}
.external_left img {
	width: 50%;
	border-radius: 3px;
}
.external_right h3 {
	color: #2361a5;
	font-size: 14px;
	padding: 10px 0;
	margin: 0;
	text-transform: uppercase;
	background: #ffffff;
	transition: 0.3s;
	border-radius: 3px;
}
.external:hover .external_right h3 {
	color: var(--theme-clr);
}
.external_right p {
	margin: 5px 0;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
}
.readmore {
	cursor: pointer;
	transition: 0.5s;
	color: #fff;
	background: #b5b5b5;
	padding: 3px 8px;
	display: inline-block;
	font-size: 11px;
	margin: 0 0;
	border-radius: 10px;
}
.readmore:hover {
	background: var(--theme-clr);
}
/**************Faculty***********/



/**************Welcome Message***********/
.welcome_message_inner p {
	font-size: 15px;
	line-height: 25px;
}
.welcome_message_inner p strong {
	color: var(--clr-orange);
}
/**************Welcome Message***********/


/**************academic_events***********/
/* .academic_events {
	width: 90%;
	margin: auto;
} */
.academic_events h2 {
	color: var(--theme-clr);
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.academic_events table {
	border-collapse: collapse;
	/* margin: 20px auto; */
	width: 100%;
}
.academic_events table tr td {
	border: 1px solid #dad9d9;
	padding: 12px 10px;
	font-size: 14px
}
.academic_events table tr:nth-child(2n+1) {
	background: #e4e4e4;
}
.academic_events table tr.tr_heading td {
	background: var(--theme-clr);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.annual_events {
	background: #dcdcdc;
	margin: 25px 0 0;
}
/* .academic_events h3 {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	background: var(--theme-clr);
	padding: 6px 6px;
	font-size: 17px;
} */
.academic_events p {
	padding: 12px 10px;
}

/**************academic_events***********/



.inner-heading h3,h2{
	/* background: #e9ecef; */
	color: var(--theme-clr);
	padding: 5px 0;
}

.navbar,.dropdown-menu{
	background: var(--theme-clr);
	font-size: 12px;
	padding: 0;
}

.navbar-nav{
	padding: 0px ;
}

.nav-item{
	padding: 0px 5px;
}

.nav-link{
	padding: 15px 0px;
}

.nav-link,.dropdown-item{
	color: #ffff;
	font-weight: 600;
}
.nav-link.active {
	background: #ffffff;
	color: #000;
}

.nav-link:hover{
	background: #ffff;
	transition: .8s linear;
}

.dropdown:hover .dropdown-menu{
	display: block;
	transition: 0.3s linear;
}

.dropdown-menu li {
	padding: 3px 0;
}

.dropdown-menu li a{
	padding: 8px 0;
}

.list-items{
	background: #e9ecef4d;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 1rem;
}

.radiology ul li{
	list-style-image: url('../img/li.png');
	list-style-position: outside;
	align-items: center;
	line-height: 22px;
	padding-bottom: 8px;
}

.list-style li{
	list-style-type: disc;
}
.radiology h5{
	/* color: var(--theme-clr); */
	color: var(--clr-orange);
}

.heading{
	background: var(--theme-clr);
	color: #ffff;
	padding: .50rem;
	font-size: 20px;
}

.researchistory-img img{
	width: 100%;
}

.table-responsive table{
	width: 100%;
}