/* -------------------------- Top Bar ---------------------------- */
#site-topbar {
  padding: 0 !important;
}
.home #site-topbar {
  padding-top: 0px;
  padding-bottom: 0;
}
#site-topbar .top-title {
  font-size: 14px;
  color: var(--globalorange);
  font-family: var(--common-font-o);
  padding-right: 30px;
}
#site-topbar .top-phone {
  padding-right: 30px;
}
.home #site-topbar .topbar-details a, .home #site-topbar .topbar-details i {
  color: white;
}
#site-topbar .topbar-details a{
  font-size: 14px;
  color: var(--globalgrey);
  font-family: var(--common-font-r);
  letter-spacing: 1px;
  font-weight: 500;
}
#site-topbar .topbar-details i {
  color: var(--globalgrey);
  font-size: 14px;
  padding-right: 5px;
}
/* --------------------------Header---------------------------- */
amp-sidebar#sidebar1 {
  display: none
}
[class*="amphtml-sidebar-mask"] {
background: none;
z-index: 99;
}
.i-amphtml-sidebar-mask{
  position: static !important;
}
.home .site-header {
  position: absolute;
  width: 100%;
  z-index: 10;
  padding-top: 15px;
}
.blog .site-header {
  position: unset;
}
#header .logo img {
  max-height: 123px;
  width: auto;
}
#header {
  width: 100%;
  padding-top: 15px;
}
#topbar {
  border-top: 10px solid #435061;
}
#header .logo, #header .right_menu, #header .menubar .socialbox {
  background-color: var(--globalgrey);
}
#header .menubar .socialbox {
  text-align: center;
}
.home #site-topbar .socialbox i:hover, #site-topbar .socialbox i:hover {
  color: var(--globalorange);
}
#site-topbar .socialbox i {
  font-size: 14px;
  color: white;
  padding: 0 14px;
}
#site_top .logo h1, #footer .logo h1 {
  font-weight: 700;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.logo h1 {
  padding: 0;
  line-height: 30px;
}
.logo h1 a, .logo h1 a {
  color: white;
  text-transform: uppercase;
  font-size: 27px;
}
.logo p {
  color: white;
  margin-bottom: 0;
  font-size: 14px;
}
#header .top-contact {
  padding: 12px 0;
  font-size: 15px;
}
#header .search-icon i {
  color: white;
  cursor: pointer;
}
#header .search-icon {
  margin-right: 40px;
}
#header .header-search {
  background-color: var(--globalgrey);
  padding: 25px 25px;
}
#header .header-search input {
  background-color: var(--globalgrey);
  border: none;
  color: white;
}
#header .header-search input:select {
  background: none;
}
#header .header-search input::placeholder {
  color: white;
  font-style: italic;
}
#header .header-search button {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}
#header .header-search input:-internal-autofill-selected{
  background-color: var(--globalgrey);
}
#header-search{
  position: relative;
}
.header-search form{
  display: flex;
}
/* ---------- Sticky Header --------------- */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.stickynavbar {
  background-color: var(--globalgrey);
  z-index: 9999999999999;
  padding-top: 0 !important;
}
/*----------------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-right: 18px;
  padding-left: 18px;
  display: inline-block;
}
.main-navigation .menu-item-has-children:after {
  content: '\f0da';
  font-size: 16px;
  position: absolute;
  font-family: "font awesome 5 free";
  font-weight: 900;
  color: #fff;
  top: 22px;
  right: 20px;
}
ul.sub-menu li a:before {
  content: '\f109';
  position: absolute;
  font-family: "font awesome 5 free";
  font-size: 16px;
  top: 5px;
  left: -20px;
  color: #fff;
  font-weight: 900;
  transition: all .5s ease 0s;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  display: none;
}
ul.sub-menu li:hover{
  transition: all .5s ease 0s;
  padding-left: 30px !important;
  overflow: hidden;
}
ul.sub-menu li:hover a:before{
  color: var(--globalorange) !important;
  display: block !important;
}
.main-navigation li:last-child {
  border-right: none;
}
.main-navigation a {
  font: 600 13px var(--common-font-r);
  display: block;
  text-decoration: none;
  color: white;
  padding: 26px 0;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 80%;
  background: #F6F6F6;
  min-width: 230px;
  z-index: 9999;
  margin-top: 15px;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul a {
  text-transform: none;
  font-weight: 400;
  color: #1e1d1c;
  padding: 8px 0px 8px 8px;
  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 var(--color13);
  padding-left: 15px;
}
.main-navigation ul ul li:last-child {
  border-bottom: 0;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation li:hover .menu-item-has-children:after{
  transform: rotate(45deg);
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation li:hover > a {
  color: var(--globalorange) !important;
  border-top:2px solid var(--globalorange);
  border-bottom:2px solid var(--globalorange);
}
.main-navigation .menu > ul > li.highlight {
  background-color: #ff7417;
}
.main-navigation .menu > ul > li.highlight:hover,
.menu > ul > li.exoplanet-search:after {
  background: transparent !important;
}
.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;
}
.main-navigation ul ul li:hover > a {
  color: #1e1d1c;
}
.main-navigation ul ul.sub-menu li:before,
.main-navigation li:first-child:before{
  display: none;
}
/*----------------------Mobile Menu Icon------------------------------*/
.sf-arrows .sf-with-ul {
  padding-right: 15px;
}
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  right: 0;
  margin-top: -2px;
  height: 0;
  width: 0;
  border-top-color: #e1e1e1;
}
.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(--color7);
}
.toggle-nav, a.closebtn {
  display: none;
}
/*---------------- Footer Section ----------------------*/
#footer .footer-columns {
  padding-top: 40px;
  padding-bottom: 30px;
}
.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;
  margin: 0 2px;
}
#footer input, #footer textarea {
  background-color: transparent;
}
#footer textarea {
  height: 100px;
}
#footer p.post-date {
  color: white;
  font-size: 11px !important;
}
.copyright p {
  color: var(--globalgrey);
  font-size: 16px;
  letter-spacing: 1px;
  font-family: var(--common-font-r);
}
.home #footer, #footer {
  color: white;
  text-align: left;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 15px;
}
.footer_hide {
  display: none;
}
.container #blog-right-sidebar h3, #footer h3 {
  color: #ff7417;
  text-align: left;
  font-size: 24px;
  padding: 0 0 17px 0;
}
#footer .copyright p {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  font-family: var(--common-font-r);
  font-weight: bold;
}
#footer .copyright a {
  color: white;
  cursor: pointer;
}
#footer .copyright {
  border-top: 1px solid #394140;
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
}
#footer ul {
  margin: 0;
}
#footer ul li {
  list-style: none;
  text-align: left;
  padding: 5px;
}
#footer ul li a {
  color: white;
  font-size: 14px;
}
#footer p {
  margin: 0;
  color: #576188;
  font-size: 14px;
  letter-spacing: 0px;
}
.media.post-thumb {
  display: flex;
}
.widget_recent_entries img {
  width: 60px;
  height: 35px;
  margin-right: 15px;
}
#footer h3 {
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--globalorange);
  font-family: var(--common-font-r);
  font-weight: 800;
  text-transform: uppercase;
}
.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 {
  color: #525b80;
  margin-left: 15px;
}
#footer_box .socialbox i:hover {
  color: #ff7417;
}
#footer_box .about_me i {
  color: var(--globalorange);
  font-size: 17px;
}
#footer .widget_media_gallery img {
  padding-right: 25px;
  border: none;
}
#footer .about_me {
  padding-left: 30px;
}
#footer .about_me .contact-title {
  font-size: 16px;
  letter-spacing: 1px;
  color: white;
  font-family: var(--common-font-r);
}
#footer .about_me tr {
  line-height: 30px;
}
#footer .about_me tr td p {
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 30px;
  color: white;
  font-family: var(--common-font-o);
}
#footer .widget input, #footer .widget textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  color: white;
}
#footer .widget textarea {
  height: 60px;
}
#footer .widget input[type="submit"] {
  background-color: var(--globalorange);
  font-size: 12px;
  color: white;
  display: block;
  float: right;
  font-family: var(--common-font-o);
  padding: 10px 20px;
  text-transform: uppercase;
}
#footer .widget input[type="submit"]:hover {
  background-color: white;
  color: var(--globalorange);
}
#footer .widget input::placeholder, #footer .widget textarea::placeholder {
  font-size: 13px;
  color: white;
  font-family: var(--common-font-o);
}
#footer .column-one aside {
  padding-bottom: 30px;
}
/* ---------- Return to Top ------------ */
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: var(--globalorange);
  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;
}
#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);
}
#return-to-top:hover i {
  color: white;
  top: 5px;
}
#footer .social_widget a {
  color: white;
  padding: 7px 7px;
  margin-right: 4px;
  display: inline-block;
  margin-bottom: 22px;
  border-radius: 50%;
}
/* --------------- Footer---------------- */
.custom-social-icons span {
  display: none;
}
.custom-social-icons a:hover i{
  color: var(--globalorange);
}
#footer .widget_nav_menu ul li a {
  font-size: 13px;
  letter-spacing: 0px;
  color: white;
  font-family: var(--common-font-o);
}
#footer .widget_nav_menu .current_page_item a {
  color: var(--globalorange);
}
#copyright {
  background-color: var(--globalorange);
  color: var(--globalgrey);
  padding: 41px 0px 15px 0px;
  text-align: center;
}
.home #footer .contact-form {
  background-color: white;
  padding: 30px 30px 50px 30px;
  position: absolute;
  top: -70%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999999;
}
#footer span.wpcf7-not-valid-tip {
  margin-bottom: -23px;
}
#footer .contact-form {
  background-color: white;
  padding: 30px 30px 70px 30px;
  top: -70%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999999;
}
.main-footer {
  padding-bottom: 5em !important;
}
#footer .contact-form .widget h3 {
  font-size: 27px;
  color: var(--globalgrey);
  font-family: var(--common-font-r);
  text-align: center;
  font-weight: normal;
}
#footer .contact-form .widget input::placeholder {
  font-size: 14px;
  letter-spacing: 1px;
  color: #92a4b7;
  font-family: var(--common-font-r);
}
#footer .contact-form .widget textarea::placeholder {
  font-size: 14px;
  letter-spacing: 1px;
  color: #92a4b7;
  font-family: var(--common-font-r);
}
#footer .contact-form .widget input {
  border: 1px solid #92a4b7;
  padding: 11px 11px;
}
#footer .contact-form .widget textarea {
  border: 1px solid #92a4b7;
}
#footer .contact-form .widget select {
  background-color: transparent;
  padding: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
}
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 3em;
  border: 2px solid var(--globalorange);
  color: black;
}
.menu-footer-menu-container ul li {
  display: initial;
}
.about_me p span {
  color: white;
  font-size: 13px;
  padding-left: 10px;
}
.about_me p{
  padding: 10px 0;
}
/* -------------- Newsletter-------------- */
#newsletter {
  text-align: center;
  padding-top: 30px;
  border-bottom: 1px solid #394140;
  padding-bottom: 0;
}
#newsletter .newsletter-head h3 {
  color: white;
  text-align: center;
  font-size: 1.75rem;
  padding-bottom: 0;
}
#newsletter .newsletter-head p {
  font: 700 14px var(--common-font-r);
  letter-spacing: 1px;
  color: white;
  padding-bottom: 35px;
  line-height: 24px;
}
#newsletter .newsletter-head input[type="email"] {
  max-width: 100%;
  border: 3px solid white;
  padding: 13px 10px;
  color: white;
  width: 100%;
  position: relative;
}
#newsletter .newsletter-head input[type="email"]::placeholder {
  font-size: 12px;
  color: #7b7b7b;
  font-family: var(--common-font-r);
}
#newsletter .newsletter-head input[type="submit"] {
  background-color: var(--globalorange);
  color: white;
  font-size: 12px;
  position: absolute;
  right: 8px;
  padding: 8px 13px;
  margin-top: 8px;
  text-transform: uppercase;
  top: 0;
}
#newsletter .newsletter-head input[type="submit"]:hover {
  background-color: white;
  color: var(--globalorange);
}
#newsletter form {
  max-width: 480px;
  position: relative;
  margin: 0 auto;
}
/* --------------- Our partners ------------------ */
#our-partners {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #394140;
}
.footer-partners {
  border-top: 4px solid var(--globalorange);
}
#our-partners .owl-carousel {
  position: unset;
}
