
/*----------Sticky Header------*/
.fixed-header {
  position: fixed;
  top:0;
  left:0;
  padding: 0 35px;
  width: 100%;
  background: #fff;
  box-shadow: 2px 2px 10px 0px #000;
  z-index: 999999;
}
.fixed-header #mySidenav{
  margin: 12px 0;
}
/* --------------------------Header---------------------------- */
.menubar-box{
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 9px 11px #0000001A;
  align-items: center;
}
#header .logo img{
  max-height: 123px;
  width: auto;
}
#header {
  width: 100%;
}
.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: #fff;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
#header .logo h1, #footer .logo h1, #header .logo p.site-title {
  font-weight:700;
  padding:0;
  font-size:18px;
  font-weight:bold;
  margin-top: 0;
}
.logo {
  padding: 30px ;
}
.logo a.custom-logo-link{
  color:#000000;
}
.logo h1 a, .logo h1 a, .logo p.site-title a{
  color: #262626;
  text-transform: uppercase;
}
.logo p{
  color: #262626;
  margin-bottom: 0;
  font-size: 14px;
}
.header-content-btn a {
  background: var(--red-color);
  color: var(--white-color);
  padding: 12px 20px;
  border-radius: 40px;
  display: inline-block;
  margin: 3px 28px;
  font: 600 13px/17px Comfortaa;
  letter-spacing: 0px;
  position: relative;
  overflow: hidden;
  transition: all .35s;
}
.header-content-btn a:hover {
  box-shadow: 7px 7px #f7474894;
  transition: .3s;
}
.header-pricing-btn a {
  font: 500 15px/17px Comfortaa;
  letter-spacing: 0px;
  color: #000000;
}
.header-pricing-btn {
  margin-left: -35px;
  padding-top: 14px;
}
/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {transform: translateY(-40px);}
  100% {transform: translateY(0px);}}
.close-sidebar {
  font-size: 25px;
  text-align: right;
  color: #fff;
  padding: 10px;
}
.headerbar {
  font-size: 30px;
  font-weight:900;
}
.fixed-header .side-navigation{
  margin: 12px 0px;
}
.side-navigation ul{
  margin: 0;
  padding-left: 0;
}
.side-navigation li{
  position: relative;
  display: inline-block;
  padding: 17px;
}
.side-navigation li:last-child{
  border-right: none;
}
.side-navigation a{
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}
.side-navigation ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 60%;
  border-bottom: 1px solid;
  border-top: 1px solid;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s,-webkit-transform 0.3s;
  color: #3566EB;
  transition-duration: 1s;
}
.side-navigation ul li.current_page_item a:before {
    transform: scale(1.0);
}
.side-navigation ul li:hover a:before {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}
.side-navigation .sub-menu li a:before {
    width: 0 !important;
}
.side-navigation a:hover{
  color: #3566EB;
}
.sub-menu li:hover{
  background-color: #3566EB;
}
.sub-menu li:hover a{
 color: #fff !important;
}
.sub-menu li{
  margin-top: 0;
}
.side-navigation ul ul{
  position: absolute;
  left: 0;
  top: 100% ;
  background: #F6F6F6;
  min-width: 215px;
  z-index: 9999;
  display: none;
}
.side-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.side-navigation ul ul a{
  text-transform: none;
  font-weight: 600;
  color: #000;
  padding: 9px 0px;
  font-size: 13px;
  line-height: 1.5;
}

.side-navigation ul ul li,
.menubar.scrolled .side-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
}
.side-navigation ul ul li:last-child{
  border-bottom: 0;
}
.side-navigation ul li:hover > ul{
  display: block;
  animation: fadeInUp 0.5s ease;
  -webkit-animation: fadeInUp 0.5s ease;
  background: #fff;
}
.side-navigation ul li.menu-item-has-children>a:after {
    content: "\f107";
    position: static;
    margin-left: 5px;
    font-family: "font awesome 5 free";
    font-weight: 900;
    /*float: right;*/
}
@keyframes fadeInRight{
 0%{opacity:0; transform:translate3d(10 0%,0,0)}
 100%{opacity:1; transform:none;}}
/*.side-navigation .current_page_item > a,
.side-navigation .current-menu-item > a,
.side-navigation .current_page_ancestor > a{
  color: #ff8800 !important;
}*/
.side-navigation .menu > ul > li.highlight{
  background-color: #ff8800;
}
.side-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;
}
.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;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}
/* Back to top button css */
.scrollup {
  color: #fff;
  position: fixed;
  display: none;
  bottom: 50px;
  right: 3em;
  z-index: 9999999999;
  background: #3566eb!important;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  padding: 15px 20px;
}
.scrollup.left{
  left: 15px;
  right: auto;
}
.scrollup.center{
  left: 45%;
  right: 44%;
}
.scrollup:focus,
.scrollup:hover{
  color: #fff;
}
.scrollup span {
  display: inline-block;
}
.scrollup i{
  font-size: 23px;
}
/* -------------------------- Header ------------------------------- */
#header {
  position: absolute;
  z-index: 1;
  top: 10px;
}
  .header-main{
    width: 80%;
}
/* -------------------------- Slider ----------------------------- */
section#slider{
    padding-top:0px;
}
.slider-main-heading{
  font: normal normal bold 50px/70px Ubuntu;
  letter-spacing: 1.63px;
}
#slider .carousel-caption{
  top: 25%;
  left: 0;
  right: 0;
  text-align: left;
}
#slider h6{
  font: normal normal 300 16px/21px Muli;
  color: #fff;
}
#slider p{
  font: normal normal 400 16px/25px Muli;
}
.right-image img{
  width: 80%;
}
.right-image{
  text-align: center;
}
.cart-main i{
  font-size:23px;
}
/*----------------- Carousel Buttons ------------*/
.left-arrow, .right-arrow{
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 17px;
}
.left-arrow:hover, .right-arrow:hover{
  background: #fff;
  color: #000;
}
.carousel-control-next{
  left: 0;
  opacity: unset;
  height: max-content;
  top: 50%;
  left: 3%;
  z-index: 0;
}
.carousel-control-next, .carousel-control-prev {
  width: max-content;
}
.carousel-control-prev{
  left: 0;
  opacity: unset;
  height: max-content;
  top: 40%;
  left: 3%;
  z-index: 0
  ;
}
/*-------- Buttons -----------*/
.slide-btn a{
  color: #fff;
  background: transparent;
  border-radius: 11px;
  border: 2px solid #FFFFFF;
  font-family: Ubuntu;
  font-size: 14px;
  padding: 15px 25px;
}
.slide-btn a:hover{
  background: #fff;
  color: #3566EB;
  border: 2px solid #FF66A7;
}
/*-------- Nav Icons -------------*/
.fa-solid{
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 20px;
  color: #000;
  font-style: normal;
}

.fa-magnifying-glass, .fa-cart-shopping{
  font-style: normal;
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
}
/*-------- Search Outer -------*/
.serach_outer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
    transition: 0.5s;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: rgba(53,102,235, 0.8);
    display: none;
}
.serach_inner form.search-form {
    display: table;
    border: 1px solid #bababf;
    padding: 14px 20px;
    border-radius: 50px;
    background: #ffffff;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%), 0 -2px 0 0 #ff66a7 inset;
    position: relative;
}
.closepop i{
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
  font-size: 20px;

}
.serach_inner {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  width: 70%;
}
 .search-btn{
  display: flex;
}
.search-submit{
  background: none;
  border: none;
}
.cart-main{
  position: relative;
}
.cart-counter{
  position: absolute;
  color: #fff;
  background: #3566EB;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  text-align: center;
  font-size: 12px;
  top: 1px;
  left: 15px;
}

/*-------------- Footer Section ---------------*/
#wpadminbar{
  position: fixed;
}
/* #footer {
  color: #FFFFFF;
  background: transparent linear-gradient(100deg, #FF66A7 0%, #3566EB 100%) 0% 0% no-repeat padding-box;
  background-size: cover;
} */
#footer .textwidget p{
  text-align: left;
  font: normal normal 300 13px/25px Muli;
  letter-spacing: 0.81px;
  color: #fff;
}
#footer .textwidget p:hover{
  color:#3566eb;
}
#footer_box {
  padding-top: 150px;
}
.social_widget {
  /* padding-top: 30px; */
}
#footer .copyright {
  background-size: cover !important;
  border-top: 1px solid #fff;
  padding: 12px 0;
  /* background: transparent linear-gradient(124deg, #FF66A7 0%, #3566EB 100%) 0% 0% no-repeat padding-box; */
}
#footer .copyright p{
  margin-bottom: 0;
  text-align: center!important;
  font: 400 16px/20px Ubuntu;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.footer_link{
  color: #fff;
  font-weight: 600;
}
#footer .card-image img {
  width: 65%;
  padding-top: 5px;
}
#footer span.card-image {
  margin-left: 30px;
}
#footer span.card-text {
  font: 400 16px/30px Comfortaa;
  letter-spacing: 0px;
  color: #FFFFFF;
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer #nav_menu-3 {
  padding-top: 25px;
}
#footer #custom_html-1 {
  padding-top: 28px;
}
#footer ul li a,#footer a.contributor-btn {
  font: normal normal 300 15px/46px Muli;
  letter-spacing: 0px;
  color: #fff;
}
#footer ul li a:hover{
  color:#3566eb;
}
.widget_recent_entries img{
  width: 70px;
  height: 70px;
}
#footer h3.widget-title, #footer h3.top_title {
  font-size: 22px;
  font-family: Ubuntu;
  color: #fff;
  padding: 0;
  border-bottom: 2px solid;
  width: max-content;
  padding-bottom: 15px;
}
#wpb_social_widget-1 .widget-title{
  display: none;
}
#footer ul li {
  list-style: none;
  margin: 0 0 5px 0;
  text-align: left;
  padding: 5px 0;
  display: block;
  font-weight: 600;
  font-size: 13px;
}
.footer-main{
  padding-top: 50px;
}
#wpb_widget-1 .time{
  display: none;
}
#wpb_widget-1 .far{
  display: none;
}
#wpb_widget-1 tr{
  display: flex;align-items: baseline;
}
aside#wpb_widget-1 a{
  font-size: 15px;
}
/* --------- Social Icon Widget ------- */
.custom-social-icons{
  margin-top: 30px;
  font-size: 14px;
}
#footer .social_widget a {
  color: #000;
  padding: 12px 15px;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 50%;
  background: #FFF;
  width: 43px;
  height: 43px;
  position: relative;
  overflow: hidden;
}
.custom-social-icons a:hover::before {
  top: -28%;
  left: -7%;
}
.custom-social-icons a:hover i {
  transition: all .2s linear;
  transform: scale(1.2);
  color: #fff;
}
.custom-social-icons a:before {
  content: '';
  position: absolute;
  height: 160%;
  width: 140%;
  top: 80%;
  left: -120%;
  background: rgb(0, 96, 223);
  background: #3566EB;
  transform: rotate(45deg);
  transition: all .4s ease-in-out;
}
/*--------------*/
.about_me table, .about_me td, .about_me th{
  border: none;
}
.about_me p.message {
  margin-bottom: 5px !important;
}
.about_me p.message  p a{
  color: #fff;
}
#footer_box .sub-menu, #our-newsletter .newsletter h3:after, amp-sidebar#sidebar1, .headerbar, .footer_hide{
  display: none;
}
#footer_box .socialbox i{
  color:#525b80;
  margin-left: 15px;
}
#footer_box .socialbox i:hover, #footer_box .about_me i, #footer ul li a:hover, .closepop i:hover,#footer a.contributor-btn:hover{
  color:#FFF;
}
#footer .widget_media_gallery img{
  border:none;
  border-radius: 10px;
  width: 100px;
  height: 100px;
}
/* Icon Grow */
#header .hvr-icon-grow {
  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;
}
#header .hvr-icon-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#header .hvr-icon-grow:hover .hvr-icon,
#header .hvr-icon-grow:focus .hvr-icon,
#header .hvr-icon-grow:active .hvr-icon {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}
.credit_link{
 /* display: none;*/
}
span.credit_link a {
  color: #fff!important;
 /* display: none;*/
}
#menu-top-menu li {
    display: inline-block;
    padding: 0 15px 0 0;
    /* color: #000; */
}
#menu-top-menu li a{
  color: #000;
}
/*.explore ul.sub-menu li {
  display: inline-block;
  float: left;
  width: 200px;
}
.explore ul.sub-menu li:nth-child(odd) {
  float: left;
  margin-right: 10px;
}
.explore ul.sub-menu li:nth-child(even) {
  float: right;
}
.sub-menu { width: 480px; }
.sub-menu { display: grid; grid-template-columns: 1fr 1fr; }*/


 .select-hidden {
   display: none;
   visibility: hidden;
   padding-right: 10px;
}
 .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
  width: 85%;
  height: 40px;
  z-index: 99;
}
.select-styled {
  background-color: #000;
  padding: 9px 15px 9px 35px;
  z-index: 99;
  border-radius: 50px;
}
 .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 15px;
}
.select-styled:before {
  content: "\f302";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 12px;
}
/*.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}*/
.select-options {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  color: #000;
  box-shadow: 0px 0px 15px #00000026;
  animation: fadeInUp 1.5s ease;
  -webkit-animation: fadeInUp 1.3s ease;
  border-radius: 5px;
}
.select-options li {
  margin: 0;
  padding: 8px 0;
  text-indent: 13px;
  font-size: 13px;
}
.select-options li:hover, .select-options li.is-selected {
   color: #f74748;
   background: #fff;
}
.select-options li[rel="hide"] {
   display: none;
}
aside#wpb_widget-1 a{
  color: #fff;
}
aside#wpb_widget-1 a:hover{
  color: #3566eb;
}
