amp-sidebar#sidebar1 {
    display: none;
}
[class*="amphtml-sidebar-mask"] {
  background: none;
  z-index: 99;
}
.i-amphtml-sidebar-mask{
  position: static !important;
}
#topbar {
  border-top: 10px solid #435061;
}
p.hi_bold {
  color: var(--color-c29965);
}
p.hi_bold a:hover {
  color: var(--color-c29965);
}
p.hi_normal a{
    color: var(--color-757575);
}
p.hi_normal {
    color: var(--color-757575);
}
.menubar .social-media {
  padding: 12px 0;
  text-align: center;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: var(--color-bbbbbb);
}
.social-media .dashicons {
  margin: 0 6px;
  padding: 0;
}
.menubar .social-media a:hover {
  color: #3890cb;
}
.main-navigation .menu > ul > li.highlight {
  background: var(--color-c29965);
}
.main-navigation .menu > ul > li.highlight:hover {
  background: transparent;
}
.menu > ul > li.exoplanet-search:before {
  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%;
}
.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;
}
#header {
  background-color: #ffffff;
}
#header .logo {
  margin: 0;
  padding: 10px 0;
}
#header .logo a {
  font-weight: 700;
  font-size: 30px;
}
#header .logo p {
  color: var(--color-757575);
  margin-bottom: 0;
  font-size: 14px;
}
.contact_details {
  margin-top: 20px;
}
.address i {
  vertical-align: middle;
  font-size: 32px;
  margin-right: 5px;
  color: var(--color-c29965);
  padding: 0px 6px;
  margin-top: 3px;
}
.contact_details p {
  font-size: 14px;
  margin: 0 0 0 !important;
}
.topbar .media:after {
  content: '';
  display: block;
  width: 2px;
  height: 30px;
  background-color: var(--color-5b5b5b);
  margin-top: 6px;
}
.topbar .small_media:last-child .media:after{
  display: none;
}
#header  .small_media:last-child {
  border-right: none;
  padding: 0 !important;
}
.menubar {
  background: var(--color-090909);
  border-top: 2px solid var(--color-c29965);
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.nav {
  margin: 0;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
.main-navigation li ul li {
  display: block;
}
.main-navigation .current_page_item > a,.main-navigation .current-menu-item > a,.main-navigation .current_page_ancestor > a {
  color: var(--color-c29965);
}
/*----------------Menu bar-----------*/
.menubar.scrolled {
  background: rgba(0,0,0,0.08);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  min-height: 70px;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
#masthead:hover {
  box-shadow: inset 0 -260px 0 rgba(0,0,0,0.8);
}
.menubar.scrolled {
  min-height: 60px;
  background: rgba(0,0,0,0.8);
}
.main-navigation .menu {
  float: right;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation a {
  display: block;
  text-transform: uppercase;
  margin: 0 8px;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  color: white;
  padding: 18px 0;
}
.main-navigation a:hover {
  color: var(--color-c29965);
}
.menu > ul > li > a:hover:after,.menu > ul > li.current_page_item > a:after,.menu > ul > li.current-menu-item > a:after {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background: var(--color-c29965);
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sf-arrows .sf-with-ul {
  padding-right: 15px;
}
.sf-arrows .sf-with-ul:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: var(--color-e1e1e1);
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #F6F6F6;
  min-width: 215px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 9999;
}
.main-navigation ul ul a {
  text-transform: none;
  font-weight: 400;
  color: #888;
  padding: 8px 0px;
  font-size: 14px;
  line-height: 1.5;
}
.main-navigation ul ul li:last-child {
  border-bottom: 0;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation .menu {
  float: right;
}
.menubar.scrolled .main-navigation li {
  float: left;
  position: relative;
}
.menubar.scrolled .menu > ul > li:hover > a:before,.menubar.scrolled .menu > ul > li.current_page_item > a:before,.menubar.scrolled .menu > ul > li.current-menu-item > a:before {
  height: 2px;
}
ul.search-consult {
  float: right;
  padding: 10px 0;
}
ul.search-consult li:nth-child(1) {
  list-style: none;
  display: inline;
}
.search-box span {
  padding: 9px 10px;
  line-height: 45px;
  margin-right: 2px;
}
.search-box span i {
  color: white;
  font-size: 14px;
  cursor: pointer;
}
ul.search-consult li:nth-child(2) {
  list-style: none;
  display: inline;
}
.consultation {
  background-size: cover;
  background-repeat: no-repeat;
}
.consultation a {
  color: white;
  font-size: 13px;
  text-transform: uppercase;
}
.consultation a i {
  color: white;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid white;
  padding: 6px;
  margin-right: 10px;
}
.serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  display: none;
}
.closepop {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: var(--color-bbbbbb);
  cursor: pointer;
}
.serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.serach_inner form.search-form {
  display: table;
  padding: 14px;
  border-radius: 0;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  border: 1px solid;
}
input.search-field {
  border: none;
  padding: 4px 0;
  background: transparent;
  width: 95%;
  color: #f0f0f1;
}
button.search-submit {
  border: 0;
  background: transparent;
}
#sticky-onoff {
  display: none;
}
#header .logo a.custom-logo-link {
  color: black;
}
#header .top-contact {
  padding: 12px 0;
  font-size: 15px;
}
#footer {
  text-align: center;
  color: white;
  padding: 40px 0 0 0px;
  text-align: left;
}
.footer_hide {
  display: none;
}
.copyright {
  border-top: 1px solid #292929;
  padding: 18px 0;
}
.main_sociobox {
  padding: 20px 0;
}
.copyright p {
  font-size: 14px;
  color: white;
  margin-bottom: 0;
}
.socialbox {
  text-align: right;
}
.socialbox a {
  color: white;
  padding: 6px 7px;
  background: #5e5e5e;
  border-radius: 7px;
  margin-right: 7px;
}
.socialbox a i {
  font-size: 13px;
  width: 17px;
  text-align: center;
}
.socialbox a:hover {
  background: var(--color-c29965);
}
.textwidget {
  padding: 20px 0;
}
#footer p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.outer-footer, #newsletter, #our_clients, #key_to_success, #how_it_work {
  background-color: var(--color-090909);
}
.container #blog-right-sidebar h3, #footer h3 {
  color: var(--color-c29965);
  text-align: left;
  font-size: 20px;
  padding: 0 0 17px 0;
}
#footer h3 {
  color: white;
}
.about_me i {
  padding-right: 5px;
  color: var(--color-c29965);
}
#footer ul {
  margin: 0;
}
#footer ul li {
  list-style: none;
  margin: 0 0 10px 0;
  text-align: left;
  position: relative;
}

#footer .widget_nav_menu ul li{
  padding-left: 20px;
}
#footer .widget_nav_menu ul li a:after, #sidebar ul li a:before{
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  color: var(--color-c29965);
  position: absolute;
  left: 0px;
  bottom: 5px;
  font-size: 12px;
  top: 0px;
}
#footer ul li a {
  color: white;
  font-size: 15px;
}
#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;
}
#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;
}
.post-thumb img {
  width: 85px;
}
#footer .textwidget p {
  line-height: 30px !important;
  font-size: 13px;
}
.toggle-nav {
    display: none;
}