/* -------Topbar-------------------------------- */
#topbar{
  background: #ffffff;
  padding: 14px 0;
}
span.topbar-contact-title {
    color: #002633;
    font: 700 16px var(--font-outfit) !important;
}
.topbar-contact span {
    font: 400 16px/25px var(--font-outfit);
    color: #002633;
    position: relative;
}
.topbar-contact span.topbar-contact-info:after {
    content: '';
    background: #002633;
    opacity: 0.2;
    width: 1px;
    height: 30px;
    position: absolute;
    right: -41px;
    top: -4px;
}
.topbar-content-box .row .topbar-data-box:nth-child(4) .topbar-contact span:after{
  display: none;
}
.topbar-content-box .row .topbar-data-box:nth-child(2) .topbar-contact{
  padding-left: 35px;
}
.topbar-content-box .row .topbar-data-box:nth-child(3) .topbar-contact {
    padding-left: 28px;
}
.topbar-contact i {
    margin-right: 17px;
    color: #E66345;
}
.topbar-social-icon ul {
    padding-left: 0;
    margin: 0;
}
.topbar-social-icon ul li {
    list-style: none;
    margin: 2px 10px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
}
.topbar-social-icon ul li a {
    color: #002633;
    transition: 0.5s;
}
.topbar-social-icon ul li a:hover{
  color: #E66345;
  transition: 0.5s;
}
.topbar-social-icon i {
    font-size: 18px;
}
.topbar-social-icon {
    text-align: right;
}
/* --Header-------------- */
.header-btn {
    background: #E66345;
    padding: 23px 0;
    text-align: center;
}
.header-btn:hover {
    background: #074960;
}
.header-btn a {
    color: #ffffff;
    font: 700 14px var(--font-outfit);
}
.header-btn a:hover{
  color: #ffffff;
}
.cart_box a {
    position: absolute;
    top: 15px;
    right: 95px;
    z-index: 9;
}
.search-cart-box {
    position: relative;
}
span.cart-value {
    position: absolute;
    top: -9px;
    left: 13px;
    background: #E66345;
    width: 17px;
    height: 17px;
    color: #ffffff;
    font: 500 12px var(--font-dm);
    border-radius: 50%;
    padding: 0px 4px;
}
.cart_box i {
    color: #ffffff;
    font-size: 16px;
}
.search-box i {
    font-size: 18px;
    cursor: pointer;
}
span.search-close-icon {
  transition: 3s;
  position: absolute;
  right: 45px;
  margin-top: 45px;
  cursor: pointer;
}
.search-icon i {
  padding: 15px;
  background: #074960;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
}
.search-icon i:hover {
  background: #E66345;
}
.search-close-icon i{
  font-size: 32px;
  color: #fff;
}
.search-slidein span.search-close-icon{
  display: block;
  transition: 3s;
}
.search-slidein .search-icon{
  display: none;
  transition: 3s;
}
.serach_outer {
  position: fixed;
  background: #000000e6;
  box-shadow: 0 0 20px #00000029;
  padding: 15px;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.serach_inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}
.closepop {
    position: absolute;
    right: 23px;
    top: 1px;
    font-size: 17px;
}
.serach_outer input[type=search] {
  border-radius: 10px;
  background: #f7f7f7;
  border: 1px solid #fff;
  width: 100%;
  height: 52px;
  padding: 15px;
}
.serach_outer input[type=submit] {
  background: #E66345;
  color: #fff;
  font: 500 15px/20px var(--font-outfit);
  border-radius: 10px;
  padding: 11px 45px;
  height: 52px;
}
.serach_outer input[type=submit]:hover {
  background: #074960;
}
.logo {
    background: #E66345;
    padding: 48px 28px;
}
.logo a.custom-logo-link {
  color:#ffffff;
}
.logo a {
  color: #ffffff;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "Lobster";
}
.logo p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
}
.logo img {
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.logo:hover img {
  transform: rotateY(360deg);
}

/* --------------------------Header---------------------------- */
#header.stickynavbar .logo {
    top: 0;
    transition: 0.3s
}
.main-navigation ul ul li a {
    margin: 0;
    padding-left: 0px;
    transition: 0.3s;
}
.main-navigation ul ul li a:hover{
  padding-left: 10px;
  transition: 0.3s;
}
.header-contact {
    background: #DF61601f;
    border-radius: 30px;
    padding: 8px 25px;
}
.header-contact-details {
    color: #222222;
    font: 400 15px var(--font-outfit);
}
.stickynavbar {
  background-color: #002633 !important;
  z-index: 999;
  padding-top: 0 !important;
}
.sticky {
  position: fixed!important;
  top: 0px;
  width: 100%;
  padding-bottom: 0 !important;
  left: 0;
  right: 0;
}
.nav_wrap {
  clear:both;
  background-color: transparent;
  margin-bottom: 0em;
  z-index: 99;
}
#header {
  background: #002633;
  position: relative;
  z-index: 999;
}
.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, #footer .logo{
  margin:0;
  text-align: center;
}
#header .top-contact {
  padding:12px 0;
  font-size:15px;
}
.menubar .social-media {
  padding:12px 0;
  text-align:center;
}
.scrolled {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background:#fff;
}
#masthead.scrolled {
  background: #ccc;
}
div#mySidenav {
  display: block;
}
.main-header-box .row.bg-media {
  align-items: center;
}
.theme-button a {
  font: 600 16px/60px var(--font-outfit);
  color: #ffffff;
  background: #E66345;
  padding: 17px 28px;
  transition: 0.5s;
}
.theme-button a:hover{
  transition: 0.5s;
  color: #fff;
  background: #002633;
}
.theme-button i {
  font-size: 13px;
  margin-left: 7px;
}
/* li.current-menu-item.current_page_item {
    border-bottom: 2px solid #DF6160;
} */
/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
  text-align: right;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  position: relative;
  display: inline-block;
}

.main-navigation li:last-child {
  border-bottom: none;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  color: #ffffff;
  font: 500 14px/24px var(--font-outfit);
  margin: 5px 25px;
}

.current-menu-item.current_page_item a,
.current-menu-item a {
  color: #E66345;
  position: relative;
}

.main-navigation a:hover {
  color: #E66345;
}

.main-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #F6F6F6;
  min-width: 215px;
  z-index: 9999;
}

.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}

.main-navigation ul ul a {
  text-transform: none;
  font-weight: 400;
  color: #1e1d1c;
  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 #cccccc;
}

.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: #ffffff;
}

.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: #E66345;
}

/* HOVER CSS */
.main-navigation ul ul li a {
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease, padding-left 0.3s ease, transform 0.3s ease;
}

.main-navigation ul ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

.main-navigation ul ul li:hover {
  background-color: #002633;
}

.main-navigation ul ul li:hover > a {
  padding-left: 10px;
  color: #E66345;
  transform: scale(1.02);
}

.main-navigation ul ul li:hover > a::after {
  width: 90%;
}
/* HOVER CSS END */


.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%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}
.top_bar_btn a.theme_button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header-social-icon{
  padding-top: 15px;
}
.header-social-icon .socialbox i{
  color: #b2b2b2;
  font-size: 13px;
  padding-right:15px;
}
.main-header-box form.search-form.serach-page {
    justify-content: center;
}
/*---------------- Footer Section ----------------------*/
.outer-footer {
    position: relative;
}
.footer2 .widget_nav_menu {
    display: inline-block;
}
.footer1 .widget_text p {
  font: 400 16px/26px var(--font-outfit);
  color: #e7e7e7;
  margin-top: 30px;
}
#footer {
  background-color: #181818;
  background-repeat: no-repeat;
  background-size: cover;
}
#footer{
  color:#fff;
  text-align:left;
}
.footer-cols{
  padding: 60px 0;
}
.footer-cols img:hover{
  transform: scale(1.2);
  opacity: 0.8;
}
.footer_hide{
  display:none;
}
#footer h3.widget-title,#footer h3.top_title {
  font: 600 20px/26px var(--font-outfit);
  color: #FFFFFF;
  position: relative;
  margin-bottom: 15px;
}
span.footer-contact-info {
  color: #f5f5f5;
  font: 400 16px/24px var(--font-outfit);
  display: inline-block;
  width: 65%;
}
p.location.location-text {
    display: flex;
}
.location-box i,.phone-box i,.email-box i {
    margin-right: 10px;
    font-size: 14px;
}
#footer .copyright p{
  font: 400 16px/26px var(--font-outfit);
  margin-bottom: 0;
  color: #e7e7e7;
}
#footer .copyright a {
  color: #fff;
  cursor: pointer;
}
#footer span.credit_link a {
  color: #E66345!important;
}
#footer ul li{
  list-style:none;
  margin: 0 0 20px;
}
#footer ul {
    margin-left: 0;
    padding-left: 0;
}
#footer .post-content a {
  color: #e7e7e7;
  font: 500 16px/24px var(--font-outfit);
}
#footer .post-content a:hover {
  color: #E66345;
}
p.post-date {
    color: #e7e7e7;
    font: 400 14px var(--font-outfit);
    margin-top: 5px;
}
p.post-date i {
    margin-right: 8px;
}
#footer p.fcontact-title {
    font: normal 18px/25px var(--font-outfit);
    color: #ffffff;
    margin-bottom: 10px;
}
.footer4 form.wpcf7-form.init {
    position: relative;
}
.footer3 .widget_text p {
  color: #838C9C;
  font: 700 16px/28px var(--font-outfit);
}
.widget_recent_entries img {
  width: 100px;
  border-radius: 10px;
}
.footer4 form {
    position: relative;
}
.copyright{
  background-color: #242424;
  padding: 18px;
}
#footer .textwidget input[type="email"]{
  border-radius: 60px;
  background-color: #ffffff;
  border: 1px solid #FFFFFF;
  height: 65px;
  padding: 20px;
  width: 85%;
}
#footer .textwidget input[type="submit"]{
  background-color: #E66345;
  font-family: var(--font-outfit);
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 160px;
  color: #FFFFFF;
  padding: 12px 45px;
}
#footer .widget td{
  padding-top: 0px !important;
}
/* ------------Footer Contact---------------------- */
.footer-contact {
    padding: 40px 20px 60px;
}
.footer-contact-title {
    display: flex;
    align-items: center;
}
.footer-contact-title h4 {
    color: #FFFFFF;
    font: 500 18px var(--font-outfit);
    margin: 0 17px 0;
    padding: 0;
}
.footer-contact-title i{
  color: #E66345;
  font-size: 18px;
}
.footer-contact-title i.fa-solid.fa-phone-volume {
    transform: rotate(-22deg);
}
.footer-contact-box {
    background: #212121;
    border-radius: 30px;
    height: 140px;
    padding: 25px 40px;
}
.footer-contact-text p {
    margin-bottom: 5px;
}
.footer-contact-text p {
    margin-bottom: 5px;
    color: #838C9C;
    font: 700 16px var(--font-outfit);
}
.footer-contact-text {
    padding-top: 16px;
}
#footer .footer-navigation-box ul li {
    display: inline-block;
    margin: 0 25px;
}
#footer .footer-navigation-box ul li a{
  color: #838C9C;
  font: 700 15px var(--font-outfit);
}
#footer .footer-navigation-box ul{
  margin-bottom: 0;
}
/* ------Footer Social Icons---------------------- */
.footer-social-icon-box .socialbox a {
  display: block;
  color: #FFFFFF;
  font-size: 20px;
  margin: 15px 30px;
}
.footer-social-icon-box {
    position: absolute;
    right: 0;
    top: 0;
    background: #1B1A1A;
    height: -webkit-fill-available;
    width: 86px;
}
.footer-social-icon-box .socialbox {
    padding-top: 45px;
}
/*-------------------------- Calendar widget --------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
  border: 1px solid #fff;
  color: #000000;
}
#footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th {
    color: #000;
    padding: 2px;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 1.5625;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 0em;
  color: #000;
  padding-left: 15px;
  caption-side: top;
}
.widget_calendar tbody a {
  background-color: #bbb;
  color: #000;
  display: block;
  font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #686868;
  color: #fff;
}
.widget th,
.widget td {
  padding: 0.5384615385em;
}
/* ---------- Return to Top ------------ */
#return-to-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background: #E66345;
  width: 60px;
  height: 60px;
  padding: 7px 7px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0%;
  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: #fff;
  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: #fff;
  top: 5px;
}
.menu-footer-menu-2-container {
    position: relative;
    top: -33px;
}
#gallery-1 img {
    border: unset !important;
}
#gallery-1 .gallery-item{
  text-align: left !important;
  width: 21% !important;
}