@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Style+Script&display=swap");
:root {
  --primary-color: #a21c28;
  --secondary-color: #244c5b;
  --body-text-color: #01141e;
  --white-color: #ffffff;
  --black-color: #1f0a2e;
  --primary-font: "Open Sans", serif !important;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: none;
}

*::after,
*::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
/*   scroll-padding-top: 100px; */
  font-size: 62.5%;
}

body {
  font-family: var(--primary-font);
  color: var(--body-text-color);
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

.text-bg-secondary {
  background-color: var(--secondary-color);
}
p:empty {
  display: none;
}
b,
strong {
  /*     font-family: "whitneysemibold"; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font-heading);
  color: rgba(var(--primary-color));
  font-weight: 600;
  position: relative;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 18px;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
.h1 {
  font-family: var(--primary-font-heading);
  font-size: 4.8rem;
}

h2,
.h2 {
  font-family: var(--primary-font-heading);
  font-size: 4.2rem;
}

h3,
.h3 {
  font-family: var(--primary-font-heading);
  font-size: 3.2rem;
}

h4,
.h4 {
  font-family: var(--primary-font-heading);
  font-size: 2.4rem;
}

h5,
.h5 {
  font-family: var(--primary-font-heading) !important;
  font-size: 2.1rem !important;
}

h6,
.h6 {
  font-family: var(--primary-font-heading);
  font-size: 1.8rem;
}
.sml-heading {
  color: rgba(var(--primary-color));
  font-weight: 700;
  font-family: var(--primary-font-heading);
  font-size: 1.8rem;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: underline;
  opacity: 1;
}

p {
  /*color: var(--body-text-color);*/
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
a:hover {
  color: #244c5b;
}
ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  position: relative;
  list-style-position: outside !important;
	margin-left:10px;
}
figure {
  width: 100% !important;
  text-align: center;
}
button:focus {
  border: none !important;
}

a {
  color: rgba(var(--primary-color));
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  color: rgba(var(--primary-color));
  text-decoration: underline;
}

p a,
ol li a {
  word-wrap: break-word;
}

hr,
.hr-line {
  margin: 50px 0;
  border-top: 2px solid #e7e1ec;
}


/* top header style */
.header-top {
  /* position: fixed; */
  /* top: 0; */
  /* left: 0; */
  z-index: 999;
  width: 100%;
  background-color: #fff;
  padding: 20px 20px;
}
/*   .site-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
  } */
.c-container {
  position: relative;
  max-width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.browse-search {
  padding: 0;
  min-width: 200px;
}
.horizontal-box {
  display: flex;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.header-logo {
  padding-right: 20px;
}
.logo-section {
  display: flex;
  align-items: center;
}
.ExploreButton {
  background-color: transparent;
  color: #a21c28;
  border: 1px solid #a21c28;
  border-radius: 4px;
  cursor: default;
  padding: 7px 15px;
  margin-right: 10px;
  font-size: 16px;
}
.ExploreButton .btn-text {
  gap: 8px;
}
.has-search-right {
  position: relative;
  margin-bottom: 0;
}
.h-search-form {
  width: 330px;
  position: relative;
  margin-right: 14px;
}
.has-search-right .form-control {
  padding: 7px 49px 7px 10px;
  height: auto;
  font-size: 16px;
  border: 1px solid #a21c28;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.has-search-right .form-control-feedback {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
  display: block;
  text-align: center;
  background-color: #a21c28;
  color: #fff;
  border-radius: 7px;
  padding: 5px 10px;
  font-size: 16px;
}

.header-right-nav-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.nav-top-links {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.nav-top-links li {
  list-style-type: none;
  padding: 0 8px;
}
.nav-top-links li a {
  color: #000;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.btn-shop {
  background-color: #a21c28;
  padding: 9px 15px;
  margin-right: 10px;
  font-size: 16px;
  border-radius: 4px;
  color: #fff !important;
  font-weight: 400;
  text-decoration: none !important;
  display: inline-block;
}
.btn-login {
  background-color: #fff;
  color: #a21c28 !important;
  border: 1px solid #a21c28;
  padding: 9px 15px;
  margin-right: 10px;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none !important;
  font-weight: 400;
}

.hidden-suggest-box {
  display: none;
  padding: 5px 10px 10px;
  margin-top: 10px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  position: absolute;
  -webkit-box-shadow: 1px 1px 2px #d3d3d3;
  box-shadow: 1px 1px 2px #d3d3d3;
  width: 100%;
}

.hidden-suggest-box.visible {
  display: block;
  z-index: 1;
}

.hidden-suggest-box .section-title {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.hidden-suggest-box .search-event p,
.hidden-suggest-box .search-event span {
  font-size: 14px;
  margin-bottom: 0;
}
.hidden-suggest-box .search-prod p {
  font-size: 14px;
  margin-bottom: 0;
}
.hidden-suggest-box .search-event {
  display: flex;
  align-items: center;
}
.hidden-suggest-box .search-event img {
  width: 90px;
  margin-right: 12px;
}

.mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: white;
  color: black;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  z-index: 1000;
  flex-wrap: wrap;
}

.mega-menu.active {
  display: flex;
}

/* Container for the menu */
.menu-container {
  display: flex;
}

/* Vertical menu styling */
.vertical-menu {
  width: 200px !important;
  color: #000;
  /*     padding-top: 20px; */
  box-sizing: border-box;
}
.vertical-menu .menu-item {
  width: 200px !important;
}
.menu-item {
  padding: 15px;
  cursor: pointer;
  text-align: left;
  /* 	   width: 200px !important; */
}

.menu-item:hover {
  background-color: #244c5b;
  color: #fff;
}

.menu-item.active {
  background-color: #a21c28;
  color: #fff;
}

/* Tab content container */
.mega-menu .tab-content {
  padding: 20px;
  flex: 1;
  background-color: white;
  display: none;
}

.mega-menu .tab-content.active {
  display: block;
}

.mega-menu .tab-content h3 {
  font-size: 24px;
  color: #333;
}

.mega-menu .tab-content ul {
  list-style: none;
  padding: 0;
  display: block;
}

.mega-menu .tab-content ul li {
  margin: 8px 0;
}

.mega-menu .tab-content ul li a {
  color: #333;
  text-decoration: none;
  font-size: 13px !important;
}

.mega-menu .tab-content ul li a:hover {
  color: #244c5b;
}

.mega-menu .tab-content .menu__list li {
  padding: 6px !important;
  margin: 0 !important;
}
.mega-menu .tab-content .menu__list li:hover {
  background: transparent !important;
}
.mega-menu .tab-content .menu__list li a:hover {
  color: #244c5b;
  background: transparent !important;
}
.mega-menu .tab-content {
  flex: 0 0 100% !important;
}
#web-development {
  flex: 1 !important;
}
/** Staff directory ***/

.top-search-section {
  background-color: #9bb9c9;
  padding: 30px 0;
}
.searchInputWrapper {
  background-color: #fff;
  height: 48px;
  line-height: 48px;
}
.search-btn {
  color: #a21c28;
  background: transparent;
  padding: 10px;
}
.select-dropdown {
  height: 36px;
  border-radius: 4px;
  width: 100%;
}

.alphabet-line {
  display: flex;
  align-items: center;
}
.all-link {
  margin-right: 20px;
}
.alphabet-line .all-link a {
  font-weight: 500;
  color: var(--black-color) !important;
  border-bottom: 2px solid #fff;
  text-decoration: none !important;
}
.alphabetNav {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: wrap row;
  padding: 0.5rem;
}

.alphabetNav a {
  padding: 3px 8px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  color: var(--black-color);
  /* border-right: 1px solid rgba(var(--primary-color), 0.25); */
  position: relative;
  width: 28px;
}

.alphabetNav a:hover {
  background: var(--white-color);
  color: var(--black-color);
}
.alphabetNav a::after {
  content: " ";
  position: absolute;
  right: -8px;
  top: 0px;
  color: rgba(var(--primary-color), 0.25);
  width: 1px;
  height: 25px;
  background-color: rgba(var(--primary-color), 0.25);
}
.alphabetNav a:last-child:after {
  display: none;
}
.alphabetNav .active {
  background: var(--white-color);
}
.alphabetNav span {
  color: rgba(var(--primary-color), 0.25);
}

/* responsive style  */
@media (min-width: 1440px) {
  .site-width {
    /*       max-width: 1440px; */
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 0 48px;
  }
}

body {
  font-family: "Open Sans", serif;
  font-size: 16px;
  color: #0f2026;
}
/*h1, .h1
{
    font-size: 46px !important;
    line-height: 69px !important;
    font-weight: 600;
}

h2, .h2
{
    font-size: 42px !important;
    line-height: 72px !important;
    font-weight: 600;
}

h3, .h3
{
    line-height: 48px !important;
    font-weight: 600;
}

h4, .h4
{
    font-size: 24px !important;
    line-height: 36px !important;
    font-weight: 600;
}

h5, .h5
{
    font-size: 21px !important;
    line-height: 32px !important;
    font-weight: 600;
}

h6, .h6
{
    font-size: 18px !important;
    line-height: 27px !important;
    font-weight: 600;
}
    */
.caption {
  font-size: 14px !important;
  line-height: 21px;
}

.banner-content p {
  color: #fff;
}
.who-we-are-content {
  padding: 0 40px;
  text-align: justify;
}
.jumbotron-image {
  background-position: top 10% center !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/wp-content/uploads/2025/01/header.png");
  height: 75vh;
}
.banner-content {
  background: #0a1f2a;
  /*     width:70%; */
  margin: -98px auto 0 0px;
  /*     display: flex;
    justify-content: center; */
  color: #fff;
  border-radius: 8px;
  padding: 24px 42px;
}
.btn-white {
  background: #fff;
  color: #0f2026;
  font-size: 1.6rem;
}
section {
  padding: 48px 0;
}
.wesupport {
  padding: 32px;
  background: #244c5b;
  background-image: url("/wp-content/uploads/2025/01/region-4-watermark2.png");
  background-repeat: no-repeat;
  margin: 0 auto;
  color: #fff;
}

.event-card {
  border-radius: 10px;
  overflow: hidden;
  /*     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}
.event-image {
  position: relative;
}
.event-date {
  margin-top: -28px;
  margin-left: 12px;
  background-color: #ffd700;
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  width: 80%;
  z-index: 1;
  position: relative;
}
.event-content {
  padding: 15px;
}
.event-title {
  font-weight: bold;
  font-size: 2rem;
}
.event-description {
  margin: 10px 0;
}

.desss {
  height: 210px;
}

.event-tags span {
  margin-right: 5px;
  padding: 5px 10px;
  color: #0f2026 !important;
  border-radius: 20px;
  font-size: 12px;
}
.event-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  border-top: 1px solid #f4eeee;
  padding-top: 12px;
}
.event-content .text-muted {
  font-size: 12px;
  text-align: right;
}
.event-price {
  font-size: 2rem;
  font-weight: bold;
}
.event-register.btn-primary,
.btn-primary {
  background-color: #a21c28;
  color: #fff;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 4px !important;
  border: 1px solid #a21c28;
}
.event-register:hover {
  background-color: #a21c28 !important;
}

.btn-primary:hover {
  background-color: #fff !important;
  color: #a21c28 !important;
  border: 1px solid #a21c28;
  text-decoration: none;
}
.bg-light-red {
  background-color: #fbd9d9;
}
.bg-light-grey {
  background-color: #dbd8d8;
}
.bg-light-purple {
  background-color: #bfbcf9;
}
.bg-light-green {
  background-color: #cef2d6;
}
.text-right {
  text-align: right;
}
.light-blue-bg {
  background: #edf5f9;
}
/* img {
    width: 100%;
} */

.certification-courses {
  background: #376882;
  color: #fff;
}

.certification-courses .nav-pills {
  background-color: #d6e4eb;
}
.certification-courses .nav-pills .nav-link {
  padding: 16px;
  color: #0a1f2a;
  border-left: 1px solid #0a1f2a;
  border-radius: 0;
  line-height: 42px;
}
.certification-courses .nav-pills .nav-link.active,
.certification-courses .nav-pills .show > .nav-link {
  background-color: #a21c28;
  color: #fff;
  border-radius: 0;
}

.product-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.product-image img {
  width: 100%;
  height: auto;
}
.product-details {
  padding: 15px;
}
.product-title {
  font-weight: bold;
  font-size: 1.2rem;
}
.product-subtitle {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.product-price {
  font-size: 1.25rem;
  font-weight: bold;
}
.product-link {
  color: #a21c28;
  text-decoration: none;
  font-weight: bold;
}
.product-link:hover {
  text-decoration: underline;
}
.btn-link {
  color: #a21c28;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
}
.btn-link:hover {
  text-decoration: underline;
  color: #a21c28;
}

/* Popup Styling */
.popup {
  position: absolute;
  top: 0;
  left: 105%; /* Positioned to the right side of the card */
  background-color: #f8f9fa;
  padding: 15px;
  width: 300px; /* Adjust width as needed */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 10;
}

.popup-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.popup-content {
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.product-card:hover .popup {
  display: block;
}

.services .cardImg {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  border: 1px solid #fff;
}
.services .w-18 {
  max-width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
}
.services .w-18 .card-img-top {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  image-rendering: auto;
}
.services .card {
  border: none;
  margin: 24px 4px;
}
.services .card-text {
  text-align: center;
}
.card-footer {
  border: none;
  background: transparent;
  /*  text-align: right; */
}
.bg-grey {
  background: #e9edef;
}

/*our partners*/

.partner-list {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.partner-list li {
  display: inline-block;
  padding: 4px;
}

.partner-list li a {
  color: #002538;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
/** Nav tags **/

.nav-tags.nav-pills .nav-link.active,
.nav-tags.nav-pills .show > .nav-link {
  background: #a21c28;
  color: #fff;
}
.nav-tags.nav-pills .nav-link {
  border: 1px solid #a21c28;
  color: #a21c28;
  margin: 4px;
}

.subscribe {
  background: url("/wp-content/uploads/2025/03/GettyImages-1025141452.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding: 40px;
  color: #fff;
  border-radius: 8px;
}

.subscribe-form {
  padding: 12px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.subscribe-form .form-control {
  border: transparent;
  font-size: 16px;
}

/** gredients */
.bg-gredient-light1 {
  background: hsla(222, 89%, 96%, 1);

  background: linear-gradient(
    90deg,
    hsla(222, 89%, 96%, 1) 0%,
    hsla(0, 0%, 100%, 1) 100%
  );

  background: -moz-linear-gradient(
    90deg,
    hsla(222, 89%, 96%, 1) 0%,
    hsla(0, 0%, 100%, 1) 100%
  );

  background: -webkit-linear-gradient(
    90deg,
    hsla(222, 89%, 96%, 1) 0%,
    hsla(0, 0%, 100%, 1) 100%
  );
}

.bg-gredient-light-rev {
  background: hsla(222, 89%, 96%, 1);

  background: linear-gradient(
    180deg,
    hsla(222, 89%, 96%, 1) 0%,
    hsla(0, 0%, 100%, 1) 100%
  );

  background: -moz-linear-gradient(
    180deg,
    hsla(222, 89%, 96%, 1) 0%,
    hsla(0, 0%, 100%, 1) 100%
  );

  background: -webkit-linear-gradient(
    180deg,
    hsla(222, 89%, 96%, 1) 0%,
    hsla(0, 0%, 100%, 1) 100%
  );
}

.new-contnet {
  margin-bottom: 30px;
  border-bottom: 2px solid #e7e1ec;
}
.new-contnet .btn-primary {
  display: inline-block;
  margin-bottom: 20px;
}
.btn-callout {
  color: #000;
  border-bottom: 2px solid #a21c28;
  padding-bottom: 8px;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 35px;
  text-decoration: none !important;
}
.btn-callout i,
.btn-callout em {
  font-size: 14px;
  margin-left: 5px;
}
/** Footer styles **/

.region4-footer {
  background: #002538;
  color: #fff;
  padding: 36px 0;
}
.footer-link {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.footer-link li {
  display: block;
  padding: 4px 0;
}
.footer-link li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.social_links {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.social_links li {
  display: inline-block;
  background-color: #fff;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #002538;
}

.footer-list {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.footer-list li {
  display: inline-block;
  padding: 4px;
}

.footer-list li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.footer-logo {
  width: 100px;
}

.hover-card {
  position: relative;

  border: 1px solid #ddd;
  border-radius: 5px;
}

.hover-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.hover-card .card-footer {
  padding: 1rem;
  background-color: #fff;
}

.hover-card .hover-content {
  position: absolute;
  top: -10px;
  left: 0 !important;
  width: 280px;
  height: 100%;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  padding: 1rem;
  z-index: 1000;
  padding: 12px 10px;
  font-size: 1.4rem;
}
.hover-card .hover-content p {
  font-size: 1.4rem;
}

.hover-content .list-items {
  margin: 4px !important;
  padding: 4px !important;
}
.hover-card:hover .hover-content {
  display: block !important;
  z-index: 1;
}

.view-details {
  color: #a21c28;
  font-weight: bold;
  text-decoration: none;
}

.view-details:hover {
  text-decoration: underline;
}

.list-items-style {
  margin: 12px 10px;
}
.list-items-style li {
  display: block;
}

.specker-socails li {
  display: inline-block;
  margin: 0 auto;
}
.specker-socails li a {
  display: block;
}
.specker-socails li a img {
  width: 12px;
}
/** Acordian styles **/

.accordion-button {
  font-size: 1.8rem;
}
.accordion .badge {
  margin-right: 10px;
  background: #fff;
  color: #214553;
}
.accordion-button {
  background-color: #214553;
  color: #fff;
  border-radius: 8px !important;
}
.accordion-button:not(.collapsed) {
  background-color: #214553;
  color: #fff;
  border-radius: 8px !important;
}
.accordion-button::after {
  color: #fff !important;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.faqaccordion .accordion-button::after {
  color: #214553 !important;
  display: flex;
  align-items: center;
}
.accordion-item {
  margin-bottom: 12px;
}
.faqaccordion .accordion-button {
/*   border-bottom: 1px solid #ccc !important; */
}

.owl-carousel .item {
  text-align: center;
  /*     padding: 20px; */
  /*background: #4CAF50;*/
  color: white;
  border-radius: 10px;
  /*     margin: 10px; */
}
/** Carsoule */

.card-text {
  color: #01141e !important;
}

.owl-item {
  width: 35%;
}

/**8 Faq accordian **/

.faqaccordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #1f0a2e;
  border: transparent !important;
  border-radius: 0 !important;
}
.faqaccordion .accordion-item {
  border: transparent;
}
.faqaccordion .accordion-button {
  background-color: transparent;
  color: #1f0a2e;
  /*      border-top: 1px solid  #ccc; */
  border-radius: 0 !important;
}

.accordion-body .list-items span {
  margin-right: 12px;
}

.accordion-body .lists li {
  background-color: #e9edef;
  padding: 12px;
  display: flex;
}

.pl-5 {
  padding: 24px !important;
}

.sale-badge {
  background: #fff;
  color: #002538;
  padding: 8px;
}

.list-items li {
  margin: 8px 4px;
}
.sidepanel section {
  padding: 24px 0;
  margin: 0 32px;
}

.accordion-button:not(.collapsed)::after {
  font-family: bootstrap-icons !important;
  content: "\F286" !important;
  color: #fff;
  background: none !important;
}

.accordion-button::after {
  font-family: bootstrap-icons !important;
  content: "\F282" !important;
  color: #fff;
  background: none !important;
}
.inline-list {
  display: block;
}
.inline-list li {
  display: inline-block;
}
.inline-list li .badge {
  background: #d9d9d9;
  color: #002538;
  padding: 12px 24px;
  margin: 4px;
}

.bg-light-r {
  background-color: #fffbfb;
}

.custom-list {
  list-style-type: none; /* Remove default bullets */
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.list-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
}

.list-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.list-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.list-content h3 {
  font-size: 1.8rem;
  margin: 0 0 5px;
}

.list-content p {
  font-size: 1.6rem;
  margin: 0;
  color: #555;
}

.address {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 10px;
}

.pl-2 {
  padding-left: 6px;
}

.marquee-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.marquee {
  display: flex;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite;
}
.marquee img {
  margin-right: 30px;
  height: 80px; /* Adjust the height of logos */
  width: auto;
}

.list-items li::before {
  font-family: bootstrap-icons !important;
  content: "\F287" !important;
  margin-left: -1.3em;
  margin-right: 15px;
  padding: 4px;
  list-style-position: outside;
  font-size: 10px !important;
}
.form-select,
.btn-primary {
  font-size: 1.6rem;
}

.img-container {
  background: #eaedf3;
}
.img-container img {
  margin: 32px;
}

.owl-carousel .card-title {
  color: #fff;
  text-align: left;
}
.owl-carousel .card-body {
  background-color: #002538;
  color: #fff;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: right !important;
  -webkit-tap-highlight-color: transparent;
  color: #fff;
}

.owl-theme .owl-nav [class*="owl-"] {
  font-size: 72px !important;
  background: #002537 !important;
  color: #fff !important;
  text-decoration: none;
  width: 40px;
  height: 40px;
  position: relative;
}
.owl-prev span {
  position: absolute;
  top: -41px;
  right: 9px;
}
.owl-next span {
  position: absolute;
  top: -41px;
  left: 10px;
}
.owl-theme .owl-nav {
  margin: 4px;
}

.custom-list {
  list-style-type: none; /* Remove default bullet points */
  padding: 0;
  margin: 0;
}

.custom-list li {
  display: flex;
  /*justify-content: space-between; /* Space out content */
  /*align-items: top; /* Align vertically */
  /* Add some padding */
  /*border-bottom: 1px solid #ccc; */
}

/* .custom-list li:last-child {
      border-bottom: none; 
  } */

.custom-list .price {
  font-weight: bold; /* Highlight the price */
  color: #007bff; /* Use a Bootstrap primary color */
}

.accordion-button::after {
  color: #007b83; /* Replace with your desired color */
}

/* Active state: Arrow color when expanded */
.accordion-button:not(.collapsed)::after {
  color: #d7b468; /* Replace with your desired color */
}

.lists li {
  margin: 12px;
}
.lists li span {
  margin-right: 12px;
}

.speackers .speaker-socials {
  border: 1px solid #e9edef;
  background-color: #e9edef !important;
  color: #fff;
}

.object-fit-cover {
  object-fit: cover;
}

.speaker-socials img {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

/* Card Container */
.swiper-slide {
  height: auto !important;
}
.swipercarsoule .card-container {
  padding-block: 5rem;
}

.swipercarsoule .card-content {
  margin-inline: 1.75rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

.swipercarsoule .card-article {
  width: 60% !important;
  border-radius: 1.25rem;
  overflow: hidden;
  /*border:1px solid red;*/
}

.swipercarsoule .card-image {
  position: relative;
  background-color: var(--first-color-light);
  /* padding-top: 1.5rem; */
  margin-bottom: -0.75rem;
  height: 300px;
  object-fit: cover;
}

.swipercarsoule .card-data {
  background-color: var(--container-color);
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  text-align: left;
  z-index: 10;
  background: #e8f0f4;
  color: #000 !important;
  margin-left: 12px;
  margin-right: 12px;
  width: 85%;
  position: relative;
  left: 0;
  /*   top: -80px; */
  top: 150px;
  height: 220px !important;
  display: flex;
  flex-direction: column;
  /*   justify-content:center;  */
}
.swiper-slide .card {
  background: transparent !important;
  border: none !important;
}
/* Card Img */
.swipercarsoule .card-img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.swipercarsoule .card-shadow {
  width: 200px;
  height: 200px;
  background-color: var(--first-color-alt);
  border-radius: 50%;
  position: absolute;
  top: 3.75rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  filter: blur(45px);
}

/* Card Text */
/* .swipercarsoule .card-name {
  font-size: var(--h2-font-size);
  color: var(--second-color);
  margin-bottom: 0.75rem;
} */

.swipercarsoule .card-description {
  font-weight: 500;
  margin-bottom: 4px;
}

/* Swiper Class */
.swipercarsoule .swiper-button-prev::after,
.swipercarsoule .swiper-button-next::after {
  content: "";
}

.swipercarsoule .swiper-button-prev,
.swipercarsoule .swiper-button-next {
  width: initial;
  height: initial;
  font-size: 3rem;
  color: var(--second-color);
  display: none;
}
.swipercarsoule .swiper-button-prev {
  left: 0;
}
.swipercarsoule .swiper-button-next {
  right: 0;
}

.swipercarsoule .swiper-pagination-bullet {
  background-color: hsl(212, 32%, 40%);
  opacity: 1;
}
.swipercarsoule .swiper-pagination-bullet-active {
  background-color: var(--second-color);
}
.certification-courses .nav-pills .nav-link.active:before {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #a21c28;
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
}

/* .swipercarsoule .card-data .card-button
{
	width:50%;
} */
/* Media Queries Breakpoints */

/* Small Devices */
@media screen and (min-width: 768px) {
  .swipercarsoule .card-content {
    margin-inline: 3rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}

/* For medium devices */
@media screen and (min-width: 768px) {
  .card-content {
    margin-inline: 3rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}
/* Large Devices */
@media screen and (min-width: 1120px) {
  .card-container {
    max-width: 1120px;
  }
  .swiper-button-next {
    right: -1rem;
  }
  .swiper-button-prev {
    left: -1rem;
  }
}

.pt-10 {
  padding: 50px 24px;
}

.award-img {
  width: 200px;
}
.bg-red {
  background-color: #a21c28;
  color: #fff;
}
.mtb-60 {
  margin: 50% auto;
  padding: 60px;
}
.keyservices-event .event-date {
  width: 80%;
}

.bg-blue {
  background: #376882;
  color: #fff;
}
.mtb-2 {
  margin: 30px 0;
}
.lh-4 {
  line-height: 4;
}

.spotlight .owl-item {
  width: 500px !important;
}
.nav-fill {
  width: 100%;
}

.nav-services {
  list-style: none;
  background: #376882;
  color: #fff;
  padding: 12px;
}
.nav-services li {
  display: inline;
}
.nav-services li a {
  display: inline-block;
  border-right: 1px solid #fff;
  text-align: center;
  padding: 4px 12px;
}

.pb-1 {
  padding-bottom: 10px;
}
.sidepanel h3 {
  margin-left: -10px;
  padding: 0 24px;
  border-radius: 3px;
}
.facts-list .counter {
  font-size: 5.2rem;
}

.facts-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.facts-list li {
  display: inline-block;
  /*     padding: 24px 20px; */
  margin: 8px;
  text-align: center;
  border-right: 1px solid #80949b;
  flex: 0 0 20%;
}
.facts-list li:last-child {
  border-right: none;
}

.list-items-ordered {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 1.2em;
}
.list-items-ordered li {
  padding-top: 18px;
  font-family: var(--primary-font) !important;
  padding-left: 20px;
  line-height: 24px;
}
.list-items-ordered li:before {
  font-family: bootstrap-icons !important;
  content: "\F287" !important;
  /* 	content: url('/wp-content/uploads/2025/04/arrow-right-2-duotone.png');  */
  position: absolute;
  left: 0px;
  font-size: 1rem;
  color: #0f2026 !important;
  /* 	font-family: bootstrap-icons !important;
    content: "\F270" !important;
    margin-left: -1.3em;
    margin-right: 15px;
   padding: 10px; 
    list-style-position: outside;
    font-size: 1rem;
	color:#005986;  */
}
/*   .list-items-ordered li::before
{
  font-family: bootstrap-icons !important;
  content: "\F287" !important;
  margin-left: -1.3em;
  margin-right: 15px;
  padding: 10px;
  list-style-position:outside;
  font-size:0.8rem;

}
.list-items-ordered li {
    margin: 8px;
}
  */

.sidepanel .list-items-ordered {
  padding-bottom: 40px !important;
}
.services-list li a {
  padding: 12px;
}
.services-list li {
  padding: 12px;
}
.contact-form .form-control {
  height: 32px !important;
}

.pl-64 {
  margin: 0 64px;
  padding: 64px;
}
.plr-5 {
  padding-left: 48px;
}

.awards-section .carousel-inner {
  display: flex;
  overflow: hidden;
  width: 93%;
  margin: 0 auto;
}
.carousel-inner {
  display: flex;
  overflow: hidden;
}
.carousel-item {
  flex: 0 0 87%; /* Adjust this value to control the visible portion */
  transition: transform 0.5s ease;
}
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}
.carousel-item-next {
  transform: translateX(20%); /* Adjust this value to control the overlap */
}
.custom-carousel {
  width: 80%;
  margin: auto;
}
.awards-section.carousel-control-next,
.awards-section .carousel-control-prev {
  width: 3%;
}
.swiper-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.swiper-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.our-purpose {
  background: url("/wp-content/uploads/2025/02/ourpurposebg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-white {
  background: #fff !important;
}

.content {
  max-height: 400px; /* Adjust based on the size of 4 paragraphs */
  overflow: hidden;
  transition: max-height 0.3s ease;
  text-align: justify !important;
}

.content.expanded {
  max-height: none;
}

.read-more-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px;
  border: none;
}
.h-150 {
  height: 300px;
}
.h-150 img {
  object-fit: cover;
}
.scholl-district {
  background-image: url("/wp-content/uploads/2025/02/Dyslexia-02-08-2025_03_04_PM.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.openschool {
  background-image: url("/wp-content/uploads/2025/02/handsome-guy-enjoying-education-university-scaled.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.demographics {
  background-image: url("/wp-content/uploads/2025/02/demography.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.whoservebg {
  position: relative;
  overflow: hidden;
}
.whoservebg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}
.mr-20 {
  margin-right: 20px !important;
}

.contact-card img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.services-nav.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #244c5b;
}
.services-nav.nav-pills .nav-link {
  background-color: #244c5b;
  color: #fff !important;
  padding: 12px;
  margin: 4px;
}
.services-list li {
  background: #f6f6f6;
  padding: 12px;
  margin: 6px;
  border-radius: 4px;
}
.center-align-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
  text-align: justify;
}
.awards-section .center-align-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 50px 0;
  text-align: justify;
  flex-direction: column;
}
.card-image img {
  height: 300px;
  object-fit: scale-down;
}
.decorative_text {
  font-family: "sarah-script", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem !important;
}
.blog-section .card-img-top {
  height: 200px !important;
  object-fit:cover !important;
}
.contact-img img {
  height: 200px;
  object-fit: cover;
}
.contact-card .card-body {
  padding: 20px 24px;
}
/* .leadership .event-image .card-img-top
{
	height:300px;
	object-fit:cover;
} */
.our-purpose .event-card .event-content {
  display: flex;
  align-items: center;
}

.bg-white {
  background: #fff !important;
}

.content {
  max-height: 400px; /* Adjust based on the size of 4 paragraphs */
  overflow: hidden;
  transition: max-height 0.3s ease;
  text-align: justify;
}

.content.expanded {
  max-height: none;
}

.read-more-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px;
  border: none;
}
.h-150 {
  height: 300px;
}
.h-150 img {
  object-fit: cover;
}

.whoservebg {
  position: relative;
  overflow: hidden;
}
.whoservebg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}
.mr-20 {
  margin-right: 20px !important;
}

.contact-card img {
  height: 250px;
  object-fit: cover;
}
.services-nav.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #244c5b;
}
.services-nav.nav-pills .nav-link {
  background-color: #244c5b;
  color: #fff !important;
  padding: 12px;
  margin: 4px;
}
.services-list li {
  background: #f6f6f6;
  padding: 12px;
  margin: 6px;
  border-radius: 4px;
}
.center-align-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.card-image img {
  height: 300px;
  object-fit: scale-down;
}
.decorative_text {
  font-family: "sarah-script", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem !important;
}
.teacher {
  width: 64px;
  height: 64px;
}

/*** about html changes ***/

.circle-container {
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  margin-top: 48px;
}

.circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  position: relative;
}

.red {
  background-color: #a02129;
}

.blue {
  background-color: #476d85;
}

/* .circle::after {
  content: "";
  width: 100%;
  height: 10px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  position: absolute;
  top: -10px;
  left: 0;
  background-color: white;
} */

.icon {
  font-size: 30px;
  margin-bottom: 10px;
  width: 32px;
}
.director-message {
  background: url("/wp-content/uploads/2025/05/20250430-DR-WATSON-9-scaled.jpg");
  background-position: top right 20%;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-t-white {
  background-color: rgb(255 255 255 / 70%);
  padding: 24px;
  border-radius: 12px;
}

.profiles {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.profile-card {
  width: 300px;
  text-align: center;
  position: relative;
}
.profile-card .image-container {
  background: #376882;
  /* padding: 20px; */
  border-radius: 5px;
  position: relative;
}
.profile-card img {
  width: 100%;
  height: auto;
  /* border-radius: 5px; */
  position: relative;
  top: -50px;
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); */
}
.profile-card h3 {
  margin: 10px 0 5px;
  font-size: 20px;
  font-weight: bold;
}
.profile-card p {
  font-size: 14px;
  color: #555;
}

.impactreports {
  height: 350px;
  position: relative;
  overflow: hidden;
}
.impactreports .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(70 129 151 / 75%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.impactreports .overlay {
  flex-direction: column;
}
.plr-96 {
  padding-left: 96px;
  padding-right: 96px;
}
.calander {
  background: url("/wp-content/uploads/2025/03/calendaricon-1.png") center
    center no-repeat;
}
.boardmeerings {
  background: url("/wp-content/uploads/2025/03/meeting-3.png") center center
    no-repeat;
}
/* .certification-courses .nav-pills .nav-link svg
{
	width:42px;
} */
.certification-courses .nav-pills .nav-link.active svg {
  filter: invert(1);
}

.banner-bg {
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: url(https://region4dev.ntc-us.com/wp-content/uploads/2025/03/GettyImages-1025141452.jpg);
  background-size: cover;
  background-position: center;
}
.banner-bg img {
  object-fit: cover !important;
}
.banner-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    0,
    0,
    0,
    0.6
  ); /* Optional overlay for text readability */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  font-weight: bold;
}
.career-bg {
    min-height: 300px;
    position: relative;
    border-radius: 12px;
/*     background: url("https://region4dev.ntc-us.com/wp-content/uploads/2025/05/Region-4-MCC.jpg"); */
    background-size: cover;
    background-position: center;
}

.career-bg:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
	    border-radius: 12px;
}
.career-bg .perks {
	    position: relative;
    z-index: 1;
}
.career-bg h1, .career-bg h2, .career-bg h3, .career-bg h4, .career-bg h5, .career-bg h6,
.career-bg ul li, .career-bg ol li, .career-bg p {
	color: #fff;
}
.career-bg strong {
	font-weight: 600;
}
.career-bg ul, .career-bg ol {
	margin-bottom: 20px;
}

.contact-form .form-control {
  height: 32px !important;
}
.follwus {
  background: url("/wp-content/uploads/2025/03/GettyImages-1167392350-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding: 40px;
  /* color: #fff; */
  border-radius: 8px;
  text-align: center;
  padding: 56px;
}

.br-12 {
  border-radius: 12px !important;
  padding: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.follwus .social_links li {
  border: 0;
}
.leadershop-section .bg-blue {
  background: #002538;
}
/*.leadershop-section
{
  height: 400px;
}*/

.leadershop-section .carousel-inner {
  min-height: 350px;
}
.leadershop-section .carousel-item {
  flex: 0 0 85%;
  margin: 30px auto;
}

.leadershop-section .carousel-indicators {
/*   bottom: -10% !important; */
}
.leadershop-section .carousel-caption p {
  text-align: justify !important;
}

.leadershop-section .carousel-control-next {
  right: -10%;
}
.leadershop-section .carousel-control-prev {
  left: -10%;
}

/* key services **/
.keyservices-conf .card {
  position: relative;
  overflow: hidden;
  border: none;
}
.keyservices-conf .card-img-overlay {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.keyservices-conf .card:hover .card-img-overlay {
  opacity: 1;
}
.keyservices-conf .card-title,
.card-text {
  color: white;
}
.keyservices-conf .view-case-btn {
  position: absolute;
  /*   bottom: 20px; */
  left: 50%;
  transform: translateX(-50%);
}
.whoservebg img {
  height: 100%;
}

.calendar-section {
  /* background-color: #A02020;  */
  color: white;
  text-align: center;
  padding: 50px 20px;
  position: relative;
}

.calendar-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 150px;
  color: rgba(255, 255, 255, 0.2);
  z-index: 0;
}

.calendar-content {
  position: relative;
  z-index: 1;
}

.calendar-content h1 {
  font-size: 48px;
  margin: 0;
}

.calendar-content p {
  font-size: 20px;
  margin: 5px 0;
}
.calendar-content a {
  text-decoration: none !important;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 300px !important;
  /*     object-fit: cover; */
}
.keyservices-carsoule.owl-carousel .owl-item img {
  height: 240px !important;
  object-fit: cover !important;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.keyservices-carsoule.owl-carousel .card-body {
  height: 80px !important;
  display: flex;
  /*     align-items: center; */
}
/* .awards .carousel-control-prev
{
	left:-150px !important;
} */
.circle-image {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  border: 1px solid #fff;
  text-align: center;
}
.circle-image img {
  display: flex;
  justify-content: center;
}
.careers-section .nav-item .nav-link.active {
  background: #244c5b !important;
  color: #fff !important;
}
.careers-section .nav-item .nav-link {
  border: 1px solid #244c5b;
  background: #fff !important;
  color: #244c5b !important;
  padding: 16px;
  font-weight: bold;
}
.careers-section .nav-item {
  margin: 12px;
}
.ptb-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.List-items-hightlights li {
  display: flex;
  align-items: start;
  gap: 10px; /* Adjust spacing between icon and text */
  padding: 10px 0; /* Adds spacing between items */
  font-size: 16px; /* Adjusts text size */
}
.List-items-hightlight ul {
  list-style: none; /* Removes default bullets */
  padding: 0;
  margin: 0;
}

.List-items-hightlights li:before {
  content: "\F26C";
  font-family: bootstrap-icons !important;
  width: 10px;
  height: 10px;
  margin-right: 16px;
  padding: 2px;
  /* text-indent: -2em; */
}
.img-h {
  height: 300px;
  object-fit: cover;
}
.light-grey {
  background: #f6f4f5 !important;
}
.page-heading {
  position: relative;
}
.emp-testominals .card-footer {
  display: flex;
  justify-content: center;
}

.emp-testominals .card-footer .details {
  text-align: center;
  padding: 0 18px;
}
.tabs-list .wrapper-nav {
  background: #244c5b;
  color: #fff;
}
.tabs-list .wrapper-nav .nav-link {
  color: #fff !important;
}
.tabs-list .nav-tabs .nav-link {
  border: 0px !important;
}
.tabs-list .nav-tabs .nav-link:focus,
.tabs-list .nav-tabs .nav-link:hover {
  border: 0px !important;
}
.tabs-list .wrapper-nav .list {
  padding: 4px 12px;
}

.tabs-list .wrapper-nav .nav-link.active {
  background: #fff !important;
  color: #002538 !important;
  font-size: 16px !important;
}
.nav-list-type .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #244c5b !important;
}
.nav-list-type .nav-pills .nav-link {
  background: #edf6f9 !important;
  text-align: left !important;
  margin: 4px;
}

.owl-carousel .owl-item .emp-img img {
  border-radius: 50%;
  width: 100px !important;
  height: 100px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.emp-testominals.owl-carousel .card-body {
  background-color: #fff !important;
  color: #002538 !important;
  padding-top: 30px;
}
.emp-testominals.owl-carousel .card-body .card-title {
  color: #002538 !important;
  text-align: center;
}
.cards-resume-titlx .card-img-overlay {
  background-color: rgb(70 129 151 / 80%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.card-text {
  color: #002538 !important;
}
.accordion-body .lists a {
  display: flex;
}
.accordian-list li {
  display: flex;
  padding: 12px 6px !important;
}
.accordian-list li p {
  margin-bottom: 0 !important;
}
.accordian-list li b {
  font-weight: 500 !important;
}
.keyservices-carsoule .card {
  height: 320px !important;
}
.keyservices-carsoule .card-title {
  font-size: 18px !important;
}
.swiper-slide .banner-bg-1 {
  height: 550px !important;
  position: relative;
  overflow: hidden;
}
.swiper-slide .banner-bg-1 img {
  height: 550px !important;
}
.swiper-slide .banner-bg-1 .overlay {
  background-color: rgba(0, 0, 0, 0.6) !important;
  justify-content: left !important;
}
.banner-bg-1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    0,
    0,
    0,
    0.6
  ); /* Optional overlay for text readability */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  font-weight: bold;
}
.knowlegehub-section .accordion-header:before {
  display: none !important;
}
.knowlegehub-section .accordion {
  border: none !important;
}
.knowlegehub-section .accordion-header:after {
  border-bottom: 0px solid #ddd;
}

.leadership .event-image {
  background: #1f3b4e;
  background: linear-gradient(
    360deg,
    rgba(31, 59, 78, 1) 60%,
    rgba(255, 255, 255, 1) 60%
  );
}

.text-regiter {
  font-size: 12px !important;
  text-align: right !important;
}
.event-card .card-footer {
  text-align: left;
}
.hover-card img {
  width: 100%;
  height: 300px; /* Decreased from 400px */
  object-fit: cover;
}
.hover-card {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  min-height: 420px; /* adjust based on your content */
}
.hover-card .hover-content {
  position: absolute;
  top: 0;
  left: 100%;
  width: 300px;
  /* height: 100%; */
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  padding: 1rem;
  z-index: 1000;

  overflow-y: auto;
  min-height: 520px;
}
.district-champions p {
  margin-bottom: 2px !important;
}
.swipercarsoule .card-description {
  font-size: 14px !important;
}
/* .leadershop-section .carousel-control-prev, .leadershop-section .carousel-control-next
{
	display:none !important;
} */
.who-we-are-content.services .me-4 {
  margin-right: 24px !important;
}

.scroll-animate {
  opacity: 0 !important;
}

.visible {
  opacity: 1 !important;
}
.emp-testominals .card-footer {
  display: flex;
  justify-content: center;
}

.emp-testominals .card-footer .details {
  text-align: center;
  padding: 0 18px;
}
.bento-item {
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

.bento-item:hover {
  transform: scale(1.05);
}

.bento-tall {
  height: 410px;
}

.bento-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
}

.bento-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}


.pagination .page-item {
  margin: 10px 4px;
}
.pagination .page-link {
  border: 1px solid #002538;
  color: #002538;
}
.pagination .active > .page-link,
.pagination .page-link.active {
  background: #002537 !important;
  color: #fff;
}
.pagination .page-item {
  margin: 10px 4px;
}
.pagination .page-link {
  border: 1px solid #002538;
  color: #002538;
}
.pagination .active > .page-link,
.pagination .page-link.active {
  background: #002537 !important;
  color: #fff;
}
/** paginationStyle**/
.pagination-style1 .page-item {
  margin: 10px 4px;
}
.pagination-style1 .page-link {
  border: 1px solid #002538;
  color: #002538;
}
.pagination-style1 .active > .page-link,
.pagination-style1 .page-link.active {
  background: #002537 !important;
  color: #fff;
}
.pagination-style .page-item {
  margin: 10px 4px;
}
.pagination-style .page-link {
  border: 1px solid #002538;
  color: #002538;
}
.pagination-style .active > .page-link,
.pagination-style .page-link.active {
  background: #002537 !important;
  color: #fff;
}

.wd-25 {
  flex: 0 0 40%;
  margin-right: 12px;
}
.carrer-faq .wd-25 {
  flex: 0 0 50%;
}
.badge-outline-red {
  border: 1px solid #a21c28;
  color: #a21c28;
}
/** Table style **/

.table-style {
  background-color: #f8f6f9;
  padding: 15px;
  margin-bottom: 30px;
}

table {
  color: var(--body-text-color) !important;
  margin-bottom: 0 !important;
}

table caption {
  color: #6c6c6a;
  margin-left: 20px;
  margin-top: 10px;
}

table tr > td,
table tr > th {
  padding: 10px 15px !important;
}

table tr > th {
  font-family: var(--primary-font-heading);
  background: var(--secondary-color) !important;
  color: #ffffff;
  text-align: left;
  vertical-align: middle;
  border: none !important;
}

table tr:nth-child(even) {
  background-color: #e7e1ec;
}
table img {
  width: auto !important;
  height: auto !important;
  display: block;
}
.table-style .wpdt-c.wpDataTableContainerSimpleTable {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 20px 0 20px;
}
.table-style tbody tr.wpdt-cell-row:nth-child(even) {
  background-color: #e7e1ec;
}
.table-style tbody tr td {
  background-color: transparent !important;
  border: none !important;
  text-align: left !important;
}
.table-style tbody tr:first-child td {
  font-family: var(--primary-font-heading) !important;
  background: var(--secondary-color) !important;
  color: #ffffff;
  vertical-align: middle;
  border: none !important;
}
td.wpdt-cell.wpdt-align-center {
  text-align: left !important;
}
.no-border-table {
  margin-bottom: 50px;
}
.no-border-table tr > td,
.no-border-table tr > th {
  padding: 5px 0 !important;
}
.no-border-table tr,
.no-border-table th {
  background-color: transparent !important;
}
.no-border-table th {
  color: rgba(var(--primary-color));
}

.no-border-table td {
  border: none !important;
}
.no-border-table caption {
  margin-left: 0;
}
.bg-time {
  background: #d3e9f9;
}
.badge-outline-red {
  border: 1px solid #a21c28;
  color: #a21c28;
}
.blockquote {
  margin-bottom: 50px;
  border-left: 5px solid #a21c28;
  padding: 10px 20px 10px 30px;
}

.carousel-indicators [data-bs-target] {
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}
.who-we-are-content.service {
  padding: 0 !important;
}
#stickyBox {
  /* background: white; */
  /* padding: 20px; */
  /* border: 1px solid #ccc; */
  width: 100%;
  /* position: relative; */
  transition: all 0.3s ease;
  z-index: 999;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.hover-content p {
  margin-bottom: 0 !important;
}
/* .emp-testominals .view-case-btn
{
	width:25%;
	margin:0 auto;
}
.emp-testominals .card-img-overlay {
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
} */

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.header-top {
  /* position: fixed; */
  /* top: 0; */
  /* left: 0; */
  z-index: 999;
  width: 100%;
  background-color: #fff;
  padding: 20px 20px;
}
/*   .site-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
  } */
.c-container {
  position: relative;
  max-width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.browse-search {
  padding: 0;
  min-width: 200px;
}
.horizontal-box {
  display: flex;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.header-logo {
  padding-right: 20px;
}
.logo-section {
  display: flex;
  align-items: center;
}
.ExploreButton {
  background-color: transparent;
  color: #000000;
  border: 0px solid #a21c28;
  border-radius: 4px;
  cursor: default;
  padding: 7px 0px 7px 12px;
  margin-right: 10px;
  font-size: 16px;
}
.ExploreButton .btn-text {
  gap: 8px;
}
.has-search-right {
  position: relative;
  margin-bottom: 0;
}
.h-search-form {
  width: 330px;
  position: relative;
}
.has-search-right .form-control {
  padding: 7px 49px 7px 10px;
  height: auto;
  font-size: 16px;
  border: 1px solid #a21c28;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.has-search-right .form-control-feedback {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
  display: block;
  text-align: center;
  background-color: #a21c28;
  color: #fff;
  border-radius: 7px;
  padding: 5px 10px;
  font-size: 16px;
}

.header-right-nav-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.nav-top-links {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.nav-top-links li {
  list-style-type: none;
  padding: 0 8px;
}
.nav-top-links li a {
  color: #000;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.btn-shop {
  background-color: #a21c28;
  padding: 9px 15px;
  margin-right: 10px;
  font-size: 16px;
  border-radius: 4px;
  color: #fff !important;
  font-weight: 400;
  text-decoration: none !important;
  display: inline-block;
}
.btn-login {
  background-color: transparent;
  color: #a21c28 !important;
  border: 1px solid #a21c28;
  padding: 9px 15px;
  margin-right: 10px;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none !important;
  font-weight: 400;
}

.hidden-suggest-box {
  display: none;
  padding: 5px 10px 10px;
  margin-top: 10px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  position: absolute;
  -webkit-box-shadow: 1px 1px 2px #d3d3d3;
  box-shadow: 1px 1px 2px #d3d3d3;
  width: 100%;
}

.hidden-suggest-box.visible {
  display: block;
}

.hidden-suggest-box .section-title {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.hidden-suggest-box .search-event p,
.hidden-suggest-box .search-event span {
  font-size: 14px;
  margin-bottom: 0;
}
.hidden-suggest-box .search-prod p {
  font-size: 14px;
  margin-bottom: 0;
}
.hidden-suggest-box .search-event {
  display: flex;
  align-items: center;
}
.hidden-suggest-box .search-event img {
  width: 90px;
  margin-right: 12px;
}

.mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: white;
  color: black;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  z-index: 1000;
  flex-wrap: wrap;
}

.mega-menu.active {
  display: flex;
}

/* Container for the menu */
.menu-container {
  display: flex;
}

/* Vertical menu styling */
.vertical-menu {
  color: #000;
  padding-top: 20px;
  box-sizing: border-box;
}

.menu-item {
  padding: 15px;
  cursor: pointer;
  text-align: left;
}

.menu-item:hover {
  background-color: #244c5b;
  color: #fff;
}

.menu-item.active {
  background-color: #a21c28;
  color: #fff;
}

/* Tab content container */
.mega-menu .tab-content {
  padding: 20px;
  flex: 1;
  background-color: white;
  display: none;
}

.mega-menu .tab-content.active {
  display: block;
}

.mega-menu .tab-content h3 {
  font-size: 24px;
  color: #333;
}

.mega-menu .tab-content ul {
  list-style: none;
  padding: 0;
}

.mega-menu .tab-content ul li {
  margin: 8px 0;
}

.mega-menu .tab-content ul li a {
  color: #333;
  text-decoration: none;
}

.mega-menu .tab-content ul li a:hover {
  color: #244c5b;
}

.swipercarsoule .swiper-pagination-bullet {
  background-color: #002538;
  opacity: 1;
  display: block;
  width: 14px;
  height: 14px;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -10px !important;
  left: 0 !important;
  width: 100%;
  /* top: 10px; */
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  z-index: 1;
}
.swiper {
  padding-bottom: 20px !important;
}
.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #a21c28 !important;
}

#stickyBox {
  /* background: white; */
  /* padding: 20px; */
  /* border: 1px solid #ccc; */
  width: 100%;
  /* position: relative; */
  transition: all 0.3s ease;
  z-index: 999;
}

.stick-box-fixed.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.heading-title {
  margin-bottom: 0 !important;
}
.hover-card img {
  max-width: 100% !important;
  height: 400px !important;
  object-fit: cover;
}
.hover-content {
  width: 100% !important;
}
#to_top_scrollup {
  background: #a21c28 !important;
  opacity: 1 !important;
}
.pagination-style1 .page-item {
  margin: 10px 4px;
}
.pagination-style1 .page-link {
  border: 1px solid #002538;
  color: #002538;
}
.pagination-style1 .active > .page-link,
.pagination-style1 .page-link.active {
  background: #002537 !important;
  color: #fff;
}
.wd-25 {
  flex: 0 0 40%;
  margin-right: 12px;
}
.accordion-header:before,
.accordion-header:after {
  display: none !important;
}
.accordion {
  border: none !important;
}

.table-style table {
  width: 100% !important;
}
.tabs-style-1 .tab-image img {
  height: 280px !important;
  object-fit: fill;
  object-position: center;
}
.stay-connected .banner-bg img {
  height: 300px;
}
/* .leadership .event-image img
{
	height:300px;
	object-fit:cover;
} */
#videoCarousel .carousel-control-prev-icon,
#videoCarousel .carousel-control-next-icon {
  padding: 20px;
  opacity: 1 !important;
}
#videoCarousel .carousel-control-prev-icon {
  background-image: url("/wp-content/uploads/2025/05/aroow-chevron-left.png");
  opacity: 1 !important;
}
#videoCarousel .carousel-control-next-icon {
  background-image: url("/wp-content/uploads/2025/05/aroow-chevron-right.png ");
  opacity: 1 !important;
}
#videoCarousel .carousel-caption-custom {
  background-color: rgba(1, 42, 65, 0.8);
  padding: 2rem;
  border-radius: 10px;
  text-align: left;
  width: 500px !important;
  left: 15%;
  /* bottom: 10%; */
  height: 260px !important;
}
#videoCarousel .carousel-caption-custom h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff !important;
}
#videoCarousel .carousel-caption-custom p {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  color: #fff !important;
}
#videoCarousel .carousel-item {
  flex: 0 0 100%;
}
#videoCarousel .carousel-item {
  position: relative !important;
  height: 75vh !important;
}
#videoCarousel .carousel-item video {
  position: absolute !important;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover !important;
}
#videoCarousel .ratio {
  position: unset !important;
}

ul,
li {
  list-style: unset;
}
ol {
  list-style: normal;
}
#message-director {
  text-align: left !important;
}
.c-container .navbar-expand-lg {
  justify-content: flex-end !important;
  flex: 1 1 80%;
}
.c-container .navbar-collapse {
  flex-grow: 0;
}
.c-container .d-flex {
  flex: 1 !important;
	z-index:1;
}
.leadership .hover-card {
  border: transparent !important;
}
.leadership .hover-card .hover-content {
  height: 350px !important;
}
.benefits-card {
  text-align: center;
  padding: 24px 8px;
  margin: 6px;
  background: #244c5b !important;
  color: #fff !important;
}
.benefits-card img {
  height: 64px !important;
}

.benefits-card .dashicons,
.benefits-card i[class^="fa"],
.benefits-card i[class*=" fa-"] {      
    font-size:64px!important;          
    width:64px;height:64px;            
    line-height:64px;                  
    display:inline-block;             
}
.benefits-card .dashicons:before {line-height:64px;}

/*  .culture-video
{
	width:80%;
	margin:0 20%;
}  */
/* .leadership .hover-card .hover-content
{
	display:none !important;
} */
.events-list .event-image img {
  height: 250px !important;
  object-fit: cover;
}
.leadership .hover-card .hover-content {
  top: 8%;
}
.leadership .hover-card .hover-content h6 {
  border-bottom: 2px solid #a21c28 !important;
  padding-bottom: 12px;
}
.perks .image-box__overlay {
  background: rgba(0, 0, 0, 0.8);

  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.perks .image-box {
  position: relative;
}

/*
The background and overlay need to be absolutely positioned
*/
.perks .image-box__background,
.perks .image-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* 
The background image div sizes and positions the background itself.
It's also at the bottom-most position in our "div stack" (z-index 1)

We set the image url via a CSS custom property, that's set via the style attribute in our HTML
*/
.perks .image-box__background {
  background: var(--image-url) center center no-repeat;
  background-size: cover;

  z-index: 1;
}

/* 
The overlay div is just a colored element with some opacity.
It's above the background image in our stack, so it appears to 
darken the image 
*/
.perks .image-box__overlay {
  background: rgba(0, 0, 0, 0.8);

  z-index: 2;
}

/* 
The content div is at the top of our stack. 
We'd probably add some padding or flexbox properties here as well, 
to place the content appropriately
*/
.perks .image-box__content {
  position: relative;

  z-index: 3;

  /* Finally, style and place the content */
  color: white;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.perks .list-items-ordered li:before {
  color: #fff !important;
}
.mlr-5 {
  padding-left: 16px;
  padding-right: 16px;
}
.bg-dark-bento {
  background: #132f4c !important;
}
#videoCarousel .card {
  background: transparent !important;
  border: transparent !important;
}
#event-results .event-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Let card-body expand and manage layout */
#event-results .event-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Let title and description stack normally */
#event-results .event-title {
  margin-bottom: 0.5rem;
}

#event-results .event-description {
  flex: 1 1 auto; /* allows it to grow and push footer */
  margin-bottom: 1.5rem; /* optional */
}
#event-results .event-tags {
  margin-bottom: 1.5rem; /* optional */
}
/* Always push footer to the bottom */
#event-results .event-footer {
  margin-top: auto;
}
.calandar-accordian ul
{
	margin-left:16px !important;
}
.timely-agenda-events-date
{
	background:#a21c28;
	color:#fff;
	padding:24px;
    display: flex;
	width:250px;
}
.timely-month
{
	margin-right:4px;
}
.timely-day
{
	margin-right:4px;
}

#agenda_view_content .collapsible
{
	width:100% !important;
	text-align: left;
}
.cal-title
{
	width:100%;
	margin-right:16px !important;
}
.cal-title p
{
	margin-left:20px !important;
}
.cal-title h4
{
/* 	text-align:right;  */
	margin-top:12px;
	margin-left:12px;
}
select
{
	border:1px solid #ddd;
	margin-bottom:8px !important;
	margin-left:2px !important;
	height:32px;
 }
/* .btn-select
{
	display:none !important;
} */
#agenda_view_content .content
{
	height:auto !important;
}
#agenda_view_content .collapsible
{
	background: #ebf0f1;
	margin-bottom:4px !important;
}
#agenda_view_content .content
{
	background: #ebf0f1;
	margin-bottom:10px;
	border-top:1px solid #ddd;
}
.vodiapicker {
    display: none;
    position: relative;
}
.lang-select {
    margin-left: 50px;
    position: relative;
}
.btn-select {
    width: 100%;
    min-width: 197px;
    height: 47px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc !important;
    padding: 0px 10px;
}
.btn-select:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    color: #3d3e3e;
    font-weight: bold;
    position: absolute;
    right: 13px;
    font-size: 15px;
    top: 16px;
}
.btn-select li {
    list-style: none;
    float: left;
    padding-bottom: 0px;
}
.btn-select:after {
    content: '\F282';
     font-family: bootstrap-icons!important;
    color: #3d3e3e;
    font-weight: bold;
    position: absolute;
    right: 13px;
    font-size: 15px;
    top: 16px;
}
.b {
    display: none;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid rgba(0, 0, 0, .15) !important;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    background: #fff;
}
#a {
    padding-left:10px;
}
#a li:hover {
    background-color: #F4F3F3;
}
#a li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.calendar-table th
{
	color:#fff !important;
}
.popover
{
	border:1px soild #376882;
	padding:12px;
	font-size:14px;
}
#tribe-events-pg-template
{
	max-width:100% !important;
	padding:0 !important;
}
.custom-list-1
{
	list-style:none !important;
}

/* ============================== Media Query =============================== */
@media (min-width: 1440px) {
  .site-width {
    /*       max-width: 1440px; */
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 0 48px;
  }
}

@media (max-width: 1280px) {
  .h-search-form {
    width: 280px !important;
  }
  .mega-menu .tab-content h6 {
    height: 32px !important;
	  font-size:16px !important;
	  margin-bottom:0 !important;
  }
	  .mega-menu .tab-content .menu__list
	{
		font-size:14px !important;
	}
	  .mega-menu .tab-content .btn-link
	{
		font-size:14px !important;
	}
   .mega-menu menu-item
	{
		font-size:14px !important;
	}
	.nav-top-links li a, .ExploreButton .btn-text, .cta-buttons .btn-shop, .cta-buttons .btn-login, .has-search-right .form-control
	{
		font-size:12px !important;
	}
	p
	{
		font-size:14px !important;
	}
	h1
	{
		font-size:2.8rem !important;
	}
	.has-search-right .form-control-feedback {
    position: absolute;
    top: 1.2px;
    right: 1px;
		font-size: 14px;
	}
/* 	h2
	{
		font-size:2.4rem !important;
	}
	h3
	{
		font-size:1.8rem !important;
	}
	h4
	{
		font-size:1.6rem !important;
	}
	h5
	{
		font-size:1.4rem !important;
	}
	h6
	{
		font-size:1.2rem !important;
	} */
.facts-list .counter
	{
		font-size:3.6rem !important;
	}
	.wesupport h2
	{
		font-size:3.6rem !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 1024px) {
}
@media (max-width: 1360px)
{
	 .h-search-form {
        width:240px !important;
    }
}
@media (max-width: 1024px) {
  .mega-menu .tab-content h6 {
    height: 32px !important;
	  font-size: 12px !important;
  }
	.nav-top-links li a, .ExploreButton .btn-text, .cta-buttons .btn-shop, .cta-buttons .btn-login, .has-search-right .form-control {
        font-size: 10px !important;
    }
	    .h-search-form {
        width: 160px !important;
    }
.has-search-right .form-control-feedback {
        position: absolute;
        top: 1.2px;
        right: 1px;
        font-size: 12px;
    }
	.css-1u8qly9
	{
		width:10px;
		height:10px;
	}
	.nav-top-links
	{
		margin-right:10px !important;
	}
	.vertical-menu .menu-item
	{
		font-size:12px !important;
	}
	.mega-menu .tab-content ul li a
	{
		font-size:10px !important;
	}
}

@media (max-width: 991px) {
}
@media (min-width: 768px) and (max-width: 991px) {
	.header-logo {
    padding-right: 20px;
    width: 100% !important;
    text-align: center !important;
		margin-bottom:10px !important;
}
  h1 {
    font-size: 36px !important;
  }
  h2 {
    font-size: 28px !important;
  }
  h3 {
    font-size: 24px !important;
  }
  h4 {
    font-size: 20px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  h6 {
    font-size: 16px !important;
  }
  p {
    font-size: 14px !important;
    text-align: left;
  }
  .wesupport h2 {
    font-size: 20px !important;
  }
  .facts-list li {
    padding: 24px 4px;
  }
  .services .card-img-top {
    height: 100px !important;
    width: 100px !important;
    object-fit: cover;
  }
  .blog-section .card-img-top {
    height: 100px !important;
  }
  .btn-link {
    font-size: 1.2rem;
  }
  .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
  .m-search {
    display: flex;
    flex-direction: column-reverse;
    flex: 0 0 100%;
  }
  .header-right-nav-wrapper,
  .cta-buttons,
  #menu-secondary-menu,
  .flex-style {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    align-items: flex-start !important;
  }

  .mega-menu .browse-search {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
  }
/*   .mega-menu {
    top: 36%;
  } */
  /* .ExploreButton
  {
    flex:0 0 100%;
    width: 100%;
  } */
  .hidden-suggest-box {
    z-index: 1;
  }
  .header-top .navbar {
    width: 100% !important;
    padding: 4px !important;
  }
  .site-width {
    display: inline;
  }
  .navbar-collapse {
    margin-top: 32px !important;
  }
  /*   .navbar-toggler-icon
  {
    background-image: url('/wp-content/uploads/2025/05/menu-bar.png');
  } */
  .navbar-toggler {
    border: none !important;
  }
  .horizontal-box {
    align-items: flex-start !important;
  }
  .ExploreButton {
    color: #002538 !important;
    border: none !important;
    margin-top: 8px;
    padding: 12px 0 !important;
  }
  .nav-top-links li a {
    color: #002538 !important;
    margin-top: 8px;
    padding: 12px 0 !important;
  }
  .nav-top-links li {
    padding: 12px 0 !important;
  }
  .btn-shop,
  .btn-login {
    /*     padding: 9px 130px; */
    margin-bottom: 4px;
    display: block !important;
    width: 100% !important;
  }
  .mega-menu .tab-content ul li {
    border-bottom: 1px solid #e7e7e7;
  }
  .h-search-form {
    width: 100% !important;
  }
	#menu-secondary-menu, #menu-secondary-menu li
	{
		margin-left:0 !important;
	}
	.sidepanel .list-items-ordered li
	{
		font-size:12px !important;
		line-height:18px !important;
	}
	.sidepanel section
	{
		margin: 0 !important;
	}
	   .leadership.row-cols-md-3>* 
	{
		width:100% !important;
	}
	.leadership .event-image img
	{
		height:400px !important;
	}
}

@media (max-width: 767px) {
  .who-we-are-content {
    padding: 0 0px;
    text-align: left;
  }
	.inner-page-style .leadership .col
	{
		width:100%;
	}
}
@media (max-width: 575px) {
	.rmr-2
	{
		margin-left:0 !important;
	}
	.banner-content
	{
		padding: 24px 12px;
		
	}
	.who-we-are-content.services
	{
		text-align:justify !important;
	}
	.who-we-are-content.services img
	{
		max-width:340px !important;
		margin:0 auto;
	}
	.swiper-slide
	{
		width:340px !important;
	}
	.swipercarsoule .card-data
	{
		margin-left:24px !important;
		margin-right:40px !important;
	}
	#menu-secondary-menu li, 	
	#menu-secondary-menu
	{
		margin-left:0 !important;
	}
	.menu-container
{
  display: flex;
  flex-direction: column;
}
  .top-filters
	{
		
	}
	section
	{
		padding:12px 0;
	}
	.vertical-menu
	{
		width:100% !important;
	}
 .vertical-menu .menu-item
    {
      width: 320px !important;
	background:#d6e4eb !important;
		margin-bottom:4px;
		color:#000 !important;
    }
    .vertical-menu .menu-item.active
    {
      width: 320px !important;
		background:#a21c28 !important;
		color:#fff !important;
    }
.mega-menu .tab-content .menu__list
	{
		margin-bottom:18px;
	}
	.mega-menu
	{
		padding:0 auto!important;
		width:100%;
		margin:0 auto !important;
	}
	#videoCarousel .carousel-control-prev-icon, #videoCarousel .carousel-control-next-icon
	{
		padding:4px !important;
	}
	.leadership .event-image img
	{
		height:400px !important;
	}
.jumbotron-image
	{
		height:350px !important;
	}
  #videoCarousel .carousel-caption-custom h1 {
    font-size: 1.8rem !important;
    font-weight: bold;
  }
  #videoCarousel .carousel-caption-custom {
    width: 300px !important;
	  left:10%; !important;
  }
	
  #videoCarousel .ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
    width: 100%;
    height: 800px;
  }
  #videoCarousel .ratio > * {
    width: unset !important;
  }
  h1 {
    font-size: 32px !important;
  }
  h2 {
    font-size: 28px !important;
  }
  h3 {
    font-size: 24px !important;
  }
  h4 {
    font-size: 20px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  h6 {
    font-size: 16px !important;
  }
  p {
    font-size: 14px !important;
  }

  .wesupport h2 {
    text-align: center;
  }
  .facts-list {
    text-align: center !important;
    flex-direction: column;
  }
  .facts-list li {
    padding: 24px 60px;
    border: none !important;
  }
  .rmb-3 {
    margin-bottom: 18px !important;
  }
  .hover-card .hover-content {
    /* 		left:10% !important; */
    width: 340px !important;
  }
  .rmr-2.offset-2 {
    margin-left: 0 !important;
  }
  .nav-fill .nav-item,
  .nav-fill > .nav-link {
    flex: 1 1 100%;
  }
  section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  footer {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .footer-link {
    margin-bottom: 18px !important;
  }
  .top-filters .btn-primary {
    display: flex;
    flex: 1 1 100%;
    justify-content: center;
  }
  .logo-section {
    flex-direction: column;
    margin-bottom: 20px !important;
  }
  .who-we-are-content h2 {
    padding-top: 20px !important;
  }

  .m-search {
    display: flex;
    flex-direction: column-reverse;
    flex: 0 0 100%;
  }
  .header-right-nav-wrapper,
  .cta-buttons,
  #menu-secondary-menu,
  .flex-style {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    align-items: flex-start !important;
  }

  .mega-menu .browse-search {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
  }
  .mega-menu {
    top: 28%;
  }
  /* .ExploreButton
  {
    flex:0 0 100%;
    width: 100%;
  } */
  .hidden-suggest-box {
    z-index: 1;
  }
  .header-top .navbar {
    width: 100% !important;
    padding: 4px !important;
  }
  .site-width {
    display: inline;
  }
  .navbar-collapse {
    margin-top: 32px !important;
  }
  /*   .navbar-toggler-icon
  {
    background-image: url('/wp-content/uploads/2025/05/menu-bar.png');
  } */
  .navbar-toggler {
    border: none !important;
  }
  .horizontal-box {
    align-items: flex-start !important;
  }
  .ExploreButton {
    color: #002538 !important;
    border: none !important;
    margin-top: 8px;
    padding: 12px 0 !important;
  }
  .nav-top-links li a {
    color: #002538 !important;
    margin-top: 8px;
    padding: 12px 0 !important;
  }
  .nav-top-links li {
    padding: 12px 0 !important;
  }
  .btn-shop,
  .btn-login {
    padding: 9px 80px!important;
    margin-bottom: 4px;
	  width:100%;
  }
  .mega-menu .tab-content ul li {
    border-bottom: 1px solid #e7e7e7;
  }
  .h-search-form {
    width: 100% !important;
  }

  .header-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .m-search {
    display: flex;
    flex-direction: column-reverse;
    flex: 0 0 100%;
  }
  .m-h-search {
    display: flex;
    /* flex-direction: row-reverse; */
    width: 100%;
  }

  .header-right-nav-wrapper,
  .cta-buttons,
  #menu-secondary-menu,
  .flex-style {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    align-items: flex-start !important;
  }

  .mega-menu .browse-search {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
  }
  .mega-menu {
    top: 36%;
  }
  /* .ExploreButton
  {
    flex:0 0 100%;
    width: 100%;
  } */
  .hidden-suggest-box {
    z-index: 1;
  }
  .header-top .navbar {
    width: 100% !important;
    padding: 4px !important;
  }
  .site-width {
    display: inline;
  }
  .navbar-collapse {
    margin-top: 32px !important;
  }

  .navbar-toggler {
    border: none !important;
  }
  .horizontal-box {
    align-items: flex-start !important;
  }
  .ExploreButton {
    color: #002538 !important;
    border: none !important;
    margin-top: 8px;
    padding: 12px 0 !important;
  }
  .nav-top-links li a {
    color: #002538 !important;
    margin-top: 8px;
    padding: 12px 0 !important;
  }
  .nav-top-links li {
    padding: 12px 0 !important;
  }
  .btn-shop,
  .btn-login {
    padding: 9px 130px;
    margin-bottom: 4px;
  }
  .mega-menu .tab-content ul li {
    border-bottom: 1px solid #e7e7e7;
  }
  .d-md-block {
    display: block !important;
  }
  .plr-96 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .swipercarsoule .card-data {
    top: 80px;
    height: 350px !important;
  }
  .swiper-slide .banner-bg-1 {
    width: 340px !important;
  }
  .nav-tags.nav-pills .nav-link {
    padding: 5px;
  }
  .btn-link {
    font-size: 15px;
  }
}

.popover {
    position: absolute;
    top: 25px;
    left: 40px;
    z-index: 99;
   display: none; 
    min-width: 276px;
    padding: 5px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    padding: 10px;
    margin-top: 30px;
    border-radius: 8px;
    color: #0c0c0c;
    border: 2px solid #898b87;
    box-shadow: 1px 11px 20px 5px rgb(14 30 84 / 39%);
    box-shadow: rgb(14 30 84 / 21%) 2px 2px 10px 0px;
}
.popover-heading{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
}
.event.all-day.end {
    border-right: 1px solid #9acfea;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.event.all-day.begin {
    border-left: 1px solid #9acfea;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.event.all-day {
    border-top: 1px solid #9acfea;
    border-bottom: 1px solid #9acfea;
/*     background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%); */
    background-repeat: repeat-x;
    color: #31708f;
    border-width: 1px;
}
.event.end {
    border-right: 1px solid #b2dba1;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.event.begin {
    border-left: 1px solid #b2dba1;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.event {
    border-top: 1px solid #b2dba1;
    border-bottom: 1px solid #b2dba1;
/*     background-image: linear-gradient(to bottom, #dff0d8 0px, #c8e5bc 100%); */
    background-repeat: repeat-x;
    color: #3c763d;
    border-width: 1px;
    font-size: 0.75em;
    padding: 0 0.75em;
    line-height: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
}
.calendar-day {
    width: 100px;
/*     min-width: 100px; */
    max-width: 100px;
    height: 80px;
}
.calendar-day {
    position: relative;
}
.calendar-modal .calendar-heading {
    margin-top: 10px !important;
    opacity: .5;
}
.calendar-modal p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 12px;
    font-weight: 700;
}
.calendar-modal a {
cursor: pointer;
    color: #0059CC;
    outline: none;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.leadership .event-image img
{
	height:380px;
	object-fit:cover;
}
.search-prod img
{
	width:100px;
	height:100px;
	object-fit:cover;
}
ul li ul
{
	list-style:disc;
	margin-left:12px;
}
.certification-program .tab-content ul li
{
	margin-bottom:18px;
}
.faqaccordion .accordion-item
{
	width:100% !important;
}

.hover-content .btn-primary
{
	position:absolute;
	bottom:20px;
	width:95%;
	margin:0 auto;
}
.tribe-events-c-subscribe-dropdown__button
{
     background: #a21c28 !important;
     color:#fff !important;
}
.tribe-events-c-subscribe-dropdown
{
	  background: #a21c28 !important;
     color:#fff !important;
	border:transparent;
}
.tribe-events .tribe-events-c-search__button
{
	 background: #a21c28 !important;
     color:#fff !important;
}
.perk-content
{
	column-count:2;
 padding-bottom: 20px;
}
.perk-content .perk-item {
	break-inside: avoid;
}
.perk-content h5 {
	margin-bottom: 0;
}
.certification-cards
{
	background:#376882;
	color:#fff;
}
.certification-cards .card-text
{
	color:#fff !important;
}
ul li ul
{
	list-style-type: circle;
}
.conferce-page .jumbotron 
{
	height:450px !important;
   
}
.conferce-page .jumbotron  img
{
	height:450px;
	width:100%;
	object-fit:cover;
}
.jobs-logo
{
	width:100px;
	height:100px;
}
.button-section
{
	padding:12px !important;
}
.pd-12 
{
padding:4px !important;
}
.header-right-nav-wrapper .cta-buttons

{
	display:flex;
}
.header-right-nav-wrapper .cta-buttons .gtranslate_wrapper
{
	margin-top:10px;
}
.gsatelite.gt-current-lang img
{
	box-shadow:none !important;
}
.btnFA
{
	font-size:12px !important;
}
.img-container img
{
	margin: 12px;
}
.certification-courses .nav-pills li
{
	margin-left:0 !important;
}
table tr:nth-child(even) {
    background-color: #ecf0f2;
}
.emp-testominals .owl-carousel .owl-item img
{
	height:unset !important;
}

.hidden-suggest-box
{
	height: 350px;
    overflow-y: scroll;
}
.district-champions .event-title
{
	text-transform:capitalize;
}
.who-we-are-content ul
{
	margin-left:0 !important;
}

@media screen and (min-width:640px) and (max-width:959px) {
.mw-5
{
	width:50% !important;
}
}
/*** new styles ***/
.ays_content_box p
{
	font-size:16px !important;
	font-family:"Open Sans", serif !important;
}
.ays_pb_description 
{
	font-size:20px !important;
	font-family:"Open Sans", serif !important;

}
.ays-pb-modal-close
{
	background-color: #a21c28 !important;
    color: #fff !important
    padding: 8px 50px !important;
	
}
.ays-pb-modal-close:hover
{
	background-color: #a21c28 !important;
    color: #fff !important
    padding: 8px 15px !important;
}
.img-w20
{
	width:25% !important;
}
.centered-container {
  display: flex;
	flex-direction:column;
  justify-content: center;  /* horizontal centering */
  align-items: center;      /* vertical centering */
  height: 100vh;            /* full viewport height */
  text-align: center;
}
.login-card
{
	margin: 80px auto;
}
#districtjobmodal .List-items-doc a
{
	background-color: #a21c28 !important;
    color: #fff !important;
    border: 1px solid #a21c28;
	padding:6px 12px !important;
	border-radius:6px !important;
}
#districtjobmodal .List-items-doc
{
	list-style:none !important;
	margin-left:0 !important;
	
}
#districtjobmodal .List-items-doc li
{
	background: #eaf0f3;
    border-radius: 24px;
	padding:16px;
	margin:16px 0;
}

#district-jobs-container .event-title
{
	padding-top:24px !important;
}
#districtjobmodal .modal-body
{
	padding:0 16px !important;
}
.btn-close
{
	margin-right:10px !important;
	color:#a21c28 !important;

}
.modal-header .btn-close
{
	color:#a21c28 !important;
}
#districtjobmodal span
{
	margin-right:4px !important;
}
.ays-pb-modal_5 h2.ays_pb_title
{
	font-weight:700 !important;
}
.ays-pb-custom-html a
{
	border-radius:12px;
	background-color: #a21c28 !important;
    color: #fff !important;
    padding: 8px 50px !important;
}

.btn-login {
        background-color: #fff !important;

    color: #a21c28 !important;
    border: 1px solid #a21c28;
    padding: 9px 15px;
    margin-right: 10px;
    font-size: 16px;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: 400;
}
.meeting-card
 {
      max-width: 75%;
      margin: auto;
      border: 1px solid #ccc;
      border-radius: 8px;
      overflow: hidden;
/*       font-family: sans-serif; */
    }

  .meeting-card .cardImage
{
	aspect-ratio: 16 / 9;
    overflow: hidden;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

  .meeting-card .cardImage img{
     width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    }

    .meeting-card .card-body {
      padding: 16px;
    }

}
.flexible-template section
{
	padding:24px 0;
}
.flexible-template .btn-primary
{
	margin-right: 12px;
}
.flexible-template ul, li
{
	margin-bottom:6px;
}
.flexible-template .product-card-wrapper
{
	padding:50px 18px;
}
.btn-link-white
{
	color:#fff !important;
	font-size:16px;
	text-decoration:underline;
}
.card-footer
{
	text-align:right !important;
}
.keyservices-conf img
{
	height:300px !important;
}
.faqaccordion .accordion-body
{
	margin-left:12px !important;
}
.flexible-template section
{
	padding:16px 0 !important;
}
.mega-menu .tab-content ul
{
	margin-left:0 !important;
}
.faqaccordion .accordion-button
{
	border: 1px solid #376882 !important;
}
.flexible-template .faqaccordion .accordion-button:not(.collapsed)
{
	border: 1px solid #ddd !important;
    background: #376882;
    color: #fff;
    border-radius: 8px !important;
}
.flexible-template .faqaccordion .accordion-button
{
	 border-radius: 8px !important;
}
.flexible-template .faqaccordion .accordion-button:not(.collapsed)::after {
   
    color: #fff !important;
  
}
.flexible-template .certification-courses-carsoule .carousel-inner
{
	min-height:300px !important;
}
.flexible-template .certification-courses-carsoule  .carousel-item {
    flex: 0 0 75%;
    margin: 50px auto;
}
.table-style thead th
{
	color:#fff !important;
}
.certification-courses-carsoule .carousel-inner
{
	max-height:300px !important;
}
.right-img-left-cont .event-image iframe
{
	height: 100%;
  width: 100%;
  min-height: 100%;
  aspect-ratio: unset;
}
.mb-20
{
	margin-bottom:20px !important;
}
.flexible-template .certification-courses ul, .flexible-template .certification-courses li
{
	margin-bottom: 0px;
}
.flexible-template .certification-courses
{
	padding: 16px 16px !important;
}

.flexible-template .hover-card img
{
	object-fit: fill;
}




@media (max-width: 1024px) {
    .hover-card img {
        height: auto !important;
        object-fit: fill !important;
    }
	.bg-blue [data-animate="animate__slideInLeft"] {
		animation: none !important;
		opacity: 1 !important; /* in case the animation affects visibility */
	  }
	.email-subscriber-form, .subr_box .subscribe-form {
		width: 100% !important;
	}
}

@media (max-width: 768px) {
	.leadershop-section .carousel-control-next {
	  right: 0%;
	  width: 5%;
	}
	.leadershop-section .carousel-control-prev {
	  left: 0%;
	  width: 5%;
	}
	section.swipercarsoule {
		padding: 16px 16px !important;
	}
}








