@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot');
	src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Poppins', sans-serif!important;
	font-weight: lighter;
}

.banner {
	width: 100%;
	height: 100vh;
}
.bg-dark .container-fluid .align-items-center img{
    width: 100%;
}

.logo {
	line-height: 50px;
	position: fixed;
	float: left;
	margin: 16px 46px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
}

h1 {
	font-size: 16px;
	font-weight: 600;
}


/* 
============================
Input Box
============================ */

.form-control {
	height: 40px !important;
	border-radius: 0px !important;
	width: 100% !important;
}

.form-control-textarea {
	width: 100%;
	border: 1px solid #ced4da;
	padding: 13px;
}

.form-control2 {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #999;
}

.col-lg-3.col-md-3.col-6.d-flex.justify-content-center.m-none.t-none p {
	display: none;
}


/* 
===========================================
Button ====================================
=========================================== 
*/

.btn-info {
	background-color: #002858 !important;
	color: #fff !important;
	text-transform: uppercase !important;
	border-radius: 3px !important;
	font-size: 14px !important;
	letter-spacing: 0.9px;
	padding: 6px 20px !important;
	font-weight: bold;
}

.btn-info i {
	padding: 3px;
}

.btn-primary {
	background-color: #002858 !important;
	width: 100%;
	border-radius: 3px !important;
	border: none !important;
	padding: 10px 0;
}

.btn-success {
	background-color: #002858 !important;
	color: #fff !important;
	text-transform: uppercase !important;
	border-radius: 2px !important;
	font-size: 13px !important;
	letter-spacing: 0.5px;
	padding: 9px 30px;
	border-color: #fff;
}

.cfidnd{
	background-color: #002858 !important;
	color: #fff !important;
	text-transform: uppercase !important;
	border-radius: 3px !important;
	font-size: 12px !important;
	letter-spacing: 0.9px;
	padding: 5px 15px !important;
	text-decoration: none !important;
}
.cfidnd:hover{
	background-color: #fd5308 !important;
	transition: all 0.3s;
}
/* .admi_log .login_box .l_right a img{
	height: 60px !important;
} */

/* 
===========================================
Message ===================================
=========================================== 
*/

select.error, input.error {
	color: inherit;
}

.error {
	width: 100%;
	color: red;
	font-size: 12px;
}

input, input::placeholder, select, textarea, label, button, button.btn-success a {
	font-size: 13px !important;
}




/* 
===========================================
Header ====================================
=========================================== 
*/

.sticky.is-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
}

nav {
	background:#002858;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px !important;
	padding: 0rem !important;
}

.nav-link:hover {
	color: rgb(249, 244, 105) !important;
}

nav .nav-link.active {
	color: #002858 !important;
	background-color: #fff;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
	padding: 13px 22px;
	font-weight: 600;
	letter-spacing: 1.5px;
	font-size: 12px;
}

.navbar-light .navbar-nav .nav-link:hover {
	color:#fd5308 !important;
}

.navbar-nav .active {
	background-color: #ffff !important;
}

.navbar-nav .active a {
	color: #002858 !important;
}

.bg-dark {
	background-color: #fff!important;
	padding: 25px 0px!important;
}

.bg-dark h1 {
	font-family: 'Candal', sans-serif;
	letter-spacing: 0.5px;
	font-size: 30px;
	font-weight: 500;
	color: #002858;
}

.bg-dark p {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 0.5rem;
	text-align: center;
}

.bg-dark .color-light {
	color: #fd5308;
}

.iim-banner .container-fluid {
	padding: 0;
}

.navbar .dropdown-menu {
	font-size: 13px !important;
	padding: 0px !important;
}

.navbar .dropdown-item {
	padding: .75rem 1.5rem !important;
}

.navbar .dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #002858 !important;
}

.navbar a#navbarDropdownMenuLink {
	color: rgba(249, 249, 249, 0.9);
	font-weight: 600;
}

.navbar .dropdown-item:focus,
.dropdown-item:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #002858;
	transition: all 0.2s;
}

.mobile-banner{
	display: none;
  }

/* 
============================
Footer
============================ */

.footer {
	background-color: #000;
	padding: 20px 0;
}

.footer p {
	margin-bottom: 0;
	color: #c5c5c5;
	font-size: 13px;
}

.color-white {
	color: #fff !important;
	text-decoration: none !important;
}

.color-white:hover {
	color: rgb(249, 244, 105) !important;
}


/* 
============================
Back to top
============================ */

#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1000;
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
	color: #fff;
	top: 5px;
}


/* 
============================
Page Loader
============================ */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 10000;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../img/loder.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}


/* 
============================
Home-Function
============================ */

.register .container-fluid .row {
	background-color: #002858;
	padding: 35px 50px;
	border-radius: 5px;
}

.register h2 {
	font-size: 17px;
	color: #fff;
	margin-top: 15px;
}

.register a {
	color: #fd5308;
	text-decoration: none;
	font-size: 14px;
}

select.form-control.input-sm {
	margin: 0 7px;
}


/* 
=========================================
Table
========================================= 
*/

.table-faculty {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	/* table-layout: fixed; */
}

.table-faculty h3 {
	font-size: 13px;
	font-weight: 600;
}

.table-faculty caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}

.table-faculty tr {
	border: 1px solid #ddd;
	padding: 1em;
}

.table-faculty th,
.table-faculty td {
	padding: 1em;
	text-align: left;
	border-right: 1px solid #ddd;
}

.table-faculty br {
	display: none;
}

.table-faculty th {
	font-size: 13px;
	letter-spacing: .1em;
	/* text-transform: uppercase; */
}

/* @media screen and (max-width: 600px) {
	.table-faculty {
		border: 0;
	}
	.table-faculty caption {
		font-size: 1.3em;
	}
	.table-faculty thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.table-faculty tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}
	.table-faculty td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: right;
	}
	.table-faculty td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}
	.table-faculty td:last-child {
		border-bottom: 0;
	}
} */

.table-faculty .add {
	text-align: center;
}

.add-espc {
	text-align: right !important;
	padding-right: 5.5vw !important;
}

.add-espc .fa-plus:before {
	padding-right: 9px;
}

.add-espc .fa-times:before {
	padding-right: 10px;
}

.add-espc-non {
	text-align: right !important;
	padding-right: 3.8vw !important;
}

.add-espc-non .fa-plus:before {
	padding-right: 9px;
}

.add-espc-non .fa-times:before {
	padding-right: 10px;
}

.table-faculty .input-group.date {
    width: 160px;
}




/* 
============================
DataTable
============================ */

.dataTables_wrapper {
	display: block !important;
}

div#DataTables_Table_0_wrapper {
	display: grid;
}

table.dataTable thead>tr>th {
	padding-left: 8px;
	font-size: 14px;
	padding-right: 0px !important;
}

table td {
	font-size: 13px !important;
}

.container-fluid {
	padding: 0 5%;
}

div.dataTables_paginate ul.pagination {
	float: right;
}

.form-inline label {
	display: inline-flex;
}

div#DataTables_Table_0_length {
	padding: 15px 0;
}

div#DataTables_Table_0_filter {
	padding: 15px 0;
}

.pagination {
	margin: 2px 0;
	white-space: nowrap;
	border: 1px solid #999;
	border-radius: 0px;
}

.pagination a {
	color: #000;
	font-weight: 600;
	font-size: 13px;
	text-decoration: none;
}

.pagination li {
	padding: 6px 20px;
	cursor: pointer;
}

.paginate_button.active {
	background-color: #002858;
	color: #fff;
}

.paginate_button.active a {
	color: #fff;
}

table.dataTable thead .sorting:after {
	opacity: 0.2;
	content: "\e150";
}


/* 
============================
Login Modal
============================ */

.modal-content {
	border-radius: 0rem !important;
	border: none !important;
}

.modal-header {
	background-color: #002858 !important;
	color: #fff !important;
	border-radius: 0rem !important;
}

.modal-header {
	font-size: 12px !important;
}

.modal-body {
	padding: 30px 30px;
}

.modal-body label {
	font-size: 14px;
	font-weight: 600;
}

.modal-content .close {
	color: #fff !important;
}

.modal-body a {
	font-size: 14px;
	text-decoration: none;
	color: #002858;
}


/* 
============================
Inner Pages Body
============================ */

.footer a {
	color: #fff;
	text-decoration-line: underline;
}

.registration {
	min-height: 80vh;
}

.user-registration {
	border: 1px solid #dfdfdfa1;
	border-radius: 5px;
	padding: 30px 30px 40px 30px;
	margin: 0 0 40px 0;
	box-shadow: 0px 0px 10px #d6d6d642;
}

.user-registration h1 {
	font-size: 17px;
	letter-spacing: 0.5;
}

.user-registration h3 {
	font-size: 12px;
	color: #ff2323;
	letter-spacing: 0.5;
}

.user-registration label {
	font-size: 14px;
	font-weight: 600;
}

.color-red {
	color: #ff2323;
}

.user-registration .g-recaptcha div {
	width: auto !important;
}

.input-group-addon {
	cursor: pointer;
	padding: 9px 15px;
	border-top: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	background-color: #e9ecef;
	position: absolute;
	right: 0;
}


/* 
============================
Faculty
============================ */

.faculty {
	min-height: 75vh;
}

.faculty h1 {
	font-size: 18px;
}

.faculty h1 span {
	font-weight: 500;
}

.details-part {
	border: 1px solid #dee2e6;
}

.details-part .header {
	background-color: #002858;
	padding: 10px 20px 5px 20px;
}

.details-part .header h1 {
	color: #fff;
	font-weight: 500;
}

.details-part .main {
	padding: 30px;
}

.details-part .main .fa-plus {
	background-color: #002858;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	padding-left: 9px;
	cursor: pointer;
}

.details-part .main .fa-times {
	background-color: #f63f64;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	padding-left: 10px;
	cursor: pointer;
}

.personal-tab {
	padding: 0 15px;
}

.personal-tab ul.nav.nav-pills {
	width: 100%;
}

.personal-tab li.nav-item {
	width: 25%;
}

.personal-tab a.nav-link {
	background-color: #002858;
	color: #fff;
	padding: 18px 40px;
	border-radius: 0px !important;
	position: relative;
	text-align: center;
}

.personal-tab a.nav-link::before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	margin-left: 30px;
	left: 100%;
	z-index: 1;
}

.personal-tab a.nav-link::after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #002858;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 100%;
	z-index: 2;
	background-color: #fff;
}

.nav-pills .nav-link.active {
	background-color: #002858!important;
}

.nav-pills .nav-link.active:after {
	border-left: 30px solid #002858!important;
}

.personal-tab ul li:last-child a.nav-link::after {
	display: none;
}

.tab-content {
	width: 100%;
}

div#DataTables_Table_0_wrapper {
	width: 100%;
}

.tab-table div#DataTables_Table_0_length {
	display: none;
}

.details-faculty .header {
	background-color: #002858;
	padding: 10px 20px 5px 20px;
	margin-top: 20px;
}

.details-faculty .header h1 {
	color: #fff;
	font-weight: 500;
}

.details-faculty .main {
	padding: 0px 14px;
}

.details-faculty .main .row:first-child {
	display: none;
}

.details-faculty .main .row:last-child {
	display: none;
}

.details-faculty .main .fa-plus {
	background-color: #002858;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	cursor: pointer;
}

.details-faculty .main .fa-times {
	background-color: #f63f64;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	cursor: pointer;
}

.details-faculty #DataTables_Table_1_wrapper {
	display: block;
	width: 100%;
}

.details-part label {
	font-size: 14px;
	font-weight: 600;
}


/* 
============================
Current Opening
============================ */

.opening {
	min-height: 75vh;
}

.opening h1 {
	position: relative;
}

.opening h1 span {
	background-color: #fff;
	padding-right: 20px;
}

.opening h1::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #f7f7f7;
	top: 30px;
	left: 0;
	z-index: -1;
}

.vacancies h1 {
	font-size: 24px;
}

.font-weight-0 {
	font-weight: 200;
}


/* 
============================
Contact Us
============================ */

.address-all {
	background-color: #f4fbf7;
}

.address {
	padding: 30px;
	min-height: 380px;
}

.address h1 {
	font-size: 20px;
}

.address p {
	font-size: 14px;
	font-weight: 600;
}

.declaration {
	font-size: 23px;
}

.declaration span {
	width: 100% !important;
}

span.dec-date {
	padding: 7px;
}


/* 
============================
FAQ
============================ */

.accordion a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding: 1rem 3rem 1rem 1rem;
	color: #7288a2;
	font-size: 1.15rem;
	font-weight: 400;
	border-bottom: 1px solid #e5e5e5;
}

.accordion a:hover,
.accordion a:hover::after {
	cursor: pointer;
	color: #002858;
}

.accordion a:hover::after {
	border: 1px solid #002858;
}

.accordion a.active {
	color: #002858;
	border-bottom: 1px solid #002858;
}

.accordion a::after {
	font-family: 'Ionicons';
	content: '\f218';
	position: absolute;
	float: right;
	right: 1rem;
	font-size: 1rem;
	color: #7288a2;
	padding: 2px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #7288a2;
	text-align: center;
}

.accordion a.active::after {
	font-family: 'Ionicons';
	content: '\f209';
	color: #002858;
	border: 1px solid #002858;
}

.accordion .content {
	opacity: 0;
	padding: 0 1rem;
	max-height: 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	clear: both;
	-webkit-transition: all 0.2s ease 0.15s;
	-o-transition: all 0.2s ease 0.15s;
	transition: all 0.2s ease 0.15s;
}

.accordion .content p {
	font-size: 1rem;
	font-weight: 300;
}

.accordion .content.active {
	opacity: 1;
	padding: 1rem;
	max-height: 100%;
	-webkit-transition: all 0.35s ease 0.15s;
	-o-transition: all 0.35s ease 0.15s;
	transition: all 0.35s ease 0.15s;
}

label.error {
	width: 100%;
	color: red;
	font-size: 12px;
	font-weight: 500;
}


/* 
============================
Thank You
============================ */

section.vacancies.mt-4 {
	height: auto;
}

.emailalready_verifytempcls {
	text-align: center;
	background-color: aliceblue;
	padding: 150px;
	width: 70%;
	margin: 0 auto;
}

.emailalready_verifytempcls h1 {
	font-size: 40px;
}

.emailverifycls {
	text-align: center;
	background-color: aliceblue;
	padding: 100px;
	width: 70%;
	margin: 0 auto;
}

.emailverifycls h1 {
	font-size: 40px;
	margin-top: 20px;
}

.emailverifycls b {
	font-weight: bold !important;
}

.emailverifycls p {
	margin-top: 20px;
}

.emailverifytempcls {
	text-align: center;
	background-color: aliceblue;
	padding: 150px;
	width: 70%;
	margin: 0 auto;
}

.emailverifytempcls h1 {
	font-size: 40px;
	margin-top: 20px;
}

.emailverifytempcls b {
	font-weight: bold !important;
}

.emailverifytempcls p {
	margin-top: 20px;
}

.emailalready_verifytempcls {
	text-align: center;
	background-color: aliceblue;
	padding: 150px;
	width: 70%;
	margin: 0 auto;
}

.emailalready_verifytempcls h1 {
	font-size: 40px;
	margin-top: 20px;
}

.emailalready_verifytempcls b {
	font-weight: bold !important;
}

.emailalready_verifytempcls p {
	margin-top: 20px;
}


/* 
============================
Preview
============================ */

.user-preview {
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-top: 1px solid #efefef;
	border-bottom: 4px solid #002858;
	border-radius: 5px;
	padding: 30px 30px 40px 30px;
	margin: 40px 0;
	box-shadow: 0px 0px 20px 0px #d6d6d6f2;
}

.user-preview h1 {
	font-size: 24px;
	letter-spacing: 0.5;
}

.user-preview h3 {
	font-size: 12px;
	color: #ff2323;
	letter-spacing: 0.5;
}

.user-preview label {
	font-size: 14px;
	font-weight: 600;
}


/* 
==========================================
Edit Profile  
========================================== 
*/

.profile {
	box-shadow: 0px 0px 20px 0px #d6d6d6f2;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.profile-left {
	background-color: #002858;
	padding: 0px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	min-height: 70vh;
}

.profile-right {
	background-color: #fbfbfb;
	padding: 25px 30px;
}

.noti_c ul {
	list-style-type: none !important;
	padding-left: 0px;
	border-top-left-radius: 20px;
}

.noti_c ul .active {
	background-color: #fbfbfb;
	color: #002858;
	z-index: 1;
	border: 4px solid #002858;
}

.noti_c ul .active a {
	color: #002858;
}

.noti_c ul li {
	color: #fff;
	font-size: 14px;
	display: flex;
}

.noti_c ul li a {
	text-decoration: none !important;
	color: #fff;
	padding: 20px 10px !important;
	width: 100%;
}

.noti_c ul li a:hover {
	background-color:#fd5308;
	transition: all 0.5s;
	color: #fff;
	border-top-left-radius: 20px;
}
.btn-info{
	border-color: #002858 !important;
}
.btn-info:not(:disabled):not(.disabled):active:focus{
	box-shadow: none !important;
}
.border-r {
	border-top-left-radius: 20px !important;
}

.profile-error {
	font-size: 12px;
	color: #ff2323;
}

.profile-right h1 {
	font-size: 24px;
}

.profile .input-group-addon {
	padding: 11px 15px;
}

.decliaration .input-group-addon {
	padding: 7px 15px !important;
}


/* 
==================================
Job Description
================================== */
.job-description h2{
	font-size: 14px;
	font-weight: 600;
	padding-top:2px
  }
  .job-description p{
	font-size: 14px;
	color: #000;
  }
  .job-description b{
	font-weight: bold;
	text-decoration: underline;
  }
  
  /* .job-description ul{
	list-style-type: none;
  } */
  .job-description ul li{
	font-size: 14px;
	margin-bottom: 10px;
  }
  table{
	  width: 100%;
  }
  
  
  /* 
  ==================================
  Reset Password
  ================================== */
  
  .za6c {
    width: 55%;
    margin: 0 auto;
    margin-top: 6%;
    margin-bottom: 7%;
}

.za6c .card {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px #00000029;
}

.za6c .card .card-header {
    background: #002858;
    color: #FFFFFF;
    FONT-SIZE: 20px;
}

.za6c .card form {
    float: left;
    width: 100%;
    text-align: center;
    padding: 7%;
}

.za6c .card label {
    text-align: left !important;
}

.za6c .card button.btn.btn-primary {
    float: left;
}



.fx30s {
    width: 55%;
    margin: 0 auto;
    margin-top: 6%;
    margin-bottom: 7%;
}

.fx30s .card {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px #00000029;
}

.fx30s .card .card-header {
    background: #002858;
    color: #FFFFFF;
    FONT-SIZE: 20px;
}

.fx30s .card form {
    float: left;
    width: 100%;
    text-align: center;
    padding: 2% 5%;
}

.fx30s .card label {
    text-align: left !important;
}

.fx30s .card button.btn.btn-primary {
    float: left;
}

.vb1{
	list-style-type: circle !important;
}

.va1{
	list-style-type: circle !important;
}

.va2{
	list-style-type: circle !important;
}

/***************************shibu**************************/
.fas.fa-phone {
    transform: rotate(90deg);
}
.btn:hover{
	color: #fd5308!important;	
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 0px;
}

.nav-item a:focus{
	color: #fff!important;
}

.mce-item-table{
	width: 100%!important;
}

.field-icon-1{
      position: absolute;
    right: 10px;
    top: 12px;
 }

 .pass .field-icon-1{
 	position: absolute;
    right: 8px;
    top: 12px;
 }

 .date-time{
 	height: 44px !important;
 }

 .date .form-control{
    height: 44px!important;
}
.field-icon-11 {
    position: absolute;
    right: 20px;
    bottom: 12px;
}

.table-faculty tbody #existocc82 td:nth-child(1){
   width: 90%;
}
.table-faculty tbody #existocc82 td:nth-child(2){
   width: 10%;
}

#post_graduation_pass_certificate_file{
	position: relative;
}

.fst{
    width: 50%;
    position: relative;
}

.trd{
	position: absolute;
	top: 20%;
}

.choose-file a{
	margin-left: 10px;
}

.choo-text{
	position: relative;
}

.choose-filee input{
	opacity: 0;
}

.upl-ico{
	position: absolute;
	top: 20%;
}

.choose-filee span::before{
	content: "\f093";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #007bff;
    margin-right: 5px;
    font-size: 14px;
}

.asss{
	height: auto!important;
}

#contactus input[type="submit"].btn.btn-success:hover {
	border-color: #fff;
}

body {
	overflow-x: hidden !important;
}

/* Success Toast CSS Start */

.success-toast {
	position: absolute;
	top: 10px;
	right: 0px;
	border-radius: 6px 0 0 6px;
	background: #fff;
	padding: 20px 35px 20px 25px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	border-left: 8px solid #40f467;
	overflow: hidden;
	transform: translateX(calc(100% + 30px));
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.25, 1.35);
	z-index: 9999;
	visibility: hidden;
  }
  
  .success-toast.active {
	visibility: visible;
	transform: translateX(0);
  }
  
  .success-toast-content {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .success-toast-check {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	width: 35px;
	background-color: #40f467;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
  }
  
  .success-message {
	display: flex;
	flex-direction: column;
	margin: 0 20px;
  }
  
  .success-message-text {
	font-size: 15px;
	font-weight: 600;
  }
  
  .success-text-1 {
	color: #333;
  }
  
  .success-text-2 {
	color: #666;
	font-weight: 400;
	font-size: 13px;
  }
  
  .success-toast-close {
	position: absolute;
	top: 10px;
	right: 15px;
	padding: 5px;
	cursor: pointer;
	opacity: 0.7;
  }
  
  .success-toast-close:hover {
	opacity: 1;
  }
  
  .success-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 100%;
	background: #ddd;
  }
  
  .success-progress::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: #40f467;
  }
  
  .success-progress.active::before {
	animation: success-progress 5s linear forwards;
  }
  
  @keyframes success-progress {
	100% {
		right: 100%;
	}
  }
  
  .success-toast-btn {
	/* padding: 10px 40px; */
	font-size: 20px;
	outline: none;
	border: none;
	background-color: #40f467;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
	visibility: hidden;
  }
  
  
  /* Success Toast CSS End */
  
  
  /* Error Toast CSS Start */
  
  .error-toast {
	position: absolute;
	top: 10px;
	right: 0px;
	border-radius: 6px 0 0 6px;
	background: #fff;
	padding: 20px 35px 20px 25px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	border-left: 8px solid #dc3545;
	overflow: hidden;
	transform: translateX(calc(100% + 30px));
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.25, 1.35);
	z-index: 9999;
	visibility: hidden;
  }
  
  .error-toast.active {
	visibility: visible;
	transform: translateX(0);
  }
  
  .error-toast-content {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .error-toast-check {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	width: 35px;
	background-color: #dc3545;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
  }
  
  .error-message {
	display: flex;
	flex-direction: column;
	margin: 0 20px;
  }
  
  .error-error-message-text {
	font-size: 15px;
	font-weight: 600;
  }
  
  .error-text-1 {
	color: #333;
  }
  
  .error-text-2 {
	color: #666;
	font-weight: 400;
	font-size: 13px;
  }
  
  .error-toast-close {
	position: absolute;
	top: 10px;
	right: 15px;
	padding: 5px;
	cursor: pointer;
	opacity: 0.7;
  }
  
  .error-toast-close:hover {
	opacity: 1;
  }
  
  .error-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 100%;
	background: #ddd;
  }
  
  .error-progress::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: #dc3545;
  }
  
  .error-progress.active::before {
	animation: error-progress 5s linear forwards;
  }
  
  @keyframes error-progress {
	100% {
		right: 100%;
	}
  }
  
  .error-toast-btn {
	/* padding: 10px 40px; */
	font-size: 20px;
	outline: none;
	border: none;
	background-color: #dc3545;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
	visibility: hidden;
  }
  
  
  /* Error Toast CSS End */