html{
	height: 100%;
    overflow-x:hidden;
}
body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	height: 100%;

}

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

.container{
    z-index: 9;
    position: relative;
    max-width: 1350px;
}

p{
    text-align: justify !important;
}

.header{
    position: relative;
	z-index: 999;
	width: 100%;
	background-color: #fff;
	padding: 25px 0;
	transition: box-shadow .4s cubic-bezier(.4, 0, .2, 1), background .4s cubic-bezier(.4, 0, .2, 1), transform .4s cubic-bezier(.4, 0, .2, 1);
	-webkit-transition: box-shadow .4s cubic-bezier(.4, 0, .2, 1), background .4s cubic-bezier(.4, 0, .2, 1), transform .4s cubic-bezier(.4, 0, .2, 1);
	-moz-transition: box-shadow .4s cubic-bezier(.4, 0, .2, 1), background .4s cubic-bezier(.4, 0, .2, 1), transform .4s cubic-bezier(.4, 0, .2, 1);
	-ms-transition: box-shadow .4s cubic-bezier(.4, 0, .2, 1), background .4s cubic-bezier(.4, 0, .2, 1), transform .4s cubic-bezier(.4, 0, .2, 1);
	-o-transition: box-shadow .4s cubic-bezier(.4, 0, .2, 1), background .4s cubic-bezier(.4, 0, .2, 1), transform .4s cubic-bezier(.4, 0, .2, 1);
}
.header.scrolled{
    background: rgba(255, 255, 255, 1);
    position: fixed;
    padding: 5px 0;
    top: 0;
}
.header.scrolled .navbar-brand img{
    height: 60px;
}
.mainheight{
    min-height: 1000px;
}
.header .navbar-brand{
    position: absolute;
    top: -25px;
    left: 0;
}
.header.scrolled .navbar-brand{
    position: inherit;
    top: 0px;
}
.header .navbar{
	padding: 0;
}
.header .nav-link{
	font-size: 14px;
	font-weight: 500;
	color: #000000;
    text-transform: uppercase;
}
.header .nav-link:hover{
    color: #00a863;
}
.header .navbar-nav{
	align-items: center;
    flex: 1;
    justify-content: end;
}
.header .nav-item{
    padding-right: 10px;
}
.nav-link.active{
    color: #00a863!important;
}

.header.scrolled .navbar-brand img{
    height: 70px;
}
.applybtn-li{
    margin-left: 35px;
}
.btnstyle{
    display: inline-flex;
    background-color: #00a863;
    color: #fff!important;
    gap: 22px;
    align-items: center;
    padding: 15px 25px!important;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px!important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    text-transform: uppercase;
}
.btnstyle:hover{
    background-color: #0bc97b;
}
.footercourses label{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.footercourses p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.footercourses p a{
    color: #fff;
}
.footercourses p a:hover{
    color: #23c985;
}
.footer-about img{
    height: 135px;
    margin-top: 25px;
}
.footerbg{
    z-index: 9;
    position: relative;
}
.footer-top{
    background-color: #0c5b5c;
    padding: 65px 0;
}
.footer-top-inner{
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.footer-top h4{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 17px 0;
}
.footer-about{
    display: flex;
    gap: 15px;
    align-items: start;
    max-width: 33%;
}
.footer-about h3{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 15px 0;
}
.footer-about p{
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}
.quicklinks ul{
    padding: 0;
    margin: 0;
}
.quicklinks ul li{
    list-style: none;
    font-size: 14px;
    padding: 2px 0;
    color: #fff;
}
.quicklinks ul li a{
    font-weight: 300;
    color: #fff;
}
.quicklinks ul li a:hover{
    color: #23c985;
}
.footerinfo p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 15px 0;
}
.footerinfo p a{
    color: #fff;
}
.footerinfo p a:hover{
    color: #23c985;
}
.footerinfo p strong{
    font-weight: 600;
}

.footer-bottom{
    background-color: #106465;
}
.copyrightbg{
    padding: 35px 0;
}
.copyrightbg-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.footebottomlinks{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.footebottomlinks a{
    color: #fff;
}
.footebottomlinks a:hover{
    color: #23c985;
}
.sendbtn{
    background-color: #2e3191;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-weight: 600;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.sendbtn:hover{
    background-color: #454adc;
}
.gallerygrid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.gallerygrid .example-image{
    width: 100%;
    max-height: 380px;
    min-height: 380px;
    object-fit: cover;
}

.bannerbg{
    position: relative;
}
.bannerbg img{
    width: 100%;
}
.banner-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner-content-inner{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 60%;
}
.banner-content-inner h1{
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin: 0;
}
.banner-content-inner h4{
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    margin: 25px 0;
}
.banner-content-inner p{
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.banner-btns{
    margin-top: 40px;
    display: flex;
    gap: 10px;
}
.about-section{
    padding: 120px 0;
}
.about-section-img img{
    max-width: 100%;
}
.about-section-content h5{
    display: inline-block;
    color: #00a863;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #dafff0;
    padding: 10px 15px;
    margin-bottom: 35px;
}
.about-section-content h1{
    color: #262d34;
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 22px;
}
.about-section-content h4{
    color: #0c5b5c;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 22px;
}
.about-section-content p{
    color: #6f797d;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
}
.about-section-content ul{
    padding: 0;
    margin: 30px 0;
}
.about-section-content ul li{
    color: #6f797d;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    list-style: none;
    margin: 7px 0;
    background: url(../images/check-icon.png) no-repeat left 2px;
    padding-left: 35px;
}
.numbersbg{
    padding: 60px 0;
    background-color: #00a863;
}
.ournumbers-row-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
.nubmerbox{
    display: flex;
    gap: 15px;
    align-items: start;
    background-color: #fff;
    padding: 35px 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    flex: 1;
}
.nubmerbox h1{
    font-size: 35px;
    font-weight: 600;
    color: #0c5b5c;
    margin: 0;
}
.nubmerbox p{
    color: #575757;
    font-size: 17px;
    line-height: 24px;
    margin: 0;
}
.our-institution{
    padding-top: 80px;
}
.our-institution-head{
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 70px;
}
.our-institution-head h1{
    color: #262d34;
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 25px;
}
.our-institution-head h3{
    color: #0c5b5c;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}
.our-institution-head p{
    color: #3c3f41;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
}
.college-institution-img{
    width: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.college-institution-desc{
    margin: -150px 0 0 22px;
    max-width: 85%;
    background-color: #fff;
    padding: 27px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    position: relative;
    box-shadow: 0 0 15px #ccc;
}
.college-institution-desc h1{
    color: #262d34;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.college-institution-desc p{
    font-size: 17px;
    line-height: 24px;
    margin: 0;
    color: #3c3f41;
    text-align: justify;
    font-weight: 400;
    min-height: 100px;
}
.college-institution-desc span{
    position: absolute;
    top: -18px;
    right: -18px;
}
.videoboxbg{
    height: 500px;
    overflow: hidden;
}
.videoboxbg video{
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.institutions-topimg{
    position: absolute;
    right: 0;
    top: 80px;
}
.institutions-topimg img{
    max-width: 100%;
}
.institutions-about{
    margin-top: 100px;
}
.our-commitment img{
    width: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.our-commitment-content{
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 15px #ccc;
    max-width: 80%;
    padding: 4% 8%;
    margin: -150px auto 0 auto;
    position: relative;
    border-radius: 15px;
}
.our-commitment-content h1{
    color: #262d34;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 30px 0;
}
.our-commitment-content p{
    color: #3c3f41;
    font-size: 17px;
    line-height: 24px;
    margin: 0;
}
.our-commitment{
    padding-bottom: 120px;
}
.policytext{
    padding: 120px 0;
}
.policytext p{
    padding: 0;
    color: #6f797d;
    font-size: 17px;
    line-height: 24px;
}
.policytext h3{
    font-weight: 600;
    font-size: 30px;
    margin: 55px 0 35px 0;
    color: #262d34;
}
.policytext ul{
    padding: 0 0 0 15px;
    margin: 0;
}
.policytext ul li{
    list-style-type: disc;
    font-size: 17px;
    color: #6f797d;
    padding: 5px 0;
}

#nursing, #physiotherapy{
  scroll-margin-top: 100px; 
}

.gallerygrid .example-image {
    width: 100%;
    max-height: 380px;
    min-height: 380px;
    object-fit: cover;
    -webkit-border-radius: 20px;
}

.contactform{
    padding: 45px 30px;
    background-color: #fff;
    border-radius: 20px;
    text-align: left;
    margin-top: -35%;
    box-shadow: 0 0 15px #ccc;
}
.contactform label{
    color: #013f7c;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 15px 0;
    display: block;
    text-align: left;
}
.contactform .form-control{
    background-color: #f0f4f5;
    border: solid 1px #d9dee1;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    height: 50px;
}
.contactform h2{
    color: #262d34;
    font-size: 39px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.contactform h6{
    color: #6f797d;
    font-size: 17px;
    line-height: 24px;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 30px;
}
.mapbg{
    margin-bottom: 35px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.contactaddressbox{
    display: flex;
    align-items: start;
    gap: 18px;
}
.contactaddressbox label{
    color: #131313;
    font-size: 22px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}
.contactaddressbox a{
    color: #6f797d;
    font-size: 17px;
    font-weight: 400;
}
.contactaddressbox a:hover{
    color: #00a863;
}
.address_bottomrow{
    display: flex;
    margin-top: 25px;
    gap: 50px;
}

.error-msg {
    display: block;
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    min-height: 16px;
  }
  .form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15);
  }
  .form-control.is-valid {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.1);
  }

@media only screen and (min-width: 1141px) and (max-width: 1300px) {
    body{overflow-x: hidden; height: auto;}
    .banner-content-inner h1{font-size: 42px;}
    .nubmerbox h1{font-size: 25px;}
    .nubmerbox p{font-size: 12px; line-height: 16px;}
    .footebottomlinks, .copyright{font-size: 12px;}
    .institutions-topimg img{max-width: 460px;}
    .institutions-topimg{right: 20px; top: 30px;}
    .institutions_banner{height: 460px;}
}
@media only screen and (min-width: 992px) and (max-width: 1140px) {
    body{overflow-x: hidden; height: auto;}
    .banner-content-inner h1{font-size: 30px;}
    .banner-content-inner h4{font-size: 20px; margin: 15px 0;}
    .ournumbers-row-inner{display: grid; grid-template-columns: repeat(2, 1fr);}
    .copyrightbg-inner{gap: 10px; flex-direction: column; text-align: center;}
    .institutions-topimg img{max-width: 460px;}
    .institutions-topimg{right: 20px; top: 30px;}
    .institutions_banner{height: 460px;}
    .institutions-about{margin-top: 0;}
    .address_bottomrow{flex-direction: column; gap: 25px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    body{overflow-x: hidden; height: auto;}
    .header{padding: 0;}
    .header .navbar-brand{position: inherit; top: 0;}
    .header .navbar-brand img{height: 100px;}
    .header .nav-item{padding-right: 0;}
    .banner-content-inner h1{font-size: 25px;}
    .banner-content-inner h4{font-size: 15px; margin: 15px 0;}
    .banner-btns .btnstyle{font-size: 11px !important;}
    .ournumbers-row-inner{display: grid; grid-template-columns: repeat(2, 1fr);}
    .our-institution-head{max-width: 90%;}
    .footer-top-inner{flex-direction: column;}
    .footer-about{max-width: 100%;}
    .copyrightbg-inner{gap: 10px; flex-direction: column; text-align: center;}
    .footer-about img{margin-top: 0;}
    .institutions-topimg img{max-width: 350px;}
    .institutions-topimg{right: 20px; top: 30px;}
    .institutions_banner{height: 460px;}
    .institutions-about{margin-top: 0px;}
    .contactform{margin-top: 0px;}
}
@media only screen and (max-width: 767px) {
    body{overflow-x: hidden; height: auto;}
    .header{padding: 0;}
    .header .navbar-brand{position: inherit; top: 0;}
    .header .navbar-brand img{height: 100px;}
    .header .nav-item{padding-right: 0;}
    .applybtn-li{margin-left: 0px; margin-bottom: 15px;}
    .banner-content{position: inherit; background-color: #0e5c5d; text-align: center;}
    .banner-content-inner{max-width: 100%; padding: 20px 0;}
    .banner-content-inner h1{font-size: 28px;}
    .banner-btns{flex-direction: column; align-items: center;}
    .ournumbers-row-inner{flex-direction: column;}
    .our-institution-head{max-width: 100%;}
    .college-institution-desc p{text-align: left;}
    .nubmerbox{width: 100%;}
    .videoboxbg{height: 250px;}
    .footer-top-inner{flex-direction: column;}
    .footer-about{flex-direction: column; max-width: 100%;}
    .copyrightbg-inner{gap: 10px; flex-direction: column; text-align: center;}
    .college-institution-desc{margin: 20px 0 0 0px; max-width: 100%;}
    .institutions-topimg{position: inherit; top: 0; padding-top: 25px;}
    .institutions-about{margin-top: 0;}
    .about-section-content h1{font-size: 34px;}
    .our-commitment-content{max-width: 100%; margin: 20px 0 0 0; padding: 25px;}
    .contactform{margin-top: 0px;}
    .address_bottomrow{flex-direction: column; gap: 25px;}
    .inner-banner-content{text-align: left; position: absolute; background: none;}
    .gallerygrid{grid-template-columns: repeat(1, 1fr);}
    .bannerbg img{min-height: 170px; object-fit: cover;}
    .insti-text{position: absolute; top: -90px;}
}


