/* canela font */
/* variables.css */

/*===============================
    Background Color 
=================================*/
.bg-color-primary {
  background: var(--rt-primary);
}

.bg-color-secondary {
  background: var(--color-secondary);
}

.bg-color-tertiary {
  background: var(--color-tertiary);
}

.bg-color-gray {
  background: var(--color-gray);
}

.bg-color-white {
  background: #FFFFFF;
}

.bg-color-black {
  background: #1A1A1A;
}

.bg-color-extra03 {
  background: var(--color-extra03);
}

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*******************************/
    /* Scroll Up  */
/*******************************/
#scrollUp {
  width: 70px;
  height: 80px;
  right: 100px;
  bottom: 60px;
  text-align: center;
  z-index: 9811 !important;
  text-decoration: none;
  background: #fff;
  line-height: 80px;
  color: #757589;
  font-size: 15px;
  font-weight: 400;
  transition: var(--transition);
  display: inline-block;
  background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}
#scrollUp::before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 2, 72, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
  filter: blur(50px);
}
#scrollUp::after {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 60px;
    line-height: 60px;
  }
}
#scrollUp span.text {
  position: relative;
  display: inline-block;
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  #scrollUp span.text {
    margin-top: 3px;
  }
}
#scrollUp span.text::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent var(--rt-primary) transparent;
  position: absolute;
  content: "";
  left: 50%;
  top: 21%;
  transform: translateX(-50%);
}
#scrollUp:hover span.text {
  color: var(--rt-primary);
}

/* clip.css */

/*******************************/
/* ====== Circle =========*/
/*******************************/
.rts__circle svg {
  height: 156px;
  width: 156px;
  position: relative;
  padding: 5px;
  animation: rotate 10s linear infinite;
}
.rts__circle svg text textPath {
  font-size: 11.5px;
  fill: var(--rt-white);
  font-family: var(--font-secondary);
}
.rts__circle.v__1 {
  background: var(--rt-primary-2);
  border: 1px solid var(--rt-white);
  border-radius: 50%;
}
.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: var(--font-secondary);
  font-weight: 400;
}
.rts__circle.v__3 .rts__circle--icon i {
  color: var(--rt-heading);
  transform: rotate(0);
  font-size: 20px;
}

/*******************************/
/* Stroke Text */
/*******************************/
.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 {
  font-size: 96px;
  font-weight: 500;
  line-height: 80px;
}

/*******************************/
/* RTS Slider */
/*******************************/
.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);
}

/*******************************/
/* Pagination */
/*******************************/
.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__pagination.sc__version {
  margin: 50px auto 0;
}
.rts__pagination.sc__version .swiper-pagination-bullet {
  border: 1px solid var(--secondary-color);
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.rts__pagination.sc__version .swiper-pagination-bullet-active {
  background: var(--secondary-color);
}

/* section.css */

/* program.css */

/* campuslife.css */

/*******************************/
/* ====== 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: 400;
  margin-bottom: 5px;
}
.rts__single--member--meta--title a {
  color: var(--rt-heading);
}
.rts__single--member--meta--title a:hover {
  color: var(--rt-primary-1);
}

/* research.css */

/* testimonials.css */

/*******************************/
/*===== FEEDBACK SLIDER ========*/
.feedback {
  background: var(--light-white);
}

/*******************************/
/*======== MARQUEE SECTION ========*/
/*******************************/
.single__marque__item {
  background: var(--rt-heading);
  height: 80px;
  display: flex;
  align-items: center;
}
.single__marque__item.v__2 {
  background: var(--rt-primary-2);
}
.single__marque__item.v__2 .single__marque__item__list {
  animation: marquee2 40s linear infinite;
}
.single__marque__item__list {
  display: flex;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
}
.single__marque__item__list__text {
  display: flex;
  margin: 0;
  gap: 40px;
  font-size: 36px;
  font-family: var(--font-secondary);
  color: var(--rt-white);
  text-transform: capitalize;
  margin-right: 40px;
}
.single__marque__item__list__text span img {
  height: 40px;
  min-width: 35px;
}

/* about.css */

/*******************************/
/*========== ALUMNI STORIES =========*/
/*******************************/
.alumni-banner .rts__section--description {
  max-width: 470px;
  color: var(--rt-heading);
  text-align: center;
}

.left__side .rts__section--wrapper.v__7 {
  margin-bottom: 0;
}
.left__side .rts__section--description {
  margin-bottom: 30px !important;
}
.left__side__image img {
  margin-bottom: 30px;
}

.right__side__image img {
  margin-bottom: 30px;
}
.right__side__link {
  margin-top: 70px;
}

.left__side__description, .right__side__description {
  color: var(--rt-heading);
}

.rts__academy {
  background: var(--secondary-color);
}

.academy__single {
  overflow: hidden;
  border-radius: 10px;
}
.academy__single__thumb {
  position: relative;
}
.academy__single__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 400px;
}
.academy__single__meta {
  padding: 25px 40px;
  background: var(--primary-color);
}
.academy__single__title {
  font-size: 30px;
  color: var(--rt-white);
  margin-bottom: 5px;
}
.academy__single__description {
  color: var(--rt-white);
  margin: 0;
}

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

.max-w-470 {
  max-width: 470px;
}

.sc__gallery__width {
  width: 123%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sc__gallery__width {
    width: 100%;
  }
}

/* section.css */

/*******************************/
/* Testimonials */
/*******************************/
@media screen and (max-width: 992px) {
  .rts__testimonial--active.sc__version {
    margin-top: 40px;
  }
}
.rts__testimonial--active.sc__version .rts__single--testimonial {
  border-radius: 10px;
}

.sc__gallery__active .single-gallery {
  border-radius: 10px;
  overflow: hidden;
}

.single-testimonial-box .single-testimonial-item {
  border-radius: 10px;
}

.rts__light {
  background: #f6f6f6;
}

.rts__primary__bg {
  background: var(--rt-primary-1);
}

.rts__primary__bg-2 {
  background: #890C25;
}

.save-from-hidden span {
  display: none;
}

.rts__light__two {
  background: #F3F6FF;
}

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

/* moved header/menu to header.css and menu.css */

/* moved mobile menu to menu.css */

/* banner.css */

/* breadcrums.css */

/* hero slider elements */

/* Banner.css */

/*******************************/
/* Grid Line */
/*******************************/
.grid-line {
  width: 70%;
  position: absolute;
  margin: auto;
  z-index: -1;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 10;
  pointer-events: none;
  max-width: 968px;
}
.grid-line .grid-lines {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.grid-line .grid-lines .line {
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.grid-line.v__2 {
  z-index: 100;
}
.grid-line.v__2 .grid-lines .line {
  position: relative;
}
.grid-line.v__2 .grid-lines .line::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: red;
}

/*******************************/
/* RTS Hero Slider */
/*******************************/
@media screen and (max-width: 992px) {
  .rts-hero-slider.sc .rts-slider-height {
    height: 660px;
  }
}
@media screen and (max-width: 992px) {
  .rts-hero-slider.sc .rts-slider-height {
    height: 560px;
  }
}
.rts-hero-slider.sc .rts-slider-content .rts-subtitle {
  color: var(--rt-white);
}
.rts-hero-slider.sc .rts-slider-content .rts-slider-title {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100px;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .rts-hero-slider.sc .rts-slider-content .rts-slider-title {
    line-height: 80px;
  }
}
@media screen and (max-width: 992px) {
  .rts-hero-slider.sc .rts-slider-content .rts-slider-title {
    line-height: 60px;
  }
}
.rts-hero-slider.sc .rts-slider-content .rts-slider-btn {
  margin-top: 50px;
  display: inline-block;
}
.rts-hero-slider.sc .rts-slider-content .rts-slider-btn .rts-theme-btn {
  background: var(--primary-color);
  border-radius: 4px;
}


.rts-brand.v_1 .swiper {
  text-align: center;
}

.single-brand-logo a img {
  filter: saturate(0.5) contrast(0.1);
  transition: var(--transition);
}
.single-brand-logo:hover a img {
  filter: saturate(1) contrast(1);
}

/* about.css */

/* moved footer event card to footer.css */

/* event.css */

/* program.css */

/* event.css */

/* scholarship.css */

/* staff.css */

/* campuslife.css */

/* staff.css */

/* research.css */

/* campuslife.css */

/* application.css */

/* single-service.css */

.search-filter .category-search .cat-search-form {
  position: relative;
}
.search-filter .category-search .cat-search-form input {
  border: 1px solid #DBDBDB;
  position: relative;
  padding: 7px 20px;
}
.search-filter .category-search .cat-search-form .cat-search {
  position: absolute;
  right: 15px;
  display: inline-block;
  border: 0;
  max-width: max-content;
  top: 50%;
  transform: translateY(-50%);
}
.search-filter .category-filter #cat-filter {
  padding: 11px 20px;
}

/* academics.css */

.faculty__search__bar {
  position: relative;
}

.search-filter .cat-search-form {
  position: relative;
}
.search-filter .cat-search-form input {
  border: 1px solid #DBDBDB;
  position: relative;
  padding: 7px 20px;
}
.search-filter .cat-search-form .cat-search {
  position: absolute;
  right: 15px;
  display: inline-block;
  border: 0;
  max-width: max-content;
  top: 50%;
  transform: translateY(-50%);
}
.search-filter .category-filter #cat-filter {
  padding: 11px 20px;
}

/* program.css */

/* scholarship.css */

/* admissions.css */

/* tuition-fee.css */

/* breadcrums.css */

/* tuition-fee.css */

/* admissions.css */

/* event.css */

/* funfact.css */

/* testimonials.css */

/* blog.css */

/* newsletter.css */

/* moved footer to footer.css */

.x__slider {
  background: #000;
}
.x__slider .rts__slider--arrow .slider__btn {
  height: 40px;
  width: 40px;
}
.x__slider .x__slider__navigation {
  padding-right: 85px;
}
@media screen and (max-width: 1200px) {
  .x__slider .x__slider__navigation {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .x__slider .x__slider__navigation {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .x__slider .x__slider__active {
    padding: 20px 0;
  }
}

/* subscription.css */

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  box-shadow: 0px 1px 5px 10px rgba(0, 0, 0, 0.041);
}

.progress-wrap::after {
  position: absolute;
  font-family: var(--fontawesome);
  content: "\f077";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--rt-primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  border: 0px solid var(--rt-primary);
  box-shadow: none;
  border-radius: 50% !important;
  border-radius: 5px;
}

.progress-wrap:hover::after {
  opacity: 1;
  content: "\f077";
  border: 0px solid var(--rt-primary);
}

.progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "\f077";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: var(--rt-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 0;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg {
  color: var(--rt-primary);
  border-radius: 50%;
  background: #fff;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--rt-primary);
  stroke-width: 0px;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.home-blue .progress-wrap svg.progress-circle path {
  stroke: var(--rt-primary-2);
}
.home-blue .progress-wrap::after {
  border-color: var(--rt-primary-2);
  box-shadow: 0px 3px 20px 6px #0742e952;
  color: var(--rt-primary-2);
}

/* contact-info.css */

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 380px;
  padding: 40px 35px;
  padding-top: 50px;
  height: 100%;
  display: block;
  background-color: white;
  backdrop-filter: blur(7px);
  z-index: 1900;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}
@media only screen and (max-width: 575px) {
  .side-bar {
    width: 315px;
  }
}
.side-bar .inner-main-wrapper-desk .thumbnail {
  display: flex;
  justify-content: center;
}
.side-bar .inner-main-wrapper-desk .thumbnail img {
  width: 60%;
  margin: auto;
}
.side-bar .inner-main-wrapper-desk .inner-content {
  text-align: center;
  margin-top: 30px;
}
.side-bar .inner-main-wrapper-desk .inner-content p {
  max-width: 100%;
  text-align: center;
  margin: auto;
  font-size: 14px;
}
.side-bar .inner-main-wrapper-desk .inner-content .title {
  font-weight: 600;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer {
  padding-top: 50px;
  margin-top: 40px;
  border-top: 1px solid #e8e8e8;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .title {
  font-weight: 500;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer a.rts-btn {
  margin: auto;
}
.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar {
  margin-top: 50px;
}
.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .title {
  margin-bottom: 20px;
  font-size: 24px;
}
.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .single-info {
  margin: 15px 0;
}
.side-bar .inner-main-wrapper-desk .inner-content .contact-information--sidebar .single-info a:hover {
  color: var(--color-primary);
}

.side-bar.show {
  right: 0;
  overflow-y: auto;
}

.side-bar button {
  max-width: max-content;
  margin-right: auto;
  margin-left: -55px;
  margin-top: 0;
  position: absolute;
  border: 0;
}
.side-bar button i {
  color: #ffffff;
  height: 50px;
  width: 50px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  margin-top: -53px;
  font-size: 27px;
  background: var(--rt-primary-2);
}

#anywhere-home {
  cursor: url(../images/banner/shape/close.html), auto;
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

#anywhere-home.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}

/* metismenu.css */



#anywhere-home {
  cursor: url(../images/banner/shape/close.html), auto;
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

#anywhere-home.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}