@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body{
	margin: 0;
	padding: 0;
	font-family: "Outfit", sans-serif;
	font-weight: normal;
}
a{
	text-decoration: none;
	color: #282931;
}
td{
	font-weight: 300;
}
.wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.wrapper .wrapper__video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.topbarsection{
	background: #211d1e;
	padding: 4px;
}
.topmenu{
	color: #fff;
}
.topmenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: end;
}
.topmenu ul li{
	margin: 0;
	padding: 0px 10px;
	list-style: none;
	text-decoration: none;
	display: inline-block;
	display: flex;
	align-items: center;
	position: relative;
}
.topmenu ul li:before{
	content: '';
	background: white;
	position: absolute;
	width: 1px;
	height: 10px;
	left: 0px;
}
.topmenu ul li:first-child::before{
	background: none;
}
.topmenu ul li a{
	text-decoration: none;
	color: #fff;
	font-weight: 300;
	font-size: 13px;
}
.topmenu ul li a:hover{
	color: #ccc;
	transition: 0.3s ease-in-out;
}
.headersec{
	position: relative;
	overflow: hidden;
}
.headersec::after{
  position: absolute;
  content: '';
  left: 0px;
  top: 0;
  /*background: #f3f3f3;*/
  width: 30%;
  height: 20vh;
}
.logoposition{
	position: relative;
	z-index: 1;
}
.logoposition::after {
  position: absolute;
  content: '';
  right: -38px;
  top: 0;
  /*border-top: 51px solid transparent;
  border-bottom: 51px solid transparent;
  border-left: 51px solid #f3f3f3;*/
}
.logo{
	/*background: #f3f3f3;*/
	padding-top: 0px;
	padding-bottom: 0px;
}
.headercontect {
  padding-left: 174px;
  padding-right: 0;
  line-height: 25px;
}
.headercontect span{
	display: block;
	font-weight: 300;
}
.headercontect strong{
	font-weight: 450;
}
.headercontect img {
  float: left;
  margin-top: 7px;
  margin-right: 17px;
}
.headercontect p{
	display: inline-block;
}
.headercontectnxt {
  padding-left: 64px;
  padding-right: 0;
  line-height: 25px;
}
.headercontectnxt span{
	display: block;
	font-weight: 300;
}
.headercontectnxt strong{
	font-weight: 450;
}
.headercontectnxt img {
  float: left;
  margin-top: 7px;
  margin-right: 17px;
}
.bg-light-cus{
	background: #17a43b;
	padding: 0;
}
.carousel-item-cus{
	
}
.carousel-caption-cus {
  position: absolute;
  top: 0;
  left: -120px;
  background: url('../images/textbannerbackground.png') no-repeat top left;
  text-align: left;
  height: 100vh;
  padding-top: 4%;
  padding-left: 18%;
}
.carousel-caption-cus h5 {
  font-size: 34px;
  color: #211d1e;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
  line-height: 40px;
}
.carousel-caption-cus h5 span{
	color: #17a43b;
	font-weight: 700;
}
.carousel-caption-cus p {
  font-size: 15px;
  font-weight: 300;
  padding-right: 61%;
  text-align: left;
  line-height: 20px;
}
.carousel-caption-cus img{
  position: relative;
  margin-bottom: 20px;
}
.roundedcommbutton {
  background: #211d1e;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 11px 31px 11px 16px;
  font-weight: 400;
  border-radius: 26px;
  position: relative;
}
.btn{
	z-index: 9;
}
/*-- gallery section --*/
.gallery-img {
    cursor: pointer;
    transition: transform .25s ease-in-out;
}
.gallery-img:hover {
    transform: scale(1.05);
}
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(0px);
    transition: backdrop-filter 0.4s ease, background-color 0.4s ease;
}
.modal.show ~ .modal-backdrop {
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.6);
}
.modal-img {
    width: 100%;
    border-radius: 6px;
    transform: scale(0.9);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
.modal.show .modal-img {
    transform: scale(1);
    opacity: 1;
}
.zoom-out {
    transform: scale(0.85);
    opacity: 0;
}
/*-- gallery section --*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .roundedcommbutton  { 
	padding: 10.50px 31px 11px 16px;
 }
}
.roundedcommbutton::after{
  position: absolute;
  content: '';
  right: -2px;
  top: 0;
  background: #17a43b;
  padding: 22px 21px;
  border-radius: 0px 26px 26px 0px;
}
.roundedcommbutton span img{
  left: 18px;
  margin-bottom: 0px;
  z-index: 9;
  top: -2px;
  position: relative;
}
.roundedcommbutton:hover{
	background: #ffea00;
	color: #000;
	transition: 0.3s ease-in-out;
}
.roundedcommbuttonre {
  background: #ffea00;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  padding: 11px 31px 11px 16px;
  font-weight: 400;
  border-radius: 26px;
  position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .roundedcommbuttonre  { 
	padding: 10.50px 31px 11px 16px;
 }
}
.roundedcommbuttonre::after{
  position: absolute;
  content: '';
  right: -2px;
  top: 0;
  background: #17a43b;
  padding: 22px 21px;
  border-radius: 0px 26px 26px 0px;
}
.roundedcommbuttonre span img{
  left: 18px;
  margin-bottom: 0px;
  z-index: 9;
  top: -2px;
  position: relative;
}
.roundedcommbuttonre:hover{
	background: #211d1e;
	color: #fff;
	transition: 0.3s ease-in-out;
}
.nav-link-cus{
	color: #fff;
	font-size: 15px;
}
.dropdown-item-cus:hover{
	background: #17a43b;
	color: #fff;
}
.nav-item-cus {
  border-right: 1px #5fc078 solid;
  padding: 3px 11px;
}
.socialmedia ul{
	margin: 0;
	padding: 0;
}
.socialmedia ul li {
   margin: 0px 4px 0 0;
   padding: 4px 5px;
   display: inline-block;
   background: #fff;
   width: 30px;
   height: 30px;
   border-radius: 50px;
}
.socialmedia ul li:hover{
	background: #6fd689;
	transition: 0.3s ease-in-out;
	color: #fff;
}
.socialmedia ul li a{
	color: #211d1e;
}
.socialmedia ul li:hover a{
	color: #ffffff;
	transition: 0.3s ease-in-out;
}
.box{
	background:#ff9600;
	padding: 29px 20px 24px 20px;
	position: relative;
}
.box a{
	text-decoration: none;
}
.box img {
  float: left;
  margin-right: 14px;
  margin-top: 12px;
  margin-bottom: 100px;
}
.box h5 {
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8px;
}
.box p {
    color: #fff;
    font-weight: 300;
    line-height: 19px;
    font-size: 15px;
}
.boxfirst::before {
  content: '>';
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  left: 45%;
  bottom: -20px;
  text-decoration: none;
  border-radius: 50px;
  border: 2px #ff9600 solid;
  text-align: center;
  padding: 5px;
  color: #ff9600;
  font-weight: 400;
}
.boxnxt{
	background:#2c97ea;
}
.boxnxt::before {
  content: '>';
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  left: 45%;
  bottom: -20px;
  text-decoration: none;
  border-radius: 50px;
  border: 2px #2c97ea solid;
  text-align: center;
  padding: 5px;
  color: #2c97ea;
  font-weight: 400;
}
.boxannxt{
	background:#f0bc01;
}
.boxannxt::before {
  content: '>';
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  left: 45%;
  bottom: -20px;
  text-decoration: none;
  border-radius: 50px;
  border: 2px #f0bc01 solid;
  text-align: center;
  padding: 5px;
  color: #f0bc01;
  font-weight: 400;
}
.overlap{
   margin-top: -15px;
   z-index: 1;
   position: relative;
}
.aboutsection {
  background: url('../images/aboutbackground.jpg') no-repeat bottom left;
  padding-top: 9%;
  padding-bottom: 6%;
}
.aboucon{
	color: #161616;
	font-size: 16px;
	font-weight: 300;
}
.aboucon h1{
	color: #211d1e;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 25px;
}
.aboucon strong{
	color: #17a43b;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.greenline{
	background: #17a43b;
	font-weight: 300;
	font-size: 16px;
}
.greenlinepattern{
	position: relative;
}
.greenlinepattern::after{
  content: '';
  position: absolute;
  top:0;
  right: 0;
  border-bottom: 159px solid #211d1e;
  border-left: 51px solid transparent;
  width: 40%;
 }
.greenline img {
  float: left;
  margin-right: 14px;
  margin-top: 8px;
  margin-bottom: 54px;
}
.greenline strong{
	font-weight: 500;
	color: #fff;
	font-size: 27px;
	display: block;
}
.greenlineblackbutton{
  background: #211d1e;
  color: #fff;
  padding: 6px 26px 6px 12px;
  border-radius: 50px;
  font-size: 15px;
  position: relative;
}
.greenlineblackbutton img{
	margin: 0;
	float: none;
	position: absolute;
	top: 8px;
	right: 5px;
}
.greenlineadmission{
	font-weight: 300;
	color: #fff;
  position: relative;
  z-index: 9
}
.greenlineadmission h4{
	color: #fff;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 7px;
}
.greenlineadmission span{
	color: #fdfbd2;
	display: block;
}
.syllabusgap{
	margin-top: 7%;
}
.syllabus {
  margin: 0;
  font-size: 16px;
  color: #161616;
  padding-right: 50px;
  font-weight: 300;
}
.syllabus span{
  color: #17a43b;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  line-height: 23px;
}
.syllabus strong{
  color: #211d1e;
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 7px;
  display: block;
}
.sydocfile{
	margin: 0;
	color: #161616;
}
.sydocfile ul{
	margin: 10px 0 0 0;
	padding: 0;
	padding-bottom: 10px;
	list-style: none;
	display: inline-block;
}
.sydocfile ul li{
	padding: 0;
	font-weight: 300;
	margin-right: 70px;
	margin-top: 10px;
}
.sydocfile ul li a{
	color: #211d1e;
}
.sydocfile ul li img{
  margin-right: 10px;
  margin-top: -5px;
}
.hrdotted{
	border-bottom: 2px #e2e2e2 dashed;
	width: 94%;
}
.endeavours strong{
	margin-bottom: 16px;
}
.endeavours ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.endeavours ul li {
  margin: 0 17% 0 0;
  padding: 0;
  text-align: center;
  display: inline-block;
}
.endeavours ul li:last-child {
	margin-right: 0;
}
.noticeboaderpos{
	position: relative;
}
.noticeboader{
	background: #1e2b30;
	padding: 32px 12px;
}
.noticeboader strong {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 25px;
  display: block;
}
.noticeboader ul{
	margin: 0px;
	padding-right: 7px;
	list-style: none;
}
.noticeboader ul li {
  margin: 0;
  border-bottom: 2px #3a4a50 dotted;
  text-transform: uppercase;
}
.noticeboader ul li img{
  margin-right: 10px;
}
.noticeboader ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	display: block;
	padding: 10px 0;
}
.noticeboader::after{
  position: absolute;
  content: '';
  left: -14px;
  top: -26px;
  height: 250px;
  width: 250px;
  border: dotted 20px transparent;
  border-bottom: 20px solid #c39c69;
  border-left: 20px solid #c39c69;
  transform: skew(0deg);
  border-right: 20px solid transparent;
  rotate: 90deg;
}
.noticeboader::before {
  position: absolute;
  content: '';
  height: 10px;
  left: 144px;
  bottom: -27px;
  height: 250px;
  width: 250px;
  border: dotted 20px transparent;
  border-bottom: 20px solid #8b5f37;
  border-left: 20px solid #8b5f37;
  transform: skew(0deg);
  border-right: 20px solid transparent;
  rotate: 270deg;
}
.marquee-container {
    overflow: hidden;
    position: relative;
	height: 580px;
}
.marquee {
    display: flex;
    flex-direction: column;
    animation: scrollUp linear infinite;
}
.marquee p {
    margin: 15px;
    font-size: 16px;
}
@keyframes scrollUp {
    0%  { transform: translateY(0); }
    100%{ transform: translateY(-50%); }
}
.marquee-container:hover .marquee {
    animation-play-state: paused;
}
.testimonials{
	background: #ddf4db;
	margin-top: 5%;
	position: relative;
}
.testimonials:after{
	position: absolute;
    content: '';
	background: url('../images/shape01.png') no-repeat;
	left: 0;
	top: 0;
	width: 132px;
	height: 138px;
}
.testimonials:before{
	position: absolute;
    content: '';
	background: url('../images/shape02.png') no-repeat;
	right: 0;
	bottom: 0;
	width: 225px;
	height: 111px;
}
.elementscroll {
  overflow-y: scroll;
  height: 180px;
  width: 95%;
}

.elementscroll div {
  height: auto;
  width: auto;
}
/* scrollbar webkit */
.elementscroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.5);
}
.elementscroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 0, 0, 0.75);
}
.elementscroll::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0.5);
}
.elementscroll {
    scrollbar-width: thin; /* 8px */
    /*scrollbar-color: rgba(27, 5, 5, 0.75) rgba(0, 0, 0, 0.2);*/
	scrollbar-color: rgba(27, 5, 5, 0.75);
}

.bg-offset-hero::after {
	position: absolute;
	content: '';
	width: 75%;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.quote_ {
	opacity: 0.1;
}
@media (max-width: 767.98px) {
.bg-offset-hero::after {
	width: 100%;
}
}
.lead{
	font-size: 18px;
	color: #211d1f;
	line-height: 26px;
	padding-left: 27px;
}
.lead strong{
	color: #211d1f;
	font-size: 39px;
	font-weight: 600;
	display: block;
	margin-bottom: 12px;
}
.lead span{
	color: #17a43b;
	font-size: 22px;
	font-weight: 400;
	display: block;
	margin-bottom: 25px;
}
.testimg{
	position: relative;
}
.testimg img{
	border-radius: 100%;
}
.testimg::after{
	content: '';
	position: absolute;
	top: 30px;
	left: -10px;
	background: url('../images/testimonails.png') no-repeat top center;
	width: 74px;
	height: 74px;
    border-radius: 100%;
    outline: 20px #f7f7f7 solid;
    outline-offset: -1px;
	display: none;
}
.carousel-indicators-cus [data-bs-target]{
	background-color: #84d37e;
	height: 9px;
	width: 9px;
	border-radius: 100%;
}
.carousel-indicators-cus .active{
	background-color:#211d1f;
	height: 9px;
	width: 9px;
	border-radius: 100%;
}
.greenbanner{
	text-align: center;
	background: url(../images/greenbanner.jpg) no-repeat top center;
	color: #fff;
	font-size: 19px;
	padding: 25px 0;
}
.greenbanner h5{
	color: #fff;
	font-size: 38px;
	display: block;
	width: 100%;
	margin-bottom: 2px;
}
.greenbanner p{
	font-size: 22px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 500;
}
.greenbanner p a{
  margin-left: 11px;
  color: #fff;
}
.greenbanner p img{
  margin-right: 7px;
}
.beyond{
	color: #696969;
	font-size: 16px;
	text-align: center;
	margin-top: 75px;
}
.beyond h5{
	font-size: 38px;
	color: #211d1e;
	font-weight: 600;
	margin-bottom: 7px;
}
.chairmanbeyond {
  color: #696969;
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.chairmanbeyond h5{
	font-size: 34px;
	color: #211d1e;
	font-weight: 600;
	margin-bottom: 7px;
}
.chairmanbeyond span{
	display: block;
	margin-bottom: 30px;
}
.chairmanbeyond img{
	border-radius: 50%;
	margin-bottom: 50px;
}
.ourgallerycolor{
	background: #f6f6f6;
}
.ourgallerysec{
	margin: 0;
	padding: 0;
}
.ourgallerysec ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.ourgallerysec ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.ourgallerysec ul li img {
  border: 7px #f6f6f6 solid;
  border-radius: 17px;
  height: 217px;
  width: 100%;
  object-fit: cover;
}
.ourgallerysecimgcon ul li img{
  height: 347px;
  width: 100%;
  object-fit: cover;
  top: 0;
  margin-top: 88px;
}
.onclicksec{
	cursor: pointer;
}
/*-- owl slider --*/
.owl-carousel{
  margin-top: 5%;
}
.owl-carousel img {
  margin-bottom: 18px;
  position: relative;
  margin-top: -81px;
  z-index: 999;
}
.owl-item{
	padding-top: 51px;
}
#owl-example6 .owl-item div {
  height: 365px;
}
.owl-item div{
  border: 1px #c7c7c7 solid;
  margin: 9px;
  border-radius: 6px;
  padding: 26px;
  background: #f2f2f2;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  color: #161616;
  font-size: 15px;
}
.owl-item div strong{
  display: block;
  font-weight: 500;
  font-size: 21px;
  color: #161616;
  margin-bottom: 20px;
  margin-top: 10px;
}
.owl-item div a{
	text-decoration: none;
	color: #161616;
	margin-top: 20px;
	display: inline-block;
	font-weight: 500;
}
.owl-item div:hover{
  background: #17a43b;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.owl-item div:hover strong{
	color: #fff;
	transition: 0.3s ease-in-out;
}
.owl-item div:hover a{
	color: #fff;
	transition: 0.3s ease-in-out;
}
.owl-item div a i{
	font-size: 9px;
	margin-left: 3px;
}
.owl-next{
  border-radius: 0!important;
  position: absolute;
  top: 45%;
  right: -12px;
  background-color: #e1e1e1!important;
  font-size: 17px!important;
}
.owl-next span{
	width: auto;
	background: #17a43b;
	color: #fff;
	border-radius: 2px;
}
.owl-next span:hover{
	color: #fff;
	background: #161616;
}
.owl-prev{
  border-radius: 0!important;
  position: absolute;
  top: 45%;
  left: -12px;
  background-color: #e1e1e1!important;
  font-size: 17px!important;
}
.owl-prev span{
	width: auto;
	background: #17a43b;
	color: #fff;
	border-radius: 2px;
}
.owl-prev span:hover{
	color: #fff;
	background: #161616;
}
.abocul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
  margin-bottom: 2%;
}
.abouconcul{
	color: #161616;
	font-size: 16px;
	font-weight: 300;
}
.abouconcul h1{
	color: #211d1e;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 25px;
}
.abouconcul strong{
	color: #17a43b;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
/*-- gallery overlay section --*/
	.opacity-effect img{
		opacity: 1;
		width: 100%;
		overflow: hidden;
	}
	.opacity-effect:hover img{
		opacity: .5;
		transition: 0.3s ease-in-out;
	}
/*-- end --*/



/*-- hover effect grid --*/
.grid-img {
    position: relative;
    overflow: hidden;
  }
  .grid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,128,0,0.8);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
	font-weight: 500;
  }
  /* Direction specific */
  .slide-top { transform: translateY(-100%); }
  .slide-bottom { transform: translateY(100%); }
  .slide-left { transform: translateX(-100%); }
  .slide-right { transform: translateX(100%); }
  
  /* Hover effects */
  .grid-img:hover .slide-top,
  .grid-img:hover .slide-bottom,
  .grid-img:hover .slide-left,
  .grid-img:hover .slide-right {
    transform: translate(0,0);
}

/*-- blog section --*/
.side-article {
    display: flex;
    gap: 20px;
    margin-bottom: 19px;
    align-items: center;
}
.side-article img {
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.3s ease;
}
.footer {
    background: url('../images/footerimg.jpg') no-repeat top center;
    color: #fff;
    padding: 40px 0 20px;
    font-size: 15px;
}
.footer h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px #49494c solid;
    padding-bottom: 11px;
}
.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer ul li {
    margin-bottom: 10px;
	padding-left: 17px;
	background: url('../images/rightarowfooter.png') no-repeat left;
}
.footer ul li a {
    color: #a8a7a7;
    text-decoration: none;
}
.footer ul li a:hover {
    text-decoration: underline;
}
.footer .contact-info p {
    margin-bottom: 5px;
	color: #a8a7a7;
    font-size: 16px;
}
.footer .contact-info p strong{
	color: #fff;
	font-weight: 600;
}
.footer-bottom {
    border-top: 1px solid #444;
    padding-top: 15px;
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: #aaa;
}
.footer-bottom strong{
  color: #fff;
}
.footer-logo {
    max-width: 80px;
    margin-bottom: 10px;
}
.school-name {
    font-size: 20px;
    font-weight: 600;
}
.school-tag {
    font-size: 14px;
    font-style: italic;
}
@media (max-width: 991px) {
	.topmenu ul li{
		padding: 0px 6px;
	}
	.topmenu ul li a{
		font-size: 10px;
	}
	.logoposition::after{
		display: none;
	}
	.headersec::after{
		display: none;
	}
	.logo {
	  background: #f3f3f3;
	  padding: 9px;
	  border-radius: 3px;
	}
	.headercontect {
	  line-height: 20px;
	  font-size: 13px;
	  padding: 0;
	}
	.headercontect img {
	  float: left;
	  margin-top: 9px;
	  margin-right: 12px;
	  width: 23px;
	}
	.headercontectnxt {
		padding: 0;
		font-size: 13px;
		line-height: 18px;
	  }
	.headercontectnxt img {
		float: left;
		margin-top: 2px;
		margin-right: 11px;
		width: 29px;
	  }
	.navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
	/*.navbar-toggler:focus {
		display: none;
	}*/
	.nav-item-cus {
	  border-bottom: 1px #5fc078 solid;
	  border-right: 0;
	  padding: 2px 12px;
	}
	.socialmedia ul{
		margin: 10px;
	}
	.navbar-toggler{
		margin: 7px;
		padding: 0;
		border: 0;
	}
	.carousel-caption-cus{
		padding-top: 1%;
		padding-right: 7px;
	}
	.carousel-caption-cus h5 {
	  font-size: 21px;
	  line-height: 31px;
	}
	.carousel-caption-cus p {
      font-size: 13px;
      font-weight: 300;
      padding-right: 0;
    }
	.carousel-caption-cus p{
		display: none;
	}
	.roundedcommbutton span img{
		width: auto;
	}
	.roundedcommbutton{
		font-size: 12px;
		padding: 5.5px 31px 5px 16px;
	}
	.roundedcommbutton::after {
		padding: 14.50px 19px;
	}
	.carousel-caption-cus{
	  width: 51%;
	}
	.carousel-caption-cus img {
	  width: 67%;
	}
	.box {
	  text-align: center;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	  height: 273px;
	 }
	.box img{
	  margin-bottom: 0px;
	  float: none;
	}
	.box h5{
		font-size: 23px;
	}
	.greenlinepattern::after{
		display: none;
	}
	.noticeboader{
		padding: 0;
		border-radius: 7px;
	}
	.noticeboader ul li a{
		font-size: 12px;
	}
	.noticeboader ul li img {
	  margin-right: 10px;
	  width: 13px;
	}
	.noticeboader ul{
		padding: 10px;
	}
	.noticeboader strong{
		font-size: 18px;
		padding-top: 7px;
	}
	.noticeboader strong img{
		width: 37px;
	}
	.noticeboader::before{
		display: none;
	}
	.noticeboader::after{
		display: none;
	}
	.greenlineadmission h4{
		font-size: 25px;
	}
	.aboucon{
		font-size: 14px;
	}
	.aboucon h1{
		font-size: 34px;
	}
	.aboucon strong{
		font-size: 22px;
	}
	.syllabus{
		font-size: 12px;
		line-height: 17px;
	}
	.syllabus strong{
		line-height: 50px;
	}
	.lead strong{
		font-size: 32px;
	}
	.lead span{
		font-size: 18px;
	}
	.lead {
	  font-size: 16px;
	  line-height: 22px;
	}
	.greenbanner h5{
	  font-size: 34px;
	}
	.greenbanner p{
		font-size: 17px;
	}
	.roundedcommbuttonre {
		padding: 4.5px 31px 4px 16px;
	}
	.roundedcommbuttonre::after{
		padding: 16px 21px;
	}
	.beyond h5{
		font-size: 33px;
	}
	.abouconcul h1 {
	  font-size: 33px;
	}
	.overlay{
		font-size: 1rem;
	}
	#owl-example6 .owl-item div {
	  height: auto;
	}
	.footer{
		background-size: cover;
	}
}
@media (max-width: 767px) {
	 .tab-content{
		/*display: block;*/
		display: block;
	 }
	 .accordion-item:first-of-type > .accordion-header .accordion-button{
		 color: #fff;
		 background: #17a43b;
	 }
	 .accordion-button:not(.collapsed){
		 color: #fff;
		 background: #17a43b;
	 }
	 .topmenu ul{
		justify-content: center;
	 }
	 .topmenu ul li a {
		font-size: 9px;
	 }
	 .topmenu ul li {
		padding: 0px 2px;
	 }
	 .headercontect {
		line-height: 20px;
		font-size: 11px;
	 }
	 .headercontectnxt img{
		 width: 22px;
	 }
	 .headercontectnxt{
		 font-size: 10px;
	 }
	 .box {
		text-align: center;
		display: block;
		flex-wrap: wrap;
		justify-content: center;
		height: 360px;
	}
	.greenline{
		font-size: 14px;
	}
	.greenline strong {
	  font-size: 22px;
	}
	.greenline img{
		margin-bottom: 38px;
	}
	.greenlineblackbutton{
		font-size: 13px;
	}
	.greenlineadmission h4 {
		font-size: 21px;
	}
	.syllabus strong{
		font-size: 22px;
	}
	.syllabus span{
		font-size: 23px;
		line-height: 16px;
	}
	.sydocfile ul li a {
	  font-size: 14px;
	}
	.greenbanner p a{
		display: block;
	}
	
}

@media (max-width: 575px) {
	.logo{
		text-align: center;
		background: none;
	}
	.logoposition::after{
		display: none;
	}
	.headersec::after{
		display: none;
	}
	.headercontect{
		display: none;
	}
	.headercontectnxt{
		display: none;
	}
	.navbar-toggler{
		margin: 7px;
		padding: 0;
		border: 0;
	}
	.navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
	/*.navbar-toggler:focus {
		display: none;
	}*/
	.nav-item-cus {
	  border-bottom: 1px #5fc078 solid;
	  border-right: 0;
	  padding: 2px 12px;
	}
	.socialmedia ul{
		margin: 10px;
	}
	.box h5 {
	  font-size: 26px;
	  line-height: 34px;
	  margin-bottom: 9px;
	}
	.boxfirst::before{
		display: none;
	}
	.boxnxt::before{
		display: none;
	}
	.boxannxt::before{
		display: none;
	}
	.box img {
	  margin-right: 14px;
	  margin-top: 12px;
	  margin-bottom: 20px;
	}
	.topmenu ul li{
		padding: 0px 5px;
	}
	.topmenu ul li a{
		font-size: 12px;
	}
	.box{
		margin-bottom: 7px;
	}
	.greenlinepattern::after{
		display: none;
	}
	.greenline {
		text-align: center;
		border-bottom: 1px #5fc078 solid;
		padding-bottom: 28px;
		padding-top: 15px;
	}
	.greenline img {
	  float: none;
	  margin-right: 0px;
	  margin-top: 0px;
	  margin-bottom: 10px;
	}
	.greenlineadmission{
		padding-top: 20px;
	}
	.mobaboucon{
		text-align: center;
	}
	.aboucon h1{
		font-size: 37px;
	}
	.syllabus{
		text-align: center;
		padding-right: 0;
	}
	.mobendeavours{
		padding-bottom: 26px;
		border-bottom: 1px #ededed solid;
		margin: 0;
		padding-right: 0;
		padding-top: 20px;
	}
	.noticeboader{
		margin-top: 4%;
	}
	.noticeboader::after{
		display: none;
	}
	.noticeboader::before{
		display: none;
	}
	.testimg::after{
		display: none;
	}
	.testimonialmob{
		text-align: center;
	}
	.testimg img{
		margin-bottom: 38px;
	}
	.lead strong{
		font-size: 33px;
	}
	.lead span{
		font-size: 20px;
	}
	.greenbanner{
		font-size: 17px;
	}
	.greenbanner p{
		font-size: 19px;
	}
	.greenbanner h5{
		font-size: 35px;
	}
	.beyond h5{
		font-size: 36px;
	}
	.owl-prev{
		left: 0;
	}
	.owl-next{
		right: 0;
	}
	.owl-item div a{
		display: block;
	}
	.abouconcul{
		text-align: center;
	}
	.abouconcul h1{
		text-align: center;
	}
	.ourgallerysecimgcon ul li img{
		margin: 0;
		height: auto;
	}
	.lead{
		padding-left: 0;
	}
	.aboucon{
		margin-top: 25px;
	}
	.ourgallerysec ul li img{
		height: auto;
	}
	.overlay{
		font-size: 1.1rem;
	}
	#owl-example6 .owl-item div {
	  height: auto;
	}
	.footer{
		background-size: cover;
	}
	.footer ul {
	  padding: 0 0 0 52px;
	}
	.footer ul li{
		text-align: left;
	}
}

/*-- innerpages --*/
.clubebox{
	border: 1px #ccc solid;
	padding: 7px;
}
.clubebox p{
	background: #17a43b;
	padding: 7px;
	color: #fff;
	text-align: center;
	border: none;
	margin-bottom: 0;
	margin-top: 7px;
	border-radius: 3px;	
}
.clubeinner{
	padding: 0!important;
	border: 0!important;
	background: none!important;
}
/*-- gallery school event --*/
.lightboxpreview {
  transition: all .3s linear;
  padding-top:60%;
  cursor:pointer;
  background-size:cover;
}
   
.lightbox-content {
  max-height:75svh;
  height:75svh;
}

.lightbox-close { 
  cursor:pointer;
  margin-left: auto;
  position:absolute;
  right:-30px;
  top:-30px;
  color:white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.modalscale {
  transform:scale(0);
  opacity:0;
} 

.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{
	transition:all .4s ease-in-out;
}
.lightbox_img_wrap {
  padding-top:0%;
  position:relative;
  overflow:hidden;
}
.lightbox-enabled:hover {
  transform:scale(1.1)
}
.lightbox-enabled {
  width:100%;
  height:100%;
  top:0;
  object-fit:cover;
  cursor:pointer;
}

.lightbox-container {width:100svw;
  height:100svh;
  position:relative;
  top:0;
  left:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:rgba(0,0,0,.6);
  z-index:9999;
  opacity:0;
  pointer-events:none;
}

.lightbox-container.active {
  opacity:1;
  pointer-events:all;
}
.lightbox-image-wrapper {
  display:flex;
  transform:scale(0);
  align-items:center;
  justify-content:center;
  max-width:90vw;
  max-height:90vh;
  position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
  color:white;
  z-index:9999999;
  cursor:pointer; 
  position:absolute;
  font-size:50px;
}

.left {left:50px;}
.right {right:50px;}
#close {top:50px;
right:50px;}

.lightbox-image {
  width:100%;
  max-height:95vh;
  object-fit:cover;
 }

@keyframes slideleft {
  33% {transform:translateX(-300px);
  opacity:0;
  }
  66% {transform:translateX(300px);
  opacity:0;
  }
}
.slideleft {
 animation-name: slideleft;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
@keyframes slideright {
  33% {transform:translateX(300px);
  opacity:0;}
  66% {transform:translateX(-300px);
  opacity:0;}
}
.slideright{
 animation-name: slideright;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
/*-- end Event --*/

.aboutbanner {
  background: url("../images/inner-about.jpg") no-repeat;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 301px;
}
.aboutbanner h2 {
  color: #fff;
  font-size: 43px;
  font-weight: 600;
}
.teamimages{
	margin: 0;
	text-align: center;
}
.teamimages img{
   background: #fff;
   padding: 7px;
   outline: 1px #ccc solid;
   border-radius: 100px!important;
   width: 200px;
}
.teamimages span {
   background: #17a43b;
   color: #fff;
   display: block;
   line-height: 10px;
   border-radius: 5px;
   margin: 17px 0;
}
.teamparap{
   line-height: 2px;
   margin-bottom: 30px;
}
/*-- gallery --*/
.galleryhed {
  text-align: left;
  margin-bottom: 37px;
  border-bottom: 1px #ccc solid;
  padding-bottom: 13px;
}
/*-- tab section --*/
@media (max-width: 991px) {
  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
}
.nav-tabs-cus.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #17a43b;
  margin: 0;
  border-radius: 4px !important;
  margin-right: 7px;
  border: 0;
}
.nav-tabs-cus.nav-tabs{
  border-bottom: 0;
}
.nav-tabs-cus .nav-link {
  background: #211d1e;
  margin-bottom: 20px;
  border-radius: 3px;
  margin-right: 7px;
  color: #fff;
}
.nav-tabs-cus.nav-tabs .nav-link:hover{
  border-radius: 3px;
}
.nav-tabs-cus.nav-tabs .nav-link:focus{
}
/*--tabsection end --*/
.gallery-grid {
   display:grid;
   grid-template-columns: repeat(4, minmax(0, 1fr));
   gap:12px;
}
@media (max-width: 992px) {
.gallery-grid { 
   grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 576px) {
.gallery-grid { 
   grid-template-columns: repeat(2, 1fr); }
}
.gallery-grid a {
    display:block; position:relative; overflow:hidden; border-radius:14px;
    background:#1a1f27;
}
.gallery-grid img {
    display:block; width:100%; height:220px; object-fit:cover;
    transition: transform .35s ease;
}
.gallery-grid a:hover img { 
    transform:scale(1.06); 
}
.lightbox-img {
    max-width:100%; max-height:70vh; object-fit:contain; border-radius:10px;
    background:#0b0e12;
}
.modal-dark .modal-content { 
	background:#0f141b; color:#e9eef5; 
}
.modal-caption { 
	opacity:.85; font-size:.95rem; 
}
.btn-ghost {
     background:transparent; border:1px solid rgba(255,255,255,.2); color:#e9eef5;
}
.btn-ghost:hover { 
	background:rgba(255,255,255,.08); 
}
/*-- gallery section end--*/
/*-- Media section --*/
.gallery-grid-media {
   display:grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   gap:16px;
}
@media (max-width: 992px) {
.gallery-grid-media { 
   grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 576px) {
.gallery-grid-media { 
   grid-template-columns: repeat(2, 1fr); }
}
.gallery-grid-media a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: transparent;
  border: 8px #17a43b solid;
}
.gallery-grid-media img {
   display:block; width:100%; height:220px; object-fit:cover;
   transition: transform .35s ease;
}
.gallery-grid-media a:hover img { 
    transform:scale(1.06); 
}
/*-- Media end --*/
.navmediasec{
  display: flex;
}
.navmedia.nav {
  display: block;
  width: 20%;
}
.tab-content ul li {
  margin-bottom: 15px;
  list-style-image: url(../images/checkmark-grn.png);
  font-weight: 300;
}
.tab-content h4{
  background: #17a43b;
  color: #fff;
  padding: 7px 15px;
  border-radius: 6px;
}
.navmedia.nav .nav-item button.active {
  background-color: #17a43b;
  color: #fff !important;
}
.cus-nav-link{
	color: #333333!important;
}
.nav-pills .nav-link{
}
@media (max-width: 576px) {
	.navmediasec{
		display: block;
		text-align: left;
	}
}
.cus-accordion-button{
    background-color: #17a43b;
    color: #fff;
	font-size: 17px;
}
.cus-accordion-button:not(.collapsed){
	background-color: #333333;
    color: #fff;
}
.cus-accordion-button:focus{
	box-shadow: none;
}
.flextrclass{
	display: block;
}
.activities-cus{
  display: block;
  position: relative;
  border-radius: 14px;
  border: 6px #17a43b solid;
  padding: 12px;
  padding: 26px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  color: #161616;
  font-size: 15px;
  margin-bottom: 20px;
}
.activities-cus img{
  margin-bottom: 7px;
}
.activities-cus strong{
  display: block;
  font-weight: 500;
  font-size: 24px;
  color: #161616;
  margin-bottom: 11px;
  margin-top: 10px;
}
.activities-cus span{
	display: block;
	margin-bottom: 20px;
	font-weight: 400;
	color: #17a43b;
}
.activities-cus  a{
	text-decoration: none;
	color: #161616;
	margin-top: 20px;
	display: inline-block;
	font-weight: 500;
}
.activities-cus:hover{
  background: #17a43b;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.activities-cus:hover strong{
	color: #fff;
	transition: 0.3s ease-in-out;
}
.activities-cus:hover span{
	color: #fff;
	transition: 0.3s ease-in-out;
}
.activities-cus a i{
	font-size: 9px;
	margin-left: 3px;
}
.cardcus{
	box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.2);
}
.card-title-cus{
	color: #168543;
}
.card-body-cus{
	margin: 0;
}
.card-body-cus a{
	background: #168543;
	color: #fff;
}
.card-body-cus a:hover{
	background: #333;
	color: #fff;
}
.card-header {
  background: #333;
  color: #fff;
  padding: 10px 17px;
}
.card-text{
	font-weight: 300;
}
.active > .page-link{
	background: #168543;
	border-color: #fff;
}
.page-link{
	color: #168543;
}
.page-link:hover{
	color: #000;
}
.abborder{
  border: 8px #fff solid;
  border-radius: 100px;
}
.vissionmission{
	background: #17a43b;
}
.vissionmissioncolor{
	background: #211d1e;
}
.vision-box{
	color: #fff;
	font-size: 16px;
}
.vision-box h2{
	margin-bottom: 20px;
}
.vision-box ul {
  list-style: none;
  margin: 2px 40px 30px 0;
  padding: 0;
  display: inline-block;
}
.vision-box ul li {
  background: url(../images/checkmark.png) no-repeat 0px 5px;
  margin-bottom: 5px;
  font-size: 15px;
  padding-left: 25px;
  margin: 15px 0 0 0;
}
.vision-box h2 p {
  font-size: 13px;
  margin-top: 5px;
}
.img-right-class{
	text-align: right;
}
.ablineheight{
	line-height: 52px;
}
.owl-exampleflex{
	height: 415px;
}
.owl-exampleflex-academics{
	height: 525px;
}
.academicsbutton{
	background: #333;
	display: inline-block;
	color: #fff;
	padding: 7px;
	border-radius: 3px;
}
.admissionleft{
	text-align: left;
}
.admissionleft ul {
  margin: 30px 0 30px 21px;
  padding: 0;
}
.admissionleft ul li {
  margin: 0;
  padding: 3px 0 0 7px;
  list-style-image: url(../images/checkmark-grn.png);
}
.cusaccor {
  line-height: 31px;
  margin-bottom: 0;
}
.vconcession ul{
	margin: 10px 0 0 0;
	padding: 5px 0 0 23px;
}
.vconcession ul li{
	margin: 5px 0 0 0;
	padding: 0;
}
.syllabuscon{
	display: flex;
}
.syllabuscon ul{
	display: inline-block;
  padding: 0 0 0 70px;
  margin-top: 7px;
}
.syllabuscon ul li{
  margin: 9px 0 0 0;
}
/* online admission */
.boxformborder{
  border: 8px #17a43b solid;
  padding: 34px;
  background: #f8f8f8;
}
.cus-form-control{
	border-color: #ccc;
}
.borderhr {
  border-color: #ccc;
  margin-top: 37px;
}
.h4classonlineform{
  background: #333;
  padding: 8px 19px;
  font-size: 20px;
  border-radius: 3px;
  margin: 0;
  margin-bottom: 16px;
  color: #fff;
}
.onlineadmissonsecform {
  background: #c2fad0;
  padding: 7px;
  color: #333;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
}
.buttoncus{
  background: #17a43b;
  color: #fff;
}
.buttoncus:hover{
  background: #333;
  color: #fff;
}
.form-check-cus{
	display: inline-block;
}
.carrerimgsec{
  background: #17a43b;
  color: #fff;
  padding: 7px 15px;
  border-radius: 6px;
}
.iframemap{
	filter: grayscale(100%);
	height: 250px;
	border-radius: 7px;
}
.contact-card {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    }
.contact-card:hover {
    background: #198754;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.contact-card img {
    margin-bottom: 35px;
    transition: color 0.3s ease;
}
.contact-card:hover i {
    color: #fff;
}
.contact-card p, .contact-card a {
    margin: 0;
    font-size: 15px;
}
.contact-card a {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
	font-size: 16px;
}
/* online admission end */

@media (max-width: 575px) {
	.cus-accordion-button{
		margin-bottom: 7px;	
	}
}
/*-- infrastructure gallery --*/

.infragallery{
	margin: 0;
	margin-bottom: 29px;
	text-align: center;
	overflow: hidden;
}
.infragallery p{
	margin: 0;
    background: #17a43b;
    padding: 5px;
    color: #fff;
    font-size: 17px;
}




