﻿.nav-bar {
  background: transparent;
}
.nav-bar .nav-links li a {
  color: #fff;
}
.nav-bar .logo .text h2 {
  color: #fff !important;
}
.nav-bar .fa-search {
  color: #fff;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-bar.scrolled {
  background-color: #fff;
  position: fixed;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.nav-bar.scrolled .nav-links li a {
  color: #333;
}
.nav-bar.scrolled .nav-links li a:hover {
  color: #fff;
}
.nav-bar.scrolled .logo .text h2 {
  color: #333 !important;
}
.nav-bar.scrolled .fa-search {
  color: #333;
}

#gdsp {
  position: relative;
}
#gdsp .fs-5 {
  font-weight: 600;
}
#gdsp .title-content {
  padding: 30px 0;
}
#gdsp .title-content h2 {
  font-size: 2.75rem;
  font-family: "fs magistral-bold";
  text-align: center;
  color: #333;
}
#gdsp .container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
#gdsp .container-custom {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
#gdsp .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#gdsp .breadcrumb-banner .breadcrumb-content {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gdsp .breadcrumb-banner .breadcrumb-content img {
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
}
#gdsp .breadcrumb-banner .breadcrumb-content .breadcrumb-body {
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: grid;
  gap: 25px;
  max-width: 900px;
}
#gdsp .breadcrumb-banner .breadcrumb-content .breadcrumb-body .breadcrumb {
  font-size: 13pt;
}
#gdsp .breadcrumb-banner .breadcrumb-content .breadcrumb-body .breadcrumb .breadcrumb-item a {
  color: #333;
}
#gdsp .breadcrumb-banner .breadcrumb-content .breadcrumb-body .breadcrumb-item:last-child a {
  color: #e51010 !important;
}
#gdsp .gdsp-main {
  padding: 45px 0;
  font-size: 13pt;
}
#gdsp .gdsp-main .gdsp-content .h-100 {
  height: 100% !important;
}
#gdsp .gdsp-main .gdsp-content .fs-5 {
  font-size: 1.25rem !important;
}
#gdsp .gdsp-main .gdsp-content .mb-4 {
  margin-bottom: 1.5rem !important;
}
#gdsp .gdsp-main .gdsp-content .mb-2 {
  margin-bottom: 0.5rem !important;
}
#gdsp .gdsp-main .gdsp-content .btn-sm-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
#gdsp .gdsp-main .gdsp-content .btn-sm-square {
  width: 32px;
  height: 32px;
}
#gdsp .gdsp-main .gdsp-content .rounded-circle {
  border-radius: 50% !important;
}
#gdsp .gdsp-main .gdsp-content .bg-light {
  background-color: #F2F8FE !important;
}
#gdsp .gdsp-main .gdsp-content .fw-bold {
  font-weight: 700 !important;
}
#gdsp .gdsp-main .gdsp-content .me-3 {
  margin-right: 1rem !important;
}
#gdsp .gdsp-main .gdsp-content .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
#gdsp .gdsp-main .gdsp-content p {
  text-align: justify;
}
#gdsp .gdsp-main .gdsp-content i.active {
  background-color: #e51010;
  color: #fff;
}
#gdsp .gdsp-main .bg-light .col-align {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#gdsp .gdsp-main .gdsp-content2 img {
  width: 60px;
  height: 60px;
  border-radius: 0px;
}
#gdsp .gdsp-main .gdsp-content2 .hv-service-img {
  cursor: pointer;
}
#gdsp .gdsp-main .gdsp-content2 .hv-service-img:hover img {
  transition: all 0.3s ease;
  transform: scale(1.2);
}
#gdsp .gdsp-main .img-st {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 0px;
  position: absolute;
  top: -103px;
  right: -87px;
  z-index: 1;
}
#gdsp .gdsp-main .gdsp-content3 .gdsp-title {
  padding: 45px 0;
}
#gdsp .gdsp-main .gdsp-content3 .gdsp-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#gdsp .gdsp-main .gdsp-content3 .gdsp-carousel .owl-item {
  display: flex;
  justify-content: center;
}
#gdsp .gdsp-main .gdsp-content3 .gdsp-carousel img {
  width: 80%;
  height: 500px;
  object-fit: cover;
}
#gdsp .gdsp-main .gdsp-content3 .gdsp-carousel .owl-dots {
  text-align: center;
  position: absolute;
  bottom: -12%;
}
#gdsp .gdsp-main .gdsp-content3 .gdsp-carousel .owl-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px;
  background-color: #555;
  border-radius: 50%;
  transition: width 0.3s ease, background-color 0.3s ease;
}
#gdsp .gdsp-main .gdsp-content3 .gdsp-carousel .owl-dot.active {
  width: 50px;
  background-color: #333;
  border-radius: 10px;
}
#gdsp .gdsp-main .gdsp-content3 .gdsp-carousel .owl-dot:hover {
  background-color: #555;
}
