/* -------Topbar-------------------------------- */
#topbar{
  background: #000000;
  box-shadow: 320px 0px 0px 0px #000000;
  padding: 5px 0;
  border-radius: 0px 0px 0px 20px;
}
.topbar-social-icon ul {
    padding-left: 0;
    margin: 0;
}
.topbar-social-icon ul li {
    list-style: none;
    margin: 2px 5px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
}
.topbar-social-icon ul li a {
    color: #ffffff;
    transition: 0.5s;
}
.topbar-social-icon ul li a:hover{
  color: #6A4EE9;
  transition: 0.5s;
}
.topbar-social-icon i {
    font-size: 15px;
}
.topbar-social-icon {
    text-align: left;
}
.tobar-cate-list {
    position: absolute;
    right: 0;
    background: #fff;
    z-index: 9999;
    display: none;
    height: 300px;
    overflow-y: scroll;
}
.tobar-cate-list span.slider-post-date {
    margin: 0 17px;
}
.tobar-cate-list::-webkit-scrollbar {
    width: 5px;
}
.tobar-cate-list::-webkit-scrollbar-track {
    border-radius: 111px;
    background: #cccccc;
}
.tobar-cate-list::-webkit-scrollbar-thumb {
    border-radius: 111px;
    background: #6A4EE9;
}
.tobar-cate-list ul li a{
  color: #000000;
  font: 500 15px/30px var(--font-ibm-plex);
}
.tobar-cate-list ul{
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
  padding: 16px 48px 16px 20px;
  box-shadow: 0px 0px 5px 1px #ccc;
}
.topbar-cate-icon {
    text-align: right;
}
.topbar-cate-icon i {
    background: #FFFFFF;
    height: 32px;
    width: 32px;
    font-size: 17px;
    color: #000000;
    padding: 8px;
    cursor: pointer;
}
/* --Header-------------- */
.site-header {
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
    z-index: 9;
    background: #fff;
}
span.header.my-account i {
    color: #000000;
}
.logo a.custom-logo-link {
  color:#ffffff;
}
.logo a {
  color: #000000;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "Lobster";
}
.logo p {
  color: #000000;
  margin-bottom: 0;
  font-size: 14px;
}

span.header.my-account {
    text-align: right;
    display: block;
}
/* --------------------------Header---------------------------- */
#header.stickynavbar .logo {
    top: 0;
    transition: 0.3s
}
.main-navigation ul ul li a {
    margin: 0;
    padding-left: 0px;
    transition: 0.3s;
}
.main-navigation ul ul li a:hover{
  padding-left: 10px;
  transition: 0.3s;
}
.header-contact {
    background: #DF61601f;
    border-radius: 30px;
    padding: 8px 25px;
}
.header-contact-details {
    color: #222222;
    font: 400 15px var(--font-ibm-plex);
}
.stickynavbar {
  background-color: #ffffff !important;
  z-index: 999;
  padding-top: 0 !important;
}
.sticky {
  position: fixed!important;
  top: 0px;
  width: 100%;
  padding-bottom: 10px !important;
padding-top: 10px !important;  
  left: 0;
  right: 0;
}
.nav_wrap {
  clear:both;
  background-color: transparent;
  margin-bottom: 0em;
  z-index: 99;
}
#header {
  position: relative;
  z-index: 999;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.neseted-inner {
  top: 0;
  position: absolute;
}
.continnerbox {
  background-size: 100% 100%;
  color: #fff;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
#header .logo, #footer .logo{
  margin:0;
  text-align: center;
}
#header .top-contact {
  padding:12px 0;
  font-size:15px;
}
.menubar .social-media {
  padding:12px 0;
  text-align:center;
}
.scrolled {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background:#fff;
}
#masthead.scrolled {
  background: #ccc;
}
div#mySidenav {
  display: block;
}
.main-header-box .row.bg-media {
  align-items: center;
}
.theme-button a {
  font: 600 16px/60px var(--font-ibm-plex);
  color: #ffffff;
  background: #6A4EE9;
  padding: 17px 28px;
  transition: 0.5s;
}
.theme-button a:hover{
  transition: 0.5s;
  color: #fff;
  background: #272a39;
}
.theme-button i {
  font-size: 13px;
  margin-left: 7px;
}
/* li.current-menu-item.current_page_item {
    border-bottom: 2px solid #DF6160;
} */
/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
  text-align: right;
}
.main-navigation ul{
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li{
  position: relative;
  display: inline-block;
}
.main-navigation li:last-child{
  border-bottom: none;
}
.main-navigation a{
  display: block;
  text-decoration: none;
  color: #000000;
  font: 600 20px/32px 'IBM Plex Sans', sans-serif;
  padding: 13px 0;
  margin-right: 37px;
}
.current-menu-item.current_page_item a,.current-menu-item a {
  position: relative;
  border-bottom: 5px solid #6A4EE9;
}
/* .current-menu-item.current_page_item a:after,.current-menu-item a:after {
    content: '';
    background: #6A4EE9;
    height: 3px;
    width: 24px;
    position: absolute;
    right: -48px;
    top: 10px;
} */
.main-navigation a:hover{
  color: #6A4EE9;
}
.main-navigation ul ul{
  display: none;
  position: absolute;
  left: 0;
  top: 100% ;
  background: #F6F6F6;
  min-width: 215px;
  z-index: 9999;
}
.main-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.main-navigation ul ul a{
  text-transform: none;
  font-weight: 400;
  color: #1e1d1c;
  font-size: 14px;
  line-height: 1.5;
}
.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}
.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;
}
.main-navigation ul ul li:hover > a{
  color: ##6A4EE9;
}
.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, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}
.top_bar_btn a.theme_button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header-social-icon{
  padding-top: 15px;
}
.header-social-icon .socialbox i{
  color: #b2b2b2;
  font-size: 13px;
  padding-right:15px;
}
.main-header-box form.search-form.serach-page {
    justify-content: center;
}
/*---------------- Footer Section ----------------------*/
.outer-footer {
    position: relative;
}
.footer2 .widget_nav_menu {
    display: inline-block;
}
.footer1 .widget_text p {
  font: 400 16px/26px var(--font-ibm-plex);
  color: #e7e7e7;
  margin-top: 30px;
}
#footer {
  background-color: #181818;
  background-repeat: no-repeat;
  background-size: cover;
}
#footer{
  color:#fff;
  text-align:left;
}
.footer-cols{
  padding: 60px 0;
}
.footer_hide{
  display:none;
}
#footer h3.widget-title,#footer h3.top_title {
  font: 600 20px/26px var(--font-ibm-plex);
  color: #FFFFFF;
  position: relative;
  margin-bottom: 15px;
}
span.footer-contact-info {
  color: #f5f5f5;
  font: 400 16px/24px var(--font-ibm-plex);
  display: inline-block;
  width: 65%;
}
p.location.location-text {
    display: flex;
}
.location-box i,.phone-box i,.email-box i {
    margin-right: 10px;
    font-size: 14px;
}
#footer .copyright p{
  font: 400 20px/28px var(--font-ibm-plex);
  margin-bottom: 0;
  color: #ffffff;
}
#footer .copyright a {
  color: #fff;
  cursor: pointer;
}
#footer span.credit_link a {
  color: #6A4EE9!important;
}
#footer ul li{
  list-style:none;
}
#footer ul {
    margin-left: 0;
    padding-left: 0;
}
#footer .post-content a {
  color: #e7e7e7;
  font: 500 16px/24px var(--font-ibm-plex);
}
p.post-date {
    color: #e7e7e7;
    font: 400 14px var(--font-ibm-plex);
    margin-top: 5px;
}
p.post-date i {
    margin-right: 8px;
}
#footer p.fcontact-title {
    font: normal 18px/25px var(--font-ibm-plex);
    color: #ffffff;
    margin-bottom: 10px;
}
.footer4 form.wpcf7-form.init {
    position: relative;
}
.footer3 .widget_text p {
  color: #838C9C;
  font: 700 16px/28px var(--font-ibm-plex);
}
.widget_recent_entries img {
  width: 100px;
  border-radius: 10px;
}
.footer4 form {
    position: relative;
}
.copyright{
  border-top: 1px solid #b5b5b56b;
  padding: 18px;
}
#footer .textwidget input[type="email"]{
  border-radius: 60px;
  background-color: #ffffff;
  border: 1px solid #FFFFFF;
  height: 65px;
  padding: 20px;
  width: 85%;
}
#footer .textwidget input[type="submit"]{
  background-color: #6A4EE9;
  font-family: var(--font-ibm-plex);
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 160px;
  color: #FFFFFF;
  padding: 12px 45px;
}
#footer .widget td{
  padding-top: 0px !important;
}
#footer .footer-navigation-box ul li {
    display: inline-block;
    margin: 0 25px;
}
#footer .footer-navigation-box ul li a{
  color: #838C9C;
  font: 700 15px var(--font-ibm-plex);
}
#footer .footer-navigation-box ul{
  margin-bottom: 0;
}
/* ------Footer widgets Title---------------- */
#footer_box h3.widget-title:before{
  display: none;
}
#footer_box h3.widget-title{
  font: 500 24px/20px var(--font-ibm-plex);
  color: #ffffff;
  background: unset;
  border: unset;
  text-align: left;
}
#footer_box .footer2 {
    text-align: center;
}
#footer_box .footer2 ul li {
    display: inline-block;
    padding: 15px 0px;
}
#footer_box .footer2 .current-menu-item.current_page_item a,#footer_box .footer2 .current-menu-item a{
  border-bottom: unset;
}
#footer_box .footer2 ul li a{
  color: #ffffff;
  font: 300 18px/28px var(--font-ibm-plex);
  position: relative;
  padding: 0 27px;
}
#footer_box .footer2 ul li a::before{
  content: '';
  background: #ffffff;
  width: 1px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 3px;
}
#footer_box .footer2 ul li:last-child a:before{
  display: none;
}
#footer_box .footer2 .textwidget p {
    color: #ffffffcc;
    font: 300 16px/30px var(--font-ibm-plex);
    width: 71%;
    margin: 15px auto;
}
#footer_box .footer1 .widget_nav_menu{
    float:left;
}
#footer_box .footer3 .widget_nav_menu {
    float: right;
}
#footer_box .footer3 ul li a,#footer_box .footer1 ul li a {
    color: #ffffff;
    font: 300 16px/20px var(--font-ibm-plex);
    margin-bottom: 25px;
    display: block;
}
#footer_box .footer1 .widget_wpb_social_footer_widget,#footer_box .footer3 .widget_nav_menu,#footer_box .footer1 .widget_nav_menu {
    border-left: 1px solid #ffffff5c;
    position: relative;
}
#footer_box .footer1 .widget_wpb_social_footer_widget,#footer_box .footer3 .widget_nav_menu,#footer_box .footer1 .widget_nav_menu{
  padding-left: 15px;
}
#footer_box .footer1 .widget_wpb_social_footer_widget::before, #footer_box .footer3 .widget_nav_menu::before, #footer_box .footer1 .widget_nav_menu::before {
    content: '';
    background: #6A4EE9;
    width: 3px;
    height: 32px;
    position: absolute;
    left: -1px;
}
#footer_box .footer3 ul li:last-child a,#footer_box  .footer-custom-social-icons a:last-child{
  margin-bottom: 0;
}
#footer_box .footer2 .widget_media_image{
  position: relative;
}
#footer_box .footer2 .widget_media_image::before {
    content: '';
    background: #ffffff5c;
    height: 1px;
    width: 245px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
#footer_box .footer2 .widget_media_image::after {
    content: '';
    background: #6A4EE9;
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#footer_box .footer2 .widget_media_image img{
  padding-bottom: 20px;
}
/* ------Footer Social Icons---------------------- */
#footer_box .footer-custom-social-icons a {
    display: block;
    color: #ffffff;
    font: 300 16px/20px var(--font-ibm-plex);
    margin-bottom: 25px;
}
/*-------------------------- Calendar widget --------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
  border: 1px solid #fff;
  color: #000000;
}
#footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th {
    color: #000;
    padding: 2px;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 1.5625;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 0em;
  color: #000;
  padding-left: 15px;
  caption-side: top;
}
.widget_calendar tbody a {
  background-color: #bbb;
  color: #000;
  display: block;
  font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #686868;
  color: #fff;
}
.widget th,
.widget td {
  padding: 0.5384615385em;
}
/* ---------- Return to Top ------------ */
#return-to-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background: #6A4EE9;
  width: 60px;
  height: 60px;
  padding: 7px 7px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0%;
  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;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 3px 18px;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
.menu-footer-menu-2-container {
    position: relative;
    top: -33px;
}
#gallery-1 img {
    border: none;
    border-radius: 10px;
}
aside#media_image-2{
    position:relative;
}
aside#media_image-2 img {
    width: 100%;
}
aside#media_image-2 h3:before{
    display:none;
}
aside#media_image-2 h3 {
    position: absolute;
    background: transparent;
    border: none;
    top: 32%;
    left: 4%;
    font-size: 53px;
}
