/*!
Theme Name: Become 2025
Author: Nathan Palaganas
*/
.site-header {
  padding: 14px 0;
  background-color: #FFFCF6;
  position: fixed;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.site-header .site-branding img {
  height: auto;
  max-width: 100%;
}
.site-header .main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .main-navigation ul li {
  position: relative;
  display: inline-block;
}
.site-header .main-navigation ul li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #222222;
  font-family: 'AktivGrotesk-Regular';
}
.site-header .main-navigation ul li ul {
  text-align: left;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 180px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
.site-header .main-navigation ul li ul li {
  display: block;
}
.site-header .main-navigation ul li:hover > ul {
  display: block;
}
.site-header .main-navigation ul li.menu-item-has-children > a::after {
  content: " ▼";
  font-size: 0.7em;
}
.site-header .main-navigation ul li.blue-menu-btn {
  margin-left: 2rem;
  background-color: #294A69;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
}
.site-header .main-navigation ul li.blue-menu-btn a {
  color: #fff;
  padding: 10px 32px;
}
@media screen and (max-width: 991px) {
  html #wpadminbar {
    position: fixed;
  }
}
.site-footer {
  background-color: #2D4F70;
  color: #fff;
}
.site-footer p,
.site-footer a {
  color: #fff;
  text-decoration: none;
  font-family: 'AktivGrotesk-Regular';
}
.site-footer .footer-nav ul {
  list-style: none;
  padding: 0;
}
.site-footer .footer-nav ul li {
  font-family: 'AktivGrotesk-Regular';
  margin-bottom: 0.5rem;
}
.site-footer .footer-nav ul li a {
  text-decoration: none;
}
.site-footer .footer-nav ul li:first-of-type {
  font-family: 'AktivGrotesk-Bold';
  margin-bottom: 1rem;
  font-size: 18px;
}
.site-footer .footer-nav ul li:last-of-type {
  margin-bottom: 0;
}
.site-footer .column-heading {
  font-family: 'AktivGrotesk-Bold';
  margin-bottom: 1rem;
  font-size: 18px;
}
.site-footer .social-icons {
  margin: 0;
  padding: 0;
}
.site-footer .social-icons li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.site-footer .social-icons li i {
  font-size: 20px;
}
.site-footer .social-icons li:last-of-type {
  margin-right: 0;
}
.site-footer .copyright-section {
  color: #fff;
}
html {
  overflow-x: hidden;
}
html,
body {
  margin: 0;
  height: 100%;
}
.primary-font {
  font-family: 'Inter-Regular';
}
.primary-font-bold {
  font-family: 'Inter-Bold';
}
.secondary-font {
  font-family: 'AktivGrotesk-Regular';
}
.secondary-font-bold {
  font-family: 'AktivGrotesk-Bold';
}
.font-regular {
  font-family: 'IvarHeadline-Regular';
}
.font-semi-bold {
  font-family: 'IvarHeadline-SemiBold';
}
.font-semibold-italic {
  font-family: 'IvarHeadline-SemiBoldItalic';
}
.text-dark {
  color: #3F3F3F;
}
.primary-font-color {
  color: #21272A;
}
.dark-blue-font-color {
  color: #2C4461;
}
.purple-font-color {
  color: #844978;
}
.purple-bgcolor {
  background-color: #ECDAE9;
}
.steel-font-color {
  color: #2E5E8C;
}
.dark-steel-font-color {
  color: #294A69;
}
.dark-steel-bgcolor {
  background-color: #294A69;
}
.teal-gray-bgcolor {
  background-color: #DEE8E6;
}
.light-purple-bgcolor {
  background-color: #F7EAF4;
}
.light-green-bgcolor {
  background-color: #EBF2F2;
}
.dirty-white-bgcolor {
  background-color: #F7F2E8;
}
.white-bgcolor {
  background-color: #FFFCF6;
}
.purple-btn {
  background-color: #844978;
  border-radius: 10px;
  padding: 16px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  font-family: 'AktivGrotesk-Regular';
}
.blue-btn {
  background-color: #294A69;
  border-radius: 10px;
  padding: 16px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  font-family: 'AktivGrotesk-Regular';
}
.white-btn {
  background-color: #FFFCF6;
  border-radius: 10px;
  padding: 16px 25px;
  color: #2D4F70;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  font-family: 'AktivGrotesk-Regular';
}
.last-paragraph-mb-0 p:last-of-type {
  margin-bottom: 0;
}
.last-heading-mb-0 h1:last-of-type,
.last-heading-mb-0 h2:last-of-type,
.last-heading-mb-0 h3:last-of-type,
.last-heading-mb-0 h4:last-of-type,
.last-heading-mb-0 h5:last-of-type,
.last-heading-mb-0 h6:last-of-type {
  margin-bottom: 0;
}
.no-padding-bottom {
  margin-bottom: 0 !important;
}
.spacer-20 {
  margin: 15px 0 !important;
  display: flex;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'IvarHeadline-SemiBold';
  margin-bottom: 1rem;
}
p {
  font-family: 'Inter-Regular';
  color: #21272A;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-28 {
  font-size: 28px;
}
.font-size-32 {
  font-size: 32px;
}
.font-size-42 {
  font-size: 42px;
}
.hero-section {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* Dark semi-transparent overlay */
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .hero-overlay .hero-content h1,
.hero-section .hero-overlay .hero-content h2,
.hero-section .hero-overlay .hero-content h3,
.hero-section .hero-overlay .hero-content h4,
.hero-section .hero-overlay .hero-content h5,
.hero-section .hero-overlay .hero-content h6 p {
  color: #fff;
}
.hero-section .wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  padding: 20px;
}
.contact-form {
  background-color: #ECDAE9;
  padding: 2rem 0;
}
.contact-form .wpcf7-form .contact-section {
  padding: 3rem 2rem 0;
}
.contact-form .wpcf7-form .contact-section .contact-title {
  color: #844978;
  font-size: 42px;
}
.contact-form .wpcf7-form .contact-section .info-list img {
  max-width: 68px;
}
.contact-form .wpcf7-form .contact-section .info-list .info-title {
  font-family: 'AktivGrotesk-Bold';
}
.contact-form .wpcf7-form .contact-section .info-list p {
  font-family: 'AktivGrotesk-Regular';
  margin-bottom: 0;
}
.contact-form .wpcf7-form .contact-section #contact-form .wpcf7-text,
.contact-form .wpcf7-form .contact-section #contact-form textarea {
  background-color: #F5F5F5;
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 1rem;
}
.contact-form .wpcf7-form .contact-section #contact-form textarea {
  resize: none;
  height: 250px;
}
.contact-form .wpcf7-form .contact-section #contact-form .submit-btn {
  display: inline-block;
}
.contact-form .wpcf7-form .contact-section #contact-form .submit-btn .wpcf7-submit {
  background-color: #294A69;
  color: #FFFCF6;
  font-family: 'AktivGrotesk-Regular';
  border: none;
  padding: 14px 4rem;
  border-radius: 30px;
}
.contact-form .wpcf7-form .contact-section #contact-form .submit-btn .wpcf7-spinner {
  display: block;
  margin: auto;
}
.contact-form .wpcf7-form .wpcf7-response-output {
  margin-top: -2rem;
  z-index: 2;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-form .wpcf7-form .contact-section {
    text-align: center;
    padding: 0;
    background-color: transparent;
    border: none;
  }
  .contact-form .wpcf7-form .contact-section .info-list {
    display: none;
  }
  .contact-form .wpcf7-form .text-end {
    text-align: center !important;
  }
}
.hover-zoom {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.hover-zoom:hover {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transform: scale(1.02);
}
/*--------------------------------------------------------------
## Animations/Transitions
--------------------------------------------------------------*/
.default-transition {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.slow-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*--------------------------------------------------------------
## Fonts 
--------------------------------------------------------------*/
@font-face {
  font-family: 'Inter-Regular';
  src: url('../fonts/Inter-Regular.woff');
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Bold';
  src: url('../fonts/Inter-Bold.woff2');
  font-display: swap;
}
@font-face {
  font-family: 'IvarHeadline-SemiBold';
  src: url('../fonts/IvarHeadline-SemiBold.woff');
  font-display: swap;
}
@font-face {
  font-family: 'IvarHeadline-Regular';
  src: url('../fonts/IvarHeadline-Regular.woff');
  font-display: swap;
}
@font-face {
  font-family: 'IvarHeadline-SemiBoldItalic';
  src: url('../fonts/IvarHeadline-SemiBoldItalic.woff');
  font-display: swap;
}
@font-face {
  font-family: 'AktivGrotesk-Regular';
  src: url('../fonts/AktivGrotesk-Regular.woff2');
  font-display: swap;
}
@font-face {
  font-family: 'AktivGrotesk-Bold';
  src: url('../fonts/AktivGrotesk-Bold.otf');
  font-display: swap;
}
@media screen and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}
.collegium-page .section-two .head-number {
  color: #844978;
  font-size: 52px;
  margin-bottom: 0;
}
.collegium-page .section-four .card {
  background-color: #FFFCF6;
}
.collegium-page .section-four .card .card-body {
  padding: 1.5rem 3rem;
}
.collegium-page .section-four .card .card-body .card-title {
  color: #844978;
  font-size: 28px;
  margin-bottom: 0;
  font-family: 'IvarHeadline-SemiBold';
}
.collegium-page .section-four .card .card-body .icon img {
  max-width: 95px;
  object-fit: cover;
  display: inline-block;
  float: left;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .collegium-page .section-four .card .card-body {
    padding: 1.5rem;
  }
  .collegium-page .section-four .card .card-body .icon img {
    float: unset;
    margin-bottom: 0.5rem;
  }
}
.collegium-page .section-five .card {
  background-color: #F7F2E8;
}
.collegium-page .section-five .card .card-body {
  padding: 1.5rem;
}
.collegium-page .section-five .card .card-body img {
  display: block;
  height: 120px;
  margin: auto;
  object-fit: contain;
  margin-bottom: 2rem;
}
.collegium-page .section-six .card {
  background-color: #F7F2E8;
  padding: 1.5rem;
}
.collegium-page .section-seven .left-column {
  background-color: #FFFCF6;
  margin: 3rem;
  padding: 2rem;
}
.collegium-page .section-seven .right-column {
  color: #fff;
  margin: 3rem;
  padding: 2rem;
}
.collegium-page .section-seven .right-column p {
  color: #fff;
}
@media (max-width: 768px) {
  .collegium-page .section-seven .teal-gray-bgcolor {
    background-color: #FFFCF6;
  }
  .collegium-page .section-seven .left-column,
  .collegium-page .section-seven .right-column {
    margin: 0;
    padding: 0;
  }
}
.collegium-page .faq-section .accordion-item {
  border: none;
  overflow: hidden;
  border-bottom: 1px solid #e3e7eb;
  margin-bottom: 1.5rem;
}
.collegium-page .faq-section .accordion-item .accordion-button {
  font-size: 18px;
  padding: 0 0 1.5rem 0;
  box-shadow: none;
  font-family: 'AktivGrotesk-Regular';
  color: #21272A;
  background-color: #FFFCF6;
}
.collegium-page .faq-section .accordion-item .accordion-button:after {
  content: '';
  background-image: url('../images/plus-circle.png');
  background-repeat: no-repeat;
  background-size: contain !important;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: auto;
}
.collegium-page .faq-section .accordion-item .accordion-button:not(.collapsed) {
  background-color: #FFFCF6;
}
.collegium-page .faq-section .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url('../images/x-circle.png');
}
.collegium-page .faq-section .accordion-item .accordion-body {
  background-color: #FFFCF6;
  color: #626262;
  padding: 0 3.5rem 1.5rem 0rem;
  line-height: 1.6;
  font-family: 'Inter-Regular';
}
.collegium-page .faq-section .accordion-item:last-child {
  margin-bottom: 0 !important;
  border-bottom: 0;
}
.inner-collegium .section-four .left-column {
  background-color: #FFFCF6;
  margin: 3rem;
  padding: 2rem;
}
.inner-collegium .section-four .right-column {
  color: #fff;
  margin: 3rem;
  padding: 2rem;
}
.inner-collegium .section-four .right-column p {
  color: #fff;
}
.inner-collegium .faq-section {
  background-color: #FFFCF6;
}
.inner-collegium .faq-section .accordion-item {
  border: none;
  overflow: hidden;
  border-bottom: 1px solid #e3e7eb;
  margin-bottom: 1.5rem;
}
.inner-collegium .faq-section .accordion-item .accordion-button {
  font-size: 18px;
  padding: 0 0 1.5rem 0;
  box-shadow: none;
  font-family: 'AktivGrotesk-Regular';
  color: #21272A;
  background-color: #FFFCF6;
}
.inner-collegium .faq-section .accordion-item .accordion-button:after {
  content: '';
  background-image: url('../images/plus-circle.png');
  background-repeat: no-repeat;
  background-size: contain !important;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: auto;
}
.inner-collegium .faq-section .accordion-item .accordion-button:not(.collapsed) {
  background-color: #FFFCF6;
}
.inner-collegium .faq-section .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url('../images/x-circle.png');
}
.inner-collegium .faq-section .accordion-item .accordion-body {
  background-color: #FFFCF6;
  color: #626262;
  padding: 0 3.5rem 1.5rem 0rem;
  line-height: 1.6;
  font-family: 'Inter-Regular';
}
.inner-collegium .faq-section .accordion-item:last-child {
  margin-bottom: 0 !important;
  border-bottom: 0;
}
.inner-collegium table {
  background-color: #F7F2E8;
}
.inner-collegium table td {
  background-color: #F7F2E8;
}
.inner-collegium table td .fw-bold {
  font-family: 'AktivGrotesk-Bold';
  font-weight: 400 !important;
}
@media screen and (max-width: 767px) {
  .inner-collegium .section-four .p-5 {
    padding: 2rem !important;
  }
  .inner-collegium .section-four .left-column {
    margin: 0;
    padding: 2rem;
  }
  .inner-collegium .section-four .right-column {
    margin: 0;
    padding: 0;
  }
}
.contact-page {
  background-color: #FFFCF6;
}
.contact-page .contact-section img {
  width: 72px;
}
.contact-page .contact-section .info-title {
  font-family: 'AktivGrotesk-Bold';
}
.contact-page .contact-section .info-text {
  font-family: 'AktivGrotesk-Regular';
}
.contact-page .contact-section #contact-form .wpcf7-text,
.contact-page .contact-section #contact-form textarea {
  background-color: #F7F2E8;
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 1rem;
}
.contact-page .contact-section #contact-form textarea {
  resize: none;
  height: 250px;
}
.contact-page .contact-section #contact-form .submit-btn {
  display: inline-block;
}
.contact-page .contact-section #contact-form .submit-btn .wpcf7-submit {
  background-color: #294A69;
  color: #FFFCF6;
  font-family: 'AktivGrotesk-Regular';
  border: none;
  padding: 14px 4rem;
  border-radius: 30px;
}
.contact-page .contact-section #contact-form .submit-btn .wpcf7-spinner {
  display: block;
  margin: auto;
}
.about-us .section-two {
  color: #FFFCF6;
}
.about-us .section-two .hero-content h1,
.about-us .section-two .hero-content h2,
.about-us .section-two .hero-content h3,
.about-us .section-two .hero-content h4,
.about-us .section-two .hero-content h5,
.about-us .section-two .hero-content h6 p {
  color: #fff;
}
.about-us .section-three .values-section .icon-wrapper img {
  max-height: 60px;
  width: auto;
}
.about-us .section-three .values-section h5 {
  font-size: 24px;
}
.about-us .section-four {
  background-color: #FFFCF6;
}
.about-us .section-four .section-heading {
  line-height: 1.1;
}
.about-us .section-four .content-box {
  min-height: 211px;
}
.about-us .section-four .content-box .box-inner p:last-of-type {
  margin-bottom: 0;
}
.about-us .section-four .image-wrapper img {
  object-fit: cover;
}
@media (max-width: 768px) {
  .about-us .section-four .section-heading span {
    font-size: 28px !important;
  }
  .about-us .section-four .content-box {
    min-height: auto;
  }
}
.about-us .section-five .centers-section .heading-intro p {
  color: #fff !important;
}
.about-us .section-five .centers-section .card {
  border-top: 10px solid #DFA865;
  min-height: 300px;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.about-us .section-five .centers-section .card .icon-wrapper {
  margin: 1rem 0;
}
.about-us .section-five .centers-section .card .icon-wrapper img {
  height: 75px;
  width: auto;
}
.about-us .section-five .centers-section .card .content-wrapper h6 {
  font-size: 24px;
}
.about-us .section-five .centers-section .card .link-wrapper a {
  color: #DFA865;
  border-bottom: 2px solid #DFA865;
  padding-bottom: 2px;
  text-decoration: none;
  font-family: 'AktivGrotesk-Bold';
}
@media (max-width: 768px) {
  .about-us .section-five .centers-section .card {
    border-radius: 10px !important;
    border-top: none;
    min-height: 150px;
  }
  .about-us .section-five .centers-section .card .icon-wrapper {
    margin: 0 2rem 0 0;
  }
  .about-us .section-five .centers-section .card .icon-wrapper img {
    width: 75px;
    height: auto;
  }
  .about-us .section-five .centers-section .card .content-wrapper h6 {
    font-size: 20px;
  }
}
.about-us .section-six .biography-section {
  /* Responsive Adjustments for Arrow Position */
  /* Rotate chevron animation */
}
.about-us .section-six .biography-section .item .card {
  background-color: #F2EEE5;
}
.about-us .section-six .biography-section .item .card .card-body .card-title {
  font-size: 24px;
}
.about-us .section-six .biography-section .item .card .card-body .bio-collapse .bio-text {
  color: #3E3E3E;
}
.about-us .section-six .biography-section .item .card .card-body .bio-collapse a {
  background-color: #E3EFEF;
  color: #3E3E3E;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 8px;
  font-family: 'AktivGrotesk-Regular';
}
.about-us .section-six .biography-section .owl-item:nth-child(odd) .image-wrapper {
  background-color: #AFC5C5;
}
.about-us .section-six .biography-section .owl-item:nth-child(even) .image-wrapper {
  background-color: #294A69;
}
.about-us .section-six .biography-section .owl-nav {
  position: absolute;
  top: -5rem;
  width: 100%;
  pointer-events: none;
  display: inline-block;
  text-align: right;
  right: 2rem;
}
.about-us .section-six .biography-section .owl-nav .owl-prev,
.about-us .section-six .biography-section .owl-nav .owl-next {
  pointer-events: auto;
  background: none !important;
  margin: 0 5px;
}
.about-us .section-six .biography-section .owl-nav .owl-prev span,
.about-us .section-six .biography-section .owl-nav .owl-next span {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  color: #294A69;
  display: inline;
  padding: 8px 12px;
  border-radius: 30px;
  border: 1px solid #294A69;
}
.about-us .section-six .biography-section .owl-nav .owl-prev span:hover,
.about-us .section-six .biography-section .owl-nav .owl-next span:hover {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  background-color: #294A69;
  color: #fff;
}
.about-us .section-six .biography-section button[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.about-us .section-six .biography-section .fa-chevron-down {
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .about-us .section-six .biography-section .heading-intro p {
    text-align: left !important;
    font-size: 32px !important;
  }
  .about-us .section-six .biography-section .heading-intro p:last-of-type {
    margin-bottom: 0;
  }
  .about-us .section-six .biography-section .heading-intro p span {
    font-size: 32px !important;
  }
  .about-us .section-six .biography-section .owl-nav {
    top: -3.5rem;
    right: 0;
  }
}
.about-us .section-seven {
  background-color: #FFFCF6;
}
.about-us .section-seven .logo-item .logo-wrapper img {
  max-height: 60px;
  width: auto;
}
@media (max-width: 768px) {
  .about-us .section-seven .partners-section .d-flex {
    display: inline-block !important;
    width: 100%;
  }
  .about-us .section-seven .partners-section .d-flex .logo-item {
    width: 50%;
    float: left;
    height: 80px;
    align-content: center;
  }
}
.service-page .services-grid .card {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 350px;
  background-color: rgba(41, 74, 105, 0.8);
  background-size: cover;
  background-position: center;
}
.service-page .services-grid .card .card-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.1) 100%);
}
.service-page .services-grid .card .card-body .arrow-icon span {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.service-page .services-grid .card:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #294A69;
  background-image: none !important;
}
.service-page .events-section .card {
  border: 1px solid #E0D9CC;
  display: flex;
  flex-direction: column;
}
.service-page .events-section .card .card-body {
  min-height: 235px;
}
.service-page .events-section .card .card-body .badge {
  letter-spacing: 1px;
}
.service-page .events-section .card .card-body .badge.PRIMED {
  background-color: #844978;
}
.service-page .events-section .card .card-body .badge.vLACE {
  background-color: #294A69;
}
.service-page .events-section .card .card-body .badge.Collegium {
  background-color: #DFA865;
}
.service-page .events-section .card .card-body .badge.Talleres {
  background-color: #2E5E8C3D;
  color: #2E5E8C;
}
.service-page .events-section .card .card-body h5 {
  color: #3F3F3F;
  font-size: 22px;
}
.service-page .events-section .card .card-body .text-muted {
  color: #636363;
}
.service-page .events-section .card .card-body .text-muted i {
  color: #636363;
}
.event-page .page-header-image {
  height: 400px;
  overflow: hidden;
}
.event-page .events-page-container {
  scroll-margin-top: 50px;
}
.event-page .events-page-container .sticky-sidebar {
  position: sticky;
  top: 120px;
  z-index: 10;
}
.event-page .events-page-container .sticky-sidebar h2 {
  font-family: 'IvarHeadline-Regular';
  color: #3F3F3F;
  font-size: 36px;
}
.event-page .events-page-container .sticky-sidebar a {
  color: #294A69;
}
.event-page .events-page-container .card {
  border: 1px solid #E0D9CC;
}
.event-page .events-page-container .card .card-body .badge {
  letter-spacing: 1px;
}
.event-page .events-page-container .card .card-body .badge.PRIMED {
  background-color: #844978;
}
.event-page .events-page-container .card .card-body .badge.vLACE {
  background-color: #294A69;
}
.event-page .events-page-container .card .card-body .badge.Collegium {
  background-color: #DFA865;
}
.event-page .events-page-container .card .card-body .badge.Talleres {
  background-color: #2E5E8C3D;
  color: #2E5E8C;
}
.event-page .events-page-container .card .card-body h5 {
  color: #3F3F3F;
  font-size: 22px;
}
@media (max-width: 768px) {
  .event-page .page-header-image {
    height: 100%;
  }
}
.single-event .single-event-container {
  background-color: #F2EEE5;
}
.single-event .single-event-container .blue-btn {
  padding: 16px 4.5rem;
  border-radius: 50px;
}
.single-event .single-event-container .hero-image-wrapper {
  min-height: 500px;
}
.single-event .single-event-container .event-details .badge {
  letter-spacing: 1px;
}
.single-event .single-event-container .event-details .badge.PRIMED {
  background-color: #844978;
}
.single-event .single-event-container .event-details .badge.vLACE {
  background-color: #294A69;
}
.single-event .single-event-container .event-details .badge.Collegium {
  background-color: #DFA865;
}
.single-event .single-event-container .event-details .badge.Talleres {
  background-color: #2E5E8C3D;
  color: #2E5E8C;
}
.single-event .single-event-container .event-details .location-date {
  color: #3F3F3F;
}
.single-event .single-event-container .event-details .event-name {
  color: #294A69;
  font-size: 36px;
  font-family: 'IvarHeadline-SemiBold';
}
.single-event .section-event-info .nav {
  border-bottom: 1px solid #E0E0E0;
  justify-content: space-evenly;
}
.single-event .section-event-info .nav .nav-item {
  font-size: 14px;
}
.single-event .section-event-info .nav .nav-item .nav-link {
  color: #6F6F6F;
}
.single-event .section-event-info .nav .nav-item .nav-link.active {
  font-family: 'Inter-Bold';
  color: #294A69;
  border-bottom: 4px solid #294A69 !important;
}
.single-event .section-event-info .event-board-card .card {
  top: 100px;
  z-index: 10;
  background-color: #fff;
}
.single-event .section-event-info .event-board-card .card .event-meta-list {
  color: #3F3F3F;
}
.single-event .section-event-info .event-board-card .card .event-meta-list strong {
  font-family: 'Inter-Bold';
}
.single-event .section-event-info .event-board-card .card .button-section a {
  padding: 12px 14px;
  border-radius: 4px;
}
.single-event .section-event-info .event-board-card .card .button-section a.btn-light {
  background-color: #F1F5F9;
  color: #3F3F3F;
}
