*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    color:#303030;
    font-family: 'Poppins', sans-serif;
}
a{
  text-decoration: none;
}
li{
  list-style: none;
}
:root {
  --theme-color: #ffbb33;
}
.preloader{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.preloader img{
  /* transition: all .3s ease; */
  animation: loader 2s linear infinite;
}
@keyframes loader {
   0%{
    opacity: 0;
   }
   100%{
    opacity: 1;
   }
}
.section-title{
    font-size: 1.3rem;
    font-weight: 400;
}
.about{
  padding: 4rem 0;
}
/*--------------- top bar----------- */
.top-bar{
  padding: 0;
  background-color: #24263d;
  font-size: .8rem;
  color: white;
}
.top-bar a{
  color: white;
}
.top-dtl{
  padding: .6rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}

/* ----------navbar----------- */
.navbar{
  padding-top: 0;
  padding-bottom: 0;
}
.logo{
  width: 300px;
  height: 100px;
  transition: all .3s ease;
}
.logosize{
  width: 250px;
  height: 80px;
  object-fit: fill;
  
}
.nav-border{
  border-bottom: 5px solid #24263d;
}
.navbar .nav-link{
font-weight: 500;
color: #303030;
margin: 0 5px;
position: relative;
white-space: nowrap;
}
.navbar .nav-link:before{
position: absolute;
content: "";
background-color: var(--theme-color);;
width: 0;
height: 3px;
bottom: -5px;
left: 0;
transition: all .3s;
}

.navbar .nav-link:hover::before{
width: 100%;
}

.fa-bars{
  font-size: 1.6rem;
}
  /* mobile menu */
.m-btn:focus{
  box-shadow: none;
}
.mobile-menu ul li a{
  color: #24263d;
}
.mobile-menu .list-item{
  margin: 5px;
}

.banner .carousel-item{
  min-height: 80vh;
  background-position: center;
  background-size: cover;
}
.banner .carousel-item h4{
  font-size: 5rem;
  color: skyblue;

}
.course{
  border-radius: 15px;
  overflow: hidden;
}

.course:hover .course-img{
 transform: scale(1.1);
}
.course-img{
  border-radius: 15px 15px 0 0;
  transition: all .4s ease;
}
.intro-banner{
  width: 100%;
  height:40vh;
  background:linear-gradient(to right, rgba(0, 0 , 0, 0.9) 3%, rgba(0, 0, 0, 0.1)), url(/img/intro-baner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items:flex-end;
}
.breadcrumb-item+.breadcrumb-item::before{
  color: white;
}
.btnn{
    color: #24263d;
    font-weight: bold;
    transition: all .2s ease;
}
.btnn:hover{
    transform: scale(1.1);
}


.adForm{
    position: absolute;
    top: 250px;
    right:-59px;
    z-index: 9;
    transform: rotate(90deg);
    padding: 8px 16px;
    border: none;
    outline: none;
    color: white;
    position:fixed;
    border-radius: 0 0 5px 5px;
}
.calendar{
    position: absolute;
    top: 420px;
    right: -63px;
    z-index: 9;
    transform: rotate(90deg);
    padding: 8px 16px;
    border: none;
    outline: none;
    color: white;
    position:fixed;
    border-radius: 0 0 5px 5px;

}

.alertt {
    color: #fff;
    font-weight: bold;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #24263d;
}
.news{
    background-color: #24263d;
    color:white;
}
.marqee {
    height: 2.5rem;
    padding: 0;
    display: flex;
    align-items: center;
    background-color:#f3f8f9;
}

.marqee a {
    text-decoration: none;
    position: relative;
    color: black
}

.marqee a:after {
    content: "|";
    color: white;
    font-weight: bold;
}

/* banner */


/* about */

.notice-heading{
    background-color: #24263d;
}
.markee a{
text-decoration: none;
font-weight: 500;
}
.markee a:hover{
    text-decoration: underline;
}
.para{
    text-align: justify;
}

/* message */
.message, .images{
    background-color: #f3f8f9;
}

/* gallery/ owl-curousel*/

.owl-theme .owl-nav{
    display: none;
}
.owl-theme .owl-dots{
  margin-top: 10px;
}
.gallery-pic img{
  height: 260px ;
  object-fit: cover;
}

/* imp-links */
.imp-links{
  background-color:white;
  height: 90px;
}

/* footer */
.footer{
    background-color: #24263d;
    color: #999;
}
.footer-logo{
  width: 300px;
  height: 100px;
  object-fit: fil;
}
.footer-item{
    position: relative;
}
.footer-item:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color:#ffc16038;
    /* background-color: #dc3545; */
    left: 0;
    bottom: 0;

}
.foo-title{
    position: relative;
    font-weight: 400px;
    font-size: 1.4rem;
    color: var(--theme-color)
}
.foo-title:after{
    position: absolute;
    left: 0;
    bottom: -8px;
    content: '';
    width: 50%;
    height: 3px;
    background-color:var(--theme-color);;
}
.foo-list{
  margin-top: 2rem;
  padding: 0;
}
.foo-list li{
margin: 10px 0 ;
}
li.email-list{
  word-break: break-all;
}

.footer .foo-list li a{
    color: #999;
    font-size: 14px;
}
.fmenu li a{
    color: #999;
    font-size: 1rem
}

.social{
    display: flex;
    gap: 1rem;
    margin-top: 0.625rem; 
    padding: 0;
}
.footer .social li a{
    width: 35px;
    height: 35px;
    border: 1px solid white;
    line-height: 35px;
    display: block;
    text-align: center;
    border-radius: 50%;
    color: #999;
}
.footer .social li a:hover{
    background-color: var(--theme-color);;
    color: #24263d;
}
.copyright a{
    color: var(--theme-color);;
}
.cpyText{
    font-size: 13px;
    color: #999;
}
.back-to-top{
  position: fixed;
  display: none;
  bottom: 30px;
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  right: 15px;
  z-index: 11;
  animation: action 1s infinite alternate;
}
.back-to-top:focus{
  box-shadow: none;
}
@keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
@media (max-width: 976px){
  .top-dtl{
    justify-content: center;
  }


}
@media (min-width:992px){
  .m-btn{
    display: none;
  }
}

@media (max-width: 412px){
.logo{
    width:180px;
    height: 60px;
    object-fit: fill;
}

}
@media (min-width:989px) and (max-width: 1250px){

}

/* /////About Us\\\\\\\\ */
.aboutUs{
    background-color: #eee;
}

.inspiration-member{
    background-color: #24263d;
}





/* /////CONTACT US \\\\\\\\\*/

.contactUs{
    background-color: #eee;
}

.contain {
  background-color: #eee;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}

div.form {
  background-color: #eee;
}
.contact-wrapper {
  margin: auto 0;
}

.submit-btn {
  float: left;
  /* outline: none;
  border: none;
  padding: 8px 15px;
  border-radius: 5px; */
}
.reset-btn {
  float: right;
}

.form-headline:after {
  content: "";
  display: block;
  width: 45%;
  padding-top: 10px;
  border-bottom: 3px solid  var(--theme-color);;
}

.highlight-text {
  color: #ec1c24;
}

.hightlight-contact-info {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
}
.hightlight-contact-info li a{
  color: #24263d;
}
.highlight-text-grey {
  font-weight: 500;
}

.email-info {
    margin-top: 20px;
}

::-webkit-input-placeholder { /* Chrome */
  font-family: 'Roboto', sans-serif;
}

.required-input {
  color: black;
}
@media (min-width: 600px) {
  .contain {
    padding: 0;
  }
}

.form-input:focus,
textarea:focus{
  outline: 1.5px solid var(--theme-color);;
}

.form-input,
textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

.wrapper > * {
  padding: 1em;
}
@media (min-width: 700px) {
  .wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .wrapper > * {
    padding: 2em 2em;
  }
}

.contactUs ul {
  list-style: none;
  padding: 0;
}

.contacts {
  color: #212d31;
}

.form {
  background: #fff;
}

.form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.form form label {
  display: block;
}
.form form p {
  margin: 0;
}

.full-width {
  grid-column: 1 / 3;
}

.form-input,
textarea {
  padding: 1em;
}

.error {
  color: #ec1c24;
}

/* ////Facilities\\\\ */
.facilities{
  background-color: #eee;
}
/* ////Admissions\\\\\\\\ */
.admissions{
  background-color:#eee;
}
.download-btn{
  background-color: #24263d;
  color: white;
}

.download-btn:hover{
color: white;
background-color: #030e12;
}

/* /////Acadmics\\\\ */
.academic{
  background-color: #eee;
}

/* ////faculties\\\ */
.faculties{
    background-color: #eee;
}
.hgt{
    height: 350px;
}

.doctor {
    position: relative;
}

.docName {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px 20px;
    transform: translateY(10px);
    z-index: 1;
    transition: all 0.5s ease;
    opacity: 0;
}

.hgt:hover .docName {
    background-color: var(--theme-color);;
    transform: translateY(0);
    opacity: 0.9;
}

.doc {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* ///gallery\\\\ */
.gallery{
  background-color: #eee;
}
.g-item img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  cursor: pointer;
}
