/*

TemplateMo 574 Mexant

https://templatemo.com/tm-574-mexant

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/*
---------------------------------------------
font & reset css
---------------------------------------------
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");
/*
---------------------------------------------
reset
---------------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #212741;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 26px;
  color: #212741;
}

img {
  overflow: hidden;
}

/*
---------------------------------------------
global styles
---------------------------------------------
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #ff511a;
  color: #fff;
}

::-moz-selection {
  background: #ff511a;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.green-button a {
  font-size: 14px;
  color: #fff;
  background-color: #792871;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.green-button a:hover {
  opacity: 0.9;
}

.orange-button a {
  font-size: 14px;
  color: #fff;
  background-color: #ff511a;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.orange-button a:hover {
  opacity: 0.9;
}

section {
  margin-top: 0px;
}

.section-heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 70px;
}

.section-heading h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ff511a;
}

.section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: #212741;
}

.section-heading p {
  margin-top: 30px;
}


/*
---------------------------------------------
header
---------------------------------------------
*/
.background-header {
  background-color: #212741;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.header-area {
  background-image: url(/media/rhodesuniversity/styleassets/2023academic/images/header-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 110px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 120px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-right: 20px;
}

.background-header .main-nav .logo {
  line-height: 80px;
  width: 160px;
}

.background-header .nav {
  margin-top: 18px !important;
}

.header-area .main-nav .nav {
  margin-top: 40px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  padding-left: 150px;
}

.header-area .main-nav .nav li {
  padding-left: 8px;
  padding-right: 8px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:last-child a {
  font-size: 14px;
  color: #fff;
  background-color: #792871;
  padding: 10px 20px !important;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  height: auto;
  line-height: 25px;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.header-area .main-nav .nav li:last-child a:hover {
  color: #fff;
}

.header-area .main-nav .nav li.has-sub  ul.multilevel-linkul-0  li:last-child a,
.background-header .main-nav .nav li.has-sub ul.multilevel-linkul-0  li:last-child a {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0px;
  padding-top: 0px !important;
  height: 40px;
}


.header-area .main-nav .nav li.has-sub ul.multilevel-linkul-0  li:last-child a:hover,
.background-header .main-nav .nav li.has-sub ul.multilevel-linkul-0 li:last-child a:hover {
  padding-left: 25px !important;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #ff511a;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #ff511a;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 2px;
  top: 12px;
}

.header-area .main-nav .nav li.has-sub ul.multilevel-linkul-0 {
  position: absolute;
  width: 280px;
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  border-radius: 5px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.multilevel-linkul-0 li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.multilevel-linkul-0 li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #ff511a!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.multilevel-linkul-0 {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: /media/rhodesuniversity/styleassets/2023academic/css/"";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 100px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #ff511a;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ff511a!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
    line-height: 80px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #ff511a!important;
  }
  .header-area .main-nav .nav li.has-sub ul.multilevel-linkul-0 {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.multilevel-linkul-0 {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
    float: right;
  }
}


/*
---------------------------------------------
banner
---------------------------------------------
*/

.swiper-container {
  height: calc(80vh - 0px);
  margin: 0px;
  background-color: #212741;
}

.swiper-slide {
  overflow: hidden;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.swiper-slide-active h2 {
  animation: fadeInLeft .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active p {
  animation: fadeInRight .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .div-dec {
  animation: fadeIn .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .buttons .green-button,
.swiper-slide-active .buttons .orange-button {
  animation: fadeInUp .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.slide-inner .header-text {
  position: absolute;
  width: 80%;
  top: 50%;
  transform: translateY(-50%);
}

.slide-inner .header-text h2 {
  position: relative;
  z-index: 2;
  font-size: 2.5vw;
  color: #fff;
  font-weight: 700;
  opacity: 1;
  visibility: visible;
  margin-bottom: 40px;
}

.slide-inner .header-text .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text p {
  color: #fff;
  margin-right: 60px;
  margin-bottom: 50px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text h2 em {
  font-style: normal;
  color: #ff511a;
}

.slide-inner .header-text .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff !important;
}

/*
---------------------------------------------
services
---------------------------------------------
*/

section.services {
  margin-top: 90px;
}

.services .service-item {
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.services .service-item:hover i {
  margin-top: 15px;
}

.services .service-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.services .service-item i {
  transition: all .5s;
  float: left;
  font-size: 64px;
  color: #792871;
  margin-bottom: 30px;
  margin-right: 30px;
}



/*
---------------------------------------------
cta
---------------------------------------------
*/

section.simple-cta {
  background-image: url(/media/rhodesuniversity/styleassets/2023academic/images/cta-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
  margin-top: 50px;
}

section.simple-cta .left-image {
  margin-right: 45px;
}

section.simple-cta h4 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
}

section.simple-cta h4 em {
  font-style: normal;
  color: #792871;
}

section.simple-cta h4 strong {
  color: #ff511a;
  font-weight: 700;
}

section.simple-cta p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}

section.simple-cta .buttons {
  display: flex;
  justify-content: end;
}

section.simple-cta .buttons .orange-button {
  margin-left: 20px;
}

section.simple-cta .buttons .orange-button,
section.simple-cta .buttons .green-button {
  margin-top: 25px;
}



/*
---------------------------------------------
about us
---------------------------------------------
*/

section.about-us {
  margin-top: 90px;
}

section.about-us .section-heading {
  padding-top: 30px;
}

section.about-us .naccs {
  position: relative;
}

section.about-us .naccs .menu div {
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  border-radius: 5px !important;
  margin-right: 30px;
  font-size: 18px;
  color: #212741;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

section.about-us .naccs .menu div.active {
  color: #ff511a;
}

section.about-us ul.nacc {
  margin-top: 50px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.about-us ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.about-us ul.nacc li .main-list,
section.about-us ul.nacc li .list-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

section.about-us ul.nacc li .last-item {
  margin-bottom: 0px;
}

section.about-us ul.nacc li span.title {
  font-size: 15px;
  color: #212741;
  font-weight: 600;
  display: inline-block;
  width: 24%;
}

section.about-us ul.nacc li span.item-title {
  color: #792871 !important;
  font-weight: 600 !important;
}

section.about-us ul.nacc li span.item {
  font-size: 15px;
  color: #212741;
  font-weight: 400;
  display: inline-block;
  width: 24%;
}

section.about-us ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.about-us .right-content {
  margin-left: 60px;
}

section.about-us .right-content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}

section.about-us .right-content p {
  margin-bottom: 50px;
}


/*
---------------------------------------------
calculator
---------------------------------------------
*/

section.calculator {
  margin-top: 150px;
  background-image: url(/media/rhodesuniversity/styleassets/2023academic/images/calculator-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
}

section.calculator .left-image {
  margin: -110px 45px -80px 0px;
}

section.calculator .section-heading {
  text-align: left;
}

section.calculator .section-heading h4 {
  color: #fff;
}

#calculate label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}

#calculate input,
#calculate select {
  background-color: rgba(121,134,151, 0.7);
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 42px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
  outline: none;
}

#calculate select {
  cursor: pointer;
}

#calculate button.orange-button {
  font-size: 14px;
  color: #fff;
  background-color: #ff511a;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: none;
  transition: all .3s;
}

#calculate button.orange-button:hover {
  opacity: 0.9;
}



/*
---------------------------------------------
testimonials
---------------------------------------------
*/

section.testimonials {
  margin-top: 0px;
}

section.testimonials .section-heading {
  padding-top: 30px;
}

.testimonials .item {
  border-radius: 15px;
  padding: 50px 320px 50px 50px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding-top: 35px;
}

.testimonials .item i {
  width: 70px;
  height: 70px;
  background-color: #792871;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 44px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.testimonials .item p {
  font-size: 16px;
  font-style: italic;
}

.testimonials .item h4 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.testimonials .item span {
  margin-top: 5px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #792871;
}

.testimonials .item img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 300px;
  border-radius: 5px;
}

.testimonials .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonials .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ffa88c;
  border-radius: 50%;
  margin: 0px 4px;
}

.testimonials .owl-dots .active {
  background-color: #ff511a;
}



/*
---------------------------------------------
partners
---------------------------------------------
*/

section.partners {
  background-color: #212741;
  padding: 80px 0px;
}

section.partners .item {
  margin: 0px 15px;
  cursor: pointer;
  transition: all .3s;
}

section.partners .item:hover {
  opacity: 0.75;
}



/*
---------------------------------------------
footer
---------------------------------------------
*/

footer {
  background-color: #181d30;
  text-align: center;
  padding: 25px 0px;
}

footer p {
  color: #fff;
  font-weight: 300;
}

footer p a {
  color: #ff511a;
}



/*
---------------------------------------------
page heading
---------------------------------------------
*/

.page-heading {
  background-image: url(/media/rhodesuniversity/styleassets/2023academic/images/heading-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 215px 0px 120px 0px;
  text-align: center;
}

.page-heading h2 {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
}

.page-heading .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin: 20px auto 0 auto;
}



/*
---------------------------------------------
about us page
---------------------------------------------
*/

section.top-section .left-image img {
  border-radius: 10px;
}

section.top-section .accordions {
  border-radius: 5px;
  padding: 0px 40px;
  background-color: #fff;
  margin-left: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 35px 0px !important;
  font-size: 22px;
  font-weight: 600;
  color: #212741;
  cursor: pointer;
  transition: color 200ms ease-in-out;

}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #792871;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  padding: 0px;
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content p {
  padding: 0px 0px 30px 0px;
  padding-top: 0;
}

section.what-we-do {
  margin-bottom: -30px;
}

.what-we-do .left-content {
  margin-right: 60px;
}

.what-we-do .left-content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}

.what-we-do .left-content p {
  margin-bottom: 40px;
}

.what-we-do .right-items .item {
  border-radius: 5px;
  padding: 40px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
}

.what-we-do .right-items .item em {
  position: absolute;
  font-style: normal;
  font-size: 44px;
  color: #792871;
  font-weight: 600;
  right: 15px;
  top: 5px;
  transition: all .3s;
}

.what-we-do .right-items .item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
}

.what-we-do .right-items .item:hover em {
  top: 10px;
}



/*
---------------------------------------------
services page
---------------------------------------------
*/

.main-services .service-item {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ecf8f2;
}

.main-services .last-service {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.main-services  .left-image {
  margin-right: 15px;
}

.main-services  .left-image img {
  border-radius: 5px;
}

.main-services  .right-image {
  margin-left: 15px;
}

.main-services  .right-image img {
  border-radius: 5px;
}

.main-services .right-text-content {
  margin-left: 15px;
}

.main-services .left-text-content {
  margin-right: 15px;
}

.main-services .right-text-content i,
.main-services .left-text-content i {
  font-size: 64px;
  color: #792871;
  background-color: #ecf8f2;
  width: 120px;
  height: 120px;
  text-align: center;
  display: inline-block;
  line-height: 120px;
  border-radius: 5px;
}

.main-services .right-text-content h4,
.main-services .left-text-content h4 {
  font-size: 36px;
  font-weight: 700;
  color: #212741;
  margin-top: 40px;
  margin-bottom: 30px;
}

section.service-details .naccs {
  position: relative;
}

section.service-details .naccs .menu {
  text-align: center;
}

section.service-details .naccs .menu div {
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  border-radius: 5px !important;
  margin-right: 30px;
  font-size: 18px;
  color: #212741;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

section.service-details .naccs .menu div.active {
  color: #ff511a;
}

section.service-details ul.nacc {
  margin-top: 50px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.service-details ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.service-details ul.nacc li .left-image {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
}

section.service-details ul.nacc li .left-image img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width:45%
}

section.service-details ul.nacc li .right-content {
  padding: 50px 50px 50px 0px;
  margin-left: 50%;
}

section.service-details ul.nacc li .right-content h4 {
  font-size: 24px;
  color: #212741;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 40px;
  margin-right: 120px;
}

section.service-details ul.nacc li .right-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

section.service-details ul.nacc li .right-content span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #212741;
  font-style: italic;
  margin-bottom: 12px;
}

section.service-details ul.nacc li .right-content .last-span {
  margin-bottom: 0px;
}

section.service-details ul.nacc li .right-content p {
  margin-bottom: 30px;
}

section.service-details ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}



/*
---------------------------------------------
contact us page
---------------------------------------------
*/

section.map .info-item {
  text-align: center;
  padding: 40px 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
  transition: all .5s;
}

section.map .info-item:hover {
  margin-top: -70px;
}

section.map .info-item i {
  font-size: 36px;
  color: #792871;
  margin-bottom: 25px;
}

section.map .info-item h4 {
  font-size: 18px;
  color: #212741;
  font-weight: 600;
  margin-bottom: 12px;
}

section.map .info-item a {
  font-size: 15px;
  font-weight: 600;
  color: #792871;
  transition: all 0.3s;
}

section.map .info-item a:hover {
  color: #ff511a;
}

#contact input {
  width: 100%;
  height: 50px;
  background-color: #f7f7f7;
  color: #212741;
  border-radius: 5px;
  border: none;
  padding: 0px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
}

#contact textarea {
  width: 100%;
  height: 180px;
  max-height: 24px;
  min-height: 150px;
  background-color: #f7f7f7;
  color: #212741;
  border-radius: 5px;
  border: none;
  padding: 15px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
}

#contact input::placeholder,
#contact textarea::placeholder {
  color: #212741;
}
#contact button.orange-button {
  font-size: 14px;
  color: #fff;
  background-color: #ff511a;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: none;
  transition: all .3s;
}

#contact button.orange-button:hover {
  background-color: #792871;
}


/*
---------------------------------------------
responsive
---------------------------------------------
*/


body {
  overflow-x: hidden;
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li ul li:last-child {
    display: inline-block;
  }
  .header-area {
    background-color: #212741;
  }
  .slide-inner .header-text {
    width: 80%;
  }
  .simple-cta {
    text-align: center;
  }
  section.simple-cta .buttons {
    justify-content: center;
  }
  section.about-us .naccs .menu div,
  section.service-details .naccs .menu div {
    margin-right: 15px;
    font-size: 15px;
    padding: 15px 20px;
  }
  section.about-us .right-content {
    margin-left: 0px;
    margin-top: 60px;
  }
  section.calculator .left-image {
    display: none;
  }
  .testimonials .item img {
    max-width: 200px;
    right: 50px;
  }
  section.partners .item {
    margin:15px;
  }
  section.top-section .accordions {
    margin-left: 0px;
    margin-top: 45px;
  }
  .what-we-do .left-content {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .main-services .left-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .main-services .right-text-content {
    margin-left: 0px;
  }
  .main-services .right-image {
    margin-left: 0px;
    margin-top: 30px;
  }
  section.service-details ul.nacc li .left-image {
    position: relative;
    margin-right: 0px;
    transform: translateY(0px);
  }
  section.service-details ul.nacc li .left-image img {
    border-radius: 15px;
  }
  section.service-details ul.nacc li .right-content {
    padding: 50px;
    margin-left: 0px;
  }
  section.service-details ul.nacc li .right-content h4 {
    margin-right: 0px;
  }
  section.service-details ul.nacc li.active {
    display: inline-block;
  }
  section.service-details ul.nacc li {
    display: none;
  }
  section.map .info-item {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    line-height: 100px;
  }
  .background-header .main-nav .logo {
    line-height: 80px;
  }
  .header-area .main-nav .nav li.has-sub ul.multilevel-linkul-0 {
    display: none;
  }
  .slide-inner .header-text p {
    display: none;
  }
  .slide-inner .header-text {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .slide-inner .header-text .div-dec {
    margin-left: auto;
    margin-right: auto;
  }
  .slide-inner .header-text .buttons {
    display: inline-flex;
  }
  .slide-inner .header-text .buttons .green-button {
    float: none;
  }
  .services .service-item i {
    margin-bottom: 35px;
  }
  section.about-us ul.nacc li span.item-title {
    font-size: 14px !important;
  }
  section.about-us ul.nacc li span.item {
    font-size: 13px;
  }
  .testimonials .item i {
    margin-bottom: 60px;
  }
  .testimonials .item img {
    max-width: 100px;
    right: 50px;
    top: 35px;
    transform: translateY(0);
  }
  .testimonials .item {
    padding: 50px;
  }
}

.tab__list {
  display: inline-flex;
  margin-bottom: 24px;
}
.tab__item {
  overflow: hidden;
  cursor: pointer;
  padding: 12px 8px;
  margin-right: 24px;
  text-shadow: 0 0 0.5px currentColor;
  letter-spacing: 1px;
  transition: 0.2s;
  font-size: 18px;
  position: relative;
  color: #777777;
}
.tab__item:before {
  content: /media/rhodesuniversity/styleassets/2023academic/css/"";
  position: absolute;
  top: 95%;
  left: 0;
  height: 2px;
  width: 100%;
  background: #19d9b4;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
}
.tab__item.is--active {
  color: #444;
  position: relative;
}
.tab__item.is--active:before {
  visibility: visible;
  opacity: 1;
}
.tab__content {
  padding: 32px;
  background: #ffffff;
  border-radius: 0 10px 10px;
  text-align: left;
}
.tab__content-item {
  display: none;
}
.tab__content-item.is--active {
  display: block;
}
.tab__content-title {
  padding: 24px 24px 24px 0;
}

.tab .tab .tab__item {
  font-size: 16px;
}
.tab .tab .tab__content {
  padding: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.entry-news-card {
  line-height: 1.4;
  color: #757575;
  background-color: #ffffff;
  box-shadow: 10px 10px 37px -5px rgba(59,58,58,0.75);
-webkit-box-shadow: 10px 10px 37px -5px rgba(59,58,58,0.75);
-moz-box-shadow: 10px 10px 37px -5px rgba(59,58,58,0.75);
}

.entry-news-card__frame {
  position: relative;
}

.entry-news-card__picture {
  position: relative;
}
.entry-news-card__picture::before {
  content: /media/rhodesuniversity/styleassets/2023academic/css/"";
  display: block;
  height: 0;
  padding-top: calc(9 / 16 * 100%);
}
.entry-news-card__picture a {
  display: block;
}
.entry-news-card__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.entry-news-card__content {
  padding: 15px;
}

.entry-news-card__category {
  margin-bottom: 6px;
  font-size: 14px;
}

.entry-news-card__category-link {
  text-decoration: none;
  color: #009688;
}
.entry-news-card__category-link:hover, .entry-news-card__category-link:focus {
  color: #3D5AFE;
}

.entry-news-card__title {
  margin: 0;
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 1.2;
}
.entry-news-card__title a {
  display: block;
  text-decoration: none;
  color: #377cc7;
  transition: 0.25s;
}
.entry-news-card__title a:hover, .entry-news-card__title a:focus {
  color: #3d5afe;
}

.entry-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 6px;
  padding: 0;
  list-style: none;
}

.entry-news-card__meta-item {
  margin-right: 15px;
}

.entry-news-card__date {
  font-size: 12px;
}

.entry-news-card__author {
  font-weight: 700;
  font-size: 14px;
}

.entry-news-card__text {
  margin-bottom: 6px;
  font-size: 14px;
}
.entry-news-card__text > :first-child {
  margin-top: 0;
}
.entry-news-card__text > :last-child {
  margin-bottom: 0;
}

.entry-news-card__conversation-count {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
}

.entry-news-card__conversation-count-link {
  text-decoration: none;
  color: #757575;
}
.entry-news-card__conversation-count-link:hover, .entry-news-card__conversation-count-link:focus {
  color: #3d5afe;
}

.news-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.snip1376 {
  font-family: 'Quattrocento', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
}
.snip1376 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1376 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1376 figcaption {
  width: 100%;
  background-color: #ffffff;
  padding: 15px 25px 65px;
  position: relative;
}
.snip1376 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
}
.snip1376 h2,
.snip1376 p {
  margin: 0 0 10px;
}
.snip1376 h2 {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.2em;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
}
.snip1376 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.snip1376 .icons {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e6e6e6;
  width: 100%;
  text-align: center;
}
.snip1376 i {
  padding: 10px 5px;
  display: inline-block;
  font-size: 24px;
  color: #141414;
  opacity: 0.65;
}
.snip1376 i:hover {
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.mega-title strong {
  font-size: 2.5em;
  display: block;
  font-weight: 700;
  margin: 50px 0 20px 0;
  color: #222;
}
.mega-title strong small {
  font-size: 0.7em;
}

.tab-wrapper {
  width: 100%;
  margin: 50px 20px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.tab-wrapper > .title {
  text-align: center;
}
.tab-wrapper > .title > strong {
  font-size: 1.2em;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  color: #444;
}
.tab-wrapper.v1 .item {
  margin: 10px 0;
}
.tab-wrapper.v1 .item.selected .tab-btn a {
  background-color: #e74c3c;
  color: #fff;
}
.tab-wrapper.v1 .item.selected .tab-btn a:hover {
  color: #fff;
}
.tab-wrapper.v1 .item.selected .tab-content {
  display: block;
}
.tab-wrapper.v1 .item .tab-btn a {
  text-decoration: none;
  display: block;
  color: #222;
  padding: 20px;
  border: 1px solid #ddd;
  letter-spacing: 2px;
  text-transform: uppercase;
  word-spacing: 1px;
  font-weight: 500;
  transition: all 0.3s linear;
}
.tab-wrapper.v1 .item .tab-btn a:hover {
  color: #e74c3c;
}
.tab-wrapper.v1 .item .tab-content {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 10px 20px;
  display: none;
}
.tab-wrapper.v1 .item .tab-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.8;
  word-spacing: 1px;
  word-break: break-word;
  color: #7b7b7b;
}
.tab-wrapper.v2 .tab-btn {
  margin-bottom: 10px;
}
.tab-wrapper.v2 .tab-btn a {
  text-decoration: none;
  display: inline-block;
  color: #222;
  padding: 20px;
  border: 1px solid #ddd;
  letter-spacing: 2px;
  text-transform: uppercase;
  word-spacing: 1px;
  font-weight: 500;
  margin-right: 5px;
  transition: all 0.3s linear;
}
.tab-wrapper.v2 .tab-btn a:hover {
  color: #27ae60;
}
.tab-wrapper.v2 .tab-btn a.selected {
  background-color: #27ae60;
  color: #fff;
}
.tab-wrapper.v2 .tab-btn a.selected:hover {
  color: #fff;
}
.tab-wrapper.v2 .tab-content .item {
  border: 1px solid #ddd;
  padding: 10px 20px;
  display: none;
}
.tab-wrapper.v2 .tab-content .item.selected {
  display: block;
}
.tab-wrapper.v2 .tab-content .item p {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.8;
  word-spacing: 1px;
  word-break: break-word;
  color: #7b7b7b;
}

.plugins {
  text-align: center;
  margin: 50px 0;
}
.plugins h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #222;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 1px;
}
.plugins a {
  display: inline-block;
  font-family: "Open Sans";
  color: #7b7b7b;
  font-size: 1em;
  margin: 10px;
  transition: all 0.2s linear;
  text-decoration: none;
}
.plugins a strong {
  color: #333;
  font-weight: 700;
}
.plugins a:hover {
  color: #d63031;
}

@media only screen and (max-width: 450px) {
  .tab-wrapper {
    width: 100%;
    margin: 20px 0;
  }
  .tab-wrapper.v2 .tab-btn a {
    margin: 5px 0;
  }

}
.kingster-breadcrumbs{
display: none;
}
.gdlr-core-text-box-item{
  width:100%;
  padding-left:50px;
  padding-right:50px;
}
.gdlr-core-title-item-title{
  background-image: url(/media/rhodesuniversity/styleassets/2023academic/images/Rhodes_新万博体育下载_万博体育app【投注官网】_BG-1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0px 100px 0px;
  text-align: center;
  color: white;
  font-size: 5vw;
  margin-bottom: 30px;
}

.android-section-title{
  background-image: url(/media/rhodesuniversity/styleassets/2023academic/images/Rhodes_新万博体育下载_万博体育app【投注官网】_BG-1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0px 100px 0px;
  text-align: center;
  color: white;
  font-size: 5vw;
  margin-bottom: 30px;
}


.academic-23{
  width:100%;
  padding-left:100px;
  padding-right:100px;
  padding-bottom:100px;
}

.multilevel-linkul-0{
  position: absolute;
  width: 140px;
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  border-radius: 5px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

:root{
    --primary-color:hsl(306, 50%, 32%);
    --white-color:#fff;
    --light-color:hsl(306, 50%, 80%);
    --dark-color:#2f3542;
    --box-shadow:rgb(0 0 2 35%) 0px 20px 30px -10px;
}

*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
    color: #e74c3c;
}

a,button,div[role="button"]{
    -webkit-tap-highlight-color: transparent;
}


h1,h2,h3,h4{
    font-weight: 500;
    line-height: normal;
}
h1{
    font-size: 2.5em;
}
h2{
    font-size: 2em;
}
h3{
    font-size: 1.5em;
}
h4{
    font-size: 1em;
}

.site{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.action-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn{
    padding: 5px 20px;
    border-radius: 25px;
    transition: all .3s;

}

.btn-primary{
    background-color: var(--primary-color);
    color: var(--white-color);
    margin-right: 10px;
    border: 2px solid var(--primary-color);
}

.btn-primary:is(:visited, :hover), .btn-secondary:is(:visited, :hover){
    background-color: var(--light-color);
    color: var(--primary-color);
    border: 2px solid var(--light-color);
}

.btn-secondary{
    background-color: var(--white-color);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.testi{
    max-width: 900px;
    margin: 0 auto;
}
.testi .head{
    text-align: center;
    margin-bottom: 60px;
}

.testi .head h3{
    font-size: 34px;
    font-weight: 800;
}

.testi .wrapper{
    display: grid;
    align-items: center;
    gap:30px;
    padding: 30px 0;

}


.testi .author-img-box{
    width: 420px;
    height: 278px;
    /* position: relative; */
    border-radius: 8px;
    flex-shrink: 0;
    overflow: hidden;
}

.testi .author-img-box .author-img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    
    
}

.testi .swiper-slide-active .thumbnail img{
    transform:  scale(1);
}
.content-description{
    display: grid;
}

.author-content h3{
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 700;
}

.content-description p{
    margin-bottom: 15px;
}

.dateAndTime{
    display: flex;
    flex-direction: column;
    /* padding: 10px; */
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 120px;    
    height: 100px;
    background-color: var(--dark-color);
}

.dateAndTime span{
    color: var(--white-color);
    padding: 0;
    margin: 0;
}

.dateAndTime span:first-child, .dateAndTime span:last-child{
    font-size: 12px;
}

.dateAndTime span:nth-child(2){
    font-size: 44px;
    line-height: 38px;
    font-weight: 900;
}

.dateAndTime span:last-child{
    font-weight: 700;
}


.testi .aside {
    /* position: relative; */
    padding-top:15px;
    display:flex;
    flex-direction: column;
    align-self: flex-end;
}

.testi .aside > p{
    /* position:relative; */
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateX(10%);
    transition: transform 1s, opacity 1s;
}
.testi .swiper-slide-active .aside > p{
    transform: translateX(0);
    opacity: 1;
}

.testi .aside .dateAndTime{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
}

.testi .aside .name{
    /* position: relative; */
    width:fit-content;
    line-height: 1;
    opacity: 0;
    transition: transform 1s .2s, opacity 1s .3s;
}

.testi .swiper-slide-active .name{
    transform: translateX(0);
    opacity: 1;
}

.name h4{
    font-size: 14px;
    font-weight: 800;
    color:var(--primary-color);
    opacity: .8;
    text-align:right;
}

.name p{
    font-size:10px;
    text-align:right;
}

.testi :is(.swiper-button-next, .swiper-button-prev){
    background-color: var(--light-color);
    top: 35%;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    transition: background-color .3s;
    box-shadow: var(--box-shadow);
}

.testi :is(.swiper-button-next, .swiper-button-prev):hover{
    background-color: var(--primary-color);
}

.testi :is(.swiper-button-next, .swiper-button-prev)::after{
    font-size:16px;
    font-weight: 800;
    color:var(--white-color);
}

/* .testi .swiper-pagination{
    position: relative;
} */

.testi .swiper-pagination span{
    background-color: var(--light-color);
    transition: width .3s;
    opacity: 1;
}

.testi .swiper-pagination .swiper-pagination-bullet-active{
    width: 26px;
    border-radius: 4px;
    background-color: var(--primary-color);
}

/** 
* MEDIA QUERIES 
*/

@media screen and (min-width:768px){
    .testi .wrapper{
        grid-template-columns: 3fr 1fr;
    }

    .testi .author-img-box{
        width:300px;
        height: 300px;
    }

    .content-description{
        flex-direction: row;
    }


    .testi :is(.swiper-button-next, .swiper-button-prev){
        top:50%;
    }



    .testi .swiper-slide-active .name{
        margin-top: 15px;
    }

}
 ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: /media/rhodesuniversity/styleassets/2023academic/css/"";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.youtube_card {
  width: 90%;
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
  @media (min-width: 480px) {
  .youtube_card {
    width: 25%;
    max-width: 760px;
    margin: 20px;
    display: inline-block;
  }
}
.youtube_card__sharing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 0 15px;
}
.youtube_card__social {
  display: flex;
}
.youtube_card__social-icon {
  margin-left: 1.5em;
  font-size: 1.3rem;
}
.youtube_card__info {
  margin: 0 auto;
  max-width: 500px;
  padding: 6% 8%;
}
@media (min-width: 768px) {
  .youtube_card__info {
    padding: 4% 10%;
  }
}
.youtube_card__author {
  font-weight: 300;
  font-size: 1.05rem;
}
.youtube_card__title {
  margin: 0.5em 0 0.7em;
  font-size: 1.3rem;
  font-weight: 500;
}
.youtube_card__description {
  font-weight: 300;
  line-height: 1.4;
  color: #828282;
}
.youtube_card__timestamp {
  display: flex;
  color: #828282;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  color: #d2d1d1;
  letter-spacing: 1px;
}
.youtube_card__timestamp-icon {
  margin-right: 0.5em;
  font-size: 1.3em;
  line-height: 1;
}

.video {
  width: 100%;
  background: url(/media/rhodesuniversity/styleassets/2023academic/css/"") center/cover no-repeat;
}
.video__container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.video__placeholder {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/media/rhodesuniversity/styleassets/2023academic/css/"") center/cover no-repeat;
}
.video__embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper {
  max-width: 80%;
  margin: 0 auto;
}

h1.section-title {
  font-size: 2em;
  padding: 1em 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
h1.section-title span {
  background: #fff;
  padding: 0 0.5em;
}
h1.section-title:before {
  border-top: 2px dashed #999;
  content: /media/rhodesuniversity/styleassets/2023academic/css/"";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}

.event-list-item {
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.05);
  max-width: 100%;
  max-height: 350px;
  position: relative;
  overflow: hidden;
}
.event-list-item:nth-of-type(even) {
  background: #F5F5F5;
}

.event-info {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.event-info .event-info-extras {
  display: flex;
  flex-flow: row nowrap;
  position: absolute;
  justify-content: flex-end;
  top: 0;
  right: 0;
  font-size: 1.25em;
  padding: 0.3em 0;
}
.event-info .event-info-extras a {
  text-decoration: none;
}
.event-info .event-info-extras .free:after {
  content: "Free";
  background: #5DBF0D;
  color: #fff;
  padding: 0.25em 0.5em;
}
.event-info .event-info-extras .iCal:after {
  content: "飦";
  font-family: "Fontawesome";
  font-size: 1.25em;
  color: #0099A9;
  margin: 0.25em 0.25em 0 0;
}
.event-info .event-info-extras .register:after {
  content: "飦";
  font-family: "Fontawesome";
  font-size: 1.25em;
  color: #0099A9;
  margin: 0.25em 0.25em 0 0;
}
.event-info .event-date {
  display: flex;
  flex-flow: column nowrap;
  width: 100px;
  max-width: 100px;
}
.event-info .event-date .event-start,
.event-info .event-date .event-end {
  width: 100px;
  height: 100px;
  text-align: center;
  resize: vertical;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1em;
  color: #fff;
  background: #ccc;
  align-self: flex-start;
}
.event-info .event-date .event-end {
  margin-top: 0;
}
.event-info .event-date .event-end:before {
  content: "thru";
  font-size: 0.5em;
  position: absolute;
  top: 90px;
  left: 37px;
}
.event-info .event-description {
  line-height: 1.25em;
  padding: 1.25em;
}
.event-info .event-description .event-header {
  font-size: 1.5em;
  margin-bottom: 0.25em;
}
.event-info .event-description .event-header a {
  text-decoration: none;
  color: #333;
}
.event-info .event-description .event-header .event-title {
  margin-bottom: 0.25em;
}
.event-info .event-description .event-header .event-location,
.event-info .event-description .event-header .event-time {
  font-size: 0.55em;
}
.event-info .event-description .event-header .event-location:before {
  content: "飦";
  font-family: "Fontawesome";
  margin-right: 0.35em;
}
.event-info .event-description .event-header .event-time:before {
  content: "飥";
  font-family: "Fontawesome";
  margin-right: 0.35em;
}
.event-info .event-description .event-excerpt {
  font-size: 0.85em;
}
.event-info .event-description .event-excerpt a.more {
  color: #248F8B;
  text-decoration: none;
  text-transform: uppercase;
}
.event-info .event-description .event-excerpt a.more:after {
  content: "飩";
  font-family: "Fontawesome";
  margin-left: 0.25em;
}

.event-list-item.featured {
  color: #fff;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.event-list-item.featured .event-info {
  padding: 3em 2em;
  position: relative;
  z-index: 1;
}
.event-list-item.featured .event-info .event-info-extras .iCal:after {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.event-list-item.featured .event-info .event-info-extras .register:after {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.event-list-item.featured .event-info .event-date {
  max-width: 100px;
  position: relative;
}
.event-list-item.featured .event-info .event-date .event-end {
  margin-top: 1em;
}
.event-list-item.featured .event-info .event-date .event-end:before {
  top: 105px;
  left: 35px;
}
.event-list-item.featured .event-info .event-description {
  max-width: 600px;
  line-height: 1.5em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.event-list-item.featured .event-info .event-description a {
  text-decoration: none;
  color: #fff;
}
.event-list-item.featured .event-info .event-description .event-header {
  font-size: 2em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 4px double rgba(255, 255, 255, 0.5);
}
.event-list-item.featured .event-info .event-description .event-header .event-title {
  margin-bottom: 0.5em;
}
.event-list-item.featured .event-info .event-description .event-header .event-title:before {
  content: "飥";
  font-family: "Fontawesome";
  margin-right: 0.35em;
}
.event-list-item.featured .event-info .event-description .event-header .event-location,
.event-list-item.featured .event-info .event-description .event-header .event-time {
  font-size: 0.5em;
}
.event-list-item.featured .event-info .event-description .event-header .event-location:before {
  content: "飦";
  font-family: "Fontawesome";
  margin-right: 0.35em;
}
.event-list-item.featured .event-info .event-description .event-header .event-time:before {
  content: "飥";
  font-family: "Fontawesome";
  margin-right: 0.35em;
}
.event-list-item.featured .event-info .event-description .event-excerpt {
  font-size: 1em;
}
.event-list-item.featured .event-info .event-description .event-excerpt a {
  color: #FFCC00;
}
.event-list-item.featured .event-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-list-item.gold .event-start,
.event-list-item.gold .event-end {
  background: #FFCC00 !important;
}
.event-list-item.navy .event-start,
.event-list-item.navy .event-end {
  background: #00205c !important;
}
.event-list-item.red .event-start,
.event-list-item.red .event-end {
  background: #B30000 !important;
}
.event-list-item.teal .event-start,
.event-list-item.teal .event-end {
  background: #248F8B !important;
}
.event-list-item.featured.gold {
  border-left: 10px solid #FFCC00;
  max-width: 740px;
}
.event-list-item.featured.navy {
  border-left: 10px solid #00205c;
  max-width: 740px;
}
.event-list-item.featured.red {
  border-left: 10px solid #B30000;
  max-width: 740px;
}
.event-list-item.featured.teal {
  border-left: 10px solid #248F8B;
  max-width: 740px;
}



