/* .body_bg{
background-image: url('../images/snitm-bg.avif');
background-repeat: no-repeat;
background-size: cover;
} */
/* 
.snitm_logo img {
    width:120px;
} */

.snitm_top ul{
    display: flex; 
}
.snitm_top ul li{
    list-style: none;
    color: #fff;
    padding: 5px;
}

.service-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    background: #c8102e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 0.5rem;
}

.latest_news { 
  position: relative; 
    border:1px solid #777;  
    background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%);
    height: 50px;
    line-height: 50px;
  } 
  
  .latest_news, .container .headertext { 
  padding: 7px; 
  background-color: #fff; 
  color: #626060; 
  font-weight: bold; 
  } 
  
  .latest_news .headertext { 
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border-right: 1px solid #777;
    background: #C8102E;
    color: #fff;
    text-shadow: 1px 1px #111;
    height: 50px;
    line-height: 32px;
    padding: 0.5rem;
  } 
  
  .latest_news marquee { 
  line-height: 1.5; 
  } 
  
  .latest_news marquee p { 
  margin: 0; 
  
  } 
.snitm_top ul li img{
    width: 110px;
    padding:6px;
    margin: 6px;
}
.snitm_top_sect{
    background: #09539c;
   
}
.usefull_link a {
    color: #fff;
    text-decoration: none;
}
.headertop h2{
    color: #081b2d;
    text-align: center;
    margin-top: -10px;
    font-size: 45px;
    font-weight: 700;
    text-shadow: #ccc 2px 5px 5px;
}

.headertop h4{
   color: #081b2d;
  text-align: center;
  font-size:32px;
  font-weight: 700;
}

.d-block{height: 450px;}
.nav_bg .navbar{
    border-radius: 10px 10px 0px 0px;
}
.nav-item a{ font-size: 16px; font-weight: 500;}
.nav-item .applybtn{
    background:#c8102e; color: #fff; border-radius: 10px;
}

.about_sec{
    background: #fff;
    margin-bottom:50px;
}


.program_offer h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 250px;
  height: 3px;
  margin-top: 5px;
  background: #ffc107;
  left: 40.5%;
}

.about_sec h3::after{
    content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 2px;
  margin-top: 5px;
  background: #cf333a;
}

.about_sec img{
    border: 1px solid #b1aeae;
}
.font-20 {
    font-size: 1.25rem;
}

.about_sec p{text-align: justify;}
.read_more{
  background:#09539c; color:#fff; border-radius:5px; padding:2px; text-decoration:none;
}
.read_more:hover{
  background:#ffc400; color:#000; border-radius:5px; padding:2px; text-decoration:none;
}


/*Student Testimonia*/
.student_testimonia h3::after{
  content: "";
position: absolute;
display: block;
width: 150px;
height: 3px;
margin-top: 5px;
background: #ffc400;
}
.testimonial-card {
  text-align: center;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.testimonial-card img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
} 

.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  background:#09539c;
}
.carousel-control-next-icon{
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  background:#09539c;
}

/*Side social media icon */

.side-icons {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 0 10px 10px 0;
  z-index: 1000;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}

.side-icons a, .side-icons button {
  color: #333;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.side-icons a:hover, .side-icons button:hover {
  color: #0d6efd;
  transform: scale(1.1);
}

  

/*Result*/
.page-header--bg-two {
    background-image: url(../images/page-header-bg.jpg);
    padding: 20px;
  }
  .page-header {
    background-color: #2a254d;
    position: relative;
  }

  .page-header__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(var(--eduact-black2-rgb), 0.6);
  }
  .page-header__breadcrumb li a {
    color: #fff;
    text-decoration: none;
  }
  .course {
    color: #ffffff;
  }
  .page-header__title {
    margin: 0;
    font-size: 40px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .web-font {
    font-size: 2rem !important;
    font-weight: 600 !important;
  }
  .page-header__breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 4px;
    font-size: 17px;
  }
  .program_offer{background:#09539c; }
  .course_box{background: #fff; border-radius: 10px; padding-bottom: 1rem;}
  .course_box .btn-primary, .btn-primary {
      background: #c8102e;
      border-color: #c8102e;
      border-radius: 50px;
  }
  .course_box .img-fluid{ border-radius:10px 10px 0px 0px;} 
 
  .vertical-center { 
    margin: 0;
    position: relative;
    top: 50%;
    left:25%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .vertical-center button{background:#09539c;}
  
/*Footer*/
.footer_sec{
    background: #000;
}

.usefull_link li{
    display: block;
    color: #fff;
}
.footer_sec .follow li{
    display: inline;
    
}

.footer_sec .follow li .fa{
    color: #fff;
    font-size:20px;
    padding: 5px;
    margin-right:10px;
    
}

.director_messge{
  background:#2a254d;
}

@media (max-width:767px) {
    .snitm_top ul {
        flex-wrap: wrap;
        padding: 0;
    }
    .snitm_top ul li img {
        width: 76px;
    }
    .snitm_top ul li {
        width: 32%;
    }
    .headertop h2 {
        font-size: 30px;
    }
    .carousel-item .d-block {
    height: 200px;
    }
    .program_offer h3::after {
    width: 95px;
    left: 50%;
    transform: translateX(-50%);
    }
}