a
{
	color:#000;
	transition-duration:0.4s;
    -webkit-transition-duration:0.4s;
	text-decoration:none;
}

a:hover, a:focus, a:active
{
	color:#000;
	text-decoration:none;
	outline:none;
}

body
{
	font-family:"Roboto", sans-serif;
	margin:0px;
	padding:0px;
	line-height:26px;
	font-size:14px;
	color:#656565;
}

h1
{
	color:#000000;
	font-weight:300;
	font-size:36px;
	line-height:48px;
	text-transform:uppercase;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

h1.h1
{
	color:#2f3392;
	text-transform:none;
	font-weight:normal;
	margin-bottom:30px;
	font-size:30px;
}

h1.white
{
	color:#fff;
	font-size:48px;
	font-weight:100;
	line-height:60px;
}

h1.large
{
	font-size:48px;
	line-height:60px;	
}

h2
{
	color:#000000;
	font-size:30px;
	line-height:36px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:0px;
	margin-bottom:30px;
	text-align:center;
}

h3
{
	color:#000000;
	font-weight:300;
	margin-bottom:30px;
	font-size:24px;
	line-height:30px;
	padding:0px;
	margin-top:0px;
	text-transform:uppercase;
	letter-spacing:1px;
}

h4
{
	color:#000;
	font-weight:500;
	margin-bottom:20px;
	font-size:24px;
	line-height:24px;
	text-transform:uppercase;
	padding:0px;
	margin-top:20px;
	letter-spacing:0px;
}

h5
{
	color:#000;
	font-size:18px;
	line-height:30px;
	font-weight:normal;
	text-transform:none;
	letter-spacing:0px;
	padding-bottom:25px;
	padding-top:0px;
	margin:0px;
}

h5 span
{
	font-size:12px;
	line-height:18px;
	color:#2f3392;
	display:block;
	font-weight:bold;
	padding-bottom:5px;
}

h6
{
	color:#2f3292;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:500;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
}

h6.licon
{
	padding-left:25px;
	background:url(../images/round-star-icon.png) 0px 2px no-repeat;
}

h6.ricon
{
	padding-right:25px;
	background:url(../images/round-star-icon.png) right top 2px no-repeat;
}

hr
{
	border-top:1px solid #d5d5d5;
	margin-top:0.5rem;
    margin-bottom:0.5rem;
}

.btn-link
{
	color:#000;
	font-weight:500;
	text-transform:uppercase;
	font-size:14px;
	line-height:24px;
	display:inline-block;
	margin:20px 0px 0px 0px;
	letter-spacing:1px;
	padding:0px 15px 0px 0px;
	text-decoration:underline;
	background:url(../images/black-arrow.png) right top 6px no-repeat;
}

.btn-link:hover, .btn-link:focus
{
	text-decoration:underline;
	color:#2f3392;
}

.btn-default
{
	display:inline-block;
	border:none;
	background-color:#000000;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:12px 35px;
	margin:30px auto 20px auto;
	color:#fff;
	text-decoration:none;
	border-radius:0px;
}

.btn-default:hover, .btn-default:focus
{
	border:none;
	color:#fff;
	background-color:#57c6d1;
	text-decoration:none;
}

.btn-block
{
	display:inline-block;
	width:auto;
	font-size:14px;
	background-color:transparent;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:15px 35px;
	color:#fff;
	border:1px solid #fff;
	border-radius:0px;
	margin-top:30px;
}

.btn-block:hover, .btn-block:focus
{
	background-color:#f1b30a;
	border:1px solid #f1b30a;
	color:#000;
	text-decoration:none;
}

.btn-primary
{
	display:inline-block;
	border:none;
	background-color:#2f3392;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:12px 35px;
	margin:30px auto 20px auto;
	color:#fff;
	text-decoration:none;
	border-radius:0px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.active
{
	background-color:#000;
	text-decoration:none;
	color:#fff;
}

.btn-primary.abs-pos
{
	position:absolute;
	right:0px;
	bottom:0px;
	margin-bottom:0px;
}

.img-fluid
{
	width:100%;
}

.navbar-brand
{
	display:inline-block;
	width:auto;
	height:auto;
	padding:27px;
	z-index:10000;
}

nav
{
	background-color:#fff;
}

.navbar
{
	padding:0px;
}

.navbar-nav
{
	margin:0px;
}

.navbar-light .navbar-nav .nav-item
{
	margin-left:10px;
	margin-right:10px;
}

.navbar-light .navbar-nav .nav-item:first-child
{
	margin-left:0px;
}

.navbar-light .navbar-nav .nav-item:last-child
{
	margin-right:0px;
}

.navbar-light .navbar-nav .nav-link
{
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	color:#000000 ;
	font-weight:500;
	padding:18px 22px;
	border-radius:0px;
	opacity:1;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active
{
    color:#000;
	text-decoration:none;
	background-color:#a7cf39;
}

.navbar-nav .dropdown-menu
{
	border-radius:0px;
}

.navbar-nav .dropdown-menu a
{
	color:#000;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.navbar-light .navbar-toggler
{
	color:#5a2a6c;
	border:none;
	border-radius:0px;
	float:right;
	box-shadow:none;
}

.navbar-light .navbar-toggler:hover, .navbar-light .navbar-toggler:focus
{
	outline:none;
}

.navbar-light .navbar-toggler-icon
{
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	padding:10px 10px;
	margin:5px 0px;
	height:36px;
	width:36px;
	background:#a7cf39 url(../images/menu-icon.png) center center no-repeat;
}

.navbar-light .navbar-toggler-icon:hover, .navbar-light .navbar-toggler-icon:focus
{
	background:#000000 url(../images/menu-icon.png) center center no-repeat;
}

.navbar-light .navbar-nav .nav-link.login
{
	background:#eeeeee url(../images/lock-icon.png) center left 40px no-repeat;
	padding-left:70px;
	padding-right:50px;
}

.navbar-light .navbar-nav .nav-link.login:hover, .navbar-light .navbar-nav .nav-link.login:focus
{
	background:#a7cf39 url(../images/lock-icon.png) center left 40px no-repeat;
}

.carousel
{
	height:auto;
	z-index:0;
	padding:0px;
	background-color:#f0f0f0;
}

.carousel .carousel-caption
{
	text-align:left;
	margin-bottom:0px;
	left:3%;
	bottom:25%;
	width:20%;
	display:inline-block;
	padding:20px;
	background-color:rgba(0,0,0,0.7);
}

.carousel .carousel-caption h1
{
	text-transform:none;
	font-weight:300;
	font-size:36px;
	line-height:48px;
	color:#fff;
	padding:15px 0px;
	margin:0px;
	display:inline-block;
}

.carousel .carousel-caption h6
{
	color:#57c6d1;
	letter-spacing:1px;
}

.carousel .carousel-caption h6.licon
{
	background:url(../images/arrow.png) 3px 4px no-repeat;
}

.carousel .carousel-caption p
{
	color:#cbcbcb;
	font-size:12px;
	line-height:18px;
	margin-bottom:0px;
}

.carousel.inner
{
	height:auto;
	color:#fff;
}

.carousel.inner .carousel-inner .carousel-item
{
	height:auto;
	background:#f0f0f0;
}

.carousel.inner .carousel-caption
{
	top:auto;
	bottom:0px;
}

.carousel-indicators
{
	left:0px;
	right:auto;
	margin-left:3%;
}

.carousel-indicators [data-bs-target]
{
	width:10px;
	height:10px;
	display:block;
	border-radius:50%;
	opacity:1;
	margin:0px 5px;
	background-color:#fff;
}

.carousel-indicators .active
{
	background-color:#2f3292;
	opacity:1;
}

.block
{
	padding:75px 0px;
}

.absolute-about
{
	position:absolute;
	bottom:20px;
	left:20px;
}

.min-height-block
{
	min-height:475px;
}

.nurse-img
{
	position:absolute;
	left:50%;
	margin-left:-9%;
	bottom:0px;
}

.phone
{
	padding-left:20px;
	background:url(../images/phone-icon.png) 0px 8px no-repeat;
	font-size:18px;
	color:#000000;
}

.arrow-link
{
	width:35px;
	height:35px;
	background:#000000 url(../images/down-arrow.png) center center no-repeat;
	position:absolute;
	right:0px;
	bottom:0px;
}

.arrow-link:hover, .arrow-link:focus
{
	background:#a7cf39 url(../images/down-arrow-black.png) center center no-repeat;
}

h2.accordion-header
{
	line-height:24px;
	margin-left:0px;
	margin-top:1px;
}

.accordion-button
{
	background-color:#656565;
	color:#fff;
	font-size:18px;
	font-weight:500;
	letter-spacing:1px;
	text-transform:uppercase;
}

.accordion-item
{
	border:none;
}

.accordion-button::after
{
	 background:url(../images/white-down-arrow.png) center right no-repeat;
}

.accordion-button:not(.collapsed)
{
	 background:#656565;
	 color:#fff;
}

.accordion-button:focus
{
	border:none;
	outline:none;
	box-shadow:none;
}

.accordion-button:not(.collapsed)::after
{
	 background:url(../images/white-up-arrow.png) center right no-repeat;
}

.accordion-body
{
	background-color:#f1f1f1;
	color:#656565;
	font-weight:500;
	padding:0px;
}

.accordion-body .border-bottom
{
	border-bottom:1px solid #c7c7c7 !important;
}

.accordion-body .border-end
{
	border-right:1px solid #c7c7c7 !important;
}

.nav-pills .nav-item
{
	margin-right:10px;
}

.nav-pills .nav-link
{
	color:#2f3293;
	text-transform:uppercase;
	font-weight:bold;	
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
	background-color:#2f3293;
	color:#fff;	
}

.dark-blue-bg .nav-pills .nav-link
{
	color:#fff;
}

.dark-blue-bg .nav-pills .nav-link.active, .dark-blue-bg .nav-pills .show>.nav-link
{
	background-color:#57c6d1;
	color:#fff;	
}

.gray-bg .nav-pills
{
	display:inline-block;
	margin:0px auto;	
}

.gray-bg .nav-pills .nav-item
{
	float:left;
}

ul.link-list, ul.list-unstyled
{
	margin:0px;
	padding:0px;
}

ul.link-list li
{
	list-style:none;
	border-bottom:1px solid #f2f2f2;
	margin:0px;
	padding:0px;
}

ul.link-list li:first-child
{
	border-top:1px solid #f2f2f2;
}

ul.link-list li a
{
	padding:17px 25px;
	display:block;
	color:#000000;
	letter-spacing:1px;
	background:url(../images/download-icon.png) right 35px top 19px no-repeat;
}

ul.link-list li a:hover, ul.link-list li a:focus
{
	color:#000000;
	background:#d7d7d7 url(../images/download-icon.png) right 35px top 19px no-repeat;
}

ul.list-unstyled li
{
	display:block;
	margin-bottom:5px;
	padding-left:25px;
	background:url(../images/gray-arrow.png) left 0px top 5px no-repeat;
}

.college-bg
{
	background-image:url(../images/college-building-img.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	color:#fff;
	vertical-align:bottom;
}

.form-group
{
	margin-bottom:10px;
}

.form-control
{
	height:auto;
	border-radius:0px;
	padding:10px;
	border:none;
}

.note-bg
{
	background-color:#fffadf;
}

.note-bg1
{
	background-color:#efe8c4;
}

.note-bg ul.link-list li
{
	border-bottom: 1px solid #e4daa5;
}

.note-bg ul.link-list li:first-child
{
    border-top: 1px solid #e4daa5;
}

.note-bg ul.link-list li a:hover, .note-bg ul.link-list li a:focus
{
	background-color:#ebe1ab;	
}

.img-circle
{
	border-radius:50%;
	margin-bottom:25px;
	border:8px solid #fff;
}

.no-record-found
{
	display:inline-block;
	margin:0px auto;
	padding:15px 50px;
	border:1px solid #000;
	color:#000;
	font-size:18px;
}

.biggest
{
	font-size:24px;
	line-height:36px;
	font-weight:bold;
}

.big
{
	font-size:18px;
	line-height:30px;
}

.medium
{
	font-weight:500;
}

.blue
{
	color:#2f3293;
}

.black
{
	color:#000;
}

.white
{
	color:#fff;
}

.gray
{
	color:#818181;
}

.mission-bg
{
	background:#f2f2f2 url(../images/mission-icon.png) bottom 20px right 20px no-repeat;
	padding-bottom:150px;
}

.vision-bg
{
	background:#57c6d1 url(../images/vision-icon.png) bottom 20px right 20px no-repeat;
	padding-bottom:150px;
}

.gray-bg
{
	background-color:#e8e8e8;
}

.gray-bg1
{
	background-color:#ececec;
}

.gray-bg2
{
	background-color:#f2f2f2;
}

.gray-bg2 ul.link-list li
{
	border-bottom:1px solid #e8e8e8;
}

.dark-blue-bg
{
	background-color:#2a2d90;
	color:#fff;
}

.blue-bg
{
	background-color:#57c6d1;
	color:#fff;
}

.blue-bg .border-end
{
	border-right:1px solid #89d7e0 !important;
}

.blue-bg .border-bottom
{
	border-right:1px solid #89d7e0 !important;
}

.border-end
{
	border-right:1px solid #9e9e9e !important;
}

.border-end.white
{
	border-right:1px solid #ffffff !important;
}

.border
{
	border:1px solid #9e9e9e !important;
}

.blue-bg .border
{
	border:1px solid #dee2e6 !important;
}

label.error
{
	clear:both;
	width:auto;
	height:auto;
	float:none;
	border:none;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#ff0000;
	text-transform:none;
	padding:0px;
	margin:0px;
	display:block;
}

iframe
{
	float:left;
}

.zoom
{
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	bottom:25px;
	right:25px;
	background:url(../images/zoom-icon.png) 0px 0px no-repeat;
}

footer
{
	font-size:14px;
	line-height:24px;
	font-weight:nomral;
	color:#fff;
	margin:0px;
	padding:20px 0px;
	background-color:#505050;
	text-align:center;
}

footer a
{
	color:#fff;
}

footer a:hover, footer a:focus
{
	color:#57c6d1;
	text-decoration:underline;
}

footer .social-media
{
	display:inline-block;
	margin:0px auto;
}

footer .social-media a
{
	width:24px;
	height:24px;
	display:block;
	float:left;
	margin:0px 10px;
	opacity:0.6;
}

footer .social-media a:hover, footer .social-media a:focus
{
	opacity:1;
}

footer .social-media a.facebook
{
	background:url(../images/facebook-icon.png) 0px 0px no-repeat;
}

footer .social-media a.linked-in
{
	background:url(../images/linked-in-icon.png) 0px 0px no-repeat;
}

footer .social-media a.twitter
{
	background:url(../images/twitter-icon.png) 0px 0px no-repeat;
}

footer .copyright
{
	display:block;
}

footer .copyright
{
	font-size:14px;
	line-height:30px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
}

footer .copyright a
{
	color:#fff;
}

footer .copyright a:hover, footer .copyright a:focus
{
	color:#ff1722;
}

footer .navbar-nav
{
	display:inline-block;
	margin:0px auto 20px auto;
	float:none;
}

footer .nav-item
{
	margin:10px 21px;
	padding:0px;
	float:left;
}

footer .nav-item:last-child
{
	margin-right:0px;
}

footer .navbar-nav a
{
	color:#fff;
	padding:0px;
	font-weight:normal;
	font-size:14px;
	line-height:24px;
	text-transform:uppercase;
}

footer .navbar-nav .nav-link:hover, footer .navbar-nav .nav-link.active, footer .navbar-nav .nav-link:focus
{
    color:#57c6d1;
	background-color:transparent;
	text-decoration:none;
}

@media all and (min-width:1024px) and (max-width:1200px)
{
	.navbar-light .navbar-nav .nav-item
	{
		margin-left:0px;
		margin-right:0px;
	}
	
	.navbar-light .navbar-nav .nav-link
	{
		padding:0px 7px;
		border-radius:8px;
	}
	
	.carousel, .carousel.inner
	{
		height:auto;
	}
	
	.carousel img
	{
		width:auto;
		height:auto;
	}
}

/* #Tablet (Portrait)
================================================== */
@media only screen and (max-width:992px)
{
	h1
	{
		font-size:24px;
		line-height:36px;
		margin:0px 0px 30px 0px;
		padding:0px 0px 0px 0px;
	}
	
	h2
	{
		margin-top:20px;
		margin-bottom:30px;
		margin-left:20px;
		letter-spacing:1px;
		writing-mode:horizontal-tb;
		text-orientation:mixed;
	}
	
	.carousel, .carousel.inner
	{
		height:auto;
	}
	
	.block
	{
		padding:50px 0px;
	}
}

@media (max-width:768px)
{
	h1.white, h1, h1.h1
	{
		font-size:30px;
		line-height:36px;
	}
	
	.navbar-light .navbar-nav .nav-item
	{
		margin-left:0px;
		margin-right:0px;
	}
	
	.navbar-brand
	{
		padding:15px;
	}
	
	.float-end
	{
		float:none !important;
	}
	
	.btn-primary
	{
		margin:0px auto;
	}
	
	.nurse-img
	{
		position:static;
		margin-left:0px;
	}
	
	.absolute-about
	{
		position:static;
		bottom:0px;
		left:0px;
	}
	
	.min-height-block
	{
		min-height:0px;
	}
	
	.accordion-body .border-end
	{
		border-right:none !important;
	}
	
	.nav-pills .nav-item
	{
		margin-right:0px;
		margin-bottom:10px;
		text-align:center;
	}
	
	.nav-pills .nav-item.float-start
	{
		float:none !important;
	}
	
	.nav-pills .nav-item .nav-link
	{
		display:inline-block;
	}
	
	.border-end
	{
		border-right:none !important;
		border-bottom:1px solid #9e9e9e;
	}
	
	.img-circle
	{
		margin-top:15px;
	}
	
	footer .text-end, footer .text-start
	{
		text-align:center !important;
	}
}

/*  #Mobile (Portrait)
================================================== */
@media only screen and (max-width:480px)
{
	h1
	{
		font-size:30px;
		line-height:36px;
		margin:0px 0px 20px 0px;
		padding:0px 0px 0px 0px;
	}
	
	h2
	{
		margin-top:20px;
		margin-bottom:30px;
		margin-left:20px;
		letter-spacing:1px;
		writing-mode:horizontal-tb;
		text-orientation:mixed;
	}
	
	.m-image
	{
		width:100%;
		height:auto;
	}
	
	footer
	{
		text-align:center;
	}
	
	footer .copyright
	{
		text-align:center;
		margin-top:30px;
	}
	
	footer .navbar-nav
	{
		float:none;
		display:block;
		margin-top:0px;
	}
	
	footer .nav-item
	{
		float:none;
		margin:0px 0px;
		text-align:center;
	}
}