/*topbar*/
.page-template-home-page .header-nav-box {
  position: absolute;
  width: 100%;
  top:0;
  left: 0;
  z-index: 99;
}
.header-nav-box {
  position: relative;
}
.topbar-spacing span{
  color: #fff; 
}
div#topbar{
  background: #5C2BA8;
  border-radius: 0 0 50px 0;
  padding-left: 30px;
}
.header-nav-box:after {
  content: '';
  width: 50%;
  height: 48px;
  background: #5C2BA8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 0 50px 0;
}
.topbar-spacing p {
    color: #fff;
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: anchor-center;
}
p.topbar-text {
  justify-content: flex-end;
}
div#mySidenav {
    display: block;
}
.contact-detail i,.email-detail i,.social-i-detail i:hover,.bell i:hover{
  color: #fff;
}
.contact-detail i {
  transform: rotate(90deg);
}
.header-nav {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 0 20px 35px;
  align-items: anchor-center;
}

/* HEADER */
.logo-box {
  background: #5C2BA8;
  border-radius: 35px 0 50px 0;
  text-align: center;
  align-content: center;
  border: 2px solid #ffffff8f;
  padding: 15px;
}
.logo h1{
  font-size: 20px;
}

/* STICKY HEADER */

.stickynavbar {
  background-color: #fff !important;
  z-index: 9999999999999;
  padding-top: 0 !important;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  padding-bottom: 0 !important;
}
body.admin-bar .sticky {
  margin-top: 32px;
}

/* MENU BAR */

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
ul.list_nav {
  margin: 0 auto;
  display: block;
}
.main-navigation li{
  position: relative;
  display: inline-block;
  padding: 5px 15px;
}
.main-navigation ul{
  margin: 0;
}
.main-navigation ul.sub-menu li:after{
  display: none;
}
.main-navigation a{
  display: block;
  font-size: 16px;
  color: #242228;
  font-weight: 500;
}
.main-navigation ul ul{
  display: none;
  position: absolute;
  left: 0;
  top: 100% ;
  background: #fff;
  min-width: 215px;
  z-index: 9999;
  border: 1px solid #e9eaea;
  border-radius: 10px;
}
.main-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #e9eaea;
}
.main-navigation ul ul li:last-child{
  border-bottom: 0;
}
.main-navigation ul li:hover > ul{
  display: block;
}
.main-navigation .menu > ul > li.highlight{
  background-color: #ffffff;
}
.main-navigation .menu > ul > li.highlight:hover{
  background: transparent;
}
.menubar.scrolled .menu > ul > li:hover > a:after,
.menubar.scrolled .menu > ul > li.current_page_item > a:after,
.menubar.scrolled .menu > ul > li.current-menu-item > a:after{
  height: 2px;
}
.menu > ul > li.exoplanet-search:after{
  background: transparent !important;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation{
  margin: 0 0 15px;
  overflow: hidden;
}
/*.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{
  float: left;
  width: 50%;
}*/
.comment-navigation .nav-next, .posts-navigation .nav-next{
  float: right;
  text-align: right;
  width: auto;
}
.main-navigation a:hover, .main-navigation .current-menu-item a, .main-navigation .current_page_item a {
	color: #5C2BA8;
  text-decoration: underline !important;
}
ul.children li a {
    padding: 10px;
}


/*---------------- Footer Section ----------------------*/
div#footer_box {
    background: #000;
    padding-top: 7%;
}
.footer1 p,.footer-social-icons .socialbox a,.footer2 a,.footer3 a,.menu-information-link-3-container a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.footer1 {
  padding-top: 30px;
}
.copyright p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
ul#menu-ngo_support_menu a {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
#footer_box h3.widget-title {
  color: #ffffff;
  font-size: 22px;
}
div#footer_box ul {
  list-style: none;
  line-height: 2;
  padding:  0;
  margin: 0;
}
.copyright {
  border-top: 1px solid #bab8c4;
  width: 90%;
}
div#footer_box a:hover,.footer-social-icons .socialbox a:hover,div#footer_box a:hover,div#footer_box a:hover,div#footer_box a:hover,span.credit_link a {
    color: #EDB612;
}

/*-------------------------- Calendar widget --------------------------*/
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
  border: 1px solid #fff;
}
#footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th {
  padding: 2px;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 1.5625;
  padding: 0;
  text-align: center;
}
.widget th,
.widget td {
  padding: 0.5384615385em;
}

/* ---------- Return to Top ------------ */

#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
#return-to-top i {
  color: #fff;
  position: relative;
  top: 13px;
  font-size: 19px;
  padding: 3px 18px;
  box-shadow:none;
  transition: all 0.40s ease;
  -webkit-transition: all 0.40s ease;
  -moz-transition: all 0.40s ease;
  -ms-transition: all 0.40s ease;
  -o-transition: all 0.40s ease;
}
#return-to-top:hover {
  background: transparent;
  box-shadow: 0 0 10px 0 #EDB612 inset, 0 0 10px 4px #EDB612;
}
#return-to-top:hover i {
  top: 5px;
  color: #EDB612 !important;
}
/*notification bell icon*/

.bell {
    position: relative;
}
.bell i {
    font-size: 18px;
  }
.notification {
  background: rgba(255, 82, 82, 1);
  position: absolute;
  left: 58px;
  top: 6px;
  z-index: 2;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  transform: scale(1);
  box-shadow: 0 0 0 0 rgb(255 82 82);
  animation: pulse-red 2s infinite;
}
@keyframes pulse-red {
  0% {
    transform: scale(0.85);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 25px rgba(255, 82, 82, 0);
  }
  
  100% {
    transform: scale(0.85);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
