/* --------------------------Header---------------------------- */

.stickynavbar {
z-index: 999;
padding-top: 0 !important;
}
#sticky-onoff {
display: none;
}
.header-wrap{
max-width: 1400px;
margin: 0 auto;
}
#header .bg-media{
position: absolute;
z-index: 10;
width: 100%;
top: 40px;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
}
.sticky {
position: fixed;
top: 0px;
width: 100%;
padding-bottom: 0 !important;
animation: sticky 1s;
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.main-navigation ul li:hover ul {
transition: all 0.5s;
animation: fadeInLeft .5s ease-in-out;
}
.sticky .bg-media {
position: unset !important;
}
.sticky .logo {
top: unset !important;
}
.sticky {
position: fixed;
top: 0px;
width: 100%;
padding-bottom: 0 !important;
}
.nav_wrap {
clear:both;
background-color: transparent;
margin-bottom: 0em;
z-index: 99;
}
.home.page-template .sticky .nav_wrap {
padding-bottom: 0px;
}
.home #header
{
background-color:transparent;
}
#header .logo img{
max-height: 123px;
width: 90%;
}
.links-section .quote-link a:hover, .links-section .quote-link a:hover::before{
background-color: #FFAA1B;
}

.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;
}
#mySidenav{
align-items: center;
justify-content: space-between;
position: relative;
}
#mySidenav::after {
content: '';
position: absolute;
width: 100%;
background-color: #626687;
height: 2px;
bottom: 0;
opacity: 0.1;
}
#mySidenav span.icon{
background-color: #FFAA1B;
padding: 10px;
border-radius: 10px;
cursor: pointer;
}
#mySidenav span.icon:hover {
background-color: #FF5023;
}
#mySidenav span.icon img{
position: relative;
bottom: 2px;
}
#header .logo { 
font-size: 30px;
font-weight: bold;
margin-top: 0;
background-color: #FFAA1B;
padding: 5px 30px 10px 10px;
position: relative;
top: -20px;
clip-path: polygon( 6.349% 0%,6.349% 0%,5.319% 0.218%,4.342% 0.85%,3.431% 1.86%,2.599% 3.216%,1.86% 4.882%,1.225% 6.824%,0.709% 9.007%,0.324% 11.399%,0.083% 13.963%,0% 16.667%,0% 83.333%,0% 83.333%,0.083% 86.037%,0.324% 88.601%,0.709% 90.993%,1.225% 93.177%,1.86% 95.119%,2.599% 96.784%,3.431% 98.14%,4.342% 99.15%,5.319% 99.782%,6.349% 100%,69.838% 100%,69.838% 100%,69.839% 100%,69.839% 100%,69.839% 100%,69.84% 100%,69.84% 100%,69.84% 100%,69.84% 100%,69.841% 100%,69.841% 100%,69.841% 100%,77.778% 100%,85.403% 100%,85.403% 100%,85.6% 99.968%,85.791% 99.874%,85.974% 99.722%,86.148% 99.514%,86.31% 99.254%,86.459% 98.944%,86.594% 98.589%,86.712% 98.192%,86.812% 97.755%,86.892% 97.282%,99.842% 5.615%,99.842% 5.615%,99.923% 4.797%,99.941% 3.986%,99.899% 3.202%,99.802% 2.463%,99.656% 1.787%,99.466% 1.193%,99.235% 0.699%,98.97% 0.323%,98.674% 0.084%,98.353% 0%,77.778% 0%,69.841% 0%,6.349% 0% );
}
.links-section .text{
position: relative;
}
.links-section .text::before {
content: '';
position: absolute;
left: 0;
height: 90%;
width: 2px;
background-color: #3A332D;
top: 0;
bottom: 0;
margin: auto;
transform: translateX(-45px);
opacity: 0.1;
}
.links-section a.exade img {
margin-right: 5px;
}
body:not(.home) #header .nav-header, body:not(.home) #header .nav-header::before{
background-color: #f1f1f1;
}
.nav-header {
background-color: #fff;
position: relative;
border-radius: 0px 20px 20px 0;
}
.nav-header::before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 120px;
height: 100%;
background-color: #fff;
transform: translateX(-118px);
z-index: -1;
clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(35% 0%, 100% 0, 100% 100%, 0% 100%);
border-radius: 0px 0px 0px 7px;
}
.links-section {
display: flex;
justify-content: space-between;
width: 100%;
position: relative;
top: 12px;
}
.links-section .quote-link a {
color: #FFF;
text-align: center;
font-family: Lexend;
font-size: 14px;
font-style: normal;
font-weight: 600;
background-color: #FF5023;
padding: 20px 50px 20px 40px;
position: relative;
top: 35px;
border-radius: 14px 14px 14px 6px;
transition: 0.3s ease-in-out;
}
.links-section .quote-link a::before {
content: '';
position: absolute;
left: 0;
width: 23%;
height: 90%;
background-color: #FF5023;
bottom: -0.5px;
transform: translateX(-19px);
transition: 0.3s ease-in-out;
clip-path: polygon( 1.59% 86.227%,1.59% 86.227%,1.019% 87.981%,0.897% 89.718%,1.19% 91.398%,1.865% 92.982%,2.887% 94.43%,4.222% 95.704%,5.835% 96.763%,7.694% 97.568%,9.763% 98.08%,12.008% 98.26%,87.021% 98.26%,87.021% 98.26%,88.824% 98.143%,90.533% 97.804%,92.128% 97.263%,93.583% 96.537%,94.878% 95.645%,95.989% 94.604%,96.892% 93.434%,97.566% 92.153%,97.987% 90.779%,98.132% 89.331%,98.132% 10.67%,98.132% 10.67%,97.987% 9.221%,97.566% 7.847%,96.892% 6.566%,95.989% 5.396%,94.878% 4.356%,93.583% 3.464%,92.128% 2.738%,90.533% 2.196%,88.824% 1.858%,87.021% 1.741%,48.309% 1.741%,48.309% 1.741%,46.932% 1.809%,45.596% 2.011%,44.315% 2.337%,43.1% 2.783%,41.963% 3.34%,40.918% 4.003%,39.975% 4.763%,39.149% 5.615%,38.45% 6.551%,37.891% 7.565%,1.59% 86.227% );
}
.logo a.custom-logo-link{ 
color:#000000;
}
.logo a {
color: #000;
font-size: 19px;
letter-spacing: 1px;
font-weight: 400;
font-family: "Lobster";
}
.logo p{ 
color: #000;
margin-bottom: 0;
font-size: 14px;
}
#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;
}
#header .search-icon
{
color: #000;
cursor: pointer;
font-size: 19px;
}
#header .search-form {
position:absolute;
right: 0;
display: none;
}
#header .search-form input[type="search"]
{
background-color: #fff;
border-radius: 40px;
border:1px solid gray;
}
#header .fa-window-close
{
color:gray;
cursor: pointer;
font-size: 20px;
}
#header .search-form input[type="submit"]
{
background-color:#373737;
border-radius: 40px;
}
#header .cart i {
color: #000;
z-index: 999999999999999;
font-size: 18px;
}
#header .account i{
color: #000;
}
#header span.cart-value {
  position: absolute;
  top: -5px;
  background:  #01CBEE;;
  color: #fff;
  border-radius: 50px;
  padding: 0px 6px;
  right: -2px;
  z-index: -1;
}
#header .bar_icon {
  text-align: right;
}
#header .bar_icon i {
  color: #fff;
  font-size: 20px;
  background: #000;
  text-align: center;
  padding: 12px;
}
#header .icons {
  padding: 18px 0px;
}


/* ------------ Header Search ------------ */
div#qnimate {
padding-left: 0;
position: fixed;
background-color: #fff;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
z-index: 1000;
opacity: 0.9;
}
.search-head div.search-container {
position: absolute;
left: 0;
right: 0;
top: 30%;
}
.search-head div.search-container button.close {
position: absolute;
right: 20px;
bottom: 40px;
transform: translateY(-90px);
border: none;
background-color: transparent;
font-size: 50px;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.search-head div.search-container input {
border: none;
border-bottom: 2px solid #FFAA1B;
width: 40%;
padding: 10px;
}
.search-head div.search-container button[type=submit] {
border: none;
background-color: transparent;
padding-left: 10px;
color: #FF5023;
}

/* --------------- Search -------------- */

.popup-box-on {
  display: block !important;
}
.off {
  display: none;
}

#search.open {
  opacity: 1;
  transform: translate(0px, 0px) scale(1, 1);
}
#search {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 2000;
  
}
#search .close {
  color: #be5254;
  font-size: 40px;
  opacity: 1;
  padding: 10px 17px;
  position: fixed;
  right: 15px;
  top: 15px;
}
button.close {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
}

input#term {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 50px;
  font-weight: 300;
  margin: -51px auto 0;
  outline: medium none;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
#search .btn {
  left: 50%;
  margin-top: 60px;
  padding: 10px 50px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
}
.btn-lg , .btn-group-lg > .btn {
  border-radius: 153px !important;
  font-size: 29px;
}
.btn-site {
  background: #be5254 none repeat scroll 0 0;
  color: #fff !important;
}

/*----------------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;
color: #ffffff;
padding: 24px 30px;
}
.admin-bar .sticky.stickynavbar {
margin-top: 32px;
}
.main-navigation li.main:nth-child(1) {
padding-left: 0;
}
.main-navigation li:last-child{
  border-right: none;
}
.main-navigation a, .main-navigation a:not([href]):not([class]){
display: block;
text-decoration: none;
text-transform: none;
padding: 0;
font-size: 14px;
letter-spacing: 0px;
color: #3A332D;
font-family: 'Lexend';
font-weight: 400;
position: relative;
}
.main-navigation a:hover{
  color: #FF5023 !important;
}
.main-navigation a:focus{
  color: #FF5023 !important;
}
.links-section a.exade {
color: #75706C;
font-family: Lexend;
font-size: 14px;
font-weight: 400;
line-height: 28px;
}
.links-section a.exade:hover {
color: #FFAA1B;
transition: 0.1s ease-in-out;
}
#menu-primary-menu > li.menu-item:not(:nth-child(1))::before {
content: '';
left: 0;
width: 2px;
height: 30%;
background-color: #3A332D;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
opacity: 0.1;
}
.main-navigation ul ul{
  display: none;
  position: absolute;
  left: 0;
  top: 85% ;
  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 .current_page_item > a,
.main-navigation .current-menu-item > a{
  color:  #FF5023;
}
.main-navigation .current_page_item > a::after, .main-navigation .current_menu_item > a::after {
content: '';
bottom: -20px;
position: absolute;
width: 100%;
height: 3px;
background-color: #FF5023;
left: 0;
border-radius: 20px;
}

.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;
}

.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;
}

/*---------------- Footer Section ----------------------*/
#footer ul.foot-flex{
display: flex;
align-items: center;
padding-left: 0px;
gap: 10px;
flex-wrap: wrap;
}
#footer ul li img {
width: 20px;
}
#footer ul.foot-flex p{
  margin: 0;
}
.footer-cols {
  padding-top: 60px;
  padding-bottom: 20px;
}
.footslider {
padding: 20px 0px 60px;
}
#footer
{
  background-color: #111111;
  background-repeat: no-repeat;
  background-size: cover;
}
.outer-footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.footer-social .socialbox a {
  border-right: none;
}
.footer-social .socialbox a i {
  color: #ffffff;
}
.footer-top {
  padding-bottom: 50px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.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 #fff;
  margin: 8px 0px;
}

#footer textarea{
  height: 100px;
}
#footer p.post-date {
    color: #ffffff;
    font-size: 11px !important;
}
.copyright .copy-text p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 500;
  padding: 20px 0;
  margin-bottom: 0;
}
.main_sociobox {
    padding: 20px 0;
}
#footer{ 
  color:#fff;
  text-align:left;
  position: relative;
}
.footer_hide{
  display:none;
}
#footer h3 {
padding: 17px 0 20px 0;
position: absolute;
top: 0px;
color: #FFF;
font-family: Lexend;
font-size: 16px;
border-radius: 20px;
background: #FF5023;
width: 20%;
margin-bottom: 0px;
padding-left: 30px;
z-index: 0;
}
.footer2 h3:nth-child(1)::before {
position: absolute;
left: 0;
top: 0;
bottom: 0;
content: '';
background-color: #FF5023;
width: 100%;
z-index: -1;
transform: translateX(-150px);
}
#footer .copyright p{
text-align: center;
color: #FFF;
font-family: Lexend;
font-size: 14px;
font-weight: 600;
line-height: 30px;
}
.copy-size .row{
position: relative;
}
.copy-social .icon i:hover {
background-color: #FFAA1B;
color: #CE401C;
transition: 0.3s ease-in-out;
}
.copy-size .row::before {
  position: absolute;
  content: '';
  opacity: 0.40;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #888B97;
}
.copy-size .left-copy{
background-color: #FF5023;
clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
border-radius: 0px 7px 0px 0px;
}
#footer .copyright a {
  color:  #fff;
  cursor: pointer;
}
#footer ul li{
list-style:none;
margin:0 0 5px 0;
text-align:left;
padding: 5px;
}
#footer .footer2 ul li{
display: contents;
}
#footer ul li a {
font-size: 15px;
letter-spacing: 0px;
color: #fff;
font-family: 'Lexend';
font-weight: 400;
line-height: 30px;
}
#footer #gallery-1 .gallery-item {
  width: 30%;
  margin: 4px;
}
#footer .gallery img{
border: 2px solid transparent;
border-radius: 8px;
}
.widget_recent_entries img {
  width: 100px; 
}
#footer{
background-color: #3A332D;
}
#footer .textwidget input[type="email"]
{
  border-radius: 40px;
  border:2px solid #9b9b9b;
}
#footer .textwidget input[type="submit"]
{
  background-color: transparent;
  border-radius: 40px;
  padding: 10px 20px;
  border:2px solid #9b9b9b;
  display: inline-block;
  margin-top: 10px;
  color: #9b9b9b;
  font-family: "Poppins"; 
}
#footer .footer-size{
max-width: 1400px;
margin: 0 auto;
margin-top: 50px !important;
}
#footer .contact-widget i {
  color:  #01CBEE;;
  margin-right: 10px;
  font-size: 16px;
}
.footer1 .widget_text {
margin-top: 6%;
}
#footer ul.menu {
margin-top: 16px;
}
#footer .footer-logo {
  margin-top: 30%;
}
#footer .social {
  margin-top: 25px;
}
#footer .social a {
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  padding: 3px 0;
  margin-right: 2px;
  width: 34px;
  height: 36px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
}
#footer .widget td 
{
  padding-top: 0px !important;
}
#footer #site-navigation ul li a
{
  font-size: 15px;
  letter-spacing: 1px;
  color: #919191;
  font-family: "Roboto";
  font-weight: 500;
}
#footer #site-navigation ul li
{
  margin-right: 20px;
}
#footer #site-navigation
{
  text-align: center;
  border-bottom: 1px solid #292929;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 65px;
}
#footer .main-navigation li.current_page_item
{
  background-color: transparent;
}
#footer .footer-logo-box
{
  margin: 0 auto;
  display: block;
  position:absolute;
  top: -154px;
  left: 0;
  right: 0;
  background-color: #111111;
  padding: 20px 15px;
  max-width:180px;
  max-height: 180px;
  border-radius: 50%;
}
#footer ul {
padding-left: 25%;
}
#footer ul.menu li{
position: relative;
}
#footer ul.menu li::before {
content: '\f061';
position: absolute;
left: 0;
font-family: 'Font Awesome 5 Free';
font-weight: 600;
bottom: 0;
display: flex;
transform: translateX(-40px);
padding: 8px 10px;
font-size: 12px;
background-color: #ffffff75;
color: #fff;
height: 30px;
width: 30px;
align-items: center;
top: 6px;
border-radius: 8px;
}
.footer1 .widget_media_image {
text-align: center;
margin-top: 0;
background-color: #FFAA1B;
clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
padding: 5px 60px 10px 40px;
border-radius: 20px 15px 20px;
position: absolute;
top: -60px;
z-index: 5;
}
div.menu-home-decor-container ul li,div.menu-support-container ul li, div.menu-customer-service-container ul li {
  list-style: initial !important;
}
.footer1 .widget_text p {
color: #FFF;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 30px;
}
.copy-social {
display: flex;
align-items: center;
justify-content: right;
padding-right: 8% !important;
}
.copy-social .icon i {
font-size: 16px;
padding: 14px 15px;
margin: 0px 8px;
background-color: #FF5023;
border-radius: 50%;
}
.copy-social .icon i.fa-facebook-f {
padding: 14px 17px;
}


/*-------------------------- 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: #ffffff;
    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: #fff;
  padding-left: 15px;
  caption-side: top;
}
.widget_calendar tbody a {
  background-color: #bbb;
  color: #fff;
  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 ------------ */
.banner-image .banner-size{
max-width: 1400px;
margin: 0 auto;
}
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: #FFAA1B;
  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: 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;
right: 1px;
}
#return-to-top:hover {
background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
color: #fff;
top: 5px;
}

.footer-cols .row .mar-gex:not(:first-child) ul {
margin-left: 20px;
}