@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  font-family: "Poppins", sans-serif;
  line-height: 20px;
  text-align:justify;
  line-height:1.7;
}



/* top header css */
.Admission_Br {
  /* width: 290px; */
  /* height: 50px; */
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  /* border-radius: 15px; */
  -webkit-animation: NAME-YOUR-ANIMATION 1.5s infinite;
  -moz-animation: NAME-YOUR-ANIMATION 1.5s infinite;
  -o-animation: NAME-YOUR-ANIMATION 1.5s infinite;
  animation: NAME-YOUR-ANIMATION 1.5s infinite;
  /* padding: 6px 15px; */

  text-wrap: nowrap;
 /* position: fixed; */
  right: 7%;
  top: -8px;
  z-index: 99999999999;
  padding: 0.5rem;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
  0%, 49% {
    background-color: #e21e21;
    /* padding: 10px !important; */
  }
}

@media (max-width:768px)
{
  .Admission_Br{
    display: none;
  }
  .topbarr
  {
      display:none;
  }
}
/* top header css end */

/* navbar menu css */
@media (max-width:991px) {
  .sidebar {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
  }
  .nav-item a 
  {
      color:#ffffff !important;
  }
  .nav-item a:hover {
        color: #FECB29 !important;
    }
    .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #CCC;
    padding: 9px 10px;
    color: #000000 !important;
    font-size: 14px;
    }
    .dropdown-menu .dropdown-item:hover
    {
        color:#337ab7 !important;
    }
}

@media(max-width:767px)
{
    .navbar-brand img {
        width: 50px !important;
        padding: 5px;
       /* margin-top: -22px !important; */
        margin-top: -13px !important;
        height: auto !important;
    }
}

.navbar {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 20px;
  background-color: #ffffff;
}

.navbar .navbar-brand {
  padding-top: .8rem;
  padding-bottom: .8rem;
  
}

.navbar-brand {
  padding: 12px 5px;
  float: left;
  height: 50px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand img {
  margin-top: -53px;
  width: 125px;
  height:135px; 
  position: relative;
  z-index: 10;
}

.navbar-toggler-icon 
{
    background-color:#000;
}

.nav-item a 
{
    padding-left: 0 !important;
    padding-right:0 !important;
  color: rgb(0, 0, 0);
  font-size: 16px;
}

.nav-item a:hover {
  /* background-color: rgba(158, 213, 252, 0.5); */
  color: #337ab7;
}

.dropdown {
  padding: 0 20px;
}

.dropdown-menu .dropdown-item {
  border-bottom: 1px solid #CCC;
  padding: 9px 10px !important;
  color: #000000;
font-size:14px;
}

.dropdown-menu {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  
}

.dropdown-menu .dropdown-item:hover {

  /* background-color:#016e72; */
  color: #337ab7;
}


#nav_object {
  position: relative;
}

.dropdown-menu {
  background-color: #ffffff !important;
  border-top: 4px solid #FECB29;
  border-radius: 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
  /* background-color: rgba(12, 149, 208, 0.5); */
}

.dropdown-item:hover {
  /* background-color: hsl(180, 94%, 12%); */
}

#nav_object {
  position: relative;
}

@media (min-width: 576px) {
  #nav_object::after {
    content: '';
    opacity: 0;
    transition: all 0.2s;
    height: 2px;
    width: 100%;
    background: hsl(18, 100%, 62%);
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #nav_object:hover::after {
    opacity: 1;
  }
}

.dropdown-menu {
  /* --bs-dropdown-link-hover-bg: hsl(201, 55%, 41%) !important; */
}

@media screen and (max-width: 576px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

 /* slider carousel indecator style */
 .carousel-indicators [data-bs-target]{
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.carousel .carousel-indicators button {
 width: 20px;
 height: 20px;
 border-radius: 100%;
}
/* / slider carousel indecator style */

/* slider button */
.carousel-control-next-icon
{
   position:absolute;
   width: 40px;
   height:40px;
 /* background-color:#000; */
 
  color:White; 
  font-size:5px;  
}

.carousel-control-prev-icon 
{
   position:absolute;
   width: 40px;
    height:40px;
 /* background-color:#000; */
  /* border-radius:100px; */
  color:#dadada; 
  font-size:5px;  
}
@media(min-width:1200px){
  .carousel-control-prev-icon {
      top:350px;
  }
  .carousel-control-next-icon{
      top: 350px;
  }
}

@media(max-width:991px){
  .carousel-control-prev-icon {
      top:90px;
  }
  .carousel-control-next-icon{
      top: 90px;
  }
}
/* /slider button */


/* notice section */


.AnnouncementsWrap {
  padding: 30px 0 5px;
}

.AnnouncementsWrap h4 {
  float: left;
  font-weight: 400;
  font-size: 17px;
  background: #fff;
  padding: 8px;
  margin: 2px;
  border-radius: 4px;
}

.bg-light-gray{
  background: #e2e7f4;
}

.AnnouncementsWrap h4 #fabell {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.AnnouncementsWrap ul {
  margin-bottom: 0;
  margin-top: 10px;
  display: inline-block;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.AnnouncementsWrap ul>li {
  padding-right: 25px;
  padding-left: 25px;
  font-size: 14px;
  border-right: 1px solid;
  display: inline-block;
}
/* end notice section */


/* welcome area */
  .welcome-area{
    background: url(../img/welcome-bg-image-area.jpg);
    background-size: cover;
    padding: 50px 0;
  }


.section1wel .heading1welcome{
  background: url(../img/rightSide.png);
    background-repeat: no-repeat;
    height: auto;
    background-size: contain;
    padding: 30px;
    margin: 0 0 30px 15px;
}

.section1wel .heading1welcome h1{
      font-size: 32px;
    color: #395573;
    font-weight: 300;
    line-height: 1.2;
}

.welcome-content{
  border-left: 2px solid #c1c5c8;
    padding-left: 30px;
}
.welcome-content p{
  font-size: 15px;
  padding-left:7px;
  padding-right:7px;
    color: #202020;
}

/* read more button */
.read-more {
  background-color: #ffc615;
  color: #000000;
  font-size: 16px;
  padding: 13px 35px;
  border-radius: 0;
  position: relative;
  transition: all ease .5s;
  border: 1px solid #085393;
  z-index: 1
}

.read-more i {
  position: relative;
  top: 3px;
  padding-left: 5px
}

.read-more::before {
  position: absolute;
  content: "";
  background-color: #085393;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 30px;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease .5s;
  z-index: -1
}

.read-more:hover {
  color: #fff
}

.read-more:hover::before {
  transform: scaleX(1)
}

.read-more:focus {
  box-shadow: none
}

.read-more-btn {
  color: #0f3e46;
  font-weight: 500;
  font-size: 15px;
  transition: all ease .5s;
  position: relative
}

.read-more-btn i {
  position: relative;
  top: 3px;
  padding-left: 7px
}

.read-more-btn:hover {
  color: #a6153f
}

.read-more-btn.active {
  color: #a6153f;
  letter-spacing: 0
}

.read-more-btn.white-color {
  color: #fff
}

.read-more-btn.white-color:hover {
  color: #a6153f
}

/* end welcome area */

/* welcome section 2 */
.welcome-section2{
  background: url(../img/welcome-bg-image-area.jpg);
    background-size: cover;
    padding: 50px 0;
  }

  .welcomheading2{
    background: url(../img/rightSide.png);
    background-repeat: no-repeat;
    height: auto;
    background-size: contain;
    height: 100px;
    padding: 30px 0 0 20px;
  }

  .content2{
    color: #085291;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
  }

  .director-msg{
    color: #085291;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 48px;
  }
  .practice-head{
    color: #085291;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 48px;
  }

  .list-values{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .welcome-section2 .list-values li{
    padding: 10px;
    border-top: 1px solid #ccc;
    font-size: 15px;
  }

  .welcome-section2 .list-values li .arrow{
    margin-right: 10px;
  }
/* welcome section 2 end */

/* aditional keypoint section start */
  .aditional-keypoints-section{
    background: #085291;
    padding: 0 0 20px;
  }
 /* .points-content{
    width: 18.8%;
    float: left;
    margin: 0 7px;
  } */

  .points-content h3{
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    min-height: 45px;
    margin-top: 15px;
  }

  .points-content p{
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin-top: 15px;
    text-align:justify;
    padding: 0 15px;
  }
/* aditional keypoint section start end */

 /* interesting fact  */
   .interesting-fact-sect{
    padding: 30px 0 0;
    background: url(../img/Interesting-fact-bg-img.jpg);
   }

   .interesting-fact-sect h2{
    font-size: 34px;
    color: #085291;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 30px;
   }

   .factsheetbox{
    padding: 10px 0;
   }

   .factsheetbox h2{
    margin-left: 65px;
    color: #1b1e25;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 0;
   }

   .factsheetbox p{
    color: #1b1e25;
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    margin: 15px;
    width: 70%;
   }
   /* interesting fact end  */

   /* news and notice section */
   .news-notice-section{
    padding-bottom: 20px;
   }
   .events-content{
    margin-left: 10px;
    padding-bottom: 40px;
   }

   .news-notice-section .news-event-sec h2{
    font-size: 30px;
    text-align: center;
    color: #085291;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 8px;
    margin-top: 10px;
    margin-left: 18px;
   }

   .news-event-sec > div > div {
    width: 30%;
    margin: 5px;
    padding: 10px;
    box-shadow: 0px 0px 10px #bababa;
    height: 150px;
}

.events-content p{
  font-size: 14px;
    color: #171717;
    margin-top: 0;
}
.events-content h3{
  font-size: 14px;
  color: #085291;
  margin-top: 0;
  padding-bottom: 5px;
}
.news-event-sec > div > div:nth-child(7) {
  height: auto;
  box-shadow: none;
}
   /* news and notice section end */

   .news-section {
    padding-bottom: 20px;
}

.heading-title h2{
  margin-bottom: 0 !important;
  text-align: center;
}

.news-section h2 {
  font-size: 30px;
  color: #085291;
  font-weight: 300;
  line-height: 1.2;
  /* margin-bottom: 8px; */
  margin-top: 10px;
  margin-left: 18px;
}

/* slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .owl-carousel .item{
  padding: 6px;
}

/* redirect section */
.title-heding h2{
  font-size: 34px;
  color: #085291;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
}

.title-heding button{
  background: #085291;
  color: #fff;
  font-size: 14px;
  padding: 15px;
  border: none;
  border-radius: 6px 1px;
  margin-right: 5px;
  margin-bottom: 40px;
  transition: .7s;
}

/* footer */
footer {
  padding-top: 30px;
   background: linear-gradient(rgba(16, 86, 148, 1), rgb(67, 153, 228,0.7)),url(../img/school-footer-img.jpg);
  /* background:li url(../img/school-footer-img.jpg) #105694; */
  background-size: cover;
  background-repeat:no-repeat;
}

.info{
  padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer-section ul.info li:first-child {
  margin-bottom: 22px;
  text-decoration: underline;
  font-weight: 400;
  list-style-type: none;
  margin-left: 0;
  color: #fff;
}

.footer-section ul li {
  margin-top: 10px;
  color: #fff;
  line-height: 17px;
  list-style-type: circle;
  margin-left: 14px;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

hr{
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.footer-section ul.socialNav li {
  margin-left: 0;
}
footer .socialNav li {
  margin-right: 4px;
  display: inline-block;
}
.footer-section ul li {
  margin-top: 10px;
  color: #fff;
  line-height: 17px;
  list-style-type: circle;
  margin-left: 14px;
}

footer .follow li a {
  color: #a3a3a3;
  border: 1px solid #a3a3a3;
  padding: 2px 0;
  border-radius: 50%;
  width: 25px;
  text-align: center;
  font-size: 16px;
  display: flow-root;
  background: #fff;
}

.footer-style-sec .footer-section .footer-men .footer-menu .info li a:hover, .footer-style-sec .footer-section .footer-men .footer-menu .info li a:focus{
  margin-left: 5px;
  transition: all 0.5s;
  color: #ffc615;
}


@media(max-width: 768px) {
  
  .footer-style-sec .footer-section img
  {
      padding-left:18px;
  }
  

    .footer-style-sec .footer-section .footer-men .footer-menu ul li {
          padding-left:15px; 
    }

  /*  .footer-style-sec .footer-section .footer-men .footer-menu ul li::before {
        content: "\f111"; 
        font-family: 'Font Awesome 5 Free'; 
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); 
        padding-right: 5px; 
    } */
    
    
}
/* footer end */



/* Floating Button css */


#floating-button {
  position: fixed;
  top: 50%;
  right: 0;
  transform: rotate(90deg) translateX(50%);
  transform-origin: 100% 0;
  z-index: 99999;
}

#floating-button2
{
  position: fixed;
  top: 70%;
  right: 0;
  transform: rotate(90deg) translateX(50%);
  transform-origin: 100% 0;
  z-index: 99999;
}

#floating-button a 
{
    text-decoration:none;
  background:  #ed1b1b;
  color: white;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 10px 30px;
  border-radius: 0px 0px 10px 10px;
  transition: ease 0.5s !important;
}

#floating-button2 a
{
  text-decoration:none;
  background:  #f8c301;
  color: black;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 10px 30px;
  border-radius: 0px 0px 10px 10px;
  transition: ease 0.5s !important;
}

#floating-button a:hover {
    padding: 20px 30px;
  background: #f8c301;
  color:#000000;
  }
  
  #floating-button2 a:hover
  {
       padding: 20px 30px;
  background: #ed1b1b ;
  color:#ffffff;
  }
  
  @media screen and (max-width: 768px) {
  #floating-button 
  {
      display:none;
  }
  #floating-button2
  {
       display:none;
  }
      
}
  
/*  @media screen and (max-width: 768px) {
  #floating-button {
    bottom: 0;
    top: auto;
    transform: none;
    left: 0;
    text-align: center !important;
  }

  #floating-button a {
    padding: 10px 0px;
    border-radius:10px 10px 0px 0px !important;
    width: 100% !important;
  }

} */

/* Floating Button css end */