#header{
  padding: 10px 0;
}

/* --------------------------Top Bar---------------------------- */
.contact_details ul {
  margin: 0;
}
.contact_details ul li {
 list-style: none;
display: inline;
color: var(--white);
padding: 8px 10px;
font-size: 13px;
border: 1px solid #fff;
border-radius: 50px;
background: rgb(255 255 255 / 25%);
}
.contact_details ul li:first-child{
  padding-left: 10;
}
.contact_details ul li:last-child{
  margin-left: 10px;
}
.top_bar {
  background: #F82938;
  width: 100%;
  padding: 7px 0;
  position: relative;
  z-index: 999;
}
.contact_details {
  padding: 11px 0;
}
.contact_details ul li span {
  padding-right: 20px;
  color: var(--white);
}
.contact_details i {
  color: var(--white);
  font-size: 16px;
  cursor: pointer;
  margin-right: 5px;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: var(--lightgrey3);
}
.contact_details ul li a {
  color: var(--white);
}
#site_top .header-text{
  color: #fff;
position: relative;
}
#site_top .header-text a{
  color: #fff;
  border-bottom: 1px solid;
}
#site_top .row{
  align-items: center;
}
#site_top .socialbox {
  margin-top: 8px;
}
.socialbox a i, .social_widget .custom-social-icons a i {
  font-size: 20px;
  letter-spacing: 3px;
  width: 20px;
  text-align: center;
  color: #fff;
}
#site_top .socialbox a {
color: #FFF;
padding:12px;
line-height: 0;
background: #3E3E3E;
border-radius: 4px;
}
.social_widget .custom-social-icons a:hover{
  background:#3790CB;
}
.social_widget .custom-social-icons a{
  margin-right: 10px;
}
#site_top .socialbox .pintrest {
    padding-right: 0px !important;
}
.copyright .socialbox a {
    color: ##5b5b5b;
    border-right: solid 1px var(--lightgrey10);
    border: 1px solid #5b5b5b !important;
}
amp-sidebar#sidebar1 {
  display: none
}
[class*="amphtml-sidebar-mask"] {
background: none;
z-index: 99;
}
.i-amphtml-sidebar-mask{
  position: static!important
}

/* --------------------------Header---------------------------- */
.head-togle{
  text-align: end;
  align-items: center;
  display: flex;
  /* justify-content: end; */
  padding: 0;
}
#header_widgets .header_title{
  margin: 0;
    padding: 0;
    color: #fff;
    position: relative;
}
.header_title::after
{
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
   top: 0;
   /* left: 0; */
   right: 0;
   bottom:0;
   width:83px;
}

#header .logo img {
  max-width:  150% !important;
  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, #footer .logo h1 {
  font-weight: 700;
  padding: 0;
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
}
.logo a.custom-logo-link {
  color: black;
}
.logo h1 a, .logo h1 a {
  color: var(--grey1);
  text-transform: uppercase;
  font-size: 26px;
}
.logo p {
  color: var(--grey1);
  margin-bottom: 0;
  font-size: 14px;
}

.logged-in .scrolled .toggle-nav{
    top: 50% !important;
}
.logged-in .scrolled #header .logo img{
        width: 45%;
}

.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
  margin: 0;
  -webkit-box-shadow:1px 1px 20px 0 rgb(0 0 0 / 7%);
  box-shadow:1px 1px 20px 0 rgb(0 0 0 / 7%);
}

/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.main-navigation li {
  position: relative;
  padding: 15px 30px 15px 10px;
  display: inline-block;
  cursor: pointer;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 0;
  font-size: 16px;
  position: relative;
  color: #000;
  font: normal normal 600 16px/28px Outfit;
}
.main-navigation .current-menu-item a{
  color: #3790CB ;
}
.main-navigation a:hover{
  color:  #3790CB !important;
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: var(--white);
  min-width: 185px;
  z-index: 9999;
  transform: unset;
  cursor: pointer;
  border-radius: 10px;
}
.main-navigation .sub-menu li{
      padding: 5px 5px 7px 5px;
}
.side-navigation ul li.current_page_item {
    border: 2px solid #fff;
    border-radius: 50px;
    background: #566e89;
    padding: 4px 26px;
    margin: 20px;
}
.main-navigation ul ul ul {
  left:93%;
  top: 0;
}
.main-navigation ul ul a {
  padding: 0px 0 0px 8px;
  position: relative;
  font: 500 14px/27px Outfit;
  letter-spacing: 0px;
  color: #242424;
  cursor: pointer;
}
.main-navigation ul ul a:hover{
  color: #fff !important;
}
.main-navigation .sub-menu li:hover{
  background-color: #3790CB;

}
.main-navigation .sub-menu li:hover a{
    color: #fff !important;
}
.main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
}
.main-navigation ul ul li:last-child {
  border-bottom: 0;
}
.main-navigation ul li:hover>ul {
  display: block;
}

.main-navigation .menu>ul>li.highlight {
  background-color:#3790CB;
}

#menu-primary-menu .current-menu-item a:before {
    display: none;
}
.main-navigation .menu>ul>li.highlight:hover {
  background-color: 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-color: transparent !important;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 15px;
  overflow: hidden;
}
.innermenubox {
  display: flex;
  justify-content: center;
  margin-left: 20%;
}
.search-icon {
  padding-top: 3px;
}
.search-icon i {
  border-left: 2px solid #cfcfcf;
  padding: 0 26px;
  padding-right: 0;
  color: var(--orange);
}

#header .theme-button{
      padding: 6px 12px;
}
/*----------------------Mobile Menu Icon------------------------------*/
/*-----------------Superfish Menu------------------*/
.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: var(--grey2);
}
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: var(--grey2);
}
.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(--grey2);
}
.toggle-nav, a.closebtn {
  display: none;
}
/*-------------------------Header Widgets---------------------*/

.side-menu {
    background: #000;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1999;
    top: 0;
    right: 0;
    background-color: #000000b0;
    display: none;
}
.icon-cross{
  margin: 12px 0px;
  padding-top: 60px;
      text-align: end;
}
.icon-cross i{
  color: #fff;
  border: 1px solid;
  border-radius: 50%;
  padding: 4px 6px;
  height: 25px;
  width: 25px;
  font-size: 15px;
}
.icon-cross i:hover{
  background: #2264C6;
}
.side-menu-inner{
  background: #000;
  padding: 0px 25px 200px 25px;
}
.side-icon, .icon-cross i{
  cursor: pointer;
}
.side-para, .side-info-box-text {
  color: #fff;
font: normal normal 300 16px/25px  Rosario, sans-serif;
letter-spacing: 0px;
}

.side-menu-icon a {
  background: transparent;
border: 2px solid #fff;
border-radius: 50%;
padding: 9px;
height: 45px;
width: 45px;
}
.vwsmp_facebook, .vwsmp_twitter, .vwsmp_instagram, .vwsmp_pinterest{
  background: transparent;
}
.slide-box{
  color: #fff;
  max-width: 260px;
}
.contact-head{
  font: normal normal bold 22px/30px  Rosario, sans-serif;
letter-spacing: 0px;
color: #FFFFFF;
}
.side-info-box-icon i{
  background: #2264C6 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 8px;
  height: 30px;
  width: 30px;
}

/* .search-box{
    display: flex;
}
.search-input{
    outline: none;
    border: none;
    line-height:40px;
    width: 0px;
    float: left;
    font-size:14px;
    transition: 0.7s ease;
    font-family:sans-serif;
    background-color: transparent !important;
}
.search-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: navajowhite;
  background: transparent;
  padding: 0 8px;
  border-radius: 50%;
  float: right;
  color: #000;
  font-size: 16px;
  transition: 0.4s ease;
}
.search-box:hover > .search-input{
    width: 100px;
    margin: 0px 8px;
    border-bottom: 1px solid #000;
}
.search-input:focus{
    width: 100px;
    margin: 0px 8px;
}
.search-box:hover > .search-btn{
    background: #fff;
}
.search-input:focus + .search-btn{
    background: #fff;
} */
a.dashboard-text{
  font: 500 16px/18px Outfit;
  color: #000000;
  padding:0 11px;
}
/* search css */
.search-main-container {
transform: translate(-4%);
}

.search-main-box input[type=search] {
  border: none;
  background: none;
  z-index: 1;
  width: 15px;
  height: 15px;
  transition: all 0.25s ease-in 0.25s;
  color: #000;
  /* font-size: 0.75rem;
  line-height: 25px;  */
}
.search-main-box input[type=search]:hover {
  cursor: pointer;
}
.search-main-box input[type=search]:hover:focus {
  cursor: text;
}
.search-main-box input[type=search]:hover + span {
  /* background: rgba(255, 255, 255, 0.2); */
}
.search-main-box input[type=search]:focus {
    width: 170px;
    height: 27px;
    padding: 0 10px;
    outline: none;
    background: none;
    border-radius: 30px;
}
.search-main-box input[type=search]:focus + span {
    width: 170px;
    height: 32px;
    color: #000 !important;
    top: -3px;

}
.search-main-box input[type=search]:focus + span::before {
  width: 2px;
  opacity: 0;
  transition: all 0.25s ease-in;
}
.search-main-box input[type=search] + span {
  z-index: -1;
  position: absolute;
  border: 2px solid #000;
  top: 0px;
  width: 15px;
  height: 15px;
  transition: all 0.25s ease-in 0.25s;
  border-radius: 25px;
  left: 0;
  combak
}
.search-main-box input[type=search] + span::before {
  transition: all 0.25s ease-in 0.5s;
  transform-origin: left top;
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 5px;
  background: #000;
  transform: rotate(45deg) translate(15px, -1px);
}
input:-internal-autofill-selected {
  background-color:transparent !important;
}

/*---------------- Custom Footer ----------------------*/
#custom_footer {
  padding: 0;
}
.footer-contact i {
  color: #fff;
  /* padding: 9px; */
  border: 1px solid #fff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  line-height: 2;
  text-align: center;
  font-size: 16px;
}
.news-social-icon a{
      margin-right: 10px;
}
.footer-contact {
  padding: 0;
  }
.footer-contact h2{
  color: #fff;
  font: normal normal normal 36px/35px DM Serif Display;
}
.footer-contact-detail{
  /* transform: translate(10px, 80%); */
  color: #fff;
  margin-top: 30%;
}
.footer-menu-wrap {
  padding: 40px 15px;
  border-bottom: solid 1px var(--grey2);
}
.footer-menu ul {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.footer-menu ul li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
}
.footer-menu ul li a {
  color: var(--lightgrey11);
  font-size: 14px;
  text-transform: uppercase;
}
.footer-menu ul li a:hover {
  color: var(--orange);
}
.footer-col-div .widget h3{
  font: normal normal bold 20px/30px Rosario, sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 20px;
  position: relative;
}
#copyright{
    background: #3790CB;
}
#copyright p.copyright-text{
  font: normal normal normal 16px/25px Outfit;
  color: #FFFFFF;
}
/*---------------- Footer Section ----------------------*/
.footer-desc{
      padding: 0px 20px 20px;
}
.footer-top {
  padding-bottom: 50px;
}
#footer_box .contact-text, #footer ul li a{
  font: 400 16px/25px Outfit;
  letter-spacing: 0px;
  color: #d3d3d3;
  position: relative;
}
#footer ul li a{
  padding-left: 20px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.outer-footer {
  background-size: 100% 100%;
  background-color:#000000;
}
#footer form.search-form {
  border: none;
  background: transparent;
  padding: 0;
}
#footer form.search-form input {
  float: none;
  border: 1px solid;
  margin: 0 2px;
}

#footer textarea {
  height: 100px;
}
#footer p.post-date {
  color: var(--white);
  font-size: 11px !important;
}
.copyright {
  color: #fff;
  padding: 25px 0;
}
.copyright .copyright-text{
text-align: left;
}
#footer {
  text-align: center;
  color: white;
  padding: 6em 0 0 0px;
  text-align: left;
  color: #fff !important;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer_hide {
  display: none;
}
.footer-top-col {
  border-left: solid 5px var(--orange);
  padding-left: 15px;
}
.footer-contact-inner h3{
  font:normal normal bold 30px/40px Rosario, sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
#footer input {
  background: #fff;
  border-radius: 0;
}
#footer input[type="submit"] {
  padding: 8px 10px;
  background-color: #2264C6;
  color: #fff;
  border:none;
  width: 100%;
}
#footer ul {
  margin: 0;
}
#footer ul li {
  list-style: none;
    margin-bottom: 15px;
  text-align: left;
  padding: 5px;
}
#footer .about_me i{
  padding: 7px;
  border-radius: 8px;
  height: 30px;
  width: 30px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
/* #footer .about_me i.fas.fa-phone{
    transform: rotate(90deg);
} */
#footer p {
  font: 300 14px/26px 'Outfit', sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
#footer .copyright-text i{
  font-weight: 200;
  margin: 6px;
}
.widget_recent_entries img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
 #footer ul li a::before{
   content: '';
   font-weight: 600;
   color: #fff;
   position: absolute;
   left: 0px;
   top: 7px;
   width: 10px;
   border: 1px solid #fff;
 }
.copyright .socialbox a {
  padding: 12px;
  border: 1px solid var(--lightgrey11);
  margin-right: 4px;
}
.copyright .socialbox {
  text-align: right;
  display: block;
  text-align: right;
  margin-top: 12px;
}
.copyright .socialbox a:hover{
  background-color: var(--orange);
  border: none;
}
.copyright .socialbox a:hover i{
  color: white;
}
.cart_col,.divider_col,.latest_col,.footer_col,.content_head_col {
    position: relative;
}



#header .sub-menu
{
  animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
}
@keyframes growDown {
  0% {
    transform: scaleY(0)
  }
  80% {
    transform: scaleY(1.1)
  }
  100% {
    transform: scaleY(1)
  }
}

.search-icon i {
    cursor: pointer;
}
#menu-primary-menu > .menu-item-has-children{
  position: relative;
}
#menu-primary-menu > .menu-item-has-children::before{
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  position: absolute;
  right: 17px;
  bottom: 0;
  top: 20px;
  font-size: 14px;
}
#header:has(.custom-sidebar){
  height: unset;
}
/* .header-slider:has( + #slider) + #slider .carousel,.header-slider:has( + .title-box) + .title-box{
  margin-top: 0;
} */

#footer_box .social_widget .custom-social-icons a i{
  color: #FFF;
  padding: 13px 14px;
  line-height: 20px;
  background: #3E3E3E;
  border-radius: 4px;
  font-size: 22px;
  width: 46px;
  height: 45px;
  text-align: center;
}
#footer_box .social_widget .custom-social-icons a i.fab.fa-youtube {
    padding: 13px 11px;
}


#copyright .footer-copyright-text{
  font: normal normal normal 16px/25px Outfit;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.footer-text , .footer-text a {
  font: normal normal normal 16px/25px Outfit;
  color: #FFFFFF;
}
