#masthead {
  background-color: transparent;
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  padding: 10px 0;
}
.logo_inner img {
  width: 70%;
}

#footer-widgets .logo_inner img {
  width: 50%;
}
.header_contact a.theme_button,
.footer_contact a.theme_button {
  font-weight: 500;
  padding: 5px 22px 5px 8px;
}
.logo_inner {
  transition: all 1s;
}
.logo_inner:hover img {
  transform: scale(1.1);
}
.header_contact a.theme_button:hover, .footer_contact a.theme_button:hover {
  background-color: #fff;
  color: #0B57CA;
}
.header_contact a.theme_button:hover i, .footer_contact a.theme_button:hover i{
  background-color: #c3815b;
  color: #0B57CA;
}
.header_contact a.theme_button i {
  background-color: white;
  color: var(--color-global-primary-2);
  padding: 9px 12px;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 6px;
}
.footer_contact a.theme_button i {
  background-color: white;
  color: var(--color-global-secondry-2);
  padding: 9px 12px;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 6px;
}
.footer_contact a.theme_button {
  background-color: var(--color-global-secondry-2);
  font: 400 14px var(--primary-font);
  display: inline-block;
  /* padding: 14px 34px; */
  border-radius: 38px;
  border: none;
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}
#header {
  margin:auto;
}
.contact-title {
  color: black;
  font-size: 11px;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  line-height: 5px;
}
/*----------Sticky Header------*/
#masthead.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 9;
  text-align: center;
}
.fixed-header #mySidenav {
  margin: 12px 0;
}
/* --------------------------Header---------------------------- */
.menubar-box {
  background: var(--color-F5F5F5);
  padding: 0px 3.7em;
}
#header .logo img {
  max-height: 123px;
  width: auto;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.continnerbox {
  background-size: 100% 100%;
  color: #fff;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
#header .logo h1,
#footer .logo h1,
#header .logo p.site-title {
  font-weight: 700;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.logo {
  padding: 30px;
}
.logo a.custom-logo-link {
  color: #000000;
}
.logo h1 a,
.logo h1 a,
.logo p.site-title a {
  color: #262626;
  text-transform: uppercase;
}
.logo p {
  color: #262626;
  margin-bottom: 0;
  font-size: 14px;
}
.search_mobile {
  display: none !important;
}
/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

.close-sidebar {
  font-size: 25px;
  text-align: right;
  color: #fff;
  padding: 16px 20px;
}
.headerbar {
  font-size: 30px;
  font-weight: 900;
}
.side-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.side-navigation li {
  position: relative;
  padding: 24px 14px;
  display: inline-block;
}
.side-navigation li:last-child {
  border-right: none;
}
.side-navigation a {
  font-size: 14px;
  font-weight: 400;
  color: #101010;
}
.side-navigation ul ul li.current_page_item a:after,
.side-navigation ul ul li.current-menu-item a:after {
  display: none;
}
.side-navigation ul li.current_page_item a:before,
.side-navigation ul li.current-menu-item a:before {
  transform: scale(1);
}
.side-navigation ul li:hover a:before {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.side-navigation .sub-menu li a:before {
  width: 0 !important;
}
.side-navigation a:hover {
  color: var(--color-global-secondry-2);
}
.sub-menu li:hover {
  background-color: #0B57CA;
}
.sub-menu li:hover a {
  color: white !important;
}
.sub-menu li {
  margin-top: 0;
}
.side-navigation ul ul {
  position: absolute;
  left: 0;
  top: 80%;
  background-color: #dde9fc;
  min-width: 215px;
  z-index: 9999;
  display: none;
}
.side-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.side-navigation ul ul li,
.menubar.scrolled .side-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  padding: 9px 15px;
  border-bottom: 2px dotted #0B57CA;
  border-top: 2px dotted #0B57CA;
}

.side-navigation ul ul li a,
.menubar.scrolled .side-navigation ul ul li a{
  color: #fff;
}
.side-navigation ul ul li:hover,
.menubar.scrolled .side-navigation ul ul li:hover{
  background-color: #dde9fc;
  border-top: 2px dotted #c3815b;
  border-bottom: 2px dotted #c3815b;
}

.side-navigation ul ul li:hover a,
.menubar.scrolled .side-navigation ul ul li:hover a{
  color: #c3815b !important;
}
.side-navigation ul ul li:last-child {
  border-bottom: 0;
}
.side-navigation ul li:hover > ul {
  display: block;
  animation: fadeInUp 1s ease;
  -webkit-animation: fadeInUp 1s ease;
  background-color: #0B57CA;
}
.side-navigation ul li.menu-item-has-children > a:after {
  content: "\f107";
  position: static;
  margin-left: 5px;
  font-family: "font awesome 5 free";
  font-weight: 900;
  /*float: right;*/
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(10 0%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.side-navigation .menu > ul > li.highlight {
  background-color: #ff8800;
}
.side-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;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}
/* Back to top button css */
.scrollup {
  color: white;
  position: fixed;
  display: none;
  bottom: 36px;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #0b57ca;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 14px 20px;
  margin: 0 auto;
}
.scrollup:hover{
  color: #0b57ca !important;
  background-color: #fff;
}
.scrollup:hover i {
  color: #0b57ca !important;
}
.scrollup.left {
  left: 15px;
  right: auto;
}
.scrollup.center {
  left: 45%;
  right: 44%;
}
.scrollup:focus,
.scrollup:hover {
  color: white;
}
.scrollup span {
  display: inline-block;
}
.scrollup i {
  font-size: 18px;
}
/*---------------- Header Search ----------------------*/
/*---------------- Header Search ----------------------*/
.serach_form_box input.search-field {
  background-color: #f6f1ff;
  border: 1px solid #ece4f8;
  padding: 3px 17px;
  border-radius: 30px;
  font-size: 12px;
}
.serach_form_box button.search-submit {
  border: none;
  background-color: transparent;
}
.serach_form_box button.search-submit i {
  font-size: 12px;
  position: absolute;
  right: 0;
}
.serach_form_box form {
  position: relative;
}
.serach_form_box button.search-submit i {
  font-size: 11px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 999;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
#search input[type="search"] {
  font-size: 24px;
  border: 0px;
  margin: 0px auto;
  /* margin-top: -51px; */
  padding-left: 30px;
  padding-right: 30px;
  background-color: white;
  color: black;
  padding: 17px;
  width: 42%;
  outline: none;
}
#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}
#search .close {
  position: fixed;
  top: 20%;
  right: 20%;
  color: #fff;
  background-color: var(--color-global-secondry-2);
  opacity: 1;
  padding: 4px 14px 7px 14px;
  border: none;
  font-size: 25px;
}
#search form.search-form.serach-page {
  position: absolute;
  top: 50%;
  left: 45%;
  right: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  text-align: center;
}
#search button.search-submit {
  background-color: var(--color-fb5b21);
  padding: 18px;
  border: none;
  height: 100%;
  position: absolute;
}
#search button.search-submit i {
  color: white;
}
/*---------------- Header Social icons ----------------------*/
.soial_icons i {
  color: #b9afc7;
  font-size: 12px;
  padding-right: 10px;
}
.soial_icons i:hover {
  color: var(--color-global-secondry-2);
}
/*---------------- Footer Section ----------------------*/
#footer .textwidget p {
  font-size: 18px;
  font-weight: 400;
  color: black;
  width: 54%;
}
.footer-cols {
  padding: 60px 0;
}
#footer .copyright p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: white;
}
#footer ul {
  margin: 0;
}
#footer ul li a {
  font-size: 15px;
  font-weight: 400;
  color: white;
}
.widget_recent_entries img {
  width: 100px;
}
#footer h3.widget-title,
#footer h3.top_title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  color: black;
  padding: 0;
}
#footer .footer-navigation ul li {
  padding: 0 15px;
}
#footer .footer-navigation ul li a {
  font-size: 17px;
  font-weight: 600;
}
.footer_text,
.footer_text p {
  font-size: 13px;
  font-weight: 300;
  color: white;
  line-height: 26px;
}
.footer_text {
  max-width: 80%;
  margin: 0 auto;
}
#footer ul li {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 15px;
  display: inline-block;
  font-size: 13px;
}
#footer .top_social a {
  background-color: white;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 18px;
  margin-right: 18px;
}
#footer .top_social a i {
  color: black;
  width: 40px;
  height: 40px;
  margin: 0;
  font-size: 16px;
  padding: 12px;
}
#footer .top_social a:hover i {
  color: var(--color-global-secondry-2);
}
/* .footer_contact {
  border-top: 1px solid #f9f9f9;
} */
.footer_contact h4 {
  color: white;
}
#footer .footer_contact ul li {
  padding: 0 30px;
}
#footer .footer_contact ul li a {
  font-size: 15px;
  font-weight: 400;
}
#footer .footer_contact ul li i {
  padding-right: 6px;
  color: white;
}
/* --------- Social Icon Widget ------- */
#footer .social_widget a {
  color: #a3a3a3;
  padding: 10px 15px;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  width: 43px;
  height: 43px;
  position: relative;
  overflow: hidden;
}
.custom-social-icons a {
  text-align: center;
  margin-right: 5px;
}
.custom-social-icons a:hover i {
  transition: all 0.2s linear;
  background: var(--color-global-secondry-2);
  color: white;
}
.custom-social-icons a span {
  display: none;
}
.custom-social-icons a i {
  transition: all 0.4s ease-in-out;
  background-color: #292137;
  padding: 13px 13px;
  border-radius: 50%;
  color: white;
  width: 37px;
  height: 37px;
  display: inline-grid;
  border-radius: 50%;
}
.custom-social-icons a:hover i {
  background-color: var(--color-global-secondry-2);
  color: white;
}

/*--------------*/
.about_me table,
.about_me td,
.about_me th {
  border: none;
}
.about_me p.message {
  margin-bottom: 5px !important;
}
#footer_box .sub-menu,
#our-newsletter .newsletter h3:after,
amp-sidebar#sidebar1,
.headerbar,
.footer_hide {
  display: none;
}
#footer_box .about_me i,
#footer ul li a:hover,
.closepop i:hover,
#footer a.contributor-btn:hover {
  color: #ff4848;
}
#footer .widget_media_gallery img {
  padding-right: 25px;
  border: none;
}
span.credit_link a {
  color: white !important;
  font-weight: 700;
  text-transform: uppercase;
}
#menu-top-menu li {
  display: inline-block;
  padding: 0 15px 0 0;
  /* color: #000; */
}
#menu-top-menu li a {
  color: #000;
}
#search form.search-form.serach-page {
  position: absolute;
  top: 50%;
  left: 45%;
  right: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  text-align: center;
}
#search button.search-submit {
  background-color: var(--color-global-secondry-2);
  padding: 18px;
  border: none;
  height: 100%;
  position: absolute;
}
/* Social Share btns*/
.social_share_btns {
  position: absolute;
  top: 10px;
  right: 0px;
  padding-left: 15px;
}
.social-btn a i {
  color: black;
  font-size: 13px;
  vertical-align: text-top;
}
.social-btn a {
  display: inherit;
  background-color: white;
  padding: 3px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
}
.social_share_btns {
  display: none;
}
.share_page:hover .social_share_btns {
  display: block;
}
#footer {
  background-repeat: no-repeat;
  background-size: cover;
}
#footer-widgets {
  background-color: #0b57ca;
}
.copyright-theme {
  background-color: #c3815b;
}
.copyright-theme {
  color: white;
  padding: 12px 0;
  color: #858585;
}
.theme-footer-cols ul li {
  position: relative;
  margin-bottom: 12px;
  color: #D9D9D9;
  /* margin-left: 18px; */
}
.theme-footer-cols h3 {
  color: white;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin-bottom: 15px;
}
.rpwwt-post-date {
  color: var(--color-global-secondry-2);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.theme-footer-cols p,
.theme-footer-cols ul li a {
  font-size: 13px;
  color: #d9d9d9;
}
.theme-footer-cols ul li a {
  text-transform: capitalize;
}
.theme-footer-cols ul li a:hover {
  color: var(--color-global-secondry-2);
}
.footer-details input[type="email"] {
  background-color: white;
  border: none;
  padding-left: 19px !important;
  border-radius: 6px;
}
.footer-details input[type="submit"] {
  background-color: var(--color-global-secondry-2);
  color: white;
  border: none;
  border-radius: 6px;
  margin: 14px 0;
  padding: 12px 20px;
}
.footer-details form {
  position: relative;
}
span.wpcf7-spinner {
  display: none;
}
.contact_widget_head {
  display: block;
  color: #b2b2b2;
}
.footer_icons a {
  color: white;
  margin: 0 4px;
  padding: 6px 10px;
  border: 1px solid #5a6e77;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
}
.footer_icons {
  text-align: right;
}
.footer_icons a i {
  font-size: 18px;
}
.copyright-icons .top_social i {
  color: white;
  font-size: 16px;
}
.copyright-icons {
  text-align: right;
}
.copyright-text {
  padding-top: 10px;
  color: white;
}
.copyright-icons .top_social a:hover {
  background-color: var(--color-global-primary-2);
  color: white;
}
.copyright-icons .top_social a:hover i {
  color: white;
}
.top_social a {
  background-color: #21212f;
  padding: 7px;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  border-radius: 50%;
}
