/* .navbar a:hover, */
.navbar li a.is-active,
.navbar li a.is-active:focus,
.navbar li a:hover {
	color: var(--color-primary);
	background: var(--color-orange);
	border-radius: 4px;
}

#block-homepagesocialmediablock--2 {
	display: flex !important;
}

.portfolio-overlay .category {
  margin-top: 25px !important;
}

.sitemap .tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative
}

.sitemap .tree li::before,
.sitemap .tree li::after {
  content: '';
  left: -20px;
  position: absolute;
  right: auto
}

.sitemap .tree li::before {
  border-left: 2px solid #fb9813;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px
}

.sitemap .tree li::after {
  border-top: 2px solid #fb9813;
  height: 20px;
  top: 25px;
  width: 25px
}

.sitemap .tree li span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #e18100;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 6px;
  text-decoration: none;
  cursor: pointer;
}

.sitemap .tree>ul>li::before,
.sitemap .tree>ul>li::after {
  border: 0
}

.sitemap .tree li:last-child::before {
  height: 27px
}

.sitemap .tree li span:hover {
  background: #f7bb6c;
  border: 2px solid #fb9813;
  font-weight: 600;
  color: #000;
}

.sitemap .tree li span a:hover {
  color: #fff;
}

.sitemap .tree li span a,
.sitemap .tree li span i {
  font-size: 13px;
}

.contact .form_page input[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 8px 22px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .form_page input[type=submit]:hover {
  background: rgba(0, 131, 116, 0.8);
}

.navbar li.active {
  color: var(--color-primary);
  background: var(--color-orange);
  margin-right: 3px;
  border-radius: 4px;
}
.error {
	color: red;
}

#edit-message {
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	color: red;
	margin-bottom: 0px;
}
.login_sec .StudentLogin {
	background: var(--color-primary);
	border: 0;
	padding: 8px 22px;
	color: #fff;
	transition: 0.4s;
	border-radius: 5px;
}
.login_sec .StudentLogin:hover {
	background: rgba(0, 131, 116, 0.8);
}

.content_sec_icons .icon-box .icon {
  padding-left: 10px !important;
}
.success-icon {
	font-size: 42px;
	color: #ffffff;
	background: #198754;
	border-radius: 50%;
	padding: 8px;
}

.visiter_count {
	background: #57a39359;
	padding: 5px 10px;
	border-radius: 4px;
	display: inline-block;
	letter-spacing: .5px;
}

.visiter_count span {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .5px;
	color: #fcaf48;
}

.portfolio-overlay1 {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  background: rgb(0 0 0 / 51%);
  width: 94%;
  height: 91%;
  overflow: hidden;
  text-align: center;
}

.prograning_video .play-btn {
  width: 75px;
  height: 75px;
  margin-top: 35px;
  background: radial-gradient(#44a38e 50%, rgba(0, 131, 116, 0.4) 52%);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.prograning_video .play-btn:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.prograning_video .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.prograning_video .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.play-btn:hover:after {
  border-left: 15px solid #44a38e;
  transform: scale(20);
}

.portfolio-overlay1 .category {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background: #44a38ecf;
  padding: 10px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 62px;
  bottom: 0px;
}

.pd img.video_img {
  height: 198px;
  transition: all 0.5s;
  width: 100%;
}

.modal-body .modal_cont {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
}

.floatingBtns {
  position: fixed;
  left: 0;
  bottom: 6vh;
}

.floatingBtns ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.floatingBtns ul li .floatingImg {
  margin-top: -6px;
  border-radius: 50%;
  background-color: #56a393;
  width: 52px;
  height: 52px;
  padding: 4px 6px;
  margin-left: 5px;
  position: absolute;
  right: 4px;
}

.floatingImg img {
  margin-top: 6px;
  margin-left: 5px;
}

.floatingBtns ul li {
  list-style: none;
  background-color: #56a393;
  margin-bottom: 5px;
  /* padding: 15px 6px 15px 12px; */
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  position: relative;
  float: right;
  width: 175px;
}

.floatingBtns ul li p {
  padding: 12px 16px;
  margin: 0;
  line-height: 1.1rem;
  white-space: nowrap;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}

.success-pencil-icon {
	font-size: 30px;
	color: #ffffff;
	background: #198754;
	border-radius: 50%;
	padding: 18px;
}

.about_sec .career_Sec {
	padding: 60px 0px 60px;
	color: white;
	position: relative;
	overflow: hidden;
	margin-top: -70px;
	/* margin-bottom: 70px; */
	background: linear-gradient(to left, #ffffff, #fdc5a1d4), url(../images/career_ass.jpg) center center;
	background-size: cover;
	overflow: hidden;
	min-height: 230px;
}

.about_sec .career_Sec h2 {
	font-size: 28px;
	text-transform: uppercase;
	color: #de004d;
	font-weight: 600;
}

.about_sec .career_Sec p.text_cont {
	color: var(--color-default);
	font-size: 18px;
	line-height: 22px;
}
.play_store_icon i {
	font-size: 26px;
	color: #fff;
	margin-left: 4px;
}

.playstore_icons {
	position: fixed;
	left: 0;
	bottom: 5vh;
	z-index: 99;
}

.playstore_icons ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.playstore_icons ul li {
	list-style: none;
	background-color: #FFF;
	margin-bottom: 5px;
	padding: 12px 16px 12px 16px;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	position: relative;
	width: 70px;
	transition: all .5s ease;
	border: 1px solid #17171726;
}

.playstore_icons ul li p {
	padding: 0;
	margin: 0;
	font-size: .8rem;
	line-height: 1.1rem;
	white-space: nowrap;
	width: 0px;
	overflow: hidden;
	transition: all .5s ease;
}

.playstore_icons ul li:hover {
	width: 180px;
}

.playstore_icons ul li:hover p {
	width: 140px;
}


.playstore_icons ul li p.floatinText {
	font-size: .9rem;
	font-weight: bold;
}

.playstore_icons ul li .floatingImg {
	margin-top: -4px;
	border-radius: 50%;
	background-color: #27aae1;
	width: 46px;
	height: 46px;
	padding: 4px 6px;
	margin-left: 5px;
	position: absolute;
	right: 6px;
}

.playstore_icons ul li::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	left: -1px;
	top: 0;
	background-color: #17171726;
}

.playstore_icons ul li.apple .floatingImg {
	background-color: #171717;
}

.playstore_icons ul li.apple::before {
	background-color: #17171726;
}

.playstore_icons ul li.play_store .floatingImg {
	background-color: #171717;
}

.playstore_icons ul li.play_store::before {
	background-color: #17171726;
}

.book_section .content-box {
	padding: 40px 40px;
	background: #205d89;
}

.book_section {
	position: relative;
}

.book_section::before {
	content: '';
	background-color: #205d89;
	position: absolute;
	bottom: 1px;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.book_section .book_img img {
	width: 100%;
}

.book_section .content-box h1 {
	color: #faee20;
	text-transform: uppercase;
	font-size: 32px;
}

.book_section .content-box h1 span {
	font-style: italic;
	font-size: 28px;
	color: #d2eaf5;
}

/* .Mobile_app_sec::before {
	content: '';
	background-color: #cfebf9;
	position: absolute;
	bottom: 1px;
	height: 50%;
	width: 100%;
	z-index: -1;
} */

.Mobile_app_sec .App_img {
	padding: 20px;
}

.mobile_app_section {
	margin-top: 100px !important;
}

.mobile_app_section h2 {
	line-height: 30px;
}

.mobile_app_section h2 span {
	font-style: italic;
	font-size: 18px;
	color: #55a392;
}

@media (max-width: 768px) {

	.d-flex.book_section {
	  display: block !important;
	}

	.book_section .content-box {
	  padding: 25px;
	}

	.Mobile_app_sec .App_img {
	  display: none;
	}

}

.fancybox-caption {
	font-size: 20px !important;
}

.footer .social-links a {
	float: left !important;
}
.examDetails {
	scroll-margin-top: 110px;
}
p, .Ul_list li {
	text-align:justify !important;
}
.text-center p {
	text-align:center !important;
}

.select2-selection__rendered {
    line-height: 20px !important;
}

.select2-choices {
  min-height: 150px;
  max-height: 150px;
  overflow-y: auto;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
}

.privacyList li:hover, .privacyList li a:hover  {
	color: #0034ff;
}

/* Study Materials & Question Papers  */
.accordion-button {
	background: #58a393 !important;
	color: #FFF !important;
	outline: none !important;
	box-shadow: none !important;
}

.accordion-button[aria-expanded="true"] {
	background: #367568 !important;
}

.collapse.show {
	background-color: #f0f8ff;
	border-color: #000;
}

.accordion table {
	background: transparent !important;
}

.accordion table td {
	background: transparent !important;
}

.accordion table th {
	background-color: rgba(48, 102, 95, 0.2);
}

.magnify-icon p {
	text-align: center !important;
}