@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif !important;
}

body {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body ::-webkit-scrollbar {
  width: 5px;
}
body ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
body ::-webkit-scrollbar-thumb {
  background: #ad3234;
  border-radius: 10px;
}
body ::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
}

h1 {
  font-size: 2rem !important;
  font-weight: bold;
  margin-bottom: 30px !important;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 1.5rem !important;
  }
}

h2 {
  font-size: 1.5rem !important;
}
@media (max-width: 500px) {
  h2 {
    font-size: 1.3rem !important;
  }
}

h3 {
  font-size: 1.17rem !important;
}

h4 {
  font-size: 1rem !important;
}

h5 {
  font-size: 0.83rem !important;
}

h6 {
  font-size: 0.67rem !important;
}

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

figure {
  overflow: hidden;
  margin: 0;
}
figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.navbar-light .navbar-nav .nav-link {
  color: #000000;
}

.section-gutter {
  padding: 50px 0 !important;
}

.banner {
  position: relative;
  color: white;
}
.banner h1 {
  font-size: clamp(1.5rem, 5vw, 3.5rem) !important;
}
.banner figure {
  margin: 0;
  position: relative;
  max-height: 516px;
  overflow: hidden;
}
.banner figure img {
  min-height: 215px;
  object-fit: cover !important;
}
.banner figure::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3490196078);
}
.banner .banner-content {
  position: absolute;
  top: 50%;
  width: clamp(19rem, 50vw, 42rem);
  text-shadow: 0px 4px 4px #000000;
}

header {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 0;
  z-index: 1000;
}
header nav img {
  width: 207px !important;
  height: 95px !important;
  overflow: hidden;
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
  header nav img {
    width: 130px !important;
    height: auto !important;
  }
}
header nav .navbar-nav {
  align-items: center;
}
header nav .nav-item .nav-link {
  position: relative;
  width: fit-content;
  padding: 0 4px !important;
  margin-right: 16px;
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
  header nav .nav-item .nav-link {
    margin-right: 6px !important;
    font-size: 15px;
  }
}
@media (min-width: 992) {
  header nav .nav-item .nav-link {
    margin-bottom: 6px;
  }
}
header nav .nav-item .nav-link:hover {
  color: #AD3234 !important;
  border-bottom: 1px solid #AD3234 !important;
}
header nav .active {
  color: #AD3234 !important;
  border-bottom: 2px solid #AD3234;
}
header nav .btn-outline {
  background-color: #AD3234;
  margin-left: 0.5rem;
  width: max-content;
}
@media (max-width: 992px) {
  header nav .btn-outline {
    margin-left: 0 !important;
  }
}
header nav .btn-outline a {
  color: #ffffff !important;
}
header nav .btn-outline:hover {
  background-color: #882628;
  color: #ffffff;
}

footer {
  background-color: #0d6e9f;
}
footer .top-footer {
  color: #ffffff;
}
footer .top-footer .footer-content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  footer .top-footer .footer-content {
    padding-left: 10px;
  }
}
footer .top-footer .footer-content p {
  padding-right: 0.5rem;
}
footer .top-footer .footer-content h3 {
  margin-bottom: 9px !important;
}
footer .top-footer .footer-content a {
  width: max-content;
  color: #ffffff;
  margin-bottom: 8px;
  transition: all 500ms;
}
footer .top-footer .footer-content a:hover {
  color: #b3b3b3;
  letter-spacing: 1px;
  font-weight: 500;
}
footer .top-footer .footer-content .fab {
  line-height: 1.5rem;
}
footer .top-footer .btn-outline {
  background-color: #AD3234;
  width: max-content;
  margin-top: 0.5rem;
}
footer .top-footer .btn-outline a {
  color: #ffffff !important;
}
footer .top-footer .btn-outline:hover {
  background-color: #882628;
  color: #ffffff;
}
footer .top-footer .bottom-description {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer .top-footer .bottom-description h5 {
  margin-bottom: 14px !important;
  font-weight: 400;
}
footer .top-footer .bottom-description h5 a {
  color: #ffffff !important;
}
footer .top-footer .bottom-description figure {
  width: 42.71px;
  height: 41px;
  text-align: center;
}
footer .bottom-footer {
  background-color: #0a5f89;
  padding: 15px 0;
}
footer .bottom-footer .bottom-footer-content {
  color: #ffffff;
  padding: auto;
  text-align: center;
}
footer .bottom-footer .bottom-footer-content figure {
  width: 70px;
  margin: 0;
}

.marquee-section {
  color: black;
  padding: 6px 0 0;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
}
.marquee-section .marquee-content {
  display: flex;
  gap: 20px;
}
.marquee-section .marquee-content .content {
  display: flex !important;
}
.marquee-section .marquee-content .content .pe-2 {
  font-weight: 500;
}

.welcome h1 {
  margin-bottom: 30px !important;
}
.welcome figure {
  position: relative;
  overflow: visible !important;
}
.welcome figure::before, .welcome figure::after {
  content: "";
  position: absolute;
  width: 39%;
  height: 53%;
  background-color: #AD3234;
  z-index: -1;
}
.welcome figure::before {
  top: -10px;
  left: -2px;
}
.welcome figure::after {
  bottom: -10px;
  right: -1px;
}
.welcome figure img {
  object-fit: fill;
}
.welcome a {
  color: #ad3234 !important;
}
.welcome a:hover {
  color: #0d6e9f !important;
}
.welcome .welcome-content {
  padding-left: 30px;
}

.landing-services {
  background-color: rgba(229, 229, 229, 0.5019607843);
}
.landing-services h1 {
  margin-bottom: 30px !important;
  text-align: center !important;
}
.landing-services .serviceblock {
  aspect-ratio: 1/1;
  background-color: #ffffff;
  padding: 2rem 0;
  margin: 0.5rem;
  border-radius: 0.25rem;
  display: flex;
  box-shadow: 0px 0px 10px rgba(20, 20, 20, 0.25);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.landing-services .serviceblock .serviceheading {
  margin-top: 25px !important;
}
.landing-services .serviceblock figure {
  width: 135px;
}

.team {
  padding: 1.5rem 5rem;
}
.team .non-loan-officer .nmls {
  opacity: 0;
}
.team .card {
  width: auto;
  height: 100%;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 20px !important;
}
.team .card figure {
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-top: 24px;
  height: max-content;
  width: 179px;
}
.team .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team .card .card-body a {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}
.team .card .card-body a:hover {
  color: #ca3438;
}
.team .card .card-body p {
  font-style: italic !important;
}
.team .card .card-body span {
  text-align: justify;
  padding-bottom: 2rem;
  height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.team .card .card-body .title {
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
}
.team .card .card-body .socials {
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
}
.team .card .card-body .socials .fa-facebook {
  color: #1877f2;
  padding: 0 0.45em;
  font-size: 1.5em;
}
.team .card .card-body .socials .fa-twitter {
  color: #1da1f2;
  padding: 0 0.45em;
  font-size: 1.5em;
}
.team .card .card-body .socials .fa-instagram {
  color: #f00073;
  padding: 0 0.45em;
  font-size: 1.5em;
}
.team .view-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.team .view-btn a {
  width: max-content;
  color: #0d6e9f;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  font-weight: 700;
  font-size: 25px;
}

.why-us {
  background-color: rgba(229, 229, 229, 0.5019607843);
}
.why-us .why-us-card {
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
  width: auto;
  height: 100%;
}
.why-us .why-us-card .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 24px;
}
.why-us .why-us-card .content h2 {
  margin-top: -47px !important;
  margin-bottom: 33px !important;
  font-weight: 400;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}
.why-us .why-us-card .content figure {
  width: 71px !important;
  margin-bottom: 10px;
}
.why-us .why-us-card .content .description {
  height: 100px;
  overflow: auto;
  padding-right: 6px;
}
.why-us .why-us-card .content p {
  line-height: 20px;
  margin: 0;
}

.testimonial .slider {
  overflow: hidden;
}
.testimonial .owl-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial .owl-nav .owl-next,
.testimonial .owl-nav .owl-prev {
  margin-right: 10px;
  margin-top: 5px;
  background-color: #0d6e9f !important;
  color: white !important;
  width: 20px;
}
.testimonial .card {
  height: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.testimonial .card h2 {
  padding-top: 3rem;
}
.testimonial .card h3 {
  padding-top: 16px;
  padding-bottom: 20px;
}
.testimonial .card p {
  height: 200px;
  overflow: auto;
  padding-right: 6px;
}
.testimonial .card span {
  text-align: justify;
}

.map {
  background-color: rgba(229, 229, 229, 0.5019607843);
}
.map .heading {
  font-size: 1.8rem !important;
  font-weight: bold;
}
.map h2 {
  margin: 1.5rem 0 !important;
}

.about-us-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about-us-detail .about-description {
  width: 66.67%;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  line-height: 34px;
}
@media (max-width: 900px) {
  .about-us-detail .about-description {
    font-size: 27px;
  }
}
@media (max-width: 700px) {
  .about-us-detail .about-description {
    font-size: 24px;
    text-align: justify;
    word-spacing: -2px;
    line-height: 27px;
  }
}
@media (max-width: 425px) {
  .about-us-detail .about-description {
    font-size: 20px;
    text-align: justify;
    word-spacing: -2px;
    line-height: 24px;
  }
}

.vision-mission {
  background-color: rgba(229, 229, 229, 0.5019607843);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.vision-mission .mission-vision-content {
  width: 66.67%;
}
.vision-mission .mission-vision-content h1 {
  text-align: center;
}
.vision-mission .mission-vision-content div {
  margin-bottom: 30px;
}
.vision-mission .mission-vision-content div h2 {
  margin-bottom: 1.125rem !important;
}
.vision-mission .mission-vision-content .values {
  margin: 0;
}

.rating .review-btn {
  margin-top: 10px;
}
.rating a {
  background-color: #0d6e9f;
  padding: 9px 22px;
  border-radius: 20px;
  margin-top: 10px;
  color: white;
  transition: 300ms;
}
.rating a:hover {
  background-color: #AD3234;
  transition-delay: 300ms;
}
.rating a svg {
  padding-right: 4px;
  color: white;
}

.services h1 {
  border-bottom: 1px solid #444444;
  width: max-content;
  position: relative;
}
.services h1::after {
  content: "";
  width: 50%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #AD3234;
}
.services ul {
  padding-left: 0 !important;
}
.services ul li {
  list-style: none;
  padding-bottom: 20px;
}

.teams {
  padding: 1.5rem 5rem;
}
.teams .non-loan-officer .nmls {
  opacity: 0;
}
.teams .card {
  width: auto;
  height: 100%;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 20px !important;
}
.teams .card figure {
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-top: 24px;
  height: max-content;
  width: 179px;
}
.teams .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.teams .card .card-body a {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}
.teams .card .card-body a:hover {
  color: #CA3438;
}
.teams .card .card-body p {
  font-style: italic !important;
}
.teams .card .card-body .nmls {
  margin-bottom: 2px !important;
}
.teams .card .card-body span {
  text-align: justify;
  word-spacing: -2px;
  padding-bottom: 2rem;
  height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.teams .card .card-body .title {
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
}
.teams .card .card-body .socials {
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
}
.teams .card .card-body .socials .fa-facebook {
  color: #1877F2;
  padding: 0 0.45em;
  font-size: 1.5em;
}
.teams .card .card-body .socials .fa-twitter {
  color: #1DA1F2;
  padding: 0 0.45em;
  font-size: 1.5em;
}
.teams .card .card-body .socials .fa-instagram {
  color: #F00073;
  padding: 0 0.45em;
  font-size: 1.5em;
}

.officer {
  margin: 0 auto !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 83.33%;
}
@media (max-width: 768px) {
  .officer .officer-container {
    gap: 20px;
  }
}
.officer .officer-container .officer-detail h1 {
  font-size: 30px !important;
  color: #0d6e9f;
  margin-bottom: 14px !important;
}
.officer .officer-container .officer-detail h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  color: #AD3234;
  margin-bottom: 14px !important;
}
.officer .officer-container .officer-detail h3 {
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 14px !important;
}
.officer .officer-container .officer-detail .officer-description {
  margin-top: 40px;
  text-align: justify;
}
.officer .officer-container .officer-detail span {
  display: block;
  margin-bottom: 0.5rem;
}
.officer .officer-container figure {
  margin-top: 17.5px;
  height: 100%;
  position: relative;
  overflow: visible;
}
.officer .officer-container figure::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  background-color: #AD3234;
  z-index: -1;
  top: -17px;
  right: -3px;
}
.officer .officer-container figure img {
  border-radius: 10px;
}

.officer-contacts {
  width: 83.333%;
  display: flex;
  gap: 30px;
  padding-bottom: 20px;
  margin: 0 auto !important;
}
@media (max-width: 992px) {
  .officer-contacts {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .officer-contacts {
    flex-direction: column;
    gap: 10px;
    padding: 10px 0 10px 20px;
  }
}

.apply-contact {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(229, 229, 229, 0.5019607843);
}
.apply-contact .apply,
.apply-contact .contact {
  background-color: #AD3234 !important;
  margin-left: 0.5rem;
  width: max-content;
  color: #ffffff !important;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
}
.apply-contact .contact {
  background-color: #0d6e9f !important;
}

.contact-us h3 {
  font-weight: 400;
  font-size: 20px !important;
  text-align: center;
  border-bottom: 1px solid #444444 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto !important;
  position: relative;
  padding-bottom: 0.5rem;
}
.contact-us h3::after {
  content: "";
  position: absolute;
  background-color: #AD3234;
  width: 50%;
  height: 3px;
  bottom: -2px;
}
.contact-us .contact-details {
  background-color: #0d6e9f;
  color: #ffffff;
  padding: 50px 118px 193px;
  border-radius: 15px;
  margin-top: 40px;
}
@media (max-width: 993px) {
  .contact-us .contact-details {
    padding-bottom: 130px;
  }
}
@media (max-width: 500px) {
  .contact-us .contact-details {
    padding: 40px 30px 110px;
  }
}
.contact-us .contact-details .contact-items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 993px) {
  .contact-us .contact-details .contact-items {
    flex-direction: column;
  }
}
.contact-us .contact-details .contact-items span {
  margin-bottom: 20px;
}
@media (max-width: 993px) {
  .contact-us .contact-details .contact-items span {
    margin-bottom: 15px !important;
  }
}
.contact-us .contact-details .contact-items span:last-child {
  margin: 0;
}
.contact-us .contact-form {
  border-radius: 3px;
  margin: 0 auto !important;
  margin-top: -100px;
  width: 83.33%;
  background-color: #eeeeee;
  padding: 40px;
  margin-top: -100px !important;
}
@media (max-width: 768px) {
  .contact-us .contact-form {
    padding: 24px;
  }
}
.contact-us .contact-form .name-mail {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 768px) {
  .contact-us .contact-form .name-mail {
    flex-direction: column;
  }
}
.contact-us .contact-form h2 {
  width: fit-content;
  margin: auto !important;
  margin-bottom: 30px !important;
  font-weight: 400 !important;
}
@media (max-width: 600px) {
  .contact-us .contact-form h2 {
    font-size: 20px !important;
    text-align: justify;
  }
}
.contact-us .contact-form .form-control {
  border-radius: 10px !important;
}
.contact-us .contact-form .form-control:focus {
  border-color: #6ea8ff;
  outline: 0;
  box-shadow: none;
}
.contact-us .contact-form textarea {
  height: 170px;
}
.contact-us .contact-form .form-floating > label {
  color: #8092a2 !important;
}
.contact-us .contact-form .form-action {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us .contact-form .form-action button {
  border-radius: 10px;
  padding: 12px 30px;
  border: 1px solid #cccccc;
  font-weight: 300;
  font-size: 18px;
  color: #555555;
}
@media (max-width: 768px) {
  .contact-us .contact-form .form-action button {
    padding: 10px 25px !important;
    font-size: 16px !important;
  }
}
.contact-us .contact-form .form-action button:hover {
  background-color: #0d6e9f;
  color: #ffffff;
}
.contact-us .contact-form .form-action button:hover .fa-paper-plane {
  color: #ffffff !important;
}
.contact-us .contact-form .form-action button:active {
  transform: scale(0.97);
}
.contact-us .contact-form .form-action button .fa-paper-plane {
  color: #0d6e9f !important;
  margin-left: 5px;
}

.maps {
  background-color: rgba(229, 229, 229, 0.5019607843);
}
.maps h3 {
  font-weight: 400;
  font-size: 20px !important;
  text-align: center;
  border-bottom: 1px solid #444444 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto !important;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 50px !important;
}
.maps h3::after {
  content: "";
  position: absolute;
  background-color: #AD3234;
  width: 50%;
  height: 3px;
  bottom: -2px;
}

.gallery h3 {
  font-weight: 400;
  font-size: 20px !important;
  text-align: center;
  border-bottom: 1px solid #444444 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto !important;
  position: relative;
  padding: 0 90px 0.5rem 90px;
  margin-bottom: 50px !important;
}
.gallery h3::after {
  content: "";
  position: absolute;
  background-color: #AD3234;
  width: 50%;
  height: 3px;
  bottom: -2px;
}
.gallery .card {
  padding: 0;
  border: 0;
}
.gallery .card figure {
  height: 225px;
  margin: 0;
  border-radius: 10px;
}
.gallery .card figure img {
  object-fit: cover !important;
}
.gallery .card .card-body {
  padding: 10px 0 0 0;
}
.gallery .card .card-body .small {
  font-size: 12px;
}

.gallery-inner h3 {
  font-weight: 400;
  font-size: 20px !important;
  text-align: center;
  border-bottom: 1px solid #444444 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto !important;
  position: relative;
  padding: 0 90px 0.5rem 90px;
  margin-bottom: 50px !important;
}
.gallery-inner h3::after {
  content: "";
  position: absolute;
  background-color: #AD3234;
  width: 50%;
  height: 3px;
  bottom: -2px;
}
.gallery-inner .preview {
  width: 100%;
}
.gallery-inner .modal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
}
.gallery-inner .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  margin-top: 60px !important;
  padding: 0 0 0 0;
  width: 80%;
  height: 80%;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  border: 0px !important;
}
@media (max-width: 1100px) {
  .gallery-inner .modal-content {
    width: 100%;
  }
}
.gallery-inner .slide {
  display: none;
}
.gallery-inner .slide img {
  object-fit: contain !important;
}
.gallery-inner .image-slide {
  width: 100%;
  height: 100vh;
}
.gallery-inner .modal-preview {
  width: 100%;
}
.gallery-inner .dots {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.gallery-inner img.hover-shadow {
  transition: 0.3s;
  height: 200px;
  object-fit: cover;
}
.gallery-inner .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
}
.gallery-inner .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 1002;
}
.gallery-inner .close:hover,
.gallery-inner .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.gallery-inner .previous,
.gallery-inner .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.gallery-inner .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.gallery-inner .previous:hover,
.gallery-inner .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.resources h3 {
  font-weight: 400;
  font-size: 20px !important;
  text-align: center;
  border-bottom: 1px solid #444444 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto !important;
  position: relative;
  padding: 0 90px 0.5rem 90px;
  margin-bottom: 50px !important;
}
.resources h3::after {
  content: "";
  position: absolute;
  background-color: #AD3234;
  width: 50%;
  height: 3px;
  bottom: -2px;
}
.resources .card {
  padding: 0;
  border: 0;
}
.resources .card:hover img {
  transform: scale(1.1);
  transition: all 400ms ease;
}
.resources .card:hover .card-body h4 {
  color: #AD3234 !important;
}
.resources .card figure img {
  height: 240px;
  object-fit: cover;
}
.resources .card .card-body {
  padding: 10px 0 0 0;
}
.resources .card .card-body h5 {
  color: #222222 !important;
}
.resources .card .card-body .small {
  margin: 0 10px 0 0;
  padding: 7px 0;
  color: #a2a2a2;
}
.resources .card .card-body .card-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: justify;
  color: #5a5a5a;
}

.resources-inner .resources-inner-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 676px) {
  .resources-inner .resources-inner-content {
    flex-direction: column;
    gap: 30px;
  }
  .resources-inner .resources-inner-content .resources-inner-item {
    width: 100% !important;
  }
  .resources-inner .resources-inner-content aside {
    width: 100% !important;
  }
}
.resources-inner .resources-inner-content .resources-inner-item {
  width: 75%;
}
.resources-inner .resources-inner-content .resources-inner-item h3 {
  margin: 9px 0 !important;
  font-weight: 400;
  font-size: 22px !important;
  line-height: 26px;
  color: #222222;
}
.resources-inner .resources-inner-content .resources-inner-item .small {
  margin: 0 10px 0 0;
  padding: 7px 0;
  color: #a2a2a2;
}
.resources-inner .resources-inner-content .resources-inner-item .description {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.resources-inner .resources-inner-content aside {
  width: 25%;
  padding-left: 20px;
}
.resources-inner .resources-inner-content aside .side-menu-card {
  position: sticky;
  top: 10px;
}
.resources-inner .resources-inner-content aside .side-menu-card .card {
  border: 0;
  padding: 0;
  margin-bottom: 20px;
}
.resources-inner .resources-inner-content aside .side-menu-card .card:hover .card-body h5 {
  color: #AD3234 !important;
}
.resources-inner .resources-inner-content aside .side-menu-card .card figure img {
  height: 135px;
  object-fit: cover;
}
.resources-inner .resources-inner-content aside .side-menu-card .card .card-body {
  padding: 0;
}
.resources-inner .resources-inner-content aside .side-menu-card .card .card-body h5 {
  color: #222222;
  margin: 9px 0 5px 0 !important;
}
.resources-inner .resources-inner-content aside .side-menu-card .card .card-body span {
  font-size: 0.9rem !important;
}
.resources-inner .resources-inner-content aside .side-menu-card .card .card-body span .small {
  margin: 0 10px 0 0;
  color: #a2a2a2;
}
@media (max-width: 1200px) {
  .resources-inner .resources-inner-content aside .side-menu-card .card .card-body span {
    flex-direction: column;
  }
  .resources-inner .resources-inner-content aside .side-menu-card .card .card-body span .small {
    font-size: 12px;
  }
}
@media (max-width: 526px) {
  .resources-inner .resources-inner-content aside .side-menu-card .card .card-body span .small {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
