/*!
Theme Name: AAI 2025
Author: Nathan Palaganas
*/
.site-header {
  padding: 17.5px 0;
  border-bottom: 1px solid #E1E1E1;
  background: rgba(248, 251, 255, 0.9);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  -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;
}
.site-header .site-branding img {
  height: 44px;
  width: auto;
}
.site-header .main-navigation {
  position: relative;
}
.site-header .main-navigation ul {
  padding: 0;
  margin: 0;
  text-align: right;
  align-items: center;
}
.site-header .main-navigation ul li {
  display: inline-block;
  margin-right: 2rem;
  position: relative;
}
.site-header .main-navigation ul li.menu-item-has-children {
  position: relative;
  -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);
}
.site-header .main-navigation ul li.menu-item-has-children .dropdown-toggle:after {
  display: none;
}
.site-header .main-navigation ul li.menu-item-has-children .dropdown-toggle i {
  margin-left: 8px;
  font-size: 14px;
  transition: transform 0.3s ease;
}
.site-header .main-navigation ul li.menu-item-has-children .mega-menu {
  position: absolute;
  top: 140%;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1rem;
  border-radius: 15px;
  display: none;
  z-index: 1000;
  -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;
}
.site-header .main-navigation ul li.menu-item-has-children .mega-menu .children {
  text-align: left;
}
.site-header .main-navigation ul li.menu-item-has-children .mega-menu .children .dropdown-item {
  -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);
  border-radius: 8px;
  padding: 12px 15px;
}
.site-header .main-navigation ul li.menu-item-has-children .mega-menu .children .dropdown-item img {
  width: 48px;
  height: 48px;
  margin-right: 1rem;
}
.site-header .main-navigation ul li.menu-item-has-children .mega-menu .children .dropdown-item h6 {
  font-weight: 600;
  font-size: 16px !important;
  margin-bottom: 0.5rem !important;
}
.site-header .main-navigation ul li.menu-item-has-children .mega-menu .children .dropdown-item p {
  margin-bottom: 0;
  white-space: normal;
  font-size: 14px;
}
.site-header .main-navigation ul li.menu-item-has-children .mega-menu .children .dropdown-item:hover {
  background-color: #EFF6FF;
  -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);
}
.site-header .main-navigation ul li.menu-item-has-children:hover .mega-menu {
  display: block;
}
.site-header .main-navigation ul li.theme-btn a:hover {
  background-color: transparent;
}
.site-header .main-navigation ul li a {
  color: #475467;
  font-family: 'InstrumentSans-Regular';
  font-weight: 500;
  padding: 0.7rem;
  border-radius: 8px;
}
.site-header .main-navigation ul li a:hover {
  background-color: #D9E9FF;
  -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);
}
.site-header .main-navigation ul li:last-of-type {
  margin-right: 0;
}
.site-header.hide {
  top: -100px !important;
  -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;
  /* Hide by moving up */
}
body.admin-bar .site-header {
  top: 32px;
}
/*--------------------------------------------------------------
## Mobile Menu
--------------------------------------------------------------*/
.menu-toggle {
  display: none;
  right: 40px;
  top: 13px;
  z-index: 11;
  width: 30px;
  cursor: pointer;
}
.menu-toggle span.bar {
  display: block;
  margin-top: 7px;
  height: 2px;
  margin-bottom: 7px;
  z-index: 2;
  background-color: #000000;
  -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;
}
.menu-toggle span.bar.top-bar {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.menu-toggle span.bar.middle-bar {
  opacity: 1;
}
.menu-toggle span.bar.bottom-bar {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.menu-toggle.toggled span.bar.top-bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 200%;
  -moz-transform-origin: 0% 200%;
  -ms-transform-origin: 0% 200%;
  -o-transform-origin: 0% 200%;
  transform-origin: 0% 200%;
}
.menu-toggle.toggled span.bar.middle-bar {
  opacity: 0;
}
.menu-toggle.toggled span.bar.bottom-bar {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  -o-transform-origin: 10% 10%;
  transform-origin: 20% 10%;
}
nav.mobile-navigation {
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}
nav.mobile-navigation .nav-container {
  padding: 5rem 1rem 1rem;
  position: fixed;
  width: 100%;
}
nav.mobile-navigation .nav-container ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
nav.mobile-navigation .nav-container ul li {
  margin: 0 10px;
  border-bottom: 1px solid #D6D6D6;
}
nav.mobile-navigation .nav-container ul li.menu-item-has-children {
  position: relative;
}
nav.mobile-navigation .nav-container ul li.menu-item-has-children a {
  position: relative;
  padding-right: 1.5rem;
}
nav.mobile-navigation .nav-container ul li.menu-item-has-children a .submenu-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.875rem;
  color: #324595;
}
nav.mobile-navigation .nav-container ul li.menu-item-has-children .sub-menu {
  display: none;
}
nav.mobile-navigation .nav-container ul li.theme-btn {
  all: unset;
  margin: 0 10px;
}
nav.mobile-navigation .nav-container ul li.current_page_item a {
  color: #35489A !important;
}
nav.mobile-navigation .nav-container ul a {
  font-size: 24px;
  margin: 15px 0;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  color: #000000 !important;
  text-align: left;
  padding: 0 !important;
}
nav.mobile-navigation .nav-container .nav-container-child {
  display: none;
}
nav.mobile-navigation .nav-container .nav-container-parent {
  position: fixed;
  width: 100%;
  display: contents;
}
nav.mobile-navigation .nav-container.toggled .nav-container-parent {
  -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;
  display: none;
}
nav.mobile-navigation .nav-container.toggled .nav-container-child {
  display: block;
  width: 100%;
  -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;
}
nav.mobile-navigation .nav-container.toggled .nav-container-child .back-btn {
  margin-top: 1rem;
  display: inline-block;
  font-size: 18px;
  border-bottom: 1px solid #D6D6D6;
  width: 100%;
  padding: 15px 0;
}
nav.mobile-navigation .nav-container.toggled .nav-container-child .back-btn span {
  margin-right: 15px;
  font-size: 10px;
}
nav.mobile-navigation .nav-container.toggled .nav-container-child .back-btn span i::before {
  vertical-align: middle;
}
nav.mobile-navigation .nav-container.toggled .nav-container-child li {
  display: none;
}
nav.mobile-navigation .nav-container.toggled .nav-container-child li.menu-item-has-children {
  display: block;
}
nav.mobile-navigation .nav-container.toggled .nav-container-child li.menu-item-has-children > a.dropdown-toggle {
  display: none;
  border: none;
}
nav.mobile-navigation .nav-container.toggled .nav-container-child li.menu-item-has-children .mega-menu img {
  width: 48px;
  margin-right: 12px;
}
nav.mobile-navigation .nav-container.toggled .nav-container-child li.menu-item-has-children .mega-menu .children .menu-item-object-page {
  margin: 0;
}
nav.mobile-navigation .nav-container.toggled .nav-container-child li.menu-item-has-children .mega-menu .children .menu-item-object-page .menu-desc {
  font-size: 14px;
  text-wrap: initial;
}
body {
  position: relative;
  top: 80px;
}
@media screen and (max-width: 991px) {
  body {
    top: 70px;
    right: 0;
    overflow-x: hidden;
    -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;
  }
  body.menu-visible {
    overflow: hidden;
    -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;
  }
  body.menu-visible #masthead {
    -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;
  }
  .overlay {
    -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;
  }
  .overlay.toggled {
    width: 20%;
  }
  nav.mobile-navigation {
    display: block;
  }
  nav.mobile-navigation.toggled {
    transform: translateY(0);
  }
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
    right: 10px;
    top: 0;
    bottom: 0;
    position: absolute;
    align-content: center;
  }
  .main-navigation ul {
    display: none !important;
  }
  .site-header {
    padding: 12px 0;
    left: 0;
    height: 70px;
    align-content: center;
    -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;
  }
  html #wpadminbar {
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  body.admin-bar .site-header {
    top: 46px;
  }
  body.admin-bar nav.mobile-navigation .nav-container {
    padding: 7rem 1rem 1rem;
  }
  .site-header .site-branding img {
    height: 30px;
  }
  .site-header .site-branding .site-name p {
    font-size: 14px;
  }
}
.site-footer {
  background-color: #35489A;
  color: #fff;
  padding-bottom: 6rem;
}
.site-footer p,
.site-footer a {
  color: #fff !important;
}
.site-footer .top-info {
  background-color: #EBF4FF;
  padding: 3rem 0 0;
  color: #101828;
}
.site-footer .top-info h2 {
  font-family: 'InstrumentSans-Medium' !important;
}
.site-footer .top-info p {
  color: #475467 !important;
  padding: 0 5rem;
  font-size: 20px;
  width: 85%;
  margin: auto;
}
.site-footer .site-info {
  padding: 0 0 2rem 0;
}
.site-footer .site-info .address p:last-of-type {
  margin-bottom: 0;
}
.site-footer .site-info .site-branding img {
  max-height: 44px;
  width: auto;
}
.site-footer .site-info ul li {
  margin-bottom: 8%;
  list-style: none;
}
.site-footer .site-info ul li:first-child {
  margin-bottom: 12px;
}
.site-footer .site-info ul li:first-child a {
  font-family: 'InstrumentSans-Medium';
}
.site-footer .site-info ul li a {
  font-family: 'InstrumentSans-Regular';
  font-size: 14px;
}
.site-footer .site-copyright {
  border-top: 1px solid #E4E7EC;
}
.site-footer .site-copyright p {
  padding-top: 32px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding-bottom: 3rem;
  }
  .site-footer .top-info {
    padding: 3rem 0 2rem;
  }
  .site-footer .top-info p {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .site-footer .site-info .address {
    margin-bottom: 3rem;
  }
  .site-footer .site-info nav ul {
    padding: 0;
  }
}
html,
body {
  margin: 0;
  height: 100%;
}
html .site a,
body .site a {
  text-decoration: none !important;
  color: #35489A;
}
html .site a[href^="tel"],
body .site a[href^="tel"] {
  color: #35489A !important;
  text-decoration: none !important;
  /* Remove underline */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'InstrumentSans-Medium';
}
p {
  font-size: 16px;
  font-family: 'InstrumentSans-Regular';
  color: #475467;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.theme-bgcolor {
  background-color: #35489A;
}
.theme-color {
  color: #35489A;
}
.primary-font {
  font-family: 'InstrumentSans-Regular';
}
.primary-font-medium {
  font-family: 'InstrumentSans-Medium';
}
.primary-font-bold {
  font-family: 'InstrumentSans-Bold';
}
.secondary-font {
  font-family: 'InstrumentSans-Regular';
}
.secondary-font-semibold {
  font-family: 'InstrumentSans-Medium';
}
.primary-font-color {
  color: #35489A;
}
.secondary-font-color {
  color: #475467;
}
.heading-color {
  color: #101828;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.white-image {
  filter: brightness(0) invert(1);
}
.theme-btn,
.theme-btn-v2 {
  display: inline-block;
  background-color: #35489A;
  color: #fff !important;
  font-family: 'InstrumentSans-Regular';
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0px 0px 0px 1px rgba(16, 24, 40, 0.18) inset, 0px -2px 0px 0px rgba(16, 24, 40, 0.05) inset, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.theme-btn a,
.theme-btn-v2 a {
  text-align: center;
  color: #fff !important;
  padding: 10px 15px !important;
  font-weight: 400;
  display: inline-block;
  font-family: 'InstrumentSans-Regular';
  font-weight: 600;
}
.theme-btn-v2 {
  background-color: #D9E9FF;
}
.theme-btn-v2 a {
  color: #344054 !important;
}
.default-page span {
  font-family: 'InstrumentSans-Medium';
}
.default-page h1 {
  font-size: 48px;
  font-family: 'InstrumentSans-Medium';
}
.default-page h3,
.default-page h4,
.default-page h5,
.default-page h6 {
  font-size: 30px !important;
  font-family: 'InstrumentSans-Medium';
}
.section-padding {
  padding: 5rem 0;
}
.section-content h2 {
  color: #101828;
  font-size: 32px;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.section-content p {
  line-height: 1.6;
}
.title-heading {
  text-align: center;
  font-family: 'InstrumentSans-Medium';
  margin-bottom: 1rem;
  font-size: 36px;
}
.page-banner,
.page-banner-child {
  position: relative;
}
.page-banner video,
.page-banner-child video {
  height: 400px;
  object-fit: cover;
}
.page-banner .banner-title-wrapper,
.page-banner-child .banner-title-wrapper {
  align-content: center;
  position: absolute;
}
.page-banner .banner-title-wrapper h1,
.page-banner-child .banner-title-wrapper h1 {
  font-size: 60px;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.page-banner .banner-title-wrapper p,
.page-banner-child .banner-title-wrapper p {
  margin: 1rem 0 0;
  font-size: 20px;
  color: #fff;
}
.faqs-section .accordion-item {
  border: none;
  border-radius: 8px;
  overflow: hidden;
}
.faqs-section .accordion-item .accordion-button {
  font-size: 18px;
  color: #0F172A;
  padding: 1rem 16px;
  box-shadow: none;
  font-family: 'InstrumentSans-Medium';
  -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);
}
.faqs-section .accordion-item .accordion-button:after {
  content: '';
  background-image: url('../images/plus-circle.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: auto;
  -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);
}
.faqs-section .accordion-item .accordion-button:not(.collapsed) {
  background-color: #ECF4FF;
  color: #35489A;
}
.faqs-section .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url('../images/minus-circle.png');
}
.faqs-section .accordion-item .accordion-body {
  background-color: #EEF4FF;
  color: #475569;
  padding: 0 3.5rem 1.25rem 1rem;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'InstrumentSans-Regular';
}
.faqs-section .accordion-item:last-child {
  margin-bottom: 0 !important;
}
.page-banner {
  text-align: center;
}
.page-banner img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}
.page-banner .banner-title-wrapper {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-banner-child {
  text-align: right;
}
.page-banner-child img {
  height: 400px;
  object-fit: cover;
}
.page-banner-child .banner-title-wrapper {
  width: 40%;
  right: 5%;
  left: auto;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.page-banner-child .banner-title-wrapper p {
  padding-left: 12rem;
}
.page-banner-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-image: url('../images/black-gradient.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  z-index: 1;
  pointer-events: none;
}
.splide {
  padding-top: 1rem;
}
.splide .splide__track .splide__slide {
  height: 50px;
  align-content: center;
}
.splide .splide__track .splide__slide img {
  max-height: 50px;
  width: auto;
}
.splide.carousel-client .splide__track .splide__slide {
  height: 70px;
}
.splide.carousel-client .splide__track .splide__slide img {
  max-height: 70px;
}
.scroll-animation,
.scroll-item {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
/* When active (on scroll) */
.scroll-animation.active,
.scroll-item.active {
  opacity: 1;
  transform: translateY(0);
}
/* Optional: Add delay classes */
.delay-0 {
  transition-delay: 0s;
}
.delay-1 {
  transition-delay: 0.2s;
}
.delay-2 {
  transition-delay: 0.4s;
}
.delay-3 {
  transition-delay: 0.6s;
}
.delay-4 {
  transition-delay: 0.8s;
}
/* You can continue more if needed */
/*--------------------------------------------------------------
## 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: 'InstrumentSans-Regular';
  src: url('../fonts/InstrumentSans-Regular.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'InstrumentSans-Medium';
  src: url('../fonts/InstrumentSans-Medium.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'InstrumentSans-Bold';
  src: url('../fonts/InstrumentSans-Bold.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Regular';
  src: url('../fonts/Inter-Regular.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Semibold';
  src: url('../fonts/Inter-Semibold.ttf');
  font-display: swap;
}
/*--------------------------------------------------------------
## Media Query
--------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .page-banner .banner-title-wrapper h1,
  .page-banner-child .banner-title-wrapper h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner img,
  .page-banner-child img {
    height: unset;
  }
  .page-banner-child .banner-title-wrapper p {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding: 2rem 0;
  }
  .title-heading {
    text-align: left;
    font-size: 32px;
  }
  .faqs-section .section-content h2 {
    font-size: 24px;
  }
  .page-banner-child .banner-title-wrapper {
    width: 100%;
    padding: 1rem;
  }
  .page-banner-child .banner-title-wrapper p {
    padding: 0;
    font-size: 16px;
  }
  .page-banner-child:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-image: url('../images/black-gradient-mobile.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    z-index: 1;
    pointer-events: none;
  }
  .theme-btn a,
  .theme-btn-v2 a {
    font-size: 14px;
  }
}
.home-page .hero-section {
  position: relative;
  background-size: cover;
}
.home-page .hero-section video {
  height: 560px;
  object-fit: cover;
  width: 100%;
  display: block;
}
.home-page .hero-section .row {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
}
.home-page .hero-section .row img {
  margin: auto;
  width: auto;
}
.home-page .hero-section .row h1,
.home-page .hero-section .row h2,
.home-page .hero-section .row h3,
.home-page .hero-section .row h4,
.home-page .hero-section .row h5,
.home-page .hero-section .row h6 {
  font-size: 32px;
  color: #fff;
  line-height: 140%;
}
.home-page .hero-section .row p {
  color: #fff;
}
.home-page .hero-section.has-image {
  height: 80vh;
}
.home-page .section-one {
  background-color: #35489A;
}
.home-page .section-one p {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 150%;
}
.home-page .section-two {
  background-color: #EBF4FF;
}
.home-page .section-two .stats-grid {
  padding: 0 5rem;
}
.home-page .section-two .stats-grid h3 {
  color: #35489A;
  font-size: 60px;
}
.home-page .section-two .stats-grid h4 {
  color: #101828;
  font-size: 18px;
  margin-bottom: 1rem;
}
.home-page .testimonials-section .testimonial-carousel {
  margin-top: 2rem;
}
.home-page .testimonials-section .testimonial-carousel .owl-stage-outer {
  height: 100%;
}
.home-page .testimonials-section .testimonial-carousel .owl-stage {
  display: flex;
}
.home-page .testimonials-section .testimonial-carousel .owl-item {
  display: flex;
  height: auto;
}
.home-page .testimonials-section .testimonial-carousel .owl-item .testimonial-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  background-color: #EBF4FF;
}
.home-page .testimonials-section .testimonial-carousel .owl-item .testimonial-card img {
  height: 60px;
  width: auto;
}
.home-page .testimonials-section .testimonial-carousel .owl-item .testimonial-card .bottom-info {
  margin-top: auto;
  /* Pushes it to the bottom */
}
.home-page .owl-nav .owl-prev {
  left: -4%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.home-page .owl-nav .owl-prev button {
  background-color: #35489A;
  border: none;
}
.home-page .owl-nav .owl-next {
  right: -4%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.home-page .owl-nav .owl-next button {
  background-color: #35489A;
  border: none;
}
@media screen and (max-width: 767px) {
  .home-page .hero-section .row img {
    height: 50px;
  }
  .home-page .hero-section .row h1,
  .home-page .hero-section .row h2,
  .home-page .hero-section .row h3,
  .home-page .hero-section .row h4,
  .home-page .hero-section .row h5,
  .home-page .hero-section .row h6 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .home-page .section-one p {
    font-size: 20px;
    text-align: left;
  }
  .home-page .partner-carousel {
    padding: 2rem 0 3rem;
  }
  .home-page .partner-carousel p {
    text-align: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .home-page .section-two {
    padding: 3rem 0;
  }
  .home-page .section-two .stats-grid {
    padding: 0;
  }
  .home-page .section-two .stats-grid h3 {
    font-size: 32px;
  }
  .home-page .section-two .stats-grid h4 {
    margin-bottom: 0.5rem;
  }
  .home-page .section-two img {
    min-height: unset;
    margin-top: 2rem;
  }
  .home-page .testimonials-section .testimonial-carousel .owl-stage {
    display: inline-block;
  }
}
.our-services-page .page-banner-services {
  position: relative;
}
.our-services-page .page-banner-services .col-md-4 {
  background-color: #D9E9FF;
}
.our-services-page .page-banner-services .col-md-4 .banner-title-wrapper {
  position: absolute;
  width: 30%;
  background-color: #ffff;
  padding: 3rem;
  border-radius: 8px;
  left: 10%;
  bottom: 15%;
}
.our-services-page .page-banner-services .col-md-4 .banner-title-wrapper p:last-of-type {
  margin-bottom: 0;
}
.our-services-page .page-banner-services .has-image img {
  min-height: 50vh;
}
.our-services-page .section-one .card {
  padding: 1rem;
  background-color: #EBF4FF;
  border-radius: 10px;
  -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);
}
.our-services-page .section-one .card .thumbnail-zoom-wrapper {
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
}
.our-services-page .section-one .card .thumbnail-zoom-wrapper img {
  -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);
}
.our-services-page .section-one .card .card-body {
  padding: 1rem 0 0.5rem;
}
.our-services-page .section-one .card .card-body .card-title {
  font-size: 28px;
  color: #35489A;
}
.our-services-page .section-one .card .card-body hr {
  border-top: 1px solid #A1AAD0;
}
.our-services-page .section-one .card .card-body a {
  color: #5B6CB4;
  font-size: 14px;
  letter-spacing: 1px;
}
.our-services-page .section-one .card .card-body .card-footer-v2 {
  position: relative;
}
.our-services-page .section-one .card .card-body .card-footer-v2 .arrow-icon {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  align-self: center;
  background-image: url('../images/arrow-up.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.our-services-page .section-one .card .card-body .card-footer-v2 .arrow-icon img {
  width: 12px;
  height: 12px;
}
.our-services-page .section-one .card:hover {
  background-color: #ACC4E2;
  -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);
}
.our-services-page .section-one .card:hover .thumbnail-zoom-wrapper img {
  transform: scale(1.05);
  -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);
}
.our-services-page .section-one .card:hover .card-body a {
  font-family: 'InstrumentSans-Bold';
}
.our-services-page .section-one .card:hover .card-body a .arrow-icon {
  background-image: url('../images/arrow-up-darker.png');
}
.our-services-page .section-two {
  background-color: #F8FBFF;
}
@media screen and (max-width: 991px) {
  .our-services-page .page-banner-services .col-md-4 .banner-title-wrapper {
    position: absolute;
    width: 40%;
    padding: 1rem;
  }
  .our-services-page .page-banner-services .col-md-4 .banner-title-wrapper h1 {
    font-size: 20px;
  }
  .our-services-page .page-banner-services .col-md-4 .banner-title-wrapper p {
    font-size: 14px;
  }
  .our-services-page .page-banner-services .has-image img {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .our-services-page .page-banner-services .col-md-4 {
    text-align: center;
  }
  .our-services-page .page-banner-services .col-md-4 .banner-title-wrapper {
    background-color: #35489A;
    padding: 2rem;
    position: unset;
    width: 100%;
    border-radius: 0;
    min-height: 300px;
    align-content: center;
  }
  .our-services-page .page-banner-services .col-md-4 .banner-title-wrapper p {
    color: #fff;
  }
  .our-services-page .page-banner-services .col-md-4 .banner-title-wrapper p span {
    color: #fff !important;
  }
  .our-services-page .page-banner-services .col-md-4 .banner-title-wrapper h1 {
    color: #fff;
    font-size: 30px;
  }
  .our-services-page .page-banner-services .col-md-8 {
    display: none;
  }
}
.contact-us-page .contact-details .icon-wrapper {
  padding: 12px;
  border-radius: 100%;
  background-color: #D9E9FF;
  display: inline-block;
}
.contact-form {
  padding: 5rem 0 2rem;
  background-color: #EBF4FF;
}
.contact-form .wpcf7-form .col-md-6 > p {
  margin-bottom: 0;
}
.contact-form .wpcf7-form input {
  width: 100%;
  border-radius: 8px;
  padding: 10px 14px;
  border: 1px solid #D0D5DD;
}
.contact-form .wpcf7-form textarea {
  width: 100%;
  border-radius: 8px;
  padding: 10px 14px;
  height: 140px;
  border: 1px solid #D0D5DD;
  resize: none;
}
.contact-form .wpcf7-form label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 6px;
}
.contact-form .wpcf7-form label .required {
  color: #FF0004;
}
.contact-form .wpcf7-form input[type="checkbox"] {
  border: 1px solid #D0D5DD;
  width: 20px;
  height: 20px;
  border-radius: 1px;
  margin-right: 10px;
  border-radius: 6px;
}
.contact-form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  width: 50%;
  display: inline-block;
  margin-bottom: 10px;
}
.contact-form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  display: inline-flex;
  font-size: 16px;
}
.contact-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact-form .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
}
.contact-form .wpcf7-form .wpcf7-response-output {
  margin: -2rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .contact-us-page .contact-form {
    padding: 3rem 15px;
  }
}
.about-us .section-two {
  background-color: #EBF4FF;
}
.about-us .section-two .row {
  margin-bottom: 3rem;
}
.about-us .section-two .row:last-of-type {
  margin-bottom: 0;
}
.about-us .section-three {
  background-size: cover !important;
  min-height: 510px;
}
.about-us .section-three .bg-white {
  padding: 30px 24px;
}
.about-us .section-three .bg-white h3 {
  color: #35489A;
  font-size: 24px;
}
.about-us .section-three .bg-white p {
  line-height: 24px;
}
