@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap');
* {
	margin: 0;
	padding: 0;
}



ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.slick-arrow {
	outline: none !important;
}

body {
	font-weight: 400;
	font-size: 13px;
	position: relative;
	z-index: auto;
	font-family: 'Rubik', sans-serif;
}

.btn {
	border-radius: 30px !important;
	display: inline-block;
	padding: .4rem 1rem;
	font-size: 14px;
	font-weight: 300;
}

.btn-primary {
	color: #fff;
	background-color: #6cb011;
	border-color: #e85514;
	border: 0;
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(243, 91, 24, .4);
}

.btn-primary:hover {
	color: #fff;
	background-color: #6cb011;
}

.btn-warning {
	color: #ffffff !important;
	background-color: #312b4e ;
	border-color: #312b4e !important;
	border: 0 !important;;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):focus,
.show>.btn-warning.dropdown-toggle {
	color: #ffffff !important;
	background-color: #6cb011 !important;
	box-shadow: 0 0 0 0.2rem rgb(108 176 17 / 50%);
}

header {
	width: 100%;
	float: left;
	z-index: 1;
}

.topbar {
	width: 100%;
	display: inline-block;
	background-color: #312b4e;
	color: #ffffff;
	padding: 0px 0 2px;
}

.topbar ul {
	display: inline-block;
}

.topbar ul li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #fff;
	line-height: 14px;font-size: 14px;
}

.topbar ul li:first-child {
	padding-left: 0;
}

.topbar ul li:last-child {
	padding-right: 0;
	border: 0;
}

.topbar ul li a {
	color: #dddddd;
	text-decoration: none;
}

.topbar .reg-query {
	float: right;
	color: #dddddd;
	text-decoration: underline;font-size: 14px;
}

.logo-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo-section .logo {
	display: inline-block;
	padding: 4px 0;
}
.logo img{
	max-width: 100%;height:58px;
}
.right-button {
	float: right;
	padding: 8px 0;
}


/* --- Navbar CSS ------------------- */

.navbar {
	padding: 0;
	width: 100%;
	display: inline-block;
}

.bg-light {
	background-color: #f2f2f2!important;
}

.navbar-light .navbar-brand {
	color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff !important;
	background: #6cb011;
}

.navbar-light .navbar-nav .nav-link {
	color: #161032;
	padding: 8px 10px;
}

.dropdown-item {
	font-size: 14px;
}

.navbar .dropdown:hover .dropdown-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.navbar .dropdown-menu {
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
	padding: 10px 0;
	border: 0;
	top: 44px;
	left: -25px;
	/*display: block;*/
	visibility: hidden;
	transition: .3s ease;
	opacity: 0;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	background-color: #312b4e;
}
.navbar-nav .dropdown-menu > a:hover {
	padding-left: 30px;
	transition: all 300ms ease;
}

li.nav-item.dropdown:hover > a {
	color: #fff;
	background: #6cb011;
}
.navbar-light .navbar-nav .show>.nav-link {
	/* background-color: transparent !important; */
    color: #161032;
    background: #6cb011;
    border-radius: 48px;
    padding-left: 10px;
}
.banner .bannertxt-breadcrumb {
	font-size: 28px;
	font-weight: 500;
	font-style: normal;
}



.innerTabs li a:focus{
	background-color: transparent !important;
	outline: none !important;
}
ul.exam-related-scroll li > a:hover {
	background-color: #f5f5f5;
	color: #6cb011;
}
ul.exam-related-scroll li > a:focus {
	background-color: #f5f5f5;
	color: #6cb011;
	outline: none;
}

ul.exam-related-scroll > li > a {
	color: #007bff;
}

ol.tender > li > a {
	color: #007bff;
	background-color: transparent;
}

ol.tender > li > a:hover {
	background-color: #f5f5f5;
	color: #6cb011;
}
ol.tender > li > a:focus {
	background-color: #f5f5f5;
	color: #6cb011;
	outline: none;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
	color: #6cb011;
	text-decoration: none;
	background-color: #f8f9fa;
}

.login-popup .box {
	width: 100%;
	float: left;
	background: #6cb011;
}

.login-popup .box h2 {
	color: #fff;
	font-size: 18px;
	padding: 15px 5px;
	margin: 0;
	text-align: center;
}

.login-popup .modal-header .close {
	padding: 0;
	position: absolute;
	right: -16px;
	top: -16px;
	margin: 0;
	opacity: 1;
	padding: 5px 10px;
	color: #FFF;
	font-size: 28px;
	border-radius: 50%;
	background-color: #6cb011;
	border: 1px solid #6cb011;
	cursor: pointer !important;
}
.login-popup .modal-header .close:hover {
	border: 1px solid #fff;
	background-color: #312B4E;
}

.login-popup .modal-header .close:focus{
	outline: none
}
#JAIIB_DBF_Exam_Reg-modal1 .modal-header, div#JAIIB_DBF_Exam_Reg-modal .modal-header{
	padding: 0;
}


.login-popup p {
	font-weight: 600 !important;
	font-size: 14px;
	margin: 0 0 5px;
}

.fixed-header .main-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
	animation: 1s ease 0s normal both 1 running fixedmenu;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
	z-index: 999;
}

@-webkit-keyframes fixedmenu {
	0% {
		top: -100%
	}
	100% {
		top: 0
	}
}

@-moz-keyframes fixedmenu {
	0% {
		top: -100%
	}
	100% {
		top: 0
	}
}

@keyframes fixedmenu {
	0% {
		top: -100%
	}
	100% {
		top: 0
	}
}

.fixed-header .main-header .logo-section .logo img {
	max-width: 410px;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 550px;
	}
}


/* === Search Box ====================== */
/*
	.search {
	background-color: #908f9f;
	height: 40px;
	float: right;
	padding: 15px;
	color: #fff;
	z-index: 99;
	position: relative;
	text-decoration: none;
	font-size: 18px;
	line-height: 10px;
	}
	
	.search:hover {
	color: #312b4e;
	text-decoration: none;
	}
	
	.search-box {
	width: 100%;
	margin-top: 1.5rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	background-color: transparent;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity 0.15s, -webkit-transform 0.3s;
	transition: opacity 0.15s, -webkit-transform 0.3s;
	-o-transition: transform 0.3s, opacity 0.15s;
	transition: transform 0.3s, opacity 0.15s;
	transition: transform 0.3s, opacity 0.15s, -webkit-transform 0.3s;
	min-height: 300px;
	}
	
	.open-search .search-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	z-index: 999;
	}
	
	.search-box .input-group-text {
	font-size: 1.25rem;
	background: transparent;
	color: #6cb011;
	background-color: #FFF;
	border: 0;
	padding: 0 10px 0 20px;
	cursor: pointer;
	}
	
	.search-box .form-control {
	display: block;
	height: 60px;
	font-size: 1rem;
	color: #454545;
	background-image: none;
	border: 0;
	border-radius: 0;
	}
	
	.search-box .input-group {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	overflow: hidden;
	}
	
	.search::after {
	content: "\f002";
	font-family: 'FontAwesome';
}*/

/*.open-search .search::after {
	content: "\f00d";
	}
	
	.fixed-header .search-box {
	min-height: 190px;
}*/


/* === Social Media ==================== */

#social-share {
	position: fixed;
	top: 38%;
	right: 15px;
	z-index: 20;
	animation: social-share 3s ease forwards;
	transition: all .5s linear;
}

@keyframes social-share {
	from {
		right: -25px
	}
	to {
		right: 15px
	}
}

#social-share ul.social-itens .btn-share,
#social-share div.social-open-menu .btn-share {
	position: relative;
	cursor: pointer;
	border-radius: 50%;
	color: white;
	line-height: 1;
	outline: 0;
	border: 0;
	margin-top: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#social-share ul.social-itens .btn-share:hover,
#social-share div.social-open-menu .btn-share:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#social-share ul.social-itens {
	list-style: none;
	text-decoration: none;
	text-align: center;
	position: relative;
	display: block;
	/* display: none; */
}

#social-share ul.social-itens .btn-share {
	width: 40px;
	height: 40px;
	/* transform: none; */
	display: inline-block;
	line-height: 40px;
	background-color: #ffffff;
}

#social-share ul.social-itens .btn-share.social-item-1 {
	color: #3B5998;
}

#social-share ul.social-itens .btn-share.social-item-2 {
	color: #E91E63;
}

#social-share ul.social-itens .btn-share.social-item-3 {
	color: #03a78a;
}

#social-share ul.social-itens .btn-share.social-item-4 {
	color: #FF5F00;
}

#social-share ul.social-itens.open .btn-share {
	transform: scale(1);
	opacity: 1;
	/* transform: translate(0px, -15px); */
}

#social-share ul.social-itens li {
	position: relative;
}

#social-share ul.social-itens li .btn-share {
	transform: scale(0);
	opacity: 0;
}

#social-share ul.social-itens li .btn-share-text {
	/* opacity: 0; */
	position: absolute;
	bottom: 10px;
	right: 100%;
	margin-right: 10px;
	min-width: 75px;
	border-radius: 2px;
	padding: 3px 4px;
	text-align: center;
	font-weight: 300;
	line-height: normal;
	background: rgba(20, 20, 20, 0.7);
	color: #fff;
	display: block;
	opacity: 0;
	/* transition: all 500ms ease-in-out  0.5s; */
}

#social-share ul.social-itens li:hover .btn-share-text {
	opacity: 1;
}

#social-share div.social-open-menu .btn-share {
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	color: #ec2e40;
	display: inline-block;
	line-height: 50px;
	text-align: center;
}

#social-share .social-itens.open .social-item-1,
#social-share .social-itens.open .social-item-1 .btn-share-text {
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}

#social-share .social-itens.hidden .social-item-1,
#social-share .social-itens.open .social-item-1 .btn-share-text {
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}

#social-share .social-itens.open .social-item-2,
#social-share .social-itens.open .social-item-2 .btn-share-text {
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}

#social-share .social-itens.hidden .social-item-2,
#social-share .social-itens.open .social-item-2 .btn-share-text {
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}

#social-share .social-itens.open .social-item-3,
#social-share .social-itens.open .social-item-3 .btn-share-text {
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}

#social-share .social-itens.hidden .social-item-3,
#social-share .social-itens.open .social-item-3 .btn-share-text {
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}

#social-share .social-itens.open .social-item-4,
#social-share .social-itens.open .social-item-4 .btn-share-text {
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}

#social-share .social-itens.hidden .social-item-4,
#social-share .social-itens.open .social-item-4 .btn-share-text {
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}


/* === Home Slider ===================== */

.banner {
	width: 100%;
	display: flex;
	background-color: #312b4e;
	background-image: url(../images/slide-bg.jpg);
	background-size: cover;
	background-position: center;
	align-items: center;
	padding: 0.4em 0;
	position: relative;
}

.banner-left {
	width: 48%;
	float: left;
	padding: 0.4em;
	position: relative;
	overflow: hidden;
}

.banner-right {
	width: 49%;
	float: right;
	margin: 0;
	position: relative;
}
.dralist-model_header .close{
	position:absolute; right:10px;
}

.banner-left ul.banner-img-slider {
	width: 100%;
	float: left;
	color: #fff;
	position: relative;
	padding: 0;
	border: 1px solid #ffffff;
	overflow: hidden;
}

.banner-left ul li {
	width: 100%;
	float: left;
	padding: 0;
	position: relative;
}

.banner-left ul li h4 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 5px;
}

.banner-left ul li h6 {
	font-size: 14px;
	font-weight: 500;
}

.banner-left ul li p {
	font-weight: 300;
	margin: 0;
	font-size: 15px;
	line-height: 18px;
}

.banner-img-slider .img-box {
	width: 100%;
	border-radius: 4px;
	float: left;
	text-align: center;
}

.banner-img-slider .img-box img {
	height: 300px;
	display: inline-block;
}

.banner-img-slider .content {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(49, 43, 78, .8);
	padding: 15px;
	text-align: center;
	transition: all 2s ease-in-out;
	opacity: 0;
}

.slick-current.slick-active .content {
	opacity: 1;
}


/* .loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/Eclipse-1s-204px.svg') 50% 50% no-repeat rgba(249, 249, 249, .5);
} */


/*------------------Modern Ticker Classes------------------*/
/*
	.news_ticker {
	background-color: #eee;
	width: 100%;
	float: left;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	}
	
	.modern-ticker {
	width: 100%;
	height: 40px;
	line-height: 20px;
	font-size: 16px;
	overflow: hidden
	}
	
	.modern-ticker a {
	text-decoration: none
	}
	
	.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none
	}
	
	.mt-body {
	margin: 2px;
	position: relative
	}
	
	.mt-label {
	margin-right: 2px;
	margin: 8px;
	padding: 0 8px 0 12px;
	position: absolute;
	left: 0
	}
	
	.mt-news {
	overflow: hidden;
	position: absolute;
	margin: 8px 0;
	}
	
	
	.mt-scroll .mt-news { background-color: transparent}
	
	.mt-news ul {
	background-repeat: no-repeat;
	background-position: -1000px
	}
	
	.mt-news li {
	float: left;
	position: relative;
	}
	
	.mt-news li a img.new {
	position: absolute;
	right: -25px;
	}
	
	.mt-news a {
	font-size: 16px;
	padding: 0 10px 0 20px;
	margin-right: 2px;
	background-repeat: no-repeat;
	background-position: 7px center;
	display: block;
	white-space: nowrap;
	font-size: 15px;
	}
	
	.mt-scroll.mt-round .mt-news a {
	border-radius: 0
	}
	
	.mt-hide {
	display: none
	}
	
	.mt-controls {
	margin-left: 2px;
	margin: 3px;
	position: absolute;
	right: 0;
	background-repeat: no-repeat;
	background-position: -1000px
	}
	
	.mt-next,
	.mt-play,
	.mt-prev {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	cursor: pointer
	}
	
	.modern-ticker {
	color: #fff;
	background-color: #eee;
	margin: 0 auto;
	}
	
	.mt-label {
	background-color: #217bbb;
	}
	
	.mt-preloader {
	background: url(preloader.gif) no-repeat center
	}
	
	.mt-news ul {
	background-image: url(../images/bullet-over.png)
	}
	
	.mt-news a {
	color: #202020;
	background-image: url(../images/bullet.png)
	}
	
	.mt-news a:hover {
	color: #000;
	background-image: url(../images/bullet.png)
	}
	
	.mt-controls {
	background-image: url(../images/pause.png)
	}
	
	.mt-next,
	.mt-prev {
	background-color: #37324e;
	}
	
	.mt-prev {
	background-image: url(../images/arrow-prev.png)
	}
	
	.mt-next {
	background-image: url(../images/arrow-next.png)
	}
	
	.mt-play {
	background-color: #6cb011;
	background-image: url(../images/play.png);
	margin: 0 1px;
	}
	
	.mt-pause {
	background-image: url(../images/pause.png)
	}
	
	.mt-next:hover,
	.mt-play:hover,
	.mt-prev:hover {
	background-color: #ff7d28;
	}
	
	.mt-next:active,
	.mt-play:active,
	.mt-prev:active {
	background-color: #ff7d28;
	}
*/

/* end of News -------------------------------------------- */


/* === Academic Highlights */

.academic-heighlight .img-box {
	width: 100%;
	height: 115px;
	background-size: cover;
	text-align: center;
	padding: 15px;
	color: #fff !important;
	margin: 0 0 15px;
	float: left;
	cursor: pointer;
	border: 1px solid #ffffff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.academic-heighlight .img-box:hover::after {
	opacity: 1;
}

.academic-heighlight .img-box .icon {
	position: relative;
	z-index: 9;
	transition: transform .5s ease;
}

.academic-heighlight .img-box:hover .icon {
	transform: scale(1.1);
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}

.academic-heighlight .img-box::after {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .5);
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	width: 92%;
	transition: all 1s;
	opacity: 0;
	z-index: 9;
}

.academic-heighlight .img-box:hover .img-overlay {
	opacity: 1;
}

.academic-heighlight .img-overlay {
	content: "";
	position: absolute;
	transition: all 1s;
	width: 100%;
	height: 100%;
	background: rgba(22, 16, 50, .5);
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 1s;
}

.academic-heighlight .img-box h4 {
	font-size: 1rem;
	margin: 8px 0 0;
	position: relative;
	z-index: 9;
	text-shadow: 0px 2px 4px #000000;
}
.right-button .dropdown-menu {
	background-color: #312b4e;
}
.right-button .dropdown-menu a.dropdown-item:hover {
	color: #6cb011;
}

.academic-heighlight .img-box .icon img {
	width: 35px;
}

.banner-img-slider .slick-arrow {
	position: absolute;
	font-size: 0;
	background: transparent;
	border: 0;
	top: 50%;
	z-index: 9;
	margin-top: -30px;
	cursor: pointer;
	width: 40px;
}

.banner-img-slider .slick-arrow::before {
	content: "\f104";
	font-size: 36px;
	font-family: fontAwesome;
	color: #ffffff;
}

.banner-img-slider .slick-prev::before {
	content: "\f104";
}

.banner-img-slider .slick-next::before {
	content: "\f105";
}

.banner-img-slider .slick-next {
	right: 15px;
}

.banner-img-slider .slick-prev {
	left: 15px;
}

.body-overlay {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	visibility: hidden;
}

.body-overlay.mydiv {
	opacity: 1;
	visibility: visible;
}




/* === Side Menu ===================================*/

.sidebar-overlay.active {
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	z-index: 99;
	position: fixed;
	top: 0;
}

#sidebar-wrapper {
	position: absolute;
	right: 0;
	width: 100%;
	height: 96.5%;
	overflow-y: auto;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	top: 0;
	opacity:0;
	visibility:hidden
}
#sidebar-wrapper.active{
	opacity:1;
	visibility:visible
}

.sidebar-nav {    
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	background: rgba(255,255,255,.88);
	z-index: 999;
	float:left;
	width:50%;
	position:relative;
}
#close-menu.leftside {
	left: 43%;
}

.sidebar-nav.courses, .sidebar-nav.contactclasses, .sidebar-nav.notices{
	float:right
}

.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #161032;
	position: relative;
	padding: 4px 15px;
	font-size: 15px;
	cursor: pointer;
}

.sidebar-nav li a:hover {
	text-decoration: none;
	color: #6cb011 !important;
	background: rgba(255, 255, 255, 0.6);
}

.sidebar-nav li a[aria-expanded="true"].dropDown {
	background-color: #6cb011;
	color: #ffffff !important;
}

.sidebar-nav li .collapse li a[aria-expanded="true"].sublistDrop {
	background: rgba(255, 255, 255, .9);
}

.sidebar-nav .collapse.show {
	background: #eae8f0;
}

.sidebar-nav .sidebar-brand {
	height: 45px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	background: #f2f2f2;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
}

.sidebar-nav .sidebar-brand a {
	color: #6cb011;
	padding: 12px;
	font-weight: 500;
	font-size:14px;
	line-height:14px;
	padding-right:50px;
}

.toggle {
	margin: 5px 5px 0 0
}

.square {
	padding: 0 0 0 10px;
	display: none;
	margin: 0;
	line-height: 40px;
	position: absolute;
	right: 0;
	width: 40px;
	height: 45px;
	z-index: 9;
	color: #dbeaff;
	border-radius: 0px 0px 0 50px;
	background: #413d54;
	text-align: center;
	z-index:9999
}
.active .square {
	display: block;
}
.square:hover {
	color: #ffffff;
}

#sidebar-wrapper .open {
	display: block;
}

.sidebar-nav li a.dropDown::after {
	content: "\f107";
	position: absolute;
	right: 10px;
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #000;
	top: 0;
}

.sidebar-nav li a[aria-expanded="true"]::after {
	content: "\f106";
	color: #fff;
}

.sidebar-nav li a.sublistDrop::after {
	content: "+";
	position: absolute;
	right: 10px;
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #000;
	top: 0;
}

.sidebar-nav li .collapse a[aria-expanded="true"]::after {
	content: "-";
}

.sidebar-nav li .collapse li a {
	color: #28243f;
}

.sidebar-nav li .collapse .sublist {
	padding-left: 10px;
	font-size: 14px;
	background: rgba(255, 255, 255, .5);
}

.sidebar-nav li .collapse .sublist {
	padding-left: 10px;
	font-size: 14px;
	max-height: 300px;
	overflow-y: auto;
}

.sidebar-nav li .collapse .sublist li a {
	line-height: 18px;
	padding: 6px 0 6px 25px;
	color: #ec4a02;
	font-size: 14px;
	font-weight: 400;
}

.sidebar-nav li .collapse .sublist li a::after {
	content: "";
	position: absolute;
	left: 10px;
	top: 12px;
	background: #6cb011;
	width: 6px;
	height: 1px;
}

/* ------ Menu Hover ------------------*/

.banner-right .dropdown:hover > ul.dropdown-menu {
	display: block;
	background-color: #312b4e;
	box-shadow: 0 0 15px rgba(0,0,0,.3)
}
.banner-right .dropdown li:hover > ul.dropdown-menu {
	display: block;
}
.banner-right .dropdown-submenu {
	position:relative;
}
.banner-right .dropdown-submenu>.dropdown-menu {
	top: 0;
	right: 100%;
	margin-top:-6px;
	left:auto;
	width: 250px;
	background-color: #312b4e;
	box-shadow: 0 0 15px rgba(0,0,0,.3)
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
} 
.banner-right .dropdown-menu .dropdown-item {
	white-space: pre-wrap;
	padding: 4px 12px;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}
.banner-right .dropdown-menu .dropdown-item.sidebar-brand a{
	color: #6cb011;
	font-weight: 500;
	text-decoration:none;
}

.banner-right .dropdown-menu .dropdown-item:focus, .banner-right .dropdown-menu .dropdown-item:hover{
	color: #6cb011;
}

.banner-right .dropdown-menu .dropdown-item:last-child {
	border-bottom: 1px dotted #ccc;
}

.menu-scroll{ height:250px; overflow-y:scroll;}

.banner-right .exam-courses .dropdown-submenu .dropdown-menu li ul{
	right:100%;
	left:auto;
	top:auto;
	bottom: 0;
	overflow-y: auto;
	max-height:275px;
}

.banner-right .exam-courses .dropdown-submenu .dropdown-menu li ul li ul.certificate_submenu_exm{
	position: static; width: 230px; overflow: hidden; height: auto; box-shadow: 0 0 15px rgba(0,0,0,.6); background-color: #433b69;
}



.banner-right .education .dropdown-submenu ul{
	overflow-y: auto;
	max-height:250px;
}

.banner-right .important-notice ul.dropdown-menu{
	top: auto;
	bottom: -125px;
}

/** ----- About -----------------**/

.aboutUs {
	width: 100%;
	display: inline-block;
	padding: 40px 0;
	background: rgba(22, 16, 50, 0.06);
	position: relative;
}

h2.title {
	text-align: left;
	font-weight: 700;
	font-size: 30px;
	color: #161032;
	padding-bottom: 20px;
	position: relative;
}

h2.title span {
	color: #6cb011;
}

h2.title:before {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #6cb011;
	display:none !important;
}

.main-about p {
	font-size: 15px;
	line-height: 20px;
	color: #7d818f;
}

.aboutUs .img-box img {
	width: 100%;
}

.aboutUs .img-box {
	position: relative;
}

.aboutUs .img-box:before {
	content: '';
	position: absolute;
	top: 50px;
	left: -40px;
	right: 0;
	bottom: 50px;
	z-index: -1;
	background: #ee5918;
}

.main-about ul {
	margin: 0 0 10px;
}

.main-about ul li {
	padding-left: 20px;
	position: relative;
	font-size: 15px;
}

.main-about ul li:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f00c";
	font-family: 'FontAwesome';
	font-size: 12px;
	color: #ee5918;
}

.sec-lines {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
	overflow: hidden;
}

.full-height {
	height: 100%;
}

.line-item {
	float: left;
	width: 20%;
	height: 100%;
	box-sizing: border-box;
	border-right: 1px solid rgba(153, 153, 153, 0.1);
	height: 100%;
	position: relative;
}

.line-item:first-child {
	border-left: 1px solid rgba(153, 153, 153, 0.09);
}

.line-item:first-child:before {
	content: '';
	position: absolute;
	top: 0;
	right: -2px;
	width: 4px;
	height: 30px;
	animation: scroll3 8s ease-out infinite;
	background: #e85514;
}

.line-item:last-child:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: -2px;
	width: 4px;
	height: 30px;
	animation: scroll2 6s ease-out infinite;
	background: #e85514;
}

@keyframes scroll3 {
	0% {
		opacity: 1;
		top: 0
	}
	50% {
		top: 50%
	}
	100% {
		top: 100%;
		opacity: 0.5;
	}
}

@keyframes scroll2 {
	0% {
		opacity: 1;
		bottom: 0
	}
	50% {
		bottom: 50%
	}
	100% {
		bottom: 100%;
		opacity: 0.5;
	}
}


/* === Recent News ===================== */

.recent-news {
	width: 100%;
	float: left;
	background: #f3f0f0;
	position: relative;
	padding: 40px 0;
}


.news-inner h2.title:before {
	    width: 0;
	    height: 0;
}
.news-slider {
	display: inline-block;
	position: relative;
	margin: 0 -15px;
}

.news-slider li {
	width: 33.33%;
	float: left;
	margin: 0 15px;
}

.news-slider li .box {
	width: 100%;
	float: left;
	-webkit-box-shadow: 0 0 1.5rem rgba(18, 38, 63, 0.1);
	box-shadow: 0 0 1.5rem rgba(18, 38, 63, 0.1);
	margin: 0;
}

.news-slider li .img-box {
	width: 100%;
	float: left;
	position: relative;
}

.news-slider li .img-box .date {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 60px;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
}

.news-slider li .img-box .date .day {
	width: 100%;
	display: inline-block;
	background: #e85514;
	color: #ffffff;
	padding: 2px 0;
}

.news-slider li .img-box .date .month {
	width: 100%;
	display: inline-block;
	background: #161032;
	color: #ffffff;
	padding: 2px 0;
}

.news-slider li h5 {
	font-size: 1rem;
	color: #161032;
}

.news-slider li .img-box img {
	width: 100%;
}

.news-slider li .data {
	width: 100%;
	float: left;
	padding: 15px;
}

.news-slider li a.read-more {
	color: #161032;
}

.news-slider li .box:hover {
	-webkit-box-shadow: 0 0 1.5rem rgba(18, 38, 63, 0.15);
	box-shadow: 0 0 1.5rem rgba(18, 38, 63, 0.15);
}

.news-slider li .box:hover a.read-more,
.news-slider li .box:hover h5 {
	color: #e85514;
}
.recent-news .slick-arrow:hover:before {
	color: #6cb011;
}
.recent-news .slick-arrow {
	position: absolute;
	right: 0;
	background: #ffffff;
	border: 0;
	font-size: 0;
	top: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	color: #9a99a1;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	z-index: 10;
	cursor: pointer;
}

.recent-news .slick-prev {
	right: 65px;
}

.recent-news .slick-next:before {
	content: "\f061";
	font-family: FontAwesome;
	font-size: 12px;
}

.recent-news .slick-prev:before {
	content: "\f060";
	font-family: FontAwesome;
	font-size: 12px;
	color: #9a99a1;
}

.news-inner {
	position: relative;
}


/* === our-research ==================== */

.our-research {
	width: 100%;
	float: left;
	padding: 40px 0;
	background: url(../images/research-bg.jpg);
	color: #ffffff;
	background-attachment: fixed;
}

.our-research h2.title {
	color: #ffffff;
}

.research-slider {
	display: inline-block;
	position: relative;
	margin: 0 -15px;
}

.research-slider li {
	float: left;
	padding: 0 15px;
	transition: ease-in-out 3s;
}

.research-slider li .box {
	width: 100%;
	float: left;
	border: 1px solid #9f9bac;
	padding: 22px 15px;
	text-align: center;
	min-height: 235px;
}

.research-slider li .box h3 {
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	margin: 0 0 1rem;
}

.research-slider li .box p {
	margin: 0 0 1rem;
}

.research-slider li .box .readmore-icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: rgba(77, 70, 109, 0.8);
	line-height: 42px;
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
}

.our-research p {
	font-size: 16px;
	margin: 0 0 20px;
}

.research-slider li:hover .box h3 {
	color: #e85514;
}

.research-slider li:hover .box {
	border-color: #e85514;
}

.research-slider li:hover .box .readmore-icon {
	color: #ffffff;
	background-color: #e85514;
}

.our-research .slick-arrow {
	position: absolute;
	right: 0;
	background: #6cb011;
	border: 0;
	font-size: 0;
	top: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	color: #ffffff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	z-index: 10;
	cursor: pointer;
}

.our-research .slick-prev {
	right: 65px;
}

.our-research .slick-next:before {
	content: "\f061";
	font-family: FontAwesome;
	font-size: 12px;
}

.our-research .slick-prev:before {
	content: "\f060";
	font-family: FontAwesome;
	font-size: 12px;
}

.our-research .slick-prev {
	background: #384776;
}

.our-research .slick-prev:hover {
	background: #6cb011;
}

.research-inner {
	position: relative;
}


/* === photo-galler-slider ============================= */

.slick-slide {
	outline: none;
}

.photo-gallery {
	width: 100%;
	float: left;
	padding: 40px 0;
}

.photo-galler-slider {
	margin: 0 -10px;
}

.photo-gallery p {
	font-size: 16px;
	margin: 0 0 20px;
}

.photo-galler-slider li {
	float: left;
	padding: 0 10px;
	position: relative;
}

.photo-gallery .img-box {
	width: 100%;
	float: left;
	border: 3px solid #384776;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #acabb3;
	height: 225px;
	overflow: hidden;
}

.photo-gallery .img-box img {
	width: 100%;
}

.photo-gallery .img-box .plusIcon {
	font-family: 'gilroy-ultralight';
	font-size: 80px;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	color: #fff;
	z-index: 1;
	opacity: 0;
	text-decoration: none;
}

.photo-galler-slider li:hover .plusIcon {
	opacity: 1;
}

.photo-gallery li:hover .img-box {
	background: #161032;
}

.photo-gallery li:hover .img-box img {
	opacity: .3;
}

.photo-galler-slider li h4 {
	font-size: 16px;
	text-align: center;
	margin: 8px 0;
	display: inline-block;
	width: 100%;
}

.photo-galler-slider .slick-arrow {
	position: absolute;
	background: #384776;
	border: 0;
	font-size: 0;
	top: 50%;
	margin-top: -30px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	color: #ffffff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	z-index: 9;
}

.photo-galler-slider .slick-arrow:hover,
.photo-galler-slider .slick-arrow:focus {
	background: #6cb011;
}

.photo-galler-slider .slick-prev {
	left: -50px;
}

.photo-galler-slider .slick-next {
	right: -50px;
}

.photo-galler-slider .slick-next:before {
	content: "\f061";
	font-family: FontAwesome;
	font-size: 12px;
}

.photo-galler-slider .slick-prev:before {
	content: "\f060";
	font-family: FontAwesome;
	font-size: 12px;
}


/* === customer-section ============================= */

.customer-section {
	width: 100%;
	float: left;
	padding: 40px 0;
	background: #bab6cc;
}

.cust-slider {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.cust-slider li.slick-slide {
	display: inline-block;
	padding: 0 15px;
}

.cust-slider .slick-arrow {
	position: absolute;
	background: transparent;
	border: 0;
	font-size: 0;
	top: 50%;
	margin-top: -30px;
	border-radius: 50%;
	color: #161032;
	cursor: pointer;
	z-index: 9;
}

.cust-slider .slick-prev {
	left: -50px;
}

.cust-slider .slick-next {
	right: -50px;
}

.cust-slider .slick-next:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 36px;
}

.cust-slider .slick-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 36px;
}

.cust-slider li.slick-slide .img-box img {
	display: inline-block
}


/* === Footer =========================== */
/*
	footer {
	width: 100%;
	float: left;
	background: #2d2746;
	padding: 40px 0;
	color: #ffffff;
	position: relative;
	}
	
	footer h4 {
	font-size: 18px;
	margin: 0 0 25px;
	color: #cac6de;
	}
	
	footer h5 {
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: 400;
	color: #cac6de;
	}
	
	footer ul.useful-links li {
	width: 50%;
	float: left;
	font-weight: 300;
	font-size: 15px;
	margin: 0 0 10px;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	}
	
	footer ul.useful-links li a {
	color: #d6d3e6;
	font-weight: 300;
	}
	
	footer ul.useful-links li:hover,
	footer ul.useful-links li:hover a {
	color: #6cb011;
	text-decoration: none;
	}
	
	footer ul.useful-links li::before {
	content: "\f178";
	position: absolute;
	left: 0;
	font-family: 'FontAwesome';
	}
	
	.reachus {
	padding: 0 30px;
	}
	
	.reachus li {
	font-weight: 300;
	font-size: 15px;
	padding-left: 25px;
	position: relative;
	margin: 0 0 10px;
	color: #cac6de;
	}
	
	.reachus li a {
	color: #cac6de;
	}
	
	.reachus li i {
	position: absolute;
	left: 0;
	top: 3px;
	}
	
	.reachus::before {
	width: 1px;
	background: rgb(2, 0, 36);
	background: linear-gradient(0deg, rgb(45, 39, 70) 0%, rgb(96, 90, 123) 50%, rgb(45, 39, 70) 100%);
	height: 100%;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	}
	
	.reachus::after {
	width: 1px;
	background: rgb(2, 0, 36);
	background: linear-gradient(0deg, rgb(45, 39, 70) 0%, rgb(96, 90, 123) 50%, rgb(45, 39, 70) 100%);
	height: 100%;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	}
	
	.socialIcons ul {
	width: 100%;
	margin: 0 0 30px;
	}
	
	.socialIcons ul li {
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	border-radius: 50%;
	line-height: 36px;
	border: 1px solid #b1aebb;
	color: #b1aebb;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
	}
	
	.socialIcons ul li a {
	color: #b1aebb;
	cursor: pointer;
	}
	
	.socialIcons ul li a i{
	line-height:34px;
	}
	
	.socialIcons ul li:hover {
	color: #6cb011;
	border: 1px solid #6cb011;
	}
	
	.socialIcons ul li:hover a {
	color: #6cb011;
	}
	
	.socialIcons p {
	font-weight: 300;
	font-size: 14px;
	margin: 0 0 10px;
	background: #494460;
	float: left;
	padding: 2px 10px;
	letter-spacing: 0.2px;
	width: 100%;
	}
	
	.visitorno img {
	max-width: 110px;
	display: inline-block;
	margin: 0 0 3px;
	}
	
	
/* === footer-bottom =========================== */
/*
	.footer-bottom {
	width: 100%;
	float: left;
	background: #1a1336;
	color: #b1aebb;
	font-size: 14px;
	padding: 15px 0;
	}
	
	.footer-bottom .copyright {
	float: left;
	margin: 0;
	}
	
	.footer-bottom p a {
	color: #b1aebb;
	}
	
	.text-right {
	float: right;
	text-align: right;
	margin: 0;
	}
	
	.reachus .dropdown-toggle::after {
	display: none;
	}
	
	.reachus .dropdown-menu {
	display: none
	}
	
	.reachus .dropdown-menu.show {
	display: block;
	min-width: 100%;
	padding: 5px 0;
	}
	
	.reachus .nav-link {
	padding: 2px 10px;
	color: #495057;
	font-size: 15px;
	}
	
	.reachus .nav-link:hover {
	color: #6cb011;
	}
	
	.reachus h4 {
	cursor: pointer;
	}
	
*/
/* === Back to drop ============================== */

body.isScrolling #backToTop {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
	transform: translateY(0)!important;
}
#backToTop {
	position: fixed;
	right: 18px;
	bottom: 80px;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, -webkit-transform;
	transition-property: transform, opacity, visibility;
	transition-property: transform, opacity, visibility, -webkit-transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
  /*   z-index: 10; */
	transform: translateY(-530px)!important;
}
#backToTop a {
	padding: 12px 17px;
	font-size: 14px;
	line-height: 24px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	text-align: center;
	background-color: #6cb011;
	color: #FFF;
}
#backToTop a:hover {
	background-color: #e24906;
	color: #FFF;
}
#backToTop a i.fa{
	position: relative;
	top: 0px;
	transition: all 500ms ease;
}
#backToTop a:hover i.fa{
	top: -5px;
	transition: all 300ms ease;
}



/* === Inner page css ============================== */

.bannertxt {
	color: #fff;
	float: left;
	font-size: 36px;
	font-style: italic;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 100;
	position: absolute;
	padding-top:20px;
	top: 0;
}

.bannertxt-breadcrumb {
	/*height: 130px;*/
	padding: 15px 0 !important;
}

.inner-info {
	/*height: 130px;*/
	padding: 15px 0 !important;
}
.dropdown-menu .dropdown-item:last-child {
	border-bottom: none;
}
.dropdown-menu .dropdown-item{
	border-bottom: 1px dotted #ccc;
	color: #FFF;
}

.inner-info h3 {
	color: #fff;
	margin: 20px 0 0;
	font-size: 36px;
	font-style: italic;
	position: relative;
	text-align: left;
}

.bannerimg {
	width: 100%;
	display: inline-block;
}

.bannerimg img {
	width: 100%;
}

.breadcrumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border-radius: 0;
	font-size: 14px;
	font-style: normal;
	list-style: outside none none;
	padding: 8px 0 0;
	margin: 0;
}

.breadcrumb li a {
	color: #fff;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li+li::before {
	color: #fff;
	content: "> ";
	padding: 0 5px;
}

.breadcrumb>.active {
	color: #fff;
}
ol.breadcrumb >li:last-child {
	font-weight: 500;
}

.content {
	width: 100%;
	display: inline-block;
	padding: 30px 0;
}

.content.table-section h1 {
	font-size: 2rem;
}

.rightnav-dropdown .list-group-item {
	background: #312b4e;
	color: #ffffff;
	border: 1px dotted rgba(255, 255, 255, 0.2);
	margin: 0 0 3px;
	border-left: 4px solid #6cb011;
	border-radius: 0%;
}

.rightnav-dropdown .list-group-item:hover,
.rightnav-dropdown .list-group-item[aria-expanded="true"] {
	background-color: #6cb011;
	color:#ffffff;
}
.rightnav-dropdown .list-group-item.about-us-{
	background-color: #6cb011;
	color:#ffffff;
}
.topmenu-highlight .rightnav-dropdown .list-group-item.about-us- {
	background-color: #312b4e;
}
.topmenu-highlight .rightnav-dropdown .list-group-item:hover, .topmenu-highlight .rightnav-dropdown .list-group-item[aria-expanded="true"]{
	background-color: #6cb011;
}

.rightnav-dropdown .list-group-item .fa-caret-down,
.rightnav-dropdown .list-group-item .fa-plus {
	float: right;
	margin: 5px 0 0;
}

.rightnav-dropdown .collapse.show .list-group-item {
	background: #f1f1f3;
	color: #312b4e;
	border: 1px dotted rgba(0, 0, 0, 0.2);
	padding: .35rem 1.25rem;
}

.rightnav-dropdown .collapse.show .list-group-item:hover {
	color: #6cb011;
}

a.list-group-item.examination_courses[aria-expanded="true"] {
	background-color: #6cb011 !important;
	color: #FFF !important;
}

a.list-group-item.examination_courses:hover {
	background-color: #6cb011 !important;
	color: #FFF !important;
}


div#sidebar > div#feedback-panel:first-child .list-group > a {
	background-color: #6cb011;
}

div#sidebar > div#MainMenu2:first-child .list-group > a {
	background-color: #6cb011;
}
.rightnav-dropdown .list-group-submenu-2.collapse.show .list-group-item {
	background: #ffffff;
}

.rightnav-dropdown .collapse-subactive .list-group-item[aria-expanded="true"] {
	color: #6cb011;
	border-left: 3px solid;
}

.content.table-section .h2,
.content h2 {
	font-size: 1.4rem;
	margin: 0 0 20px;
}

.content.table-section .h4,
.content h4 {
	font-size: 1.1rem;
	margin: 0 0 10px;
}

.auto-scroll {
	max-height: 250px;
	overflow: auto;
}

.bannering-Archives-image {
	background-image: url(../images/courses_banner.jpg);
	height: 150px;
	overflow: hidden;
}

.table thead th {
	font-weight: normal;
	color: #ffffff;
	border-bottom: 1px solid #dee2e6;
}

.table thead {
	background: #433e5a;
}

.table-section .heading td {
	background: #6cb011;
	color: #ffffff;
}

table td strong {
	font-weight: 500;
}

.table td,
.table th {
	font-size: 14px;
	font-weight: normal;
	vertical-align:middle;
}

.content .table td p {
	margin: 0;
}

form table th {
	font-weight: 500;
	font-size: 14px;
}

.content.table-section .table .btn- {
	background: #312b4e;
	color: #ffffff;
}

.content.table-section .table .btn- {
	background: #312b4e;
	color: #ffffff;
	padding: 6px 10px;
	font-size: 12px;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.2s linear;
	width: 92px;
	display: inline-block;
	text-align: center;
}

.content.table-section .table .btn-:hover {
	background: #6cb011;
}

.content.table-section .table a.btn- .fa {
	padding-right: 5px;
}

.content.table-section ul br {
	display: none;
}

.content.table-section ul {
	width: 100%;
	display: inline-block;
	margin: 0;
}

.content.table-section ul li {
	position: relative;
	padding: 8px 0 8px 25px;
	margin:0;
}

.content.table-section ul li a {
	color: #007bff;
	padding:0;
}

/*focus css*/
.content.table-section ul li a:focus {
	background-color: #f5f5f5;
	color: #6cb011;
	outline: none;
}
/*hover css*/
.content.table-section ul li a:hover {
	background-color: #f5f5f5;
	color: #6cb011;
}

/*ol focus css*/
.content.table-section ol li a:focus {
	background-color: #f5f5f5;
	color: #6cb011;
	outline: none;
}
/*ol hover css*/
.content.table-section ol li a:hover {
	background-color: #f5f5f5;
	color: #6cb011;
}

table.table td > a {
	color: #007bff;
	background-color: transparent;
}

table.table td > a:hover {
	background-color: #f5f5f5;
	color: #6cb011;
}

table.table td > a:focus {
	background-color: #f5f5f5;
	color: #6cb011;
	outline: none;
}


.content.table-section ul li:after {
	content: "\f192";
	font-family: FontAwesome;
	position: absolute;
	top: 8px;
	left: 0;
	color: #312b4e;
	font-size: 14px;
} 
.content.table-section ul li p{
	margin:0;
}

.radio {
	width: 100%;
	display: inline-block;
}

.radio label {
	display: inline-block;
	width: 100%;
	font-weight: 400;
}

.radio label input {
	display: inline-block;
	margin-right: 6px;
}

.radio p {
	display: inline-block;
	margin: 0;
	font-size: 15px;
}

.radio label p strong {
	font-weight: 500;
}

.content form h6 {
	font-size: 15px;
	font-weight: 500;
	color: #6cb011;
}

.content form h6 p {
	margin: 0;
}

a.rightnavbar.navbar-toggle {
	display: none
}

.reporticon {
	width: 100%;
	display: inline-block;
	margin: 0 0 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.reporticon img {
	width: 100%;
}

.content.table-section h6 {
	font-size: 15px;
	font-weight: 500;
	color: #6cb011;
}

.content.table-section h6 strong {
	font-weight: 500;
}

.content.table-section ol li p {
	margin: 0;
}

.bannering-Education-image,
.inner-banner-courses,
.bannering-Announcement-image,
.bannering-Exam-image,
.bannering-Research-image,
.bannering-Training-image,
.bannering-Membership-image {
	background-image: url(../images/courses_banner.jpg);
	height: 150px;
}

.login-box {
	text-align: center;
}

.login-box ul {
	margin: 0;
	padding: 0;
}

.login-box ul li {
	display: inline-block;
	margin-right: 30px;
}

.login-box ul li a {
	color: #010101;
}

.login-circle {
	border: 6px solid #E8E8E8;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
	padding: 22px;
}

.login-circle .member-icon,
.login-circle .nonmember-icon {
	background: url(../images/member-icon.png) 0 0px no-repeat;
	height: 58px;
	overflow: hidden;
	width: 69px;
	display: inline-block;
	margin-top: 16px;
}

.login-circle:hover {
	border: 6px solid rgba(45, 39, 70, .5);
}

.modal-header .modal-title {
	font-size: 1.4rem;
	line-height: normal;
	margin: 0;
}

.login-box ul li a:hover .member-icon,
.login-box ul li a:hover .nonmember-icon {
	background: url(../images/member-icon.png) 0 -76px no-repeat;
}

.inner-intro {
	text-align: justify;
	padding-left: 15px;
	border-left: 3px solid #6cb011;
}

.ac-container {
	width: 100%;
	margin: 10px auto 30px auto;
	text-align: left;
}

.ac-container label {
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #312b4e;
	font-size: 18px;
	background: #f1f1f3;
	font-weight: normal;
	transition: ease;
	border: 1px solid #e3e3e8;
}

.ac-container label:after {
	content: '\f107';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	font-family: 'FontAwesome';
	color: #312b4e;
	/*background: transparent url("../images/arrow_down.png") no-repeat center center;*/
}

.responsive-tabs-container .tab-pane h3 {
	font-weight: 500;
	color: #6cb011;
	font-size: 16px;
}

.ac-container label:hover {
	background: #6cb011;
	transition: 0.3s ease-in-out;
	color: #ffffff;
}

.ac-container input:checked+label,
.ac-container input:checked+label:hover {
	background: #6cb011;
	color: #fff;
	font-weight: normal;
	transition: 0.3s ease-in-out;
}

.ac-container label:hover:after,
.ac-container input:checked+label:hover:after {
	content: '\f107';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	font-family: 'FontAwesome';
	color: #fff;
	/*background: transparent url("../images/arrow_down.png") no-repeat center center;*/
}

.ac-container input:checked+label:after {
	content: '\f106';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	font-family: 'FontAwesome';
	color: #fff;
	/*background: transparent url("../images/arrow_up.png") no-repeat center center;*/
}

.ac-container input:checked+label:hover:after {
	content: '\f106';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	font-family: 'FontAwesome';
	color: #fff;
	/*background: transparent url("../images/arrow_up.png") no-repeat center center;*/
}

.ac-container input {
	display: none;
}

.ac-container article {
	background: #f5f5f5;
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	top: -2px;
}

.ac-container article p {
	font-style: normal;
	color: #777;
	line-height: 21px;
	font-size: 14px;
	padding: 5px 0;
}

.ac-container article p strong {
	margin-left: 0 !important;
}

.ac-container input:checked~article {
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}

.ac-container input:checked~article.ac-small {
	height: auto;
}

.ac-container input:checked~article.ac-medium {
	height: auto;
}

.ac-container input:checked~article.ac-large {
	height: auto;
	margin: 0 0 10px;
}

.ac-inner img {
	display: inline-block;
	float: left;
	margin: 0 15px 15px 0;
}

.ac-inner h3 {
	margin-top: 15px;
}

.fiveblocks {
	text-align: center;
	padding: 15px;
}

.fiveblocks h3 {
	text-align: center;
	font-size: 24px;
	color: #0d6c9a;
	font-weight: bold;
}

.innerTabs .nav-tabs li a {
	background-color: #dfdfdf;
	color: Black;
	height: 45px;
	font-size: 15px;
	padding: 10px 15px;
	text-decoration: none;
}

.innerTabs .nav-tabs li.active a,
.innerTabs .nav-tabs li.active a:hover,
.innerTabs .nav-tabs li a:focus,
.innerTabs .nav-tabs li a:hover {
	color: #fff;
	background-color: #6cb011;
}
ul.nav.nav-tabs.responsive-tabs > li > a:focus {
	color: #fff;
	background-color: #6cb011 !important;
}
.responsive-tabs-container .tab-pane .button_download {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 0;
}

.responsive-tabs-container .tab-pane .button_download a {
	display: inline-block;
	color: #fff;
	padding: 10px 35px 10px 15px;
	background-color: #453f60;
	border-radius: 5px;
	font-size: 14px;
	position: relative;
}

.o_td {
	background-color: #453f60 !important;
	color: #fff !important;
	text-transform: uppercase !important;
}

.responsive-tabs-container .tab-pane .button_download a::after {
	display: block;
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f019";
	color: #fff;
	text-align: right;
	outline: none;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
	top: 10px;
	right: 12px;
}
.dipCourses sup {
	color: #dc3545;
	font-size: 16px;
	top: 0;
}
.w50 {
	width: 50%;
	margin: 15px auto 0;
	height: 500px;
	overflow-y: scroll;
}

.apply_online {
	margin: 20px auto 0;
	text-align: center;
	position: relative;
}

.apply_online a {
	display: inline-block;
	width: 135px;
	height: 100px;
	border-radius: 10px;
	background-color: #453f60;
	position: relative;
	color: #fff;
	font-size: 16px;
}

.apply_online a::before {
	display: block;
	position: relative;
	font-family: 'FontAwesome';
	content: "\f007";
	color: #fff;
	text-align: center;
	outline: none;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
	top: 10px;
	font-size: 38px;
	margin-bottom: 10px;
}

.content .apply_online a:hover {
	background-color: #6cb011;
	color: #fff;
	text-decoration: none;
}

.apply_online a br {
	display: none;
}

.responsive-tabs-container .tab-pane .table thead {
	background: #ffffff;
}

.content.table-section ul.exam-related-scroll li a:hover {
	background-color: #f5f5f5;
	color: #6cb011;
}

.exam-related {
	margin: 0 auto;
	position: relative;
	padding: 10px 15px;
	background-color: #fff;
}

.content .tab-content {
	width: 100%;
}

.innerTabs h2 {
	font-size: 1.3rem;
	margin: 0 0 20px;
}

.exam-related ul li {
	position: relative;
	display: block;
	padding: 0 0 0 10px;
	list-style: none;
}

.exam-related ul li::before {
	display: block;
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f101";
	color: #ff9600;
	text-align: left;
	outline: none;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
	top: 0px;
	font-size: 13px;
	left: 0;
}

.exam-related ul li::after {
	display: none;
}

.content.table-section ul li ul li:after {
	content: "\f1db";
	font-family: FontAwesome;
	position: absolute;
	top: 0px;
	left: 0;
	color: #312b4e;
	font-size: 12px;
}

.gallery ul li {
	margin: 0 0 20px;
}

.gallery ul li a {
	width: 100%;
	display: inline-block;
	padding: 4px;
	border: 1px solid #8f8f8f;
	position: relative;
}

.gallery .thumbnail img {
	min-height: 180px;
	max-height: 180px;
	max-width: 100%;
}

.span3 .caption-cover {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
}

.span3 .caption-txt {
	text-align: center;
	padding: 10px 5px;
	margin: 5px;
	color: #fff;
	font-size: 13px;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(39, 39, 39, 0) 0%, rgba(36, 36, 36, 0.06) 7%, rgba(34, 34, 34, 0.14) 12%, rgba(30, 30, 30, 0.39) 23%, rgba(27, 27, 27, 0.52) 30%, rgba(26, 26, 26, 0.54) 31%, rgba(21, 21, 21, 0.63) 37%, rgba(15, 15, 15, 0.71) 44%, rgba(2, 2, 2, 0.76) 59%, rgba(0, 0, 0, 0.76) 62%, rgba(0, 0, 0, 0.76) 100%) repeat scroll 0 0;
}

.panel-group .panel {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	border-radius: 4px;
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 10px 15px;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
	font-weight: normal;
}

.panel-title a {
	text-decoration: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border: 1px solid #ddd;
	font-size: 14px;
	text-align: justify;
}

.panel-body {
	padding: 15px;
}

.panel-body dl,
.panel-body ol,
.panel-body ul {
	padding-left: 30px;
	margin: 10px 0 0;
}

dl,
ol {
	padding-left: 15px;
}

.content ol li{
	padding: 8px 0;
}
.content ol br{
	display:none;
}

.emagicApp .nav-tabs>li.active>a,
.emagicApp .nav-tabs>li.active>a:focus,
.emagicApp .nav-tabs>li.active>a:hover {
	background-color: #6cb011;
	color: #fff;
	border-radius: 0;
	border: none;
}

.nav-tabs>li>a {
	padding: 9px 15px;
	color: #fff;
	text-decoration: none;
	/*white-space: pre;*/
}

.form-group {
	width: 100%;
	display: inline-block;
}

.btn-info {
	color: #fff;
	background-color: #6cb011;
	border-color: #6cb011;
}

.btn-info:hover {
	color: #fff;
	background-color: #312b4e;
	border-color: #312b4e;
}

.number {
	display: inline-block;
	vertical-align: top;
	width: 1.5%;
}

.text {
	display: inline-block;
	width: 96%;
}

.form-control {
	font-size: 14px;
}

form.member-feedback .form-group h6 {
	color: #312b4e;
}

ol.tender li {
	margin: 0 0 15px;
}


.notice_btn {
	margin: 10px auto;
	text-align: center;
}

.notice_btn a {
	display: inline-block;
	border-radius: 5px;
	background-color: #6cb011;
	position: relative;
	color: #fff;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.notice_btn a:hover {
	background-color: #312b4e;
	color: #fff;
	transition: 0.3s ease-in-out;
}

.feedbackform .form-control {
	margin: 0 0 15px;
}

.feedbackform em {
	color: #ec2e40;
	font-size:17px;
	line-height:normal;
	vertical-align:middle;
	
}

.content a:hover, .table-section a:hover{
	color:#6cb011;
}


/* === Media Query CSS ============================================================ */

@media screen and (max-width: 1200px) {
	.photo-galler-slider .slick-next {
		right: 0;
	}
	.photo-galler-slider .slick-prev {
		left: 0;
	}
	.cust-slider .slick-next {
		right: 0px;
	}
	.cust-slider .slick-prev {
		left: 0px;
	}
}

@media screen and (max-width: 1199px) {
	.container {
		max-width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.navbar .dropdown-menu {
		visibility: unset;
		left: 0;
		top: 0;
		transform: none;
		width: 100%;
		display: none;
		opacity: 1;
	}
	.navbar .dropdown-menu.show {
		display: block;
	}
	.search-mob {
		float: right;
		position: absolute;
		right: 15px;
		margin: 0 !important;
		top: 0;
	}
	.search {
		padding: 10px 15px;
		height: 40px;
	}
	.search-box {
		margin-top: 1rem;
	}
	.navbar {
		padding: 0 15px;
	}
	.academic-heighlight .img-box h4 {
		font-size: .8rem;
	}
	.academic-heighlight .img-box {
		padding: 15px 5px;
		height: auto;
	}
	.logo-section {
		width: 100%;
		text-align: center;
		display: inline-block;
	}
	.logo-section .right-button {
		width: 100%;
		text-align: center;
	}
	.logo-section .right-button .dropdown {
		float: none !important;
		display: inline-block;
	}
	.bannertxt {
		position: relative;
	}
	.bannerimg {
		display: none;
	}
	.photo-gallery .img-box {
		height: 190px;
	}
	.photo-galler-slider li h4 {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	.container {
		max-width: 100%;
	}
	.logo-section {
		display: block;
	}
	a.logo img {
		width: 100%;
	}
	.banner-left {
		width: 100%;
	}
	.banner-right {
		width: 100%;
		padding-left: 0;
	}
	.banner {
		background-image: none;
	}
	.bannertxt-breadcrumb {
		height: auto;
	}
	.recent-news .slick-arrow{
		top:50%;
		margin-top:25px;
	}
	.recent-news .slick-prev {
		right: auto;
		left:5px;
	}
	.recent-news .slick-prev {
		right: 5px;
	}
}

@media screen and (max-width: 767px) {
	.main-about {
		padding-top: 20px;
	}
	ul.useful-links {
		margin: 0 0 20px;
		width: 100%;
		display: inline-block;
	}
	.reachus {
		padding: 0 15px;
		margin: 0 0 20px;
	}
	.footer-bottom .text-right {
		width: 100%;
		text-align: center !important;
	}
	.footer-bottom .copyright {
		text-align: center;
		width: 100%;
	}
	.banner-left ul li h4 {
		font-size: 18px;
	}
	.banner-left ul li p {
		font-size: 13px;
	}
	.bannering-Archives-image {
		height: 120px;
	}
	.bannertxt {
		font-size: 28px;
	}
	.banner-right ul.dropdown-menu, .banner-right .dropdown:hover > ul.dropdown-menu{
		min-width:100%;
	}
	.banner-right .dropdown-submenu>.dropdown-menu{
		min-width:100%;
		position:static;
	}
	.banner-right .important-notice ul.dropdown-menu{
		top: 100%;
		bottom: auto;
	}
}

@media screen and (max-width: 568px) {
	.recent-news {
		padding: 20px 0;
	}
	.our-research {
		padding: 20px 0;
	}
	.navbar {
		width: 100%;
	}
	.right-button {
		float: right;
		padding: 8px 0;
		width: 100%;
		text-align: center;
		border-top: 1px solid #eee;
	}
	footer ul.useful-links li {
		padding-left: 0;
	}
	footer ul.useful-links li::before {
		display: none;
	}
	footer {
		padding: 25px 0 20px;
	}
	footer h4 {
		margin: 0 0 15px;
	}
	.search-box {
		position: relative;
		transform: none;
		display: none;
		opacity: 1;
	}
	.open-search .search-box {
		display: block;
		transform: none;
		min-height: auto;
		float: left;
		margin: 0;
		border-top: 1px solid #eee;
	}
	.open-search .search-box .form-group {
		margin: 0;
	}
	.search-box .form-control {
		padding: 0;
		height: 50px;
		font-size: 14px;
	}
	.search-box .input-group-text {
		font-size: 1rem;
		padding: 0 10px;
	}
	h2.title {
		font-size: 24px;
	}
	.news-slider .slick-prev {
		right: 60px;
	}
	.news-slider li .data p {
		font-size: 14px;
	}
	.research-slider li .box p {
		font-size: 14px;
		font-weight: 300;
	}
	.research-slider li .box {
		min-height: auto;
	}
	.our-research .slick-arrow {
		width: 35px;
		height: 35px;
	}
	.our-research .slick-prev {
		right: 50px;
	}
	.recent-news .slick-arrow {
		width: 35px;
		height: 35px;
	}
	
	.photo-galler-slider .slick-arrow {
		width: 35px;
		height: 35px;
	}
	.socialIcons ul {
		margin: 0 0 20px;
	}
	#social-share {
		top: 50%;
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 6px 12px;
	}
	.sidebar-nav{
		width:100%;
	}
	#close-menu.leftside {
		left: auto;
	}
}

@media screen and (max-width: 414px) {
	.banner-img-slider .img-box {
		height: 180px;
	}
	.banner-img-slider .img-box img {
		height: 100%;
		display: inline-block;
		width: 100%;
	}
	.banner-left ul li h4 {
		font-size: 16px;
	}
	.banner-img-slider .slick-prev {
		left: -10px;
	}
	.banner-img-slider .slick-next {
		right: -10px;
	}
}

@media screen and (max-width: 368px) {
	.topbar .reg-query {
		font-size: 13px;
		text-align: center;
		width: 100%;
	}
	.topbar ul {
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	.topbar ul li {
		padding: 0 6px;
	}
	.topbar ul li a {
		font-size: 13px;
	}
	.logo-section .right-button .btn {
		font-size: 13px;
		padding: .3rem .8rem;
	}
}

.modal-dialog.modal-xl embed {	
	width: 100% !important;
	height: 400px !important;
}


.modal-dialog.modal-xl {
	max-width: 750px;
}

/*table issue fixing*/
/*edits by Mayuri*/

.table-responsive table > thead > tr > th {
	background-color: #433e5a;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}


.table-responsive > table > thead > tr > th > p {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}
.table-responsive > table {
	width: 100%;
}

p.tableheading {
	background-color: #fff;
	text-align: center;
	padding: 10px 0;
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
article.ac-large .tab-pane > h3 {
	font-weight: 500;
	color: #6cb011;
	margin-top:15px;
	font-size: 16px;
}
article.ac-large table tr td{
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	background-color:#fff;
}


/* added on March 2, 2021*/

.banner-right{background: rgba(255,255,255,0.9);padding:0.5em 1em 1em;}
.left-submenu{left: 100% !important;right:auto !important;}

/* added on April 13, 2021*/
.course-tiles .dropdown:hover > ul.dropdown-menu {
	display: block;
	background-color: #312b4e;
	box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}

.course-tiles .dropdown-menu .dropdown-item:focus, .course-tiles .dropdown-menu .dropdown-item:hover {​​​​​​​
	color: #6cb011;
}​​​​​​​

.course-tiles .dropdown li:hover > ul.dropdown-menu {​​​​​​​
	display: block;
}​​​​​​​
​
.course-tiles .dropdown-submenu {​​​​​​​
	position: relative;
}​​​​​​​



/*diffrence css*/

.course-tiles .dropdown:hover > ul.dropdown-menu {
	display: block;
	background-color: #312b4e;
	box-shadow: 0 0 15px rgba(0,0,0,.3)
}
.course-tiles .dropdown li:hover > ul.dropdown-menu {
	display: block;
}
.course-tiles .dropdown-submenu {
	position:relative;
}
.course-tiles .dropdown-submenu>.dropdown-menu {
	top: 0;
	right: 100%;
	margin-top:-6px;
	left:auto;
	width: 250px;
	background-color: #312b4e;
	box-shadow: 0 0 15px rgba(0,0,0,.3)
}
.course-tiles .dropdown-menu .dropdown-item {
	white-space: pre-wrap;
	padding: 4px 12px;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}
.course-tiles .dropdown-menu .dropdown-item.sidebar-brand a{
	color: #6cb011;
	font-weight: 500;
	text-decoration:none;
}

.course-tiles .dropdown-menu .dropdown-item:focus, .course-tiles .dropdown-menu .dropdown-item:hover{
	color: #6cb011;
}

.course-tiles .dropdown-menu .dropdown-item:last-child {
	border-bottom: 1px dotted #ccc;
}
.course-tiles .exam-courses .dropdown-submenu .dropdown-menu li ul{
	right:100%;
	left:auto;
	top:auto;
	bottom: 0;
	overflow-y: auto;
	max-height:275px;
}

.course-tiles .exam-courses .dropdown-submenu .dropdown-menu li ul li ul.certificate_submenu_exm{
	position: static; width: 230px; overflow: hidden; height: auto; box-shadow: 0 0 15px rgba(0,0,0,.6); background-color: #433b69;
}



.course-tiles .education .dropdown-submenu ul{
	overflow-y: auto;
	max-height:250px;
}

.course-tiles .important-notice ul.dropdown-menu{
	top: auto;
	bottom: -125px;
}


/*--------------------------------------------------------------
	# Blog
--------------------------------------------------------------*/
.learning_tree {
  padding: 10px 0;
}

.learning_tree .entry {
  padding: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);width: 100%;border: 1px solid #e9e9e9;
}

.learning_tree .entry .entry-title {
  font-size: 20px;
  line-height: 26px;
  padding: 0;
  margin: 15px 0 10px;
}

.learning_tree .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.learning_tree .entry .entry-meta i {
  font-size: 14px;
  padding-right: 15px;color:#6cb011;
}
.learning_tree ul li {
	padding: 8px 0 8px 0px!important;
}
.learning_tree .entry .entry-meta a {
  color: #2b99f8;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.learning_tree ul li:after {content:unset!important;}
#main_div{z-index: 999;}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
	background-color: #d6d2e8!important;
}
.main-header .navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,.8);
}
.academic-heighlight .img-box {
	margin: 0 0px;
} 
.main-about h2.title 
{
	
	margin-bottom: 0px;
}
.main-about p {
	margin-bottom: 5px;
}
/*.navbar {padding: 0rem 1rem !important;}*/
.bannering-ltree-image{background-image:url(../images/learning_tree_banner.jpg);height:150px;}

.bannering-ltree-image2{background-image:url(../images/BFSI2211013.png);height:150px;}
/* -- Menu section ---------------*/

.ct-menusection ul {
	width: 100%;
	float: left;
}
.ct-menulisting li {
	padding: 10px 0;
	width: 100%;
	float: left;
	position: relative;
}
.ct-menulisting li.ctmenu1,  .ct-submenu li.ctmenu3{
	border-bottom: dotted 1px #9d9c9f;
}
.ct-menulisting li.ctmenu3:last-child {
	border-bottom: 0;
}
.ct-menulisting li.ctmenu1:last-child{
	border-bottom: 0
}
.ct-menulisting li.ctmenu1:before {
	content: "";
	width: 15px;
	height: 15px;
	background: #ef4d05;
	border: 4px solid #edc5b4;
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 12px;
}

.ct-menulisting li a {
	color: #f35b18;
	font-size: 15px;
	font-weight: 500;
	padding-left: 25px
}
.ct-menulisting .card-body{
	padding: 0
}
.ct-menulisting .card {
	margin: 0 0 5px;
	border: 0;
	width: 100%
}
.ct-menulisting .collapse.show {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.ct-menulisting .card-header {
	padding: 0;
}
.ct-menulisting .accordion {
	width: 100%;
	float: left;
	/*  padding-left: 10px; */
	margin-top: 5px;
}
.ct-menulisting .btn-block {
	padding: .75rem 1.25rem;
	outline: none;
	border: 0;
	background: #fff;
	color: #3F51B5;
	font-size: 14px;
	font-weight: 500;
	padding-left: 25px;
	cursor: pointer;
}
.ct-menulisting .btn-block:not(.collapsed) {
	background-color: #eef4fb;
}
.ct-menulisting .btn-block:after {
	content: "\f107";
	font-family: 'FontAwesome';
	font-size: 26px;
	float: right;
	line-height: 20px;
	height: 20px;
}
.ct-menulisting .btn-block:not(.collapsed)::after{
	content: "\f106";
}
.ct-menulisting li.ctmenu2 a {
	color: #3F51B5;
	font-size: 14px;
	font-weight: 500;
}
.ct-menulisting .ctmenu2:before {
	content: "";
	width: 14px;
	height: 14px;
	background: #3F51B5;
	border: 4px solid #C5CAE9;
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 14px;
}
.ct-menulisting li.ctmenu3 {
	width: 48%;
	margin-left: 2%;
	display: flex;
	align-items: center;
	height: 44px;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}
.ct-menulisting li.ctmenu3 a {
	color: #4CAF50;
	font-size: 13px;
	font-weight: 500;
	padding-left: 20px;
}
.ct-menulisting li.ctmenu3:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #4CAF50;
	border: 3px solid #C5E1A5;
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 14px;
}
ul.ct-submenu {
	padding-left: 25px;
}
/*****************************************/

.img_boxrow1:after {width: 94.4% !important;}
.img_boxrow2:after {width: 96.4% !important;}
.img_boxrow3:after {width: 98.2% !important;}

/* ===============================================
	Pre-loader
------------------------*/
#preloader  {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -30px 0 0 -30px;
}
#status {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: #fff;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;background-size: 500px;
}
/* === Search Box ====================== */
/*.search {
	background-color: #908f9f;
	height: 50px;
	float: right;
	padding: 15px;
	color: #fff;
	z-index: 99;
	position: relative;
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
	}
	.search:hover {
	color: #312b4e;
	text-decoration: none;
	}
	.search-box {
	width: 100%;
	margin-top: 1.5rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	background-color: transparent;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity 0.15s, -webkit-transform 0.3s;
	transition: opacity 0.15s, -webkit-transform 0.3s;
	-o-transition: transform 0.3s, opacity 0.15s;
	transition: transform 0.3s, opacity 0.15s;
	transition: transform 0.3s, opacity 0.15s, -webkit-transform 0.3s;
	min-height: 300px;
	}
	.open-search .search-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	z-index: 999;
	}
	.search-box .input-group-text {
	font-size: 1.25rem;
	background: transparent;
	color: #6cb011;
	background-color: #FFF;
	border: 0;
	padding: 0 10px 0 20px;
	cursor: pointer;
	}
	.search-box .form-control {
	display: block;
	height: 60px;
	font-size: 1rem;
	color: #454545;
	background-image: none;
	border: 0;
	border-radius: 0;
	}
	.search-box .input-group {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	overflow: hidden;
	}
	.search::after {
	content: "\f002";
	font-family: 'FontAwesome';
	}
	.open-search .search::after {
	content: "\f00d";
	}
	.fixed-header .search-box {
	min-height: 190px;
	}
	------------------Modern Ticker Classes------------------
	.news_ticker {
	background-color: #ECECEB;
	width: 100%;
	float: left;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	}
	.modern-ticker {
	width: 100%;
	height: 48px;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden
	}
	.modern-ticker a {
	text-decoration: none
	}
	.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none
	}
	.mt-body {
	margin: 2px;
	position: relative
	}
	.mt-label {
	margin-right: 2px;
	margin: 8px;
	padding: 0 8px 0 12px;
	position: absolute;
	left: 0
	}
	.mt-news {
	overflow: hidden;
	position: absolute;
	margin: 8px 0;
	}
	.mt-scroll .mt-news { background-color: transparent}
	.mt-news ul {
	background-repeat: no-repeat;
	background-position: -1000px
	}
	.mt-news li {
	float: left;
	position: relative;
	}
	.mt-news li a img.new {
	position: absolute;
	right: -25px;
	}
	.mt-news a {
	font-size: 16px;
	padding: 0 10px 0 20px;
	margin-right: 2px;
	background-repeat: no-repeat;
	background-position: 7px center;
	display: block;
	white-space: nowrap;
	font-size: 15px;
	}
	.mt-scroll.mt-round .mt-news a {
	border-radius: 0
	}
	.mt-hide {
	display: none
	}
	.mt-controls {
	margin-left: 2px;
	margin: 8px;
	position: absolute;
	right: 0;
	background-repeat: no-repeat;
	background-position: -1000px
	}
	.mt-next,
	.mt-play,
	.mt-prev {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	cursor: pointer
	}
	.modern-ticker {
	color: #fff;
	background-color: #ECECEB;
	margin: 0 auto;
	}
	.mt-label {
	background-color: #217bbb;
	}
	.mt-preloader {
	background: url(preloader.gif) no-repeat center
	}
	.mt-news ul {
	background-image: url(../images/bullet-over.png)
	}
	.mt-news a {
	color: #202020;
	background-image: url(../images/bullet.png)
	}
	.mt-news a:hover {
	color: #000;
	background-image: url(../images/bullet.png)
	}
	.mt-controls {
	background-image: url(../images/pause.png)
	}
	.mt-next,
	.mt-prev {
	background-color: #37324e;
	}
	.mt-prev {
	background-image: url(../images/arrow-prev.png)
	}
	.mt-next {
	background-image: url(../images/arrow-next.png)
	}
	.mt-play {
	background-color: #6cb011;
	background-image: url(../images/play.png);
	margin: 0 1px;
	}
	.mt-pause {
	background-image: url(../images/pause.png)
	}
	.mt-next:hover,
	.mt-play:hover,
	.mt-prev:hover {
	background-color: #ff7d28;
	}
	.mt-next:active,
	.mt-play:active,
	.mt-prev:active {
	background-color: #ff7d28;
}*/
/* end of News -------------------------------------------- */
/* === Academic Highlights */
.academic-heighlight .img-box {
	width: 100%;
	height: 125px;
	background-size: cover;
	text-align: center;
	padding: 20px;
	color: #fff !important;
	margin: 0 0 15px;
	float: left;
	cursor: pointer;
	border: 1px solid #ffffff;
	position: relative;
}
.academic-heighlight .img-box:hover::after {
	opacity: 1;
}
.academic-heighlight .img-box .icon {
	position: relative;
	z-index: 9;
	transition: transform .5s ease;
}
.academic-heighlight .img-box:hover .icon {
	transform: scale(1.1);
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
.academic-heighlight .img-box::after {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .5);
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	width: 92%;
	transition: all 1s;
	opacity: 0;
	z-index: 9;
}
.academic-heighlight .img-box:hover .img-overlay {
	opacity: 1;
}
.academic-heighlight .img-overlay {
	content: "";
	position: absolute;
	transition: all 1s;
	width: 100%;
	height: 100%;
	background: rgba(22, 16, 50, .5);
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 1s;
}
.academic-heighlight .img-box h4 {
	font-size: 1rem;
	margin: 8px 0 0;
	position: relative;
	z-index: 9;
	text-shadow: 0px 2px 4px #000000;
}
.right-button .dropdown-menu {
	background-color: #312b4e;
}
.right-button .dropdown-menu a.dropdown-item:hover {
	color: #6cb011;
}
.academic-heighlight .img-box .icon img {
	width: 40px;
}
.banner-img-slider .slick-arrow, .important-news-slider .slick-arrow {
	position: absolute;
	font-size: 0;
	background: transparent;
	border: 0;
	top: 50%;
	z-index: 9;
	margin-top: -30px;
	cursor: pointer;
	width: 40px;
}
.banner-img-slider .slick-arrow::before ,.important-news-slider .slick-arrow::before {
	content: "\f104";
	font-size: 36px;
	font-family: fontAwesome;
	color: #ffffff;
}
.banner-img-slider .slick-prev::before, .important-news-slider .slick-prev::before {
	content: "\f104";
}
.banner-img-slider .slick-next::before, .important-news-slider .slick-next::before {
	content: "\f105";
}
.banner-img-slider .slick-next,.important-news-slider .slick-next{
	right: 15px;
}
.banner-img-slider .slick-prev, .important-news-slider .slick-prev {
	left: 15px;
}
.body-overlay {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	visibility: hidden;
}
.body-overlay.mydiv {
	opacity: 1;
	visibility: visible;
}
/* === Side Menu ===================================*/
.sidebar-overlay.active {
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	z-index: 99;
	position: fixed;
	top: 0;
}
#sidebar-wrapper {
	position: absolute;
	right: 0;
	width: 100%;
	height: 96.5%;
	overflow-y: auto;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	top: 0;
	opacity:0;
	visibility:hidden
}
#sidebar-wrapper.active{
	opacity:1;
	visibility:visible
}
.sidebar-nav {    
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	background: rgba(255,255,255,.88);
	z-index: 999;
	float:left;
	width:50%;
	position:relative;
}
#close-menu.leftside {
	left: 43%;
}
.sidebar-nav.courses, .sidebar-nav.contactclasses, .sidebar-nav.notices{
	float:right
}
.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #161032;
	position: relative;
	padding: 4px 15px;
	font-size: 15px;
	cursor: pointer;
}
.sidebar-nav li a:hover {
	text-decoration: none;
	color: #f44b00 !important;
	background: rgba(255, 255, 255, 0.6);
}
.sidebar-nav li a[aria-expanded="true"].dropDown {
	background-color: #6cb011;
	color: #ffffff !important;
}
.sidebar-nav li .collapse li a[aria-expanded="true"].sublistDrop {
	background: rgba(255, 255, 255, .9);
}
.sidebar-nav .collapse.show {
	background: #eae8f0;
}
.sidebar-nav .sidebar-brand {
	height: 45px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	background: #f2f2f2;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
}
.sidebar-nav .sidebar-brand a {
	color: #f44b00;
	padding: 12px;
	font-weight: 500;
	font-size:14px;
	line-height:14px;
	padding-right:50px;
}
.toggle {
	margin: 5px 5px 0 0
}
.square {
	padding: 0 0 0 10px;
	display: none;
	margin: 0;
	line-height: 40px;
	position: absolute;
	right: 0;
	width: 40px;
	height: 45px;
	z-index: 9;
	color: #dbeaff;
	border-radius: 0px 0px 0 50px;
	background: #413d54;
	text-align: center;
	z-index:9999
}
.active .square {
	display: block;
}
.square:hover {
	color: #ffffff;
}
#sidebar-wrapper .open {
	display: block;
}
.sidebar-nav li a.dropDown::after {
	content: "\f107";
	position: absolute;
	right: 10px;
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #000;
	top: 0;
}
.sidebar-nav li a[aria-expanded="true"]::after {
	content: "\f106";
	color: #fff;
}
.sidebar-nav li a.sublistDrop::after {
	content: "+";
	position: absolute;
	right: 10px;
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #000;
	top: 0;
}
.sidebar-nav li .collapse a[aria-expanded="true"]::after {
	content: "-";
}
.sidebar-nav li .collapse li a {
	color: #28243f;
}
.sidebar-nav li .collapse .sublist {
	padding-left: 10px;
	font-size: 14px;
	background: rgba(255, 255, 255, .5);
}
.sidebar-nav li .collapse .sublist {
	padding-left: 10px;
	font-size: 14px;
	max-height: 300px;
	overflow-y: auto;
}
.sidebar-nav li .collapse .sublist li a {
	line-height: 18px;
	padding: 6px 0 6px 25px;
	color: #ec4a02;
	font-size: 14px;
	font-weight: 400;
}
.sidebar-nav li .collapse .sublist li a::after {
	content: "";
	position: absolute;
	left: 10px;
	top: 12px;
	background: #6cb011;
	width: 6px;
	height: 1px;
}
/* ------ Menu Hover ------------------*/
.banner-right .dropdown:hover > ul.dropdown-menu {
	display: block;
	background-color: #312b4e;
	box-shadow: 0 0 15px rgba(0,0,0,.3)
}
.banner-right .dropdown li:hover > ul.dropdown-menu {
	display: block;
}
.banner-right .dropdown-submenu {
	position:relative;
}
.banner-right .dropdown-submenu>.dropdown-menu {
	top: 0;
	right: 100%;
	margin-top:-6px;
	left:auto;
	width: 250px;
	background-color: #312b4e;
	box-shadow: 0 0 15px rgba(0,0,0,.3)
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
} 
.banner-right .dropdown-menu .dropdown-item {
	white-space: pre-wrap;
	padding: 4px 12px;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}
.banner-right .dropdown-menu .dropdown-item.sidebar-brand a{
	color: #ff6d2d;
	font-weight: 500;
	text-decoration:none;
}
.banner-right .dropdown-menu .dropdown-item:focus, .banner-right .dropdown-menu .dropdown-item:hover{
	color: #6cb011;
}
.banner-right .dropdown-menu .dropdown-item:last-child {
	border-bottom: 1px dotted #ccc;
}
.menu-scroll{ height:250px; overflow-y:scroll;}
.banner-right .exam-courses .dropdown-submenu .dropdown-menu li ul{
	right:100%;
	left:auto;
	top:auto;
	bottom: 0;
	overflow-y: auto;
	max-height:275px;
}
.banner-right .exam-courses .dropdown-submenu .dropdown-menu li ul li ul.certificate_submenu_exm{
	position: static; width: 230px; overflow: hidden; height: auto; box-shadow: 0 0 15px rgba(0,0,0,.6); background-color: #433b69;
}
.banner-right .education .dropdown-submenu ul{
	overflow-y: auto;
	max-height:250px;
}
.banner-right .important-notice ul.dropdown-menu{
	top: auto;
	bottom: -125px;
}
/** ----- About -----------------**/
.aboutUs {
	width: 100%;
	display: inline-block;
	padding: 40px 0;
	background: rgba(22, 16, 50, 0.06);
	position: relative;
}
h2.title {
	text-align: left;
	font-weight: 700;
	font-size: 30px;
	color: #161032;
	padding-bottom: 20px;
	position: relative;
}
h2.title span {
	color: #6cb011;
}
h2.title:before {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #6cb011;
}
.main-about p {
	font-size: 15px;
	line-height: 20px;
	color: #7d818f;
}
.aboutUs .img-box img {
	width: 100%;
}
.aboutUs .img-box {
	position: relative;
}
.aboutUs .img-box:before {
	content: '';
	position: absolute;
	top: 50px;
	left: -40px;
	right: 0;
	bottom: 50px;
	z-index: -1;
	background: #ee5918;
}
.main-about ul {
	margin: 0 0 10px;
}
.main-about ul li {
	padding-left: 20px;
	position: relative;
	font-size: 15px;
}
.main-about ul li:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f00c";
	font-family: 'FontAwesome';
	font-size: 12px;
	color: #ee5918;
}
.sec-lines {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
	overflow: hidden;
}
.full-height {
	height: 100%;
}
.line-item {
	float: left;
	width: 20%;
	height: 100%;
	box-sizing: border-box;
	border-right: 1px solid rgba(153, 153, 153, 0.1);
	height: 100%;
	position: relative;
}
.line-item:first-child {
	border-left: 1px solid rgba(153, 153, 153, 0.09);
}
.line-item:first-child:before {
	content: '';
	position: absolute;
	top: 0;
	right: -2px;
	width: 4px;
	height: 30px;
	animation: scroll3 8s ease-out infinite;
	background: #e85514;
}
.line-item:last-child:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: -2px;
	width: 4px;
	height: 30px;
	animation: scroll2 6s ease-out infinite;
	background: #e85514;
}
@keyframes scroll3 {
	0% {
		opacity: 1;
		top: 0
	}
	50% {
		top: 50%
	}
	100% {
		top: 100%;
		opacity: 0.5;
	}
}
@keyframes scroll2 {
	0% {
		opacity: 1;
		bottom: 0
	}
	50% {
		bottom: 50%
	}
	100% {
		bottom: 100%;
		opacity: 0.5;
	}
}
/* === Recent News ===================== */
.recent-news {
	width: 100%;
	float: left;
	background: #f3f0f0;
	position: relative;
	padding: 40px 0;
}
.news-slider {
	display: inline-block;
	position: relative;
	margin: 0 -15px;
}
.news-slider li {
	width: 33.33%;
	float: left;
	margin: 0 15px;
}
.news-slider li .box {
	width: 100%;
	float: left;
	-webkit-box-shadow: 0 0 1.5rem rgba(18, 38, 63, 0.1);
	box-shadow: 0 0 1.5rem rgba(18, 38, 63, 0.1);
	margin: 0;
}
.news-slider li .img-box {
	width: 100%;
	float: left;
	position: relative;
}
.news-slider li .img-box .date {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 60px;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
}
.news-slider li .img-box .date .day {
	width: 100%;
	display: inline-block;
	background: #e85514;
	color: #ffffff;
	padding: 2px 0;
}
.news-slider li .img-box .date .month {
	width: 100%;
	display: inline-block;
	background: #161032;
	color: #ffffff;
	padding: 2px 0;
}
.news-slider li h5 {
	font-size: 1rem;
	color: #161032;
}
.news-slider li .img-box img {
	width: 100%;
}
.news-slider li .data {
	width: 100%;
	float: left;
	padding: 15px;
}
.news-slider li a.read-more {
	color: #161032;
}
.news-slider li .box:hover {
	-webkit-box-shadow: 0 0 1.5rem rgba(18, 38, 63, 0.15);
	box-shadow: 0 0 1.5rem rgba(18, 38, 63, 0.15);
}
.news-slider li .box:hover a.read-more,
.news-slider li .box:hover h5 {
	color: #e85514;
}
.recent-news .slick-arrow:hover:before {
	color: #6cb011;
}
.recent-news .slick-arrow {
	position: absolute;
	right: 0;
	background: #ffffff;
	border: 0;
	font-size: 0;
	top: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	color: #e85514;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	z-index: 10;
	cursor: pointer;
}
.recent-news .slick-prev {
	right: 65px;
}
.recent-news .slick-next:before {
	content: "\f061";
	font-family: FontAwesome;
	font-size: 12px;
}
.recent-news .slick-prev:before {
	content: "\f060";
	font-family: FontAwesome;
	font-size: 12px;
	color: #9a99a1;
}
.news-inner {
	position: relative;
}
/* === our-research ==================== */
.our-research {
	width: 100%;
	float: left;
	padding: 40px 0;
	background: url(../images/research-bg.jpg);
	color: #ffffff;
	background-attachment: fixed;
}
.our-research h2.title {
	color: #ffffff;
}
.research-slider {
	display: inline-block;
	position: relative;
	margin: 0 -15px;
}
.research-slider li {
	float: left;
	padding: 0 15px;
	transition: ease-in-out 3s;
}
.research-slider li .box {
	width: 100%;
	float: left;
	border: 1px solid #9f9bac;
	padding: 22px 15px;
	text-align: center;
	min-height: 235px;
}
.research-slider li .box h3 {
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	margin: 0 0 1rem;
}
.research-slider li .box p {
	margin: 0 0 1rem;
}
.research-slider li .box .readmore-icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: rgba(77, 70, 109, 0.8);
	line-height: 42px;
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
}
.our-research p {
	font-size: 16px;
	margin: 0 0 20px;
}
.research-slider li:hover .box h3 {
	color: #e85514;
}
.research-slider li:hover .box {
	border-color: #e85514;
}
.research-slider li:hover .box .readmore-icon {
	color: #ffffff;
	background-color: #e85514;
}
.our-research .slick-arrow {
	position: absolute;
	right: 0;
	background: #6cb011;
	border: 0;
	font-size: 0;
	top: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	color: #ffffff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	z-index: 10;
	cursor: pointer;
}
.our-research .slick-prev {
	right: 65px;
}
.our-research .slick-next:before {
	content: "\f061";
	font-family: FontAwesome;
	font-size: 12px;
}
.our-research .slick-prev:before {
	content: "\f060";
	font-family: FontAwesome;
	font-size: 12px;
}
.our-research .slick-prev {
	background: #384776;
}
.our-research .slick-prev:hover {
	background: #6cb011;
}
.research-inner {
	position: relative;
}
/* === photo-galler-slider ============================= */
.slick-slide {
	outline: none;
}
.photo-gallery {
	width: 100%;
	float: left;
	padding: 40px 0;
}
.photo-galler-slider {
	margin: 0 -10px;
}
.photo-gallery p {
	font-size: 16px;
	margin: 0 0 20px;
}
.photo-galler-slider li {
	float: left;
	padding: 0 10px;
	position: relative;
}
.photo-gallery .img-box {
	width: 100%;
	float: left;
	border: 3px solid #384776;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #acabb3;
	height: 225px;
	overflow: hidden;
}
.photo-gallery .img-box img {
	width: 100%;
}
.photo-gallery .img-box .plusIcon {
	font-family: 'gilroy-ultralight';
	font-size: 80px;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	color: #fff;
	z-index: 1;
	opacity: 0;
	text-decoration: none;
}
.photo-galler-slider li:hover .plusIcon {
	opacity: 1;
}
.photo-gallery li:hover .img-box {
	background: #161032;
}
.photo-gallery li:hover .img-box img {
	opacity: .3;
}
.photo-galler-slider li h4 {
	font-size: 16px;
	text-align: center;
	margin: 8px 0;
	display: inline-block;
	width: 100%;
}
.photo-galler-slider .slick-arrow {
	position: absolute;
	background: #384776;
	border: 0;
	font-size: 0;
	top: 50%;
	margin-top: -30px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	color: #ffffff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	z-index: 9;
}
.photo-galler-slider .slick-arrow:hover,
.photo-galler-slider .slick-arrow:focus {
	background: #6cb011;
}
.photo-galler-slider .slick-prev {
	left: -50px;
}
.photo-galler-slider .slick-next {
	right: -50px;
}
.photo-galler-slider .slick-next:before {
	content: "\f061";
	font-family: FontAwesome;
	font-size: 12px;
}
.photo-galler-slider .slick-prev:before {
	content: "\f060";
	font-family: FontAwesome;
	font-size: 12px;
}
/* === customer-section ============================= */
.customer-section {
	width: 100%;
	float: left;
	padding: 40px 0;
	background: #bab6cc;
}
.cust-slider {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.cust-slider li.slick-slide {
	display: inline-block;
	padding: 0 15px;
}
.cust-slider .slick-arrow {
	position: absolute;
	background: transparent;
	border: 0;
	font-size: 0;
	top: 50%;
	margin-top: -30px;
	border-radius: 50%;
	color: #161032;
	cursor: pointer;
	z-index: 9;
}
.cust-slider .slick-prev {
	left: -50px;
}
.cust-slider .slick-next {
	right: -50px;
}
.cust-slider .slick-next:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 36px;
}
.cust-slider .slick-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 36px;
}
.cust-slider li.slick-slide .img-box img {
	display: inline-block
}
/*===iibf-acadenics css start(14-8-24)===*/
.iibf-acadenics .row .col-lg-8{padding-right: 30px;}
.iibf-acadenics .row .col-lg-3{padding: 0;}
.iibf-acadenics .cardBox{margin: 0;position: relative;height: 100%;}
.iibf-acadenics .cardBox::before{position: absolute; content: ""; height: 100%;width: 100%;background: rgba(0, 0, 0, 0.45);top:0;left: 0;border:1px solid #FFF; z-index: 0;backdrop-filter: blur(4px);}
.iibf-acadenics .cardBox .acadmic-info{position: relative;z-index: 1;}
.iibf-acadenics .cardBox .acadmic-info img, .iibf-acadenics .cardBox .acadmic-info p{top: 5px; transition: top 0.5s;position: relative;}
.iibf-acadenics .cardBox .acadmic-info img{max-width: 55px;}
.iibf-acadenics .cardBox .acadmic-info p{font-size: 17px; color: #fff; margin: 6px 0;}
.iibf-acadenics .cardBox .acadmic-info a{display: none;}
.iibf-acadenics .cardBox:hover {padding-block: 8px;}
.iibf-acadenics .cardBox:hover .acadmic-info a{display: block; margin: 0 auto;}
.iibf-acadenics .cardBox:hover .acadmic-info{border: 1px solid #fff;padding: 5px 0;}
.iibf-acadenics .cardBox:hover .acadmic-info img, .iibf-acadenics .cardBox:hover .acadmic-info p{top:0}
.important-news .important-news-slider img{height: 200px; width: 100%;object-fit: cover;}
/*===iibf-acadenics css ends===*/
/* === Footer =========================== */
/*footer {
	width: 100%;
	float: left;
	background: #2d2746;
	padding: 40px 0;
	color: #ffffff;
	position: relative;
	}
	footer h4 {
	font-size: 18px;
	margin: 0 0 25px;
	color: #cac6de;
	}
	footer h5 {
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: 400;
	color: #cac6de;
	}
	footer ul.useful-links li {
	width: 50%;
	float: left;
	font-weight: 300;
	font-size: 15px;
	margin: 0 0 10px;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	}
	footer ul.useful-links li a {
	color: #d6d3e6;
	font-weight: 300;
	}
	footer ul.useful-links li:hover,
	footer ul.useful-links li:hover a {
	color: #6cb011;
	text-decoration: none;
	}
	footer ul.useful-links li::before {
	content: "\f178";
	position: absolute;
	left: 0;
	font-family: 'FontAwesome';
	}
	.reachus {
	padding: 0 30px;
	}
	.reachus li {
	font-weight: 300;
	font-size: 15px;
	padding-left: 25px;
	position: relative;
	margin: 0 0 10px;
	color: #cac6de;
	}
	.reachus li a {
	color: #cac6de;
	}
	.reachus li i {
	position: absolute;
	left: 0;
	top: 3px;
	}
	.reachus::before {
	width: 1px;
	background: rgb(2, 0, 36);
	background: linear-gradient(0deg, rgb(45, 39, 70) 0%, rgb(96, 90, 123) 50%, rgb(45, 39, 70) 100%);
	height: 100%;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	}
	.reachus::after {
	width: 1px;
	background: rgb(2, 0, 36);
	background: linear-gradient(0deg, rgb(45, 39, 70) 0%, rgb(96, 90, 123) 50%, rgb(45, 39, 70) 100%);
	height: 100%;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	}
	.socialIcons ul {
	width: 100%;
	margin: 0 0 30px;
	}
	.socialIcons ul li {
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	border-radius: 50%;
	line-height: 36px;
	border: 1px solid #b1aebb;
	color: #b1aebb;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
	}
	.socialIcons ul li a {
	color: #b1aebb;
	cursor: pointer;
	}
	.socialIcons ul li a i{
	line-height:34px;
	}
	.socialIcons ul li:hover {
	color: #6cb011;
	border: 1px solid #6cb011;
	}
	.socialIcons ul li:hover a {
	color: #6cb011;
	}
	.socialIcons p {
	font-weight: 300;
	font-size: 14px;
	margin: 0 0 10px;
	background: #494460;
	float: left;
	padding: 2px 10px;
	letter-spacing: 0.2px;
	width: 100%;
	}
	.visitorno img {
	max-width: 110px;
	display: inline-block;
	margin: 0 0 3px;
	}
/* === footer-bottom =========================== */
/*.footer-bottom {
	width: 100%;
	float: left;
	background: #1a1336;
	color: #b1aebb;
	font-size: 14px;
	padding: 15px 0;
	}
	.footer-bottom .copyright {
	float: left;
	margin: 0;
	}
	.footer-bottom p a {
	color: #b1aebb;
	}
	.text-right {
	float: right;
	text-align: right;
	margin: 0;
	}
	.reachus .dropdown-toggle::after {
	display: none;
	}
	.reachus .dropdown-menu {
	display: none
	}
	.reachus .dropdown-menu.show {
	display: block;
	min-width: 100%;
	padding: 5px 0;
	}
	.reachus .nav-link {
	padding: 2px 10px;
	color: #495057;
	font-size: 15px;
	}
	.reachus .nav-link:hover {
	color: #6cb011;
	}
	.reachus h4 {
	cursor: pointer;
}*/
/* === Back to drop ============================== */
body.isScrolling #backToTop {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
	transform: translateY(0)!important;
}
#backToTop {
	position: fixed;
	right: 30px;
	bottom: 20px;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, -webkit-transform;
	transition-property: transform, opacity, visibility;
	transition-property: transform, opacity, visibility, -webkit-transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	z-index: 10;
	transform: translateY(-530px)!important;
}
#backToTop a {
	padding: 12px 17px;
	font-size: 14px;
	line-height: 24px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	text-align: center;
	background-color: #6cb011;
	color: #FFF;
}
#backToTop a:hover {
	background-color: #6cb011;
	color: #FFF;
}
#backToTop a i.fa{
	position: relative;
	top: 0px;
	transition: all 500ms ease;
}
#backToTop a:hover i.fa{
	top: -5px;
	transition: all 300ms ease;
}
/* === Inner page css ============================== */
.bannertxt {
	color: #fff;
	float: left;
	font-size: 36px;
	font-style: italic;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 100;
	position: absolute;
	padding-top:20px;
}
.bannertxt-breadcrumb {
	/*height: 130px;*/
	padding: 15px 0 !important;
}
.inner-info {
	/*height: 130px;*/
	padding: 15px 0 !important;
}
.dropdown-menu .dropdown-item:last-child {
	border-bottom: none;
}
.dropdown-menu .dropdown-item{
	border-bottom: 1px dotted #ccc;
	color: #FFF;
}
.inner-info h3 {
	color: #fff;
	margin: 20px 0 0;
	font-size: 36px;
	font-style: italic;
	position: relative;
	text-align: left;
}
.bannerimg {
	width: 100%;
	display: inline-block;
}
.bannerimg img {
	width: 100%;
}
.breadcrumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border-radius: 0;
	font-size: 14px;
	font-style: normal;
	list-style: outside none none;
	padding: 8px 0 0;
	margin: 0;
}
.breadcrumb li a {
	color: #fff;
}
.breadcrumb>li {
	display: inline-block;
}
.breadcrumb>li+li::before {
	color: #fff;
	content: "> ";
	padding: 0 5px;
}
.breadcrumb>.active {
	color: #fff;
}
ol.breadcrumb >li:last-child {
	font-weight: 500;
}
.content {
	width: 100%;
	display: inline-block;
	padding: 30px 0;
}
.content.table-section h1 {
	font-size: 2rem;
}
.rightnav-dropdown .list-group-item {
	background: #312b4e;
	color: #ffffff;
	border: 1px dotted rgba(255, 255, 255, 0.2);
	margin: 0 0 3px;
	border-left: 4px solid #ee713a;
	border-radius: 0%;
}
.rightnav-dropdown .list-group-item:hover,
.rightnav-dropdown .list-group-item[aria-expanded="true"] {
	background-color: #6cb011;
	color:#ffffff;
}
.rightnav-dropdown .list-group-item.about-us-{
	background-color: #6cb011;
	color:#ffffff;
}
.topmenu-highlight .rightnav-dropdown .list-group-item.about-us- {
	background-color: #312b4e;
}
.topmenu-highlight .rightnav-dropdown .list-group-item:hover, .topmenu-highlight .rightnav-dropdown .list-group-item[aria-expanded="true"]{
	background-color: #6cb011;
}
.rightnav-dropdown .list-group-item .fa-caret-down,
.rightnav-dropdown .list-group-item .fa-plus {
	float: right;
	margin: 5px 0 0;
}
.rightnav-dropdown .collapse.show .list-group-item {
	background: #f1f1f3;
	color: #312b4e;
	border: 1px dotted rgba(0, 0, 0, 0.2);
	padding: .35rem 1.25rem;
}
.rightnav-dropdown .collapse.show .list-group-item:hover {
	color: #6cb011;
}
a.list-group-item.examination_courses[aria-expanded="true"] {
	background-color: #6cb011 !important;
	color: #FFF !important;
}
a.list-group-item.examination_courses:hover {
	background-color: #6cb011 !important;
	color: #FFF !important;
}
div#sidebar > div#feedback-panel:first-child .list-group > a {
	background-color: #6cb011;
}
div#sidebar > div#MainMenu2:first-child .list-group > a {
	background-color: #6cb011;
}
.rightnav-dropdown .list-group-submenu-2.collapse.show .list-group-item {
	background: #ffffff;
}
.rightnav-dropdown .collapse-subactive .list-group-item[aria-expanded="true"] {
	color: #6cb011;
	border-left: 3px solid;
}
.content.table-section .h2,
.content h2 {
	font-size: 1.4rem;
	margin: 0 0 20px;
}
.content.table-section .h4,
.content h4 {
	font-size: 1.1rem;
	margin: 0 0 10px;
}
.auto-scroll {
	max-height: 250px;
	overflow: auto;
}
.bannering-Archives-image {
	background-image: url(../images/courses_banner.jpg);
	height: 150px;
	overflow: hidden;
}
.table thead th {
	font-weight: normal;
	color: #ffffff;
	border-bottom: 1px solid #dee2e6;
}
.table thead {
	background: #433e5a;
}
.table-section .heading td {
	background: #433e5a;
	color: #ffffff;
}
table td strong {
	font-weight: 500;
}
.table td,
.table th {
	font-size: 14px;
	font-weight: normal;
	vertical-align:middle;
}
.content .table td p {
	margin: 0;
}
form table th {
	font-weight: 500;
	font-size: 14px;
}
.content.table-section .table .btn- {
	background: #312b4e;
	color: #ffffff;
}
.content.table-section .table .btn- {
	background: #312b4e;
	color: #ffffff;
	padding: 6px 10px;
	font-size: 12px;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.2s linear;
	width: 92px;
	display: inline-block;
	text-align: center;
}
.content.table-section .table .btn-:hover {
	background: #6cb011;
}
.content.table-section .table a.btn- .fa {
	padding-right: 5px;
}
.content.table-section ul br {
	display: none;
}
.content.table-section ul {
	width: 100%;
	display: inline-block;
	margin: 0;
}
.content.table-section ul li {
	position: relative;
	padding: 8px 0 8px 25px;
	margin:0;
}
.content.table-section ul li a {
	color: #007bff;
	padding:0;
}
/*focus css*/
.content.table-section ul li a:focus {
	background-color: #f5f5f5;
	color: #6cb011;
	outline: none;
}
/*hover css*/
.content.table-section ul li a:hover {
	background-color: #f5f5f5;
	color: #6cb011;
}
/*ol focus css*/
.content.table-section ol li a:focus {
	background-color: #f5f5f5;
	color: #6cb011;
	outline: none;
}
/*ol hover css*/
.content.table-section ol li a:hover {
	background-color: #f5f5f5;
	color: #6cb011;
}
table.table td > a {
	color: #007bff;
	background-color: transparent;
}
table.table td > a:hover {
	background-color: #f5f5f5;
	color: #6cb011;
}
table.table td > a:focus {
	background-color: #f5f5f5;
	color: #6cb011;
	outline: none;
}
.content.table-section ul li:after {
	content: "\f192";
	font-family: FontAwesome;
	position: absolute;
	top: 8px;
	left: 0;
	color: #312b4e;
	font-size: 14px;
} 
.content.table-section ul li p{
	margin:0;
}
.radio {
	width: 100%;
	display: inline-block;
}
.radio label {
	display: inline-block;
	width: 100%;
	font-weight: 400;
}
.radio label input {
	display: inline-block;
	margin-right: 6px;
}
.radio p {
	display: inline-block;
	margin: 0;
	font-size: 15px;
}
.radio label p strong {
	font-weight: 500;
}
.content form h6 {
	font-size: 15px;
	font-weight: 500;
	color: #6cb011;
}
.content form h6 p {
	margin: 0;
}
a.rightnavbar.navbar-toggle {
	display: none
}
.reporticon {
	width: 100%;
	display: inline-block;
	margin: 0 0 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.reporticon img {
	width: 100%;
}
.content.table-section h6 {
	font-size: 15px;
	font-weight: 500;
	color: #6cb011;
}
.content.table-section h6 strong {
	font-weight: 500;
}
.content.table-section ol li p {
	margin: 0;
}
.bannering-Education-image,
.inner-banner-courses,
.bannering-Announcement-image,
.bannering-Exam-image,
.bannering-Research-image,
.bannering-Training-image,
.bannering-Membership-image {
	background-image: url(../images/courses_banner.jpg);
	height: 150px;
}
.login-box {
	text-align: center;
}
.login-box ul {
	margin: 0;
	padding: 0;
}
.login-box ul li {
	display: inline-block;
	margin-right: 30px;
}
.login-box ul li a {
	color: #010101;
}
.login-circle {
	border: 6px solid #E8E8E8;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
	padding: 22px;
}
.login-circle .member-icon,
.login-circle .nonmember-icon {
	background: url(../images/member-icon.png) 0 0px no-repeat;
	height: 58px;
	overflow: hidden;
	width: 69px;
	display: inline-block;
	margin-top: 16px;
}
.login-circle:hover {
	border: 6px solid rgba(45, 39, 70, .5);
}
.modal-header .modal-title {
	font-size: 1.4rem;
	line-height: normal;
	margin: 0;
}
.login-box ul li a:hover .member-icon,
.login-box ul li a:hover .nonmember-icon {
	background: url(../images/member-icon.png) 0 -76px no-repeat;
}
.inner-intro {
	text-align: justify;
	padding-left: 15px;
	border-left: 3px solid #6cb011;
}
.ac-container {
	width: 100%;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label {
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #312b4e;
	font-size: 18px;
	background: #f1f1f3;
	font-weight: normal;
	transition: ease;
	border: 1px solid #e3e3e8;
}
.ac-container label:after {
	content: '\f107';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	font-family: 'FontAwesome';
	color: #312b4e;
	/*background: transparent url("../images/arrow_down.png") no-repeat center center;*/
}
.responsive-tabs-container .tab-pane h3 {
	font-weight: 500;
	color: #6cb011;
	font-size: 16px;
}
.ac-container label:hover {
	background: #6cb011;
	transition: 0.3s ease-in-out;
	color: #ffffff;
}
.ac-container input:checked+label,
.ac-container input:checked+label:hover {
	background: #6cb011;
	color: #fff;
	font-weight: normal;
	transition: 0.3s ease-in-out;
}
.ac-container label:hover:after,
.ac-container input:checked+label:hover:after {
	content: '\f107';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	font-family: 'FontAwesome';
	color: #fff;
	/*background: transparent url("../images/arrow_down.png") no-repeat center center;*/
}
.ac-container input:checked+label:after {
	content: '\f106';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	font-family: 'FontAwesome';
	color: #fff;
	/*background: transparent url("../images/arrow_up.png") no-repeat center center;*/
}
.ac-container input:checked+label:hover:after {
	content: '\f106';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	font-family: 'FontAwesome';
	color: #fff;
	/*background: transparent url("../images/arrow_up.png") no-repeat center center;*/
}
.ac-container input {
	display: none;
}
.ac-container article {
	background: #f5f5f5;
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	top: -2px;
}
.ac-container article p {
	font-style: normal;
	color: #777;
	line-height: 21px;
	font-size: 14px;
	padding: 5px 0;
}
.ac-container article p strong {
	margin-left: 0 !important;
}
.ac-container input:checked~article {
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}
.ac-container input:checked~article.ac-small {
	height: auto;
}
.ac-container input:checked~article.ac-medium {
	height: auto;
}
.ac-container input:checked~article.ac-large {
	height: auto;
	margin: 0 0 10px;
}
.ac-inner img {
	display: inline-block;
	float: left;
	margin: 0 15px 15px 0;
}
.ac-inner h3 {
	margin-top: 15px;
}
.fiveblocks {
	text-align: center;
	padding: 15px;
}
.fiveblocks h3 {
	text-align: center;
	font-size: 24px;
	color: #0d6c9a;
	font-weight: bold;
}
.innerTabs .nav-tabs li a {
	background-color: #dfdfdf;
	color: Black;
	height: 45px;
	font-size: 15px;
	padding: 10px 15px;
	text-decoration: none;
}
.innerTabs .nav-tabs li.active a,
.innerTabs .nav-tabs li.active a:hover,
.innerTabs .nav-tabs li a:focus,
.innerTabs .nav-tabs li a:hover {
	color: #fff;
	background-color: #6cb011;
}
ul.nav.nav-tabs.responsive-tabs > li > a:focus {
	color: #fff;
	background-color: #6cb011 !important;
}
.responsive-tabs-container .tab-pane .button_download {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 0;
}
.responsive-tabs-container .tab-pane .button_download a {
	display: inline-block;
	color: #fff;
	padding: 10px 35px 10px 15px;
	background-color: #453f60;
	border-radius: 5px;
	font-size: 14px;
	position: relative;
}
.o_td {
	background-color: #453f60 !important;
	color: #fff !important;
	text-transform: uppercase !important;
}
.responsive-tabs-container .tab-pane .button_download a::after {
	display: block;
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f019";
	color: #fff;
	text-align: right;
	outline: none;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
	top: 10px;
	right: 12px;
}
.dipCourses sup {
	color: #dc3545;
	font-size: 16px;
	top: 0;
}
.w50 {
	width: 50%;
	margin: 15px auto 0;
	height: 500px;
	overflow-y: scroll;
}
.apply_online {
	margin: 20px auto 0;
	text-align: center;
	position: relative;
}
.apply_online a {
	display: inline-block;
	width: 135px;
	height: 100px;
	border-radius: 10px;
	background-color: #453f60;
	position: relative;
	color: #fff;
	font-size: 16px;
}
.apply_online a::before {
	display: block;
	position: relative;
	font-family: 'FontAwesome';
	content: "\f007";
	color: #fff;
	text-align: center;
	outline: none;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
	top: 10px;
	font-size: 38px;
	margin-bottom: 10px;
}
.content .apply_online a:hover {
	background-color: #6cb011;
	color: #fff;
	text-decoration: none;
}
.apply_online a br {
	display: none;
}
.responsive-tabs-container .tab-pane .table thead {
	background: #ffffff;
}
.content.table-section ul.exam-related-scroll li a:hover {
	background-color: #f5f5f5;
	color: #6cb011;
}
.exam-related {
	margin: 0 auto;
	position: relative;
	padding: 10px 15px;
	background-color: #fff;
}
.content .tab-content {
	width: 100%;
}
.innerTabs h2 {
	font-size: 1.3rem;
	margin: 0 0 20px;
}
.exam-related ul li {
	position: relative;
	display: block;
	padding: 0 0 0 10px;
	list-style: none;
}
.exam-related ul li::before {
	display: block;
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f101";
	color: #ff9600;
	text-align: left;
	outline: none;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
	top: 0px;
	font-size: 13px;
	left: 0;
}
.exam-related ul li::after {
	display: none;
}
.content.table-section ul li ul li:after {
	content: "\f1db";
	font-family: FontAwesome;
	position: absolute;
	top: 0px;
	left: 0;
	color: #312b4e;
	font-size: 12px;
}
.gallery ul li {
	margin: 0 0 20px;
}
.gallery ul li a {
	width: 100%;
	display: inline-block;
	padding: 4px;
	border: 1px solid #8f8f8f;
	position: relative;
}
.gallery .thumbnail img {
	min-height: 180px;
	max-height: 180px;
	max-width: 100%;
}
.span3 .caption-cover {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
}
.span3 .caption-txt {
	text-align: center;
	padding: 10px 5px;
	margin: 5px;
	color: #fff;
	font-size: 13px;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(39, 39, 39, 0) 0%, rgba(36, 36, 36, 0.06) 7%, rgba(34, 34, 34, 0.14) 12%, rgba(30, 30, 30, 0.39) 23%, rgba(27, 27, 27, 0.52) 30%, rgba(26, 26, 26, 0.54) 31%, rgba(21, 21, 21, 0.63) 37%, rgba(15, 15, 15, 0.71) 44%, rgba(2, 2, 2, 0.76) 59%, rgba(0, 0, 0, 0.76) 62%, rgba(0, 0, 0, 0.76) 100%) repeat scroll 0 0;
}
.panel-group .panel {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	border-radius: 4px;
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 10px 15px;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
	font-weight: normal;
}
.panel-title a {
	text-decoration: none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd;
}
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border: 1px solid #ddd;
	font-size: 14px;
	text-align: justify;
}
.panel-body {
	padding: 15px;
}
.panel-body dl,
.panel-body ol,
.panel-body ul {
	padding-left: 30px;
	margin: 10px 0 0;
}
dl,
ol {
	padding-left: 15px;
}
.content ol li{
	padding: 8px 0;
}
.content ol br{
	display:none;
}
.emagicApp .nav-tabs>li.active>a,
.emagicApp .nav-tabs>li.active>a:focus,
.emagicApp .nav-tabs>li.active>a:hover {
	background-color: #6cb011;
	color: #fff;
	border-radius: 0;
	border: none;
}
.nav-tabs>li>a {
	padding: 9px 15px;
	color: #fff;
	text-decoration: none;
	/*white-space: pre;*/
}
.form-group {
	width: 100%;
	display: inline-block;
}
.btn-info {
	color: #fff;
	background-color: #6cb011;
	border-color: #6cb011;
}
.btn-info:hover {
	color: #fff;
	background-color: #312b4e;
	border-color: #312b4e;
}
.number {
	display: inline-block;
	vertical-align: top;
	width: 1.5%;
}
.text {
	display: inline-block;
	width: 96%;
}
.form-control {
	font-size: 14px;
}
form.member-feedback .form-group h6 {
	color: #312b4e;
}
ol.tender li {
	margin: 0 0 15px;
}
.notice_btn {
	margin: 10px auto;
	text-align: center;
}
.notice_btn a {
	display: inline-block;
	border-radius: 5px;
	background-color: #6cb011;
	position: relative;
	color: #fff;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
}
.notice_btn a:hover {
	background-color: #312b4e;
	color: #fff;
	transition: 0.3s ease-in-out;
}
.feedbackform .form-control {
	margin: 0 0 15px;
}
.feedbackform em {
	color: #ec2e40;
	font-size:17px;
	line-height:normal;
	vertical-align:middle;
}
.content a:hover, .table-section a:hover{
	color:#6cb011;
}
/* -- Menu section ---------------*/
.ct-menusection ul {
	width: 100%;
	float: left;
}
.ct-menulisting li {
	padding: 10px 0;
	width: 100%;
	float: left;
	position: relative;
}
.ct-menulisting li.ctmenu1,  .ct-submenu li.ctmenu3{
	border-bottom: dotted 1px #9d9c9f;
}
.ct-menulisting li.ctmenu1:last-child{
	border-bottom: 0
}
.ct-menulisting li.ctmenu1:before {
	content: "";
	width: 15px;
	height: 15px;
	background: #ef4d05;
	border: 4px solid #edc5b4;
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 12px;
}
.ct-menulisting li a {
	color: #f35b18;
	font-size: 15px;
	font-weight: 500;
	padding-left: 25px
}
.ct-menulisting .card-body{
	padding: 0
}
.ct-menulisting .card {
	margin: 0 0 5px;
	border: 0;
	width: 100%
}
.ct-menulisting .collapse.show {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.ct-menulisting .card-header {
	padding: 0;
}
.ct-menulisting .accordion {
	width: 100%;
	float: left;
	padding-left: 10px;
	margin-top: 5px;
}
.ct-menulisting .btn-block {
	padding: .75rem 1.25rem;
	outline: none;
	border: 0;
	background: #fff;
	color: #3F51B5;
	font-size: 14px;
	font-weight: 500;
	padding-left: 25px;
	cursor: pointer;
}
.ct-menulisting .btn-block:not(.collapsed) {
	background-color: #eef4fb;
}
.ct-menulisting .btn-block:after {
	content: "\f107";
	font-family: 'FontAwesome';
	font-size: 26px;
	float: right;
	line-height: 20px;
	height: 20px;
}
.ct-menulisting .btn-block:not(.collapsed)::after{
	content: "\f106";
}
.ct-menulisting li.ctmenu2 a {
	color: #3F51B5;
	font-size: 14px;
	font-weight: 500;
}
.ct-menulisting .ctmenu2:before {
	content: "";
	width: 14px;
	height: 14px;
	background: #3F51B5;
	border: 4px solid #C5CAE9;
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 14px;
}
.ct-menulisting li.ctmenu3 {
	width: 48%;
	margin-left: 2%;
	display: flex;
	align-items: center;
	height: 44px;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}
.ct-menulisting li.ctmenu3 a {
	color: #4CAF50;
	font-size: 13px;
	font-weight: 500;
	padding-left: 20px;
}
.ct-menulisting li.ctmenu3:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #4CAF50;
	border: 3px solid #C5E1A5;
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 14px;
}
ul.ct-submenu {
	padding-left: 25px;
}
/* === Media Query CSS ============================================================ */
@media screen and (max-width: 1200px) {
	.photo-galler-slider .slick-next {
		right: 0;
	}
	.photo-galler-slider .slick-prev {
		left: 0;
	}
	.cust-slider .slick-next {
		right: 0px;
	}
	.cust-slider .slick-prev {
		left: 0px;
	}
}
@media screen and (max-width: 1199px) {
	.container {
		max-width: 100%;
	}
}
@media screen and (max-width: 991px) {
	.navbar .dropdown-menu {
		visibility: unset;
		left: 0;
		top: 0;
		transform: none;
		width: 100%;
		display: none;
		opacity: 1;
	}
	.navbar .dropdown-menu.show {
		display: block;
	}
	.search-mob {
		float: right;
		position: absolute;
		right: 15px;
		margin: 0 !important;
		top: 0;
	}
	.search {
		padding: 10px 15px;
		height: 40px;
	}
	.search-box {
		margin-top: 1rem;
	}
	.navbar {
		padding: 0 15px;
	}
	.academic-heighlight .img-box h4 {
		font-size: .8rem;
	}
	.academic-heighlight .img-box {
		padding: 15px 5px;
		height: auto;
	}
	.logo-section {
		width: 100%;
		text-align: center;
		display: inline-block;
	}
	.logo-section .right-button {
		width: 100%;
		text-align: center;
	}
	.logo-section .right-button .dropdown {
		float: none !important;
		display: inline-block;
	}
	.bannertxt {
		position: relative;
	}
	.bannerimg {
		display: none;
	}
	.photo-gallery .img-box {
		height: 190px;
	}
	.photo-galler-slider li h4 {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.container {
		max-width: 100%;
	}
	.logo-section {
		display: block;
	}
	a.logo img {
		width: 100%;
	}
	.banner-left {
		width: 100%;
	}
	.banner-right {
		width: 100%;
		padding-left: 0;
	}
	.banner {
		background-image: none;
	}
	.bannertxt-breadcrumb {
		height: auto;
	}
	.recent-news .slick-arrow{
		top:50%;
		margin-top:25px;
	}
	.recent-news .slick-prev {
		right: auto;
		left:5px;
	}
	.recent-news .slick-prev {
		right: 5px;
	}
	.ct-menulisting li.ctmenu3{
		width: 100%;
		margin: 0;
	}
	ul.ct-submenu {
		padding-left: 15px;
	}
	.ct-menulisting li.ctmenu3 a{
		line-height: 13px
	}
}
@media screen and (max-width: 767px) {
	.main-about {
		padding-top: 20px;
	}
	ul.useful-links {
		margin: 0 0 20px;
		width: 100%;
		display: inline-block;
	}
	.reachus {
		padding: 0 15px;
		margin: 0 0 20px;
	}
	.footer-bottom .text-right {
		width: 100%;
		text-align: center !important;
	}
	.footer-bottom .copyright {
		text-align: center;
		width: 100%;
	}
	.banner-left ul li h4 {
		font-size: 18px;
	}
	.banner-left ul li p {
		font-size: 13px;
	}
	.bannering-Archives-image {
		height: 120px;
	}
	.bannertxt {
		font-size: 28px;
	}
	.banner-right ul.dropdown-menu, .banner-right .dropdown:hover > ul.dropdown-menu{
		min-width:100%;
	}
	.banner-right .dropdown-submenu>.dropdown-menu{
		min-width:100%;
		position:static;
	}
	.banner-right .important-notice ul.dropdown-menu{
		top: 100%;
		bottom: auto;
	}
}
@media screen and (max-width: 568px) {
	.recent-news {
		padding: 20px 0;
	}
	.our-research {
		padding: 20px 0;
	}
	.navbar {
		width: 100%;
	}
	.right-button {
		float: right;
		padding: 8px 0;
		width: 100%;
		text-align: center;
		border-top: 1px solid #eee;
	}
	footer ul.useful-links li {
		padding-left: 0;
	}
	footer ul.useful-links li::before {
		display: none;
	}
	footer {
		padding: 25px 0 20px;
	}
	footer h4 {
		margin: 0 0 15px;
	}
	.search-box {
		position: relative;
		transform: none;
		display: none;
		opacity: 1;
	}
	.open-search .search-box {
		display: block;
		transform: none;
		min-height: auto;
		float: left;
		margin: 0;
		border-top: 1px solid #eee;
	}
	.open-search .search-box .form-group {
		margin: 0;
	}
	.search-box .form-control {
		padding: 0;
		height: 50px;
		font-size: 14px;
	}
	.search-box .input-group-text {
		font-size: 1rem;
		padding: 0 10px;
	}
	h2.title {
		font-size: 24px;
	}
	.news-slider .slick-prev {
		right: 60px;
	}
	.news-slider li .data p {
		font-size: 14px;
	}
	.research-slider li .box p {
		font-size: 14px;
		font-weight: 300;
	}
	.research-slider li .box {
		min-height: auto;
	}
	.our-research .slick-arrow {
		width: 35px;
		height: 35px;
	}
	.our-research .slick-prev {
		right: 50px;
	}
	.recent-news .slick-arrow {
		width: 35px;
		height: 35px;
	}
	.photo-galler-slider .slick-arrow {
		width: 35px;
		height: 35px;
	}
	.socialIcons ul {
		margin: 0 0 20px;
	}
	#social-share {
		top: 50%;
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 6px 12px;
	}
	.sidebar-nav{
		width:100%;
	}
	#close-menu.leftside {
		left: auto;
	}
}
@media screen and (max-width: 414px) {
	.banner-img-slider .img-box {
		height: 180px;
	}
	.banner-img-slider .img-box img {
		height: 100%;
		display: inline-block;
		width: 100%;
	}
	.banner-left ul li h4 {
		font-size: 16px;
	}
	.banner-img-slider .slick-prev {
		left: -10px;
	}
	.banner-img-slider .slick-next {
		right: -10px;
	}
}
@media screen and (max-width: 368px) {
	.topbar .reg-query {
		font-size: 13px;
		text-align: center;
		width: 100%;
	}
	.topbar ul {
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	.topbar ul li {
		padding: 0 6px;
	}
	.topbar ul li a {
		font-size: 13px;
	}
	.logo-section .right-button .btn {
		font-size: 13px;
		padding: .3rem .8rem;
	}
}
.modal-dialog.modal-xl embed {  
	width: 100% !important;
	height: 400px !important;
}
.modal-dialog.modal-xl {
	max-width: 750px;
}
/*table issue fixing*/
/*edits by Mayuri*/
.table-responsive table > thead > tr > th {
	background-color: #433e5a;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}
.table-responsive > table > thead > tr > th > p {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}
.table-responsive > table {
	width: 100%;
}
p.tableheading {
	background-color: #fff;
	text-align: center;
	padding: 10px 0;
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
article.ac-large .tab-pane > h3 {
	font-weight: 500;
	color: #6cb011;
	margin-top:15px;
	font-size: 16px;
}
article.ac-large table tr td{
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	background-color:#fff;
}
.cardBox{
	background: #F3F3FF;
	border-radius: 12px;     
	padding-inline: 14px;
	text-align: center;
	padding-block: 29px;
	margin-block: 15px;
}
.cardBox p{ 
	font-size: 14px; 
	color: #5F2DA9; 
	font-weight: 600; 
	margin-bottom: 10px 
}
.arrow-next{ 
	width: 30px; 
	height: 30px; 
	background: #5F2DA9; 
	display: inline-block; 
	line-height: 30px; 
}
.cardBox:hover {
	background: #F1FFF1;
}
.cardBox:hover p{
	color: #3D8A3D;
}
.cardBox:hover .arrow-next{
	background: #1A1336;
}
.iibf-acadenics .row{
	padding-block: 12px;
	}/*
	.imp-updates{
	height: 24rem;
	overflow-y: scroll;
	}
	.cardBox>img{
	padding-bottom: 10px;
	}
	.imp-updates h4:before, .imp-title:before {
	content: "";
	display: block;
	background: #5F2DA9;
	height: 21px;
	width: 4px;
	position: absolute;
	left: 0;
	border-radius: 5px;
	}
	.imp-updates h4, .imp-title{
	color: #5F2DA9;
	margin-top: 8px;
	padding-left: 12px;
	position: relative;
	}
	.updates{
	padding-block: 12px;
	border-bottom: 0.5px solid #D5D5D5;
	}
	.updates a{
	text-decoration: underline;
	}
	.updates p{
	padding-top: 12px;
	color: #7D818F;
	margin: 0;
}*/
.imp-border{
	border-left: 1px solid #D9D9D9;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1250px;
	}
}
