/* css by pooja for header menus reducing padding  */
@media (min-width: 992px) {
  .sub-menu .menu-link {
    padding: 19px 12px !important;
  }
}

@media (min-width: 992px) {
  .sub-menu-container .menu-link {
    padding: 10px 12px !important;
  }
}

.top-links-item > a {
  font-weight: 500 !important;
  font-size: 14px !important;
  text-transform: none !important;
  font-family: "Poppins", sans-serif !important;
}

/* css by pooja for header menu font */
.menu-link {
  display: block;
  line-height: 22px;
  /* padding: 14px 5px; */
  color: #444;
  font-weight: 500 !important;
  font-size: 1rem !important;
  letter-spacing: 1px;
  text-transform: capitalize !important;
  font-family: "Poppins", sans-serif;
}

/* css by pooja for footer */
ul.icons-list li {
  /* float: left; */
  /* width: 25%; */
  margin-bottom: 10px;
  font-size: 16px;
  /* padding: 0 px; */
}
ul.icons-list {
  list-style: none;
}
ul.icons-list li i {
  position: relative;
  top: 5px;
  margin-right: 20px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 24px;
}

#copyrights {
  padding: 20px 0 !important;
}
#footer .footer-widgets-wrap {
  position: relative;
  padding: 40px 0 !important;
}

.dark #copyrights, #copyrights.dark {
  color: rgb(255 255 255) !important;
  background-color: #000 !important;
}

.alert-warning {
  color: #ffffff;
  background-color: #455C51 !important;
  border-color: #455c51 !important;
  border-radius: 5px !important;
  padding: 3px !important;
}

.alert {
  margin-bottom: 0rem !important;
}

.copyrights-menu {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

#footer.dark {
  color: rgb(0 0 0) !important;
  background-color: #F7F3E7 !important;
  border-top-color: rgb(247 243 231) !important;
}

.dark .copyright-links a{
  color: rgba(255,255,255,0.6) !important;
  border-bottom-color: rgba(255,255,255,0.7) !important;
}

.dark .copyright-links a:hover {
  color: rgba(255,255,255,0.6) !important;
  border-bottom-color: rgba(255,255,255,0.7) !important;
}
.copyrights-menu a {
  font-size: 0.875rem;
  margin: 0 10px;
  border-bottom: rgba(255,255,255,0.7) !important;
  border-bottom: #F7F3E7 !important;
}

/* css by pooja for header menus */
.menu-item:hover > .menu-link {
  color: #455c51 !important;
}

@media (min-width: 992px){
  .sub-menu-container{
      border-top: 2px solid #455c51 !important;
  }
}

.link a{
  color: #455c51 !important;
}
.link a{
  color: #000 !important;
}

/* css by pooja for footer */
#gotoTop:hover {
  background-color: #455c51 !important;
}

.alert-warning {
  color: #000000;
  background-color: #ffffff !important;
  border-color: #455c51 !important;
  border-radius: 5px !important;
  padding: 3px !important;
}
