@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
@-webkit-keyframes topbottom {
  0% {
    bottom: 3rem;
  }
  100% {
    bottom: 1.5rem;
  }
}
@keyframes topbottom {
  0% {
    bottom: 3rem;
  }
  100% {
    bottom: 1.5rem;
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html, body {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin-left: 0;
  padding-bottom: 0;
}

@font-face {
  font-family: "timesNew";
  src: url(../font/TimesNewRomanPSMT\ Regular.ttf);
  font-weight: bold;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #110B11;
  top: 0 !important;
}
@media only screen and (max-width: 992px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair", serif;
}

.heading-hero-primary {
  text-transform: uppercase;
  font-size: 136px;
  font-weight: 700;
  color: #385696;
  line-height: 0.8;
}
.heading-hero-primary span {
  display: block;
  font-size: 75px;
}
@media screen and (min-width: 1399.9px) {
  .heading-hero-primary {
    font-size: 67px;
  }
  .heading-hero-primary span {
    font-size: 56px;
  }
}
@media screen and (min-width: 992.1px) and (max-width: 1199.9px) {
  .heading-hero-primary {
    font-size: 48px;
  }
  .heading-hero-primary span {
    font-size: 36px;
  }
}
@media only screen and (max-width: 992px) {
  .heading-hero-primary {
    font-size: 36px;
  }
  .heading-hero-primary span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .heading-hero-primary {
    font-size: 36px;
    margin-left: auto;
    margin-right: auto;
  }
  .heading-hero-primary span {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .heading-hero-primary {
    font-size: 45px;
  }
  .heading-hero-primary span {
    font-size: 24px;
  }
}
@media screen and (max-width: 300px) {
  .heading-hero-primary {
    font-size: 26px;
  }
}

.heading-hero-secondary {
  text-transform: uppercase;
  font-size: 58.5px;
  font-weight: 300;
  color: #385696;
  font-family: "Poppins", sans-serif;
  line-height: 1.26;
  display: block;
}
@media only screen and (max-width: 992px) {
  .heading-hero-secondary {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .heading-hero-secondary {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .heading-hero-secondary {
    font-size: 24px;
  }
}

.heading-hero-tertiary {
  text-transform: uppercase;
  font-size: 37px;
  font-weight: bold;
  color: #385696;
  font-family: "Poppins", sans-serif;
  line-height: 1.26;
  display: block;
}
.heading-hero-tertiary span {
  font-weight: 300;
}
@media only screen and (max-width: 992px) {
  .heading-hero-tertiary {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .heading-hero-tertiary {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .heading-hero-tertiary {
    font-size: 24px;
  }
}

.heading-bottom-heading {
  display: inline-block;
  background: #385696;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.26;
  padding: 3.5px 15px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .heading-bottom-heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .heading-bottom-heading {
    font-size: 18px;
    font-weight: normal;
  }
}

.sub-heading-top {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  background: #385696;
  line-height: 1.26;
  display: inline-block;
  padding: 0 15px;
}
@media only screen and (max-width: 992px) {
  .sub-heading-top {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-heading-top {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .sub-heading-top {
    font-size: 24px;
  }
}

.date-heading {
  text-transform: uppercase;
  font-size: 100px;
  font-weight: bold;
  margin-top: 2rem;
  font-family: "timesNew" !important;
  color: #385696;
  line-height: 0.63;
  margin-bottom: 5.5rem;
  display: block;
  font-family: "Playfair", serif;
}
@media only screen and (max-width: 992px) {
  .date-heading {
    font-size: 84px;
  }
}
@media only screen and (max-width: 768px) {
  .date-heading {
    font-size: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .date-heading {
    font-size: 78px;
  }
}

.heading-primary {
  line-height: 1.25em;
  text-align: center;
  margin-bottom: 50px;
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 700;
  color: #002060;
}
@media only screen and (max-width: 992px) {
  .heading-primary {
    margin-bottom: 40px;
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .heading-primary {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .heading-primary {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.heading-secondary {
  line-height: 1.25em;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #1e90ff;
}

.heading-tertiary {
  line-height: 1.25em;
  text-align: center;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  color: #002060;
}
@media only screen and (max-width: 992px) {
  .heading-tertiary {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .heading-tertiary {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .heading-tertiary {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.heading-fourth {
  line-height: 1.25em;
  text-align: center;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  color: #1e90ff;
}
@media only screen and (max-width: 992px) {
  .heading-fourth {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .heading-fourth {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 575px) {
  .heading-fourth {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.heading-five {
  line-height: 1.25em;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: #002060;
}
@media only screen and (max-width: 992px) {
  .heading-five {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .heading-five {
    margin-bottom: 20px;
    font-size: 17px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .heading-five {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.content-para p,
.content-para li {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}
.content-para p:last-child,
.content-para li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .content-para p,
  .content-para li {
    font-size: 14px;
    line-height: 1.7;
  }
}

.m-bottom {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 992px) {
  .m-bottom {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .m-bottom {
    margin-bottom: 3rem;
  }
}

.m-top {
  margin-top: 5rem;
}
@media only screen and (max-width: 992px) {
  .m-top {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .m-top {
    margin-top: 3rem;
  }
}

.p-bottom {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 992px) {
  .p-bottom {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-bottom {
    padding-bottom: 3rem;
  }
}

.p-top {
  padding-top: 5rem;
}
@media only screen and (max-width: 992px) {
  .p-top {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top {
    padding-top: 3rem;
  }
}

.space-one {
  height: 40px;
}

.space-two {
  height: 70px;
}
@media only screen and (max-width: 992px) {
  .space-two {
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .space-two {
    height: 40px;
  }
}

@media screen and (max-width: 575px) {
  .primary-list {
    padding: 0;
    margin-left: 4rem;
  }
}
.primary-list li {
  position: relative;
}
.primary-list li:not(:last-child) {
  padding-bottom: 1rem;
}
.primary-list li:before {
  content: "";
  background-image: url("../images/primary-list-01.png");
  background-size: cover;
  position: absolute;
  top: 15px;
  left: -30px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inner-hero-section {
  position: relative;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: 100% 36%;
  background-repeat: no-repeat;
}
.inner-hero-section.result {
  background-position: 100% 24%;
}
.inner-hero-section::before {
  content: "";
  background: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-hero-section:hover::before {
  opacity: 0;
}
.inner-hero-section .container {
  position: relative;
}

.inner-hero-section-two {
  position: relative;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.inner-hero-section-two::before {
  content: "";
  background: #110B11;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inner-hero-section-two .container {
  position: relative;
}

.blockquote {
  padding: 1.5rem 3rem;
  font-size: 20px;
  border-radius: 0 0 0 0;
  border-left: 4px solid #ffffff;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blockquote em {
  font-size: 1.6rem;
  text-align: right;
}
.blockquote strong {
  display: block;
  margin-top: 2rem;
}

.owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5px;
}
.owl-nav button {
  background: #002060 !important;
  border: 1px solid #002060 !important;
  height: 4.5rem;
  width: 4.5rem;
}
.owl-nav button i {
  color: white;
}

.owl-dots .owl-dot span {
  background: rgba(17, 11, 17, 0.3) !important;
  margin: 5px 3px !important;
}
.owl-dots .owl-dot.active span {
  background: #002060 !important;
}

@media only screen and (max-width: 768px) {
  .btn-wrapper {
    text-align: center;
  }
}

.border-top-one {
  height: 4px;
  width: 49rem;
  background: #385696;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .border-top-one {
    width: 80%;
    margin: 1rem auto 0;
  }
}

.global-btn-one {
  font-size: 15px;
  padding: 10px 24px !important;
  line-height: 1;
  text-transform: capitalize;
  border: 1.9px solid #ffffff;
  color: #ffffff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.global-btn-one:hover {
  color: #002060;
  background: #ffffff !important;
}

.global-btn-two {
  font-size: 15px;
  padding: 10px 24px;
  line-height: 1;
  text-transform: capitalize;
  border: 1.9px solid #002060 !important;
  background: #002060;
  color: #ffffff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  display: inline-block;
}
.global-btn-two:hover {
  color: #002060;
  background: transparent;
  border-color: #002060 !important;
}

.global-btn-three {
  font-size: 15px;
  padding: 10px;
  line-height: 1;
  text-transform: capitalize;
  border: 1.9px solid #ef1d26 !important;
  background: #ef1d26;
  color: #ffffff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  display: inline-block;
  border-radius: 0 20px 20px 0;
}
.global-btn-three:hover {
  color: #ffffff;
  background: #ef1d26;
  border-color: #ef1d26 !important;
}

.bottom-footer {
  padding: 5rem 0;
  background: rgba(17, 11, 17, 0.05);
}

.bottom-footer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

@media only screen and (max-width: 768px) {
  .bottom-footer .info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bottom-footer .info a {
  color: #090818;
}

.bottom-footer .info i {
  font-size: 2.4rem;
}

.bottom-footer h4 {
  color: #090818;
  font-family: "Playfair", serif;
  display: inline;
}

@media only screen and (max-width: 768px) {
  .bottom-footer .row .col-md-6:first-child {
    margin-bottom: 2rem;
  }
  .bottom-footer .row .col-md-6:last-child {
    text-align: center;
  }
}
@media only screen and (min-width: 768.1px) {
  .bottom-footer .row .col-md-6:last-child {
    text-align: right;
  }
}
.bottom-footer .footer-social-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0;
}

.bottom-footer .footer-social-links li a {
  width: 40px;
  height: 40px;
  background: var(--fclr);
  display: grid;
  place-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #ffffff;
}

.bottom-footer .footer-social-links li a:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

header {
  background: rgb(255, 255, 255);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  header {
    display: none;
  }
}
header.fixed-top {
  top: -40px;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 999;
}

.top-header-grid {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  padding: 1rem;
}
.top-header-grid .top-header-grid-item h5 {
  line-height: 1.25em;
  margin-bottom: 0;
  font-family: "Playfair", serif;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 992px) {
  .top-header-grid .top-header-grid-item h5 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .top-header-grid .top-header-grid-item h5 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 575px) {
  .top-header-grid .top-header-grid-item h5 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.top-header-grid .top-header-grid-item:first-child {
  display: block;
  grid-column-end: 3;
  grid-column-start: 1;
}
.top-header-grid .top-header-grid-item:first-child img {
  width: 16rem;
}
.top-header-grid .top-header-grid-item:nth-child(2) {
  grid-column: 5;
  grid-column-end: 8;
  text-align: center;
}
.top-header-grid .top-header-grid-item:nth-child(2) .brand:first-child {
  background: #055b9d;
  display: grid;
  place-content: center;
  padding: 0 4px;
  margin-right: 6px;
}
.top-header-grid .top-header-grid-item:last-child {
  grid-column: 8;
  grid-column-end: 12;
  text-align: right;
}
.top-header-grid .top-header-grid-item:last-child .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.top-header-grid .top-header-grid-item:last-child .d-flex .brand:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  padding-right: 7.5px;
}
.top-header-grid .top-header-grid-item:last-child .d-flex .brand:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding-left: 7.5px;
  max-width: 60%;
}

.hero-section {
  min-height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-image: url("../images/hero-bg-01.jpg");
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.hero-section .container {
  position: relative;
}
@media only screen and (max-width: 575px) {
  .hero-section .container {
    text-align: center;
  }
}
.hero-section .container .heading-fourth,
.hero-section .container i {
  color: #ffffff;
}
.hero-section .border-bottom-one {
  height: 5px;
  width: 15rem;
  margin: 1rem auto;
  background: #ffffff;
}
.hero-section .top-chevron {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: topbottom 1s ease-in-out infinite alternate;
          animation: topbottom 1s ease-in-out infinite alternate;
}
.hero-section .top-chevron a {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 1.5rem 6px;
  border-radius: 20px;
  display: inline-block;
}
.hero-section .top-chevron a i {
  font-size: 2.4rem;
}

.about-professor table {
  margin-top: 50px;
}
.about-professor table tr:hover {
  background: #f7f7f7;
}
.about-professor table tr td:last-child {
  text-align: center;
}
.about-professor table a {
  background: #002060;
  color: white;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
}
.about-professor .img-wrapper {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .about-professor .img-wrapper img {
    height: 40rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    margin-bottom: 2rem;
    border-radius: 1rem;
  }
}
@media only screen and (min-width: 992.1px) {
  .about-professor .img-wrapper img {
    height: 25rem;
    -o-object-position: 85%;
       object-position: 85%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-shadow: 0 0.5rem 2.5rem rgba(0, 0, 0, 0.4);
            box-shadow: 0 0.5rem 2.5rem rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .about-professor .img-wrapper img:hover {
    outline: 0.5rem solid white;
    -webkit-transform: scale(1.05) translateY(-0.5rem);
            transform: scale(1.05) translateY(-0.5rem);
    -webkit-box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
    z-index: 20;
  }
  .about-professor .img-wrapper img:nth-child(1) {
    top: 0;
    left: 0;
  }
  .about-professor .img-wrapper img:nth-child(2) {
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .about-professor .content-para {
    margin-top: 2rem;
    display: block;
  }
}

.graph-area .img-wrapper {
  background: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 1.5rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 768px) {
  .graph-area .img-wrapper p {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .graph-area .img-wrapper p {
    font-size: 1.8rem;
  }
}
.graph-area .img-wrapper img {
  display: block;
  margin: 0 auto 1.5rem;
}
.graph-area .img-wrapper ul li {
  position: relative;
  padding-left: 3rem;
}
.graph-area .img-wrapper ul li::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: var(--polled);
  left: 0;
  top: 0;
  border-radius: 100%;
}
.graph-area .img-wrapper ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.graph-area .case-study-grid {
  display: grid;
  grid-auto-rows: 17rem;
  gap: 12px;
  overflow: hidden;
}
@media only screen and (min-width: 992.1px) {
  .graph-area .case-study-grid {
    grid-auto-columns: 33.33%;
  }
}
.graph-area .case-study-grid .case-study-grid-item {
  overflow: hidden;
}
.graph-area .case-study-grid .case-study-grid-item:hover img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@media only screen and (min-width: 992.1px) {
  .graph-area .case-study-grid .case-study-grid-item:nth-child(3) {
    grid-column-start: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .graph-area .case-study-grid .case-study-grid-item:nth-child(1) {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .graph-area .case-study-grid .case-study-grid-item:nth-child(2) {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .graph-area .case-study-grid .case-study-grid-item:nth-child(4) {
    grid-column-start: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.graph-area .case-study-grid .case-study-grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.graph-area .col-md-12 > .content-para {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992.1px) {
  .graph-area .col-md-12 > .content-para {
    padding: 0 9rem;
    margin-bottom: 3rem;
  }
}

.teacher-testimonies {
  background-size: cover;
  background-position: center;
  background-image: url("../images/hero-bg-1.jpg");
  position: relative;
}
.teacher-testimonies::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: #002060;
  opacity: 0.7;
}
.teacher-testimonies .container {
  position: relative;
}
.teacher-testimonies .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  background: white;
}
@media only screen and (max-width: 768px) {
  .teacher-testimonies .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.teacher-testimonies .card img {
  mix-blend-mode: darken;
}
.teacher-testimonies .img-wrapper {
  max-width: 170px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
}

.collabrate a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 0 20px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  color: #110B11;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.collabrate a:hover {
  -webkit-filter: none;
          filter: none;
  background: #f2f2f2;
}
.collabrate a img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.collabrate a p {
  text-align: center;
}
.collabrate a strong {
  display: block;
}

@media only screen and (min-width: 992.1px) {
  .reports-section .heading-primary {
    margin-bottom: 30px;
  }
}
.reports-section .img-wrapper {
  position: relative;
}
.reports-section .img-wrapper img {
  position: relative;
  z-index: 2;
  height: 133px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.reports-section .item {
  margin: 2rem 0;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 19px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 19px 0px;
  background: #ffffff;
  padding: 3rem 2rem 4rem 2rem;
}
.reports-section .item .reports-data {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .reports-section .item .reports-data {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 992.1px) {
  .reports-section .item .reports-data {
    margin-top: 3rem;
  }
  .reports-section .item .reports-data .heading-tertiary {
    margin-bottom: 1.5rem;
    position: relative;
  }
  .reports-section .item .reports-data .heading-tertiary::after {
    content: "";
    background: #002060;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 3px;
    border-radius: 4px;
    width: 10rem;
  }
}

.groundbreaking {
  overflow-x: hidden;
}
.groundbreaking .img-wrapper {
  width: 30rem;
  margin: 0 auto 3rem;
}
.groundbreaking .first {
  background: #f7f7f7;
  position: relative;
}
@media only screen and (min-width: 768.1px) {
  .groundbreaking .first::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
  }
}
.groundbreaking .first .groundbreaking-pedagogy {
  padding: 7rem 0;
}
@media only screen and (max-width: 992px) {
  .groundbreaking .first .groundbreaking-pedagogy {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .groundbreaking .first .groundbreaking-pedagogy {
    padding: 3rem 0;
  }
}
.groundbreaking .first .groundbreaking-pedagogy .blockquote {
  padding: 1.5rem 3rem;
  font-size: 20px;
  border-radius: 0 0 0 0;
  border-left: 4px solid #002060;
  color: #002060;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .groundbreaking .first .groundbreaking-pedagogy .blockquote {
    font-size: 1.6rem;
  }
}
.groundbreaking .first .groundbreaking-pedagogy .blockquote em {
  font-size: 1.6rem;
  text-align: right;
}
.groundbreaking .first .groundbreaking-pedagogy .blockquote strong {
  display: block;
  margin-top: 2rem;
}
.groundbreaking .last {
  background: #002060;
  color: #ffffff;
  position: relative;
}
@media only screen and (min-width: 768.1px) {
  .groundbreaking .last::after {
    content: "";
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002060;
  }
}
.groundbreaking .last .urgent-roadmap {
  padding: 7rem 0;
}
@media only screen and (min-width: 768.1px) {
  .groundbreaking .last .urgent-roadmap {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 992px) {
  .groundbreaking .last .urgent-roadmap {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .groundbreaking .last .urgent-roadmap {
    padding: 3rem 0;
  }
}
.groundbreaking blockquote {
  margin-top: 3rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
}
@media only screen and (max-width: 768px) {
  .groundbreaking blockquote {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768.1px) {
  .research-area .heading-primary {
    text-align: left;
  }
}
.research-area .img-wrapper {
  position: relative;
}
.research-area .img-wrapper::before {
  background: #1e90ff;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 0;
  position: absolute;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.research-area .img-wrapper:hover img {
  -o-object-position: bottom;
     object-position: bottom;
}
.research-area .img-wrapper:hover::before {
  left: 20px;
  top: 20px;
}
.research-area .img-wrapper img {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  border-radius: 10px;
  max-height: 35rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.media-attention {
  padding: 7rem 0 4rem 0;
  background: #f7f7f7;
}
@media only screen and (max-width: 992px) {
  .media-attention {
    padding: 5rem 0 2rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .media-attention {
    padding: 3rem 0 1rem;
  }
}
.media-attention .publications-card h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 1.5rem;
  letter-spacing: normal;
  text-align: center;
  margin-top: 2rem;
}
.media-attention .publications-card .pub-cover {
  overflow: hidden;
}
.media-attention .publications-card .pub-cover img {
  width: calc(100% - 15rem);
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media screen and (min-width: 300px) and (max-width: 767.9px) {
  .media-attention .publications-card .pub-cover img {
    width: 24rem !important;
  }
}
@media screen and (min-width: 768px) {
  .media-attention .publications-card .pub-cover img {
    height: 375px;
  }
}
@media screen and (min-width: 992px) {
  .media-attention .publications-card .pub-cover img {
    height: 225px;
  }
}
@media screen and (min-width: 1200px) {
  .media-attention .publications-card .pub-cover img {
    height: 280px;
  }
}
@media screen and (min-width: 1400px) {
  .media-attention .publications-card .pub-cover img {
    height: 365px;
  }
}
.media-attention .publications-card .pub-content {
  padding: 2rem;
  text-align: center;
  position: relative;
  background: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1200px) {
  .media-attention .publications-card .pub-content h2 {
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .media-attention .publications-card .pub-content {
    height: 190px;
  }
}
@media screen and (min-width: 992px) {
  .media-attention .publications-card .pub-content {
    height: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .media-attention .publications-card .pub-content {
    height: 200px;
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .media-attention .publications-card .pub-content {
    height: 190px;
  }
}
.media-attention .publications-card .pub-content .content-para p {
  line-height: normal;
}
.media-attention .publications-card .pub-content a {
  display: none;
}
@media only screen and (min-width: 768.1px) {
  .media-attention .publications-card .pub-content a {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1399.9px) {
  .media-attention .publications-card .pub-content a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.media-attention .publications-card:hover img {
  -o-object-position: bottom;
     object-position: bottom;
}
.media-attention .news-wrapper {
  padding: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 0 15px 0;
  width: 100%;
}
.media-attention .news-wrapper .left-side {
  position: relative;
  float: left;
  width: 45%;
  margin-right: 5%;
}
@media only screen and (max-width: 575px) {
  .media-attention .news-wrapper .left-side {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
.media-attention .news-wrapper .left-side::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  opacity: 0.2;
  border-radius: 3px 0 0 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.media-attention .news-wrapper .left-side a {
  display: block;
}
.media-attention .news-wrapper .left-side a img {
  width: 100%;
}
@media only screen and (min-width: 768.1px) {
  .media-attention .news-wrapper .left-side a img {
    max-height: 141px;
  }
}
.media-attention .news-wrapper .left-side .play-button {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.media-attention .news-wrapper .right-side {
  float: right;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .media-attention .news-wrapper .right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .media-attention .news-wrapper .right-side {
    width: 100%;
    float: none;
    padding: 20px 20px;
  }
}
.media-attention .news-wrapper .right-side .video-title {
  padding: 0 10px 0 0;
}
.media-attention .news-wrapper .right-side .video-title h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 1.5rem;
  letter-spacing: normal;
}

.endorsement-section {
  background: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  .endorsement-section {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 768.1px) {
  .endorsement-section h2 {
    text-align: left;
  }
  .endorsement-section .cms-img-wrapper {
    display: none;
  }
  .endorsement-section .col-md-6:first-child {
    padding: 7rem 0;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 992px) {
  .endorsement-section .col-md-6:first-child {
    padding: 5rem 0;
  }
}
.endorsement-section .endorse-grid {
  display: grid;
}
@media only screen and (max-width: 992px) {
  .endorsement-section .endorse-grid {
    gap: 2rem;
  }
}
@media only screen and (min-width: 992.1px) {
  .endorsement-section .endorse-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
}
.endorsement-section .endorse-grid .endorse-grid-item {
  place-self: center;
  text-align: center;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.endorsement-section .endorse-grid .endorse-grid-item:hover {
  background: white;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.endorsement-section .endorse-grid .endorse-grid-item:hover .en-card::after {
  width: 100%;
}
.endorsement-section .endorse-grid .endorse-grid-item .en-card {
  height: 100%;
  position: relative;
  background: white;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.endorsement-section .endorse-grid .endorse-grid-item .en-card::after {
  content: "";
  background: var(--env);
  height: 4px;
  width: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .endorsement-section .endorse-grid .endorse-grid-item .en-card br {
    display: none;
  }
}
.endorsement-section .endorse-grid .endorse-grid-item .en-card .heads {
  padding: 2rem 0;
  background: var(--env);
  border-radius: 8px 8px 0 0;
}
.endorsement-section .endorse-grid .endorse-grid-item .en-card .heads h6 {
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Playfair", sans-serif;
  margin: 0px 9px;
}
.endorsement-section .endorse-grid .endorse-grid-item .content-para {
  padding: 1rem 2rem 2rem;
  height: 100%;
}

.bring-together h6 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--env);
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
.bring-together .bring-grid {
  display: grid;
  gap: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 992.1px) {
  .bring-together .bring-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bring-together .bring-grid .bring-grid-item {
  height: 100%;
}
.bring-together .bring-grid .bring-grid-item .en-card {
  position: relative;
  background: white;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 8px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bring-together .bring-grid .bring-grid-item .en-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.bring-together .bring-grid .bring-grid-item .en-card:hover::after {
  width: 100%;
}
.bring-together .bring-grid .bring-grid-item .en-card::after {
  content: "";
  background: var(--env);
  height: 4px;
  width: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bring-together .bring-grid .bring-grid-item .en-card .heads {
  background: var(--env);
  border-radius: 50%;
  height: 10rem;
}
.bring-together .bring-grid .bring-grid-item .en-card .heads img {
  width: 10rem;
  padding: 20px;
}
.bring-together .bring-grid .bring-grid-item .content-para {
  padding: 2rem;
}

.cms-img-wrapper img {
  height: 370px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 68%;
     object-position: 100% 68%;
}

@media only screen and (max-width: 768px) {
  .circle-events {
    gap: 2rem;
  }
}
.circle-events img {
  height: 21rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.global-2026 #awesome_tab {
  display: grid;
  grid-template-columns: 30% 70%;
}
@media only screen and (max-width: 575px) {
  .global-2026 #awesome_tab {
    grid-template-columns: none;
    gap: 20px;
  }
}
.global-2026 #awesome_tab .tab_header .item {
  background: var(--g26);
  padding: 15px 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 600;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.global-2026 #awesome_tab .tab_header .item:last-child {
  color: #110b11;
}
.global-2026 #awesome_tab .tab_header .item::after {
  content: "";
  background: var(--g26);
  position: absolute;
  right: -12px;
  top: 50%;
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  visibility: hidden;
}
.global-2026 #awesome_tab .tab_header .item:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.global-2026 #awesome_tab .tab_header .item.active::after {
  opacity: 1;
  visibility: visible;
}
.global-2026 .tab_container .container_item {
  height: 100%;
  padding: 20px;
  margin-left: 30px;
  display: none;
  background: rgba(0, 32, 96, 0.05);
}
@media only screen and (max-width: 575px) {
  .global-2026 .tab_container .container_item {
    margin-left: 0;
  }
}
.global-2026 .tab_container .container_item.active {
  display: block;
}
.global-2026 .tab_container .container_item .content-wrapper ul {
  list-style: disc;
  margin-bottom: 0;
}
.global-2026 .tab_container .container_item .content-wrapper ul li {
  padding-left: 15px;
  position: relative;
  font-weight: normal;
}
.global-2026 .tab_container .container_item .content-wrapper ul li:not(:last-child) {
  padding-bottom: 1.2rem;
}

.ed-schedule {
  display: none;
}
.ed-schedule .agenda-card {
  border-radius: 15px;
  position: relative;
  background: white;
}
.ed-schedule .agenda-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
  z-index: -1;
  -webkit-filter: blur(7.5px);
          filter: blur(7.5px);
}
.ed-schedule .agenda-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: skewY(2deg);
          transform: skewY(2deg);
  z-index: -1;
  -webkit-filter: blur(7.5px);
          filter: blur(7.5px);
}
.ed-schedule .agenda-card:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768.1px) {
  .ed-schedule .agenda-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ed-schedule .agenda-card .left-side {
  background: var(--agnclr);
  padding: 10px;
}
@media screen and (max-width: 767.9px) {
  .ed-schedule .agenda-card .left-side.desktop {
    display: none;
  }
}
@media only screen and (min-width: 768.1px) {
  .ed-schedule .agenda-card .left-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.5px;
            flex: 0 0 66.5px;
    max-width: 66.5px;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    padding-bottom: 30px;
    text-align: -webkit-center;
    border-radius: 15px 0 0 15px;
  }
}
.ed-schedule .agenda-card .left-side .space {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .ed-schedule .agenda-card .left-side .space {
    padding: 0 2.5px;
  }
}
.ed-schedule .agenda-card .left-side span {
  color: white;
}
@media only screen and (min-width: 768.1px) {
  .ed-schedule .agenda-card .left-side span {
    font-size: 24px;
    line-height: 1;
    text-orientation: upright;
  }
  .ed-schedule .agenda-card .left-side span strong {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .ed-schedule .agenda-card .left-side span .space {
    padding: 2.5px 0;
  }
}
.ed-schedule .agenda-card .left-side h6 {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 768.1px) {
  .ed-schedule .agenda-card .left-side h6 {
    position: absolute;
    font-size: 24px;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg) scale(1.5);
            transform: translateY(-50%) rotate(-90deg) scale(1.5);
    left: 0;
  }
}
.ed-schedule .agenda-card .right-side .mobile-dt {
  background: var(--agnclr);
  text-align: center;
  padding-bottom: 10px;
}
.ed-schedule .agenda-card .right-side .mobile-dt span {
  color: white;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .ed-schedule .agenda-card .right-side .mobile-dt {
    display: none;
  }
}
@media only screen and (min-width: 768.1px) {
  .ed-schedule .agenda-card .right-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 66.5px);
            flex: 0 0 calc(100% - 66.5px);
    max-width: calc(100% - 66.5px);
    border-radius: 0 15px 15px 0;
  }
}
.ed-schedule .agenda-card .right-side .heading {
  background: var(--agnclr);
  color: white;
  text-align: center;
  font-size: 24px;
  margin: 0;
  padding: 20px;
  border-radius: 0 15px 0 0;
}
@media screen and (max-width: 767.9px) {
  .ed-schedule .agenda-card .right-side .heading {
    border-radius: 15px 15px 0 0;
  }
}
.ed-schedule .agenda-card .right-side .agenda-outer {
  padding: 20px 20px 40px 30px;
}
.ed-schedule .agenda-card .right-side .agenda-outer .agenda-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
.ed-schedule .agenda-card .right-side .agenda-outer .agenda-wrapper ul li {
  position: relative;
  padding-left: 20px;
}
.ed-schedule .agenda-card .right-side .agenda-outer .agenda-wrapper ul li:not(:last-child) {
  padding-bottom: 8px;
}
.ed-schedule .agenda-card .right-side .agenda-outer .agenda-wrapper ul li::before {
  content: "\f0a4";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 6px;
}
.ed-schedule .theme-head {
  font-size: inherit;
  text-align: center;
  font-weight: bold;
}
.ed-schedule h3 {
  color: #002060;
  font-weight: bold;
}

.advisory-committe .accordion-item:not(:first-child) button::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.advisory-committe .accordion-item .accordion-header button {
  background: var(--advclr);
  font-size: 3rem;
  padding: 20px 25px;
  font-family: "PLayfair", sans-serif;
  font-weight: bold;
  font-weight: bold;
  text-transform: capitalize;
  color: white;
}
.advisory-committe .accordion-item .accordion-header button::after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.advisory-committe .accordion-item .accordion-header button:not(.collapsed)::after {
  -webkit-transform: var(--bs-accordion-btn-icon-transform) scale(1.5);
          transform: var(--bs-accordion-btn-icon-transform) scale(1.5);
}
.advisory-committe .accordion-item .accordion-header button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.advisory-committe .accordion-item .accordion-body ul li {
  position: relative;
}
.advisory-committe .accordion-item .accordion-body ul li::before {
  content: "";
  background: var(--advclr);
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: -30px;
  top: 4px;
  border-radius: 3px;
}
.advisory-committe .accordion-item .accordion-body ul li strong {
  display: block;
}
.advisory-committe .accordion-item .accordion-body ul li:not(:last-child) {
  padding-bottom: 1.5rem;
}

.rri-conference {
  margin-top: 4rem;
}
@media only screen and (max-width: 992px) {
  .rri-conference {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .rri-conference {
    margin-top: 2rem;
  }
}
.rri-conference .heading-tertiary {
  color: #555555;
}
.rri-conference .heading-five {
  border-left: 5px solid #002060;
  padding-left: 1rem;
}
.rri-conference .sub-heading {
  text-transform: uppercase;
  color: #ef7d00;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.4px;
}
.rri-conference .heading-fourth {
  color: #002060;
}
.rri-conference .embed-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  .rri-conference .embed-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rri-conference .embed-grid .embed-grid-item:nth-child(2) {
  border-left: 1px solid rgba(17, 11, 17, 0.3);
  border-right: 1px solid rgba(17, 11, 17, 0.3);
}
.rri-conference .embed-grid .embed-grid-item .card {
  text-align: center;
  padding: 2rem;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rri-conference .embed-grid .embed-grid-item .card .icon {
  height: 5rem;
  width: auto;
  margin-bottom: 1.5rem;
}
.rri-conference .embed-grid .embed-grid-item .card .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.rri-conference blockquote {
  background: #1e90ff;
  margin-top: 4rem;
}
.rri-conference .item .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 16rem;
  border: 1px solid #ccc;
  margin-right: 1px;
}
.rri-conference .item .card .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.rri-conference .item .card .left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 0.375rem 0 0 0.375rem;
}
.rri-conference .item .card .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.rri-conference .item .card .right .d-flex img.logo {
  width: 5rem;
  height: 100%;
}
.rri-conference .item .card .right .d-flex img.symbol {
  height: 3.5rem;
  width: auto;
  margin-left: auto;
}
.rri-conference .item .card .right .heading-tertiary {
  margin: 0 10px 6px 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  color: #002060;
}
.rri-conference .item .card .right .heading-fourth {
  font-weight: normal;
  color: #110b11;
  padding: 0 6px 6px;
}

.fast-boost .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
.fast-boost .modal-body {
  position: relative;
  padding: 0px;
}
.fast-boost .btn-close {
  position: absolute;
  right: -30px;
  top: 0;
}
@media only screen and (min-width: 768.1px) {
  .fast-boost .content-para {
    padding-right: 6rem;
  }
}
.fast-boost .booster-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media only screen and (max-width: 768px) {
  .fast-boost .booster-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.fast-boost .booster-wrapper .b-head:nth-child(1) {
  background: #086945;
}
.fast-boost .booster-wrapper .b-head:nth-child(2) {
  background: #ad3335;
}
.fast-boost .booster-wrapper .b-head:nth-child(3) {
  background: #43539d;
}
.fast-boost .booster-wrapper .b-head h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  color: #ffffff;
}
@media only screen and (min-width: 992.1px) {
  .fast-boost .booster-wrapper .b-head h2 {
    font-size: 40px;
    padding: 15px 22.1px;
  }
}
@media only screen and (min-width: 1200.1px) {
  .fast-boost .booster-wrapper .b-head h2 {
    font-size: 40px;
    padding: 15px 51.1px;
  }
}
@media only screen and (max-width: 575px) {
  .fast-boost .booster-wrapper .b-head h2 {
    font-size: 24px;
  }
}

.key-alfa .modal-content {
  padding: 3rem;
  text-align: left;
}
@media only screen and (min-width: 768.1px) {
  .key-alfa .modal-content img.tina {
    position: absolute;
    top: -85px;
    left: 12px;
    width: 8rem !important;
  }
  .key-alfa .modal-content img.toto {
    position: absolute;
    bottom: 0;
    right: 1.2rem;
    width: 8rem !important;
  }
  .key-alfa .modal-content .col-md-12 {
    background: #e5e8ea;
    border-radius: 1rem;
  }
  .key-alfa .modal-content .col-md-12 .col-md-6 {
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .key-alfa .modal-content img.tina {
    width: 8rem !important;
    margin: 0 auto 1rem 1rem !important;
  }
  .key-alfa .modal-content img.toto {
    width: 8rem !important;
    margin: 0 1rem 1rem auto !important;
  }
  .key-alfa .modal-content .col-md-12 {
    background: #e5e8ea;
    border-radius: 1rem;
  }
}
.key-alfa .modal-dialog {
  max-width: calc(100% - 5rem);
}
@media only screen and (max-width: 992px) {
  .key-alfa .modal-dialog {
    max-width: calc(100% - 3rem);
  }
}
.key-alfa .modal-dialog .d-flex h2 {
  text-transform: uppercase;
}
@media only screen and (min-width: 992.1px) {
  .key-alfa .modal-dialog .d-flex h2 {
    text-align: left;
  }
}
@media only screen and (min-width: 992.1px) {
  .key-alfa .modal-dialog .d-flex p {
    text-align: right;
    padding-left: 160px;
  }
}
.key-alfa .holistic-area .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.key-alfa .holistic-area .card:not(:last-child) {
  margin-bottom: 2rem;
}
.key-alfa .holistic-area .card img {
  width: 12rem;
}
.key-alfa .holistic-area .card strong {
  display: block;
}
.key-alfa .teacher-area .th-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  .key-alfa .teacher-area .th-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .key-alfa .teacher-area .th-grid .th-grid-item:not(:last-child) {
    border-bottom: 1px solid rgba(17, 11, 17, 0.8);
  }
}
@media only screen and (min-width: 768.1px) {
  .key-alfa .teacher-area .th-grid .th-grid-item:nth-child(1), .key-alfa .teacher-area .th-grid .th-grid-item:nth-child(3) {
    border-right: 1px solid rgba(17, 11, 17, 0.8);
  }
  .key-alfa .teacher-area .th-grid .th-grid-item:nth-child(1), .key-alfa .teacher-area .th-grid .th-grid-item:nth-child(2) {
    border-bottom: 1px solid rgba(17, 11, 17, 0.8);
  }
}
.key-alfa .teacher-area .th-grid .th-grid-item .content-para {
  padding: 2rem;
  position: relative;
}
.key-alfa .teacher-area .th-grid .th-grid-item .content-para::before {
  content: "";
  background-image: url(../images/icon/quotes-01.png);
  position: absolute;
  bottom: 2rem;
  left: 40px;
  width: 64px;
  height: 52px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0.1;
}
.key-alfa .teacher-area .th-grid .th-grid-item .content-para em {
  text-align: right;
  margin-top: 2rem;
  display: block;
}
.key-alfa .teacher-area .th-grid .th-grid-item .content-para em strong {
  display: block;
  color: #002060;
}
@media only screen and (min-width: 768.1px) {
  .key-alfa .concrete-list {
    padding-left: 10rem;
    margin-bottom: 0;
  }
}
.key-alfa .concrete-list li {
  font-size: 24px;
}
.key-alfa .concrete-list li:not(:last-child) {
  padding-bottom: 2.5rem;
}
.key-alfa .better-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 575px) {
  .key-alfa .better-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .key-alfa .better-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.key-alfa .better-grid .better-grid-item img {
  height: 10rem;
  width: auto;
  display: block;
  margin: 0 auto 2rem;
}
.key-alfa .key-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.key-alfa .key-grid .global-btn-two {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .key-alfa .key-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 992.1px) {
  .key-alfa .key-grid {
    width: 85rem;
    margin: auto;
  }
}
.key-alfa .key-grid .key-grid-item {
  padding: 2rem;
}
.key-alfa .key-grid .key-grid-item:nth-child(1), .key-alfa .key-grid .key-grid-item:nth-child(2) {
  border-bottom: 1px solid #ccc;
}
.key-alfa .key-grid .key-grid-item:nth-child(3), .key-alfa .key-grid .key-grid-item:nth-child(1) {
  border-right: 1px solid #ccc;
}
@media only screen and (min-width: 992.1px) {
  .key-alfa .key-grid .key-grid-item:first-child .modal-dialog {
    max-width: 990px;
  }
}
@media only screen and (max-width: 768px) {
  .key-alfa .key-grid .key-grid-item:first-child .modal-dialog img {
    width: 80%;
    display: block;
    margin: auto;
    mix-blend-mode: darken;
  }
}
@media only screen and (min-width: 768.1px) {
  .key-alfa .key-grid .key-grid-item:first-child .modal-dialog img {
    width: 35rem;
    mix-blend-mode: darken;
    padding: 15px 0;
  }
}
.key-alfa .key-grid .key-grid-item .key-wrapper {
  text-align: center;
}
.key-alfa .key-grid .key-grid-item .key-wrapper .left img {
  height: 7rem;
  width: auto;
}
.key-alfa .key-grid .key-grid-item .key-wrapper .left figcaption {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  display: block;
}
.holistic-pic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 992px) {
  .holistic-pic {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .holistic-pic {
    grid-template-columns: repeat(1, 1fr);
  }
}
.holistic-pic figure {
  position: relative;
  height: 32rem;
  overflow: hidden;
  margin-bottom: 0;
}
.holistic-pic figure:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.holistic-pic figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.holistic-pic figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  color: white;
  font-weight: 700;
  background: rgba(17, 11, 17, 0.8);
  text-align: center;
  padding: 1rem;
  text-transform: uppercase;
}

.rebuilding {
  background: rgba(17, 11, 17, 0.05);
}
.rebuilding .blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  font-family: 2rem;
  margin-bottom: 2rem;
  background: #eee;
  border-left: 5px solid rgba(17, 11, 17, 0.3);
  color: #110b11;
}

.comparison-pedogagy ul {
  padding-left: 0;
}
.comparison-pedogagy ul li {
  padding: 1rem;
}
.comparison-pedogagy ul li:first-child {
  margin: 1rem 0;
}
.comparison-pedogagy em {
  margin-top: 5rem;
  display: block;
  text-align: right;
}
.comparison-pedogagy em strong {
  display: block;
}
.comparison-pedogagy table thead {
  background: #002060;
  color: white;
}
.comparison-pedogagy table tbody tr td:first-child {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .register-today .img-wrapper {
    margin-top: 2rem;
  }
}
.register-today h2 {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768.1px) {
  .register-today h2 {
    text-align: left;
  }
}
.register-today .text-center {
  margin-top: 2rem;
}

.transform-education {
  background: #002060;
}
.transform-education figure {
  text-align: center;
}
.transform-education figure img {
  display: block;
  margin: 0 auto 2rem;
}
@media only screen and (min-width: 768.1px) {
  .transform-education figure img {
    width: 45rem;
  }
}
.transform-education figure figcaption {
  color: white;
  font-size: 1.8rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}
.transform-education .card {
  padding: 2rem;
  margin: 2rem 0;
}
.transform-education .card em {
  display: block;
  text-align: right;
  font-weight: 700;
}
.transform-education .img-wrapper img {
  height: 30rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}