.pd-menu-bar .logo-wrap img {
  width: 120px;
  height: auto;
  object-fit: contain;
  object-position: left;
}

.header {
  padding: 8px;
  transition: all 0.5s;
  inset: 0% 0% auto;
  box-shadow: 0 4px 30px #0000000d;
}

.header .navbar-nav li .nav-link {
  color: var(--white);
  font-weight: 300;
  font-family: var(--fnt-sans);
  font-size: 16px;
  letter-spacing: 0.2px;
  padding: 0 10px !important;
  border-radius: 8px;
  transition: all 0.5s;
  position: relative;
}



.pd-mob-nav-bar .navbar-nav li .nav-link:hover {
  background: var(--para-color);
  color: var(--white);
}

#navbarNavDropdown {
  width: 100%;
}

.pd-contact-btn {
  float: right;
  margin-left: auto;
}

.pd-mob-nav-bar .navbar-nav li.pd-contact-btn .nav-link {
  font-size: 14px;
  padding: 0px 25px;
  border-radius: 6px;
  color: #ffffff;
  background: var(--main-font-color);
  box-shadow: 0 0.3259259164px 0.7333333492px 0 rgba(0, 0, 0, 0.12),
    0 1.5407407284px 2.8666665554px 0 rgba(0, 0, 0, 0.07),
    0 4px 9px 0 rgba(0, 0, 0, 0.05);
}

.sticky {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 99999;
  background: var(--dark-blue) !important;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  transition: all 0.5s;
}

.header {
  position: relative !important;
  background: transparent;
  margin-bottom: -100px;
  z-index: 99;
}

.header .pd-menu-bar .logo-wrap img {
  width: 170px;
}

.navbar-nav .nav-item a {
  z-index: 5;
  color: var(--white);
  letter-spacing: -0.01em;
  border-radius: 100px;
  justify-content: left;
  align-items: center;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 600;
  transition: all color 0.3s;
  display: flex;
  padding: 7px 20px !important;
  border-radius: 30px !important;
  width: fit-content;
}

.header .navbar-nav .pd-git-menu {
  right: 0;
  top: 5px;
  position: absolute;
}

#main-menu {
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  height: 52px;
  padding-right: 0;
}

#main-menu li {
  margin: 0 10px;
}

.sticky {
  top: 0;
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 99999;
  background: #081640 !important;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  transition: all 0.5s;
  box-shadow: 12px 1px 12px -5px #000000;
}

li.pd-contact-menu-item a.nav-link {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.3s;
  display: flex;
  background: var(--para-color);
  color: var(--white) !important;
}

.navbar-dark .navbar-nav .active > .nav-link {
  color: var(--white);
}

.pd-menu-bar .dropdown-item:focus,
.pd-menu-bar .dropdown-item:hover {
  background-color: #3f3f3f !important;
}

/* sticky */
.sticky .nav-link {
  color: var(--white) !important;
}

.navbar-nav .dropdown-menu {
  background: #08163e !important;
  border-radius: 10px;
}

ul.dropdown-menu .menu-item-has-children:hover .dropdown-menu {
  display: block !important;
}

ul.dropdown-menu .menu-item-has-children ul {
  margin-left: 30px;
}

/* inner pages */

.pd-inner-banner {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  min-height: 500px;
}

.pd-inner-banner .row {
  height: 500px;
  display: flex;
  align-items: center;
  text-align: right;
}


.pd-inner-banner  .pd-main-title{
  color: var(--white);
  font-size: 44px;
  font-weight: 500;
  text-align: left;
}

.pd-inner-banner .pd-wawe{
  position: absolute;
    bottom: -7rem;
    top: auto !important;
    width: 100%;
}

.pd-inner-banner .pd-wawe path{
  fill: var(--white);
}

.header .navbar-nav .nav-link::before{
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  left: 50%;
  bottom: -5px;
  background: linear-gradient(90deg, #ffffffba, transparent);
  transition: all 0.5s;
  transform-origin: right;
  transform: scaleX(0);
  margin-left: -15px;

}

.header .navbar-nav .nav-link:hover::before{
  transform: scaleX(1);
}

.header .navbar-nav .active .nav-link::before{
  transform: scaleX(1);
}