/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/templates/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

body {
  line-height: 24px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  padding: 0px;
  font-family: "Inter", serif;
  font-weight: 800;
  color: #282828;
}

h2 {
  font-size: 38px;
}

h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #282828;
}

p {
  margin-bottom: 10px;
  padding: 0px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", serif;
  font-weight: 400;
  color: #282828;
}

.palt {
  margin-bottom: 10px;
  padding: 0px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", serif;
  font-weight: 400;
  color: #ffffff;
}

/** Sticky Footer Added 1/19/21 **/
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  /* Margin bottom by footer height */
}

footer {
  padding: 75px 0px;
}

.hero {
  padding: 150px 0 150px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /*height: 60px; Set the fixed height of the footer here 
  background-color: #f5f5f5;*/
}

/*colors*/

.bg-darkblue {
  background-color: #011b2b;
}

.bg-blue {
  background: #003764;
}

.bg-blue2 {
  background: #00b5ff;
}

.bg-green {
  background: #007853;
}

.text-blue {
  color: #003764;
}

.text-green {
  color: #007853;
}

.feat_nine_item {
  border: 6px solid #fff;
  padding: 30px 25px;
  width: 100%;
}

.feat_bg {
  background: linear-gradient(-0.1turn, #007853d4, #003e6cbf),
    url(../img/1440x1440.jpg) no-repeat center center;
  /*background: url(../img/banner/feat-bg.jpg) no-repeat scroll center center !important;*/
  background-size: cover;
  height: 100%;
  padding-top: 210px;
  padding-bottom: 210px;
}

.feat_bg2 {
  background: linear-gradient(-0.1turn, #007853d4, #003e6cbf),
    url(https://mtdevelopmentstorage.blob.core.windows.net/strategic-communications/stratcomm2.jpg) no-repeat center center;
  /*background: url(../img/banner/feat-bg.jpg) no-repeat scroll center center !important;*/
  background-size: cover;
  height: 100%;
  padding-top: 210px;
  padding-bottom: 210px;
}

/* custom width container: container-jumbo */
.container-jumbo {
  max-width: 1400px;
  width: 100%;
}

.container-video {
  padding: 0px;
  user-select: none;
  overflow: hidden;
  object-position: 100% 100%;
  background: #011B2B;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.header-video {
  height: 200px;
  object-position: center;
}

@media screen and (min-width: 768px) {
  .header-video {
    height: 300px;
  }
}

@media screen and (min-width: 1400px) {
  .header-video {
    height: auto;
    max-height: 50vh;
  }
}


.no-gutters {
  margin-right: 0;
  margin-left: 0;

  >.col,
  >[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Header Nav Bar */
.narbar-style {
  border-bottom: 1px solid #e1e1e1;
  -webkit-box-shadow: 0px 4px 12.35px 0.65px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 12.35px 0.65px rgba(0, 0, 0, 0.15);
}

.hp-logo {
  width: 180px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  .footer {
    display: flex;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .hp-logo {
    width: 140px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .hp-logo {
    width: 180px;
  }
}

/* grid-section */
.grid-section {
  background: #00788a;
  background: linear-gradient(#00788a, transparent),
    linear-gradient(to top right, #003764, transparent),
    linear-gradient(to top left, #007853, transparent);
}

@media (max-width: 576px) {
  .grid-section {
    padding: 50px 10px;
  }
}

@media (min-width: 768px) {
  .grid-section {
    padding: 50px 20px;
  }
}

/* Creative Service Section */
.callout {
  background: #b7b7b7;
}

.callout-bg {
  background: #00b5ff;
  background: linear-gradient(#00b5ff, transparent),
    linear-gradient(to top left, #007693, transparent),
    linear-gradient(to top right, #ff5079, transparent);
}

.cs-lead {
  background: #003764;
}

.img-cs {
  border: 2px rgb(2, 2, 2) solid;
}

/* SWIPER */
.swiper-container {
  width: 100%;
  height: 100%;
  padding: 95px 0px !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  color: #e1e1e1;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0px;
  transition: all ease-in-out 0.3s;
  opacity: 0.4;
}

.card-title,
.article-copy {
  transition: all 0.1s ease;
  color: #282828;
}

.our-people {
  transition: all 0.1s ease;
  color: #1DE883;
  line-height: normal;
}

.our-people-role {
  transition: all 0.1s ease;
  color: #ffffff;
  font-style: italic;
  font-size: 12px;
  line-height: normal;
}


.swiper-slide.active {
  padding: 60px 180px;
}

.swiper-slide-active {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  transform: scale(1.25);
  opacity: 1;
  z-index: 10;
}

@media (max-width: 640px) {
  .swiper-slide-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    padding: 0 20px;
  }

  .swiper-container {
    padding: 0px !important;
  }
}

.card-title.active {
  color: #282828;
}

.card-text.active {
  color: #282828;
}

.swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-pagination-unique {
  margin-bottom: 6px;
}

.swiper-button-next-unique,
.swiper-button-prev-unique {
  font-size: 30px;
  padding: 10px;
  color: #007aff;
}

/* BS Responsive Borders */
@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #e3e7eb !important;
  }

  .border-sm-right {
    border-right: 1px solid #e3e7eb !important;
  }

  .border-sm-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }

  .border-sm-left {
    border-left: 1px solid #e3e7eb !important;
  }

  .border-sm-top-0 {
    border-top: 0 !important;
  }

  .border-sm-right-0 {
    border-right: 0 !important;
  }

  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-sm-left-0 {
    border-left: 0 !important;
  }

  .border-sm-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }

  .border-sm-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }

  .border-sm {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }

  .border-sm-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #e3e7eb !important;
  }

  .border-md-right {
    border-right: 1px solid #e3e7eb !important;
  }

  .border-md-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }

  .border-md-left {
    border-left: 1px solid #e3e7eb !important;
  }

  .border-md-top-0 {
    border-top: 0 !important;
  }

  .border-md-right-0 {
    border-right: 0 !important;
  }

  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-md-left-0 {
    border-left: 0 !important;
  }

  .border-md-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }

  .border-md-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }

  .border-md {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }

  .border-md-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #e3e7eb !important;
  }

  .border-lg-right {
    border-right: 1px solid #e3e7eb !important;
  }

  .border-lg-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }

  .border-lg-left {
    border-left: 1px solid #e3e7eb !important;
  }

  .border-lg-top-0 {
    border-top: 0 !important;
  }

  .border-lg-right-0 {
    border-right: 0 !important;
  }

  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-lg-left-0 {
    border-left: 0 !important;
  }

  .border-lg-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }

  .border-lg-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }

  .border-lg {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }

  .border-lg-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid #e3e7eb !important;
  }

  .border-xl-right {
    border-right: 1px solid #e3e7eb !important;
  }

  .border-xl-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }

  .border-xl-left {
    border-left: 1px solid #e3e7eb !important;
  }

  .border-xl-top-0 {
    border-top: 0 !important;
  }

  .border-xl-right-0 {
    border-right: 0 !important;
  }

  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-xl-left-0 {
    border-left: 0 !important;
  }

  .border-xl-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }

  .border-xl-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }

  .border-xl {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }

  .border-xl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

.typewriter h1 {
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid orange;
  /* The typwriter cursor */
  white-space: nowrap;
  /* Keeps the content on a single line */
  margin: 0 auto;
  /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0.15em;
  /* Adjust as needed */
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {

  from,
  to {
    border-color: transparent;
  }

  50% {
    border-color: orange;
  }
}

.text_1 {
  animation: text1;
}

.text_2 {
  animation: text2;
}

.text_1,
.text_2 {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  animation-duration: 10s;
  animation-timing-function: steps(25, end);
  animation-iteration-count: infinite;
  line-height: 47px;
  height: 39px;
}

.text_1::after,
.text_2::after {
  content: "|";
  position: absolute;
  right: 0;
  animation: caret infinite;
  animation-duration: 1s;
  animation-timing-function: steps(1, end);
}

a.custNav {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #003764 !important;
  background: transparent;
}

@keyframes text2 {

  0%,
  50%,
  100% {
    width: 0;
  }

  60%,
  90% {
    width: 7em;
  }
}

@keyframes text1 {

  0%,
  50%,
  100% {
    width: 0;
  }

  10%,
  40% {
    width: 9em;
  }
}

@keyframes caret {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.about_nine_area .ab_nine_screen img {
  /*-webkit-box-shadow: 21.213px 21.213px 46px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 21.213px 21.213px 46px 0px rgba(0, 0, 0, 0.3);
  border-radius: 50px; */
  max-width: 100%;
}

.white li,
.white h2,
.white h4 {
  color: white;
}

.services-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 546px) {
  .services-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .service-card>div {
    min-height: 520px;
  }
}

body {
  color: #ffffff;
  background-color: #ffffff;

}

.container {
  max-width: 1320px;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}

/* Service */
.bg-service {
  background-color: #003151;
}

.service-h2 {
  color: #6697B7;
  font-weight: 200;
  font-size: 2.5rem;
  line-height: normal;
}

.service-p {
  font-weight: 400;
  font-size: 1.3rem;
  color: #CCCCCC;
  border-bottom: 2px solid #005287;
  border-top: 2px solid #005287;
}

.service-list {
  font-weight: 400;
  font-size: 1.3rem;
  color: #CCCCCC;
  list-style: none;
  columns: 200px 2;
  column-gap: 75px;
  line-height: 1.5;
}

.service-list li::before {
  content: "\2022";
  color: #1DE883;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.accordion-button::after {
  display: none;
}

.accordion-button .service-icon {
  width: 2em;
  height: 2em;
  line-height: 2em;
  background-color: #011B2B;
}

.accordion-button .service-icon .icon {
  color: #6697B7;
  transform: rotate(180deg);
  transition: .25s transform, .25s color;
}

.accordion-button:not(.collapsed) .service-icon .icon {
  color: #1DE883;
  transform: rotate(0);
}

.bg-servicesborder {
  background: rgb(67, 201, 247);
  background: -moz-linear-gradient(270deg, rgba(67, 201, 247, 1) 0%, rgba(126, 252, 46, 1) 100%);
  background: -webkit-linear-gradient(270deg, rgba(67, 201, 247, 1) 0%, rgba(126, 252, 46, 1) 100%);
  background: linear-gradient(270deg, rgba(67, 201, 247, 1) 0%, rgba(126, 252, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#43c9f7", endColorstr="#7efc2e", GradientType=1);
}

.bg-contact-us {
  background: #005287;
  padding-bottom: 4.5em;

}

.accordion-header {
  border: 1px solid #005287;
  background-color: #003151;
}

.accordion-button {
  font-weight: 600;
  font-size: 1.7rem;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #003151;
  box-shadow: none;
}

.accordion-body {
  padding: 30px;
  border: 1px solid #005287;
  background-color: #011B2B;
}

.accordion-item-service {
  border-radius: 0px !important;
  border: 1px solid #005287;
  background-color: #003151;
}

.accordion-button::after {
  width: 2rem;
  height: 2rem;
  background-size: 2rem;

}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.3rem;
  color: #fff;
  text-align: left;
  background-color: #003151;

  border-color: #003151;
  border-radius: 0;
  overflow-anchor: none;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

/* prevents the disproportionately thick borders between accordion items */
.accordion-item {
  border-bottom-width: 0;
}

/* ABOUT */
.bg-about {
  background: rgb(67, 201, 247);
  background: -moz-linear-gradient(180deg, rgba(67, 201, 247, 1) 0%, rgba(126, 252, 46, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(67, 201, 247, 1) 0%, rgba(126, 252, 46, 1) 100%);
  background: linear-gradient(180deg, rgba(67, 201, 247, 1) 0%, rgba(126, 252, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#43c9f7", endColorstr="#7efc2e", GradientType=1);
}

.about-wrapper {
  padding: 3rem 0 3rem 0;
}

.about-h2 {
  color: #d0d0d0;
  /*was #43c9f7*/
  font-weight: 500;
  font-size: 2.25rem;
  line-height: normal;
  padding: 0%
    /*was2.5*/
}

.about-sub {
  color: #1de883;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 2rem;
  letter-spacing: 1px;
}

.about-border {
  border-bottom: 2px solid #005287;
}

.about-callout {
  font-size: 3rem;
  color: #6697B7;
  font-weight: 200;
}

.title-callout {
  font-size: 3.5rem;
  color: #6697B7;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 992px) {
  .title-callout {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .title-callout {
    font-size: 1.75rem;
  }
}

.callout-span {
  color: #7efc2d;
  font-weight: 600;
}

.callout-span2 {
  color: #43C9F7;
  font-weight: 600;
}

.about-people {
  color: #057d92;
  /*was#cccccc  was#05A5C1 before 5*/
  font-size: 1.6rem;
  /*was1.4rem*/
  line-height: 1.5
}



.card-clients {
  padding: 20px 40px 8px;
  border-style: solid;
  border-color: #05A5C1;
  /*was #1DE883*/
  border-width: 4px;
}

.ul-clients {
  list-style-type: square;
  color: #011B2B;
  line-height: 2.3;

}

ul li::marker {
  color: #1DE883;
}

.our-work-card .icon-link {
  color: #005287;
}

.contact-card {

  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: rgba(0, 0, 0, 0);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);


}

.contact-portrait {
  max-width: 85%;
  border-style: solid;
  border-color: #6697B7;
  border-width: 3px;

}


.client {
  font-size: 1em;
  font-style: italic;
  color: #005287;
}


/*unequal columns*/

* {
  box-sizing: border-box;
}

.column {
  float: left;
  padding: 12px;
  min-height: 350px;
}

.left-side {
  width: 65%;
}

.right-side {
  width: 35%;
}

.both-rows:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 800px) {
  .column {
    width: 100%;
  }
}


.our-work-card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  ;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: 100%;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-card-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);

}

.link-icon2 {
  color: #005287;
  text-decoration: none;
}

.special-img {
  width: 500px;
  height: 300px;
  object-fit: cover;
  object-position: 100% 60%;
}

.accordion-header-text {
  font-size: 1.25rem;
}

.accordion-header-text-sm {
  font-size: 1rem;
}

@media screen and (min-width: 546px) {
  .accordion-header-text {
    font-size: 1.375rem;
  }
}