
:root {
    --primary-color:#000;
  --secondary-color:#fff;
  --transition:0.3s ease;
  /* Brand */
  --brand:        #d0311e;
  --brand-dark:   #b9210f;
  --brand-600:    #c12716;
  --red:          #ee3a26;   /* legacy accent used on counters / icon circles */
  --accent:       #fd9201;   /* orange */
  --accent-2:     #ff9203;

  /* Neutrals */
  --ink:      #20272f;       /* headings / strong text */
  --body:     #4a5562;       /* paragraph text */
  --muted:    #7a8694;
  --white:    #ffffff;
  --surface:  #f4f6f8;       /* section backgrounds (replaces #e6e6e6/#efefef/#f5f5f5) */
  --surface-2:#eef1f4;
  --line:     #e4e7ec;       /* borders / dividers */
  --dark:     #16110b;       /* black strips */

  /* Gradients */
  --grad-brand:  linear-gradient(135deg, #d0311e 0%, #c12716 100%);
  --grad-accent: linear-gradient(135deg, #ff9203 0%, #ee3a26 100%);

  /* Typography */
  --font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --font-head: 'Poppins', var(--font-sans);

  /* Radii */
  --r:     14px;
  --r-sm:  10px;
  --r-pill: 50rem;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(16, 24, 40, .08);
  --shadow:    0 6px 18px rgba(16, 24, 40, .10);
  --shadow-lg: 0 16px 40px rgba(16, 24, 40, .16);

  /* Motion */
  --t: .22s ease;
}


[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6% !important;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

  ul{
    display: flex;
    text-decoration: none;
  }
  a{
    text-decoration: none;
  }
  .mainheading{
    border-right: 1px solid #f1ebeb;
  
  }
  .img-right-padding{
    padding:0 8px 0 2% !important;
  }
  .carousel-caption{
    top: 18%;
    bottom: auto;
   left: 5%;
   right: auto;
   text-align: left; 
    color: #000;
    font-size: x-large;
    
}
.icon-adjust{
  float: right;

}

.icon-borderss{
        border-left: 1px solid white;
}
.icon-border{
    width: auto !important; 
    border-left: 0px solid white !important;             /* box size */
    height: 47px !important;
     border-right: white solid 1px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: none !important;
    border-collapse: collapse !important;
    display: flex !important;
}

.num-padding{
  margin-left: 70px;
}
.navbar-nav{
  justify-content: space-between;
}
.img-shadow{
  box-shadow: 0px 0px 10px 0px #c2c3c3;
  padding: 5px;

}
.about-us-p-size{
       font-size: 20px !important;
       line-height: 2 !important;
}
.facility-Bx-i{
  width: 80px;
    height: 80px;
    line-height: 80px !important;
    color: #fff;
    font-size: 40px;
    background: linear-gradient(-90deg, #ee3a26 0%, #ff9203 100%);
    border-radius: 50%;
    text-align: center;
}
.facility-Bx{
  padding: 30px 30px;
    background: #fff;
    margin: 20px 0px;
    color: #000;
    border-radius: 10px;
    text-align: center;
    height: 315px !important;
}
.popular-list-edit{
  color: #ee3a26;
  padding-left: 63px;
  font-weight: bolder;
  margin-bottom: 0px;
}
.popular-list-edits{
  
  padding-left: 60px;
}
.aims-main-box{
  background-image: linear-gradient(to right, #020a1fa3, #030c25c7), url('chok.jpg');
  padding: 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
 margin: 30px 0px;
 margin-right: 15px;
}
.aims-box-inner{ background: #fff;
    color: #191818;
    text-align: center;
    padding: 30px;
  }
  .score-bord{
    background-color: #e6e6e6;
        padding: 30px 10% 30px 10%;
    margin-bottom: 10px;
  }  
  .counter{
    color: #ee3a26;
    text-align: center;
    height: 190px;
    width: 190px;
    padding: 30px 25px 25px;
    margin: 40px auto;
    border: 3px solid #ee3a26;
    border-radius: 0px 20px;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .counter-icon{
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px;
    transition: all 0.3s ease 0s;
  }
  .counter .counter-value {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 20px;
    margin: 16px 0px;
    display: block;
    transition: all 0.3s ease 0s;
}
.counter h3 {
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #000;
}
.counter-iner{
  content: "";
    background: #efefef;
    border-radius: 50%;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: -1;
    padding-top: 15px;
}
.ceo-name{
  width: 14%;
    height: 45px;
    margin-left: 56px;
    border-radius: 6px;
    margin-bottom: 30px;
}
.directorBx h3 {
   background: #000;
    color: #fff;
    padding: 10px 2px !important;
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 25px;
    text-align: center;
    margin-top: 0px;

    border-radius: 5px;
}
.directorBx h3 span {
    font-size: 18px;
    padding: 4px 0px;
    color: #ee3a26;
}

.section-title h5 {
    color: #f46d38;
    padding: 0;
    font-weight: bold;
    margin: 4% 0px 0px;
}
.section-title h3 {
    color: #2f3235;
    padding: 0;
    font-weight: bold;
    font-size: 40px;
    margin: 5px 0px -10px;
   
}
.directorbox p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    font-family: sans-serif;
}
.section-devider{
  display: inline-block;
    position: relative;
    height: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: rgb(255 255 255 / 53%);
    width: 110px;
    margin-bottom: 30px;
}
.end-line-bg{
  background: linear-gradient(to right, #d0311e, #c12716);
}
.first-row-bg{
  background: linear-gradient(to right, #d0311e, #c12716);
  padding-left: 2%;
}
.img-logo-size{
    width: 95px;
}
.top{
  border-radius: 10px;
}
.top-bg{
 background: black; 
}
.dropdown-menu {
    display: none;
    position: absolute !important;
    background-color: #fd9201 !important;
    min-width: 150px !important;
    z-index: 1 !important;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .5) !important;
    border-radius: 0px !important;
    line-height: 2 !important;
    
}
p {
    font-size: 16px;
    line-height: 30px;
    font-family: sans-serif;
}
  .img-right-padding{
    padding:0 8px 0 7%
  }
  .carousel-caption{
    top: 18% !important;
    bottom: auto !important;
   left: 5% !important;
   right: auto !important;
   text-align: left !important; 
    color: #000 !important;
    font-size: x-large !important;
    
}

.icon-borders{
 width: 60px !important;              /* box size */
    height: 47px !important;
    border-left: 1px solid white !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: none;
    border-collapse: collapse !important;
    display: flex;
    border-right: 1px white solid !important;
}
.icon-border{
    width: 60px !important;              /* box size */
    height: 47px !important;
    border-left: 1px solid white !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: none;
    border-collapse: collapse !important;
    display: flex;
}
.about-us-p-size{
       font-size: 17px;
}
.facility-Bx-i{
  width: 80px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 40px;
    background: linear-gradient(-90deg, #ee3a26 0%, #ff9203 100%);
    border-radius: 50%;
    text-align: center;
}
.facility-Bx{
  padding: 30px 30px;
    background: #fff;
    margin: 20px 0px;
    color: #000;
    border-radius: 10px;
    text-align: center;
    height: 370px;
}
.directorBx h3 {
   background: #000;
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 21px !important;
    text-align: center;
    margin-top: 0px;
    width: 61%;
    margin-left: 16%;
    border-radius: 5px;
}
.section-title h3 {
    color: #2f3235;
    padding: 0;
    font-weight: bold;
    font-size: 40px;
    margin: 5px 0px 20px;
   
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fd9201;
    min-width: 150px;
    z-index: 1;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .5);
    border-radius: 0px;
    line-height: 2;
    
}
.dropdown-menu {
    display: none;
    position: absolute !important;
    background-color: #d8391d !important;
    min-width: 150px !important;
    z-index: 1 !important;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .5) !important;
    border-radius: 0px !important;
    line-height: 2 !important;
}

.icon-borders{
 width: 60px;              /* box size */
    height: 47px;
    border-left: 1px solid white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: none;
    border-collapse: collapse;
    display: flex;
    border-right: 1px white solid;
}
.icon-border{
    width: 60px;              /* box size */
    height: 47px;
    border-left: 1px solid white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: none;
    border-collapse: collapse;
    display: flex;
}
.form-group{
	margin-bottom: 25px;
}
.directorBx h3 {
   background: #000;
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 25px;
    text-align: center;
    margin-top: 0px;
    width: 61%;
    margin-left: 16%;
    border-radius: 5px;
}
.popular-list-edit{
  color: #ee3a26;
  padding-left: 63px;
  font-weight: bolder;
  margin-bottom: -11px;
}
.icon-border {
    width: 60px;
    height: 47px;
    border-left: 1px solid white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.staff-boxs img {
    max-height: 240px;
}
.bg-image{
    background-image: url('page-heading-bg.jpg');
}
.creer-imgs{
  width: 7%;
  
}
.whatsapp-float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    line-height: 60px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    z-index: 9999;
}

/* Mobile */
@media (max-width: 768px){
    .whatsapp-float{
        width: 45px;
        height: 45px;
        right: 15px;
        bottom: 15px;
        font-size: 25px;
        line-height: 45px;
    }

    .whatsapp-float i{
        line-height: 45px;
    }
}
.custom-showdow{
  box-shadow: 0 0.5rem 2rem 5px rgba(0, 0, 0, 0.15) !important;
}
.addressBx {
    background: #291e13;
    padding: 15px 15px;
    margin-bottom: 50px;
    height: 140px;
}
.single-contact p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}
.single-contact h5 {
    color: #f15f4d;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

.single-contact p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 200px;
}
.contactBx {
    background: #e4e4e4;
    padding: 20px;
    height: auto;
}
.btn-all {
    background: linear-gradient(-90deg, #ee3a26 0%, #ee3a26 61%);
    padding: 10px 50px;
    color: #fff5f5;
    font-weight: bold;
    border-radius: none;
}
.padd-80 {
    padding: 80px 0px;
}
.nav-item a{
     color: black !important;
}
.gallery-img{
  height: 280px !important;
    margin: 10px;
    border: #191818 solid 2px;
    width: 100% !important;
    object-fit: cover;
}
.top-heder {
    width: 100%;
    float: left;
    background: linear-gradient(to right, #d0311e, #c12716);
    padding: 0px;
}
.topbar{
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #c42918;
}
.subtopbar{
  display: flex;
  align-items: center;
}
.contactdetails{
  margin: 5px;
}
.custom-img{
  width: 85%;
}
.facility-bx-p{
   padding: 0 48px 20px 48px;
}
#section-bg {
    background: #e6e6e6;
    padding: 50px 0px;
}
.mar-top-50 {
    margin-top: 50px;
}
.counter {
    color: #ee3a26;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    height: 190px;
    width: 190px;
    padding: 30px 25px 25px;
    margin: 40px auto;
    border: 3px solid #ee3a26;
    border-radius: 0px 20px;
    position: relative;
    z-index: 1;
    background: #fff;
}
.counter .counter-icon {
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px;
    transition: all 0.3s ease 0s;
}
@media (max-width: 600px) {

.icon-border{
  width: 26px !important;
    height: 38px !important;
    font-size: small;
}
.contactdetails{
  font-size: small;
}
.carousel-h1{
  font-size: 19px !important;
}
.carousel-h1-2{
    font-size: 25px !important;
    margin: 0% !important;
    margin-bottom: 5px !important;
}
.carousel-p{
  font-size: 10px !important;
}

.first-row-bg{
  background: linear-gradient(to right, #d0311e, #c12716);
  padding: 0 !important;
  float: left !important;
}
.marquee-h6{
  font-size: smaller !important;
  width: 20px !important;
}
.marquee-edit{
  display: none !important;
}
.marquee-p{
  padding: 0px !important;
}
.marquee-height{
  height: 30px !important;
}
.marquee-font-size{
  font-size: 11px;
  line-height: 1px !important;
}
.img-logo-size {
   width: 38px;
}
.imgmainheading{
  font-size: 23px !important;
}
.navbar-toggler:hover{
  font-size: small;
}
.about-us-p-size{
  padding: 0px !important;
  margin: 0px !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
  
}
.img-center-mobile{
    
       float: left !important;
}
.icon-border{
  display: none !important;
}
.bg-3{
  width: 85% !important;
}
.carousel-indicators{
  display: none !important;
}
.carousel-control-prev-icon{
  display: none !important;
}
.carousel-control-next-icon{
  display: none !important;
}
.font-size-small{
  font-size: 29px !important;
  padding-top: 23px !important;
}
.bg-image{
   height: 120px;
     background-size: cover;   
  background-position: center;
  background-repeat: no-repeat;
}
.font-size-small-2{
  font-size: 11px;
}
.popular-list-edit{
padding-left: 10px !important;
        font-size: 8px;
        margin-bottom: -11px;
}
.popular-list-edits{
  padding-left: 10px !important;
  font-size: 22px;
}
.popular-list-editz{
   padding-left: 10px !important;
  font-size: 18px;
  margin-bottom: -30px;
}
.custom-img{
  width: 100% !important;
}
/* Facility cards paragraph text */
.facility-Bx p {
    font-size: 11px;
    line-height: 1.5;
}

/* Facility cards heading */
.facility-Bx h3 {
    font-size: 15px;
    padding-top: 10px !important;
}
 .facility-Bx {
       margin: 0px 0px !important;
       height: 180px !important;
    }

    .facility-Bx-i {
        width: 26px;
    height: 26px;
    line-height: 27px !important;
    color: #fff;
    font-size: 8px !important;
    background: linear-gradient(-90deg, #ee3a26 0%, #ff9203 100%);
    border-radius: 50%;
    text-align: center;
    }
    .facility-bx-p{
    padding-left: 11px !important;
    padding-right: 10px !important;

    }
    .aims-main-box{
      background-image: linear-gradient(to right, #020a1fa3, #030c25c7), url(chok.jpg);
    padding: 13px !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0px 0px !important;
    margin-right: 2px !important;
    }
    .aims-box-inner {
      padding: 10px !important;
    }
    .aims-box-inner p{
          font-size: 11px !important;
          line-height: 1.5 !important;
          margin-bottom: 0px !important;
    }
    .aims-box-inner h2{
             font-size: 15px;
    } 
    #section-bg {
        padding: 20px 0px;
    }
    .counter {
        height: 118px;
        width: 121px;
        padding: 25px 19px 25px;
            margin: 23px auto;
    }
    
    .counter .counter-value {
        font-size: 20px;
        line-height: 13px;
    }
        .counter h3 {
        font-size: 11px;
    }
    .counter .counter-value {
    font-size: 12px;
    line-height: 0px;
}
.counter-iner {
    content: "";
    background: #efefef;
    border-radius: 50%;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 15px;
    top: 3px !important;
    bottom: 15px;
    right: 15px;
    z-index: -1;
    padding-top: 15px;
}
.counter .counter-icon {
    font-size: 18px !important;
    line-height: 8px !important;
    margin: 0 0 15px !important;
    transition: all 0.3s ease 0s;
}
.cards-h4{
  font-size: 15px;
}
.cards-p{
  font-size: 11px !important;
    line-height: 17px !important;
    font-family: sans-serif;
    margin-top: 0px !important;
}
.ceo-msg p{
    line-height: 1.5 !important;
    font-size: 12px !important;
     padding: 4px;
}
.ceo-msg h5{
  font-size: 8px !important;
}
.section-title h5 {
    color: #f46d38;
    padding: 0 !important;
    font-weight: bold;
    margin: 3% 0px 0px !important;
}
.directorBx h3 {
    background: #000;
    color: #fff;
    padding: 8px 3px !important;
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 14px !important;
    text-align: center;
    margin-top: 0px !important;
    width: 33% !important;
    margin-left: 9% !important; 
    border-radius: 5px;
}
.section-title h3 {
    color: #2f3235;
    padding: 0;
    font-weight: bold;
    font-size: 22px !important;
    margin: 5px 0px 20px;
}
.directorBx h3 span {
    font-size: 10px !important;
    padding: 4px 0px;
    color: #ee3a26;
}
.directorBx img{
     width: 53% !important;
     margin-top: 0% !important;
}
.directorBx{
  margin-bottom: 0px !important;
}
.end-line-bg p{
  line-height: 1.5 !important;
}
p {
    font-size: 12px;
    font-family: sans-serif;
}
.img-logo-size {
        width: 55px !important;
    }
    .end-line-bg h1{
        margin-top: 15px !important;
        font-size: 19px !important;
    }
    .about-page-p p{
      line-height: 1.6 !important;
      font-size: 13px !important;
    }
    .ceo-row{
          margin-top: -60px !important;
    }
    .events p{
        font-size: 13px !important;
        line-height: 1.6 !important;
    }
    .staff-boxs img {
    max-height: 160px !important;
}
.bg-opacity {
  opacity: 0.6;
}
.gallery-img {
    height: 170px !important;
    margin: 10px;
    border: #191818 solid 2px;
    width: 100% !important;
    object-fit: cover;
}
.tab-content p{
     line-height: 1.6;
}
.HR-text{
  line-height: 1.6 !important;
}
.popular-list-editing{
  margin-top: -20px !important;
}

}
@media only screen and (max-width: 600px) {
    .directorBx {
        text-align: center;
    }
}
@media only screen and (max-width: 600px) {
    .directorBx img {
        width: 200px;
        margin-top: 0px !important;
    }
}
@media only screen and (max-width: 600px) {
    .directorBx h3 {
        width: 150px !important;
        float: none;
        margin: 0 auto;
        margin-left: 104px !important;
    }
}
.directorBx h3 {
    background: #000 ;
    color: #fff ;
    padding: 10px 15px ;
    font-weight: bold ;
    font-family: 'Roboto' ;
    font-size: 25px ;
    text-align: center ;
    margin-top: 0px ;
}
.navbar-nav .nav-link{
    position: relative;
    color: #000 !important;
    transition: all 0.3s ease;
    padding: 8px 15px !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
    color: #c63424 !important;
    transform: translateY(-2px);
}

/* Underline Animation */




/* Dropdown Animation */


.dropdown:hover .dropdown-menu{
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}




.dropdown-item:hover{
    background: #c63424 !important;
    color: #fff !important;
    padding-left: 25px;
}

.btn{
  background: linear-gradient(-90deg, #ee3a26 0%, #ee3a26 61%);
}
.form-col-size{
  height: 48px;
}
.counter {
  position: relative;
  border: 3px solid #d93417;
  border-radius: 0 15px 0 15px;
  background: #fff;
  padding: 40px 20px;
  overflow: visible;
}

.card{
    transition: all 0.4s ease;
    border: none;
}

.card:hover{
    transform: translateY(-15px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.aims-main-box{
   
    border-radius: 10px;
    transition: all 0.3s ease;
}

.aims-main-box:hover{
    box-shadow: 0 0 30px rgba(0,0,0,0.35);
}
/* L-shape corner */
.counter::before {
  content: "";
  position: absolute;
  left: -7px;
  bottom: -7px;
  width: 70px !important;
  height: 80px !important;
  border-left: 12px solid #d93417;
  border-bottom: 12px solid #d93417;
  border-radius: 0 0 0 25px;
}

/* Inner circle look */
.counter-iner {
  background: #f1f1f1;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 15px rgba(0,0,0,0.15);
}

.counter-icon {
  text-align: center;
}

.counter-icon i {
  font-size: 28px;
  color: #d93417;
  display: block;
  margin-bottom: 8px;
}

.counter-value {
  font-size: 36px;
  font-weight: 700;
  display: block;
}

.sect-tittle-3 {
  font-size: 16px;
  margin-top: 6px;
  text-transform: uppercase;
}
@media (max-width: 600px) {

  .counter {
    padding: 25px 15px;
    border-radius: 0 15px 0 15px;
  }

  .counter::before {
    width: 55px !important;
    height: 55px !important;
    border-left: 8px solid #d93417;
    border-bottom: 8px solid #d93417;
    border-radius: 0 0 0 18px;
        left: -5px;
    bottom: -5px;
  }

  .counter-iner {
           width: 90px;
        height: 90px;
        margin-top: 7px;
  }

  .counter-icon i {
    font-size: 20px;
  }

  .counter-value {
    font-size: 22px;
  }

  .sect-tittle-3 {
    font-size: 13px;
  }
  .cards-padding{
        padding: 1rem !important;
  }
  .admission-me{
    margin: 0 1rem 0 1rem !important;
  }
.custom-font-size{
  font-size: 10px !important;
}

}
.contactdetails {
    margin: 5px;
    margin-left: 15px;
}
.dropdown-menu-noted {
    background-color: rgb(206 36 0 / 95%) !important;
    }
    .dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu-noted {
  background-color: rgba(0, 0, 0, 0.7);
}
.dropdown-menu-noted .dropdown-item {
  color: white;
  transition: all 0.3s ease;
}
/* ✅ Sirf hover par color change */
.dropdown-menu-noted .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffd700;
}

.flip-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  transform-style: preserve-3d;
}
.flip-icon:hover {
  transform: rotateY(180deg);
}
.counter-iner .counter-icon i {
  display: inline-block; 
 
  transition: transform 0.6s ease-in-out;
}
.counter-iner:hover .counter-icon i {
  transform: perspective(400px) rotateY(360deg);
}
@media (max-width: 991px) {
  .navbar-collapse {
    text-align: center;
  }

  .navbar-nav {
    width: 100%;
    justify-content: center;
  }
}
 @keyframes whatsappShake {
    0%, 100% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(-10deg);
    }
    20% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(-10deg);
    }
    40% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(0deg);
    }
}

.whatsapp-float{
    animation: whatsappShake 2s infinite;
}
.principalh3 h3{
 background: #000;
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 21px !important;
    text-align: center;
    margin-top: 0px;
    width: 100%;
}
@media (max-width: 768px) {

    .marquee-edit {
        text-align: center;
        padding-bottom: 0 !important;
    }

    .marquee-h6 {
        width: 100% !important;
        font-size: 1.2rem !important;
        margin: auto !important;
    }

    .marquee-font-size {
        font-size: 14px;
    }


}
.fee-table{
    color:#fff;
    font-weight:600;
}

.fee-table thead th{
    background:#c42918;
    color:#fff;
    border:2px solid rgba(194, 151, 151, 0.655);
    padding:20px;
    font-size:1.2rem;
}

.fee-table tbody tr:nth-child(odd){
    background:#c42918;
}

.fee-table tbody tr:nth-child(even){
    background:#c42918;
}

.fee-table td{
    border:2px solid rgba(255,255,255,.4);
    padding:22px;
    font-size:1.5rem;
}

.fee-table small{
    display:block;
    color:#f0f0f0;
    font-size:.8rem;
}

.table-responsive{
    border-radius:15px;
    overflow:hidden;
}
@media (max-width: 768px){

    .fee-table th{
        font-size: 10px;
        padding: 6px 4px;
        line-height: 1.2;
    }

    .fee-table td{
        font-size: 11px;
        padding: 6px 4px;
    }

    .fee-table small{
        font-size: 8px;
    }
}
@media (max-width: 768px) {
    .fee-table thead th {
        font-size: 9px;
        padding: 5px 3px;
        line-height: 1.2;
    }

    .fee-table thead th small {
        font-size: 7px;
    }
     .pre-admin-img{
    width: 60% !important;
    margin: 0 auto;
    text-align: center;
  }
}
.custom-nav-link.active {
    background-color: #0d6efd;
    color: white !important;
    font-weight: 600;
}
