:root{
    --primary-color: #293b45;
    --secondary-color: #cccccc;
	--white-color:#fff;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
	margin:0px;
}
main {
	flex: 1 0 auto;
	margin-bottom: 100px;
    position: relative;
    padding-bottom: 20px;
}
.table-bordered:not(.dataTable) th, .table-bordered:not(.dataTable) td{
	border: 1px solid var(--default-color) !important;
}
#ed_container {
    background: url(/sites/nationallawuniversitydelhi.in/aliet_bg.png) !important;
}
.branding-container header{
	background:#fff !important;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/images/loader/default.gif) center no-repeat #fff;
}
.rich-text{
	line-height:2;
	font-weight:500;
}
.rich-text ol, .rich-text ul {
    margin: revert !important;
    padding: revert !important;
}
h1,.rich-text h1 div,.rich-text h1 span,.rich-text h1 p{
	font-size:30px !important;
	color:var(--primary-color) !important;
	line-height:50px;
    margin: 10px 0px !important;
}
h2:not(.title),.rich-text h2 div,.rich-text h2 span,.rich-text h2 p{
	margin: 10px 0;
	font-size:25px !important;
	color:var(--primary-color);
	line-height:1.6em;
	font-weight:500 !important;
	clear:none;
}
h3,.rich-text h3 div,.rich-text h3 span,.rich-text h3 p{
	font-size:21px !important;
	color:var(--primary-color);
	line-height:1.6em;
}
h4,.rich-text h4 div,.rich-text h4 span,.rich-text h4 p{
	font-size:inherit!important;
	line-height:inherit!important;
}
@media screen and (max-width: 767px){
	h1,.rich-text h1 div,.rich-text h1 span,.rich-text h1 p{
		font-size:23px !important;
		line-height:40px;
	}
	h2:not(.title),.rich-text h2 div,.rich-text h2 span,.rich-text h2 p{
		font-size:19px !important;
		line-height:30px;
	}
	h3,.rich-text h3 div,.rich-text h3 span,.rich-text h3 p{
		font-size:17px !important;
		line-height:30px;
	}
	h4,.rich-text h4 div,.rich-text h4 span,.rich-text h4 p{
		font-size:inherit!important;
		line-height:inherit!important;
	}
}
.rich-text a{
	color:var(--primary-color);
}
.rich-text a:hover{
	color:var(--secondary-color);
}
.btn-primary{
	color: #293b45 !important;
    border-color: #293b45 !important;
}
.btn-primary:hover{
	color: #fff !important;
    background-color: #293b45 !important;
    border-color: #293b45 !important;
}
.main-header{
	background: var(--secondary-color);
	color:var(--default-color);
}
.header{
	background: var(--primary-color);
	color: var(--white-color);
	-webkit-box-shadow: 0px 0px 9px 0px rgb(6 22 58 / 7%) !important;
    -moz-box-shadow: 0px 0px 9px 0px rgba(6,22,58,0.07) !important;
    box-shadow: 0px 0px 9px 0px rgb(6 22 58 / 7%) !important;
}
.header_logo {
    display: inline;
    padding: 4px 0px;
    width: 100%;
}
.header_logo img{
	height: 75px;
	margin-left:auto;
}
.logo-link{
	display: flex;
	align-items: center;
}
.logo-link:hover{
	color:inherit;
}
.logo-text{
    margin-left: 35px;
	margin-right:auto;
}
.logo-main{
    color: var(--primary-color);
    font-size: 40px;
    line-height: 40px;
	font-family:serif !important;
}

.main-header{
	border-bottom: 1px solid rgba(120,31,25,0.24);
}
.main-header .container{
	display:flex;
	align-items:center;
}
.menubar {
    position: relative;
	cursor: pointer;
}
.header ul, .header ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header ul:before, .header ul:after {
    content: "";
    display: table;
}

.nav_sub_menudropdown,.nav_main_menu {
    padding-right:25px;
	padding-left:25px;
    position: relative;
}
.nav_sub_menudropdown:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 11px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
}
.nav_sub_menudropdown > a,.nav_main_menu > a {
    font-size: 14px;
	line-height:40px;
    color: var(--white-color);
    letter-spacing: 0.1px;
    position: relative;
	font-weight:500;
}
.nav_sec_sub_menu, .nav_sub_menu {
    width: 280px;
    padding: 0;
    background: var(--white-color);
    -webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 50%);
    position: absolute;
    top: calc(100% - 2px);
    bottom: inherit;
    left: 0;
    z-index: 999;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}
.nav_sec_sub_menu, .nav_sub_menu {
    color: var(--primary-color);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
}
.nav_sec_sub_menu a, .nav_sub_menu a {
	color:inherit !important;
    font-size:14px;
	line-height:20px;
    display: block;
    letter-spacing: 0.5px;
    padding: 12px 20px 12px 25px;
    position: relative;
	font-weight:500;
}
.nav_innermenu {
    position: relative;
}
.nav_sec_sub_menu {
    width: 350px;
    top: 0;
    bottom: inherit;
    left: 100%;
}

.nav_sub_menudropdown:before {
	content:url("/images/icons/chevron-down.svg");
    vertical-align: middle;
    width: 14px;
    height: 11px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
	filter: invert(1);
}
.nav_sec_sub_menu li.showmenu, .nav_sec_sub_menu li:hover, .nav_sub_menu li.showmenu, .nav_sub_menu li:hover, .nav_innermenu li:hover {
    background: var(--primary-color);
    color: var(--white-color);
}
@media screen and (min-width: 1200px){
	.nav_sub_menudropdown.showmenu .nav_sub_menu, .nav_sub_menudropdown:hover .nav_sub_menu {
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		transition: all 500ms ease;
		-ms-transition: all 500ms ease;
	}
		
	.nav_sub_menudropdown,.nav_main_menu {
		padding-right:25px;
		position: relative;
		display:inline-block;
		padding-left:0px;
	}
	.nav_sub_menudropdown{
		margin-right: 30px;
	}
	.nav_sub_menudropdown:hover>a,.nav_main_menu:hover>a{
		color:var(--white-color) !important;
	}
	.nav_innermenu.showmenu .nav_sec_sub_menu, .nav_innermenu:hover .nav_sec_sub_menu {
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		transition: all 500ms ease;
		-ms-transition: all 500ms ease;
	}
	.nav_innermenu:hover::before{
		color:var(--white-color);
	}
	
	.nav_sub_menudropdown:first-child {
		padding-left: 0;
	}
}
.nav_sub_menudropdown:last-child .nav_sec_sub_menu {
	right: 100%;
	left: inherit;
}
.nav__menuMobile {
	width: 21px;
	height: 20px;
	position: relative;
	top: 20px;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	cursor: pointer;
}
@media screen and (max-width: 1199px){
	ul.nav_menu{
		overflow-y: scroll;
		max-height: 400px;
		padding-bottom:60px;	
	}
	.header_logo{
		text-align: center;
		padding: 10px;
	}
	.header_logo img {
		height: 70px;
	}
	.logo-main{
		font-size: 30px;
		line-height: 30px;
		margin-left:auto;
	}
	.menubar-box {
        display: block;
        width: 30px;
        height: 24px;
    }
    .menubar-inner, .menubar-inner:after, .menubar-inner:before {
        position: absolute;
        width: 30px;
        height: 3px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px;
        background-color: var(--primary-color);
    }
    .menubar .menubar-inner {
        top: 50%;
        display: block;
        margin-top: -2px;
        transition-timing-function: cubic-bezier(.55,.055,.675,.19);
        transition-duration: .1s;
    }
    .menubar-inner:after, .menubar-inner:before {
        display: block;
        content: '';
    }
    .menubar-inner:after {
        bottom: -8px;
    }
    .menubar-inner:before {
        top: -8px;
    }
    .menubar.is-active .menubar-inner {
        transition-delay: .14s;
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: rotate(45deg);
    }
    .menubar.is-active .menubar-inner:before {
        top: 0;
        transition: top .1s ease,opacity .1s ease .14s;
        opacity: 0;
    }
    .menubar.is-active .menubar-inner:after {
        bottom: 0;
        transition: bottom .1s ease,transform .1s cubic-bezier(.215,.61,.355,1) .14s;
        transform: rotate(-90deg);
    }
	.nav_menu li {
		float: none;
		border-bottom: 1px solid rgba(255,255,255,0.14);
	}
	.nav_menu a {
		display: block;
		color: #fff !important;
	}
	.nav_slideShow.active {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.nav_slideShow {
		width: 100%;
		max-width: 400px;
		background: var(--primary-color);
		padding: 10px 0;
		position: absolute;
		float: none;
		left: 0;
		z-index: 9;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.6s ease;
		-o-transition: 0.6s ease;
		-moz-transition: 0.6s ease;
		transition: 0.6s ease;
		-ms-transition: 0.6s ease;
		-webkit-transform: translateY(10%);
		-moz-transform: translateY(10%);
		-ms-transform: translateY(10%);
		-o-transform: translateY(10%);
		transform: translateY(10%);
	}
	.nav_slideShow.active {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.nav_sub_menudropdown:hover.active::before, .nav_sub_menudropdown.active::before, .nav_sec_sub_menu_dropdown.active::before {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.nav_sub_menudropdown:before {
		color:var(--white-color);
		width: 8px;
		height: 14px;
		top: 20px;
		right: 20px;
		margin: 0;
	}
	.nav_innermenu.active::before {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.nav_innermenu::before {
		color:var(--white-color);
		width: 8px;
		height: 14px;
		top: 14px;
		right: 15px;
		margin: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.nav_menu li {
		float: none;
		border-bottom: 1px solid rgba(255,255,255,0.14);
	}
	.nav_menu li:last-child {
		border: none;
	}
	.nav_sec_sub_menu, .nav_sub_menu {
		width: 100%;
		background: transparent;
		position: static;
		-webkit-box-shadow: inherit;
		-moz-box-shadow: inherit;
		box-shadow: inherit;
		-webkit-transform: inherit;
		-moz-transform: inherit;
		-ms-transform: inherit;
		-o-transform: inherit;
		transform: inherit;
	}
	.nav_sub_menu {
		position: static;
		display: none;
	}
}
@media screen and (max-width: 767px){
	.header_logo img{
		height:50px;
		margin-left:auto;
	}
	.logo-main{
		font-size: 20px;
		line-height: 20px;
		margin-left:auto;
	}
	.logo-text{
		margin-left:20px;
		margin-right:auto;
	}
	.logo-link {
		width: 100%;
		align-items:center;
	}
}

.ed-support {
	position: fixed;
	bottom: 50px;
	right: 50px;
	width:350px;
	max-width:90%;
	z-index:999;
}
.ed-support-action {
	width: 50px;
	height: 50px;
	border-radius: 50% !important;
	margin: -1px;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%) !important;
	text-align: center;
	background: white;
	text-align: center;
	line-height: 50px;
	color: var(--primary-color);
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
	-moz-transition: -moz-transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
	-o-transition: -o-transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
	transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
	float:right;
}
.ed-support-action:hover {
	-webkit-box-shadow: 0 4px 42px 0 rgb(0 0 0 / 25%) !important;
	-moz-box-shadow: 0 4px 42px 0 rgba(0, 0, 0, 0.25) !important;
	box-shadow: 0 4px 42px 0 rgb(0 0 0 / 25%) !important;
	color: white;
	background: var(--primary-color);
}
.ed-support-action svg {
	width: 25px;
	height: 25px;
}
.ed-support-form-active{
	display: block;
	opacity: 1;
	transform: translateY(0%);
}
@media screen and (max-width: 767px){
	.ed-support {
		bottom: 50px;
		right: 10px;
		max-width:90%;
	}
}

.page-link{
	color:var(--primary-color) !important;
}
.page-item.active .page-link{
	color:var(--white-color) !important;
}
.page-link:focus {
    box-shadow: none !important;
}
.page-header {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	display: flex;
    align-items: center;
    margin-bottom: 20px;

}
.page-header-cover{
	background-color: #323232;
    opacity: .6;
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
.page-header .container{
	padding:50px 0px;
	z-index:1;
}
.page-title {
    width: 100%;
	padding: 0px 15px;
	text-align:center;
}
.page-title span{
    font-size: 25px;
	font-weight:500;
	color: var(--secondary-color);
}
.footer{
	background:#f9f9f9;
}
.footer a {
	color:inherit;
}
.footer img {
	width: 85px;
}
.footer .row {
	align-items: center;
	font-size: 10px;
	font-weight:600;
}
@media (min-width: 992px){
	
	.page-title span{
		font-size: 35px;
	}
	.footer{
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
	}
	.footer img {
		width: 125px;
	}
}