nav a.navbar-brand img {
  width: 100px;
  height: auto;
  padding: 0px !important;
}
nav ul li.nav-item {
  font-family: "Inter", sans-serif;
}
nav ul li.nav-item:hover {
  color: #FFFFFF;
}
nav ul li.nav-item:focus {
  color: #FFFFFF;
}
nav ul li.nav-item a.nav-link {
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  overflow: hidden;
}
nav ul li.nav-item a.nav-link:hover {
  color: #FFFFFF;
  background: #EB0505;
  border-radius: 30px;
  overflow: hidden;
  padding: 6px 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
nav ul li.nav-item a.nav-link.active {
  color: #FFFFFF;
  background: #EB0505;
  border-radius: 30px;
  overflow: hidden;
  padding: 6px 12px;
}
nav ul li.nav-item a.nav-link:focus {
  color: #FFFFFF;
  background: #EB0505;
  border-radius: 30px;
  overflow: hidden;
  padding: 6px 12px;
}
nav .btn-nav-red {
  outline: none;
  border: 1px solid #FFFFFF;
  padding: 12px;
  margin: 0;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05rem;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  border-radius: 30px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #EB0505;
  color: #FFFFFF !important;
}
nav .btn-nav-red:hover {
  background: #000000;
  transition: all 0.3s ease-out;
  color: #FFFFFF !important;
}
nav .btn-nav-red span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
}
nav .btn-nav-red:hover span {
  color: #FFFFFF !important;
}
nav .btn-nav-red::before, nav .btn-nav-red::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
nav .btn-nav-red::before {
  content: "";
  background: #5B5750;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
nav .btn-nav-red:hover::before {
  transform: translate3d(100%, 0, 0);
}
nav .btn-nav {
  outline: none;
  border: none;
  padding: 12px;
  margin: 0;
  font-weight: 400;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05rem;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  border-radius: 30px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #EB0505;
  color: #FFFFFF !important;
}
nav .btn-nav:hover {
  background: #000000 !important;
  transition: all 0.3s ease-out;
  color: #FFFFFF !important;
}
nav .btn-nav span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
}
nav .btn-nav:hover span {
  color: #FFFFFF !important;
}
nav .btn-nav::before, nav .btn-nav::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
nav .btn-nav::before {
  content: "";
  background: #EB0505;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
nav .btn-nav:hover::before {
  transform: translate3d(100%, 0, 0);
}
nav .dropdown ul.dropdown-menu {
  background: rgba(52, 52, 52, 0.6862745098) !important;
  backdrop-filter: blur(4.25px) !important;
  color: #FFFFFF !important;
}
nav .dropdown ul.dropdown-menu li a.dropdown-item {
  color: #FFFFFF !important;
}
nav .dropdown ul.dropdown-menu li a.dropdown-item:hover {
  background-color: #4747FF !important;
}
nav .dropdown-item.active, nav .dropdown-item:active {
  background-color: #4747FF !important;
  color: #FFFFFF !important;
}
nav .offcanvas {
  background: rgba(42, 42, 42, 0.3529411765);
  backdrop-filter: blur(50px) !important;
}
nav .offcanvas .offcanvas-body .dropdown ul.dropdown-menu li a.dropdown-item {
  color: #FFFFFF !important;
  font-size: 15px;
}
nav .offcanvas .offcanvas-body .dropdown ul.dropdown-menu li a.dropdown-item:hover {
  background-color: #EB0505 !important;
}

nav.navbar-expand-lg .navbar-nav .dropdown .dropdown-menu.show {
  background: rgba(52, 52, 52, 0.6862745098) !important;
  backdrop-filter: blur(4.25px) !important;
}

nav .dropdown-item.active {
  background: #EB0505 !important;
  color: #FFFFFF !important;
}

.dropdown-item:hover {
  background-color: #EB0505 !important;
  color: #FFFFFF !important;
}
.dropdown-item:focus {
  background-color: #EB0505 !important;
  color: #FFFFFF !important;
}

.dropdown:hover .dropdown-menu {
  display: block !important;
}

@media (max-width: 991px) {
  nav ul li.nav-item a.nav-link {
    color: #FFFFFF;
    text-align: center;
  }
  .navbar-toggler svg {
    width: 30px;
    height: 30px;
    border: none;
  }
  a.navbar-brand img {
    width: 110px !important;
    height: auto;
    padding: 0px !important;
  }
  a.offcanvas-title img {
    width: 100px !important;
    height: auto;
    padding: 0px !important;
  }
  .btn-nav {
    font-size: 0.7em;
    width: 100%;
  }
  .btn-nav-white {
    font-size: 0.7em;
    width: 100%;
  }
  .dropdown ul.dropdown-menu li a.dropdown-item {
    text-align: center !important;
  }
  .offcanvas.show:not(.hiding), .offcanvas.showing {
    width: 100%;
  }
  nav ul li.nav-item a.nav-link {
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 15px;
  }
}
html {
  scroll-behavior: smooth;
}

html, body {
  width: auto !important;
  overflow-x: hidden !important;
}

/*scroll width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(251, 251, 251, 0.31);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #EB0505;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden !important;
  color: #000000;
}

.bg-deepBlue {
  background: #104EB0;
}

.bg-red {
  background: #EB0505;
}

.bg-gray {
  background: #5B5750;
}

.text-blue {
  color: #4747FF;
}

.text-deepBlue {
  color: #104EB0;
}

.text-red {
  color: #EB0505;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  text-transform: Capitalized !important;
}

h1 {
  font-size: 5vw;
  color: #FFFFFF;
  line-height: normal;
  font-weight: 900;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: normal;
  text-transform: Capitalized !important;
}

h2 {
  font-size: 3vw;
  color: #104EB0;
  line-height: normal;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: Capitalized !important;
}

h4 {
  font-weight: 400;
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.3vw;
  color: #000000;
  padding-bottom: 10px;
}

img:hover {
  cursor: pointer;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  transition: 1s ease;
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.btn {
  font-family: "Montserrat", sans-serif;
  border-radius: 30px;
  padding: 12px 30px;
  background: #EB0505;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
}
.btn:hover {
  background: #104EB0;
  transition: all 0.3s ease-out;
  transform: translate(3px, 3px);
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transform: translate(3px, 3px);
  -moz-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  -o-transform: translate(3px, 3px);
}

.btn-red {
  font-family: "Montserrat", sans-serif;
  background: #EB0505;
  border: 1px solid #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
}
.btn-red:hover {
  background: #000000;
  transition: all 0.3s ease-out;
  transform: translate(3px, 3px);
  color: #FFFFFF;
}

.fade-in {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.lazyloaded {
  opacity: 1;
  transform: scale(1);
}

header {
  width: 100%;
  height: auto;
  filter: contrast(1.2) brightness(1);
  filter: unsharp-mask(1 2px 1);
  color: #FFFFFF !important;
  position: relative;
  -webkit-filter: contrast(1.2) brightness(1);
}
header .head {
  border-radius: 20px;
  background: rgba(200, 200, 200, 0.206);
  backdrop-filter: blur(15px);
}
header #hero-slider .item {
  opacity: 1;
  transition: opacity 1s ease-in-out;
  border: none;
}
header #hero-slider .item.fade-out {
  opacity: 0;
}
header #hero-slider .item .card {
  border: none;
}
header #hero-slider .item img {
  border: none;
  width: 100%;
  height: auto;
  filter: contrast(1.2) brightness(1);
  filter: unsharp-mask(1 2px 1);
  -webkit-filter: contrast(1.2) brightness(1);
}
header #hero-slider .item img:hover {
  cursor: pointer;
  transform: none;
  transition: none;
  -moz-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
header .grr-notice {
  width: 100%;
  height: auto;
  z-index: 50;
  position: absolute;
  bottom: 0;
}
header .grr-notice .notice-card {
  width: 100%;
  background: rgba(95, 95, 95, 0.459);
  backdrop-filter: blur(10px);
  color: #ffffff;
}
header .grr-notice .notice-card h3 {
  text-transform: capitalize !important;
}
header .grr-notice .notice-card h3 span {
  -webkit-text-stroke: 2px solid #ffffff;
}
header .grr-notice .notice-card:hover {
  cursor: pointer;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  transition: 1s ease-out;
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -ms-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  -ms-transform: scale(1.03);
}

.news-highlights a.breadcrumb {
  --s: 20px;
  display: inline-block;
  line-height: 1.8;
  padding-inline: calc(var(--s) + 0.3em);
  padding-left: calc(var(--s) + 0.3em);
  padding-right: calc(var(--s) + 0.3em);
  clip-path: polygon(0 0, calc(100% - var(--s)) 0, 100% 50%, calc(100% - var(--s)) 100%, 0 100%, var(--s) 50%);
  background: #4747FF;
  width: fit-content;
  width: -moz-fit-content;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3vw;
  animation: pulse-white 3s infinite;
  -webkit-animation: pulse-white 3s infinite;
}
.news-highlights a.breadcrumb:hover {
  background: #EB0505;
}
@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #3e60bd;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #2a75ff;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
  }
}
.news-highlights a.news-text p {
  color: #000;
}
.news-highlights a.news-text p:hover {
  color: #4747FF;
  font-weight: 500;
}

.red-sphere1 {
  position: absolute;
  top: 20%;
  z-index: -1;
  background-image: url(../images/backgrounds/red-sphere.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 100%;
  height: 350px;
}

.notice {
  background-position: top left;
  background-repeat: no-repeat;
}
.notice .notice-card {
  background: rgba(129, 129, 129, 0.459);
  backdrop-filter: blur(40px);
}
.notice .notice-card h3 {
  text-transform: capitalize !important;
}
.notice .notice-card:hover {
  cursor: pointer;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  transition: 1s ease-out;
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -ms-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  -ms-transform: scale(1.03);
}

.about {
  position: relative;
}
.about .card-section {
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), url(../images/backgrounds/about-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(0.3px);
  backdrop-filter: blur(50.0999984741px);
  border-radius: 0px 40px 40px 0px;
  -webkit-border-radius: 0px 40px 40px 0px;
  -moz-border-radius: 0px 40px 40px 0px;
  -ms-border-radius: 0px 40px 40px 0px;
  -o-border-radius: 0px 40px 40px 0px;
  -webkit-filter: blur(0.3px);
}
.about .blue-sphere {
  position: absolute;
  margin-top: 50px;
  z-index: -1;
  background-image: url(../images/backgrounds/blue-sphere.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 100%;
  height: 350px;
}

.values .card {
  cursor: pointer;
}
.values .card:hover {
  transform: translateY(-10px) scale(1.02);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.values .card .card-icon {
  margin-top: -60px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.15);
}
.values .card .card-icon .bi {
  font-size: 40px;
  transition: transform 0.3s ease, color 0.3s ease;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.247);
}
.values .card .card-icon:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 14px 28px rgba(0, 0, 0, 0.22);
  transition: all 0.3s ease-in-out;
}
.values .card-fairness:hover {
  box-shadow: 1px 2px 3px #0d6efd;
}
.values .card-response:hover {
  box-shadow: 0 10px 20px #ffc107, 0 10px 20px rgba(0, 0, 0, 0.15);
}
.values .card-sustain:hover {
  box-shadow: 0 10px 20px #198754;
}
.values .card-integrity:hover {
  box-shadow: 0 10px 20px #dc3545;
}
.values .card-confident:hover {
  box-shadow: 0 10px 20px #212529;
}

.category-card {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.category-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.filter-btn {
  margin: 0 5px 10px;
  transition: all 0.3s ease;
}

.filter-btn.active {
  background-color: #0d6efd;
  color: #fff;
}

.masonry {
  column-count: 4;
  column-gap: 0.2rem;
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 0.1rem;
}

.blue-sphere1 {
  position: absolute;
  top: 50%;
  z-index: -1;
  background-image: url(../images/backgrounds/blue-sphere.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 100%;
  height: 350px;
}

a h3 {
  color: #104EB0;
}
a h3:hover {
  color: #EB0505;
}

.research {
  position: relative;
}
.research img:hover {
  cursor: pointer;
  -webkit-transform: scale(1.2);
  transform: scale(1.02);
  transition: 0.8s ease-out;
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -webkit-transition: 0.8s ease-out;
  -moz-transition: 0.8s ease-out;
  -ms-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
  -ms-transform: scale(1.02);
}
.research .card1 img {
  width: 100%;
  height: 75vh;
  background-size: cover;
}
.research .card2 img {
  width: 100%;
  height: 300px;
}
.research .card3 img {
  width: 100%;
  height: auto;
}
.research .red-sphere {
  position: absolute;
  top: 80%;
  z-index: -1;
  background-image: url(../images/backgrounds/red-sphere.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 100%;
  height: 350px;
}

.newsroom .card {
  background: #ffffff;
  backdrop-filter: blur(50px);
  color: white;
}
.newsroom .card .card-title {
  color: #4747FF;
}
.newsroom .card :hover {
  cursor: pointer;
  transform: scale(1.03);
  transition: 0.5s ease-out;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
}
.newsroom .card a:hover {
  color: #EB0505;
}
.newsroom .card .card-img {
  width: 150px;
  height: 50px;
  margin: 0;
  padding: 0;
  object-fit: cover;
  background-size: cover;
}
.newsroom .card-date {
  position: absolute;
  top: 40px;
  left: 0;
  background-color: white;
  color: black;
  border-radius: 0 20px 20px 0;
  font-size: 0.8rem;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;
}
.newsroom .carousel .carousel-item img {
  filter: contrast(1.2) brightness(1.1);
  filter: unsharp-mask(1 2px 1);
  aspect-ratio: auto;
  -webkit-filter: contrast(1.2) brightness(1.1);
  width: 100%;
  height: auto;
}

.members .item {
  width: 160px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}
.members .item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
  filter: contrast(1.2) brightness(1.1);
  filter: unsharp-mask(1 2px 1);
  aspect-ratio: auto;
  -webkit-filter: contrast(1.2) brightness(1.1);
}
.members .item img.img-edit {
  width: 140px;
  height: 120px !important;
}

.about-cards .card:hover {
  border: 1px solid #4747FF;
}
.about-cards .card img {
  filter: contrast(1.2) brightness(1);
  filter: unsharp-mask(1 2px 1);
  aspect-ratio: 1/2;
  width: 100%;
  height: 70vh;
  -webkit-filter: contrast(1.2) brightness(1);
}

.about-cards1 .card {
  width: 100%;
  height: auto;
}
.about-cards1 .card:hover {
  border: 1px solid #4747FF;
}
.about-cards1 .card .card-title {
  font-size: 3vh;
}
.about-cards1 .card h5 {
  font-size: 2.6vh;
}
.about-cards1 .card img {
  filter: contrast(1.2) brightness(1);
  filter: unsharp-mask(1 2px 1);
  aspect-ratio: 1/2;
  width: 100%;
  height: 50vh;
  -webkit-filter: contrast(1.2) brightness(1);
}

.safe-header {
  width: 100%;
  height: 50vh;
  background-image: linear-gradient(rgba(1, 0, 58, 0.685), rgb(0, 0, 0)), url(../images/backgrounds/safe-header.webp);
  backdrop-filter: blur(50px);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-position: center bottom;
  color: #ffffff;
}

.safe-cards a.card:hover {
  box-shadow: 1px 3px 3px rgba(49, 0, 226, 0.7137254902);
  transform: scale(1.02);
  transition: 0.8s ease-out;
}

.monthly-fx a.card:hover {
  background-color: #001570;
  box-shadow: 2px 3px 3px rgba(49, 0, 226, 0.7137254902);
  transform: scale(1.02);
  transition: 0.8s ease-out;
}

#scrollTopBtn {
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: rgba(0, 42, 228, 0.6235294118);
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  animation: floatUpDown 2s infinite ease-in-out;
}
#scrollTopBtn:hover {
  background-color: #002ae4;
}

/* Show when active */
#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}

/* Floating effect */
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
footer {
  background-image: linear-gradient(rgba(0, 0, 0, 0.914), rgba(0, 0, 0, 0.886)), url(../images/backgrounds/footer-bg.webp);
  backdrop-filter: blur(50.0999984741px);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
}
footer p {
  font-weight: 200;
  font-size: 16px;
}
footer .footer-logo img {
  width: 180px;
  height: auto;
}
footer ul {
  margin-left: 0;
  padding-left: 0;
}
footer ul li {
  font-size: 15px;
  color: #bebebe;
  font-weight: 300;
  list-style-type: none;
  text-decoration: none;
}
footer a {
  text-decoration: none;
  color: #bebebe;
}
footer a:hover {
  color: #FFFFFF;
}
footer .social-icons ul li {
  display: inline-block !important;
  list-style-type: none;
  text-decoration: none;
}
footer .social-icons i {
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
}
footer .social-icons i:hover {
  list-style-type: none;
  text-decoration: none;
  z-index: 999;
  margin: 0;
  padding: 0;
  color: #4747FF;
}
footer small {
  font-weight: 300;
}

.news-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card h5.card-title {
  font-size: 18px;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.news-image {
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-card:hover .news-image {
  transform: scale(1.05);
}

.nav-pills .nav-link {
  border-radius: 25px;
  margin: 0 2px;
  transition: all 0.3s ease;
}

.nav-pills .nav-link:hover {
  background-color: rgba(13, 110, 253, 0.1);
}

.nav-pills .nav-link.active {
  background: linear-gradient(45deg, #007bff, #0056b3);
}

@media (max-width: 991px) {
  h1 {
    font-size: 7vw !important;
  }
  h2 {
    font-size: 6vw !important;
  }
  h3 {
    font-size: 4.5vw !important;
  }
  h4 {
    font-size: 4.5vw !important;
  }
  h5 {
    font-size: 4vw !important;
  }
  p {
    font-size: 3.5vw !important;
  }
  .news-highlights a {
    font-size: 2.2vw !important;
  }
  header {
    width: 100%;
    height: auto;
  }
  header #hero-slider .item img {
    width: 100%;
    height: auto;
    background-size: cover;
  }
  .safe-header {
    width: 100%;
    height: auto;
  }
  .owl-nav .owl-prev img {
    background-color: #104EB0;
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
  .owl-nav .owl-next img {
    background-color: #104EB0;
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
  .research .card1 {
    width: 100%;
    height: auto;
  }
  .research .card img {
    width: 100%;
    height: auto !important;
  }
  .about-cards .card img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }
  .about-cards1 .card {
    width: 100%;
    height: auto;
  }
  .about-cards1 .card .card-title {
    font-size: 3vh;
  }
  .about-cards1 .card h5 {
    font-size: 3vh;
  }
  .about-cards1 .card img {
    aspect-ratio: auto;
    width: 100%;
    height: auto;
  }
  .articles p {
    text-align: justify !important;
  }
  .members .item {
    width: 100%;
    height: 100%;
  }
  .members .item img {
    width: 100% !important;
    height: auto !important;
    padding: 10px;
  }
  .masonry {
    column-count: 2;
  }
  footer {
    text-align: center;
    margin: 0;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
  }
  footer .footer-logo img {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .masonry {
    column-count: 1;
  }
}

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