﻿*{margin:0;padding:0;box-sizing:border-box;}
body {
     font-family: "Ubuntu", sans-serif !important;
}
div:after {
    content:'';
    display:block;
    clear:both;
}
a {
    text-decoration:none !important;
}
.rmtu-cms-preheader {color: #ffffff;
  background-color: #d32243;height:40px;line-height:40px;font-size:13px;}
.lefttop strong span {
    font-weight:400;
}
.rmtu-cms-header {
 padding:10px 0;
  background-color: #fff; 
width:100%;
 box-shadow: 0px 0px 34px 0px rgba(133, 133, 133, 0.25);
}
.rmtu-cms-header h6 {
font-family: "Hind", sans-serif !important;
  line-height:1.6;
  font-size: 20px;
  font-weight: 600;
  margin: 0 !important;
}
.rmtu-cms-banner {
    min-height: 350px;
    background-image: url('../images/rmtu-cms-img.jpg');
    background-position:center bottom;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;z-index:0;
}
.rmtu-cms-banner:after {
    content:'';
    position:absolute;left:0;top:0;
    width:100%;height:100%;
    background-color:#000;
    z-index:-1;opacity:.4;
}
/* Menu */
.bg-dark.rmtu-cms-nav {
  --bs-bg-opacity: 1;
 background-color: #314470 !important;
}
.rmtu-cms-nav .nav-link {color:#fff;font-size:14px;}
.dropdown-item {
  color: #fff;
}
.dropdown .dropdown-menu {
  display: none;
  background: #fff;
}
.dropdown:hover>.dropdown-menu, 
.dropend:hover>.dropdown-menu {
  display: block;
  margin-top: .1em;
  margin-left: .1em;
}
.dropdown-item {
    color:#fff !important;
}
.dropdown .dropdown-menu li a {
    color:#000 !important;font-size:14px;
}
/* About banner */
.about-rmtu {
   width:100%;
 padding:40px 0;
 position:relative;z-index:0;
}
.about-rmtu:after {
    content:'';position:absolute;left:0;
    top:0;width:100%;height:100%;
    z-index:-1;
       background-position:center;opacity:.5;
    background-size:cover; background-image: url('../images/aboutimage.jpg');
}
.about-rmtu-cms {padding:50px 0;
                 text-align:center;
                 width:80%;margin:0 auto;
}
.about-rmtu-cms h1 {font-size:50px;color:#fff;}
.about-rmtu-cms p {color:#fff;}
.about-rmtu-content p {
    line-height:1.8;font-size:18px;
}
.readmore-aboutus {
    padding:10px 20px;
    text-align:center;
    color:#fff;
    border-radius:50px;
    background-color:#d32243;
    font-size:18px;font-weight:500;
}
.socialmedia-accounts {list-style-type:none;margin:0 !important;}
.socialmedia-accounts li {display:inline-block;}
.socialmedia-accounts li img {height:20px;display:inline-block;transition:.5s all;}
.socialmedia-accounts li a {
  margin-left:5px;
}
.socialmedia-accounts li:hover img {
    filter: brightness(0);
}
.section {
    padding:50px 0;
}
h2.section-title {
    font-size:40px !important;font-weight:600;
}
.section-special-links{
background-color: #fbede2 !important;
}
.section-special-links .d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center cards horizontally */
  gap: 20px; /* Optional: spacing between cards */
}

.card.card-imp-links {
  flex: 1 1 100px; /* Grow/shrink with a minimum width */
  /*max-width: 250px;  Optional: control max width */
  height: 100%; /* Ensure full height */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition:.5s all;
  box-shadow: 0 2px 8px rgba(0,0,0,0); /* Optional */
  background-color: transparent ; /* Optional */
  border:0 !important;
}
.card-imp-links a{
    padding:10px;display:block;
    width:100%;height:100%;color:#000 !important;
    text-decoration:none !important;
}
.implinks-icns {display:block;
                margin-bottom:10px;
                text-align:center;
}
.section-special-links {
    padding:20px 0 !important;
}
.card.card-imp-links:hover {
    transform: translateY(-6px);
    background-color:#fff !important;box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.implinks-icns img {height:50px;}

.message-latest {
    background-attachment:fixed;
    background-image: url('../images/linksectionimage.jpg');
    background-position:center;
    background-size:cover;
    position:relative;
    z-index:0;
    padding:80px 0 !important;
}
.message-latest:after {
    content:'';
    position:absolute;left:0;top:0;
    width:100%;height:100%;
    background-color:#000;opacity:.5;
    z-index:-1;
}
.message-latest .section-title {
    color:#fff;
    
}
.link-columns {
    width:100% !important;
    padding:30px;
    background-color:#fff;
}
.link-columns ul {
    margin:0;padding:0 0 0;
}
.link-columns ul li{list-style-type:none;padding:0 0 0 20px;}
.link-columns ul li a {
    color:#000;font-size:14px;position:relative;
}
.link-columns ul li a:hover {
   color: #d32243;
}
    .link-columns ul li a:after {
     content: '';
  position: absolute;
  left: -20px;
  top: 0;
  background-image: url('../images/circlearrortopi.svg');
  height: 20px;
  width: 20px;
  background-size: 18px;
  background-repeat: no-repeat;
    }
.section-title-description {
    text-align:center;
    color:#fff;margin-bottom:30px;
}
.centerarea-box {

    margin-top: -0.6em;
}
/* Inner page design */
.rmtu-in-header-title {
    padding: 50px 0;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    background-image: url('../images/rmtu-cms-bannerimg.jpg');
}
.rmtu-in-header-title:after {
 content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
  background-image: linear-gradient(120deg, #081426 0%, #b27739 100%);
}
.rmtu-in-header-title h4 {
    color:#fff;font-size:30px;font-weight:800;
}
.latestnews-table td {font-size:14px;background-color: transparent !important;}
.latestnews-table td a {
    color:#283a62;
}
.latestnews-table td a:hover {
    color:#d22243;text-decoration:underline !important;
}
.latestnews-table tr:nth-child(odd) {
background-color: #9babb90d;
}
.contactus-table td {font-size:14px;background-color: transparent !important;}
.contactus-table td p{margin:0 !important;}
.contactus-table tr:nth-child(2n+1) {
  background-color: #9babb90d;
}
.table-telephone-td {width:16%;text-align:center;}
.table-mobile-td {width:13%;text-align:center;}
.contactus-content p strong {

}

.rmtu-in-wrapper {
  background-color: #1c415314;
}
/* Video Gallery design 28082025 */
 .video-thumbnail {
      cursor: pointer;
      position: relative;
      overflow: hidden;
    }

    .video-thumbnail img {
      width: 100%;
      height: auto;
      border-radius: 5px;
      transition: transform 0.3s ease;
    }

    .video-thumbnail:hover img {
      transform: scale(1.05);
    }

    .modal-dialog {
      max-width: 800px;
    }

    .modal-body {
      padding: 0;
    }

    .embed-responsive {
      position: relative;
      display: block;
      width: 100%;
      padding: 0;
      overflow: hidden;
    }

    .embed-responsive::before {
      display: block;
      content: "";
      padding-top: 56.25%; /* 16:9 aspect ratio */
    }

    .embed-responsive iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }
    .modal-backdrop.fade.show {
 
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1 !important;
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
  .videopup .modal-dialog {
       
    }
  .videopup  {
      padding:0 !important;
      top:50px;
  }
  /* Quotations Styles */
  /* .card-box-outer {
      padding:40px 0;
  } */
   .card-box {
       margin-bottom:20px;transition: .5s all;
       width:100%;text-align:center;box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;

   }
  .card-box a {
      padding:20px;
      color:#000;
  }
  .card-box:hover {
  transform: translateY(-10px);transition: .5s ease-in-out;       box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  background-color: #314470;
  color: #fff;
}
   .card-box:hover a {
       color:#fff;
   }


/* Latest marquee */
.marquee-container {
      height: 200px; /* Set desired visible area */
      overflow: hidden;
      position: relative;
      border: 1px solid #ccc;
    }

    .marquee-content {
      display: inline-block;
      animation: scroll-up 10s linear infinite;
    }

    @keyframes scroll-up {
      0% {
        transform: translateY(0);
      }
      100% {
        transform: translateY(-100%);
      }
    }

    .marquee-content ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .marquee-content li {
      padding: 10px;
    }

    .marquee-content a {
      text-decoration: none;
      color: #0077cc;
    }

    /* Pause animation on hover */
    .marquee-container:hover .marquee-content {
      animation-play-state: paused;
    }

    /* Scroll Slim */
    /* Targeting the container you want to scroll */
.scroll-container {
  overflow-y: auto;      /* vertical scroll only */
      /* set your desired height */
}

/* Chrome, Edge, and Safari */
.scroll-container::-webkit-scrollbar {
  width: 6px;             /* slim width */
}

.scroll-container::-webkit-scrollbar-track {
  background: transparent;
}

.scroll-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);  /* change color as needed */
  border-radius: 3px;
}

/* Firefox */
.scroll-container {
  scrollbar-width: thin;              /* slim */
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;  /* thumb and track */
}
.latestBox {
  background: #E7EFFF;
  border: 1px solid #1E2535;
  position: relative;
  z-index: 2;
  padding: 48px 42px 58px 42px;
}
.latestBox::before {
  content: "";
  position: absolute;
  inset: 10px;
  background: #FFFFFF;
  box-shadow: 0px 10px 50px rgba(135,143,151,0.2);
  z-index: -1;
}
.latestBox ul li {
    padding:3px 0;
}
.latestBox ul li a{
    color:#000;text-decoration:none !important;font-family: "Hind", sans-serif !important;
    font-size:14px;
}
.latestBox ul li a:hover {
    text-decoration:underline !important;color: #d32243;
}
.footer-rmtu-cms {
    padding:30px 0;
    background-image: url('../images/footer-bg-2.png');
    color:#fff;
    
}
.footer-column {
    padding:0 0 20px 0;
}
.aboutus-footer p {
    color:#acb8c2;font-size:15px;
}
.footer-widget ul {
    margin:0;padding:0 0 0 20px;
}
.footer-widget ul li {

}
.footer-widget ul li a {
    color:#acb8c2;font-size: 15px;
    padding:3px 0;display:block;
}
.footer-widget ul li a:hover {
color: #d32243 !important;
}
.widget_title {font-size:20px;}
/* Contact Us */
.contactus-rmtu-cms p.section-title-description {
    color:#506172;
}
.footer-poweredby {
    padding-top:30px;border-top: 1px solid rgba(255,255,255,0.2);

}
.footer-poweredby strong {
    color:#d32243;
}
@media screen and (min-width:769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: .5em;
  }
}

@media only screen and (max-width: 999px) {
  .about-rmtu-cms {
  padding: 50px 0;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
   .about-rmtu-cms {
    padding:20px 0;
    width:100%;
    margin: 0 auto;
  }
  .about-rmtu-cms h1 {
  font-size:40px;

}
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
    position: absolute;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.faculties-programs-card {
    border:0 !important;
    
}
.faculties-programs-card strong {
    display:block;
}
.faculties-programs-card span {
    display:block;font-size:14px;
}
.card-programs {
    padding:10px;
    text-align:center;
    box-shadow: 0 2px 8px rgb(229, 229, 229);transition: .5s ease-in-out;
    margin: 0 0 20px;
}
.boximage-column {
    margin-bottom:10px;
}
.boximage-column img {
    border-radius:5px 5px 0 0;
}
.container {
    max-width:95% !important;
}
/* VC Desk */
.vc-desk-section {
    padding:30px 0;
}
.vc-image-rmtu img {
    border-radius:20px;
}
.name-post-vc strong {display:block;}
/* Position submenu correctly */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;  /* makes it open to the right */
    margin-top: -1px;
}

.blink-soft {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}