* {
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;

}

/* -----------        navbar css starts ...............................       */

#nav-bar {
  position: sticky;
  top: 0;
  z-index: 10;
  margin-bottom: 0px;
} 

/*  *************  scroll css starts ...............................       */
.scroll
{
white-space: nowrap;
margin: 0 2em;
background-color: #25ba1d;
padding: 0%;
margin: 0;
border-radius: 1%;
}
.scroll div
{
display: flex;
gap: 2em;

}
.scroll p
{
display: flex;
gap: 1em;
background-color: #25ba1d;
padding: 0%;
margin-bottom: 0;
border-radius: 1%;
font-weight: 400;
line-height: 30px ;

}
.lefttoright
{
animation: lefttoright 15s infinite linear forwards;
}
@keyframes lefttoright 
{
  from 
  {
    transform: translateX(10%);
  }
  to 
  {
    transform: translateX(50%);
  }

}

/*  *************  scroll css ends ...............................       */
.navbar {

  background-image: linear-gradient(to right, hsl(0, 27%, 94%) 0%, #cfd1d2 100%);
  padding: 0 !important;
 
}

.navbar-brand img {
  height: 80px; 
  width: auto;
  padding-left: 20px;

}

.navbar-nav li {
  padding: 0 10px;
}

.navbar-nav li a {
  color: #15986e !important;
  font-weight: bolder !important;
  font-size: small !important;
  text-transform: uppercase;
}

.navbar-nav li a:hover {

  color: rgba(148, 22, 138, 0.881) !important;


}

.navbar-toggler {
  width: 20px;
  height: 20px;
  position: relative;
  transition: .5s ease-in-out;

}

.navbar-toggler,
.navbarr-toggler:focus,
.navbarr-toggler:active,
.navbarr-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}

.navbarr-toggler span {
  margin: 0;
  padding: 0;
}

.toggler-icon {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgba(218, 80, 206, 0.881);
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;


}

.middle-bar {
  margin-top: 0px;

}

/* when nav is clicked  for more info watch https://www.youtube.com/watch?v=_MrShB9fh7U&t=669s */
.navbar-toggler .top-bar {
  margin-top: 0px;
  transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  margin-top: 0px;
  transform: rotate(-135deg);
}

/* state when navbar is collasped */
.navbar-toggler.collapsed .top-bar {
  margin-top: -20px;
  transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  margin-top: 20px;
  transform: rotate(0deg);
}

/* color of 3 lines */
.navbar-toggler.collapsed .toggler-icon {
  background: linear-gradient(263deg, rgb(54, 53, 54) 0%, rgb(240, 241, 241) 100%);
}

.navbar-logotxt {
  font-size:large;
  font-weight: bold;
  color: rgba(138, 12, 128, 0.881) !important;

}

/* when navbar css ends ...............................       */
/*  -- banner Section ---------------       Starts Here */
#banner {
  background-image: linear-gradient(to right, #cfd9df 0%, #e2ebf0 100%);
  padding-top: 5%;
  
}

.promo-title {
  font-size: smaller;
  font-weight: bold;
  margin-top: 10px;
  color: rgba(218, 80, 206, 0.881);
}
.promo-text {
  font-size: smaller;
  font-weight: 600;
  margin-top: 5px;
  color: rgba(54, 56, 55, 0.881);
  text-align: justify;
}

.play-btn {
  width: 45px;
  margin: 20px;

}

#banner a {
  text-decoration: none;
  color: #15986e;
}

.bottom-img {
  width: 100%;

}
#banner .btn-primary {
  box-shadow: none;
  padding: 8px 25px;
  border: none;
  border-radius: 20px;
  background-image: linear-gradient(to right, #c22f89 0%, #470825 100%);

}

/*  -- banner Section ---------------       ends Here */
/*  -- services Section ---------------    Starts Here */

#services
{
  padding-top: 70px;
}

.services {
  padding: 5px;
}


.services h1 {
  color: rgba(129, 13, 120, 0.881);
}

.services h4 {
  padding: 5px;
  margin-top: 25px;
  text-transform: uppercase;
  background: rgba(129, 13, 120, 0.881);
  color: #e2ebf0;
  font-weight: bold;
  font-size: small;
  text-align: center;

}
.services p {
  padding: 5px;
  margin-top: 5px;
  background: rgba(241, 241, 241, 0.881);
  color: #097c39;
  font: weight 500px;;
  font-size: small;
  text-align: left;

}

.servicestextbg {
  background-color: #cfcaca;
}

.title::before {
  content: '';
  background-color: #15986e;
  height: 5px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(63px);

}

.title::after {
  content: '';
  background-color: #15986e;
  height: 20px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;

  display: block;
  transform: translateY(8px);

}

.titletext {
  text-transform: uppercase;
  color: rgba(129, 13, 120, 0.881);
  text-align: center;
}

#services .btn-primary {
  box-shadow: none;
  padding: 8px 25px;
  border: none;
  border-radius: 20px;
  background-image: linear-gradient(to right, #c22f89 0%, #470825 100%);

}

/*  -- services Section ---------------          end Here */
/*  -- about us Section ---------------          strats Here */
#about-us {
  background: #f8f9fa;
  padding-bottom: 50px;
  padding-top: 70px;


}

.about-title {
  font-size: medium;
  font-weight: 600;
  margin-top: 8%;
}

#about-us ul li {
  margin: 10px 0;
  text-align: justify;

}

#about-us ul {
  margin-left: 20px;

}

/*  -- about us Section ---------------          ends   Here */
/* admissions   Section ---------------       starts   Here */
#admissions {
  margin: 100px 0;
  background-color: #d1cdcf;
  padding-top: 70px;
}
.admissions {
  border-left: 4px solid #7b1798;
  margin-top: 50px;
  margin-bottom: 50px;
}
#admissions .btn-primary {
  box-shadow: none;
  padding: 8px 25px;
  border: none;
  border-radius: 20px;
  background-image: linear-gradient(to right, #c22f89 0%, #470825 100%);

}
/* accodian in admission  Section ---------------    starts   Here */
.accodion-mybutton
{
  background-image: linear-gradient(to left, #c22f89 0%, #470825 100%);
  color: #f8f9fa;
  
}
.textpro1
{
  font-size: medium;
  font-weight: bold;
  margin-top: 3%; 
  color: #15986e;

}
.textpro2
{
  font-size: medium;
  font-weight: 300;
  margin-top: 2%; 
  color:#1e1d1e;

}
.textpro3
{
  font-size: medium;
  font-weight: bold;
  color:#4b464c;

}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  text-align: left;
  padding: 5px;
  margin-left: 5px;
}
.accordion-body 
{
  list-style-type: none;
}

/* accodian in admission  Section ---------------    ends   Here */
/* admissions {
  Section ---------------       end   Here */

/* testimonials  Section ---------------       starts   Here */
#testimonials {
  margin: 100px 0;
  padding-top: 70px;
}

.testimonials {
  border-left: 4px solid #7b1798;
  margin-top: 50px;
  margin-bottom: 50px;
 
}

.testimonials img {
  height: 60px;
  width: 50px;
  border-radius: 50%;
  margin: 0 10px;
}

.user-details {
  display: inline-block;
  font-size: 12px;

}


/* testimonials  Section ---------------       ends    Here */

/* conatct us   Section ---------------       starts    Here */
#contact-us
{
  padding-top: 70px;
}
/* Social Media  Section ---------------       starts    Here */
#social-media {
  background-image: linear-gradient(to right, #59ad6e 0%, #25ba1d 100%);
  padding: 10px 0;
  border-radius: 1%;
  margin-bottom: 0.5%;
}

#social-media p {
  font-size:  18px;
  font-weight: 600;
  margin-bottom: 10px;
  font: bolder;
}

.social-icons img {
  width: 60px;
  transition: 0.5s;
  border-radius: 50%;
}

.social-icons a:hover img {
  transform: translateY(-10px);
}


/* Social Media  Section ---------------       ends      Here */
/* footer  Section ---------------       starts          Here */
#footer
{
  background-image: linear-gradient(to bottom, #2b031f 0%, #e9e5ea 100%);
  color: #fff;
}
.footer-img   
{
  width: 100%;
  
}
.footer-box
{
padding: 20px;
}
.footer-box img
{
width: 120px;
margin-bottom: 20px;
}
hr 
{
background-color: #fff;
}
.copyright
{
  margin-bottom: 0;
  padding-bottom: 20px;
  text-align: center  ;
}
#affiliations 
{
  height: 50px;
}
.afflinks
{
  display: inline;
}
.afflinks li
{
list-style-type: none;

}

/* footer  Section ---------------       ends            Here */

