* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	font-family: Quicksand, sans-serif;
	font-weight: 500;
	color: #212529;
}

.container {
	max-width: 1300px;
}

ul {
	padding: 0;
	margin: 0;
}

p {
	text-align: justify;
	line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500
}

a {
	transition: all .3s ease-in;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	transition: all .3s ease-in
}

.mt50 {
	margin-top: 30px;
}

.pt50 {
	padding-top: 50px
}

.ptb50 {
	padding: 50px 0;
}

.img-fluid {
	width: 100%
}

.slider-sec .carousel-indicators li {
	width: 17px;
	height: 17px;
	border-radius: 0%
}

.slider-sec .carousel-control-next-icon:before {
	content: "\f054";
	font-family: FontAwesome;
	color: #000
}

.slider-sec .carousel-control-prev-icon:before {
	content: "\f053";
	font-family: FontAwesome;
	color: #000
}

.carousel-control-prev-icon,
.slider-sec .carousel-control-next-icon {
	background: #fff !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.font-bold{
    font-weight: 700;
}
.header,
header .shrink {
	background: #fff
}

/*header {*/
/*	padding: 5px 0 0;*/
/*}*/

.slider-sec {
	position: relative;
	max-width: 1400px;
	margin: 0 auto
}

.carousel-control-next,
.carousel-control-prev {
	width: 5%
}

/* Home page right-side carousel: fixed aspect ratio + cover crop */
#myCarousel .carousel-inner,
#myCarousel .carousel-item {
	width: 100%;
	aspect-ratio: 1.71428 / 1;
	overflow: hidden;
}

#myCarousel .carousel-item img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.top-band {
	background: #358bb5;
	padding: 5px 0;
}

.top-band p {
	margin: 0;
	color: #fff;
}

.top-band p a {
	color: #e1cb06
}

.top-logo {
	padding: 5px 0;
}

.notice-bord p {
	text-align: right;
}

.header-inner {
	background: #661521;
}

.logo-menu ul {
	text-align: right; margin-bottom: 10px;
}

.logo-menu ul li {
	display: inline-block;
	margin: 0 3px;
}

.logo-menu ul >  li  > a {
	color: #fff;
	display: block;
	padding: 5px 10px;
	padding: 7px 15px;
	background-color: #358bb5;
	/* border: solid 1px #232323; */
}

.logo-menu ul li a:hover {
	background: #2879a1;
	color: #fff;
}

.logo-menu ul li .admission-btn {
	background: #232323;
	color: #fff;
}

.logo-menu ul ul {
	display: none;
	position: absolute;
	background: #358bb5;
	min-width: 200px;
	z-index: 1;
	border-radius: 5px; z-index: 9999;
}

.logo-menu ul li:hover ul {
	display: block;
}

.logo-menu ul ul li {
	display: block;
	margin: 0;
}

.logo-menu ul ul li a {
	padding: 7px 15px;
	background:#358bb5;
	color: #fff;
	border-radius: 0;
	text-align: left;
}

.logo-menu ul ul li a:hover {
	background: #2879a1;
	color: #fff;
}

 

header .shrink {
	position: fixed;
	width: 100%;
	top: -70px;
	left: 0;
	right: 0;
	-webkit-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: transform .5s, background .5s;
	transition: transform .5s, background .5s, -webkit-transform .5s;
	-o-transition: transform .5s, background .5s;
	-webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3px 16px 0 rgb(0 0 0 / 16%);
	z-index: 999
}

.headding11 {
	font-weight: 500;
	color: #2a2a2a;
	font-size: 25px;
	margin-bottom: 15px;
}

 
.admissione-enquiry-form {
	background: #358bb5;
	padding: 10px 0px;
}

.admissione-enquiry-form h4 {
	margin-bottom: 5px;
	COLOR: #fff;
	font-size: 20px;
}

.send-enquiry-btn {
	background: #1d5976 !important;
	color: #fff !important;
	border: 0; height: auto; padding: 14px;
}

.visitor-team-box {
	padding: 2px;
	background: #fff;
	border: solid 1px #ddd;
	margin: 0 0 5px;
}

.visitor-team-box p {
	margin: 0;
	line-height: 1.5;
	text-align: left;
	font-size: 15px;
}

.bg-gray {
	background: #efefef
}

.colorbox-row {
	display: flex;
	width: 100%;
	text-align: center;
	justify-content: center
}

.colorbox-icon {
	margin: 7px;
	width: 180px;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	height: 150px;
	padding: 0 7px;
	color: #fff;
}

.colorbox-icon i {
	font-size: 35px;
	margin-bottom: 10px;
}

.colorbox-icon p {
	margin: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.colorbox-icon:nth-child(1) {
	background: #04bc8f;
}

.colorbox-icon:nth-child(2) {
	background: #a102a1;
}

.colorbox-icon:nth-child(3) {
	background: #ff9800;
}

.colorbox-icon:nth-child(4) {
	background: #5061a4
}

.colorbox-icon:nth-child(5) {
	background: red
}

.colorbox-icon:nth-child(6) {
	background: #0aa6d9
}

.headding22 {
	color: #661521;
	font-weight: bold;
	font-size: 30px; margin-bottom: 20px;
}

.vocational-education img {
	border: solid 2px #adadad;
	text-decoration: none;
	transition: all .3s ease-in;
	padding: 2px;
}

.common-button {
	color: #fff;
	padding: 5px 50px;
	border: solid 1px #232323;
	display: inline-block;
	background: #232323;
}

.common-button:hover {
	color: #232323;
	background: none
}

 
 

.box2 {
	/* background: #661521; */
	/* padding: 10px; */
	/* padding: 25px; */
}

.box2-demo {
	background: #661521; padding: 20px;
}

.btn-primary {
	background: #661521;
	border: 0;
}

.box2 .headding22 {
	/* color: #fff; */
	font-size: 22px;
}

.box2 li {
	margin-bottom: 11px;
	font-size: 17px;
	list-style: none;
	color: #fff;
}

.box2 li a {
	color: #fff
}

footer {
	background: #b5b5b5;
	color: #000631
}

footer h4 {
	margin-bottom: 15px;
}

.footer-address {
	padding-left: 60px;
}

.footer-address p {
	text-align: left;
	margin-bottom: 10px;
}

footer .visitor-team-box {
	background:none;
	border: 0
}

footer .visitor-team-box p {
	font-size: 13px;
}

.copyright {
	background: #434546;
	padding: 10px 0
}

.copyright p {
	color: #fff;
	margin: 0;
	text-align: center
}
.copyright p a{ color:#e3be46;}

/*inner pages css start*/
.inner-banner {
	background: url(../imges/bg-inner.jpg) no-repeat top center;
	padding: 80px 0;
}

.inner-banner .headding11 {
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 0;
	font-size: 30px;
}

.key-management-card-main {
	background-color: #f2f2f2;
	padding: 30px 20px 20px 30px;
	position: relative;
	margin-bottom: 25px;
}

.key-management-card {
	position: relative;
}

.key-management-card img {
	position: relative;
	z-index: 1;
}

.key-management-card::before {
	content: "";
	background-color: #0071cb;
	position: absolute;
	height: 100%;
	width: 168px;
	top: -15px;
	left: -15px;
}

.key-management-card-main h4 {
	font-size: 23px;
	font-weight: 500;
}

.key-management-card-main h6 {
	font-size: 24px;
	font-weight: 900;
	color: #0071cb;
}

.key-management-card-main p {
	line-height: 1.4;
	font-size: 15px;
	font-weight: 500;
	font-style: italic;
}

.message {
	border-left: solid 3px #0071cb;
	padding-left: 20px;
}

.key-management-card-main i {
	position: absolute;
	top: 25px;
	right: 30px;
	font-size: 80px;
	opacity: 0.4;
	color: #0b81c1;
}

.falultybox {
	background: #f2f2f2;
	margin-bottom: 30px;
}

.list-pen {
	padding: 0;
	margin: 0
}

.list-pen li {
	position: relative;
	padding: 10px 10px 10px 35px;
	margin-bottom: 20px;
	background: #f2f2f2;
	list-style: none;
	border-bottom: solid 2px #ccc;
}

.list-pen li::before {
	content: "\f304";
	font-family: FontAwesome;
	position: absolute;
	left: 10px;
}

.pr0 {
	padding-right: 0 !important;
}

.pl0 {
	padding-left: 0 !important;
}

 
	background: #fff;
	box-shadow: 0px 0px 5px #ddd;
	padding: 15px;
}

.notice-bord h3 {
	background: #661521;
	color: #fff;
	padding: 5px 15px;
	font-size: 22px;
}

.notice-bord ul li a {
	color: #212529;
	margin-bottom: 5px;
}

.notice-bord marquee {
	height: 180px;
} */


.notice-board {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Header */
.nb-header {
  background:linear-gradient(#661521, #9f3c4b);
  color: #fff;
  text-align: center;
  padding: 12px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 6px 6px 0 0;
}

/* Content Box */
.nb-content {
  max-height: 220px;
  overflow-y: auto;
  padding: 15px;
}

/* Items */
.nb-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}

.nb-item:last-child {
  border-bottom: none;
}

/* Icons */
.nb-icon {
  font-size: 22px;
  color: #fb8c00;
  line-height: 1.2;
}

/* Text */
.nb-item p {
  margin: 0;
  font-size: 15px;
  color: #333;
  line-height: 1.4;
	text-align: left;
}


.facilities-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.facilities-title span {
  color: #661521;
}

.facility-box {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 4px solid #661521;
	margin:0 10px 10px;
}

.facility-box img {
  width: 100%;
 
}

.facility-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 10px 10px;
}

.facility-box h3 span {
  color: #661521;
}

.facility-box p {
  font-size: 15px;
  padding: 0 15px;
  color: #444; text-align: center;
  line-height: 1.6;
}

.facilities-slider {
  position: relative;
}

.facilities-slider .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  margin: 0;
  padding: 0;
  opacity: 1;
}

.facilities-slider .owl-controls .owl-buttons .owl-prev {
  left: -25px;
}

.facilities-slider .owl-controls .owl-buttons .owl-next {
  right: -25px;
}

.facilities-slider .owl-controls.clickable .owl-buttons div:hover {
  background: #661521;
}

 .facilities-slider {
  position: relative;
}

.facilities-slider .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  margin: 0;
  padding: 0;
  opacity: 1;
}

.facilities-slider .owl-controls .owl-buttons .owl-prev {
  left: -25px;
}

.facilities-slider .owl-controls .owl-buttons .owl-next {
  right: -25px;
}

.facilities-slider .owl-controls.clickable .owl-buttons div:hover {
  background: #661521;
}

/* topper-slider  */
.topper-slider {
	position: relative;
  }
  
  .topper-slider .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 22px;
	line-height: 46px;
	text-align: center;
	margin: 0;
	padding: 0;
	opacity: 1;
  }
  
  .topper-slider .owl-controls .owl-buttons .owl-prev {
	left: -25px;
  }
  
  .topper-slider .owl-controls .owl-buttons .owl-next {
	right: -25px;
  }
  
  .topper-slider .owl-controls.clickable .owl-buttons div:hover {
	background: #661521;
  }
 

.img-caption img {
	display: inline-block;
	border: solid 1px #ccc;
	padding: 5px;
	width: 230px;
	margin: 5px;
}

ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
}

ul.social-network li {
	display: inline-block;
	line-height: 32px !important;
	margin: 0;
	padding: 0;
}

.social-network a.icoFacebook:hover {
	background-color: #3b5998;
	transition: all 0.5s ease-in;
}

.social-network a.icoTwitter:hover {
	background-color: #3cf;
	transition: all 0.5s ease-in;
}

.social-network a.icoGoogle:hover {
	background-color: #bd3518;
	transition: all 0.5s ease-in;
}

.social-network a.icoVimeo:hover {
	background-color: #0590b8;
	transition: all 0.5s ease-in;
}

.social-network a.icoLinkedin:hover {
	background-color: #007bb7;
	transition: all 0.5s ease-in;
}

.social-network a.icotripadvisor:hover {
	background-color: #666;
	transition: all 0.5s ease-in;
}

.social-network a.icoyoutube:hover {
	background-color: #b00;
	transition: all 0.5s ease-in;
}

.social-network a.icopinterest:hover {
	background-color: #d53633;
	transition: all 0.5s ease-in;
}

.social-network a.icoinstagram:hover {
	background: #d82564;
	background: -moz-linear-gradient(top,
			#d82564 0,
			#d82564 0,
			#f77d2a 34%,
			#d82564 58%,
			#ec474f 73%,
			#ec474f 73%,
			#fec662 100%);
	background: -webkit-linear-gradient(top,
			#d82564 0,
			#d82564 0,
			#f77d2a 34%,
			#d82564 58%,
			#ec474f 73%,
			#ec474f 73%,
			#fec662 100%);
	background: linear-gradient(to bottom,
			#d82564 0,
			#d82564 0,
			#f77d2a 34%,
			#d82564 58%,
			#ec474f 73%,
			#ec474f 73%,
			#fec662 100%);
	transition: all 0.5s ease-in;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoRss:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoVimeo:hover i {
	color: #fff;
}

.socialHoverClass,
a.socialIcon:hover {
	color: #44bcdd;
}

.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	font-size: 17px;
	background: #fff;
}

.social-circle li:before {
	display: none;
}

.social-circle li i {
	margin: 0;
	line-height: 32px;
	text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s ease-in;
	color: #fff;
}

.social-circle i {
	color: #3e4958;
}
.gallery-col ul{ padding:0; margin: 0;}
.gallery-col ul li{ width: 105px; display: inline-block;vertical-align: top; margin: 5px 4px;}
.gallery-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.3s ease;
}
.gallery-img:hover {
    transform: scale(1.05);
}

 .topper-section .facility-box h3 { margin: 5px;}
  .topper-section  .facility-box p{ margin-bottom: 0;}

  
  .top-menu ul > li > a{ background-color: #fff; color:#333; padding:7px 8px}