.calendar__image_wrapper {
	margin-top: 426px;
	margin-bottom: 80px;
}

.calendar__title__wrapper {
	margin-bottom: 80px;
}

.calendar__button_wrapper {
	margin-top: 550px;
	margin-bottom: 80px;
}

.info_divider_wrapper {
	margin-top: 540px;
	margin-bottom: 200px;
}

.static-page p {
	text-align: justify;
}

.title__text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize;
}

.info__item {
	font-size: 18px;
	color: white;
	font-weight: bold;
}

.general-notice-view-more {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-top: 1rem;
	margin-bottom: 4rem;
}

.general-notice-view-more-news {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-top: 1rem;
	margin-bottom: 4rem;
}

.fc-day-grid-event .fc-content {
	color: black;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	color: black;
}

.fc td,
.fc th {
	color: black;
}

.js-nepali-month {
	color: black;
}

.banner-area {
	margin-top: -1px;
}


.text-white-title {
	color: #193250 !important;
	margin-bottom: 50px;
}

.slick-list {
	margin: 0 -13px;
}

.slick-slide {
	margin: 0 13px;
}

.slick-custom-nav__prev,
.slick-custom-nav__next {
	position: absolute;
	top: -60px;
	opacity: 0.6;
	cursor: pointer;
}

.slick-custom-nav__prev:hover,
.slick-custom-nav__next:hover {
	opacity: 1;
}

.slick-custom-nav__prev {
	right: 125px;
}

.slick-custom-nav__next {
	right: 40px;
}

.search-nav-item {
	display: flex;
	align-items: center;
	justify-content: center;
}


.my-navbar.navbar-dark .navbar-nav ul li .nav-link:focus,
.my-navbar.navbar-dark .navbar-nav ul li .nav-link:hover {
	color: initial;
	background-color: transparent;
}

.my-navbar .navbar-nav .nav-link:hover {
	color: #fff;
}

.single-footer-widget__rightmost {
	margin-top: -80px;
}

.banner-custom-nav__next,
.banner-custom-nav__prev {
	position: absolute;
	top: 50%;
	font-size: 56px;
	cursor: pointer;
	z-index: 2;
	color: #fff;
}


.banner-custom-nav__next:hover,
.banner-custom-nav__prev:hover {
	color: #828bb2;
}

.banner-custom-nav__next {
	right: 10px;
}

.banner-custom-nav__prev {
	left: 10px;
}

.section-divider {
	background: #6ca3d3;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #3290cf, #6ca3d3);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #3290cf, #6ca3d3);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	margin-bottom: 3rem;
	padding: 2rem 0;
}

.divider-wrap {
	align-items: center;
	justify-content: center;
}

.calendar-icon {
	width: 200px;
}

.CTAs {
	text-align: right;
}

.rounded-img-wrap {
	background-color: white;
	background-size: cover;
	border-radius: 16px;
	background-position: center;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.rounded-img-wrap::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: -1;
	background: rgba(8, 11, 12, 0.6);
	border-radius: 16px;
}


.static-page .aside-gray {
	background-color: #f4f6f7;
}

.static-page-ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.static-page div.js-parent-wrap,
.static-page div.js-child-wrap {
	margin: 0;
}

.static-page-li {
	padding: 16px;
	text-transform: capitalize;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.static-page-li:hover {
	/* background-color: #e0e1e3; */
	border-right: 2px solid #123450;
}

.static-page-li.active {
	padding: 16px;
	background-color: #e0e1e3;
	border-right: 2px solid #123450;
	border-bottom: none;
}

.js-child-wrap.show {
	display: block;
}

.js-child-wrap {
	display: none;
}

.static-page-li a.static-page-sub-menu,
.static-page-li i.js-parent-wrap-down-icon {
	cursor: pointer;
}

.toggle-caret.fa-caret-left:before {
	content: "\f0d7";
}

.static-page a {
	color: #193250;
}

.static-page a:hover {
	color: #828bb2;
}

.static-page-pt {
	padding-top: 80px;
}

.single-popular-course.site-links .thumb {
	position: relative;
}

.site-links .centered-item {
	position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.single-popular-course.site-links .thumb::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
    background: rgba(8, 11, 12, 0.4);
}

.banner-slider-img-wrap {
    position: relative;
	max-width: 100%;
	min-height: 400px;
}
.program__title_top{
	margin-top: 2rem;
	margin-bottom: 2rem;
	color: #193250 !important;
}
@media (min-width: 768px) {
	.site_sub-title {
		margin-top: .25rem;
	}
}

@media (min-width: 992px) {
	.my-area .section-title.text-left {
		padding-top: 3rem;
		margin-top: 1.5rem;
	}
}

@media (min-width: 1200px) {
	
}


@media screen and (min-width: 2560px) {

	body,
	p,
	h5,
	.single-popular-course .bottom p {
		font-size: 0.8vw;
	}
	
	h4 {
		font-size: 1vw;
	}

	.container {
		max-width: 1600px;
	}

	.slick-custom-nav__prev img,
	.slick-custom-nav__next img {
		width: 70px; 
	}

}

@media screen and (min-width: 3840px) {

	h1 {
		font-size: 4.5rem
	}

	h2 {
		font-size: 3.5rem
	}

	h3 {
		font-size: 2.75rem;
	}

	h4 {
		font-size: 2.25rem;
	}

	h5 {
		font-size: 2rem;
	}

	.container {
		max-width: 2200px;
	}

	body {
		font-size: 0.9vw;
	}

	.single-popular-course .details {
		height: 300px;
	}

	.single-popular-course h4 {
		line-height: 1.2em;
	}

	.slick-custom-nav__prev img, .slick-custom-nav__next img {
		width: 90px;
	}

	.slick-custom-nav__prev {
		right: 165px;
	}

	.genric-btn {
		line-height: 70px;
	}
}
@media (max-width: 1199px) {
	.banner-slider-img-wrap {
		min-height: 371px;
	}
}
@media (max-width: 991px) {
	.static-page-pt{
		margin-bottom: -16px;
	}
	.single-footer-widget__rightmost {
		margin-top: 0;
	}

	.search-nav-item {
		align-items: flex-start;
		justify-content: flex-start;
		padding-bottom: 10px;
	}

	.my-navbar .navbar-nav .nav-link {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar .dropdown .dropdown-menu {
		margin-top: 0;
	}

	.navbar-dark.my-navbar .navbar-nav li.dropdown-submenu a {
		color: #fff;
	}

	#search-input-box {
		width: 94%;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin-top: -65px;
	}

	.home-banner-left h1 {
		font-size: 38px;
		margin-top: 1rem;
	}

	.banner-slider-img-wrap {
		min-height: 306px;
	}

	.general-notice-view-more-news {
		margin-bottom: 0;
		margin-top: 4rem;
	}

	.general-notice-view-more {
		margin-top: 0;
		margin-bottom: 2rem;
	}

	.general-notice-view-more.notices {
		margin-bottom: 0;
	}

	.calendar__image_wrapper {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.calendar__button_wrapper {
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: right;
	}

	.info_divider_wrapper {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.calendar__title__wrapper {
		margin-bottom: 0px;
	}

	.slick-custom-nav__next {
		top: 105%;
		right: 40%;
	}

	.slick-custom-nav__prev {
		top: 105%;
		right: 55%;
	}

	.my-navbar-nav .btn-group {
		display: inline;
		display: -ms-inline;
	}

	.text-white-title {
		margin-bottom: 0px;
	}

	.banner-right {
		margin-top: 100px;
	}
}

@media (max-width: 767px) {
	.my-navbar .navbar-nav .nav-link {
		padding-top: 4px;
		padding-bottom: 4px;
	}

	#search-input-box {
		margin-top: -50px;
		width: 90%;
	}
	.static-page-pt{
		margin-bottom: -45px;
	}
	.banner-right {
		margin-top: 70px;
	}
	/*.banner-slider-img-wrap {
		min-height: 240px;
	}*/

	.section-gap {
		padding: 0px 0px;
	}

	.banner-area {
		min-height: 200px;
	}

	.general-notice-view-more-news {
		margin-bottom: 18px;
	}

	.general-notice-view-more.notices {
		margin-bottom: 18px;
	}

	.video-area {
		margin-bottom: 25px;
	}
	.program__title_top{
	margin-bottom: 4rem;
}
}

@media (max-width: 576px) {
	.banner-slider-img-wrap {
		min-height: 240px;
	}

	#search-input-box {
		width: 80%;
	}

	.home-banner-left h1 {
		font-size: 32px;
	}

	.slick-custom-nav__prev {
		right: 60%;
	}

	.slick-custom-nav__next {
		right: 30%;
	}

	.general-notice-view-more.notices {
		margin-bottom: 18px;
	}

	.banner-custom-nav__prev {
		left: 0;
	}

	.banner-custom-nav__next {
		right: 0;
	}
}


.fa {
	display: inline;
}

.fa-external-link:before {
	margin-left: 3px;
}

.main-image-refine {
	margin-bottom: 20px;
}

.tree-menu ul {
	list-style: none;
	padding-left: 18px;
}

.tree-menu>ul {
	padding: 0;
}

.tree-menu a {
	display: block;
	vertical-align: middle;
	text-decoration: none;
	padding: 12px;
	/* background-color: #efefef; */
	border-radius: 0;
	margin-bottom: 1px;
	color: #123450;
	-moz-transition: background-color 0.25s linear;
	-webkit-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
	-moz-transition-delay: 0.15s;
	-webkit-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.tree-menu a:hover {
	color: #656766;
	-moz-transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.tree-menu .active>a:hover,
.tree-menu .selected>a,
.tree-menu a:hover {
	border-right: 2px solid #123450;
}

.tree-menu .selected>a {
	color: #656766;
	font-weight: bold;
	text-decoration: none;
}

.tree-menu .actived>a {
	border-right: 2px solid #123450;
	background-color: #e0e1e3;
}

.tree-menu .closed>a,
.tree-menu .opened>a {
	padding-left: 24px;
	background-position: 4px 12px;
	background-repeat: no-repeat;
}
.my-slideshow-a{
	color: #fff;
}
.my-slideshow-a{
	color: #fff;
	text-decoration: none;
}
.error_wrapper {
    padding: 130px 0px;
    min-height: 65vh;
}
.btn.btn-theme-primary{
	background: #193250;
    color: #fff;
    padding: 4px 16px;
    border-radius: 8px;
}
