*{
	margin: 0;
	padding:0;

}
body{
   font-family: 'Poppins', sans-serif;
    
}

/*custom classes----------------*/
.course .h6 {
    line-height: 24px;
}
.text-default{
	color: #626364!important;
}
.py-10{
	padding-top: 100px;
	padding-bottom: 100px;
}
.title{
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
}
.sup-title{
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
	font-weight: thin;
	color: #b2b8bf;
	display: block;
}
.text-primary{
	color:#43bc95!important;
}
.text-secondary{
	color:#f5a623 !important;
}

.navbar-toggler:focus {outline:none !important;}

.font-2{
	font-family: 'Raleway', sans-serif;
}
.text-black{
	color: #424242!important;
}
.btn-1{
	background-color: #43bc95;
	color: #fff;
	height: 50px;
	padding: 0 33px;
	line-height: 50px;
	display: inline-block;
	border-radius: 0;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1px;
}

.btn-1:hover{
	color: #fff;
	background-color: #f5a623;

}
/*header------------------------------*/
.top-bar .font-weight-bold{
	font-weight:600!important;
}
.top-bar .btn-1{
	background-color: #fff;
	color:#43bc95;
}
.top-bar .btn-1:hover{
	color: #fff;
	background-color: #f5a623;

}
.top-bar{
	background-color: #43bc95;
}
.top-bar .top-box .top-icon i{
	font-size: 30px;
	margin-right: 4px;
}
.top-bar .top-box .top-detail span{
	font-size: 13px;
}
.top-bar .top-box .top-detail h5{
	font-size: 15px;
}
.navbar{
	z-index: 999;
	left: 0;
	top:-20px;
}
.navbar .navbar-nav .nav-link{
	color: #212b51;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding:30px 14px;
}
.navbar .navbar-brand{
	max-width: 110px;
}
.navbar .header-icon li a{
	color: #f5a623;
	font-size: 15px;
}
.navbar .header-icon li a:hover{
	color:#43bc95;
}
.navbar-light .navbar-toggler-icon{
	background:none;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(67, 188, 149);
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
	opacity: 0;
  position: absolute;
  visibility: hidden;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
  transition: .3s;
  z-index: 999;
}

.dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
}
.dropdown .dropdown-content a{
    color:#44364e;
    text-decoration:none;
    font-size: 15px;
    display: block;
    padding: 12px 20px;
    font-weight: 600;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    /*border-bottom:1px solid #dee2e6;*/
}
.dropdown .dropdown-content a:hover{
    color:#fff;
    background-color: #43bc95;
}

/*feature----------------*/
.feature figure{
	position: relative;
	height: 130px;
	width: 130px;
	border-radius: 50%;
	text-align: center;
	line-height: 120px;
}

/*.feature{
	background:url(https://07dfa8.claudeassets.com/20230127040730im_/https://punjabnursingcollege.com/images/feature_bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}*/
.feature figure + figcaption p{
	font-size: 13px;
	color: #a4a5a6;
}

/*galery-----------------*/
.gallery figure{
	overflow: hidden;
}
.gallery figcaption{
	height: 100%;
	width: 100%;
	top:0;
	left: 0;
	background-color: rgba(245,166,35, 0.8);
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;

}.gallery figcaption a{
	color: #fff;
	display: inline-block;
	opacity: 0;
	margin-top: 50px;
	transition: all .3s;
	font-size: 50px;
}
.gallery figure:hover figcaption a{
	margin-top: 0;
	opacity: 1;
}
.gallery figure:hover figcaption{
	opacity: 1;
}

/*carousel-------------------------------------*/

/*.carousel-caption{
	bottom: auto;
	right: auto;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.carousel-caption span{
	background-color: #000;
	padding:2px 7px;
	font-size: 12px;
}
.carousel-caption h1 a{
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	font-size: 46px;
	
}
.carousel-caption h1{
	margin: 20px 0;
}
.carousel-caption p{
	font-size: 12px;
}
.carousel .carousel-item{
	height: 660px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.carousel .carousel-item::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0);
	top:0;
	left:0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.carousel .carousel-item:hover::before{
	background-color: rgba(0,0,0,0.1);
}*/
.carousel-control-next, .carousel-control-prev{
	height: 40px;
	width: 40px;
	top:50%;
	margin: 0 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	filter: invert();
}

/*about---------------------*/
.about{
	/*background-image: url(https://1c5af0.claudeassets.com/20230127040730im_/https://punjabnursingcollege.com/images/about-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;*/
	margin:0 8px;
}
.about .about-cont {
	font-size: 14px;
	color: #626364;
	
}

/*most popular-------------*/


/*----owl carsousel-----------------------*/
#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  /*margin: 0 5%;*/
  margin-top: 40px;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  width:50%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0px 0px;
    background: #fff;
    margin: 7px;

}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 13px;
  color: #a4a5a6;
}
#mixedSlider .MS-content .item a {
  /*float: right;*/
  /*margin: 0 20px 0 0;*/
  font-size: 12px;
 color:#212b51;
  font-weight: 600;
  transition: linear 0.1s;
  text-decoration: none;
}
#mixedSlider .MS-content .item h4 a{
	color:#000;
	font-size: 20px;
}
#mixedSlider .MS-content .item h4{
	padding-left: 30px;
	position: relative;
}
#mixedSlider .MS-content .item h4::before{
	content: attr(data-content);
	font-size: 40px;
	color:#ebecec;
	opacity: .5;
	position: absolute;
	left: 0;
	top:-10px;

}
#mixedSlider .MS-content .item span{
	font-size: 22px;
	/*font-style: italic;
	color:#666;
	padding-right:5px;*/
}
#mixedSlider .MS-content .item p{
	font-size: 12px;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  /*top: 95px;*/
  bottom:-50px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
    bottom: -40px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }

}
#mixedSlider .MS-controls .MS-left {
  left: 48%;
  transform: translateX(-48%);
 
  
}
#mixedSlider .MS-controls .MS-left i{
	font-size: 15px;
	line-height: 30px;
	 height: 30px;
 	 width: 30px;
  	border-radius: 50%;
  border: 1px solid #dee2e6;
  background-color: #fff;

}
#mixedSlider .MS-controls .MS-right i{
	font-size: 15px;
	line-height: 30px;
	 height: 30px;
 	 width: 30px;
  	border-radius: 50%;
  border: 1px solid #dee2e6;
  background-color: #fff;

}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: 42%;
    transform: translateX(-42%);
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 48%;
  transform: translateX(48%);
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right:  42%;
    transform: translateX(42%);
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  /*margin: 0 2%;*/
  height: 50px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}
/*#mixedSlider .MS-content .item {
width: 33.3333%;
width: 50%;
}*/
/*counter-----------------*/
.counter {
    width: 100%;
    border-radius: 5px;
}
.counterbg .counter{
	/*border:1px solid rgba(255,255,255,.3);*/
	padding: 20px 10px;
}
.counterbg{
    background-image: url(https://7c55c4.claudeassets.com/20230127040730im_/https://punjabnursingcollege.com/images/counter-bg.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.countercolor{
 /*   background-color: rgba(17, 17, 17, 0.1);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;*/

}
.count-title {
    font-size: 50px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.count-text {
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}


/*side post-----------------*/
.box ul li a{
	font-size: 14px;
}
.rght-brdr{
	z-index: 9;
}
.rght-brdr:before{
	content: "";
	background-color: #fff;
	height: 10px;
	position: absolute;
	left: 0;
	top:48%;
	z-index: -1;
}
.rght-brdr:after{
	content: "";
	height: 1px;
	width: 100%;
	background-color: #dee2e6 ;
	position: absolute;
	left: 0;
	top:50%;
	z-index: -2;

}
.rght-brdr.creative-heading:before{
	width: 130px;
}
.rght-brdr.poetry-heading:before{
	width: 220px;
}
.rght-brdr.magazine-heading:before{
	width: 150px;
}
.rght-brdr.mariners-heading:before{
	width: 230px;
}


/*foooter-----------------------------*/
footer{
	background-color: #43bc95;
	font-size: 15px;
	letter-spacing: 1px;
}

footer .text-secondary{
	color:#fff!important;
}
.bottom-bar{
	background-color: #f5a623;
	font-size:12px;
	letter-spacing: 1px;
}

footer img{
	max-width: 150px!important;
}
footer ul li a.text-secondary:hover{
	 	color: #f5a623 !important;
	 	text-decoration: none;
}

/*header image----------------------------------*/

.header-img .text-dark{
	color:#888!important;
}
.mid-wrap{
	background-image: url(https://7d5fc5.claudeassets.com/20230127040730im_/https://punjabnursingcollege.com/images/wrap-bg.jpg);;
	background-repeat: no-repeat;
	background-size: cover;
	margin:0 8px;
} 
.map-wrap{
	margin:0 8px;
}

.successful-result figure figcaption p{
	 font-size: 13px;
  color: #5d6975;
}
.successful-result figure figcaption{
	background-color: #fff;
}
.side-bar figure figcaption{
	top:0;
	left:0;
	height: 100%;
	width:100%;
	background-color: #43bc95; /*fall back*/
	background-image: linear-gradient(#43bc95, #f5a623);
    opacity: .8;
}
.course p{
	font-size: 14px;
	color: #a4a5a6;
}
.just-dial{
	background-image: url(https://08615f.claudeassets.com/20230127040730im_/https://punjabnursingcollege.com/images/just_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.alert-success {
    color: #fff;
    background-color: #049728;
    border-color: #049728;
}
/*
     FILE ARCHIVED ON 17:13:41 Jul 12, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:11:28 Aug 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.354
  exclusion.robots: 0.036
  exclusion.robots.policy: 0.028
  esindex: 0.006
  cdx.remote: 19.869
  LoadShardBlock: 109.098 (3)
  PetaboxLoader3.datanode: 104.699 (5)
  PetaboxLoader3.resolve: 93.895 (3)
  load_resource: 128.759
  loaddict: 58.604
*/