amp-sidebar#sidebar1 {
  display: none;
}
[class*="amphtml-sidebar-mask"] {
  background: none;
  z-index: 99;
} 
.i-amphtml-sidebar-mask{
  position: static !important;
}
/*-----------------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: 29%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
  z-index: 999999;
}
.serach_outer i {
  font-size: 17px;
  padding: 4px 0 0 0;
  color: white;
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  border-radius: 0;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.serach-page input.search-field {
  border: 1px solid var(--color-cccccc);
  padding: 9px;
}
.search_popup input.search-submit {
  border: 0;
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid white;
}
.search_popup label {
  background: transparent;
  width: 81%;
}
.search_popup input.search-field {
  padding: 1.5% 0;
  background: transparent;
  width: 100%;
  text-indent: 8px;
  border-bottom: 2px solid white;
  color: white;
  border-top: none;
  border-left: none;
  border-right: none;
}
.search_popup input.search-field::placeholder {
  font-size: 17px;
  color: white;
}
.search_popup .search-submit {
  color: white;
  border-radius: 50%;
  background-color: var(--color-002e5b);
  padding: 10px 13px;
  width: 50px;
  height: 50px;
  border: none;
}
/* --------------------------Top Bar---------------------------- */
.topbar li {
  padding-right: 34px;
  display: inline-block;
}
.topbar {
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  list-style: none;
}
.topbar ul{
  list-style: none;
  display: inline-block;
  margin-left: 0;
}
.topbar span {
  font: 400 14px var(--font-nunito-sans);
  color: white;
}
.topbar i {
  color: var(--color-f7c02e);
  font-size: 13px;
}
.topbar a {
  font: 900 12px var(--font-nunito-sans);
  letter-spacing: 1px;
  color: var(--color-002e5b);
  text-align: center;
  background-color: var(--color-f7c02e);
  padding: 12px 14px;
  border-radius: 5px;
}
.topbar-button {
  float: right;
}
.topbar a:hover {
  background-color: var(--color-002e5b);
  color: white;
}
.contact_menu {
  border-left: 1px solid #1a436c;
}
/* --------------------------Header---------------------------- */
.menu-header {
  border-top: 1px solid #1a436c;
  align-items: center;
}
#sticky-menu {
  background-color: white;
}
#header #sticky-onoff {
  display: none;
}
.nav_wrap {
  z-index: 99;
  position: relative;
}
.home.page-template .main-header-box {
  position: absolute;
  width: 100%;
  background-color: #002e5b;
  background-color: var(--color-002e5b);
  padding: 0px 15px 0 15px;
}
.main-header-box {
  background-color: var(--color-002e5b);
  position: relative;
  padding: 0px 15px 0 15px;
}
#header .logo img {
  max-height: 123px;
  width: auto;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 99999;
  background-color: var(--color-002e5b);
  text-align: center;
  right: 0;
  margin: 0;
}
.sticky .main-navigation ul li a {
  padding: 25px 10px;
}
.sticky .main-navigation ul {
  margin: 0 auto;
}
.sticky .main-navigation ul li a{

}
.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: white;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
#header .logo h1 {
  font-weight: 700;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
  line-height: 20px;
  text-align: center !important;
}
.logo h1 a {
  font-size: 27px;
  color: white;
  font-weight: 700;
  line-height: 30px;
}
.logo p {
  font-size: 14px;
  letter-spacing: 0px;
  color: white;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 5px;
}
.logo-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#header .top-contact {
  padding: 12px 0;
  font-size: 15px;
}
#site-navigation {
  width: 100%;
}
.header-call {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 40px;
  width: 100%;
}
.header-app-button {
  align-items: center;
}
/* ---------- Return to Top ------------ */
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background-color: #7c818c;
  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: 99999;
  text-align: center;
}
#return-to-top i {
  color: white;
  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 8px;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: white;
  top: 5px;
}
/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.main-header-box .right_menu {
  padding-left: 0;
}
.main-navigation ul {
  list-style: none;
  padding-left: 0;
  max-width: 100%;
  width: max-content;
  margin-left: 0;
}
.main-navigation li {
  position: relative;
  display: inline-block;
  margin: 0px 2px;
}
.main-navigation a {
  font: 600 15px var(--font-nunito-sans);
  display: block;
  margin: 0px 10px;
  color: white;
  padding: 35px 10px;
}
.main-navigation a:hover {
  color: #e2e2e2;
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #121212;
  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: 800;
  line-height: 1.5;
  padding: 10px;
  font-size: 16px;
  color: white;
  font-family: var(--font-nunito-sans);
  font-weight: 600;
}
.main-navigation ul ul a:hover {
  color: white;
}
.main-navigation ul .current_page_item ul li a {
  color: white !important;
}
.main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid var(--color-cccccc);
  border-left: none;
  border-right: none;
}
.main-navigation ul ul li:last-child {
  border-bottom: 0;
  border-right: none;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation .menu > ul > li.highlight {
  background-color: white;
}
.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;
}
.post-navigation a:hover .post-title,.post-navigation a:focus .post-title {
  color: #24272e !important;
}
.main-header-box .header-search {
  text-align: center;
}
.main-header-box .search-icon i {
  color: white;
  cursor: pointer;
}
.sticky .logo {
  position: unset;
  padding: 0;
}
.header-call i {
  width: 45px;
  height: 45px;
  color: var(--color-002e5b);
  border: 3px solid var(--color-002e5b);
  padding: 13px 12px;
  border-radius: 50%;
}
.header-call p {
  font-size: 16px;
  color: var(--color-333333);
  font-weight: 700;
  margin-bottom: 0;
}
.header-call small {
  font-size: 14px;
  letter-spacing: 0px;
  color: #8e8e8e;
  font-weight: 400;
}
.main-header-box .socialbox a i {
  width: 30px;
  height: 30px;
  color: white;
  padding: 7px 7px;
  display: inline-block;
  border: 1px solid #1a436c;
  margin-left: 7px;
  border-radius: 5px;
}
.main-header-box .socialbox a i:hover {
  color: var(--color-002e5b);
  background-color: white;
  border-color: white;
}
.main-header-box .header-button a {
  font-size: 14px;
  letter-spacing: 1px;
  color: white;
  font-weight: 700;
  display: inline-block;
  background: var(--color-002e5b);
  padding: 13px 20px;
  border-radius: 3px;
}
.main-header-box .header-button a:hover {
  background-color: var(--color-f7c02e);
}
/*----------------------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: white;
}
.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(--color-333333);
}
.toggle-nav, a.closebtn {
  display: none;
}
.main-navigation ul ul li {
  padding: 0px;
  margin: 0;
}
/*---------------- Custom Footer ----------------------*/
.contact_us {
  background-attachment: fixed;
}
/*---------------- Footer Section ----------------------*/
#footer_box {
  padding: 0px 0 15px 0;
}
#footer {
  background-color: #252525;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0px;
  color: white;
  text-align: left;
  padding-top: 7%;
}
.outer-footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.home.page-template .outer-footer {
  margin-top: -44px;
}
#footer form.search-form {
  border: none;
  background: transparent;
  padding: 0;
}
#footer form.search-form input {
  float: none;
  border: 1px solid white;
  margin: 20px 2px;
}
#footer form.search-form input[type="search"] {
  width: 100%;
  margin-bottom: 0px;
}
#footer textarea {
  height: 100px;
}
#footer p.post-date {
  color: var(--color-7f8391);
  font-size: 11px !important;
}
.main_sociobox {
  padding: 20px 0;
}
.footer_hide {
  display: none;
}
#footer h3 {
  font: 700 18px var(--font-nunito-sans);
  color: white;
  font-style: italic;
  padding: 10px 0 17px 0;
}
#footer ul li {
  list-style: none;
  margin: 0 0 5px 0;
  text-align: left;
  padding: 5px;
}
#footer .widget_recent_entries ul li:before {
  content: "";
}
.widget_recent_entries img {
  width: 100px;
}
.about_me p.message {
  margin-bottom: 7px !important;
}
.copyright {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  background-color: #002243;
  padding: 30px 0;
}
.copyright .socialbox i {
  width: 35px;
  height: 35px;
  background-color: white;
  color: var(--color-002e5b);
  padding: 10px 10px;
  border-radius: 3px;
  margin-left: 5px;
  text-align: center;
}
.copyright .socialbox i:hover {
  background-color: var(--color-f7c02e);
  color: white;
}
.copyright .socialbox {
  text-align: right;
}
#footer .textwidget input[type="email"], #footer .textwidget input[type="email"]::placeholder {
  font: 400 15px var(--font-nunito-sans);
  color: var(--color-002e5b);
  background-color: white;
  margin-top: 15px;
}
#footer .textwidget input[type="submit"] {
  font: 900 15px var(--font-nunito-sans);
  background-color: var(--color-f7c02e) !important;
  display: inline-block;
  margin-top: 17px !important;
  letter-spacing: 3px;
  color: var(--color-002e5b) !important;
  text-align: center;
  padding: 10px 20px;
  width: 100%;
}
#footer .about_me i {
  color: var(--color-f7c02e);
  padding-right: 5px;
}
#footer .widget td {
  padding-top: 0px !important;
  padding-bottom: 0;
  padding: 6px;
}
#footer .widget_calendar td,#footer .widget_calendar th,#footer .widget_calendar caption {
  color: white !important;
}
#footer .widget_nav_menu ul, #footer .widget ul {
  margin-left: 0;
}
#footer .recent-post-box .post-thumb {
  padding: 0;
}
#footer .copyright .socialbox {
  text-align: right;
  margin-top: 14px;
}
#footer .widget_media_gallery #gallery-1 img, .about_me table, .about_me td, .about_me th {
  border: none;
}
#footer #gallery-1 .gallery-item {
  margin: 0;
}
#footer .widget_pages ul li {
  line-height: 30px;
  position: relative;
}
#footer .widget_nav_menu ul li {
  line-height: 30px;
  position: relative;
}
#footer .textwidget img {
  border: none;
  padding-bottom: 10px;
}
#footer .custom-social-icons {
  margin-top: 20px;
}
#footer .custom-social-icons i {
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 50%;
  padding: 10px 10px;
  color: white;
  margin-right: 8px;
}
#footer .custom-social-icons a {
  margin-top: 10px;
  display: inline-block;
}
#footer .custom-social-icons i:hover {
  background-color: var(--color-002e5b);
  border-color: var(--color-002e5b);
}
#footer .footer-details {
  padding-bottom: 50px;
}
#footer .footer-details {
  padding-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #20466d;
}
#footer .footer-content .foooter_info, #footer .widget p, #footer .post-content a, #footer p, .footer-social .socialbox a i, #footer ul li a, .copyright-text, span.credit_link a{
   color: white;
}
#footer .footer-content .foooter_info, #footer .foooter_info a, #footer .widget p, #footer .post-content a, #footer .textwidget p, #footer ul li a, #footer .about_me table p, #footer .textwidget p, .copyright-text {
  font: 400 15px var(--font-nunito-sans);
  line-height: 30px;
}
#footer .widget_recent_entries img {
  width: 100px;
  height: 100px;
}
.about_me p {
    margin-bottom: 17px !important;
}
#footer .widget p, #footer .post-content a, #footer .about_me table, #footer p, .copyright-text {
  margin-bottom: 0;
}
#header-menu .current_page_item a, #footer .copyright .socialbox i:hover, #footer .foooter_info a {
  color: var(--color-f7c02e);
}
span.credit_link {
    padding-left: 4px;
}