/* 
Theme Name:		 NUS Theme
Theme URI:		 http://childtheme-generator.com/
Description:	 NUS Theme is a child theme of Astra, created by ChildTheme-Generator.com
Author:			 Websparks
Author URI:		 http://childtheme-generator.com/
Template:		 astra
Version:		 1.0.0
Text Domain:	 nus-theme
*/
/*
    Add your custom styles here
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root {
  --orange: #EF7C00;
  --blue: #003D7C;
}

body {
  font-family: "Roboto", "Arial", sans-serif;
}

.ast-desktop .ast-menu-hover-style-underline>.menu-item>.menu-link::before,
.ast-desktop .ast-menu-hover-style-overline>.menu-item>.menu-link::before {
  height: 3px;
}

.ast-desktop .ast-menu-hover-style-underline>.menu-item:hover>.menu-link::before,
.ast-desktop .ast-menu-hover-style-overline>.menu-item:hover>.menu-link::before {
  background-color: var(--orange);
}

.ast-desktop .ast-menu-hover-style-underline>.menu-item.current_page_item>.menu-link::before,
.ast-desktop .ast-menu-hover-style-overline>.menu-item.current_page_item>.menu-link::before {
  width: 100%;
  background-color: var(--orange);
  transform: scale(1, 1) translate(50%, 0);
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-item a.menu-link {
  color: var(--blue);
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-item a.menu-link:hover {
  color: #262626;
  background-color: #F5F5F5;
}

.site-logo-img img {
  height: 60px;
  width: auto;
}

.site-branding {
  display: flex;
}

.site-branding .nus-faculty-border {
  border-right: 1.5pt solid #003d7c;
  margin: 0px 15px;
}

.site-content>.ast-container {
  max-width: 100%;
  padding: 0;
}

body.search .ast-container {
  max-width: 1240px;
  padding: 0;
}

/********** FOOTER **********/
footer .nus-footer .dept-footer {
  margin-left: auto;
  margin-right: auto;
}

footer .nus-footer {
  padding: 70px 0px;
}

footer .nus-footer .dept-name {
  color: white;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

footer .nus-footer .dept-info .icon {
  color: white;
  margin-right: 10px;
  float: left;
}

footer .nus-footer .dept-footer .dept-info {
  font-size: 14px;
  margin-left: 24%;
}

footer .nus-footer .dept-footer .dept-info .info{
  font-size: 14px;
  width: 70%;
  margin: auto;
  margin-left: 12%;
}

footer .nus-footer .dept-footer .dept-info .info, footer .nus-footer .dept-footer .dept-info .info {
  text-align: left;
}

footer .nus-footer .dept-footer .dept-info .info, footer .nus-footer .dept-footer .dept-info .info a {
  color: #999;
}

footer .nus-footer .dept-footer .social-icons img {
  width: 30px;
  margin: 0px 4px;
}

footer .nus-footer .dept-footer .social-icons {
  margin: 0px auto;
  text-align: center;
  padding-top: 50px;
}

footer .nus-footer .dept-footer .social-icons img {
  display: inline-block;
}

@media only screen and (max-width:768px) {
  .nus-footer .dept-footer {
    width: auto;
  }
}

/********** HEADER **********/
#ast-hf-mobile-menu a.menu-link {
  color: #003D7C;
  font-size: 14px;
}

@media only screen and (max-width:920px) {
  .ast-icon.icon-arrow svg {
    transform: none;
    font-size: 10px;
  }

  .ast-submenu-expanded>.ast-menu-toggle .ast-icon.icon-arrow svg {
    transform: rotate(180deg);
  }
}

.ast-search-box.header-cover .icon-close svg {
  color: #0d0d0d;
}

#ast-desktop-header .ast-search-box.header-cover {
  position: static;
  padding: 20px;
  background: none;
  background-color: #f8f8f8;
}

#ast-desktop-header .ast-search-box.header-cover .ast-search-wrapper {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: none;
}

#ast-desktop-header .ast-search-box.header-cover .search-form {
  position: relative;
}

#ast-desktop-header .ast-search-box.header-cover .search-form .search-field {
  width: 100%;
  padding: 10px 16px 10px 40px;
  font-size: 18px;
  line-height: 1.33em;
  background-color: #fff;
  color: #0d0d0d;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  height: 45px;
  border-radius: 0px;
}

#ast-desktop-header .ast-search-box.header-cover .search-form .search-field::placeholder {
  color: #ccc;
}

#ast-desktop-header .ast-search-box.header-cover .search-form .search-text-wrap {
  width: calc(100% - 0em);
}

#ast-desktop-header .ast-search-box.header-cover .search-form .search-text-wrap:before {
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  opacity: 0.1;
  z-index: 3;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(assets/images/search-solid.png );
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
}

#ast-desktop-header .ast-search-box.header-cover .search-form .close {
  opacity: 0;
  display: none;
}

.nus-row-page-banner {
  max-width: 1260px;
}

.nus-row-page-banner>.fl-row-content-wrap {
  background-size: cover;
  padding-top: 192px;
  padding-bottom: 220px;
  padding-left: 235px;
  overflow: hidden;
}

.nus-row-page-banner>.fl-row-content-wrap:after {
  right: auto;
  left: 50%;
  width: 2170px;
  margin-left: -1085px;
}

.nus-row-page-banner>.fl-row-content-wrap h1.fl-heading {
  max-width: 700px;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -3px;
  text-shadow: -1px 0px 15px rgba(0, 0, 0, 0.35);
}

.nus-row-page-banner>.fl-row-content-wrap h4.fl-heading {
  max-width: 700px;
  font-size: 34px;
  font-weight: 500;
  text-shadow: -1px 0px 15px rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 1024px) {
  .nus-row-page-banner>.fl-row-content-wrap {
    background-size: cover;
    padding-top: 272px;
    padding-bottom: 90px;
    padding-left: 50px;
  }

  .nus-row-page-banner>.fl-row-content-wrap:after {
    right: 0px;
    left: 0px;
    width: auto;
  }

  .nus-row-page-banner>.fl-row-content-wrap h1.fl-heading {
    font-size: 40px;
    letter-spacing: -2px;
  }

  .nus-row-page-banner>.fl-row-content-wrap h4.fl-heading {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .nus-row-page-banner>.fl-row-content-wrap {
    background-size: auto 100%;
    padding-top: 200px;
    padding-bottom: 50px;
    padding-left: 20px;
  }

  .nus-row-page-banner>.fl-row-content-wrap h1.fl-heading {
    font-size: 30px;
    letter-spacing: -1px;
  }

  .nus-row-page-banner>.fl-row-content-wrap h4.fl-heading {
    font-size: 18px;
  }
}

.main-header-menu .menu-link, .main-header-menu>a {
  padding: 0 15px 0 15px;
}

/********** BREADCRUMBS **********/
.custom-breadcrumbs {
  background: #002449;
}

.custom-breadcrumbs ul {
  list-style: none;
  max-width: 1140px;
  display: flex;
  margin: 0px auto;
  flex-wrap: wrap;
}

.custom-breadcrumbs>ul>li {
  float: left;
  margin-right: 5px;
  color: #999;
  font-size: 14px;
}

.custom-breadcrumbs>ul>li>a {
  /**color: #959595;*/
  color: #555;
}

.custom-breadcrumbs ul>li a:hover {
  color: #fff;
  text-decoration: none;
}

.custom-breadcrumbs>ul>li:nth-child(n+2)::before {
  /**font-family: "Font Awesome 5 Free";*/
  font-weight: 600;
  content: "/";
  font-size: 15px;
  margin: 0px 10px;
}

.breadcrumbs-home {
  padding-right: 10px;
  color: #f27c36;
}



/********** SEARCH PAGE **********/
#ast-mobile-header .ast-below-header-wrap {
  display: none;
}

.main_header_search_icon {
  line-height: 0;
}

.main_header_search_bar {

  .search-form,
  .search-text-wrap {
    position: relative;
  }

  .search-text-wrap:before {
    display: block;
    position: absolute;
    top: -10px;
    opacity: 0.1;
    z-index: 3;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(assets/images/search-solid.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px auto;
  }

  .search-field {
    width: 100%;
    padding: 10px 16px 10px 40px;
    font-size: 18px;
    line-height: 1.33em;
    background-color: #fff;
    color: #0d0d0d;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    height: 45px;
    border-radius: 0px;
  }
}

.ast-below-header-bar .header-widget-area {
  padding: 0 !important;
  width: 100% !important;
}

.search-results {
  width: 100%;
}

@media only screen and (max-width:767px) {
  .search-results .container {
    padding: 20px;
  }
}

.search-results .headline {
  margin: 24px 0px;
}

.search-results .headline h2 {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0px;
  text-align: left;
  color: #003d7c;
}

.search-results .form-search {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}

.search-results .form-search .searchBox {
  height: 50px;
  width: 100%;
  padding-left: 25px;
  padding-right: 90px;
  font-size: 14px;
  line-height: 24px;
}

.search-results .form-search .icon-cancel {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 17px;
  right: 60px;
  cursor: pointer;
  z-index: 5;
}

.search-results .form-search .icon-search {
  position: absolute;
  top: 17px;
  right: 30px;
  cursor: pointer;
  z-index: 5;
  height: 17px;
  width: 17px;
  opacity: 0.8;
}

.search-results .results .resultCount {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 50px;
}

.search-results .results .resultList {
  margin-top: 25px;
  margin-bottom: 25px;
}

.search-results .results .resultList .result-item {
  margin-bottom: 15px;
}

.search-results .results .resultList .result-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #262626;
  margin-bottom: 8px;
}

.search-results .results .resultList .description {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #343434;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.search-results .results .resultList .read-more button {
  border: none;
  background: none;
  padding: 0px;
}

.search-results .results .resultList .read-more button:focus {
  outline: none;
}

.search-results .results .resultList .read-more span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  cursor: pointer;
  color: #0D315F;
}

.search-results .results .resultList .read-more span:hover {
  color: #45565F;
}

@media only screen and (min-width: 1200px) {
  .search-results .form-search {
    width: 100%;
  }
}

.result-item-divider {
  margin-top: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.wrapper-paging {
  text-align: center;
}

.wrapper-paging .page-numbers {
  list-style: none;
}

.wrapper-paging .page-numbers li {
  display: inline-block;
}

.wrapper-paging .page-numbers li .page-numbers {
  border: none;
  padding: 4px 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #707070;
}

.wrapper-paging .page-numbers li .page-numbers.current {
  color: white;
  background: #003d7c;
}

.wrapper-paging .page-numbers li .page-numbers.next {
  color: white;
  position: relative;
}

.wrapper-paging .page-numbers li .page-numbers.next:before {
  background: url("assets/images/next-arrow.svg");
  width: 7px;
  height: 12px;
  display: block;
  content: " ";
  position: absolute;
  top: 7px;
  left: 10px;
}

.wrapper-paging .page-numbers li .page-numbers.prev {
  color: white;
  position: relative;
}

.wrapper-paging .page-numbers li .page-numbers.prev:before {
  background: url("assets/images/prev-arrow.svg");
  width: 7px;
  height: 12px;
  display: block;
  content: " ";
  position: absolute;
  top: 8px;
  right: 10px;
}



/********** MEGA MENU **********/

.ast-mm-custom-text-content {
  height: 144px;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #343434;
}

@media only screen and (max-width: 767px) {
  .ast-mm-custom-text-content {
    padding: 0 20px 0 20px;
  }
}


/* Mobile */
@media screen and (max-width: 767px) {
  .ast-mobile-header-wrap .ast-primary-header-bar {
    height: 63px;
    min-height: 63px !important;
  }

  .ast-site-identity {
    padding: 0 !important;
  }

  .site-logo-img img {
    height: 38.24px;
    object-fit: contain;
  }

}





.ast-mobile-popup-header {
  position: relative;
  background-color: #EEEEEE;
  min-height: 35px !important;
  height: 35px;
}

.ast-mobile-popup-header::after {
  content: 'SIDEBAR';
  top: 5px;
  left: 12px;
  position: absolute;
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {
  padding: 5px 10px 5px 10px;
  background: #BBBBBB33;
  border-radius: 0;
}

#ast-hf-mobile-menu {
  position: relative;
  padding-top: 54px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 20px;
}

#ast-hf-mobile-menu::before {
  content: "Main Menu";
  font-size: 18px;
  left: 12px;
  top: 10px;
  position: absolute;
}

.ast-mobile-popup-content *:focus {
  outline: none !important;
}

.ast-mobile-popup-content button {
  box-shadow: none !important;
}

.ast-mobile-popup-content .menu-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: capitalize;

}

.ast-mobile-popup-content .main-navigation ul .menu-item .menu-link {
  padding: 5px 35px !important;
}


.ast-mobile-popup-content .main-navigation ul {
  gap: 0 !important;
}

.ast-mobile-popup-content .ast-menu-toggle .ast-icon.icon-arrow svg {
  height: 15px !important;
  width: 15px !important;
  color: #013D7C !important;
}

#ast-mobile-header .ast-search-box svg {
  color: white !important;
}

#ast-hf-mobile-menu a.menu-link:hover {
  background: #eee;
  color: #000;
}

#ast-hf-mobile-menu .sub-menu {
  background: #f6f6f6 !important;
  padding-left: 10px;
}

#ast-hf-mobile-menu .sub-menu .menu-text {
  font-weight: 400 !important;
}

#ast-hf-mobile-menu .sub-menu .menu-link>.ast-icon {
  display: none !important;
}

.ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
  top: 3px !important;
  right: calc(20px - 0.907em) !important;
}

#ast-hf-mobile-menu .ast-menu-toggle .ast-icon.icon-arrow svg {
  transform: rotate(270deg) !important;
}

#ast-hf-mobile-menu .sub-menu .menu-link {
  border: none !important;
}

/* Quicklinks Mobile */
.ast-mobile-popup-content .widget_nav_menu {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 80px;
}

.ast-mobile-popup-content .widget-title {
  font-size: 18px;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
}

.ast-mobile-popup-content .widget_nav_menu .menu-link {
  display: inline-block;
  width: 100%;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: #eaeaea;
  border-style: solid;
  padding: 12px 35px !important;
  font-weight: 700;
  font-size: 14px;
}

.ast-mobile-popup-content .widget_nav_menu .menu-link:hover {
  background: #eee;
  color: #000;
}





/* General Changes*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", "Arial", sans-serif !important;
}

#ast-hf-menu-1 {
  gap: 30px;
}

#ast-hf-menu-1>.menu-item>.menu-link {
  padding: 0;
}

.ast-desktop .ast-menu-hover-style-underline>.menu-item:hover>.menu-link:before {
  width: 100% !important;
}

.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item {
  line-height: 40px !important;
}



















/* Custome RVRC CSS */
#ast-hf-menu-2{
	margin-right: -15px;
}

.ast-desktop .ast-menu-hover-style-underline>.menu-item.current-menu-parent>.menu-link::before {
    width: 100%;
    background-color: var(--orange);
    transform: scale(1, 1) translate(50%, 0);
}


.quick_links_container {
  height: 50px;
  width: 180px;
  background-color: #1a796e;
  color: #fff;
  margin-left: auto;
  margin-right: 5px;
  position: relative;
  z-index: 2;
}

.quick_links_title {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 15px 10px 60px;
  position: relative;
}

.quick_links_title::before {
  position: absolute;
  content: '';
  background-image: url(assets/images/shield_icon.png);
  height: 30px;
  width: 30px;
  left: 20px;
}

.quick_links_menu {
  overflow: hidden;
  transition: max-height 0.5s ease;
  list-style: none;
  padding-inline-start: 0 !important;
  margin: 0 !important;
  max-height: 0;
}

.quick_links_menu li {
  background-color: #1a796e;
}

.quick_links_menu li a {
  color: #fff;
  text-decoration: none !important;
  padding: 10px 15px 10px 15px;
  display: flex;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
}

.quick_links_menu li:hover {
  background-color: #175c57;
}

.quick_links_container.active .quick_links_menu {
  width: 180px;
  position: absolute;
  z-index: 2;
  max-height: 500px;
}

.quick_links_container.active .quick_links_title {
  background-color: #1e887c;
}

@media screen and (min-width: 768px) {
  .quick_links_container:hover .quick_links_menu {
    width: 180px;
    position: absolute;
    z-index: 2;
    max-height: 500px;
  }

  .quick_links_container:hover .quick_links_title {
    background-color: #1e887c;
  }
}


@media screen and (max-width: 767px) {
  .quick_links_container {
    margin-right: -20px;
  }

  sr7-arrow {
    display: none !important;
  }
}



/* Keywords Search Bar */
.search_bar_keywords_parent_container {
  position: absolute;
  background-color: white;
  width: 100%;
  padding: 15px;
  font-weight: 600;
  color: black;
  border: 1px solid #ccc;
  display: none;
}

.search_bar_keywords_container {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.search_bar_keywords {
  color: #532C6D;
  padding: 8px 24px;
  border: 1px solid #532C6D;
  border-radius: 24px;
}

.search_bar_keywords:hover {
  color: white;
  background-color: #532C6D;
}

@media screen and (max-width: 767px) {
  .search_bar_keywords_container {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .search_bar_keywords {
    font-size: 14px;
    padding: 4px 12px;
  }
}



#ast-scroll-top .ast-icon.icon-arrow svg {
  display: none;
}

#ast-scroll-top .ast-icon.icon-arrow {
  background-image: url("assets/images/chevron-up.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 100%;
  height: 100%;
	filter: invert(1);
	display: inline-block;
}


.rvrc_side_menu .current_page_item:after{
	position: absolute;
	content: "";
	background-image: url("assets/images/arrow-side-menu.png");
	top: 8px;
	right: 10px;
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
}


.rvrc_accordion .uabb-adv-accordion-item{
	position: relative;
}

.rvrc_accordion .uabb-adv-accordion-item:after{
	position: absolute;
	content: "";
	background: #532C6D33;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
}

.rvrc_accordion .uabb-adv-accordion-item:hover:after {
	display: none;
}

.rvrc_accordion .uabb-adv-accordion-item.uabb-adv-accordion-item-active:after {
	display: none;
}


.rvrc_side_menu_container{
	position: sticky;
	top: 0px;
	align-self: flex-start;
}

.rvrc_side_menu .menu-item:hover{
	background-color: #532C6D0D;
}

.rvrc_side_menu .current_page_item{
	position: relative;
	background-color: transparent !important;
}

.rvrc_side_menu .current_page_item .menu-item-text{
	font-weight: 700 !important;
}

@media screen and (max-width: 767px) {
	.rvrc_side_menu_container{
		position: static;
		
		.uabb-creative-menu .menu{
			margin-top: 0 !important;
			margin-bottom: 15px !important;
		}
	}
}



.homepage_tabs li,
.homepage_tabs .uabb-tab-link{
	border-radius: 100px;
}

.homepage_tabs .uabb-tag-selected .uabb-tab-link{
	border: 1px solid;
}



@media screen and (min-width: 768px){
	.tb_mc_post_wrapper{
		padding: 0 !important;
	}
}

@media screen and (max-width: 767px){
	.tb_mc_post_wrapper{
		padding: 2.5px !important;
	}
}

.tb_mc_post_wrap_in{
	border: none !important;
	border-radius: 0 !important;
}

.tb_mc_contant_wrapper,
.tb_mc_social_action__{
	display: none !important;
}


@media screen and (max-width: 767px){
	.college_life_highlights_bg .fl-row-content-wrap{
		background-image: unset;
	}
}






#testimonials_fix_arrow,
#testimonials_fix_arrow_tab_2,
#testimonials_fix_arrow_tab_3{
	.uabb-testimonial{
		display: flex;
		align-items: center;
		gap: 80px;
		min-height: 350px;
	}
	
	.bx-has-pager{
		display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
		padding-top: 40px;
		gap: 18px;
	}
	
	.uabb-slider-next, .uabb-slider-prev{
		display: none;
		position: relative;
		transform: none !important;
	}
	
	.bx-wrapper{
		margin-bottom: 0;
	}
	
	.bx-wrapper .bx-prev,
	.bx-wrapper .bx-next{
		background: none;
		outline: none;
	}
	
	.bx-prev i, .bx-next i{
		border-radius: 48px !important;
		border: 1px solid #21978A;
		height: 46px;
		width: 46px;
		align-content: center;
	}
	
	.bx-prev:hover i,
	.bx-next:hover i{
		background-color: #21978A;
		color: white;
	}
	
	.bx-wrapper .bx-pager{
		position: relative;
		display: flex;
		width: fit-content;
		bottom: 0 !important;
		padding-top: 0 !important;
	}
	
	.bx-wrapper .bx-pager.bx-default-pager a{
		margin: 0 3px !important;
	}
	
	.uabb-image-content{
		margin-left: 30px;
		margin-right: 30px;
	}
	
}






.tabs_testimonials{
	.uabb-image-content{
		margin-left: 0px !important;
		margin-right: 0px !important;
		
		img{
			max-height: 400px;
			object-fit: cover;
		}
	}
	
	.uabb-testimonial{
		gap: 40px !important;
	}
	
	.read_more_button{
		margin-top: 16px;
    background-color: #158b7e;
    padding: 10px 20px 10px 24px;
    border-radius: 100px;
    color: white;
    display: inline-block;
		font-weight: 700 !important;
    text-decoration: none !important;
	}
	
	.read_more_button:hover{
		background-color: #21978A;
	}
	
}


@media screen and (max-width: 767px) {
	.read_more_button{
		width: 100%;
		text-align: center;
	}
}






#custom_tab_switcher .main_toggle{
	display: none;
	width: 100%;
	background-color: #21978A;
	color: white;
	margin-bottom: 10px;
	
	.main_toggle_text_icon.flip{
		 transform: rotate(180deg);
	}
}

@media screen and (min-width: 768px) {
	#custom_tab_switcher .dropdown_menu{
		display: flex;
	}
	
	.dropdown_menu:not(:has(.switch-btn.active)) .switch-btn:first-child {
  background-color: #1A796E !important;
  color: white !important;
}
}

#custom_tab_switcher .dropdown_menu{
	gap: 40px;
	align-items: center;
	justify-content: center;
	
	.switch-btn{
		color: #1A796E;
		background-color: white;
		border: 1px solid #1A796E;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 700;
	}
	
	.switch-btn:hover,
	.switch-btn.active{
		background-color: #1A796E;
		color: white;
	}
	
}



.switch-tab {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  position: absolute;
  width: 100%;
}

.switch-tab.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.custom_rows_container {
  position: relative;
}


@media screen and (max-width: 767px) {
	.dropdown_menu{
		flex-direction: column;
    background-color: #E9F4F2;
    border-radius: 10px;
		gap: 0 !important;
		padding-top: 10px;
		padding-bottom: 10px;
		display: none;
		
		.switch-btn{
        color: #21978A !important;
        background-color: transparent !important;
			border: none !important;
			text-align: left;
			text-transform: capitalize !important;
		}
	}
	
	#custom_tab_switcher{
		.main_toggle{
			text-align: left;
			display: flex;
			justify-content: space-between;
		}
		
		.switch-btn{
			width: 100%;
		}
	}
	
}







@media screen and (min-width: 768px) and (max-width: 991px) {
	#testimonials_fix_arrow,
#testimonials_fix_arrow_tab_2,
#testimonials_fix_arrow_tab_3{
	.uabb-imgicon-wrap{
		width: 300px !important;
	}
	}
	
	.sr7-arrows{
		transform: translate(-80px, -100px) !important;
	}
}





/* fix mobile insta height */
@media screen and (max-width: 767px) {
	.tb_mc_image_wrap_{
		height: 213px;
	}
}





.homepage_testimonials_bg{
	position: relative;
}

.homepage_testimonials_bg::before{
		content: "";
		position: absolute;
		background-repeat: no-repeat;
		background-size: contain;
		width: 490px;
    height: 797px;
    top: 5%;
    right: 0%;
		z-index: -1;
		background-image: url("assets/images/living_learning_leaf_bg.png");
}


@media screen and (min-width: 768px) {
	.homepage_testimonials{
		.uabb-image-content{
			margin-left: 0px !important;
			margin-right: 0px !important;
		}
	}
}



.alumni_testimonials{
	.uabb-image-content::before{
		content: "";
		position: absolute;
		background-repeat: no-repeat;
		background-size: cover;
		width: 124%;
		height: 120%;
		bottom: -22px;
		left: -30px;
		z-index: -1;
		background-image: url("assets/images/Dual_blob-1.png");
	}
}




.homepage_testimonials{
	position: relative;
}

.homepage_testimonials::before{
		content: "";
		position: absolute;
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 60%;
		bottom: 0%;
		left: 0%;
		z-index: -1;
		background-image: url("assets/images/testimonial_bg.png");
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#testimonials_fix_arrow,
	#testimonials_fix_arrow_tab_2,
	#testimonials_fix_arrow_tab_3{
		.uabb-testimonial-photo{
			align-self: start !important;
		}
		.uabb-testimonial{
			gap: 10px !important;
		}
	}
}


@media screen and (max-width: 767px) {
	#testimonials_fix_arrow,
	#testimonials_fix_arrow_tab_2,
	#testimonials_fix_arrow_tab_3{
		.uabb-testimonial{
			flex-direction: column;
			margin-top: 30px;
			gap: 30px;
			padding-bottom: 30px;
		}
	}
	
	.bx-has-pager{
		padding-top: 15px !important;
	}
	
	#testimonials_fix_arrow_tab_2,
	#testimonials_fix_arrow_tab_3{
		.uabb-testimonial-photo,
		.uabb-imgicon-wrap,
		.uabb-image-content img{
			width: 100% !important;
		}
	}
		
	.homepage_testimonials::before{
		content: "";
		position: absolute;
		background-repeat: no-repeat;
		background-size: contain;
		width: 128px;
		height: 93px;
		top: 22%;
		left: 0%;
		z-index: -1;
		background-image: url("assets/images/testimonial_bg_mobile.png");
	}

}





.image_with_video::before{
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url("assets/images/play.png");
	background-size: contain;
	background-repeat: no-repeat;
	top: 45%;
	right: 45%;
	pointer-events: none;
	z-index: 1;
}

.image_with_video .fl-photo-caption-hover{
	padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%) !important;
}

.image_with_video .fl-photo-caption{
	font-size: 16px !important;
  text-align: left;
}








/* Contact Us icon move up*/
.icon_contact .fl-icon{
	vertical-align: top;
	padding-top: 5px;
}


/* Create design for people not using people post type */
.single_person_profile .uabb-image-content{
	position: relative;
}

.single_person_profile .uabb-image-content::before{
	content: "";
	position: absolute;
	background-image: url("assets/images/people_image_bg-1.png");
	background-size: cover;
  background-repeat: no-repeat;
	width: 127%;
  height: 125%;
  top: -32px;
  left: -28px;
	z-index: -1;
}

.single_person_profile_2 .uabb-image-content::before{
	content: "";
	position: absolute;
	background-image: url("assets/images/people_image_bg_v2.png");
	background-size: cover;
  background-repeat: no-repeat;
	width: 127%;
  height: 125%;
  top: -32px;
  left: -28px;
	z-index: -1;
}

.single_person_profile .uabb-infobox-text-wrap, .single_person_profile_2 .uabb-infobox-text-wrap{
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.3s ease-in-out;
}

.single_person_profile:hover,
.single_person_profile_2:hover{
	.uabb-infobox-text-wrap{
  	opacity: 1;
  	transform: translateY(0);
	}
}

@media screen and (max-width: 991px) {
  .single_person_profile .uabb-infobox-text-wrap, .single_person_profile_2 .uabb-infobox-text-wrap{
  	opacity: 1;
  	transform: translateY(0px);
	}
}




.rvrc_side_menu_container .sub-menu li a{
	text-indent: 0 !important;
}

.rvrc_side_menu_container .sub-menu li a span{
	font-weight: 400 !important; 
}

.rvrc_side_menu .sub-menu .current_page_item .menu-item-text{
	font-weight: 700 !important;
}

