/*-----------------Search pop up----------------*/
.serach_outer {
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
  z-index: 99999;
  position: absolute;
  top: 72px;
  right: 5px;
  display: none;
}
.serach_inner {
  width: 100%;
  padding: 10px;
  float: right;
  max-width: 510px;
  background: white;
}
.closepop {
  width: 100%;
  text-align: right;
  margin-right: 28px;
}
.serach_outer i {
  font-size: 16px;
  padding: 4px 0 0 0;
  color: var(--yellow);
  cursor: pointer;
  font-weight: bold;
}
.serach_inner form.search-form {
  display: table;
  border: 1px solid var(--yellow);
  padding: 7px 20px;
  border-radius: 0;
  background: white;
  margin: 0 auto;
  width: 100%;
}
.serach-page input.search-field {
  padding: 10px;
}
button.search-submit {
  border: 0;
  background: transparent;
}
input.search-field {
  border: 1px solid gray;
  padding: 4px 0;
  background: transparent;
  width: 95%;
}
.menubar .social-media a:hover {
  color: #3890cb;
}
.search-box span {
  cursor: pointer;
  display: inline-block;
  padding: 25px 10px;
}
.search-box i {
  color: var(--yellow);
}
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* ------------- Topbar ---------------- */
.contact_container i {
  padding-right: 4px;
}
.topbar-content {
  padding-bottom: 15px;
}
.topbar-content span {
  color: white;
  font: 400 14px var(--common-font-r);
}
.topbar-content .socialbox {
  text-align: right;
}
.topbar-content .socialbox i {
  color: white;
  font-size: 13px;
  border-right: 2px solid var(--grey2);
  padding-right: 15px;
  padding-left: 15px;
}
.topbar-content .socialbox a:last-child i {
  padding-right: 0;
  border-right: none;
}
.topbar_cell{
    border-right: 2px solid var(--grey2);
    padding-right: 22px;
}
/* --------------------------Header---------------------------- */
amp-sidebar#sidebar1 {
  display: none 
}
[class*="amphtml-sidebar-mask"] {
background: none;
z-index: 99;
} 
.i-amphtml-sidebar-mask{
  position: static!important 
}
.logo-text {
  padding-top: 16px;
}
.stickynavbar {
  background-color: white !important;
  z-index: 99999;
  padding-top: 0 !important;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  padding-bottom: 0 !important;
}
.sticky .topbar-content span {
  color: var(--grey1);
}
.sticky .topbar-content {
  padding-top: 20px;
  display: none;
}
.sticky .topbar-content .socialbox i {
  color: var(--grey1);
}
.nav_wrap {
  z-index: 99;
}
.home.page-template .nav_wrap {
  padding-bottom: 20px;
}
.home.page-template .sticky .nav_wrap {
  padding-bottom: 0px;
}
.home.page-template .site-header {
  padding-bottom: 0px;
  position: absolute;
  width: 100%;
  padding-top: 20px;
}
.home #header {
  background-color: transparent;
}
#header {
  background-color: #111111;
  padding-bottom: 63px;
  padding-top: 20px;
}
#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;
}
.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, #footer .logo {
  margin: 0;
  text-align: center;
}
#header .logo {
  padding: 20px 15px;
  background-color: white;
  width: 155px;
  height: 155px;
  position: absolute;
  border-radius: 50%;
  top: -40px;
  left: 47px;
}
.sticky .logo {
  top: -12px !important;
}
#header .logo h1 {
  font-weight: 700;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
}
.logo a.custom-logo-link {
  color: black;
}
.logo h1 a {
  color: var(--yellow);
  text-transform: uppercase;
  font-family: var(--common-font-p);
}
.logo p {
  color: var(--yellow);
  font-size: 14px;
}
.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 .search-icon i {
  color: white;
  cursor: pointer;
  font-size: 14px;
}
#header .search-form {
  position: absolute;
  right: 0;
  display: none;
}
#header .search-form input[type="search"] {
  background-color: white;
  border-radius: 40px;
  border: 1px solid gray;
}
#header .fa-window-close {
  color: gray;
  cursor: pointer;
  font-size: 20px;
}
#header .search-form input[type="submit"] {
  background-color: var(--yellow);
  border-radius: 40px;
}
#header .header-search {
  padding: 25px 9px;
  background-color: var(--yellow);
  text-align: center;
  margin-right: 20px;
  height: 100%;
}
/* ---------- Return to Top ------------ */
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background-color: var(--yellow);
  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;
}
#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 18px;
}
#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-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  position: relative;
  padding: 26px 18px;
  display: inline-block;
}
.main-navigation li.current_page_item {
  background-color: var(--yellow);
}
.main-navigation li:last-child {
  border-right: none;
}
.main-navigation a {
  color: var(--grey1);
  text-transform: uppercase;
  font: 500 14px var(--common-font-r);
}
.main-navigation a:hover {
  color: var(--yellow);
}
.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: 100%;
  top: 0;
}
.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 {
  color: white;
}
.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-navigation ul ul li:hover > a {
  color: var(--yellow);
}
.header-social-icon {
  padding-top: 15px;
}
.header-social-icon .socialbox i {
  color: #b2b2b2;
  font-size: 13px;
  padding-right: 15px;
}
.main-header-box {
  background-color: white;
}
/*----------------------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: var(--grey1);
}
.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 Menu ------------*/
.footer_menu ul li {
  display: inline-block;
}
.footer_menu ul li:last-child {
  border-right: none;
}
.footer_menu ul li a {
  color: white;
  padding: 0 15px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
}
/*---------------- Custom Footer ----------------------*/
.footer_form .section-heading {
  text-align: center;
}
.footer_form {
  padding: 0 40px 40px;
}
.footer_form .section-heading h3 {
  color: white;
  display: table;
  text-align: center;
  margin: 0 auto;
  padding: 11px;
  border: none;
  font-weight: bold;
}
.footer_form .section-heading p {
  color: white;
}
.footer_form input[type="text"], .footer_form input[type="tel"], .footer_form input[type="email"], .footer_form input[type="phno"], .footer_form input[type="password"], .footer_form textarea {
  border: 1px solid white;
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  background: transparent;
  color: white;
  font-style: italic;
}
.footer_form textarea {
  height: 120px;
}
.footer_form input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  border: none;
  background-color: #1e202c;
}
.footer_form input::-webkit-input-placeholder, .footer_form textarea::-webkit-input-placeholder {
  color: white;
}
.footer_form input::-moz-placeholder, .footer_form textarea::-moz-placeholder {
  color: white;
}
.footer_form input:-ms-input-placeholder, .footer_form textarea:-ms-input-placeholder {
  color: white;
}
.footer_form input:-moz-placeholder, .footer_form textarea:-moz-placeholder {
  color: white;
}
.contact_us {
  background-attachment: fixed;
}
.home-contact-box {
  background-color: white;
  padding: 15px;
}
/*---------------- Footer Section ----------------------*/
.about_me p {
  color: #919191;
  font-size: 14px;
  border-bottom: 1px solid #242424;
  padding-bottom: 14px;
}
#footer_box {
  padding: 60px 0;
}
#footer {
  background-color: #111111;
  background-repeat: no-repeat;
  background-size: cover;
}
.outer-footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 70px;
}
.footer-social .socialbox a {
  border-right: none;
}
.footer-social .socialbox a i {
  color: white;
}
.footer-top {
  padding-bottom: 50px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.outer-footer {
  background-size: 100% 100%;
}
#footer form.search-form {
  border: none;
  background: transparent;
  padding: 0;
}
#footer form.search-form input {
  float: none;
  border: 1px solid white;
  margin: 8px 0px;
}
#footer textarea {
  height: 100px;
}
#footer p.post-date {
  color: white;
  font-size: 11px !important;
}
.copyright .copy-text p {
  font-size: 14px;
  letter-spacing: 1px;
  color: white;
  font-family: var(--common-font-r);
  font-weight: 500;
  padding: 20px 0;
  margin-bottom: 0;
  text-align: center;
}
#footer {
  color: white;
  text-align: left;
}
.footer_hide {
  display: none;
}
#footer h3 {
  font: 700 20px var(--common-font-p);
  letter-spacing: 0px;
  color: #f7f7f7;
  padding: 10px 0 17px 0;
  text-transform: uppercase;
}
#footer h3:after {
  content: "";
  background-color: var(--yellow);
  width: 60px;
  height: 3px;
  display: block;
  margin-top: 20px;
}
#footer .copyright a {
  color: white;
  cursor: pointer;
}
#footer ul li {
  list-style: none;
  margin: 0 0 5px 0;
  text-align: left;
  padding: 10px 5px;
  position: relative;
  border-bottom: 1px solid #242424;
}
#footer ul li a, #footer .about_me table p {
  font: 500 14px var(--common-font-r);
  color: #919191;
}
#footer .widget_nav_menu ul {
  margin: 0;
}
#footer .widget.widget_nav_menu ul li a:before {
  content: '\f19d';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--green);
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 15px;
}
.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;
}
.vw-credit, .vw-credit a {
  color: white;
}
.widget_media_gallery .gallery-item {
  margin-top: 0px !important;
  width: 29% !important;
  margin-right: 10px !important;
}
.copyright {
  background-color: var(--yellow);
  text-align: center;
  margin-top: 30px;
}
#footer .textwidget input[type="email"] {
  border-radius: 40px;
  border: 2px solid #9b9b9b;
}
#footer .textwidget input[type="submit"] {
  background-color: transparent;
  border-radius: 40px;
  padding: 10px 20px;
  border: 2px solid #9b9b9b;
  display: inline-block;
  margin-top: 10px;
  color: #9b9b9b;
  font-family: var(--common-font-p);
}
#footer .about_me i {
  font-size: 24px;
  color: #919191;
  padding-right: 14px;
}
#footer .widget td {
  padding-top: 0px !important;
}
#footer #site-navigation ul li a {
  font: 500 14px var(--common-font-r);
  letter-spacing: 1px;
  color: #919191;
}
#footer #site-navigation ul li {
  margin-right: 20px;
  border-bottom: none;
}
#footer #site-navigation {
  text-align: center;
  border-bottom: 1px solid #292929;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 65px;
}
#footer .main-navigation li.current_page_item {
  background-color: transparent;
}
#footer .footer-logo-box {
  margin: 0 auto;
  display: block;
  position: absolute;
  top: -154px;
  left: 0;
  right: 0;
  background-color: #111111;
  padding: 20px 15px;
  max-width: 180px;
  max-height: 180px;
  border-radius: 50%;
}
.menubar.scrolled li.search-box {
  display: block !important;
}