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: 24px;
  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-222222);
  padding: 10px 13px;
  width: 50px;
  height: 50px;
  border: none;
}
/* --------------------------Top Bar---------------------------- */
#site_top {
  padding: 0;
  background-color: var(--color-194067);
}
.topbar-contact{
  display: flex;
  align-items: center;
}
#site_top span {
  font: 500 13px var(--font-one);
  color: white;
  padding-right: 25px;
  display: flex;
    align-items: center;
}
#site_top span i {
  background-color: var(--color-e41e37);
  padding: 12px 12px;
  font-size: 17px;
  margin-right: 10px;
  color: white;
  position: relative;
}
#site_top span i:after {
  content: '';
  background-color: var(--color-e41e37);
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
#site_top .topbar-button {
  text-align: right;
}
#site_top .topbar-button a {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  font-family: var(--font-one);
  font-weight: 600;
  background-color: var(--color-e41e37);
  display: inline-block;
  padding-right: 15px;
}
#site_top .topbar-button a i {
  padding: 14px 15px 14px 10px;
  background-color: #CF2E2E;
  color: white;
  margin-right: 7px;
}
/* --------------------------Header---------------------------- */
.home.page-template .site-header {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
}
.main-header-box #sticky-onoff {
  display: none;
}
.main-header-box {
  padding: 0px 0;
}
.stickynavbar {
  background-color: black !important;
  z-index: 999999;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
#sticky-menu {
  /*border-bottom: 2px solid var(--color-e41e37);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9); */
}
/* .home.page-template #sticky-menu {
  opacity: 0.8;
} */
.nav_wrap {
  clear: both;
  background-color: transparent;
  margin-bottom: 0em;
  z-index: 99;
}
#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;
}
#header .logo h1 {
  padding: 0;
  line-height: 21px;
}
.logo h1 a {
  font-size: 22px;
  color: var(--color-e41e37);
}
.logo p {
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--color-e41e37);
  font-weight: 400;
  margin-bottom: 0;
}
.logo-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#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: white;
}
#masthead.scrolled {
  background: white;
}
#site-navigation {
  width: 100%;
}
.header-wrap .header-social-icon {
  text-align: right;
  padding-bottom: 20px;
}
.header-wrap .header-social-icon i {
  color: white;
  padding-left: 15px;
  font-size: 13px;
}
#openDrawerButton{
  background: #CF2E2E;
border: none;
padding: 6px 12px;
color: #fff;
border-radius: 9px;
}
/* ---------- Return to Top ------------ */
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background-color: var(--color1);
  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;
  text-align: center;
  border: 1px solid var(--color1);
}
#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;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid var(--color1);
}
#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;
}
.header-nav {
  padding-right: 0;
}
.main-navigation ul {
  list-style: none;
  padding-left: 0;
  max-width: 100%;
  margin-left: 0;
  text-align: right;
}
.main-navigation li {
  position: relative;
  padding: 15px 10px 15px;
  display: inline-block;
}
.main-navigation .current_page_item:after {
  content: "";
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #F1AB08;
  border-radius: 15px;
}
.main-navigation a {
  font: 600 16px var(--font-one);
  display: block;
  padding: 0px 10px;
  letter-spacing: 1px;
  color: #fff;
}

.main-navigation a:hover {
  color: var(--color1);
}

.main-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #121212;
  min-width: 215px;
  z-index: 9999;
  transition: all 0.5s ease-out;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul a {
  text-transform: none;
  font-size: 14px;
  letter-spacing: 1px;
  color: white;
  font-weight: 800;
  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 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;
}
.main-header-box .search-icon i {
  cursor: pointer;
  color: var(--color-194067);
  padding: 13px 13px;
}

/* book Now Button */
/* .main-header-box .book_now a {
  background: #fff;
  padding: 12px 27px;
  border-radius: 10px;
  color: #F1AB08;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--font-one);
} */




/*----------------------Mobile Menu Icon------------------------------*/
.sf-arrows .sf-with-ul {
  padding-right: 15px;
}
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  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: #333;
}
.toggle-nav, a.closebtn {
  display: none;
}
.main-navigation ul ul li {
  padding: 10px;
}
/* ----------- Footer Contact Details ------------- */
.footre_text {
  max-width: 650px;
  margin: 0 auto;
  color: #fff;
}
.footer_social a i {
  width: 50px;
  height: 50px;
  color: white;
  border-radius: 50%;
  padding: 14px 10px;
  font-size: 16px;
  text-align: center;
  border: 2px solid white;
}
.footer_social a:hover i{
  background-color: var(--color-e41e37);
}
#footer_contact .footer-contact-box {
  border: 1px solid white;
  padding: 15px;
  border-radius: 5px;
  height: 100%;
}
#footer_contact .footer-contact-box a{
  color: #fff;
}
#footer_contact h4 {
  font-size: 20px;
  letter-spacing: 1px;
  color: white;
  font-family: var(--font-vollkorn);
  font-weight: 600;
  text-align: center;
}
#footer_contact .footer-contact-box p {
  font: 600 13px var(--font-one);
  color: white;
  margin-bottom: 0;
}
#footer_contact .footer-contact-box h5 {
  font: 700 19px var(--font-cardo);
  letter-spacing: 1px;
  color: white;
  margin-bottom: 0;
  padding-bottom: 0;
}
#footer_contact .footer-contact-box:hover {
  background-color: var(--color-e41e37);
  border-color: var(--color-e41e37);
}
/*-------------Footer Menu ------------*/
span.credit_link a{
  color: var(--color-e41e37);
  font-weight: 600;
}
/*---------------- Custom Footer ----------------------*/
/* .contact_us {
  background-attachment: fixed;
} */
/*---------------- Footer Section ----------------------*/
#footer_box {
  padding: 60px 0 30px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  background-color: #1a1a1a;
  border-radius: 10px;
  min-height: 350px;
}
#footer {
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
}
.outer-footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 0px;
}
#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;
}
#footer {
  color: white;
  text-align: left;
  padding: 60px 60px 0;
}
.footer_hide {
  display: none;
}
#footer h3 {
  font-size: 23px;
  letter-spacing: 1px;
  color: white;
  padding: 10px 0 17px 0;
}
.footer .alignnone, img.alignnone {
  border: none;
}
#footer ul li {
  list-style: none;
  margin: 0 0 5px 0;
  text-align: left;
  padding: 5px;
}
#footer .widget_recent_entries ul li:before {
  content: "";
}
#footer ul li a {
  font: 400 14px var(--font-one);
  line-height: 30px;
  color: #fff;
  text-align: center;
}
#footer .about_me table {
  margin-bottom: 10px;
  border-bottom: 1px solid #28435f;
}
#footer .about_me table p {
  font: 400 15px var(--font-one);
  letter-spacing: 1px;
  color: #7c818c;
  margin-bottom: 0;
}
.widget_recent_entries img {
  width: 100px;
}
.about_me table, .about_me td, .about_me th {
  border: none;
}
.about_me p.message {
  margin-bottom: 20px !important;
}
.copyright {
  padding: 25px 0 0 0;
  border-top: 1px solid #405972;
}
.copyright .copyright_text {
  font: 400 14px var(--font-one);
  color: white;
  margin-bottom: 0;
  padding-top: 8px;
}

.copyright .copyright_text a:hover{
  color: var(--color1);
}
#footer .textwidget input[type="email"] {
  border-bottom: 1px solid var(--color-7f8391);
  border-left: none;
  border-right: none;
  border-top: none;
  color: var(--color-7f8391);
}
#footer .textwidget input[type="email"]::placeholder {
  color: var(--color-7f8391);
}
#footer .textwidget input[type="submit"] {
  background-color: var(--color-222222);
  border-radius: 40px;
  padding: 7px 20px;
  display: inline-block;
  margin-top: 17px;
  color: white;
}
#footer .about_me i {
  font-size: 25px;
  color: var(--color-e41e37);
}
#footer .widget td {
  padding-top: 0px !important;
  padding-bottom: 0;
  padding: 6px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #7190af;
  font-family: var(--font-one);
  font-weight: 400;
}
#footer .textwidget p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #7e8a9e;
  font-weight: 400;
  margin-bottom: 0;
}
#footer .widget p {
  font-size: 14px;
  letter-spacing: 0px;
  color: #7190af;
  font-family: var(--font-one);
  font-weight: 400;
  margin-bottom: 0;
}
#footer .post-content a {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #7e8a9e;
  font-weight: 400;
  margin-bottom: 0;
}
#footer .widget_nav_menu ul {
  margin-left: 0;
}
#footer .recent-post-box .post-thumb {
  padding: 0;
}
#footer .widget ul {
  margin-left: 0;
}
#footer .copyright .socialbox i {
  width: 43px;
  height: 54px;
  color: #adadad;
  border: 2px solid #adadad;
  margin-right: 10px;
  padding: 17px 12px;
  font-size: 18px;
  margin-top: 10px;
}
#footer .copyright .socialbox i:hover {
  background-color: #24272e;
  border: 2px solid #24272e;
  color: white;
}
#footer .widget_media_gallery #gallery-1 img {
  border: none;
}
#footer #gallery-1 .gallery-item {
  margin: 0;
}
#footer .widget_pages ul li {
  border-bottom: 1px solid #25262c;
  line-height: 30px;
  position: relative;
}
#footer .widget_pages ul li:last-child {
  border-bottom: none;
}
#footer .widget_pages ul li:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  color: #7c818c;
  position: absolute;
  right: 0;
}
#footer .widget_nav_menu ul li {
  border-bottom: 1px solid #28435f;
  line-height: 30px;
  position: relative;
}
#footer .widget_nav_menu ul li:last-child {
  border-bottom: none;
}
#footer .widget_nav_menu ul li:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  color: #28435f;
  position: absolute;
  right: 0;
}
#footer .footer-details {
  padding-bottom: 40px;
}
#footer .copy-menu {
  text-align: right;
}
#footer .copy-menu ul {
  margin-left: 0;
}
#footer .copy-menu ul li {
  display: inline-block;
}
/* ----------- Newsletter --------------- */
#newsletter {
  padding: 30px 20px;
  background-color: var(--color-e41e37);
  border-radius: 5px;
  position: relative;
  top: -68px;
  margin-top: 80px;
}
#newsletter h5 {
  font: 600 20px var(--font-vollkorn);
  letter-spacing: 1px;
  color: white;
  margin-bottom: 0;
  padding-bottom: 5px;
}
#newsletter .newsletter_text{
  font: 400 13px var(--font-one);
  line-height: 24px;
  color: white;
  margin-bottom: 0;
}
#newsletter input[type="email"] {
   font: 400 14px var(--font-one);
  color: white;
  border-radius: 40px;
  padding: 15px 20px;
  max-width:100%;
  background: #000;
opacity: 0.2;
  margin-bottom: 0;
}
#newsletter input[type="email"]::placeholder {
  font: 400 14px var(--font-one);
  color: white;
}
#newsletter input[type="submit"] {
  font: 700 14px var(--font-vollkorn);
  letter-spacing: 3px;
  color: var(--color-e41e37) !important;
  background-color: white !important;
  border-radius: 40px;
  position: absolute;
    right: 6px;
  padding: 10px 20px;
  top: 6px;
}
#newsletter .newsletter-form {
  padding-top: 15px;
}
#newsletter .newsletter-form  p{
  position: relative;
}
.side-drawer {
  /* height: 100%;
  width: 0;
  position: fixed;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  border-right: 3px solid #efefef;
  z-index: 999;
  background: #fff;
    z-index: 999999999999;
  right: 0;
  top: 0;
  padding-top: 25px;
  box-shadow: 4px 2px 12px 1px #ccc;
  animation: fadeInRight .8s ease-in-out; */
  position: fixed;
  width: 440px;
  height: 100%;
  border-right: 3px solid #efefef;
  z-index: 999;
  background: #fff;
  display: none;
  right: 0;
  top: 0;
  box-shadow: 4px 2px 12px 1px #ccc;
  animation: fadeInRight .8s ease-in-out;
  overflow-y: scroll;
      z-index: 999999;
}

@keyframes fadeInRight  {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }
}
.middle-header-icons{
  cursor: pointer
}
.middle-header-icons i{
  background: #CF2E2E;
padding: 10px;
color: #fff;
border-radius: 5px;
}
.side-drawer .side-close{
  position: absolute;
  right: 8px;
  top: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  border-radius: 5px;
  line-height: 40px;
  background: #CF2E2E;
  cursor: pointer;
}

/* .side-drawer a {
display: block;
transition: 0.3s;
} */

.side-drawer a:hover {
color: #f1f1f1;
}

.side-drawer .closebtn {
	position: absolute;
  top: 41px;
  font-size: 24px;
  right: 14px;
  background: #CF2E2E;
text-align: center;
  color: #fff;
  height: 40px;
  width: 40px;
  padding: 0;
  line-height: 40px;
}
#siderDrawer .contact-titles{
  font: 600 16px var(--font-one);
  color: var(--color-194067);
  margin-bottom: 0;
}
#siderDrawer .contact-sidebar-content{
      padding: 20% 10% 5% 10%;
}
#siderDrawer .contact-details-box img{
  background: #CF2E2E;
  padding: 7px;
  max-width: 80%;
}
#siderDrawer  .contact-text a{
  color: var(--color-194067);
  font-weight: 500;
}
#siderDrawer  .contact-para{
  font: 400 14px var(--font-nunito-sans);
  color: var(--color-194067);
    margin: 20px 0;
}
