/* --------------------------Top Bar---------------------------- */
.contact_details ul li {
  list-style: none;
  display: inline;
  color: white;
}
.home .top_bar {
  background-color: var(--grey4);
  width: 100%;
  padding: 4px 4px 4% 4px;
}
.top_bar {
  background-color: black;
  width: 100%;
  padding: 4px 4px 1% 4px;
}
.contact_details {
  padding: 12px 0;
}
.contact_details ul li.search-box span {
  border: none;
  padding: 15px 18px;
  margin-right: 0;
}
.contact_details ul li span {
  padding-right: 10px;
}
.contact_details i {
  color: white;
  font-size: 14px;
  cursor: pointer;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
}
.contact_details p {
  color: #033333;
  font-size: 15px;
  margin: 0 0 0 !important;
}
.contact_details ul li span i {
  padding-right: 6px;
  color: var(--blue);
}
.contact_details ul li a {
  color: white;
}
.socialbox a i, .social_widget a i {
  font-size: 13px;
  letter-spacing: 3px;
  width: 20px;
  text-align: center;
}
#sticky-menu {
  border-bottom: 1px solid #f0f1f2;
}
li.current_page_item:after, #header .search-icon:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 5%;
  background-color: var(--blue);
  bottom: 0;
}
#header .search-icon:after {
  width: 50%;
  left: 0;
}
#site_top .details-title {
  font-weight: bold;
  font-style: italic;
  font-size: 13px;
  color: #13182c;
}
#site_top p.detail, #site_top .details {
  font: 500 14px var(--common-font-r);
  line-height: 30px;
  color: white;
  margin-bottom: 0;
  margin-top: 0;
}
#site_top .socialbox a {
  background-color: #13182c;
  padding: 7px 7px 12px 12px;
  display: inline-block;
  transform: rotate(42deg);
  margin-right: 25px;
  transition: 2s;
}
#site_top .socialbox a:hover {
  background-color: white;
}
#site_top .socialbox a:hover i {
  color: #13182c;
}
#site_top .socialbox a i {
  color: white;
  transform: rotate(-42deg);
  font-size: 14px;
}
.sticky #mySidenav {
  display: block;
}
/* --------------------------Header---------------------------- */
#our_details p {
  font: 600 14px var(--common-font-b);
  margin-bottom: 0;
  line-height: 24px;
  color: var(--grey4);
}
#our_details p.fonts-size {
  color: var(--grey3);
  font-weight: 500;
}
#our_details .record-box i {
  font-size: 40px;
  color: var(--blue);
}
#header .logo img {
  max-height: 123px;
  width: auto;
}
header#masthead {
  position: relative;
}
.home #header {
  position: absolute;
  top: 60%;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
}
#topbar {
  border-top: 10px solid #435061;
}
#header .menubar {
  background-color: white;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
#header .logo h1, #footer .logo h1 {
    font-weight: 700;
    padding: 0;
}
.logo h1 a, .logo h1 a {
  color: white;
  text-transform: uppercase;
}
.logo p {
  color: white;
  margin-bottom: 0;
  font-size: 14px;
}
.menubar .social-media {
  padding: 12px 0;
  text-align: center;
}
#header .search-icon {
  padding: 12px 20px 12px 0px;
  display: inline-block;
  transition: 2s;
  position: relative;
}
#header .search-icon i {
  color: var(--blue);
  cursor: pointer;
}
#sticky-onoff {
  display: none;
}
#sticky-onoff {
  display: none;
}
.main-header-box #sticky-onoff {
  display: none;
}
.stickynavbar {
  padding-top: 0 !important;
}
.sticky .main-navigation li {
  margin-top: 0;
}
#header .sticky .search-icon {
  top: 0;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  padding-bottom: 0 !important;
  left: 0;
  z-index: 99;
  background-color: white;
}
.sticky .main-navigation ul {
  margin: auto;
}
amp-sidebar#sidebar1 {
  display: none 
}
[class*="amphtml-sidebar-mask"] {
background: none;
z-index: 99;
} 
.i-amphtml-sidebar-mask{
  position: static!important 
}
/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  max-width: 100%;
}
.main-navigation li {
  position: relative;
  padding: 14px 16px;
  display: inline-block;
}
.main-navigation li:last-child {
  border-right: none;
}
.main-navigation a {
  font: 500 14px var(--common-font-r);
  display: block;
  text-decoration: none;
  text-transform: none;
  padding: 0;
  position: relative;
  color: var(--grey3);
}
.main-navigation a:hover {
  color: var(--blue);
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: white;
  min-width: 215px;
  z-index: 9999;
}
.main-navigation ul ul ul {
  left: 20%;
  top: 80%;
}
.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 .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
  color: var(--blue);
}
.main-navigation .menu > ul > li.highlight {
  background-color: var(--blue);
}
.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, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}
/*----------------------Mobile Menu Icon------------------------------*/
/*-----------------Superfish Menu------------------*/
.sf-arrows .sf-with-ul {
  padding-right: 15px;
}
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -2px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: var(--grey3);
}
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #888;
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: var(--grey2);
}
.toggle-nav, a.closebtn {
  display: none;
}
/*-----------------Search pop up----------------*/
.serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  overflow: hidden;
  transition: 0.5s;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  display: none;
}
.serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.closepop {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
  z-index: 999999;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  padding: 0;
  border-radius: 0;
  background: white;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.serach_inner form.search-form {
  display: table;
  border: 1px solid #bababf;
  padding: 14px 20px;
  border-radius: 0;
  background: white;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  border-radius: 30px;
}
.serach-page input.search-field {
  border: 1px solid #ccc;
  padding: 9px;
}
.search_popup input.search-submit {
  border: 0;
}
.search_popup label {
  background: transparent;
  width: 81%;
}
.search_popup input.search-field {
  padding: 1.5% 0;
  background: transparent;
  width: 100%;
  text-indent: 8px;
}
.social-media .dashicons {
  margin: 0 6px;
  padding: 0;
}
.menubar .social-media a:hover {
  color: #3890cb;
}
ul.search-consult {
  padding: 0;
}
/* ------------------ Topbar ---------------- */
a.request-btn {
  font: 700 14px var(--common-font-b);
  line-height: 30px;
  color: #efeeee;
}
p.detail {
  margin: 10px 0px 5px;
  color: white;
  font-size: 16px;
}
.logobox {
  border-top-left-radius: 6px 6px;
  border-bottom-left-radius: 6px 6px;
  background-color: var(--blue);
}
.bg-colour {
  background-color: var(--blue);
  padding: 10px 20px;
}
.bg-colour i {
  font-size: 40px;
  color: white;
}
.social-top-bg p.details {
  margin-top: 1.9em;
}
.cart-icons {
  text-align: right;
  padding: 12px 20px;
}
.cart-icons i {
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid white;
  padding: 15px;
  color: white;
}
span.hi_cart i {
  border: 1px solid white;
  font-size: 25px;
  color: white;
  padding: 15px 13px;
  border-radius: 30px;
}
span.cart-value {
  margin: 0;
  text-align: center;
  background-color: var(--blue);
  border-radius: 50%;
  color: white;
  padding: 1px 0px;
  position: absolute;
  height: 15px;
  width: 22px;
  height: 22px;
  margin-left: -25px;
  top: 4px;
}
.about-top {
  border-radius: 40px;
  border: 1px solid white;
  padding: 10px 8px;
  padding-left: 22px;
}
.space {
  text-align: center;
}
.about-top i {
  width: 34px;
  border-radius: 22px;
  padding: 9px 13px;
  color: white;
  background-color: var(--blue);
  height: 33px;
  cursor: pointer;
  margin-left: 10px;
}
/*---------------- Footer Section ----------------------*/
.footer-top {
  padding-bottom: 50px;
}
.socialbox {
  background-color: var(--blue);
  text-align: center;
  margin: 0px auto;
  padding: 10px;
  border-radius: 43px;
  display: inline-block;
}
.footer_contact i {
  color: var(--blue);
  font-size: 45px;
}
#footer .footer_contact h6 {
  font: 600 20px var(--common-font-b);
  color: white;
  padding: 0;
  margin-bottom: 10px;
}
#footer .footer_contact p {
  font: 300 14px var(--common-font-r);
  color: #778690;
  line-height: 24px;
}
.outer-footer {
  background-size: 100% 100%;
}
#footer form.search-form input {
  float: none;
  border: 1px solid;
  margin: 0 2px;
}
#footer input, #footer textarea {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
#footer textarea {
  height: 100px;
}
#footer p.post-date {
  color: white;
  font-size: 11px !important;
}
.copyright p {
  font-size: 14px;
  color: white;
  margin-bottom: 0;
}
.copyright p {
  text-align: center;
}
.copyright span.credit_link {
  text-align: center;
}
.socialbox {
  text-align: center;
}
#footer {
  text-align: center;
  color: white;
  text-align: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #051f31;
}
.footer_hide {
  display: none;
}
#footer h3 {
  color: var(--blue);
  text-align: left;
  font-size: 24px;
  padding: 0 0 17px 0;
}
#footer .copyright a {
  color: white;
  cursor: pointer;
}
#footer input {
  padding: 8px 8px;
  float: left;
  margin: 5px 0;
  border-radius: 0px;
}
#footer input[type="submit"] {
  padding: 8px 10px;
  background-color: var(--blue);
  color: white;
  text-transform: uppercase;
}
#footer .copyright {
  border-top: 1px solid #304554;
  margin: 60px 0 0 0;
  padding-top: 30px;
}
#footer ul {
  margin: 0;
}
#footer ul li {
  list-style: none;
  margin: 0 0 5px 0;
  text-align: left;
  padding: 5px;
  position: relative;
}
#footer ul li a {
  color: #778690 !important;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 30px;
  font-family: var(--common-font-r);
}
#footer ul li a:hover {
  color: var(--blue);
}
#footer p {
  font: 500 14px var(--common-font-r);
  line-height: 26px;
  margin: 0;
  color: #778690;
}
.widget_recent_entries img {
  width: 100px;
}
#footer h3 {
  color: white;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
.footer-cols {
  padding-bottom: 40px;
}
.about_me table, .about_me td, .about_me th {
  border: none;
}
.about_me p.message {
  margin-bottom: 5px !important;
}
#footer_box .sub-menu {
  display: none;
}
#footer_box .socialbox i {
  border-radius: 50%;
  width: 45px;
  border: 1px solid;
  color: white;
  font-size: 14px;
  margin-left: 4px;
  height: 45px;
  padding: 15px;
}
#footer_box .socialbox a:last-child i{
  margin-left: 0;
}
#footer_box .about_me i {
  color: var(--blue);
}
#footer .widget_media_gallery img {
  padding-right: 10px;
  border: none;
}
#footer .top_social:before, #footer .top_social:after{
  border-top: 1px solid #0b3151;
  content: "";
  display: table-cell;
  position: relative;
  top: 2.3em;
  width: 45%;
}
#footer .top_social{
  display: table;
  white-space: nowrap;
  width: 100%;
  padding: 50px 0 10px 0;
}
.menu-footer-menu-container ul li {
  width: 50%;
  float: left;
}
#footer .widget.widget_nav_menu ul li a:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: white;
  position: absolute;
  left: 0px;
  top: 10px;
  background-color: var(--blue);
  color: white;
  font-size: 10px;
  padding: 0px 6px;
  border-radius: 50%;
  width: 20px;
  height: 20px;  display: flex;
  align-items: center;
}
#footer .widget.widget_nav_menu ul li a {
    padding-left: 40px;
}