.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;
  position: absolute !important;
  width: 100%;
  z-index: 999;
}

.pd-mob-nav-bar .navbar-nav li .nav-link {
  color: white;
  font-weight: 600;
  font-family: var(--fnt-sans);
  font-size: 16px;
  letter-spacing: 0.2px;
  padding: 0 14px;
  border-radius: 8px;
  transition: all 0.5s;
}

.pd-mob-nav-bar .navbar-nav li .nav-link:hover {
  background: var(--theme-blue);
  color: white;
}

.navbar-dark .navbar-nav .active>.nav-link {
  border: 1px solid;
}

#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: white;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  transition: all 0.5s;
}

.header .pd-menu-bar .logo-wrap img {
  width: 78px;
}

.navbar-nav .nav-item a {
  z-index: 5;
  color: var(--para-color);
  letter-spacing: -0.01em;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: all color 0.3s;
  display: flex;
  padding: 7px 15px !important;
  border-radius: 30px !important;
}

.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: white;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  transition: all 0.5s;
}

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(--theme-blue);
  color: white !important;
}

/* .navbar-dark .navbar-nav .active>.nav-link{
    color: white;
} */

.single .nav-link {
  color: #1d1d1f !important;
}

.single .nav-link:hover {
  color: white !important;
}

.sticky .nav-link {
  color: var(--theme-blue) !important;
}

.sticky .nav-link:hover {
  color: white !important;
}

.dropdown-menu {
  background: #1d1d1fe3;
  border-radius: o;
  border: none;
}

.dropdown-menu li a {
  color: white !important;
  margin-left: 0;
  padding-left: 0 !important;
  transition: all 0.5s;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  justify-content: flex-start !important;
}

.dropdown-menu li a:hover {
  color: #1d1d1fa6 !important;
}

.navbar .pd-social-header a{
    width: 30px;
    height: 30px;
    display: flex;
    background: white;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border-radius: 100%;
}

@media all (max-width:1260px) and (min-width:992px){

#main-menu li {
    margin: 0 3px !important;
}

.navbar-nav .nav-item a{
    padding: 7px 7px !important;
}

}

