/* color variable */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Yrsa:ital,wght@0,300..700;1,300..700&display=swap');

:root {
  --color1: #ff6a2a;
  --font-hind: "Hind", sans-serif;
  --rt-primary-1: #1c5a9b;
  --rt-primary-2: #b23e15;
  --rt-white: #fff;
  --transition: all 0.4s ease;

}

img {
  max-width: 100%;
}

:root {
  --color2: #efecec;
}

:root {
  --color3: #003366;
}

:root {
  --color4: #004c59;
}

:root {
  --color5: #f46101;
}

:root {
  --color6: #fff;
}

:root {
  --color7: #000;
}

:root {
  --light-color5: #fcddb9;
}

html {
  scroll-behavior: smooth;
  font-family: "Roboto Condensed", sans-serif;
}

/* nav bar mega menu */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 250px;
  top: auto;
  left:0;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu i{
	margin-left:5px;
	display:inline-block;
}
.navbar-dark .navbar-nav .nav-link.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

/*nav bar mega menu end  */

.container-full {
  width: 90%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.pb-50 {
  padding-bottom: 50px !important;
}

/* banner start */

.banner {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.banner .wavebg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.banner video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  z-index: -1;
}

/* banner end */

/* about start */


.about .left {
  background-color: var(--color2);
  position: relative;
  margin-top: 50px;
  padding-left: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  box-shadow: 8px 8px 0px var(--color3);
  transition: 0.3s;
}

.about .left:hover {
  box-shadow: 8px 8px 0px var(--color1);
}

.about .left h1 {
  font-size: 94px;
  font-weight: bold;
  color: var(--color3);
  position: absolute;
  top: -60px;
  left: 90px;
}

.about .left h2 {
  font-size: 35px;
  font-weight: bold;
  color: var(--color3);
}

.about .left h3 {
  font-size: 26px;
  color: var(--color1);
  margin-top: 25px;
}

.about .left .about-desc {
  width: 80%;
  margin-bottom: 30px;
  text-align: justify;
}

.about .left a {
  background-color: var(--color1);
  color: var(--color6);
  padding: 10px 30px;
  text-decoration: none;
}

.about .left a h6 {
  font-size: 18px;
  margin-bottom: 0;
}

.about .right {
  margin-top: 68px;
  position: relative;
  left: -150px;
}

.about .right .owl-carousel .item {
  border: 5px solid var(--color3);
}

.about .right .owl-carousel .item img {
  width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color3);
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 35px;
}

/* about end */

/* click section start */

.click-section {
  padding: 30px 0;
  background-image: linear-gradient(45deg, rgba(53, 50, 50, 0.829), rgba(12, 12, 12, 0.884)), url("../images/bg_stripe_bnr.png");
  background-position: center;
}

.round-icon {
  background-color: var(--color6);
  border-radius: 100%;
  padding: 25px;
  border: 3px solid var(--color1);
  text-align: center;
  height: 150px;
  width: 150px;
  margin: auto;
  transition: 0.7s all ease-in-out;
}

.round-icon_area:hover .round-icon {
  transform: rotate(360deg);
  border: 2px dashed var(--color1);
  background-color: #0009;
}

.icon-img {
  position: absolute;
  top: 29px;
  left: 0;
  right: 0;
  text-align: center;
}

.icon-img img {
  width: 80px;
  transition: none;
}

/* .round-icon:hover .icon-img {
      transform: rotate(360deg);
  } */

/* .round-icon:hover img {
      filter: drop-shadow(3px 3px 2px black);
  } */

.round-icon {
  text-align: center;
  color: var(--color6);
  margin-top: 20px;
}

.round-icon p {
  font-size: 18px;
  margin-bottom: 0;
}

.round-icon_area {
  position: relative;
}

.round-icon-txt {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
}

.directors .left {
  position: relative;
}

.directors .left:before {
  content: "";
  position: absolute;
  background-image: url("../images/top_bubble.png");
  background-repeat: no-repeat;
  height: 200px;
  width: 100%;
  transition: 0.3s;
}

.directors .left:hover::before {
  transform: rotate(11deg);
}

.directors .left:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url("../images/bottom_bubble.png");
  background-repeat: no-repeat;
  height: 200px;
  width: 100%;
  transition: 0.3s;
}

.directors .left:hover::after {
  transform: rotate(-10deg);
  transform-origin: revert;
}

.directors .left::after:hover {
  display: none;
}

.discover {
  padding: 40px 0;
  background-color: var(--color2);
}

.discover .discover-title {
  margin-bottom: 30px;
}

.discover .discover-title h4 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.discover .card {
  width: 400px;
  height: 300px;
  box-shadow: 10px 0px 10px 0px #0000002b;
  transition: 0.3s;
}

.discover .card .card-header {
  border-bottom-right-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
  border: 0;
  box-shadow: 0 1px 10px #00000052;
  transition: 0.3s;
  background-color: rgb(248 248 248);
}

.discover .card:hover .card-header {
  transform: translateY(13px);
}

.discover .card:hover {
  transform: translateY(-10px);
}

.discover .card .card-header img {
  width: 100%;
  border-bottom-right-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
}

.discover .card .faculty_box_area {
  text-align: center;
  padding: 30px;
  padding-top: 30px;
  max-height: 191px;
}

.discover .card .faculty_box_area h5 {
  color: #584bed;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}

.discover .card .faculty_box_area p {
  /* font-weight: 600; */
  color: var(--color7);
}

.discover .card .card-footer {
  background-color: var(--color7);
  text-align: center;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 10px;
}

.discover .card .card-footer a {
  color: var(--color6);
  text-decoration: none;
}

.discover .card .card-footer h6 {
  margin-bottom: 0;
}

.discover .owl-carousel .owl-dots.disabled {
  display: block;
}

.owl-carousel-2 {
  position: relative;
}

.owl-carousel-2 .owl-prev {
  position: absolute;
  top: 80px;
  left: -34px;
  background-color: var(--color3) !important;
  border-radius: 0 !important;
}

.owl-carousel-2 .owl-next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 0 31px;
  border-color: transparent transparent transparent #a0a0a0;
  position: absolute;
  top: -30px;
  left: 0px;
}

.owl-carousel-2 .owl-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #a0a0a0 transparent;
  position: absolute;
  top: -30px;
  left: -1px;
}

.owl-carousel-2 .owl-prev span {
  color: var(--color6);
  font-size: 80px;
  padding: 0 5px;
  font-weight: 300;
}

.owl-carousel-2 .owl-next {
  position: absolute;
  top: 80px;
  right: -11px;
  background-color: var(--color3) !important;
  border-radius: 0 !important;
}

.owl-carousel-2 .owl-next span {
  color: var(--color6);
  font-size: 80px;
  padding: 0 5px;
  font-weight: 300;
}

.logo-img-scroll .owl-carousel .owl-item {
  border: 1px solid #ccc;
  padding: 5px;
}

.logo-img-scroll .owl-carousel .owl-item img {
  width: 85%;
  text-align: center;
}

.owl-carousel .owl-item:hover img {
  filter: grayscale(0.8);
}

.about .owl-nav {
  display: none !important;
}

.discover .viewAll-button-section {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.viewAll-button-section {
  text-align: center;
}

.viewAll-button-section a {
  background-color: var(--color1);
  color: var(--color6);
  padding: 9px 30px;
  text-decoration: none;
  border-radius: 5px;
}

.instituteNews .viewAll-button-section a::before {
  border-radius: 5px;
}

.viewAll-button-section a i {
  margin-left: 10px;
}

.discover {
  position: relative;
  overflow: hidden;
}

/* .discover .waveBackgroundSection {
      position: absolute;
      bottom: 0;
      left: 0;
  } */

.discover .waveBackgroundSection .waveBackground {
  width: 100%;
}

/* Alumni stories start */

.alumni-stories {
  padding: 40px 0;
}

.alumni-stories .titleAndButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.alumni-stories .titleAndButton .title h4 {
  font-size: 32px;
  font-weight: bold;
}

.alumni-stories .story {
  width: 300px;
  min-height: 335px;
  max-height: 335px;
  padding: 15px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 5px 0 #00000018;
}

.alumni-stories .story .story-image {
  width: 110px;
  margin: auto;
  margin-bottom: 25px;
}

.alumni-stories .story .story-image img {
  width: 100%;
  border-radius: 100%;
  border: 2px solid var(--color3);
}

.alumni-stories .story .story-title {
  margin-bottom: 8px;
}

.alumni-stories .story .story-title h4 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 17px;
}

.alumni-stories .story .story-desc p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.alumni-stories .story .readMore-button {
  position: absolute;
  bottom: -15px;
  left: 95px;
}

.alumni-stories .story .readMore-button a button {
  border: none;
  font-size: 13px;
  color: var(--color6);
  background-color: var(--color3);
  padding: 8px 16px;
}

.owl-carousel-3 {
  position: relative;
}

.owl-carousel-3 .owl-prev {
  position: absolute;
  top: 40%;
  left: -50px;
  width: 40px !important;
  height: 40px !important;
  border-radius: 100% !important;
  color: var(--color6) !important;
  background-color: var(--color3) !important;
  font-size: 28px !important;
}

.owl-carousel-3 .owl-next {
  position: absolute;
  top: 40%;
  right: -55px;
  width: 40px !important;
  height: 40px !important;
  border-radius: 100% !important;
  color: var(--color6) !important;
  background-color: var(--color3) !important;
  font-size: 28px !important;
}

.owl-carousel-3 .item {
  margin: 20px 10px;
}

/* Alumni stories end */

/* institute news start */

.instituteNews {
  background-image: linear-gradient(rgba(44, 48, 71, 0.95), rgba(67, 72, 95, 0.95)), url("../images/about-banner03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 100px 40px 100px;
  box-shadow: 11px 11px 0px 0px #7fbe4c;
}

.instituteNews:hover {
  box-shadow: 11px 11px 0px 0px var(--color1);
}

.instituteNews .title-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.instituteNews .title-button .title h3 {
  font-size: 30px;
  color: #ffffff;
}

.institute-line {
  border: 2px solid var(--color6);
  width: 400px;
  opacity: 1;
}

.news {
  overflow: hidden;
}

.news .news-image img {
  width: 100%;
}

.news .news-details {
  align-items: center;
  color: var(--color6);
  margin-top: 20px;
}

.news .news-details .left {
  align-items: center;
  padding-right: 10px;
}

.news .news-details .left h4 {
  color: #ffa100;
  font-size: 30px;
  margin-bottom: 0;
  margin-right: 5px;
}

.news .news-details .left .monthYear {
  border-right: 3px solid #ffa100;
}

.news .news-details .left .monthYear h6 {
  margin-bottom: 0;
}

.news .news-details .right {
  padding-left: 10px;
}

.news .news-details .right h6 {
  margin-bottom: 0;
}

/* gallery */

.photoGallery {
  padding: 50px 0;
  padding-left: 80px;
}

.photoGallery .photoGallery-title {
  margin-bottom: 20px;
}

.photoGallery .photoGallery-title h4 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: var(--color3);
  position: relative;
}

.photoGallery .photoGallery-title h4::after {
  content: "";
  height: 3px;
  width: 0%;
  bottom: -15px;
  right: calc(50% - 21.5%);
  position: absolute;
  background-color: var(--color3);
  transition: 0.5s;
}

.photoGallery .photoGallery-title h4:hover::after {
  width: 43%;
}

.photoGallery .photoGallery-photos .photo {
  margin-bottom: 25px;
}

.photoGallery .photoGallery-photos .photo img {
  width: 100%;
  transition: 0.3s;
}

.photoGallery-photos .photo img:hover {
  border-radius: 20px 0px 20px 0px;
  border: 2px solid var(--color1);
  padding: 2px;
}

/* Our Partner Logo */

.logo-img-scroll {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.logo-img-scroll .wraper {
  padding: 0px 40px;
}

.owl-carousel-4 .owl-dots {
  display: none;
}

.owl-carousel-4 .owl-prev {
  background-color: var(--color7) !important;
  color: var(--color6) !important;
  width: 28px;
  height: 28px;
  border-radius: 50px !important;
}

.owl-carousel-4 .owl-prev {
  position: absolute;
  left: -50px;
  top: 35%;
}

.owl-carousel-4 .owl-next {
  background-color: var(--color7) !important;
  color: var(--color6) !important;
  width: 28px;
  height: 28px;
  border-radius: 50px !important;
}

.owl-carousel-4 .owl-next {
  position: absolute;
  right: -50px;
  top: 35%;
}

/* sticky style start */

/* .fixed {
      position: fixed;
      width: 100%;
      z-index: 99;
      transition: 0.3s ease-in-out;
  }
  
  .none {
      display: none;
  } */

/* sticky style end */

/* Aboutus page start */

.page-banner img {
  width: 100%;
}

.welcomeSection .title {
  margin-top: 20px;
}

.welcomeSection .title h2 {
  font-size: 36px;
  color: var(--color3);
}

.welcomeSection .title p {
  font-size: 24px;
  color: var(--color5);
  margin-bottom: 0;
}

.welcomeSectionDesc {
  padding-top: 13px;
}

.welcomeSectionDesc p {
  /* text-align: justify; */
}

.welcomeSectionDesc .image {
  padding: 10px;
  position: relative;
}

.welcomeSectionDesc .image .properImage {
  border-radius: 10px;
  opacity: 1;
  display: block;
  width: 100%;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.overley {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.overley-text {
  background-color: #04aa6d;
  color: white;
  font-size: 16px;
  padding: 10px;
}

.welcomeSectionDesc .image:hover .properImage {
  opacity: 0.3;
}

.welcomeSectionDesc .image:hover .overley {
  opacity: 1;
}

/* Aboutus page end */

/* Faculty page start */

.breadcrumb-section {
  padding-top: 20px;
  border-bottom: 2px solid var(--grey);
}

.breadcrumb-section .breadcrumb .breadcrumb-item a {
  text-decoration-line: none;
}

.faculty-titleAndSearch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

.faculty-titleAndSearch .title p i {
  color: var(--color3);
}

.faculty-titleAndSearch .title p {
  font-size: 32px;
  font-weight: 600;
  color: var(--color1);
  margin-bottom: 0;
}

.faculty-titleAndSearch .searchArea {
  display: flex;
  align-items: center;
}

.faculty-titleAndSearch .searchArea input {
  width: 100%;
  padding: 10px 22px;
  border: none;
  background-color: var(--color2);
  border-radius: 20px 0 0 20px;
  outline: none;
  font-size: 16px;
}

.faculty-titleAndSearch .searchArea a {
  background-color: var(--color2);
  color: var(--color7);
  padding: 10px 16px;
  border-radius: 0 20px 20px 0;
  font-size: 16px;
}

.faculty-members .card {
  width: 100%;
  border: none;
  padding: 10px;
  min-height: 500px;
}

.faculty-members .card img {
  border-radius: 10px 10px 0 0;
  height: 280px;
  /* object-fit: cover; */
}

.faculty-members .card .card-title {
  color: var(--color2);
}

.faculty-members .card .faculty_box_area {
  background-color: var(--color3);
  border-radius: 0 0 10px 10px;
  position: relative;
  padding: 10px;
}

.faculty-members .card .faculty_box_area h5:first-of-type {
  color: var(--color6);
}

.faculty-members .card .faculty_box_area h5:last-of-type {
  font-size: 18px;
}

.faculty-members .card .faculty_box_area .card-text {
  color: var(--color6);
  font-size: 14px;
  margin-bottom: 12px 18px;
  /* min-height: 65px; */
}

.faculty-members .card .faculty_box_area .card-link {
  color: var(--color5);
  font-weight: 600;
}

.faculty-members .card .card-head {
  position: relative;
  min-height: 280px;
  max-height: 280px;
}

.mail {
  background-color: #f56c23;
  width: 40px;
  text-align: center;
  border-radius: 3px;
  padding: 5px 0;
  position: absolute;
  right: -20px;
  bottom: 5px;
}

.mail a {
  color: var(--color6);
  font-size: 20px;
}

/* mail tooltip start */

.mail .tooltip {
  position: absolute;
  right: 4rem;
  top: 0.325rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #000;
  padding: 0.325rem 1rem;
  border-radius: 4px;
  transform: translateX(-0.325rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease-in-out 0s, transform 300ms ease-in-out 0s;
}

.mail .tooltip::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #000;
  right: -10px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 1px;
}

.mail:hover .tooltip {
  transform: translateX(0.325rem);
  opacity: 1;
}

/* mail tooltip end */

.people {
  position: relative;
  padding-bottom: 20px;
}

.people-div {
  position: absolute;
  top: 40px;
  background-image: linear-gradient(179deg, #222427, #08070700);
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  display: none;
}

.people-div ul {
  padding: 0;
}

.people-div ul li {
  margin-bottom: 10px;
  margin-left: 0;
}

.people-div a {
  color: #fff;
}

.people:hover .people-div {
  display: block;
}

.wave {
  background: url("../images/wave_background.png") repeat-x;
  position: absolute;
  bottom: -100px;
  width: 6400px;
  height: 198px;
  transform: translate3d(0, 0, 0);
  animation: wave 18s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite, swell 8s ease -1.25s infinite;
  opacity: 0.3;
}

/* .wave:hover {
     
      bottom: -62px;
  } */

@keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

/* 
  @keyframes swell {
      0%,
      100% {
          transform: translate3d(0, -40px, 0);
      }
      50% {
          transform: translate3d(0, -10px, 0);
      }
  } */

/* breadcrumb-start */

.full-area ul {
  display: inline-block;
  list-style: outside none none;
  padding: 0;
}

.full-area li {
  display: inline;
  float: left;
  margin-right: 10px;
}

.full-area li:last-child {
  margin: 0;
}

.full-area a,
.full-area a:hover,
.full-area a:focus,
.full-area a:active {
  background: #ff6a2a;
  display: inline-block;
  outline: medium none;
  padding: 6px 24px;
  text-decoration: none;
  color: #fff;
  position: relative;
}

.full-area a:hover {
  background: var(--color5);
  color: #000;
}

.full-area a:focus {
  background: var(--color5);
}

.full-area li:first-child a {
  /* border-radius: 10px 0 0 10px; */
  padding-left: 10px;
}

.full-area li:last-child a {
  border-radius: 0 15px 15px 0;
}

.full-area a::before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 18px;
  box-sizing: border-box;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.full-area a::after {
  border-color: transparent transparent transparent #ff6a2a;
  border-style: solid;
  border-width: 18px;
  box-sizing: border-box;
  content: "";
  height: 0;
  left: 100%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}

.full-area a:hover::after {
  border-left-color: var(--color5);
}

.full-area a:focus::after {
  border-left-color: var(--color5);
}

.full-area li:first-child a:before,
li:last-child a:after {
  display: none;
}

.full-area i {
  margin-right: 5px;
}

.full-area .active {
  background: var(--color3);
  color: #fff;
}

/* breadcrumb-end */

.phone {
  color: var(--color6);
  background-color: #f56c23;
  width: 40px;
  text-align: center;
  border-radius: 3px;
  padding: 5px 0;
  position: absolute;
  right: -20px;
  top: 5px;
}

.phone a {
  color: var(--color6);
  font-size: 20px;
}

.phone .tooltip {
  position: absolute;
  right: 4rem;
  top: 0.325rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #000;
  padding: 0.325rem 1rem;
  border-radius: 4px;
  transform: translateX(-0.325rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease-in-out 0s, transform 300ms ease-in-out 0s;
}

.phone .tooltip::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #000;
  right: -10px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 1px;
}

.phone:hover .tooltip {
  transform: translateX(0.325rem);
  opacity: 1;
}

/* facultyDetailsSection-start */

.facultyDetailsSection .facultyDetailsSectionLeft img {
  width: 100%;
  border-radius: 10px;
}

.facultyDetailsSection .facultyDetailsSectionRight .head {
  background-color: var(--color3);
  padding: 15px 40px;
  border-radius: 7px 7px 0 0;
}

.course-box {
  padding: 4em 0 35px;
}

.course-box h3 {
  font-size: 30px;
  font-weight: bold;
  color: var(--black);
  text-align: center;
  margin-bottom: 40px;
}

.facultyDetailsSection .facultyDetailsSectionRight .head .facultyName {
  color: var(--color2);
  font-size: 25px;
  margin-bottom: 0;
  font-weight: bold;
}

.facultyDetailsSection .facultyDetailsSectionRight .head .facultyDesignation {
  color: var(--color2);
  font-size: 18px;
  margin-bottom: 0;
}

.facultyDetailsSection .facultyDetailsSectionRight .body {
  padding: 20px 40px;
  border-radius: 0 0 10px 10px;
  background-color: #43afe61e;
}

.facultyDetailsSection .facultyDetailsSectionRight .body .professionalSummary {
  font-size: 22px;
  color: var(--light-red);
  font-weight: bold;
}

.facultyDetailsSection .facultyDetailsSectionRight .body .professionalSummaryDetails {
  font-size: 18px;
}

.facultyDetailsSection .facultyDetailsSectionRight .body .contactInformation {
  font-size: 22px;
  color: var(--light-red);
  font-weight: bold;
}

.facultyDetailsSection .facultyDetailsSectionRight .body .mailandphone {
  color: #000;
  font-size: 16px;
}

.facultyDetailsSection .facultyDetailsSectionRight .body .mailandphone span i {
  color: var(--white);
  background-color: var(--deep-blue);
  padding: 6px;
  margin-right: 5px;
}

.facultyDetailsSection .facultyDetailsSectionRight .body .mailandphone span:first-of-type {
  margin-right: 20px;
}

.facultyDetailsSection .facultyDetailsSectionRight .body button {
  background-color: var(--color3);
  padding: 8px 30px;
  color: var(--color6);
  font-size: 18px;
  border: none;
  margin: 8px 0;
}

.facultyDetailsSection .facultyDetailsSectionRight .body .pdf-btn {
  margin-right: 20px;
}

.facultyDetailsSection .facultyDetailsSectionRight .body .pdf-btn button {
  border-radius: 0 15px 0 15px;
}

.facultyDetailsSection .facultyDetailsSectionRight .body .login-btn button {
  border-radius: 15px 0 15px 0;
}

.facultyDetailsSectionAbout {
  padding-top: 40px;
}

.facultyDetailsSectionAbout .facultyDetailsSectionAboutTItle p {
  color: var(--light-red);
  font-size: 24px;
  font-weight: bold;
}

.facultyDetailsSectionAbout .facultyDetailsSectionAboutTItle p i {
  color: var(--color3);
  margin-right: 5px;
  font-size: 28px;
}

.researchPublications {
  padding-left: 50px;
  padding-top: 40px;
}

.researchPublications .researchPublicationsTitle {
  margin-bottom: 30px;
}

.researchPublications .researchPublicationsTitle .researchIcon {
  color: var(--color6);
  background-color: var(--color3);
  padding: 10px 10px;
  font-size: 20px;
  border-radius: 2px;
}

.facultyDetailsDesc {
  text-align: justify;
  color: gray;
}

.researchPublications .researchPublicationsTitle .researchTitle {
  margin-left: 20px;
  font-size: 24px;
  font-weight: bold;
}

/*DIRECTOR Page Start*/

.about-director {
  padding: 60px 120px;
  background-color: #ccc;
  background-repeat: repeat;
  border: 1px solid #bfbfbf;
  background-size: cover;
}

.about-director-txt {
  border: 8px #69b532 double;
  padding: 26px 40px;
  background: #e1f1d5;
}

.director-information {
  text-align: justify;
}

/*Mega menu css start*/

.menu-animation .menuContent h6 {
  color: #fff;
  font-size: 18px;
}

.menu-animation .menuContent {
  position: relative;
  top: 20%;
  padding-bottom: 20px;
  margin-top: -60px;
  overflow: auto;
  max-height: 692px;
}

.height-set {
  /* height: 200px; */
}

.facul {
  background-color: #e9f6fc;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  border-radius: 15px;
}

/*for logo change color*/
#logo-white {
  display: none;
}

.background-black #logo-white {
  display: block;
  filter: contrast(0.1);
}

.background-black #logo-blue {
  display: none;
}

.header-logo a img {
  width: 85px !important;
}

.changetext {
  display: none;
  font-size: 22px;
}

.header-logo {
  align-items: center;
}

.header-logo h1 {
  font-weight: 900;
  line-height: 20px;
}

.header-logo p {
  font-size: 14px;
}

.activetext {
  display: inline-block;
}

.awards-and-recognition {
  background-image: url(../images/gradient.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 20px
}

.awards-and-recognition .border-start {
  border-color: rgba(255, 255, 255, .2) !important
}

.title-h4 {
  font-size: 42px;
}

.font-w-600 {
  font-weight: 600;
}

.c-white {
  color: #fff !important;
}

/* .border-start, .border-bottom, .border-end {
    border-color: #ececec !important;
}
.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.awards-and-recognition .border-start {
    border-color: rgba(255, 255, 255, .2) !important;
} */
.cust-border-end {
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.cust-border-top {
  border-top: 1px solid rgba(255, 255, 255, .2);
}

/*****************************
	Tabs
*****************************/
.nav-pills .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #022d62;
  font-size: 20px;
  line-height: 1;
  padding: 15px 0px;
  font-weight: 600;
  border-radius: 0;
  position: relative;
}

.nav-pills .nav-link:hover {
  color: #FF5722;
  background: transparent;
}

.nav-pills .nav-link:hover:after {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  right: 0;
}

.nav-pills .nav-link:hover .data-hover {
  -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}

.nav-pills .nav-link:after {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-pills .nav-link .data-hover {
  display: block;
  position: relative;
  -webkit-transition: .5s ease-in-out all;
  transition: .5s ease-in-out all;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  font-weight: 500;
}

.nav-pills .nav-link .data-hover span {
  margin-right: 20px;
}

.nav-pills .nav-link .data-hover:before {
  display: block;
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .5s ease-in-out all;
  transition: .5s ease-in-out all;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  font-weight: bold;
  width: 100%;
}

.nav-pills .nav-link.active {
  color: #FF5722;
  background: transparent;
}

.nav-pills .nav-link.active:after {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  right: 0;
}

.nav-pills .nav-link.active .data-hover {
  -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}

.nav-pills .show>.nav- {
  color: #FF5722;
  background: transparent;
}

.nav-pills .show>.nav-link {
  color: #FF5722;
  background: transparent;
}

.nav-tabs.nav-tabs-02 {
  border: none;
}

.nav-tabs.nav-tabs-02 .nav-link {
  border: none;
  color: #022d62;
  font-weight: 700;
  background: #f6f6f6;
  border-radius: 50px;
  margin-right: 10px;
  padding: 12px 28px;
  margin-bottom: 10px;
}

.nav-tabs.nav-tabs-02 .nav-link.active {
  color: #ffffff;
  background: #FF5722;
}

.nav-tabs.nav-tabs-02 .nav-link:hover {
  color: #ffffff;
  background: #FF5722;
}

@media (max-width: 1199px) {
  .nav-pills .nav-link {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .nav-pills .nav-link {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .accordion .accordion-icon.card-header button {
    padding: 22px 20px 22px 52px;
  }

  .accordion .card-body {
    padding: 25px 25px 35px 52px;
  }

  .nav-pills.flex-column {
    -webkit-box-orient: inherit !important;
    -webkit-box-direction: inherit !important;
    -ms-flex-direction: inherit !important;
    flex-direction: inherit !important;
  }

  .nav-pills .nav-link {
    padding: 0 25px 25px 0;
    font-size: 16px;
  }

  .nav-pills .nav-link.active:after {
    content: none;
  }
}

@media (max-width: 575px) {
  .accordion .accordion-icon.card-header button {
    font-size: 16px;
    padding: 20px;
    line-height: 22px;
  }

  .accordion .card-body {
    padding: 20px;
  }
}

.space-ptb {
  padding: 60px 0;
}

a {
  outline: medium none !important;
  color: #FF5722;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #282828;
}

.text-primary {
  color: #FF5722 !important;
}

.img_txt h4 {
  margin-bottom: 0px;
  padding: 15px 15px 8px;
  font-size: 20px;
  font-weight: bold;
}

.overflow-flow {
  height: 350px;
  overflow-y: scroll;
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0px;
}

.counter .counter-icon i {
  color: #FF5722;
  margin-right: 25px;
  font-size: 70px;
  line-height: 70px;
}

.counter .counter-content {
  -ms-flex-item-align: center;
  align-self: center;
}

.counter .counter-content .timer {
  position: relative;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
}

.counter .counter-content label {
  display: block;
  color: #ffffff;
  margin-bottom: 0;
}

/* Counter 02 */
.counter.counter-02 .counter-content .timer {
  color: #022d62;
}

.counter.counter-02 .counter-content label {
  color: #626262;
}

.counter.counter-02 .counter-icon i {
  color: #dfdfdf;
}

/* Counter 03 */
.counter.counter-03 {
  background: #FF5722;
  padding: 32px;
  text-align: center;
  display: block;
  border-radius: 5px;
}

.border-rounded {
  border-radius: 10px;
}

iframe {
  width: 100%;
}

/* *********************** */
.campus-widget .image {
  position: relative;
  overflow: hidden;
}

.campus-widget .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #EEEEF6;

}

.campus-widget .content h3 {
  color: var(--blackColor);
  text-align: left;
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 1.28px;
  margin-bottom: 0;
}

.campus-widget .content .icon {
  display: inline-block;
  width: 40px;
  color: rgb(255, 255, 255);
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  border-radius: 2px;
  background: #FF5722;
}
.btn-three {
  color: #fff;
  transition: all 0.5s;
  position: relative;
}

.btn-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}

.btn-three:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}

.btn-three::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transform: scale(1.2, 1.2);
}

.btn-three:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

.btn-3 {
  display: flex;
  align-items: center;
  height: 50px;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  cursor: pointer;
  justify-content: center;
  margin-right: 10px;
}

.btn-3 a {
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  display: flex;
  position: relative;
  z-index: 9;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.event-teaser {
  margin: 0;
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  font-weight: inherit;
  text-decoration: none;
  border-top: 2px solid #e77500;
}

.event-teaser h3 {
  font-size: 18px;
  margin: 10px 0 0;
  text-align: left;
}

.event-teaser h3 a {
  border-width: 0;
  background-image: linear-gradient(#151515, #151515);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .3s;
  position: relative;
  background-size: 0 4px;
  background-image: linear-gradient(#151515 0, #fff 1px);
}

.breadcrumb-section {
  position: relative;
  padding: 100px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.overlay {
  opacity: 0.6;
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.breadcrumb-section h1 {
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  font-weight: bold;
}

.site-content {
  padding: 50px 0 0;
}

.team-single .team-aside {
  margin-top: -140px;
  z-index: 999;

}

.team-aside img {
  width: 100%;
  background: #f9f9f9;
}

.team-single .team-aside h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 15px;
  color: #e77500;
}

.ci-team-grid {
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.ci-team-grid .cix-featured-image {
  width: 100%;
  margin: 0px;
  overflow: hidden;
  position: relative;
}

.cix-featured-image img {
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}

.cix-featured-image:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%
}

@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}

@keyframes shine {
  100% {
    left: 125%
  }
}

.ci-team-grid .grid-bottom {
  border: 1px solid #e9ebf4;
  border-top: none;
  padding: 20px;
}

.ci-team-grid .grid-bottom .team-title {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}

.ci-team-grid .grid-bottom .team-title .lead {
  color: #5a5a5a;
  font-size: 15px;
  margin-top: 8px;
}

.ci-team-grid .grid-bottom .team-single-social-links {
  margin-bottom: 0px;
}

/* ********************************* */

.header-inner .header-inner-title {
  font-size: 18px;
}

.header-inner .header-inner-title h1 {
  font-size: 18px;
  margin-bottom: 0;
}

.about-inner {
  left: -14px;
  background: rgb(0 0 0 / 50%);
  padding: 10px 20px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  z-index: 9;
}

.bg-dark {
  background-color: #022d62 !important;
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0px;
}

.counter .counter-icon i {
  color: #FF5722;
  margin-right: 25px;
  font-size: 50px;
  line-height: 70px;
}

.counter .counter-content {
  -ms-flex-item-align: center;
  align-self: center;
}

.counter .counter-content label {
  display: block;
  color: #ffffff;
  margin-bottom: 0;
}

.counter .counter-content .timer {
  position: relative;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;

  color: #ffffff;
  margin-bottom: 10px;
  display: block;
}

.blog-post .blog-post-content {
  padding: 20px 20px 0;
}

.blog-post .blog-post-content .blog-post-date a {
  color: rgba(2, 45, 98, 0.5);
}

.blog-post-title h5 {
  font-size: 18px;
}
 #text {
  color: white;
  font-size: 12px;
  font-weight: 700;
 }

.circle {
  position: fixed;
  top: 10%;
  left: 50%;
  
}
.rts__circle.v__1 {
  background: var(--rt-primary-2);
  border: 1px solid var(--rt-white);
  border-radius: 50%;
  width: 130px;
  height: 130px;
  position: relative;
}

/*********************************************************************************************************/

.bread-new {
  background: linear-gradient(90deg, #DDE6F4 0%, #E6EAF8 17.57%, #D4DCFC 34.86%, #E2E6F6 52.23%, #E0E5F8 65.17%, #EEF4FD 97.75%);
}

.bread-new h1 {
  color: #282828;
}

.ui.faculty-vertical-list {
  margin-top: 25px;
  filter: drop-shadow(0px 4px 12px rgba(134, 134, 134, 0.1));
  border-radius: 4px;
  padding-bottom: 4rem;
  display: flex;
}

.vertical-list {
  position: sticky;
  top: 5rem;
}

.first {
  width: 33vw;
}

.second {
  width: 75vw;
  margin-left: 25px;
}

.ui.section-heading-blue {
  color: #0064ad;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: capitalize;
  padding: 1.25rem 0;
  letter-spacing: 0.0625rem;
  line-height: 1.5rem;
}

.ui.sub-heading {
  line-height: 1.3rem;
  color: var(--black);
  font-size: 1.25rem;
  /* padding: 1.25rem 0; */
}

.title-bar {
  display: flex;
  flex-direction: row;

  align-items: center;
  justify-content: space-between;
}

.ui.faculty-vertical-list .publication-list {
  margin-bottom: 3rem;
}

.ui.publication-list {
  padding-top: 1.5rem;
}

.ui.publication-list>.publicationListItem hr {
  border-width: 0.125rem;
}

.link-link .nav-link {
  width: 100%;
  padding: 0;
  font-size: 16px;
  padding-left: 15px;
  font-weight: normal;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.text-justify {
  text-align: justify;
}

.qr-profile {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 100px;
}

.bg-brighter-3 {
  background: #dcece9;
  border-bottom: 3px solid #212a4d;
}

.p-8 {
  padding: 2rem;
}

.font-normal {
  font-weight: 400;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-pulse-color {
  color: #127b66;
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.leading-loose {
  line-height: 2;
}

.font-light {
  font-weight: 300;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-\[8px\] {
  font-size: 8px;
}

.text-pulse-color {
  color: #127b66;
}

.font-semibold {
  font-weight: 600;
}

.text-\[12px\] {
  font-size: 12px;
}

.bg-pulse-color-darker3 {
  background-color: #0d5748;
}

.justify-content-space-between {
  justify-content: space-between;
}

/* ======== About CSS ======= */
.about__images--wrapper {
  position: relative;
  display: flex;
  margin-bottom: 75px;
}

@media screen and (max-width: 1200px) {
  .about__images--wrapper {
    margin-bottom: 0;
  }
}

.about__images--wrapper--left {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .about__images--wrapper--left img {
    width: 100%;
    height: 550px;
    object-fit: cover;
  }
}

@media screen and (max-width: 992px) {
  .about__images--wrapper--left img {
    margin-bottom: 30px;
  }
}

.about__images--wrapper--center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.about__images--wrapper--right {
  position: absolute;
  bottom: -75px;
  border-left: 20px solid var(--rt-white);
  border-top: 20px solid var(--rt-white);
  right: 45px;
}

@media screen and (max-width: 1200px) {
  .about__images--wrapper--right {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .about__content {
    margin-left: 0;
  }
}

.about__content .rts__title,
.about__content h2,
.program h2,
.rts__section--wrapper h2{

  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-family: "Yrsa", serif;
  font-size: 45px;
}

@media screen and (max-width: 992px) {
  .about__content .rts__title {
    max-width: 100%;
  }
}

.about__content .stroke__text {
  margin: 80px 0;
}

@media screen and (max-width: 1200px) {
  .about__content .stroke__text {
    margin: 40px 0;
  }
}

.about.v__2 .about__left--content {
  padding-right: 40px;
  position: relative;
  display: flex;
  gap: 30px;
}

.about.v__2 .about__left--content--left {
  margin-top: 40px;
}

.about.v__2 .about__left--content--center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about.v__2 .about__right--content--sub {
  color: var(--rt-primary-2);
  display: flex;
  gap: 10px;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: var(--font-primary);
  font-weight: 500;
}

.about.v__2 .about__right--content--title {
  margin-bottom: 30px;
}

.about.v__2 .about__right--content--vision {
  margin-bottom: 50px;
  margin-top: 30px;
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 1200px) {
  .about.v__2 .about__right--content--vision {
    flex-wrap: wrap;
  }
}

.about.v__2 .about__right--content--vision .mision,
.about.v__2 .about__right--content--vision .vision {
  display: flex;
  gap: 25px;
  align-items: center;
  border: 1px solid var(--rt-primary-2);
  padding: 13px 26px;
  background: var(--light-white);
}

.about.v__2 .about__right--content--vision .mision__icon,
.about.v__2 .about__right--content--vision .vision__icon {
  min-width: 50px;
  height: 50px;
}

.about.v__2 .about__right--content--vision .mision__title,
.about.v__2 .about__right--content--vision .vision__title {
  font-size: 18px;
  font-weight: 500;
  color: var(--rt-primary-2);
  font-family: var(--font-primary);
}

/* ====== Circle =========*/
.rts__circle svg {
  height: 156px;
  width: 156px;
  position: relative;
  padding: 5px;
  animation: rotate 10s linear infinite;
}
.rts__circle svg text textPath {
  font-size: 10.5px;
  fill: var(--rt-white);
  font-family: "Yrsa", serif;;
}
.rts__circle.v__1 {
  background: var(--rt-primary-2);
  border: 1px solid var(--rt-white);
  border-radius: 50%;
  width: 130px;
  height: 130px;
  position: relative;
}
.rts__circle.v__2 svg {
  height: 160px;
  width: 160px;
  padding: 0;
  animation: rotate 10s linear infinite;
}
.rts__circle.v__2 svg text textPath {
  font-size: 11.5px;
}
.rts__circle.v__2 .rts__circle--icon i {
  transform: rotate(0);
  font-size: 20px;
}
.rts__circle--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rts__circle--icon i {
  transform: rotate(-30deg);
  color: var(--rt-white);
}
.rts__circle.v__3 {
  display: inline-block;
  position: relative;
}
.rts__circle.v__3 text textPath {
  font-size: 11.5px;
  fill: var(--rt-heading);
  font-family: "Yrsa", serif;;
  font-weight: 400;
}
.rts__circle.v__3 .rts__circle--icon i {
  color: var(--rt-heading);
  transform: rotate(0);
  font-size: 20px;
}

.stroke__text {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #DEDEDE;
  -webkit-text-stroke: 1px;
  font-family: var(--font-hind);
}
.stroke__text.v__1 {
  top: 15px;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0;
    text-align: right;
    opacity: 0.3;
    position: absolute;
    left: -94px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


.rts__slider--arrow {
  display: flex;
  gap: 10px;
  align-items: center;
}

.rts__slider--arrow .slider__btn {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid var(--rt-white);
  color: var(--rt-white);
  display: grid;
  place-items: center;
}

.rts__slider--arrow.v__2 {
  max-width: max-content;
  position: absolute;
  right: 100px;
  z-index: 9;
  bottom: 80px;
  flex-direction: column;
}

@media screen and (max-width: 1400px) {
  .rts__slider--arrow.v__2 {
    display: none;
  }
}

.rts__slider--arrow.v__2 .slider__btn {
  border-color: var(--rt-heading);
  color: var(--rt-heading);
  transition: var(--transition);
  cursor: pointer;
}

.rts__slider--arrow.v__2 .slider__btn:hover {
  background: var(--rt-primary-2);
  color: var(--rt-white);
  border-color: var(--rt-primary-2);
}

.rts__pagination {
  display: flex;
  gap: 10px;
  max-width: max-content;
}

.rts__pagination.v__1 {
  margin: 60px auto 0;
}

.rts__pagination .swiper-pagination-bullet {
  background: var(--rt-line);
  opacity: 1;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: 0 !important;
}

.rts__pagination .swiper-pagination-bullet-active {
  background: var(--rt-primary-2);
}

.rts__description {

  font-size: 16px;
  line-height: 26px;
  color: #737477 !important;
  margin: 0 auto 20px;

}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rts-funfact-wrapper {
  background: #002d5f;
  padding: 30px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .rts-funfact-wrapper {
    padding: 30px 60px;
  }
}

@media screen and (max-width: 768px) {
  .rts-funfact-wrapper {
    padding: 40px;
  }
}

@media screen and (min-width: 575px) and (max-width: 685px) {
  .rts-funfact-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 40px;
  }
}

@media screen and (max-width: 576px) {
  .rts-funfact-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    /* gap: 40px; */
  }
}

.rts-funfact-wrapper .single-cta-item {
  /* max-width: 160px; */
  position: relative;
  padding: 0 25px;
  text-align: center;
}

.rts-funfact-wrapper .single-cta-item::after {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #1c5a9b;
  content: "";
  top: 0;
  right: 0px;
}

.rts-nbg-btn {
  font-weight: 500;
  position: relative;
  color: var(--rt-primary-1);
  text-transform: capitalize;
}

.rts-nbg-btn::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  background: var(--rt-primary-1);
  bottom: -2px;
  border-radius: inherit;
}
.rts-nbg-btn:hover{
  color:#fff;
  padding: 2px 5px;
}
.rts-nbg-btn:hover::before{
  height:100%;
  width:105%;
  z-index:-1;
  bottom: 0px;
  left:-5px;
  border-radius:3px;
}


.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);
}

.rts-arrow {
  color: var(--rt-primary-1);
  font-weight: 600;
  display: inline-block;
}

.rts-arrow span {
  margin-left: 5px;
}

@media screen and (max-width: 1200px) {
  .rts-funfact-wrapper .single-cta-item:not(:last-child):after {
    right: -40px;
  }
}

@media screen and (max-width: 992px) {
  .rts-funfact-wrapper .single-cta-item:not(:last-child):after {
    right: -15px;
  }
}

@media screen and (min-width: 850px) and (max-width: 991px) {
  .rts-funfact-wrapper .single-cta-item:not(:last-child):after {
    right: -40px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1075px) {
  .rts-funfact-wrapper .single-cta-item:not(:last-child):after {
    right: -30px;
  }
}

@media screen and (max-width: 768px) {
  .rts-funfact-wrapper .single-cta-item:not(:last-child):after {
    right: -20px;
  }
}

@media screen and (min-width: 575px) and (max-width: 685px) {
  .rts-funfact-wrapper .single-cta-item:not(:last-child):after {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .rts-funfact-wrapper .single-cta-item:not(:last-child):after {
    display: none;
  }
}

.rts-funfact-wrapper .single-cta-item h2 {
  color: var(--rt-white);
  margin-bottom: 5px;
  font-family: "Yrsa", serif;
  font-size: 45px;
}

.rts-funfact-wrapper .single-cta-item p {
  color: var(--rt-white);
  text-transform: capitalize;
}

.rts-funfact.v_2 .single-cta-item {
  max-width: 230px;
  text-align: center;
}

.rts-history-image {
  height: 400px;
}

.rts-history-image img {
  height: 100%;
  width: 100%;
}

.rts-history-section {
  padding-left: 30px;
}

.rts-about-university .rts-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .rts-about-university .rts-section {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.rts-about-university .rts-section-description {
  border-left: 1px solid #C0C0C0;
  padding-left: 45px;
}

.rts-about-university .rts-section-description.rtl {
  border-right: 1px solid #C0C0C0;
  padding-right: 45px;
  padding-left: 0;
  border-left: none;
}

.text-right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .rts-about-university .rts-section-description {
    padding-left: 0;
    border: none;
  }
}

.rts__section--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.rts__section--wrapper.v__5 {
  justify-content: center;
  margin-bottom: 40px;
}

/* ======= Program Area CSS ======= */
.program__single--item {
  padding: 60px;
  position: relative;
  z-index: 1;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .program__single--item {
    padding: 38px;
  }
}

.program__single--item * {
  position: relative;
}
.program__single--item p{
	 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}
.program__single--item::before {
  position: absolute;
  inset: 0;
  content: "";
  background: #f6f6f6;
  transition: var(--transition);
}

.program__single--item:hover::before {
  opacity: 0;
}

.program__single--item:hover {
  color: var(--rt-white);
}

.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 p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.program__single--item--bg::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  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: var(--rt-primary-1);
  transition: var(--transition);
}

.program__single--item.v__2 .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: 32px;
  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);
}

.rts-program.v_2 .rts-program-single {
  padding: 0;
  border: unset;
}

.rts-program.v_2 .rts-program-single .rts-program-hover {
  background: var(--light-white);
  position: unset;
  opacity: 1;
  padding: 36px 70px;
}

@media screen and (max-width: 1200px) {
  .rts-program.v_2 .rts-program-single .rts-program-hover {
    padding: 40px 60px;
  }
}

@media screen and (max-width: 576px) {
  .rts-program.v_2 .rts-program-single .rts-program-hover {
    padding: 40px 30px;
  }
}

.rts-program.v_2 .rts-program-single .rts-program-hover:hover {
  background: var(--rt-primary-1);
}

.rts-program.v_2 .rts-program-single .rts-program-hover .icon img {
  filter: invert(100%);
  transition: var(--transition);
}

.rts-program.v_2 .rts-program-single .rts-program-hover.center-item {
  padding: 32.5px 40px;
}

@media screen and (max-width: 1200px) {
  .rts-program.v_2 .rts-program-single .rts-program-hover.center-item {
    padding: 44.2px 40px;
  }
}

.rts-program.v_2 .rts-program-single .rts-program-hover ul {
  margin: 0;
}

.rts-program.v_2 .rts-program-single .single-program {
  display: flex;
  gap: 15px;
  border: 1px solid #fff;
  padding: 10px 23px;
  align-items: center;
  margin-top: 0;
  transition: var(--transition);
}

@media screen and (max-width: 576px) {
  .rts-program.v_2 .rts-program-single .single-program {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.rts-program.v_2 .rts-program-single .single-program:hover {
  background: var(--rt-secondary);
  border-color: var(--rt-secondary);
}

.rts-program.v_2 .rts-program-single .single-program:not(:last-child) {
  margin-bottom: 20px;
}

.rts-program.v_2 .rts-program-single .single-program a {
  font-size: 20px;
  color: var(--rt-white);
}

.rts-program-single {
  padding: 20px;
  border: 1px solid var(--rt-line);
}

@media screen and (max-width: 576px) {
  .rts-program-single {
    padding: 0;
  }
}

.rts-program-single__content {
  position: relative;
}

.rts-program-single__content:hover .rts-program-hover .icon {
  border-color: var(--rt-white);
}

.rts-program-single__content:hover .rts-program-hover .icon img {
  filter: none !important;
}

.rts-program-single__content:hover .rts-program-hover .program-link {
  color: var(--rt-white);
}

.rts-program-single__content:hover .rts-program-hover p {
  color: var(--rt-white);
}

.rts-program-single__content:hover .rts-program-hover .about-btn {
  color: var(--rt-white) !important;
}

.rts-program-single__content:hover .rts-program-hover .about-btn::before {
  background: var(--rt-white) !important;
}

.rts-program-single__content .program-image {
  position: relative;
  overflow: hidden;
}

.rts-program-single__content .program-image img {
  transform: scale(1);
  transition: var(--transition);
  min-height: 400px;
  object-fit: cover;
  width: 100%;
}

.rts-program-single__content .program-image::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(12, 12, 15, 0.12) 0%, rgba(12, 12, 15, 0.6) 100%);
  z-index: 1;
  transition: var(--transition);
  opacity: 1;
}

.rts-program-single__content .program-image::after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(12, 12, 15, 0.16) 0%, rgba(12, 12, 15, 0.8) 100%);
  z-index: 1;
  opacity: 0;
  transition: var(--transition);
}

.rts-program-single__content .content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  gap: 20px;
  z-index: 2;
  opacity: 1;
  transition: var(--transition);
}

.rts-program-single__content .content .icon {
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  border: 1px solid var(--rt-white);
  display: grid;
  place-items: center;
  padding: 10px;
  transition: var(--transition);
}

.rts-program-single__content .content a {
  font-size: 22px;
  font-weight: 600;
  color: var(--rt-white);
  font-family: "Yrsa", serif;
  ;
}

.rts-program-single__content .rts-program-hover {
  padding: 40px;
  text-align: center;
  position: absolute;
  content: "";
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: var(--transition);
}

.rts-program-single__content .rts-program-hover .icon {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 1px solid var(--rt-heading);
  display: grid;
  place-items: center;
  padding: 10px;
  margin: auto auto 30px;
}

.rts-program-single__content .rts-program-hover .program-link {
  font-size: 22px;
  color: var(--rt-heading);
  font-family: "Yrsa", serif;
  ;
  margin-bottom: 10px;
  display: inline-block;
}

.rts-program-single__content .rts-program-hover p {
  color: var(--rt-heading);
}

.rts-program-single__content .rts-program-hover .about-btn {
  color: var(--rt-heading) !important;
}

.rts-program-single__content .rts-program-hover .about-btn::before {
  background: var(--rt-heading) !important;
}

.rts-program-single__content:hover .rts-program-hover {
  opacity: 1;
}

.rts-program-single__content:hover .program-image::before {
  opacity: 0;
}

.rts-program-single__content:hover .program-image::after {
  opacity: 1;
}

.rts-program-single__content:hover .program-image img {
  transform: scale(1.2);
}

.rts-program-single__content:hover .content {
  opacity: 0;
  visibility: hidden;
}

.program__single--item--list--item .link__list {
  padding: 11px 20px;
  border: 1px solid rgb(38 38 38);
  display: inline-flex;
  color: rgb(38 38 38);
  gap: 10px;
  transition: var(--transition);
}

.rts-section-title,
.rts__section--title {
  font-family: "Yrsa", serif;
  font-size: 45px;
}

/* ====== Team Member ========*/
.rts__single--member:hover .rts__single--member--thumb img {
  transform: scale(1.05);
}

.rts__single--member--thumb {
  max-width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.rts__single--member--thumb img {
  width: 300px;
  height: 340px;
  max-width: 300px;
  min-height: 340px;
  transform: scale(1);
  transition: var(--transition);
}

@media screen and (max-width: 992px) {
  .rts__single--member--thumb img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: top;
  }
}

.rts__single--member--meta--title {
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Yrsa", serif;
}

.rts__single--member--meta--title a {
  color: var(--rt-heading);
}

.rts__single--member--meta--title a:hover {
  color: var(--rt-primary-1);
}

.rts-event-section-content .rts-counter,
.rts-event-section-content ul{
  counter-reset: rt-counter;
  margin-top: 0;
}

.rts-event-section-content .single-event,
.rts-event-section-content ul li{
  margin: 0;
  padding: 20px 40px;
  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,
	.rts-event-section-content li{
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    text-align: center;
  }
}

.rts-event-section-content .single-event:nth-child(2n):not(:hover)::after,
.rts-event-section-content li: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,
.rts-event-section-content li: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,
.rts-event-section-content li: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,
.rts-event-section-content li: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,
.rts-event-section-content li: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,
.rts-event-section-content  li: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,
.rts-event-section-content li:nth-child(2n):hover .single-event-content h5{
  color: var(--rt-white);
}

.rts-event-section-content .single-event:nth-child(2n):hover::after,
.rts-event-section-content li:nth-child(2n):hover::after{
  opacity: 1;
  top: 0;
}

.rts-event-section-content .single-event>* {
  position: relative;
  z-index: 10;
}

.rts-event-section-content .single-event::before,
.rts-event-section-content li::before{
  position: absolute;
  content: "";
  left: 20%;
  height: 100%;
  width: 1px;
  background: var(--rt-white);
  transition: var(--transition);
}

@media screen and (max-width: 992px) {
  .rts-event-section-content .single-event::before,
.rts-event-section-content li::before{
    left: 140px;
  }
}

@media screen and (max-width: 768px) {
  .rts-event-section-content .single-event::before,
	.rts-event-section-content li::before{
    left: 125px;
  }
}

@media screen and (max-width: 576px) {
  .rts-event-section-content .single-event::before,
	.rts-event-section-content li::before{
    display: none;
  }
}

.rts-event-section-content .single-event::after,
.rts-event-section-content li::after{
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  top: -50%;
  left: 0;
  background: var(--rt-primary-1);
  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:hover .single-event-content h5 {
  color: var(--rt-white);
}

.rts-event-section-content .single-event:hover::after {
  opacity: 1;
  top: 0;
}

.rts-event-section-content .single-event-counter {
  padding-right: 20px;
  position: relative;
}

@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: 65px;
  position: relative;
  transition: var(--transition);
  font-family: var(--font-hind);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .rts-event-section-content .single-event-counter .count-number {
    font-size: 60px;
  }
  .dropdown-menu .list-group a{
color:var(--deep-blue);
}
.dropdown-menu .list-group a:hover{
color:#FF5722
}
}

@media screen and (max-width: 576px) {
  .rts-event-section-content .single-event-counter .count-number {
    font-size: 50px;
  }
}

.rts-event-section-content .single-event-counter .count-number::before {
  content: counter(rt-counter, decimal-leading-zero);
  counter-increment: rt-counter;
}

.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,
.rts-event-section-content .single-event-content .single-event-content-meta span span{
  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 {
  width: 100% !important;
}

@media screen and (max-width: 1050px) {
  .event__background img {
    min-height: 620px;
  }
}

.rts-notice-section {
  padding-left: 75px;
}

@media screen and (max-width: 1200px) {
  .rts-notice-section {
    padding-left: 30px;
  }
}

@media screen and (max-width: 992px) {
  .rts-notice-section {
    padding-left: 0;
  }
}

.rts-notice-section .rts-tab .nav {
  margin: 0;
  display: flex;
  gap: 10px;
}

.rts-notice-section .rts-tab .nav-item {
  margin: 30px 0 0 0;
}

.rts-notice-section .rts-tab .nav-item .nav-link {
  padding: 7px 15px;
  border: 1px solid #eee;
  border-radius: 0;
  color: var(--rt-secondary);
  font-size: 14px;
  transition: var(--transition);
  font-weight: 500;
}

.rts-notice-section .rts-tab .nav-item .nav-link:hover {
  background: var(--rt-primary-1);
  color: var(--rt-white);
}

.rts-notice-section .rts-tab .nav-item .nav-link.active {
  background: var(--rt-primary-1);
  color: var(--rt-white);
}

.rts-notice-section .rts-tab .tab-content {
  height: 380px;
  overscroll-behavior: smooth;
  overflow-y: scroll;
}

.rts-notice-section .rts-tab .tab-content::-webkit-scrollbar {
  width: 12px;
}

.rts-notice-section .rts-tab .tab-content::-webkit-scrollbar-track {
  background: #F1F1FF;
}

.rts-notice-section .rts-tab .tab-content::-webkit-scrollbar-thumb {
  background-color: #36348E;
  border-radius: 0;
  border: 4px solid #F1F1FF;
}

.rts-notice-section .rts-tab .tab-content {
  scrollbar-color: #36348E #F1F1FF;
  scrollbar-width: medium;
}

.rts-notice-section .rts-tab .tab-content {
  -ms-overflow-style: none;
  /* Hide scrollbar in Edge */
  scrollbar-width: thin;
  scrollbar-color: #36348E #F1F1FF;
}

.rts-notice-section .rts-tab .notice-content-box {
  position: relative;
}

.rts-notice-section .rts-tab .single-notice {
  border-bottom: 1px solid #eee;
  padding: 25px 0;
  margin-right: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.rts-notice-section .rts-tab .single-notice:first-child {
  border-top: 1px solid #eee;
}

.rts-notice-section .rts-tab .single-notice:last-child {
  border-bottom: none;
}

.rts-notice-section .rts-tab .single-notice-item {
  display: flex;
  gap: 20px;
  align-items: center;
}

.rts-notice-section .rts-tab .single-notice-item .notice-date {
  font-size: 24px;
  color: var(--rt-secondary);
  font-family: "Yrsa", serif;
  ;
  display: flex;
  flex-direction: column;
}

#chartdiv {
  width: 100%;
  height: 350px;
}

.rts-campus.rts-campus-bg {
  position: relative;
  overflow: hidden;
}

.rts-campus.rts-campus-bg::before {
  position: absolute;
  content: "";
  height: 80%;
  width: 100%;
  background: var(--rt-primary-1);
  z-index: -1;
  top: 0;
}
.rts-campus p{
	max-height:200px;
    overflow-y: scroll;
    padding-right: 15px;
    padding-bottom: 15px;
}
.rts-campus p::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px;
}

/* Track */
.rts-campus p::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.rts-campus p::-webkit-scrollbar-thumb {
    background: var(--rt-white);
    border-radius: 5px;
}

/* Handle on hover */
.rts-campus p::-webkit-scrollbar-thumb:hover {
    background: var(--rt-white);
}
.pt--100 {
  padding-top: 100px !important;
}

.rts-campus .about-btn::before {
  position: absolute;
  content: "";
  height: 1px;
  bottom: 0;
  width: 90%;
  background: var(--rt-white);
}

.rts-campus .rts-left-section {
  margin-right: 30px;
}

.rts-campus .rts-left-section h2 {
  line-height: 58px;
  font-family: "Yrsa", serif;
  font-size: 45px;
  color: var(--rt-white);
  ;
}

@media screen and (max-width: 1200px) {
  .rts-campus .rts-left-section h2 {
    line-height: 1.2;
  }
}

@media screen and (max-width: 992px) {
  .rts-campus .rts-left-section h2.mb--55 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 992px) {
  .rts-campus .rts-right-section {
    margin-top: 40px;
  }
}

.rts-campus .rts-right-section img.round {
  border-radius: 10px;
	min-height:450px;
}

.rts-campus .rts-right-section .rts-round-shape {
  height: 102px;
  width: 102px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 75px;
  right: -40px;
  z-index: -1;
  animation: topbottom 5s infinite alternate;
}

@media screen and (max-width: 768px) {
  .rts-campus .rts-right-section .rts-round-shape {
    display: none;
  }
}

.rts-campus .bottom-text {
  position: absolute;
  bottom: -4%;
  font-size: 80px;
  left: -21.5%;
  font-weight: 700;
  color: #DADADA;
  font-family: var(--font-hind);
  opacity: 0.8;

	display:none;
}

.rt-white {
  color: var(--rt-white) !important;
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .rts-campus .bottom-text {
    font-size: 58px;
    left: 18px;
  }
}

@media screen and (max-width: 1400px) {
  .rts-campus .bottom-text {
    font-size: 60px;
    left: 15px;
    display: none;
  }

  .rts-campus.rts-campus-bg::before {
    height: 95% !important;
    top: 45px !important;
  }
}


.rts-campus * {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .rts-campus.mobile-padding {
    padding-bottom: 100px;
  }
}

.rts-campus .rt-shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .rts-campus .rt-shape {
    display: none;
  }
}

.rts-campus .rt-shape__1 {
  position: absolute;
  top: 15%;
  left: -25%;
}

.rts-campus .rt-shape__2 {
  position: absolute;
  top: 0;
  left: -8.5%;
}

.rts-campus .rt-shape__3 {
  position: absolute;
  top: 50%;
  left: 35%;
}

.rts-campus .rt-shape__4 {
  position: absolute;
  bottom: 40%;
  right: -11%;
}

.rts-campus.rts-campus-bg {
  position: relative;
}

.rts-campus.rts-campus-bg::before {
  position: absolute;
  content: "";
  height: 90%;
  width: 100%;
  background: var(--rt-primary-1);
  z-index: -1;
  top: 0;
}

.rt-clip-text {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #DEDEDE;
  -webkit-text-stroke: 1px;
}

.rts-campus .about-btn::before {
  position: absolute;
  content: "";
  height: 1px;
  bottom: 0;
  width: 90%;
  background: var(--rt-white);
}

.rts-campus .rts-left-section {
  margin-right: 30px;
}

.rts-campus .rts-left-section h2 {
  line-height: 58px;
}

@media screen and (max-width: 1200px) {
  .rts-campus .rts-left-section h2 {
    line-height: 1.2;
  }
}

@media screen and (max-width: 992px) {
  .rts-campus .rts-left-section h2.mb--55 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 992px) {
  .rts-campus .rts-right-section {
    margin-top: 40px;
  }
}

.rts-campus .rts-right-section img.round {
  border-radius: 10px;
}

.rts-campus .rts-right-section .rts-round-shape {
  height: 102px;
  width: 102px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 75px;
  right: -40px;
  z-index: -1;
  animation: topbottom 5s infinite alternate;
}

@media screen and (max-width: 768px) {
  .rts-campus .rts-right-section .rts-round-shape {
    display: none;
  }
}

.program__single--item h5 {
 font-size: 25px;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-family: "Yrsa", serif;
}

.program__single--item.v__2 h5 {
  color: #fff
}

.program__single--item.v__2::before {
  background: #1c5a9b !important;
  opacity: 1 !important;
}

.program__single--item.v__2:hover::before {
  opacity: 0 !important;
}

.program__single--item:hover a {
  color: #fff;
  border-color: #fff;
}

.program__single--item a {
  padding: 11px 20px;
  border: 1px solid rgb(38 38 38);
  display: inline-flex;
  color: rgb(38 38 38);
  gap: 10px;
  transition: var(--transition);
  margin-bottom: 10px;
}

.program__single--item.v__2 a {
  border: 1px solid rgb(255 255 255);
  color: rgb(255 255 255);
}

.program__single--item a:hover {
  background: var(--rt-primary-1);
  color: var(--rt-white);
  border-color: #1c5a9b;
}

.rts-campus.rts-campus-bg {
  color: #fff;
}

.program__single--item.v__2 p,
.program__single--item.v__2 li {
  color: #fff;
}

.pod {
  border: 1px solid #e1e1e1;
}

.pod .pod__image img {
  transition: all 0.5s ease-in-out;

}

.pod:hover .pod__image img {
  transform: scale(1.1);
}

.dropdown-menu {
  padding-top: 1.5rem !important;
  padding-bottom: 2rem !important;
}

.dropdown-menu .col-12 {
  padding-top: 0px !important;
  padding-bottom: 0px !important
}
.blog-post-title{
  font-size:16px;
  
}
.blog-post-title a{
  color: #282828;
}
.blog-post-date{
  font-size:12px;
  margin-bottom:2px;
}
.blog-post{
	background: #f7f7f7;
    padding: 15px;
    height: 100%;
}
.department-subchlid{
    position:absolute;
    width:200px;
    background:#efeffc;
    left: 60%;
    text-align:left;
    padding: 4px 15px;
    z-index: 99;
    display: none !important;!i;!;
}
.list-group.position-relative:hover .department-subchlid{
  display: block !important;!i;!;
}
.department-subchlid li a{
    text-align:left;display:block;
}
.accordion-flush .accordion-item:last-child ul{
padding-left:25px;
}

.accordion-flush .accordion-item:last-child ul li{
    list-style: square;
}
 #menuArea {
         display: none !important;
     }
/************************responsive****************************/
@media(max-width:768px) {
     .information-desk .information-desk-desc .name p {
         font-size: 16px;
     }
.changetext{
  font-size: 16px;
  line-height:normal;
}
     .banner .carousel-control-prev {
         left: 5%;
     }

     .banner .carousel-control-next {
         left: 12%;
     }

     .bottom-header nav ul li a {
         padding: 5px 15px;
         text-align:left;
         color: #ffffff;
     }
     .bottom-header nav ul li a:focus,
     .bottom-header nav ul li a:hover{
         color: #ffffff;
     }

     .about-us .title-section h2::after {
         font-size: 45px;
     }

     .about-us {
         padding: 20px 20px;
     }

     .dropdown-content {
         width: 145%;
     }

     .news-from-campus .box {
         height: 110px;
     }

     .banner .banner-image .overlay .banner-desc p {
         font-size: 17px;
     }
 .mega-content .list-group {
      display: flex;
   }
   .mega-content .col-12 {
      padding:5px 0 !important;
   }
   .mega-content .col-12:hover .list-group {
      display:flex;
   }
  .bottom-header nav ul li:last-child .dropdown-menu .col-sm-4.col-12.col-md-3 .list-group {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(1, 1fr);
} 
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    max-height: 500px;
    overflow-y: scroll;
    position: absolute;
    background: var(--deep-blue);
    color: white;
    z-index: 999;
    width: 100%;
    left: 0;
    top: -152px;
    padding: 15px;
}
.navbar>.container-fluid{
    display: flex;
     align-items: flex-start;
     justify-content: space-between;
     flex-direction: row-reverse;
   }
     .nav-item.dropdown.dropdown-mega .dropdown-menu{
         width:100%;
         
     }
   .bottom-header .navbar{
   padding:0
  }
 
 }

@media(max-width:767px) {
#menuArea{
display:none!important;
}
     .top-header .left span {
         display: none;
     }

     .what-is-going-on {
         margin-bottom: 15px !important;
     }
  .social-links{
   margin-bottom:20px;
  }
     .top-header .right {
         float: none;
         text-align: center;
         align-items: center;
         justify-content: center;
     }

     .banner .carousel-control-prev {
         left: 15%;
     }

     .banner .carousel-control-next {
         left: 21%;
     }

     footer .top-footer .logo-desc .logo {
         width: 100%;
     }

     footer .top-footer .logo-desc .desc {
         width: 100%;
     }

     .news-from-campus .box {
         border: 1px solid #0002;
         box-shadow: none;
     }

     .bottom-header .m_menu {
         display: none;
     }

     .image-why-iim {
         margin-bottom: 10px;
     }

     .about-director {
         padding: 20px;
         margin-top: 20px;
     }

     .about-director-txt {
         margin-top: 10px;
     }

     .researchPublications {
         padding: 0 20px;
     }

     .full-area a,
     .full-area a:hover,
     .full-area a:focus,
     .full-area a:active {
         padding: 4px 17px;
         font-size: 12px;
     }

     .full-area a::after {
         border-width: 13px;
     }

     .full-area a::before {
         border-width: 13px;
     }

     .faculty-titleAndSearch .title p {
         font-size: 19px;
     }

     .faculty_details-tab ul .nav-item {
         padding-left: 0;
         margin: 0 auto;
         width: 16.66%;
         font-size: 0.7rem;
         height: 3.2rem;
     }

     #menuArea {
         display: none !important;
     }
        .bottom-header nav ul {
        display: flex;
        align-items: flex-start;
    }
     .become_img_sec {
         position: static;
         right: 10%;
         width: 100%;
     }

     .three h3 {
         font-size: 16px;
     }

     .menu-animation .menuContent {
         position: relative;
         top: 10%;
     }

     #menuToggle:checked~.menuOpen .open {

         top: 35px;
         left: auto;
         right: 35px;
         position: absolute !important;
     }

     .banner .banner-image .overlay .banner-desc .title-section h1 {
         font-size: 18px;
         line-height: normal;
     }

     .news-event-title h3 {
         font-size: 25px;
     }

     .box-platter-director .row {
         flex-direction: column-reverse;
     }

     .activity-tab .tab-content {
         padding: 10px;
     }

     .drop-shadow h6,
     .crf-box h6 {
         margin-top: 15px;
     }
     .navbar-toggler{
         position:absolute;
         z-index: 9999;
         top: -125px;
         background: #ffffff;
              right: 30px;
              
     }
     .header-logo h1 {
    font-weight: 900;
    line-height: 30px;
}
  .navbar-toggler.collapsed{
   background:transparent;
   right: -10px;
  }
  .seminar-box-list h3 {
    font-size: 14px;
           width: 60%;
}
  .result-box .seminar-box-list {
    padding: 10px;
}
.dropdown-menu .list-group a{
color:var(--deep-blue);
}
.navbar>.container-fluid {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .bottom-header .navbar {
        padding: 0;
    }
 }

