<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;display=swap');

body{
	margin:0;
	padding:0;
	font-family: 'Roboto';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
    height: auto;
}
.header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 30px;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
/*.fixed-header {
	position: fixed;
	top: 0;
	transition: .4s;
}*/

.menu-part{
	background: #0b85c7;
	padding: 0 15px;
}
.logo{
	position: relative;
}
.logo_absolute {
	position: absolute;
	top: -22px;
}
.logo img {
	max-height: 100px;
}
.header-right{
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.toggle_button {display: none;}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	list-style: none;
	display: inline-block;
	padding: 10px;
	font-size: 16px;
	position: relative;
}
.menu ul li a{
	color: #fff;
	display: block;
	padding: 5px 0 0;
	border-bottom: solid 2px transparent;
}
.menu ul li:hover &gt; a {
	border-color: #fff;
}
.menu ul li &gt; ul {
	width: 160px;
	position: absolute;
	background: #0b85c7;
	text-align: left;
	border: solid 1px #fff;
	transition: .5s;
	top: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
}
.menu ul li:hover &gt; ul {
	top: 100%;
	display: block;
	opacity: 1;
	visibility: visible;
}
.menu ul li &gt; ul &gt; li {
	width: 100%;
	font-size: 14px;
	padding: 2px 0;
	border-bottom: solid 1px #fff;
	border-left: solid 3px transparent;
}
.menu ul li &gt; ul &gt; li:last-child {
	border-bottom: none;
}
.menu ul li &gt; ul &gt; li:hover {
	border-left-color: #fff;
	background: #0877b3;
}
.menu ul li &gt; ul &gt; li &gt; a {
	padding: 10px;
	border: none;
	width: auto;
}
.menu ul li &gt; ul &gt; li:hover &gt; a {
	font-weight: 600;
}
.menu ul li &gt; ul &gt; li &gt; ul {
	left: 100%;
	top: 150%;
}
.menu ul li &gt; ul &gt; li:hover &gt; ul {
	top: 0;
}
.banner{
	height: 90vh;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.banner_content {
	width: 55%;
	padding: 30px 30px 30px 120px;
	background: rgba(255, 255, 255, .54);
}
.banner_content h1 {
	font-size: 42px;
	color: #393185;
	font-weight: 400;
	font-style: italic;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
.banner_content h1:after {
	width: 35%;
	height: 5px;
	background: #393185;
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
}
.banner_content p {
	font-size: 18px;
	color: #393185;
	margin: 0;
}
.phone_no {
	width: 100%;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 36px;
	color: #ff0018;
	font-family: 'Bebas Neue', cursive;
}
.phone_no_icon {
	width: 50px;
	margin-right: 15px;
}
.phone_no b {
	font-weight: 900;
}
.banner-bottom-sec{
	margin-top: -70px;
}
.box1{
	width: 180px;
	height: 180px;
	margin: 0 auto;
}
.box1 a {
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #0e5680;
	padding: 10px;
	
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.box1:after{
	background: url(../images/shape1.png) no-repeat;
	width: 202px;
	height: 34px;
	position: absolute;
	bottom: -26px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	z-index: -1;
}
.icon {
	max-width: 80px;
	max-height: 80px;
	margin-bottom: 15px;
}
.icon img {
	max-height: 100%;
	max-width: 100%;
}
.box1-title{
	font-size: 18px;
	font-weight: bold;
	color: #ff5a00;
	margin-top: 5px;
	text-transform: uppercase;
	line-height: 1.2;
}
.choose-us-sec{
	padding: 60px 0 20px;
}
.title{
	font-size: 46px;
	font-weight: bold;
	color: #0e5781;
	text-transform: uppercase;
}
.choose-left b{
	font-weight: normal;
	font-size: 18px;
	color: #0e5781;
	text-transform: uppercase;
}
.text{
	font-size: 16px;
	color: #3e3e3e;
	padding-top: 20px;
}
.yellow-sec{
	background: #ffd200;
	padding: 10px 15px 48px;
	text-align: center;
	margin-top: 20px;
	position: relative;
}
.yellow-sec .title2{
	font-size: 40px;
	color: #0b016f;
	line-height: 1.2;
	font-style: normal;
	padding: 0;
	margin: 0;
}
.yellow-sec .title2:after {
	display: none;
}
.title2 b{
	font-weight: bold;
	color: #ff0000;
	text-transform: uppercase;
	display: block;
	font-size: 40px;
}
.apply-btn{
	display: inline-block;
	background: #0619a1;
	color: #fff !important;
	font-size: 25px;
	font-weight: 500;
	line-height: normal;
	padding: 6px 20px 8px 14px;
	border-radius: 50px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 190px;
	transition: .2s;
}
.apply-btn:hover {
	transform: scale(1.1);
}
.list-item{
	margin: 0;
	padding: 0;
}
.list-item li{
	display: flex;
	font-size: 15px;
	color: #4c4c4c;
	font-weight: normal;
	margin-bottom: 40px;
}
.list-item li b{
	font-size: 62px;
	color: #c9c4c4;
	font-weight: bold;
	border-right: 1px solid #5fa6cc;
	margin-right: 14px;
	padding: 0 12px;
}
.list-item li h3 {
	font-size: 30px;
	font-weight: bold;
	color: #0e5680;
	margin-bottom: 20px;
}
.list-item li span{
	display: inline-block;
}
.list-item li p {
	margin: 0;
}
.about-sec{
	padding: 50px 0;
}
.what-left{
	padding: 0 3% 0 7%;
	display: flex;
	align-items: center;
	background: #095177;
}
.what-title{
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}
.what-text{
	font-size: 16px;
	color: #fff;
	padding-top: 5px;
}
.what-text span{
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
	display: inline-block;
}
.what-right{
	padding: 0;
}
.what-right img{
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.campus-sec{
	padding: 30px 0 50px;
}
.campus-sec .owl-carousel .owl-nav button {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 30px;
	color: #0c2961;
}
.campus-sec .owl-carousel .owl-nav button.owl-prev {
	left: -30px;
}
.campus-sec .owl-carousel .owl-nav button.owl-next {
	right: -30px;
}
.campus-sec .owl-carousel .owl-nav button:focus {
	outline: none;
}
.title2{
	text-align: center;
	font-size: 35px;
	color: #0e2b63;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	font-style: italic;
}
.about-sec .row:nth-child(even) {
	flex-direction: row-reverse;
}
.about-sec .row:nth-child(even) .what-left {
	padding: 0 7% 0 5%;
	background: #0c9de9;
}
.title2:after{
	width: 40px;
	height: 4px;
	background: #0e2b63;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}
.box2-top{
	margin-top: 30px;
}
.box2{
	text-align: center;
}
.icon2 {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid #051e4e;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	padding: 20px;
}
.box2-title{
	font-size: 20px;
	font-weight: 500;
	color: #0c2961;
	padding-top: 15px;
}
.blog-sec{
	background: #b8d8ea;
	padding: 20px 0;
}
.new{
	padding: 10px 64px 20px;
}
.box3-top {
	display: flex;
}
.box3{
	background: #fff;
}
.box3 a {
	color: #000;
}
.box3_image {
	height: 200px;
	position: relative;
}
.box3_image:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(77, 109, 127, .6);
}
.box3_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box3-content{
	padding: 20px 25px;
}
.box3-title{
	font-size: 17px;
	font-weight: bold;
	color: #0e2b63;
}
.box3-text{
	padding-top: 10px;
	font-size: 16px;
	color: #4d6d7f;
}
.date{
	margin-top: 20px;
	font-size: 16px;
	font-style: italic;
}
.date img{
	width: 21px;
	margin: -4px 4px 0 0;
}
.view-btn{
	text-align: center;
}
.view-btn a{
	display: inline-block;
	background: #28485a;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 32px;
	border-radius: 6px;
	margin-top: 34px;
}
.view-btn a:hover {
	background: #4d6d7f;
	box-shadow: 0 0 10px rgba(77, 109, 127, .6);
}
.footer {
	padding: 40px 0 50px;
	border-top: solid 2px #f1f1f1;
}
.foot-left{
	text-align: center;
}
.ft_logo {
	max-width: 200px;
	margin: auto auto 20px;
}
.social{
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 5px;
	background: #e5e5e5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #828282;
	font-size: 18px;
	transition: .1s;
}
.social a:hover {
	background: #0e2d63;
	color: #fff;
}
.foot-title{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #b8b4b4;
	position: relative;
}
.foot-title:after{
	width: 60px;
	height: 3px;
	background: #c01734;
	position: absolute;
	bottom: -2px;
	left: 0;
	content: "";
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	list-style: none;
	font-size: 17px;
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
}
.foot1 li a{
	color: #171616;
	transition: ease all 0.5s;
}
.foot1 li img{
	position: absolute;
	top: 2px;
	left: 0;
}
.foot-text{
	font-size: 16px;
}
.foot-right{
	padding-left: 30px;
}
.info{
  margin-top: 15px;
  width: 428px;
}
.info input {
	display: inline-block;
	width: 295px;
	height: auto;
	border: 0;
	border-radius: 3px;
	margin: 0 0 10px 0;
	padding: 8px 10px;
	background: #fff;
	border: 1px solid #7b7b7b;
}
.info input:focus{
	border: 1px solid #7b7b7b;
	outline: none;
}
.info .submit{
	display: inline-block;
	vertical-align: top;
	margin-left: -5px;
	padding: 9px 17px;
	border:none !important;
	border-radius: 3px;
	background: #b70924;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	width: 124px;
}
.copyright{
	background: #0e2d63;
	color: #fff;
	font-size: 15px;
	padding: 15px 0;
}




.inner_banner {
	height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.inner_banner:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}

.inner_banner_content {
	padding-top: 50px;
}

.inner_banner_content h1 {
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}


.course_bg {
	width: 100%;
	padding: 30px 0;
	background-image: url(../images/course-bg.png);
	background-repeat: no-repeat;
  background-position: center top;
}

.courser_content_heading {
	width: 100%;
	text-align: center;
	margin: 0 0 100px;
}

.courser_content_heading h2 {
	font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #000000;
  margin: 0;
}

.nursign_click {
	margin-top: 20px;
}

.nursign_click h5 {
	font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}

.nursign_click h5 a {
	color: #0e5781;
}

.courser_content_box {
	background: #FFFFFF;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 45px 24px 42px;
  filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.07));
  position: relative;
  margin-bottom: 30px;
}

.courser_content {
	width: 100%;
}

.courser_content h4:first-child {
	margin-top: 0;
}

.courser_content h2 {
	font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  color: #0e5781;
  margin: 0 0 20px;
  display: inline-block;
  width: 100%;
}

.courser_content h4 {
	font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  color: #0e5781;
  margin: 20px 0 10px;
  display: inline-block;
  width: 100%;
}

.courser_content p {
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
	line-height: 26px;
	margin-bottom: 10px;
	display: block;
}

.courser_content ul {
	margin: 10px 0 0;
	width: 100%;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.courser_content ul li {
	padding: 7px 0 7px 40px;
	font-size: 16px;
	position: relative;
}

.courser_content ul li:before {
	font-family: var(--fa-style-family,"Font Awesome 6 Pro");
	font-weight: 900;
	content: "\f058";
	position: absolute;
	top: 7px;
	left: 10px;
	color: #0b85c7;
}

.course_right {
	position: relative;
}

.course_form {
	position: sticky;
	top: 15px;
	width: 100%;
	padding: 30px 30px !important;
  background: #0e5781;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 82px 24px 42px;
  filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.07));
}

.course_form h4 {
	font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 30px;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.course_form form {
	width: 100%;
}

.course_form form input, .course_form form textarea {
	width: 100%;
	height: 45px;
	border: none;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 4px;
}

.course_form form textarea {
	height: 100px;
	resize: none;
}

.course_form form input::placeholder, .course_form form textarea::placeholder {
	font-size: 14px;
	text-transform: capitalize;
}

.course_form form input:focus, .course_form form textarea:focus {
	outline: none;
}

.course_form form .submit {
	background: #ffd200;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}




.parent_course {
	background-image: none;
}

.parent_course_left .courser_content_box {
	padding: 0;
	background: transparent;
	box-shadow: none;
	border: none;
}

.parent_course_right .inner_page_right_image {
	box-shadow: 0 0 10px #c9c4c4;
	border: solid 10px #0c9de9;
}





.apply_online {
	width: 100%;
	padding: 5rem 0;
}

.apply_online_box {

}

.apply_online_form {
	float: left;
  width: 100%;
  background-color: #f7f7f7;
  padding: 2%;
  border: 1px solid #eaeaea;
  margin-bottom: 40px;
  text-align: justify;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  margin-top: 0px;
}

.apply_online_form h2 {
  width: 100%;
  color: #084d89;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 32px;
}

.apply_online_form .form-control:focus {
	outline: none;
	box-shadow: none;
}

.apply_online_form .submit {
	background: #0619a1;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 60px;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  margin: auto;
}




.contact_page {
	padding-top: 50px;
	padding-bottom: 0;
}

.contact_box .course_form {
	background: #0c9de9;
	margin-bottom: 50px;
}

.contact_map {
	width: 100%;
	height: 500px;
}

.contact_map iframe {
	width: 100%;
	height: 100%;
}

</pre></body></html>