/*
@File: Adma Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************


** - Default Style
** - Section Title Style
** - Top Header Area Style
** - Navbar Area Style
** - Hero Area Style
** - About Area Style
** - Graduets Area Style
** - Funfact Area Style
** - Apply Area Style
** - Events Area Style
** - Tuition Area Style
** - Facilities Area Style
** - Testimonial Area Style
** - Partner Area Style
** - Footer Area Style
** - Overview Area Style
** - Programs Area Style
** - Upcoming Area Style
** - Application Area Style
** - Blog Area Style
** - Admission Area Style
** - Adma About Area Style
** - Video Area Style
** - Student Area Style
** - Counter Area Style
** - Choose Area Style
** - Newsletter Area Style
** - Page Banner Area Style
** - Fitness Area Style
** - Support Area Style
** - Contact Area Style
*/
/*================================================
Default Style
=================================================*/
/* @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&amp;family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&amp;display=swap"); */


/*@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");*/
/* @import url("https://fonts.googleapis.com/css2?family=DM+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind&display=swap"); */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

:root {
  --heading-font-family: 'Roboto', sans-serif;
  /* --body-font-family: 'Roboto', sans-serif; */
  --fontSize: 16px;
  --primaryColor: #FA394A;
  --secenderyColor: #FFC333;
  --color-white: #ffffff;
  --blackColor: rgb(0, 30, 67);
  --paragraphColor: #555;
  --transition: .5s;
  --color-heading: #170006;
}

body {
  margin: 0;
  padding: 0;
  color: var(--paragraphColor);
  font-weight: 400;
  font-size: var(--fontSize);
  /*font-family: "Roboto", sans-serif !important;*/
      font-family: 'Manrope', sans-serif !important;
  overflow-x: hidden; 
}


.mba-txt{
margin-top:100px;
}


.caree{
font-size: 20px !important;
    color: #fb7b0a !important;
}


@keyframes glowPulseBounce {
  0% {
    opacity: 0.95;
    transform: scale(1) translateY(0);

  }

  25% {
    opacity: 1;
    transform: scale(1.07) translateY(-1px);

  }

  50% {
    opacity: 0.9;
    transform: scale(0.98) translateY(0);

  }

  75% {
    opacity: 1;
    transform: scale(1.05) translateY(-2px);

  }

  100% {
    opacity: 0.95;
    transform: scale(1) translateY(0);

  }
}

.admission-blink-2025 {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 30px;
  /* background: rgba(41, 40, 40, 0.1); */
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
 animation: glowPulseBounce 2s ease-in-out infinite;
  letter-spacing: 0.5px;
 box-shadow: 0 0 12px rgba(255, 152, 0, 0.6), 0 0 20px rgba(255, 193, 7, 0.4);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  color: var(--color-heading);
  /* font-family: var(--heading-font-family); */
 /* font-family: "Roboto", sans-serif !important;*/
  font-family: 'Manrope', sans-serif !important;
}

a {
  transition: var(--transition);
  color: var(--blackColor);
  outline: 0 !important;
  text-decoration: none !important;
}

a:hover {
  color: #027345;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

ol,
ul {
  padding-left: 0rem !important;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 15px;
  color: var(--paragraphColor);
  font-family: var(--body-font-family);
}

p:last-child {
  margin-bottom: 0;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primaryColor) !important;
}

.ptb-100 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}


.fw-500 {
  font-weight: 500 !important;
}

.pt-pb-100 {
  padding: 100px 0;
}

.pt-pb-130 {
  padding: 130px 0;
}

.mt-30 {
  margin-top: 30px !important;
}

/*************************
       Margin top
*************************/
.mt-0 {
  margin-top: 0
}

.mt-10 {
  margin-top: 10px
}

.mt-12 {
  margin-top: 12px
}

.mt-15 {
  margin-top: 15px
}

.mt-20 {
  margin-top: 20px
}

.mt-35 {
  margin-top: 35px
}

.mt-37 {
  margin-top: 37px
}

.mt-40 {
  margin-top: 40px
}

.mt-50 {
  margin-top: 50px
}

.mt-55 {
  margin-top: 55px
}

.mt-60 {
  margin-top: 60px
}

.mt-70 {
  margin-top: 70px
}

.mt-80 {
  margin-top: 80px
}

.mt-90 {
  margin-top: 90px
}

.mt-100 {
  margin-top: 100px
}

.mt-110 {
  margin-top: 110px
}

.mt-120 {
  margin-top: 120px
}

.mt-130 {
  margin-top: 130px
}

.mt-140 {
  margin-top: 140px
}

.mt-160 {
  margin-top: 160px
}

.mt-179 {
  margin-top: 179px
}

.mt-150 {
  margin-top: 150px
}

/*************************
    Margin right
*************************/
.mr-0 {
  margin-right: 0px
}

.mr-10 {
  margin-right: 10px
}

.mr-12 {
  margin-right: 12px
}

.mr-15 {
  margin-right: 15px
}

.mr-20 {
  margin-right: 20px
}

.mr-30 {
  margin-right: 30px
}

.mr-35 {
  margin-right: 35px
}

.mr-40 {
  margin-right: 40px
}

.mr-50 {
  margin-right: 50px
}

.mr-60 {
  margin-right: 60px
}

.mr-70 {
  margin-right: 70px
}

.mr-80 {
  margin-right: 80px
}

.mr-90 {
  margin-right: 90px
}

.mr-100 {
  margin-right: 100px
}

.mr-110 {
  margin-right: 110px
}

.mr-120 {
  margin-right: 120px
}

.mr-130 {
  margin-right: 130px
}

.mr-140 {
  margin-right: 140px
}

.mr-150 {
  margin-right: 150px
}

/*************************
    Margin bottom
*************************/
.mb-0 {
  margin-bottom: 0
}

.mb-10 {
  margin-bottom: 10px
}

.mb-12 {
  margin-bottom: 12px
}

.mb-15 {
  margin-bottom: 15px
}

.mb-20 {
  margin-bottom: 20px
}

.mb-25 {
  margin-bottom: 25px
}

.mb-30 {
  margin-bottom: 30px
}

.mb-35 {
  margin-bottom: 35px
}

.mb-40 {
  margin-bottom: 40px
}

.mb-45 {
  margin-bottom: 45px
}

.mb-50 {
  margin-bottom: 50px
}

.mb-55 {
  margin-bottom: 55px
}

.mb-60 {
  margin-bottom: 60px
}

.mb-65 {
  margin-bottom: 65px
}

.mb-70 {
  margin-bottom: 70px
}

.mb-80 {
  margin-bottom: 80px
}

.mb-90 {
  margin-bottom: 90px
}

.mb-100 {
  margin-bottom: 100px
}

.mb-110 {
  margin-bottom: 110px
}

.mb-120 {
  margin-bottom: 120px
}

.mb-130 {
  margin-bottom: 130px
}

.mb-140 {
  margin-bottom: 140px
}

.mb-150 {
  margin-bottom: 150px
}

/*************************
      Margin left
*************************/
.ml-0 {
  margin-left: 0
}

.ml-10 {
  margin-left: 10px
}

.ml-12 {
  margin-left: 12px
}

.ml-15 {
  margin-left: 15px
}

.ml-20 {
  margin-left: 20px
}

.ml-30 {
  margin-left: 30px
}

.ml-40 {
  margin-left: 40px
}

.ml-50 {
  margin-left: 50px
}

.ml-60 {
  margin-left: 60px
}

.ml-70 {
  margin-left: 70px
}

.ml-80 {
  margin-left: 80px
}

.ml-90 {
  margin-left: 90px
}

.ml-100 {
  margin-left: 100px
}

.ml-110 {
  margin-left: 110px
}

.ml-120 {
  margin-left: 120px
}

.ml-125 {
  margin-left: 125px
}

.ml-130 {
  margin-left: 130px
}

.ml-140 {
  margin-left: 140px
}

.ml-150 {
  margin-left: 150px
}

.mg-btm {
margin-top:300px;
}
/*************************
      Padding top
*************************/
.pt-0 {
  padding-top: 0
}

.pt-10 {
  padding-top: 10px
}

.pt-15 {
  padding-top: 15px
}

.pt-20 {
  padding-top: 20px
}

.pt-30 {
  padding-top: 30px
}

.pt-37 {
  padding-top: 37px
}

.pt-40 {
  padding-top: 40px
}

.pt-50 {
  padding-top: 50px
}

.pt-55 {
  padding-top: 55px
}

.pt-60 {
  padding-top: 60px
}

.pt-65 {
  padding-top: 65px
}

.pt-70 {
  padding-top: 70px
}

.pt-75 {
  padding-top: 75px
}

.pt-80 {
  padding-top: 80px
}

.pt-85 {
  padding-top: 85px
}

.pt-95 {
  padding-top: 95px
}

.pt-90 {
  padding-top: 90px
}

.pt-97 {
  padding-top: 97px
}

.pt-100 {
  padding-top: 100px
}

.pt-95 {
  padding-top: 95px
}

.pt-105 {
  padding-top: 105px
}

.pt-110 {
  padding-top: 110px
}

.pt-115 {
  padding-top: 115px
}

.pt-120 {
  padding-top: 120px
}

.pt-125 {
  padding-top: 125px
}

.pt-130 {
  padding-top: 130px
}

.pt-135 {
  padding-top: 135px
}

.pt-140 {
  padding-top: 140px
}

.pt-150 {
  padding-top: 150px
}

.pt-155 {
  padding-top: 155px
}

.pt-180 {
  padding-top: 180px
}

.pt-205 {
  padding-top: 205px
}

.pt-365 {
  padding-top: 365px
}

.pt-370 {
  padding-top: 370px
}

.pt-380 {
  padding-top: 380px
}

/*************************
      Padding right
*************************/
.pr-0 {
  padding-right: 0
}

.pr-10 {
  padding-right: 10px
}

.pr-15 {
  padding-right: 15px
}

.pr-20 {
  padding-right: 20px
}

.pr-30 {
  padding-right: 30px
}

.pr-40 {
  padding-right: 40px
}

.pr-50 {
  padding-right: 50px
}

.pr-60 {
  padding-right: 60px
}

.pr-70 {
  padding-right: 70px
}

.pr-80 {
  padding-right: 80px
}

.pr-90 {
  padding-right: 90px
}

.pr-100 {
  padding-right: 100px
}

.pr-110 {
  padding-right: 110px
}

.pr-120 {
  padding-right: 120px
}

.pr-130 {
  padding-right: 130px
}

.pr-140 {
  padding-right: 140px
}

.pr-155 {
  padding-right: 155px
}

.pr-155 {
  padding-right: 155px
}

.pr-180 {
  padding-right: 180px
}

.pr-195 {
  padding-right: 195px
}

/*************************
      Padding bottom
*************************/
.pb-0 {
  padding-bottom: 0
}

.pb-10 {
  padding-bottom: 10px
}

.pb-15 {
  padding-bottom: 15px
}

.pb-20 {
  padding-bottom: 20px
}

.pb-25 {
  padding-bottom: 25px
}

.pb-30 {
  padding-bottom: 30px
}

.pb-35 {
  padding-bottom: 35px
}

.pb-40 {
  padding-bottom: 40px
}

.pb-45 {
  padding-bottom: 45px
}

.pb-50 {
  padding-bottom: 50px
}

.pb-55 {
  padding-bottom: 55px
}

.pb-60 {
  padding-bottom: 60px
}

.pb-65 {
  padding-bottom: 65px
}

.pb-70 {
  padding-bottom: 70px
}

.pb-75 {
  padding-bottom: 75px
}

.pb-80 {
  padding-bottom: 80px
}

.pb-85 {
  padding-bottom: 85px
}

.pb-90 {
  padding-bottom: 90px
}

.pb-95 {
  padding-bottom: 95px
}

.pb-97 {
  padding-bottom: 97px
}

.pb-100 {
  padding-bottom: 100px
}

.pb-105 {
  padding-bottom: 105px
}

.pb-107 {
  padding-bottom: 107px
}

.pb-110 {
  padding-bottom: 110px
}

.pb-115 {
  padding-bottom: 115px
}

.pb-120 {
  padding-bottom: 120px
}

.pb-125 {
  padding-bottom: 125px
}

.pb-130 {
  padding-bottom: 130px
}

.pb-140 {
  padding-bottom: 140px
}

.pb-145 {
  padding-bottom: 145px
}

.pb-150 {
  padding-bottom: 150px
}

.pb-178 {
  padding-bottom: 178px
}

.pb-180 {
  padding-bottom: 180px
}

.pb-280 {
  padding-bottom: 280px
}

.pb-210 {
  padding-bottom: 210px
}

.pb-285 {
  padding-bottom: 285px
}

.pb-290 {
  padding-bottom: 290px
}

/*************************
      Padding left
*************************/
.pl-0 {
  padding-left: 0
}

.pl-10 {
  padding-left: 10px
}

.pl-15 {
  padding-left: 15px
}

.pl-20 {
  padding-left: 20px
}

.pl-30 {
  padding-left: 30px
}

.pl-40 {
  padding-left: 40px
}

.pl-50 {
  padding-left: 50px
}

.pl-60 {
  padding-left: 60px
}

.pl-70 {
  padding-left: 70px
}

.pl-80 {
  padding-left: 80px
}

.pl-90 {
  padding-left: 90px
}

.pl-100 {
  padding-left: 100px
}

.pl-110 {
  padding-left: 110px
}

.pl-120 {
  padding-left: 120px
}

.pl-125 {
  padding-left: 125px
}

.pl-130 {
  padding-left: 130px
}

.pl-140 {
  padding-left: 140px
}

.pl-150 {
  padding-left: 150px
}

.pl-155 {
  padding-left: 155px
}

.pl-190 {
  padding-left: 190px
}

.pl-195 {
  padding-left: 195px
}
.pl-300 {
padding-left:300px;
}

.width-50 {
    width:50%;
}
/*=========================================
Default Btn
===========================================*/


.btn {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
 padding: 12px 20px;
  text-align: center;
  text-transform: unset;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  overflow: hidden;
}

.thm-btn {
  font-size: 16px;
  right: 2vh;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #fb7b0a;
  border-style: none;
  padding: 0 10px;
  align-self: center;
  position: fixed;
  line-height: 1.2;
  transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
  display: inline-flex;
  align-items: center;
  letter-spacing: -0.01px;
  border-radius: 80px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 11111;
}

/*=========================================
Section Title Style
===========================================*/
/* .section-title {
    max-width: 610px;
    margin-bottom: 35px !important;
  }
   */
  .wp-block-group {
    margin-bottom: 40px;
    background:#FFFAF1;
    padding: 10px 19px;
    border-radius: 6px;
}
.wp-block-heading {
    color: #FF9800;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 600;
    background: #f7f8fc;
    padding: 10px 20px;
    margin-top: 0;
    margin-bottom: 20px;
    text-decoration: none;
    border-bottom: 1px solid #6fb7631a;
    border-top: 1px solid #6fb7631a;
}
.widget-area ul {
    padding-left: 10px;
    list-style: circle;
}
  .wp-block-latest-posts.wp-block-latest-posts__list li a {
    color: #000;
}
.blog-inner-page {
    box-shadow: 1px 1px 10px #dedede;
    padding: 20px;
    margin-bottom: 20px;
}

#sidebar {
padding:3rem 0;
}
.entry-title {
font-size:1.8em;
padding-bottom:10px;
}
.entry-content .post-thumbnail img {
margin-bottom:22px;
}
.post-navigation .next-post .title {
display:none !important;
}

.top-bar {
  background-color: #fb7b0a;
  font-size: 12px;
  padding: 4px 0;
  color: #fff;
}

.top-bar a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.section-title h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  color: #000;
}

.section-title h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  color: #000;
}

.section-title span {
  margin-top: 5px;
    font-size:15px; color:#202020; 
    word-spacing:1px; 
    font-weight:normal; 
    letter-spacing:2px;
    text-transform: uppercase; 
    font-weight:500;
    display: flex;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

 .section-title span:after, .section-title span:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #fb7b0a;
    border-top: 1px solid #fb7b0a;
    height: 5px;
	flex:0 0 12%;
  background-color:#f8f8f8;
}

.header-cta ul li:first-child {
  margin-left: 0;
}

.header-cta ul {
  margin-bottom: 0;
  padding-left: 0;
}

.header-cta .call-box {
  display: flex;
  text-align: left;
}

.call-box .icon {
  display: inline-block;
}

.header-cta ul li {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
}

.header-cta ul li i {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.text-right {
  text-align: right;
}

.header-social a {
  color: #fff;
  margin-left: 15px;
  font-size: 16px;
}

.navbar-brand span {
  font-size: 30px;
  font-weight: bold;
  color: #555;
  display: block;
  line-height: 1;
}
.navbar-box {
    --bs-navbar-padding-y: 0;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.navbar-brand small {
  font-size: 12px;
  color: #888;
  letter-spacing: 1px;
}

.navbar-brand img {
  width: 72%;
}

.navbar-nav .nav-link {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 17px;
  color: #333 !important;
  padding: 8px 16px;
}

.navbar-nav .nav-link:hover {
  color: #027345 !important;
  border-radius: 20px;
}

.navbar-nav .dropdown-menu {
  position: static;
  border: none;
  line-height: 35px;
  padding: 15px 0 0;
  z-index: 1111111111;
  box-shadow: rgba(25, 25, 25, 0.1) 0px 10px 15px;
}

.dropdown-item {
  border-bottom: 1px solid #dddddd !important;
}


.search-toggle {
  font-size: 18px;
  color: #333;
  margin-right: 15px;
  cursor: pointer;
}


.login li a {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
}

/* Banner slider */
.banner-slider .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 10px;
  border: none;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}

.owl-nav .owl-prev {
  left: 10px;
}

.owl-nav .owl-next {
  right: 10px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100vh;
}

.carousel-item {
  height: 90vh;
  background-size: cover;
  background-position: center;
  color: #fcfcfc;
  display: flex;
  align-items: center;
}

.hero-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #fb7b0a;
  line-height: 60px;
}

.hero-content h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #fb7b0a;
  line-height: 60px;
}
.hero-content h4 {
font-size:16px;
}

.hero-content p {
color: #3a3a3a;
    font-size: 18px;
    line-height: 28px;
	max-width:600px;
}

.carousel-item .btn-clr {
  border: #fb7b0a 2px solid;
  color: #070707;
  padding: 10px 30px;
  border-radius: 20px;
}
.carousel-item .btn-clr:hover { 
background-color:#070707;
color:#fff;
border:none;
}

/* Impact Numbers */
.hero-btns {
  background: #4D2700;
  /* padding: 28px 0; */
}

.content-c h3 {
  font-size: 46px;
  color: #fb7b0a;
}

.content-c p {
  color: #eeeaea;
}

/* About IBMR */
.s-about-content h2 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.s-about-content span {
  margin-top: 5px;
    font-size:15px; color:#202020; 
    word-spacing:1px; 
    font-weight:normal; 
    letter-spacing:2px;
    text-transform: uppercase; 
    font-weight:500;
    display: flex;
    justify-content: center;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;

}
 .s-about-content span:after, .s-about-content span:before {
    content: " ";
    display: block;
	flex: 0 0 12%;
    border-bottom: 1px solid #fb7b0a;
    border-top: 1px solid #fb7b0a;
    height: 5px;
  background-color:#f8f8f8;
}

.s-about-content h3 {
  font-size: 30px;
  font-weight: 500;
}

.s-about-content h5 {
  font-size: 20px;
  color: #fb7b0a;
}

.s-about-content p {
  color: #3a3a3a;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}

/* .s-about-img:before {
  top: 86px;
  right: 239px;
  content: "";
  z-index: -1;
  width: 541px;
  height: 73%;
  position: absolute;
  transition: var(--transition);
  border: 14px solid #fb7b0a;
} */


/* why choose */
.why-choose {
  background-color: #ebebeb8c;
  padding: 60px 0;
}

.content-why h3 {
  color: #000;
  font-size: 22px;
}

/* Programs */
.our-program {
  padding: 40px 0 60px;
  background-color: rgb(241 241 233 / 50%);
}

.text-orange {
  color: #fb7b0a !important;
}

/* Rankings */
.rank-section {
  padding: 60px 0;
}

.rank-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.rank-icon {
  background-color: #f57c00;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex !important
;
  align-items: center !important
;
  justify-content: center !important
;
  flex-shrink: 0;
}

.rank-text {
  padding-left: 15px;
}

.rank-text h4 {
  font-weight: 700;
  margin-bottom: 4px;
}

.rank-text p {
  margin: 0;
  font-size: 18px;
  color: #444;
}

.rank-img img {
  width: 100%;
  height: auto;
}

/* Global Affiliations */
/* .fanfact {
      background-color:rgb(245 245 245);
    } */

.xb-fanfact_item .xb-item--number {
  font-weight: 700;
  font-size: 55px;
  line-height: 60px;
  display: block;
  color: rgb(255, 254, 254);
  margin-bottom: 15px;
}

.xb-fanfact_item .xb-item--contant {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.02px;
  color: #fff;
}

.xb-fanfact_wrap .fanfact-img img {
  width: 100%;
  border-radius: 15px;
}

.xb-item--img img {
  width: 100%;
  border-radius: 6px;
}

.fanfact-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.fanfact-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* semi-transparent dark background */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 15px;
}

.fanfact-title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
}

.fanfact-img:hover .fanfact-overlay {
  opacity: 1;
}

/* Alumini*/
.team-item {
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.team-social {
  position: absolute;
  right: 32px;
  bottom: -23px;
}

.team-item .xb-item--info {
  border-bottom: 1px dashed #D9D9D9;
  padding-bottom: 6px;
  margin-bottom: 7px;
  text-align: center;
}

.team-item .xb-item--name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
}

.team-item .xb-item--desig {
  font-size: 16px;
}

.recruiter-ico {
  width: 45%;
  text-align: center;
}

/* Contact Home*/
/* contact */
.contact-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 14px;
  border-radius: 5px;
  max-width: 480px;
  margin-bottom: 14px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}

.contact-box .services-icon {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background-color: #fb7b0a;
  border-radius: 50%;
}

.contact-box .services-icon i {
  position: relative;
  top: 8px;
  color: #fff;
}

.contact-box .services-content2 h5 {
  font-size: 20px;
  margin-bottom: 15px !important;
  color: #06070B;
}

.rts-application-form-content {
  padding: 60px 40px 60px 40px;
  background: #f1dfcda1;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.about-area .rts-application-form .rts-theme-btn {
  background: #fb7b0a;
  font-size: 15px;
  color: #fff;
  padding: 11px 53px;
  position: relative;
  border-radius: 20px;
  margin: 10px;
  border: none;
}

.form-control {
  padding: 0.675rem .75rem !important;
  margin-bottom: 5px;
}

.services-content2 h6 {
  font-size: 22px;
  color: #fb7b0a;
}

.services-content2 p a {
  color: #000;
}

/* Breadcrum*/
.breadcrumb-area {
  background-size: cover;
  position: relative;
  min-height: 250px;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.breadcrumb-title h1 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 25px;
  line-height: 0.2em;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 700;
}

.breadcrumb-title h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 25px;
  line-height: 0.2em;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 700;
}

.breadcrumb-title h4 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 25px;
  line-height: 1.2em;
  color: #fb7b0a;
  letter-spacing: 1px;
  font-weight: 700;
}

.breadcrumb li {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}

.breadcrumb li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 15px;
  padding-left: 10px;
  color: #ddd !important;
  content: "|" !important;
}

.breadcrumb>.active {
  color: #fff !important;
}

/* MBA Program Cariculam */
section.ranking_section {
  position: relative;
  padding: 0;
}

section.ranking_section .heading_img span {
  font-size: 110px;
  font-weight: 700;
  color: #000;
  opacity: 0.3;
  margin-left: 20px;
  position: relative;
  z-index: 0;
}

section.ranking_section .rank_cont {
  padding: 15px 30px 30px;
  background: linear-gradient(0deg, #974908, #fd7b0d);
  border-bottom-left-radius: 180px;
  border-bottom-right-radius: 180px;
  position: relative;
  z-index: 1;
}

section.ranking_section .rank_cont h2 {
  margin-top: 50px;
  text-align: center;
  font-size: 40px;
  color: #ffffffb8;
}

section.ranking_section span.fnt-sz {
  display: block;
  color: #fff;
  margin: 5px 0;
}

section.ranking_section .rank_cont img {
  margin-top: 25px;
  border-radius: 180px;
  width: 100%;
}

.text-align-justify {
  text-align: justify;
}

textarea.form-control {
    height: 100px !important;
}
span.wpcf7-list-item-label {
    font-size: 13px !important;
}
.box-shadow {
  box-shadow: 0 2px 10px rgb(0 0 0 / 37%);
  ;
  border-radius: 8px;
  background: #fff;
  padding: 25px;
}

.objectives-title {
  color: #fb7b0a;
  font-weight: 700;
}

.objective-list i {
  color: #fb7b0a;
  margin-right: 10px;
}

.details-icon {
  color: rgb(255, 193, 7);
  font-size: 20px;
  margin-right: 10px;
}

.section-title {
  font-weight: 700;
  font-size: 18px;
}

.box-shadow ul li {
  font-size: 18px;
}

.box-shadow ul li i {
color:#ff9800;
    padding-right: 6px;
    padding-top: 5px;
}
.bg-gry {
  position: relative;
  background-color: #ebebeb8c;
  margin-top: -180px;
  padding: 250px 0 60px;
  z-index: -1;
}

.bg-gry::before {
  position: absolute;
  content: "";
  background: url('../images/banner/world-map-inf-bg.webp');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  margin-top: -190px;
}

.details-list {
  padding-left: 0;
}

.details-list li {
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}

.details-icon {
  color: #f9aa00;
  font-size: 18px;
  margin-right: 12px;
  margin-top: 4px;
  width: 24px;
  text-align: center;
}

.details-content strong {
  color: #000;
}

.partner-map ul {
  margin-bottom: 0;
  padding-left: 20px;
  list-style: circle;
}

.partner-map ul li {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  width: 46%;
  display: inline-block;
}

.prgmscls li {
  text-align: justify;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: .3px;
  word-spacing: 1px;
  list-style-type: circle;
}

section.management_excel_section .manage_cont {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

section.management_excel_section .manage_cont img {
  width: 45px;
  margin-right: 15px;
}

section.management_excel_section .manage_cont h3 {
  font-size: 20px;
  font-weight: 600;
}

section.management_excel_section .container-fluid {
  background: #f9f9f9;
  padding: 30px 30px 60px;
  border: 2px solid #ccc;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 0;
}

section.management_excel_section .maange_btn {
  text-align: center;
  margin-top: 0;
}

.maange_btn .btn_style_one {
  font-size: 16px;
  background: #FD7B0D;
  color: #fff;
  font-weight: 500;
  padding: 8px 60px;
  border-radius: 6px;
  transition: all ease .3s;
}

.maange_btn .btn_style_one:hover {
  background-color: #170006;
  color: #fff;
}

.border-orange {
  border-color: #FD7B0D !important;
  border-radius: 20px !important;
}

/* Chairman Message */
.rts-faculty-details {
  background-color: #ebebeb8c;
}

.faculty-member__image {
  margin-bottom: 30px;
}

.faculty-member__image img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.rts-section-title {
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.2;
  margin-top: -15px;
  font-size: 30px;
}

.member-info__details .short-info .designation {
  margin-bottom: 25px;
  display: block;
  font-size: 20px;
}

.transparent-logo {
  position: absolute;
  width: 540px;
  height: auto;
  z-index: -1;
  bottom: -13%;
  opacity: 0.2;
}

.meetppl p {
  margin-bottom: -5px;
}

.meetppl span {
  font-size: 18px;
  color: #000;
}



/*--------------core-faculty-----------*/

.faculty-resources-section {
  background: url('../images/banner/ibmr-slider2.webp') no-repeat center center/cover;
  position: relative;
  height: 300px;
  z-index: 0;
}
.faculty-detailed-section h1 {
font-size:1.5rem;
}
.faculty-resources-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* dark overlay */
  z-index: -1;
}

.faculty-resources-section .highlight {
  color: #ff6600;
  /* orange highlight for IBMR text */
  font-weight: 500;
}

.core-txt {
  color: #ff6600;
}

.faculty-info-section {
  background-color: #fff;
  font-size: 15px;
  line-height: 1.7;
}

.table th,
.table td {
  vertical-align: middle;
}

.sticky-top {
  top: 0;
  z-index: 1020;
  background-color: #fff !important;
}

.bg-clr-ct {
background-color:#E9E3DD;
}

.admissions-hero {
  min-height: 80vh;
  position: relative;
  padding-top: 10%;
  background-size: cover;
}

.admissions-overlay-box {
  /* background: rgba(0, 0, 0, 0.7);
  width: 80%;
  border-radius: 20px; */
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.admissions-year-highlight {
  color: #ffa500;
  font-weight: 600;
}

.admissions-btn {
  font-size: 1rem;
}

.admissions-arrow-btn {
  width: 45px;
  height: 45px;
  font-size: 1.25rem;
}


.admissions-feature-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  border: 1px solid #525151;
}

.admissions-feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(255, 165, 0, 0.2);
}


.why-ibmr ul li {
  font-size: 0.95rem;
  background-color: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}




.admission-heading {
  font-size: 36px;
}

.admission-para {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
  color: #333;
}

.why-item {
  background: #f9f9f9;
  border-left: 4px solid #ffa500;
  padding: 12px 16px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 17px;
  color: #444;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.why-item i {
  color: #ffa500;
  font-size: 18px;
}

.why-img-stack {
  width: 100%;
  max-width: 330px;
}

.why-img-stack img {
  border-radius: 12px;
  transition: all 0.3s ease;
}

.why-img-stack .img2 {
  top: 40px;
  left: 20px;
  width: 85%;
}

.why-img-stack .img3 {
  top: 80px;
  left: 40px;
  width: 75%;
}

@media (max-width: 768px) {
  .why-img-stack {
    display: none;
  }

  .admission-heading {
    font-size: 32px;
  }

  .admission-para {
    font-size: 16px;
  }
}














/* Footer */
.recent-blog-footer li {
  display: flex;
  margin-bottom: 25px !important;
}

.recent-blog-footer li .thum {
  float: left;
  width: 155px;
  margin-right: 15px;
}

.recent-blog-footer li .thum img {
  border-radius: 10px;
}

.recent-blog-footer a {
  width: 100%;
  display: inline-block;
  color: #fffc !important;
}

.recent-blog-footer a:hover {
  color: #fff !important;
}

.recent-blog-footer span {
  color: #fb7b0a;
}


.footer-top-heiding {
  margin-bottom: 50px;
}

.footer-top-heiding .container {
  padding-bottom: 50px;
  border-bottom: 1px solid #ffffff2e;
}

.f-contact {
  display: flex;
}

.f-contact p {
  color: #c5cfce;
}

.f-contact i {
  height: 40px;
  line-height: 40px;
  color: #fb7b0a;
  text-align: center;
  border-radius: 50%;
}


.f-contact a {
  color: #fff !important;
}

.f-contact a:hover {
  color: #fffc !important;
}

.footer-top-heiding .col-lg-4 {
  border-right: 2px solid #20282E;
}

.footer-top-heiding .col-lg-4:last-child {
  border-right: none;
}

.f-contact span {
  color: #fff;
}

.f-contact h3 {
  color: #fff;
  font-size: 24px;
}

.footer-top-heiding h2 {
  color: #fff;
}

.footer-bg {
  overflow-x: hidden;
  color: #777;
  background-position: center center !important;
  background-size: cover;
  background-repeat: no-repeat;
  background: url('../images/banner/footerbg.webp');
}

.f-cta-area.gray-bg {
  background: #f4f4fe;
  border-top: 3px solid #fb7b0a;
}

.footer-text p {
  color: #ddd;
  margin-bottom: 0;
}

.footer-social span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  margin-right: 20px;
}

.footer-social a {
  font-size: 16px;
  display: inline-block;
  margin-right: 15px;
  background-color: #ffffff47;
  text-align: center;
  color: #06070b !important;
}

.footer-social a:hover {
  color: #FF7E3D !important;
}

.f-widget-title h2,
.footer-widget .widgettitle {
  font-size: 22px;
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 16px;
  color: #fff;
}

.f-widget-title h2::before,
.footer-widget .widgettitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 22px;
  height: 1px;
  width: 70px;
  background: #080808;
  display: none;
}

.f-widget-title img {
  width: 167px;
}

.footer-link ul li {
  list-style: none;
}

.footer-link ul li i {
  color: #fb7b0a;
  margin-right: 5px;
}

.footer-link ul li a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

/* .footer-link ul li a::before {
content: "";
margin-right: 8px;
color: #fb7b0a;
font-family: "Font Awesome 6 Pro";
} */
.footer-link ul li a:hover {
  color: #fff;
}

.footer-link ul li {
  margin-bottom: 10px;
}

.footer-link ul li:last-child {
  margin-bottom: 0;
}

.footer-two .footer-link ul li a,
.footer-two .copyright-wrap li a,
.footer-two .copyright-wrap {
  color: #37383A;
}

.footer-two .footer-link ul li a::before {
  display: none;
}

.footer-two .f-contact i {
  color: #06070B;
}

.footer-two .f-contact a,
.footer-two .f-contact span {
  color: #37383A !important;
}

.footer-two .footer-widget p {
  color: #37383A;
}

.footer-two .f-widget-title h2,
.footer-two .footer-widget .widgettitle {
  color: #06070B;
}

.footer-two .copyright-wrap {
  border-top: 2px solid #06070B17;
  opacity: 0.7;
}

.footer-two .copyright-wrap .container {
  padding: 30px 0;
}

.footer-three .footer-social a {
  background: none;
}

.footer-three .f-contact i {
  color: #FF7E3D;
}

.footer-three .copyright-wrap {
  border: none;
}

.footer-three .copyright-wrap .container {
  border-top: 2px solid #06070B17;
  color: #37383A;
}

.f-insta ul li {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 9px;
  width: 31.2% !important;
}

.f-insta ul li img {
  width: 100%;
}

.f-insta ul li:nth-child(3),
.f-insta ul li:nth-child(6) {
  margin-right: 0 !important;
}

.f-insta ul li a {
  display: block;
  position: relative;
}

.f-insta ul li a::before {
  content: "\e035";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
  transition: .3s;
  opacity: 0;
  z-index: 9;
}

.f-insta ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0;
  transition: .3s;
}

.f-insta ul li:hover a::before {
  top: 50%;
  opacity: 1;
}

.f-insta ul li:hover a::after {
  opacity: .6;
}

.copyright-wrap {
  color: #fff;
  font-size: 15px;
}

.copyright-wrap .container {
  padding: 20px 0 20px;
  border-top: 1px solid #fff3;
}

.copyright-wrap li {
  display: inline;
  padding-left: 15px;
  margin-left: 40px;
  position: relative;
}

.copyright-wrap li::before {
  background-color: #141b22;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  left: -4px;
  top: 5px;
  border-radius: 50px;
  display: none;
}

.copy-text img {
  width: 50%;
}

.copyright-wrap li a {
  color: #e2e2e2;
}

.footer_social h3 {
  margin-bottom: 17px;
}

.single_footer h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 12px;
  margin-bottom: 25px;
  color: #fff;
}

.single_footer ul li a,
.single_footer ul li {
  color: #c4c2c2;
}

.single_footer ul li {
  margin-bottom: 21px;
  line-height: 24px;
}

.footer_social ul li {
  display: inline-block;
  margin-bottom: 0 !important;
}

.footer_social ul li a {
  display: block;
  height: 40px;
  width: 40px;
  border: 2px solid #fb7b0a;
  border-radius: 100%;
  text-align: center;
  line-height: 36px;
  color: #fb7b0a;
  margin-right: 5px;
}

.single_footer ul li a,
.single_footer ul li a {
  text-decoration: none;
  font-size: 16px;
}

.footer-con {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}


/* Testimonial */
.testimonial-sec {
  padding: 40px 0 80px;
  background-color: rgb(241 241 233 / 50%);
  ;
}

.swiper {
  padding:0px 20px;
}

.swiper-slide {
  background: #fff;
  border-radius: 12px;
  padding: 30px 50px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.testimonial-quote {
  font-size: 95px;
    top: -27px;
    left: 4px;
    display: block;
    position: absolute;
    opacity: 0.2;
}

.testimonial-text {
  color: #3a3a3a;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.testimonial-name {
  font-weight: bold;
  margin-top: 20px;
}

.testimonial-role {
  font-size: 14px;
  color: #888;
}

.testimonial-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 10px;
  object-fit: cover;
}

.custom-swiper-btn {
  width: 30px !important;
  height: 30px !important;
  background-color: #fb7b0a;
  /* Button background color */
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
}

.swiper-button-prev {
  left: 25px;
}

.swiper-button-next {
  right: 25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.btn-orange {
  background-color: #ffa500 !important;
}

.bg-grey {
  background-color: #ebebeb8c;
}


/* Admission */
.feat-dealtinfo {
  padding: 50px 0 60px;
  position: relative;
  overflow: hidden;
  background: #0e0600;
}

.feat-dealtinfo:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: url(../images/banner/ibmr-slider-std.webp) center center no-repeat;
  background-size: cover;
  opacity: .1;
}

.touchpts-bx {
  text-align: center;
  box-shadow: 1px 1px 10px rgba(255, 166, 12, .49019607843137253);
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
}

.touchpts-bx img {
  height: 70px;
  width: auto;
  transition: all .4s ease-in-out;
}

.touchpts-bx h4 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .2px;
  margin-bottom: 0;
  color: #e0d9d9;
}

.text-yellow {
  color: #fea60b;
}

.counter-infowrp {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  background: #0e0600;
}

.counter-infowrp:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: url(../images/banner/ibmr-slider1.webp) center center no-repeat fixed;
  background-size: cover;
  background-attachment: fixed;
  opacity: .1;
}

.w-80 {
  width: 80%;
}

.counter-infowrp .touchpts-bx h2 {
  font-size: 48px;
  color: #d6d6d6;
  font-weight: 800;
}

section.campus {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  background: #a76021;
}

section.campus h3 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.faqboxs {
  background-color: #fcfcfc;
  padding: 20px;
  border-bottom: 1px dashed #dedede;
  margin-top: 10px;
}

.faqboxs strong {
  font-size: 15px;
  color: #ba1010;
}

section.recruiter {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* ICAT */
.attentionwp-info .info-icatcontent {
  padding: 45px 0;
}

.attentionwp-info .info-icatcontent h2 {
  font-size: 36px;
  font-weight: 600;
  margin-top: 0;
  position: relative;
  margin-bottom: 20px;
}

.attentionwp-info .info-icatcontent p {
  font-weight: 600;
  font-size: 21px;
}

.attentionwp-info .info-icatcontent .admiss-info h3 {
  font-weight: 500;
  font-size: 26px;
  margin-top: 20px;
}

.attentionwp-info .date-info {
  background: #f9f9ff;
  padding: 20px;
  text-align: center;
  border: 10px solid #ffa500b5;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  width:420px;
}
.left-60 {
padding-left: 60px;
}
.attentionwp-info .date-info:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/calender-infoico.webp) center center no-repeat;
  background-size: cover;
  opacity: 0.05;
}

.attentionwp-info .date-info p.storeyinf {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

.attentionwp-info .date-info p.storeyinf span {
  display: block;
  font-size: 40px;
  text-decoration: underline;
}

.attentionwp-info .worth-sec {
  text-align: center;
  border: 4px double #fd7b0d30;
  padding: 10px;
  border-radius: 6px;
  background: #f6f6fc;
}

.attentionwp-info .worth-sec p.value-inf {
  line-height: 1.2;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.admiss-text {
  color: white !important;
}

.addmission-heading {
  color: white !important;

}

.touchpts-bxs {
  text-align: center;
  box-shadow: 1px 1px 10px rgba(255, 166, 12, .49019607843137253);
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
}

.touchpts-bxs img {
  height: 45px;
  width: auto;
  transition: all .4s ease-in-out;
}



.touchpts-bxs h4 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .2px;
  margin-bottom: 0;
  color: #111111;
}


.doubts {
  font-size: 18px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
  border-top: 4px double #fd7b0d;
  border-bottom: 4px double #fd7b0d;
  padding: 10px;
  font-weight: 600;
  background: #fd7b0d12;
}

.content-c {
  min-width: 130px;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}


/* EAO Report */
.single-procedure {
    padding:12px 0 0;
    position: relative;
    background: #eb8832;
    overflow: hidden;
}
.single-procedure>* {
    position: relative;
    z-index: 1;
}
.single-procedure a {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    transition: var(--transition);
}

#sticky-countdown {
position: fixed;
    bottom: 8px;
    left: 10px;
    background:#56320dc2;
    color: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    width: 280px;
    font-family: 'Segoe UI', sans-serif;
}

#sticky-countdown h3 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  color:#fff;
}

#sticky-countdown .countdown {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

#sticky-countdown .countdown div {
  background: rgba(255, 255, 255, 0.25);
  padding: 8px 10px;
  border-radius: 10px;
  min-width: 50px;
}

#sticky-countdown .countdown span {
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
}

#sticky-countdown .countdown small {
  font-size: 0.7rem;
  color: #fff;
}

/* Close Button */
#close-countdown {
  position: absolute;
  top: 8px;
  right: 10px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  transition: background 0.3s;
}
/* Admission form */
.form-box {
      max-width: 720px;
      margin: 50px auto;
      padding: 30px;
      background: #fff;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
    }

    .tab-btns {
      display: flex;
      border-bottom: 1px solid #ddd;
      margin-bottom: 20px;
    }

    .tab-btns button {
      flex: 1;
      padding: 12px;
      border: none;
      background: transparent;
      font-weight: bold;
      font-size: 16px;
      cursor: pointer;
    }

    .tab-btns .active {
      border-bottom: 3px solid #f58634;
      background-color: #f8f8f8;
    }

    .btn-orange {
      background-color: #f58634;
      color: white;
      padding: 10px 25px;
      border: none;
      border-radius: 4px;
    }

    .form-select, .form-control {
      font-size: 15px;
    }

    .form-check-label {
      font-size: 14px;
    }

    @media (max-width: 767px) {
      .form-box {
        padding: 20px;
      }
    }

    .flag-select {
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .flag-select img {
      width: 24px;
    }

    .required-text {
      font-size: 12px;
      color: red;
    }
.page-id-19 .top-bar {
  display:none;
}

.page-id-19 nav.navbar,
.page-id-19 header .navbar,
.page-id-19 .navbar {
  display: none !important;
}

.w-12 {
width:14%;
}
/* partners*/
.client-logo-grid {
      text-align: center;
      padding: 40px 0;
    }

    .logo-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 1rem;
    }

    .logo-row img {
      max-height:100%;
      margin: 15px;
      /* filter: grayscale(100%); */
      transition: filter 0.3s;
      background: #dbdbdb;
    padding: 38px;
    }

    .logo-row img:hover {
      filter: grayscale(100%);
    }

    @media (max-width: 768px) {
      .logo-row img {
        margin: 10px;
      }
    }
    blockquote {
    background-color: rgb(255 255 255 / .8);
    color: #444;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    position: relative;
    border-left: 5px solid #ba5c10;
    padding: 43px 30px 48px 72px;
    margin: 0;
}
blockquote::before {
    content: "“";
    position: absolute;
    left: 29px;
    color: #ba5c10;
    top: 32px;
    font-family: Montserrat, arial;
    font-size: 66px;
}

.innovative_section .inno_dv img {
  width: 160px;
  height: auto;
}
.whybminbox {
    background-color: #fff;
    padding: 40px;
   border-radius: 20px;
}


/* facility */


    .title-btn {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
    }

    .btn-orange {
      background-color: #ff4d2c;
      color: white;
      border-radius: 50px;
      padding: 12px 30px;
      border: none;
      font-weight: 600;
      margin-top: 25px;
      max-width: 200px;
    }

    .card-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      position: relative;
    }

    .info-card {
      background: #f5f5f5;
      border-radius: 12px;
      padding: 25px;
      min-height: 180px;
      border-radius: 30px 0px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    }
      .info-card h3 {
        font-size: 20px;
        font-weight: 600;
        color: #fb7b0a;
      }
    .position-1 {
      margin-top: 50%;
    }
    .position-2 {
      margin-top: -30px;
    }
    .info-card:hover {
      background-color: #fb7b0a;
    }
    .info-card:hover h3 {
      color: #fff;
    }
     .info-card:hover p {
      color: #fff;
    }
	
	.innovative_section .inno_dv h3 {
	font-size:22px;
	}
	.inno_img {
    width: 100%;
    height: auto;
    position: relative;
    top: 91px;
}
.whybminbox h3 {
font-size:22px;
}

/* Alumini */
.testimonial-card {
    background: rgb(255 255 255 / .85);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 12px 32px rgb(0 0 0 / .1);
    position: relative;
    transition: all 0.3s ease-in-out
}

.testimonial-card:hover {
    transform: scale(1.02)
}

.testimonial-card img {
    width: 200px;
    height: auto;
    border-radius: 20px;
    object-fit: cover
}

.testimonial-card .quote-icon {
    font-size: 6.5rem;
    color: #f39c12;
    position: absolute;
    top: 10px;
    right: 20px;
    opacity: .2
}

.testimonial-text {
    font-size: 1rem;
    margin-top: 1rem;
    color: #333
}

.alumni-name {
    margin-top: 1rem;
    font-weight: 700;
    color: #2c3e50
}
.global-partner-items .global-logo img {
    background-color: #f3f3f3d4;
    margin-bottom: 20px;
    padding: 2px;
    border-radius: 15px;
    transition: transform 0.5s ease;
}
.bg-brown {
background-color:#572e00; 
}
.payment-section {
    padding: 60px 20px;
}
.payment-card {
    background: #fff;
    border: 1px solid #ddd;
    border-left: 5px solid #eb8832;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 100%;
}
.payment-icon {
    font-size: 2rem;
    color: #eb8832;
    margin-right: 10px;
}
.payment-title {
    font-weight: 600;
    font-size: 1.25rem;
    color: #eb8832;
}
.payment-desc {
    color: #555;
    margin-top: 10px;
    font-size: .95rem;
}
.payment-note {
    font-size: .9rem;
    color: #28a745;
}

 .circle-container {
      position: relative;
      width: 100%;
      height: auto;
      margin: auto;
    }

    .circle-container .item {
      position: absolute;
      width: 70px;
      height: 70px;
      background-color: #fff;
      border-radius: 50%;
      text-align: center;
      line-height: 70px;
      font-size: 28px;
      color: #fff;
    }

    .circle-container .center {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 150px;
      height: 150px;
      margin: -75px 0 0 -75px;
      background: #f9f9f9;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 20px;
      border: 2px solid #eee;
    }

   
    .desc-box {
      font-size: 14px;
	  margin-bottom: 26px;
    }

    @media (max-width: 768px) {
      .circle-container {
        width: 100%;
        height: auto;
      }

      .item {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
      }

      .circle-container .center {
        width: 120px;
        height: 120px;
        margin: -60px 0 0 -60px;
        font-size: 16px;
      }
    }
	
	.case-study {
      background: url('https://i.ibb.co/6HPBny2/bg-college.jpg') center top/cover no-repeat;
      color: #fff;
      padding: 60px 0;
      position: relative;
    }

    .case-study::after {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 1;
    }

    .case-study .content {
      position: relative;
      z-index: 2;
    }
	.life-ibmr p {
	color:#fff;
	}

    .left-panel {
      background-color: #894907de;
      color: white;
      border-radius: 0 0 8px 8px;
	  padding-right: 22px;
    }

    .left-panel h6 {
      font-weight: bold;
      font-size: 16px;
    }

    .quote-section {
      font-size: 24px;
      color: #fb7b0a;
      font-weight: bold;
    }

    .quote-mark {
      font-size: 60px;
      color: #a63a50;
      margin-top: -30px;
      line-height: 1;
    }

    .objectives h6 {
      font-size: 16px;
      font-weight: 500;
	  line-height:24px;
    }
	.objectives .objective-icon i {
    color: #ffa500;
    font-size: 18px;
}
	.max-wid {
	max-width:860px;
	}
	
    @media (max-width: 767px) {
      .quote-section {
        font-size: 18px;
      }
    }