@charset "utf-8";
/* CSS Document */
:root {
  --rt-theme: #09A24F;
  --rt-primary: #890C25;
  --rt-primary-1: #B71A34;
  --rt-primary-2: #890C25;
  --rt-secondary: #110C2D;
  --rt-footer: #181818;
  --rt-body: #737477;
  --rt-heading: #262626;
  --rt-white:#fff;
  --rt-rating: var(--rt-primary);
  --rt-border: #D9D9D9;
  --rt-line: #eee;
  --rt-hover: #AF0E2E;
  --copyright-border: #242424;
  --rt-radius:3px;
  --rt-radius-none: none;
  --rt-none: none;
  --footer-bg: #181818;
  --light-white: #f6f6f6;
  --rt-rating: #FF6D1C;
  --transparent: transparent;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --f-light: 300;
  --f-regular: 400;
  --f-medium: 500;
  --f-semi-bold: 600;
  --f-bold: 700;
  --f-extra-bold: 800;
  --f-black: 900;
  --translate: translate(-50%, -50%);
  --transition: all 0.4s ease;
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Canela trial";
  --font-hind: "Hind", sans-serif;
  --fontawesome: "fontawesome", sans-serif;
  --rufina: "Rufina", serif;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 64px;
  --h2: 48px;
  --h3: 40px;
  --h4: 36px;
  --h5: 24px;
  --h6: 20px;
  --p-l: 24px;
  --p-m: 20px;
  --p-s: 16px;
  --p-xs: 14px;
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("Montserrat-Regular.otf");
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("Montserrat-Light.otf");
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('Montserrat-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
html,
body {
    overflow-x: hidden;
}
 

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
}

/*h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: var(--f-regular);
}*/
h5, .h5 {
    font-size: var(--h5);
    line-height: 1.24;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    word-break: break-word;
    font-family: var(--font-secondary);
    line-height: 1.2;
    color: var(--rt-heading);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, address, p, pre, blockquote, menu, ol, ul, table, hr {
    margin: 0;
}
.pt-50
{
    padding-top:50px!important;
}
.pb-120
{
    padding-bottom:120px!important;
}
.pb-100
{
    padding-bottom:100px!important;
}
.pb-50
{
    padding-bottom:50px!important;
}
.pb-80
{
    padding-bottom:80px!important;
}
.pt-80
{
    padding-top:80px!important;
}
.mt-30
{
    margin-top:30px!important;
}
.ml--25
{
    margin-left:-25px!important;
}
.g-5, .gx-5 {
    --bs-gutter-x: 10rem;
}


.logo img {
    padding: 0px;
    height: 85px;
    transition: all .2s ease;
}
.nav__menu li a {
        font-size: 16px;
		font-family: "Montserrat-Regular", sans-serif !important;
		font-weight:500;
		}
		.is-sticky .nav__menu li a {
        font-size: 16px;
        padding: 14px 7px !important;
		font-weight:500;
    }

.small_logo {
    height: 70px !important;
	}
	
	.footer {
    background: #194769;
    padding: 0;
}
		    .nav__container, .nav__mobile {      
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }
.section-features
{
background: url(themes/iimt_custom_theme/images/bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}
.section-features::before {
    background-color: rgba(17, 17, 17, 0.3);
}
.section-features::before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.video-background
{
  background:#59608e; 
  padding:50px 0px;
  display:flex;
  flex-wrap:wrap;
}
.video-content
{
position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
/*padding: 10px;*/
}
.video-content p
{
    padding:20px; color:#fff; font-size:40px; font-weight:600;line-height: 1.7em;
}
@media (max-width:1450px) {
.video-content p
{
    font-size:32px;
    line-height: 1.5em;
}
}
@media (max-width:1200px) {
.video-content p
{
    font-size:28px;
    line-height: 1.5em;
}
}
@media (max-width:1070px) {
.video-content p
{
    font-size:24px;
    line-height: 1.5em;
}
}
@media (max-width:900px) {
    .video-content
{
    position: relative;
    width:100%;
}

.video-content p
{
    padding:10px;
    margin:0px;
}
.action-btn
{
    margin-bottom:30px;
}
}
@media (max-width:600px) {
        .award-ribbon {
    width: fit-content;
        }
.video-content
{
    position: relative;
    padding:0px;
}
.video-content p
{
    font-size:22px;
    line-height: 1.5em;
}
.video-background
{
  padding:30px 0px;
}
}
.cycle-slideshow--slide span p
{
    padding:0px;
}
.video-container {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  /*text-align:center;*/
  padding: 25px;
}
.video-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg) center/cover no-repeat;
  opacity: 0.5; 
  z-index: 0;
}
.video-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(246, 244, 242, 0.7);
  z-index: 0;
}

.video-container > * {
  position: relative;
  z-index: 1;
}


    /*.video-container {
      width: 100%;
      background: #e7efe9;
      padding: 25px;
     
      text-align:center;
    }*/

    .video-container .tag {
      display: inline-block;
      background: #d9e7dd;
      color: #2f4f3f;
      padding: 5px 12px;
      border-radius: 20px;
      font-size: 14px;
      margin-bottom: 20px;
    }

   .video-container h1 {
      font-size: 24px;
      color: #333;
	  margin:0 auto;
      margin-bottom: 25px;
      line-height: 1.3;
	  max-width:790px;
    }

    .video-container .highlight {
      /*border: 2px solid #4caf50;*/
      padding: 2px 6px;
      border-radius: 6px;
    }

    .video-container .desc {
      color: #555;
      font-size: 18px;
      max-width:400px;
      margin:0px auto;
      margin-bottom: 10px;
    }

    .video-container .video-card {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      cursor: pointer;
      width:100%;
      max-width:800px;
      margin:0px auto;
    }

    .video-container video, .video-card img {
      width: 100%;
      display: block;
    }

     .video-container .overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 15px;
      background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
      color: white;
      display: flex;
      align-items: center;
      gap: 10px;
      transition: opacity 0.3s ease;
    }

    .video-container .video-card:hover .overlay {
      opacity: 0.9;
    }

    .video-container .play-btn {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: rgba(255,255,255,0.3);
      display: none;
      justify-content: center;
      align-items: center;
      backdrop-filter: blur(6px);
    }

    .video-container .play-btn::before {
      content: '';
      border-left: 12px solid white;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      margin-left: 3px;
    }

    .video-container .video-text {
      font-size: 16px;
      text-align:left;
      margin-left:15px;
    }

    /* Responsive */
    @media (max-width: 600px) {
      .video-container h1 {
        font-size: 20px;
      }

      .video-container {
        padding: 15px;
      }
    }
.event-carousel .owl-nav {
    display: block !important;
	margin-top:0px;
}
.event-carousel .owl-nav [class*=owl-]
{
background: transparent !important;
}

.event-carousel .owl-prev,
.event-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.event-carousel .owl-prev {
    left: 10px;
}

.event-carousel .owl-next {
    right: 10px;
}

.owl-prev-icon,
.owl-next-icon {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
}

.event-carousel .owl-dots {
    display: none !important;
}
.video-btns
{
margin-left:auto;
position: absolute;
    right: 10px;
    bottom: 0;
}
.footer_useful_links li {
    font-size: 18px;
    font-family: "Montserrat-Light", sans-serif !important;
}
.main_banner
{
    background-image: url(themes/iimt_custom_theme/images/3.png);
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px;
    padding: 50px 10px 0px 10px;
	}
	
	.home_slide_new img
	{
	opacity:0;
	}
	.footer_content h3{
	    position: relative;
	    padding-bottom:10px;
	    margin-bottom:10px;
	    font-family: "Montserrat-Regular", sans-serif !important;
	}
	
.footer_content h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #E67E22;
    border-radius: 2px;
}
.logo .sys_logo {
    padding:0px;
    position:absolute;
    top:5px;
}
.logo_text_icon
{
    margin-top:42px;
}
img.logo-icon-symbol
{
    height:95px;
}
.is-sticky .logo .sys_logo {
     position:relative;
    top:0px;
}
.footer .iimt-social li a {
    border: 0px;
    border-radius: 0;
}
.font-zoom li {
    background:none;
}
.font-zoom li a {
    color:#FFF;
}
@media (min-width: 1200px) {
    .header .container {
        width: 100%;
        max-width: 98%;
    }
}
.is-sticky .header .container {
    max-width: 98%;
}

.widgets_section .rts__section--title {
    /*margin-bottom: 25px;*/
}
.rts__section--title {
    /*text-transform: uppercase;*/
    font-weight: 400;
    margin-bottom: 0;
    margin-top: -15px;
    font-family: "Montserrat-Bold", sans-serif !important;
}
.widgets_section h2, .widgets_section .h2 {
    margin:0;
    font-size:36px;
    font-weight:700;
    font-family: "Montserrat-Bold", sans-serif !important;
}

.campus__life h4, .campus__life .h4 {
    font-size: 30px;
    line-height: 1.25;
    font-family: "Montserrat-Regular", sans-serif !important;
}
.campus__life {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.campus__life--single {
  height: 180px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #D9D9D9;
}
@media screen and (max-width: 992px) {
  .campus__life--single {
    padding: 30px;
  }
}
.campus__life--single > * {
  position: relative;
  z-index: 1;
}
.campus__life--single:hover .campus__life--single--bg {
  opacity: 1;
  left: 0;
}
.campus__life--single:hover .campus__life--single--bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
.campus__life--single:hover .campus__life--single--title a {
  color: #fff;
}
.campus__life--single:hover .campus__life--single--description {
  color: #fff;
}
.campus__life--single:hover .campus__life--single--button a {
  border-color: #fff;
}
.campus__life--single:hover .campus__life--single--button a i {
  color: #fff;
}
.campus__life--single:hover .campus__life--single--button a:hover {
  border-color: #f68026;
}
.campus__life--single--bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: -10%;
  opacity: 0;
  transition: all 0.4s ease;;
}
.campus__life--single--bg::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(25, 71, 105, 1);
}
.campus__life--single--content {
  max-width: 430px;
  transition: all 0.4s ease;
}
.campus__life--single--title {
  margin-bottom: 10px;
  font-weight: 400;
}
.campus__life--single--title a {
  color: #262626;
}
.campus__life--single--description {
  color: var(--body-color);
  font-size:18px;
  font-family: "Montserrat-Regular", sans-serif !important;
  font-weight:300;
}
.campus__life--single--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.campus__life--single--button a {
  border: 1px solid #262626;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: all 0.4s ease;
}
.campus__life--single--button a i {
  color: #262626;
  transform: rotate(-30deg);
  transition: all 0.4s ease;
}
.campus__life--single--button a:hover {
  background: #f68026;
  border-color: #f68026;
}
.campus__life--single--button a:hover i {
  transform: rotate(0);
}


/*Awards & Acheivements*/

.awards__achieve h4, .awards__achieve .h4 {
    font-size: 30px;
    line-height: 1.25;
    font-family: "Montserrat-Regular", sans-serif !important;
}
.awards__achieve {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.awards__achieve--single {
  height: 180px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #D9D9D9;
}
@media screen and (max-width: 992px) {
  .awards__achieve--single {
    padding: 30px;
  }
}
.awards__achieve--single > * {
  position: relative;
  z-index: 1;
}
.awards__achieve--single:hover .awards__achieve--single--bg {
  opacity: 1;
  left: 0;
}
.awards__achieve--single:hover .awards__achieve--single--bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
.awards__achieve--single:hover .awards__achieve--single--title a {
  color: #fff;
}
.awards__achieve--single:hover .awards__achieve--single--description {
  color: #fff;
}
.awards__achieve--single:hover .awards__achieve--single--button a {
  border-color: #fff;
}
.awards__achieve--single:hover .awards__achieve--single--button a i {
  color: #fff;
}
.awards__achieve--single:hover .awards__achieve--single--button a:hover {
  border-color: #f68026;
}
.awards__achieve--single--bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: -10%;
  opacity: 0;
  transition: all 0.4s ease;;
}
.awards__achieve--single--bg::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(25, 71, 105, 1);
}
.awards__achieve--single--content {
  max-width: 340px;
  transition: all 0.4s ease;
}
.awards__achieve--single--title {
  margin-bottom: 10px;
  font-weight: 400;
}
.awards__achieve--single--title a {
  color: #262626;
}
.awards__achieve--single--description {
  color: var(--body-color);
  font-size: 18px;
    font-family: "Montserrat-Regular", sans-serif !important;
    font-weight: 300;
}
.awards__achieve--single--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.awards__achieve--single--button a {
  border: 1px solid #262626;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: all 0.4s ease;
}
.awards__achieve--single--button a i {
  color: #262626;
  transform: rotate(-30deg);
  transition: all 0.4s ease;
}
.awards__achieve--single--button a:hover {
  background: #f68026;
  border-color: #f68026;
}
.awards__achieve--single--button a:hover i {
  transform: rotate(0);
}



.rts-event-section-content .rts-counter {
  counter-reset: rt-counter;
  margin-top: 0;
  display: flex;
    flex-direction: column;
    gap: 20px;
}
.rts-event-section-content .single-event {
  margin: 0;
  padding: 30px 40px 30px 0px;
  background: #f6f6f6;
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .rts-event-section-content .single-event {
    /*flex-wrap: wrap;*/
    gap: 20px;
  }
}
/*.rts-event-section-content .single-event:nth-child(2n):not(:hover)::after {
  opacity: 1;
  top: 0;
}
.rts-event-section-content .single-event:nth-child(2n):not(:hover) .single-event-counter .count-number {
  color: var(--rt-white);
}
.rts-event-section-content .single-event:nth-child(2n):not(:hover) .single-event-content-meta {
  color: var(--rt-white);
}
.rts-event-section-content .single-event:nth-child(2n):not(:hover) .single-event-content h5 {
  color: var(--rt-white);
}
.rts-event-section-content .single-event:nth-child(2n):hover .single-event-counter .count-number {
  color: var(--rt-white);
}
.rts-event-section-content .single-event:nth-child(2n):hover .single-event-content-meta {
  color: var(--rt-white);
}
.rts-event-section-content .single-event:nth-child(2n):hover .single-event-content h5 {
  color: var(--rt-white);
}
.rts-event-section-content .single-event:nth-child(2n):hover::after {
  opacity: 1;
  top: 0;
}*/
.rts-event-section-content .single-event:nth-child(2n):hover .single-event-counter .count-number {
  color: var(--rt-white);
}

.rts-event-section-content .single-event > * {
  position: relative;
  z-index: 10;
}
.rts-event-section-content .single-event::before {
  position: absolute;
  content: "";
  left: 32%;
  height: 100%;
  width: 1px;
  background: var(--rt-white);
  transition: var(--transition);
}
@media screen and (max-width: 992px) {
  .rts-event-section-content .single-event::before {
    left: 140px;
  }
}
@media screen and (max-width: 768px) {
  .rts-event-section-content .single-event::before {
    left: 125px;
  }
}
@media screen and (max-width: 576px) {
  .rts-event-section-content .single-event::before {
    display: none;
  }
}
/*.rts-event-section-content .single-event::after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  top: -50%;
  left: 0;
  background: #D0D3D9;
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
}*/
.rts-event-section-content .single-event:hover .single-event-counter .count-number {
  color: var(--rt-white);
}
.rts-event-section-content .single-event:hover .single-event-content-meta {
  color: var(--rt-white);
}
.rts-event-section-content .single-event .single-event-content h5 {
  font-family: "Montserrat-Regular", sans-serif !important;
  font-size:28px;
  font-weight:400;
}
.rts-event-section-content .single-event:hover .single-event-content h5 {
  font-family: "Montserrat-Regular", sans-serif !important;
  font-size:28px;
}

.rts-event-section-content .single-event:hover::after {
  opacity: 1;
  top: 0;
}
.rts-event-section-content .single-event-counter {
  padding-top: 15px;
  position: relative;
  width:120px;
  height:120px;
  /*border-radius:10px;*/
  background: #194769;
  text-align:center;
  display: flex;
    flex-direction: column;
    justify-content: center;
    line-height:48px;
    flex: 0 0 120px;
    font-family: "Montserrat-Bold", sans-serif !important;
    color:#fbf5ca;
}

.rts-event-section-content .single-event-counter::after {
  position: absolute;
  height: 100%;
  width: 4%;
  content: "";
  left: 0;
  top: 0;
  top: -50%;
  left: 0;
  
  background-color: #f68026;
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
  /*border-radius:10px;*/
}
.rts-event-section-content .single-event:hover .single-event-counter::after {
  opacity: 1;
  top: 0;
}
.rts-event-section-content .count-month
{
    font-size:30px;
}
@media screen and (max-width: 576px) {
  .rts-event-section-content .single-event-counter {
    padding-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .rts-event-section-content .single-event-counter {
    width: 100%;
  }
  .rts-event-section-content .single-event-counter::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: var(--rt-white);
    left: 0;
    bottom: -30px;
  }
}
.rts-event-section-content .single-event-counter .count-number {
  font-size: 68px;
  position: relative;
  transition: var(--transition);
  font-family: "Montserrat-Bold", sans-serif !important;
  font-weight: 600;
  
}
@media screen and (max-width: 768px) {
  .rts-event-section-content .single-event-counter .count-number {
    font-size: 60px;
  }
}
@media screen and (max-width: 576px) {
  .rts-event-section-content .single-event-counter .count-number {
    font-size: 50px;
  }
}

.rts-event-section-content .single-event-content {
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .rts-event-section-content .single-event-content {
    padding-left: 10px;
  }
}
@media screen and (max-width: 576px) {
  .rts-event-section-content .single-event-content {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .rts-event-section-content .single-event-content {
    padding-left: 10px;
  }
}
.rts-event-section-content .single-event-content .single-event-content-meta {
  display: flex;
  gap: 20px;
  align-items: center;
  color: var(--rt-secondary);
  transition: var(--transition);
}
@media screen and (max-width: 1200px) {
  .rts-event-section-content .single-event-content .single-event-content-meta {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.rts-event-section-content .single-event-content .single-event-content-meta span i {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .rts-event-section-content .single-event-content .single-event-content-meta {
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .rts-event-section-content .single-event-content .single-event-content-meta {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.rts-event-section-content .single-event-content .single-event-content-meta .event-date,
.rts-event-section-content .single-event-content .single-event-content-meta .event-time,
.rts-event-section-content .single-event-content .single-event-content-meta .event-place {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .rts-event-section-content .single-event-content .single-event-content-meta .event-date,
.rts-event-section-content .single-event-content .single-event-content-meta .event-time,
.rts-event-section-content .single-event-content .single-event-content-meta .event-place {
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .rts-event-section-content .single-event-content .single-event-content-meta .event-date,
.rts-event-section-content .single-event-content .single-event-content-meta .event-time,
.rts-event-section-content .single-event-content .single-event-content-meta .event-place {
    gap: 10px;
  }
}

@media screen and (max-width: 992px) {
  .event__background {
    display: none;
  }
}
.event__background img {
  min-height: 499px;
}
@media screen and (max-width: 1050px) {
  .event__background img {
    min-height: 620px;
  }
}
.rt-clip-text {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #DEDEDE;
    -webkit-text-stroke: 1px;
}

.announcement-section
{
    /*background: url("../images/bg-home.jpg") no-repeat;
    background-size: cover;*/
}
/*.announcement-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #FFF center / cover no-repeat;
    opacity: 0.5;
    z-index: 0;
}*/
.announcement-section{
    background: #194769;
    overflow:hidden;
}

.announcement-section .title-area h2
{
    color:#FFF;
}

.announcement-image{
    height:100%;
    position:relative;
}

.announcement-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.announcement-image:after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:180px;

    background:
        linear-gradient(
            to top,
            rgba(255,255,255,1) 1%,
            rgba(255,255,255,.9) 20%,
            rgba(255,255,255,.5) 50%,
            rgba(255,255,255,0) 100%
        );

    filter: blur(0px);
}

.announcement-wrapper{
    padding:40px;
}

.section-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    
}

.title-area{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:50px;
}

.title-area .line{
    width:4px;
    height:32px;
    background:#ff7a00;
}
.line{
    width:4px;
    height:32px;
    background:#ff7a00;
}

.title-area h2{
    margin:0;
    font-size:36px;
    font-weight:500;
    font-family: "Montserrat-Regular", sans-serif !important;
    color:#194769;
}

.carousel-nav button{
    width:42px;
    height:42px;
    border:1px solid #ddd;
    border-radius:50%;
    background:#fff;
    color:#ff7a00;
    margin-left:8px;
}

.announcement-card{
    border:1px solid #e5e5e5;
    /*border-radius:8px;*/
    padding:25px;
    background:#fff;
    /*min-height:480px;*/
    position:relative;
    font-family: "Montserrat-Regular", sans-serif !important;
}

.active-card{
    background:#f3f3f3;
}

.badge-type{
    /*background:#ff7a00;*/
    color:#262626;
    /*padding:8px 15px;
    border-radius:6px;*/
    font-size:14px;
    font-weight:600;
    display:inline-block;
    margin-bottom:25px;
    /*border-bottom: 2px solid #ff7a00;*/
    padding-bottom:5px;
}

.announcement-card h4{
    font-size:22px;
    line-height:1.4;
min-height:60px;
    font-family: "Montserrat-Regular", sans-serif !important;
    font-weight:300;
}

.announcement-card p{
    font-size:18px;
    line-height:1.9;
    color:#555;
    min-height:150px;
}

.meta-info{
    display:flex;
    gap:20px;
    color:#555;
    margin-top:25px;
}

.meta-info i{
    color:#ff7a00;
    margin-right:5px;
}

.read-more{
    position:absolute;
    right:25px;
    bottom:25px;
    font-size:18px;
    color:#ff7a00;
}
.custom-row{
    margin-left: -70px;
    margin-right: -70px;
}

.custom-row > [class*="col-"]{
    padding-left: 70px;
    padding-right: 70px;
}

/* ======= Program Area CSS ======= */
.program__single--item {
  padding: 60px;
  position: relative;
  z-index: 1;
  min-height:520px;
}
@media screen and (max-width: 1200px) {
  .program__single--item {
    padding: 38px;
  }
}
.program__single--item * {
  position: relative;
}
.program__single--item::before {
  position: absolute;
  inset: 0;
  content: "";
  background: #194769;
  transition: var(--transition);
}
.program__single--item:hover::before {
  opacity: 0;
}
.program__single--item:hover .program__single--item--title {
  color: var(--rt-white);
}

.program__single--item:hover .program_description {
  opacity: 1;
}
.program__single--item:hover .program__single--item--list--item .link__list {
  color: var(--rt-white);
  border-color: var(--rt-white);
}
.program__single--item:hover .program__single--item--list--item .link__list:hover {
  border-color: var(--rt-primary-1);
}
.program__single--item--bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}
.program__single--item--bg::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(25, 71, 105, 0.6);
  z-index: 1;
}
.program__single--item.v__2 .program__single--item--bg::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(101, 43, 33, 0.6);
  z-index: 1;
}
.program__single--item--bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
.program__single--item.v__2::before {
  position: absolute;
  inset: 0;
  content: "";
  background: #652b21;
  transition: var(--transition);
}
 .program__single--item--title {
  color: var(--rt-white);
}
.program__single--item.v__2 .program__single--item--list--item .link__list {
  color: var(--rt-white);
  border-color: var(--rt-white);
}
.program__single--item--title {
    font-size: 30px;
    line-height: 1.25;
    font-family: "Montserrat-Regular", sans-serif !important;
    font-weight:400;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.program__single--item--list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.program__single--item--list--item {
  margin: 0 0;
}
.program__single--item--list--item .link__list {
  padding: 11px 20px;
  border: 1px solid var(--rt-heading);
  display: inline-flex;
  color: var(--rt-heading);
  gap: 10px;
  transition: var(--transition);
}
.program__single--item--list--item .link__list:hover {
  background: var(--rt-primary-1);
  color: var(--rt-white);
  border-color: var(--rt-primary-1);
}

.program__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 30px;
}
.program__list li {
  color: #000000;
  display: flex;
  gap: 6px;
}
.program__single--item .rts-nbg-btn {
    position: absolute;
    bottom: 20px;
    color: #FFF;
    right:50px;
    font-weight: 400;
}
.program__single--item .program_description {
    color: #FFF;
    opacity: 1;
    transition: var(--transition);
    font-size: 18px;
    font-family: "Montserrat-Light", sans-serif !important;
    font-weight:400;
    
}
.program__single--item .rts-nbg-btn::before {
    background: transparent;
}
.program__single--item .rts-nbg-btn::before {
   /* position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    background: #FFF;
    bottom: -2px;
    border-radius: inherit;*/
}

.rts-nbg-btn.btn-arrow span {
    transform: rotate(-35deg);
    margin-left: 5px;
    display: inline-block;
    transition: var(--transition);
}

.rts-nbg-btn.btn-arrow:hover span {
    transform: rotate(0);
}

/*executive education */

/* Container styling to match the font and general vibe */


/* The Program Card */
.program-card {
  background: rgb(246, 244, 242, 0.7);
  border: 1px solid #eef2f6;
  padding: 32px;
  /*max-width: 360px;*/
  min-height: 320px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-family: "Montserrat-light", sans-serif !important;
    font-weight:400;
    /*text-align:justify;*/
}

/* Subtle hover interaction */
.program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

/* Header layout (Title + Arrow) */
.program-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  text-align:center;
  
  
 
}
/*.program-card-header .program-card-title::before {
    position: absolute;
    content: "";
    width:auto;
    height: 5px;
    background: #f57f26;
    bottom: -2px;
    border-radius: inherit;
}*/
.program-card-header .program-card-title {
    padding-bottom:5px;
    border-bottom:2px solid #f57f26;
}


/* Title typography */
.program-card-title {
  margin: 0;
  font-size: 30px;
    line-height: 1.25;
    font-family: "Montserrat-Regular", sans-serif !important;
}

/* Arrow Button */
.arrow-link {
  color: #ff6b35; /* Orange accent color */
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  position:absolute;
  bottom:20px;
  right:50px;
}

.arrow-icon {
  width: 20px;
  height: 20px;
}

.program-card:hover .arrow-link {
  transform: translateX(4px);
}

/* Description Text */
.card-description {
  font-size: 18px;
  line-height: 1.6;
  color: #333333;
  margin: 0 0 32px 0;
  flex-grow: 1; /* Pushes the tag to the bottom if content is short */
}

/* Location Tag */
.location-tag {
  display: inline-block;
  align-self: flex-start;
  background-color: #fff2ec; /* Soft orange tint background */
  color: #ff6b35;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
}

.research-section{
    padding:80px 0;
    background:#194769;
}

.research-section .title-area h2 {
    color:#fff;
}

.research-section .section-header{
    text-align:center;
    margin-bottom:50px;
}

.research-section .section-header .subtitle{
    color:#E67E22;
    font-weight:600;
    letter-spacing:2px;
}

.research-section .section-header h2{
    font-size:56px;
    color:#1E3A5F;
    margin:15px 0;
    font-family: Georgia, serif;
}

.research-section .section-header p{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:18px;
    line-height:1.7;
}

.research-card{
    background:#fff;
    /*border-radius:14px;*/
    overflow:hidden;
    box-shadow:0 4px 20px rgba(0,0,0,.08);
    transition:.3s;
    margin:10px;
}

.research-card:hover{
    transform:translateY(-8px);
}

.research-image{
    position:relative;
}

.research-image img{
    width:100%;
    /*height:260px;
    object-fit:cover;*/
    display:block;
}

.category{
    position:absolute;
    top:15px;
    left:15px;
    background:#1E3A5F;
    color:#fff;
    padding:8px 15px;
    border-radius:30px;
    font-size:13px;
}

.research-content{
    padding:25px;
}

.research-content h3{
    color:#1E3A5F;
    font-size:22px;
    line-height:1.4;
    margin-bottom:15px;
    font-family: "Montserrat-Light", sans-serif !important;
    font-weight:300;
}

.research-content p{
    color:#555;
    line-height:1.8;
    margin-bottom:25px;
}

.research-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-top:1px solid #eee;
    padding-top:20px;
}

.research-footer span{
    color:#1E3A5F;
    font-weight:400;
     font-family: "Montserrat-Regular", sans-serif !important;
     font-size:18px;
}

.research-footer a{
    color:#E67E22;
    text-decoration:none;
    font-size:30px;
}

.research-btn{
    text-align:center;
    margin-top:40px;
}

.research-btn a{
    display:inline-block;
    border:2px solid #E67E22;
    color:#E67E22;
    padding:14px 35px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.research-btn a:hover{
    background:#E67E22;
    color:#fff;
}
.research-card{
    display:flex;
    flex-direction:column;
    height:100%;
}

.research-content{
    flex:1;
    display:flex;
    flex-direction:column;
}

.research-footer{
    margin-top:auto;
}

.research-content h3{
    min-height:120px;
}

.research-content p{
    min-height:90px;
}





/*.accreditation-section{
    padding:90px 0;
    background:#fff;
}*/


.accreditation-section .section-title{
    text-align:center;
    margin-bottom:60px;
}

.accreditation-section .section-title span{
    color:#E67E22;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.accreditation-section .section-title h2{
    margin:15px 0;
    color:#1E3A5F;
    font-size:56px;
   font-family: "Montserrat-Regular", sans-serif !important;
}

.accreditation-section .section-title p{
    max-width:700px;
    margin:auto;
    color:#6B7280;
    font-size:18px;
    line-height:1.8;
}

.accreditation-card{
    display:flex;
    align-items:center;
    gap:60px;
    background:#fff;
    border:1px solid #E5E7EB;
    padding:30px;
    margin-bottom:35px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
    transition:.3s;
    height:100%;
}

.accreditation-card:hover{
    transform:translateY(-5px);
}

.logo-block{
    flex:0 0 30%;
}

.logo-block img{
    width:100%;
    display:block;
}

.content-block{
    flex:1;
}

.content-block h3{
    color:#1E3A5F;
    font-size:34px;
    margin-bottom:20px;
    position:relative;
    font-family: "Montserrat-Regular", sans-serif !important;
}

.content-block h3::after{
    content:'';
    width:60px;
    height:3px;
    background:#E67E22;
    display:block;
    margin-top:12px;
}

.content-block p{
    color:#374151;
    line-height:1.7;
    font-size:18px;
    /*margin-bottom:30px;*/
    
    font-family: "Montserrat-Regular", sans-serif !important;
}

.btn-outline{
    display:inline-block;
    padding:14px 28px;
    border:2px solid #E67E22;
    color:#E67E22;
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.btn-outline:hover{
    background:#E67E22;
    color:#fff;
}

.reverse{
    flex-direction:row;
}



.accreditation-section{
    padding:80px 0;
    background:#fff;
}

.accreditation-section .section-title{
    text-align:center;
    margin-bottom:60px;
}

.accreditation-section .section-title h2{
    font-size:48px;
    font-weight:700;
    color:#1e3a5f;
    margin:0;
    text-transform:uppercase;
    letter-spacing:1px;
}

.accreditation-section .section-title span{
    width:220px;
    height:4px;
    background:#f58220;
    display:block;
    margin:20px auto 0;
}

.accreditation-grid{
    max-width:1400px;
    margin:auto;
    /*padding:0 20px;*/

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.ac-card{
    background:#fff;
    border:1px solid #e6eaf0;

    padding:40px;
    text-align:center;

    transition:.35s ease;

    display:flex;
    flex-direction:column;
    justify-content:space-between;

    /*min-height:620px;*/
}

.ac-card:hover{
    transform:translateY(-8px);

    box-shadow:
    0 20px 40px rgba(0,0,0,.08);
}

.logo-box{
    height:160px;

    display:flex;
    align-items:center;
    justify-content:center;
}

.logo-box img{
    max-width:260px;
    max-height:130px;
}

.divider{
    width:70px;
    height:3px;
    background:#f58220;
    margin:25px auto;
}

.ac-card h3{
    color:#1e3a5f;
    font-size:46px;
    margin-bottom:15px;
    font-weight:700;
}

.accreditation-section .subtitle{
    color:#1e3a5f;
    font-size:20px;
    font-weight:500;
    margin-bottom:15px;
}

.accreditation-section .highlight{
    color:#f58220;
    font-size:34px;
    font-weight:700;
    margin-bottom:20px;
}

.accreditation-section .rank{
    color:#f58220;
    font-size:38px;
    font-weight:700;
    margin-bottom:15px;
}

.accreditation-section .desc{
    color:#4d5a6b;
    font-size:18px;
    line-height:1.8;
    margin-top:15px;
    text-align:left;
    font-family: "Montserrat-Regular", sans-serif !important;
}

.accreditation-section .card-link{
    margin-top:35px;

    color:#1e3a5f;
    font-size:22px;
    font-weight:600;
    text-decoration:none;
}

.accreditation-section .card-link:hover{
    color:#f58220;
}

.accreditation-section .ac-card::after{
    content:"";
    width:100%;
    height:4px;
    background:#f58220;

    position:absolute;
    left:0;
    bottom:0;

    transform:scaleX(0);
    transition:.35s;
}

.accreditation-section .ac-card{
    position:relative;
    overflow:hidden;
}

.accreditation-section .ac-card:hover::after{
    transform:scaleX(1);
}

@media(max-width:992px){

    .accreditation-section .accreditation-grid{
        grid-template-columns:1fr;
    }

    .accreditation-section .section-title h2{
        font-size:34px;
    }

    .accreditation-section .ac-card{
        min-height:auto;
    }
}


/* Responsive */

@media(max-width:991px){

    .accreditation-card,
    .reverse{
        flex-direction:column;
        gap:30px;
    }

    .logo-block{
        flex:unset;
        width:100%;
    }

    .section-title h2{
        font-size:40px;
    }

    .content-block h3{
        font-size:28px;
    }
}

@media(max-width:576px){

    .accreditation-section{
        padding:60px 0;
    }

    .section-title h2{
        font-size:32px;
    }

    .content-block p{
        font-size:16px;
    }
}





.campus-highlights{
    padding:90px 0;
    background:#fff;
}

.campus-highlights .section-header{
    text-align:center;
    margin-bottom:60px;
}

.campus-highlights .sub-title{
    color:#E67E22;
    font-weight:700;
    letter-spacing:2px;
    font-size:14px;
}

.campus-highlights .section-header h2{
    margin:15px 0;
    color:#102A43;
    font-size:64px;
    line-height:1.1;
    font-family:Georgia, serif;
}

.campus-highlights .section-header p{
    max-width:760px;
    margin:auto;
    color:#52606D;
    font-size:20px;
    line-height:1.8;
}

.campus-highlights .highlight-grid{
    display:grid;
    grid-template-columns:1.3fr 1fr 1fr;
    grid-template-rows:390px 330px;
    gap:20px;
}

.campus-highlights-card{
    position:relative;
    overflow:hidden;
    /*border-radius:18px;*/
    text-decoration:none;
}

.campus-highlights-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.campus-highlights-card:hover img{
    transform:scale(1.08);
}

.campus-highlights-overlay{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:flex-end; /* Push content to bottom */
   padding: 40px 40px 20px 40px;
    background:linear-gradient(
        to top,
        rgba(5,20,45,.92) 0%,
        rgba(5,20,45,.45) 40%,
        rgba(5,20,45,.05) 100%
    );
}

.icon-circle{
    width:72px;
    height:72px;
    border-radius:50%;
    background:#102A43;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.campus-highlights-content{
    color:#fff;
}

.campus-highlights-content h3{
    font-size:36px;
    margin-bottom:15px;
     font-family: "Montserrat-Regular", sans-serif !important;
    color:#FFF;
    position:relative;
    padding-bottom:10px;
}

/* Underline */
.campus-highlights-content h3::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:80px;
    height:3px;
    background:#E67E22;
    border-radius:2px;
}



.campus-highlights-content p{
    font-size:18px;
    line-height:1.5;
    max-width:500px;
    font-family: "Montserrat-Light", sans-serif !important;
    font-weight:300;
    
}

.cta{
    display:inline-block;
    margin-top:15px;
    color:#E67E22;
    font-weight:500;
    font-size:20px;
    font-family: "Montserrat-Regular", sans-serif !important;
}
.faculty-card{
    position:relative;
    overflow:hidden;
}

.faculty-video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.faculty-card{
    grid-row:1 / span 2;
}

.placement-card{
    grid-column:2;
    grid-row:1;
}

.lrc-card{
    grid-column:3;
    grid-row:1;
}

.tour-card{
    grid-column:2 / span 2;
    grid-row:2;
}

.placement-card .campus-highlights-content h3,
.lrc-card .campus-highlights-content h3,
.tour-card .campus-highlights-content h3{
    font-size:28px;
}

/*.tour-card .campus-highlights-content h3{
    color: #fff;
    -webkit-text-stroke: 1px #000;

    text-shadow:
        1px 1px 0 #000,
       -1px 1px 0 #000,
        1px -1px 0 #000,
       -1px -1px 0 #000;
}
*/
/* Hover */

.campus-highlights .card:hover .cta{
    transform:translateX(8px);
    transition:.3s;
}

/* Tablet */

@media(max-width:1024px){

    .highlight-grid{
        grid-template-columns:1fr 1fr !important;
        grid-template-rows:auto;
    }

    .faculty-card,
    .placement-card,
    .lrc-card,
    .tour-card{
        grid-column:auto;
        grid-row:auto;
        height:420px !important;
    }
}


/* Mobile */

@media(max-width:768px){

    .highlight-grid{
        grid-template-columns:1fr !important;
    }

    .card{
        height:420px !important;
    }

    .campus-highlights .section-header h2{
        font-size:36px !important;
    }

    .campus-highlights-content h3{
        font-size:32px !important;
    }

   .campus-highlights-content p{
        font-size:16px;
    }
}
.grp-buttons
{
    margin:0px;
    display: flex;
    gap: 20px;
}
.grp-buttons a
{
    color:#FFF;
    font-family: "Montserrat-Regular", sans-serif !important;
}

  @media(min-width:1200px){.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%} }
  @media(min-width:1400px){.col-xxl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xxl-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xxl-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xxl-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xxl-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333% !important}.col-xxl-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xxl-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xxl-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xxl-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667% !important}.col-xxl-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xxl-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xxl-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xxl-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}
  
  
  @media(max-width:1365px){
  .custom-row {
    margin-left: -35px;
    margin-right: -35px;
}
.custom-row > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
}

.title-area h2{
    margin:0;
    font-size:28px;
}
.title-area .line {
    height:28px;
}
.campus__life--single, .awards__achieve--single {
    padding:25px;
}
.campus__life--single--flex, .awards__achieve--single--flex {
    gap:20px;
}
.campus__life--single--button a, .awards__achieve--single--button a {
    height:40px;
    width:40px;
}
.campus__life h4, .campus__life .h4, .rts-event-section-content .single-event .single-event-content h5, .awards__achieve h4, .awards__achieve .h4, .program-card-title { 
    font-size:24px;
}
.rts-event-section-content .single-event:hover .single-event-content h5 {
  font-size:24px;
}
.campus__life--single--description, .awards__achieve--single--description {
    font-size:16px;
}
.announcement-card h4
{
    font-size:24px;
}
.program__single--item {
    padding:30px;
}
.program__single--item--title {
    font-size: 25px;
}
.program__single--item .program_description {
    font-size:18px;
}
.program-card
{
  min-height:350px;  
}
.card-description {
    margin: 0 0 24px 0;
}
.research-content h3 {
    font-size:20px;
}

.research-footer span
{
    font-size:16px;
}
.campus-highlights-content h3, .placement-card .campus-highlights-content h3, .lrc-card .campus-highlights-content h3, .tour-card .campus-highlights-content h3 {
    font-size: 24px;
}
.campus-highlights-content p, .cta {
    font-size:16px;
}
}
  
   @media (max-width: 575px){
       .container {
        width: 99%;
    }
    .pb-100
    {
        padding-bottom:0px!important;
    }
    .pt-50
    {
        padding-top:0px!important;
    }
.mt-30
{
    margin-top:0px!important;
}
.header .logo-icon-symbol
 {
    height:60px!important;
 }
 .logo img
 {
     height:65px!important;
 }
.program__single--item
{
    min-height:420px;
}
.video-container
{
  padding-top:50px!important;  
}
.announcement-section .title-area h2 {
    color: #FFF;
    font-size:24px!important;
}
.announcement-wrapper {
    padding: 25px;
}
.ml--25
{
    margin-left:0px!important;
}
       
       .row {
        --bs-gutter-y: 2rem;
    }
   }
  
@media (min-width:768px) and (max-width:991px){
    .pt-50
    {
        padding-top:0px!important;
    }
 .header .sys_logo
 {
     top:-10px;
 }
 .header .logo-icon-symbol
 {
    height:65px!important;
 }
.logo_text_icon {
    margin-top:30px;
    height:60px!important;
     }
     .announcement-card h4 {
         min-height:120px;
     }
     .program__single--item {
         min-height:320px;
     }
     .program-card {
         min-height:280px;
     }
     .row {
        --bs-gutter-y: 2rem;
    }
 }
 
  
 @media (min-width:992px) and (max-width:1550px){
img.logo-icon-symbol {
    height: 85px;
}
.logo_text_icon
{
    margin-top:50px;
    height:55px!important;
}
.logo .sys_logo {
    top: 20px;
}
.nav__menu li a, .is-sticky .nav__menu li a {
    font-size: 14px;
    font-weight: 500;
    padding: 14px 3px;
}
.nav__menu > li:nth-last-child(1) {
  display: none;
}

.research-card {
    margin:0px;
}
.xml-0
{
  margin-left:0px!important;  
}
.xp-0
{
    padding:0px!important;
}
 .title-area h2 {
        margin: 0;
        font-size: 24px!important;
    }
    .custom-row {
    margin-left: -40px;
    margin-right: -40px;
}
.custom-row > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
}
   
    .campus__life--single, .awards__achieve--single {
        padding: 20px;
    }
    .campus__life--single--flex, .awards__achieve--single--flex {
        gap: 5px;
    }
        .campus__life h4, .campus__life .h4, .rts-event-section-content .single-event .single-event-content h5, .awards__achieve h4, .awards__achieve .h4, .program-card-title {
        font-size: 24px;
    }
    .campus__life--single--description, .awards__achieve--single--description {
        font-size: 16px;
    }
    .program__single--item {
        padding: 40px;
    }
    
    .program__single--item--title {
        font-size: 24px;
    }
        .program__single--item .program_description {
        font-size: 18px;
    }
    .card-description {
    font-size: 15px;
    }
}
@media(max-width:1024px){
    
   /* .section-header h2{
        font-size:48px !important;
    }*/
    .menu_section
    {
        display:none!important;
    }
    .logo .sys_logo {
        top: 0px!important;
    } 
    .logo img
    {
        height:65px!important;
    }
        .logo_text_icon {
        margin-top: 20px!important;
    }
    .title-area h2 {
        margin: 0;
        font-size: 22px!important;
    }
    .custom-row
    {
        padding-left: -25px;
        padding-right: -25px;
    }
        .custom-row > [class*="col-"] {
        padding-left: 25px;
        padding-right: 25px;
    }
    .campus__life--single, .awards__achieve--single {
        padding: 15px;
    }
    .campus__life--single--flex, .awards__achieve--single--flex {
        gap: 5px;
    }
        .campus__life h4, .campus__life .h4, .rts-event-section-content .single-event .single-event-content h5, .awards__achieve h4, .awards__achieve .h4, .program-card-title {
        font-size: 20px;
    }
    .campus__life--single--description, .awards__achieve--single--description {
        font-size: 14px;
    }
    .rts-event-section-content .single-event {
    padding: 30px 0px 30px 0px;
    gap: 5px;
}
.program__single--item {
        padding: 20px;
    }
.program__single--item--title {
        font-size: 20px;
    }
        .program__single--item .program_description {
        font-size: 16px;
    }
    .card-description {
    font-size: 15px;
    }
}
@media (min-width:1551px){
.xml-0
{
  margin-left:0px!important;  
}
.xp-0
{
    padding:0px!important;
}
}

 .footer .iimt-social {
    justify-content: end;
}
  .show-xl {
    align-items: end;
    justify-content: end;
   
  }
 

