:root { 
  --white: #ffffff; 
  --black: #000000; 
  --transparent: transparent;
}
/* ---------- Topbar ---------- */
#topbar {
  padding: 30px 0;
}
.home #header {
  position: absolute;
  width: 100%;
  z-index: 999;
  background-color: unset;
}
.logo-text a {
  font-size: 30px;
  line-height: 30px;
  color: var(--white);
}
.logo-text p {
  font-size: 15px;
  line-height: 20px;
  color: var(--white);
  margin-bottom: 0px;
}
.topbar-address {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: var(--white);
  font-family: 'Literata', serif;
}
.topbar-title {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ff7109;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
}
.topbar-box {
  padding: 0 !important;
}
/* ----------- Spinner ------------- */
.final-loader-loading-box{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff7109;
  z-index: 2;
  cursor: pointer;
  z-index: 9999;
}
.final-loader-loading-box .lds-ellipsis {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translateY(-50%);
}
.final-loader-loading-box .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.final-loader-loading-box .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.final-loader-loading-box .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.final-loader-loading-box .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.final-loader-loading-box .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.search-box {
    text-align: center;
}
/* --------------------------Header---------------------------- */
#sticky-onoff{
  display: none;
}
.main-header-box #sticky-onoff{
  display: none;
}
.stickynavbar {
  background-color: #fff;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 99;
}
.sticky .search-icon i{
   color: #9a9da4;
}
#vw-sticky-menu.sticky {
  margin-top: 0;
  padding: 10px 20px
}
.nav_wrap {
  clear:both;
  background-color: transparent;
  margin-bottom: 0em;
  z-index: 99;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  padding: 6px 0;
}
.menubar {
  background-color: #fff;
}
.header-social {
  border-right: 1px solid #efefef;
}
.header-social .vwsmp_front a{
  background-color: transparent;
  width: 20px;
  color: #8f8f93;
  padding: 10px 11px;
  font-size: 14px;
}
.header-social .vwsmp_front a:hover{
  color: #ff7109;
}
.menubar .menubar-logo-box{
  align-items: center;
}
.menubar .current_page_item a{
  border-bottom: 2px solid #ff7109;
  padding-bottom: 6px
}
/*header button*/
.head-button{
  background-color: #ff7109;
  padding: 13px 25px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  float: right;
}
a.header-button {
  font-size: 16px;
  letter-spacing: 3px;
  color: #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
}
a.header-button:hover{
  color: #202028;
}
/* ---------- Return to Top ------------ */
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background-color: #ff7109;
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  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: 0px 3px;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
#return-to-top #screen-reader-text{
  color: #fff;
}
#return-to-top.left{
  left: 10px;
}
#return-to-top.center{
  left: 50%;
  right: 50%;
}
/*----------------Menu bar-----------*/
.toggle-menu-title{
  display: none;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.main-header-box .right_menu{
  padding-left: 0;
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
  text-align: right;
}
.header-wrap #mySidenav{
  display: unset;
}
.main-navigation ul{
  list-style: none;
  padding-left: 0;
  max-width: 100%;
  width: max-content;
  width: -moz-max-content;
  margin:0 auto;
}
.main-navigation li {
  padding: 5px 22px;
  display: inline-block;
  margin-left: -5px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.main-navigation a {
  text-decoration: none;
  padding: 0;
  font-size: 14px;
  letter-spacing: 1px;
  color: #202028;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -webkit-backface-visibility: hidden;
  display: block;
  position: relative;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main-navigation ul li.menu-item-has-children a:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: -6px;
    height: 0px;
    width: 0px;
    color: #000000;
    top: 1px;
}
.main-navigation a:hover{
  border-bottom: 2px solid #ff7109;
  padding-bottom: 6px;
  color: #ff7109;
}
.main-navigation ul li:hover > ul {
  width: 200px;
  position: absolute;
  left: 0px;
  top: 55px;
  text-align: left;
  -ms-animation: slideInUp 0.1s ease-in-out;
  -webkit-animation: slideInUp 0.1s ease-in-out;
  animation: slideInUp 0.1s ease-in-out;
}
.main-navigation ul ul{
  display: none;
  position: absolute;
  left: 0;
  top: 100% ;
  background: #000;
  min-width: 215px;
  opacity: 0;
  z-index: 9999;
  padding: 8px;
  border-top: 3px solid #ff7109;
}
.main-navigation ul ul.sub-menu li a:before {
    content: "\f064";
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    margin-left: -17px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    font-family: 'Font Awesome 5 Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
    color: #ff7109;
}
.main-navigation ul ul.sub-menu li a:after{
  content: none;
}
.main-navigation ul ul.sub-menu li:hover > a::before {
    opacity: 1;
}
.main-navigation ul ul.sub-menu li a:hover {
    padding-left: 12px;
    padding-right: 0;
    background: none;
    color: #ff7109;
    border-radius: 0px;
    -moz-transform: translate(15px, 0%);
    -ms-transform: translate(15px, 0%);
    -webkit-transform: translate(15px, 0%);
    -o-transform: translate(15px, 0%);
    transform: translate(15px, 0%);
    overflow: hidden;
}
.main-navigation ul ul.sub-menu li a{
  border:0;
}
.main-navigation ul ul ul{
  left: 31% !important;
  top: 41px !important;
}
.side-navigation li>.sub-menu, .side-navigation li>.sub-menu {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  visibility: hidden;
}
.main-navigation ul ul a{
  text-transform: none;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  transition: all .5s ease 0s;
}
.main-navigation ul ul li,.menubar.scrolled .main-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  border-left: none;
  border-right: none;
  position: relative;
  float: none;
  line-height: 18px;
  margin-left: 0;
  padding: 12px;
  margin-right: 0;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
}
.side-navigation li:hover>ul.sub-menu, .side-navigation li:hover>ul.sub-menu {
  display: block;
}
.side-navigation li:hover>ul.sub-menu, .side-navigation li:hover>ul.sub-menu {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1 !important;
  visibility: visible;
  width: 250px;
  position: absolute;
  text-align: left;
  left: auto;
  top: 33px;
  -ms-animation: zoomIn .3s ease-in-out;
  -webkit-animation: zoomIn .3s ease-in-out;
  animation: zoomIn .3s ease-in-out;
  padding: 0;
  border-radius: 0;
}
.menubar ul ul .current_page_item a,.menubar ul ul ul li.current_page_item a {
  border-bottom: 0;
  padding-bottom: 0px;
}
.main-navigation ul ul li:last-child{
  border-bottom: 0;
  border-right: none;
}
.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: #ff7109;
}
.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{
  width: 100%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: right;
  width: auto;
}
#header {
  background-color: #202028;
}
.headerbar ,.close-sidebar{
  display: none;
}
/*-----------------Search pop up----------------*/
.search-icon{
  cursor: pointer;
}
.search-button {
  display: flex;
  align-items: center;
}
.search-icon i {
  color: #000;
}
.serach_inner input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  color: #ffffff;
  border: none;
  background-color: #ff7109;
}
.serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.8);
  display: none;
}
.serach_inner,.closepop {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.closepop {
  right: 0;
  text-align: right;
  margin-right: 28px;
  z-index: 999999;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  border: 1px solid #bababf;
  padding: 14px 20px;
  border-radius: 0;
  background: #ffffff;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  border-radius: 40px;
}
.serach-page input.search-field {
  border: 1px solid #ccc;
  padding: 9px;
}
.search_popup input.search-submit {
  border: 0;
}
.search_popup label {
  background: transparent;
  width: 84%;
}
.search_popup input.search-field {
  background: transparent;
  width: 100%;
  text-indent: 8px;
}
/*--------------- Sidebar -----------------*/
#sidebar td#prev a,#sidebar caption,#sidebar td,#sidebar th {
 color: #6c6c6c;
}
#sidebar caption {
 font-weight: bold;
 font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
 border: 1px solid #e1e1e1;
 text-align: center;
}
#sidebar td {
 padding: 7px;
}
#sidebar th {
 text-align: center;
 padding: 5px;
}
#sidebar select {
 padding: 10px 5px;
 border: solid 1px #e1e1e1;
 color: #6c6c6c;
 background: transparent;
}
#sidebar form{
 text-align: center;
}
#sidebar h3 {
  font-size: 24px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 11px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  font-family: 'Literata', serif;
}
#sidebar input[type="search"] {
 padding:10px 10px;
 font-size:15px;
 margin-bottom: 10px;
 color:#6c6c6c;
 border: solid 1px #e1e1e1;
 width: 100%;
}
#sidebar label{
 margin-bottom: 0;
 width: 100%;
}
#sidebar input[type="submit"]{
 background-color :#ff7109;
 color:#fff;
 padding:10px 0;
 font-size:12px;
 width: 100%;
 letter-spacing: 2px;
 font-weight: bold;
}
#sidebar .widget {
 padding: 20px;
 margin-bottom: 25px;
 -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
}
#sidebar ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: 17px;
}
#sidebar ul li{
 font-weight: 600;
  color: #343434;
  font-family: Poppins,sans-serif;
  font-size: 15px;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
#sidebar ul li:last-child{ 
  border:none;
}
#sidebar ul li a {
  font-weight: 600;
  color: #343434;
  font-family: Poppins,sans-serif;
  font-size: 15px;
}
#sidebar .tagcloud a{
 border: solid 1px #e1e1e1;
 color:#6c6c6c;
 font-size:15px !important;
 padding:5px 18px;
 margin:0 0 5px;
 display:inline-block;
}
#sidebar .tagcloud a:hover{
 background:#111;
 color: #fff;
}
span.credit_link a {
  color: #ff7109;
}
.single-post-content p,.outer_dpage p{
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #a1a5ab;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 500;
}
.content_boxes .share_icon{
  margin-top: 20px;
}
.content_boxes iframe{
  max-width: 100%;
}
/*---------------- Footer Section ----------------------*/
#footer{
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 28px;
  background-color: #404042;
  position:relative;
}
#footer .footer-patter-image{
  position: absolute;
  top: -1px;
  width: 100%;
}
.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: 20px 2px;
}
#footer form.search-form input[type="search"]{
  width: 100%;
  margin-bottom: 0px;
}
#footer textarea{
  height: 100px;
}
#footer p.post-date {
  color: #7f8391;
  font-size: 13px !important;
}
.main_sociobox {
  padding: 20px 0;
}
#footer{ 
  color:#777777;
  text-align:left;
}
.footer_hide{
  display:none;
}
#footer h3 {
  padding: 10px 0 7px 0;
  font-size: 20px;
  color: #ff7109;
  -webkit-text-fill-color:#ff7109 !important;
  font-family: 'Literata', serif;
  font-weight: bold;
}
#footer ul li{
  list-style:none;
  margin:0 0 5px 0;
  text-align:left;
  padding: 5px;
}
#footer ul li a{
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Nunito Sans', sans-serif;
}
#footer .about_me table{
  margin-bottom: 0;
}
#footer .about_me table p{
  font-size: 16px;
  color: #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 8px;
}
.widget_recent_entries img {
  width: 100px;
}
.about_me table, .about_me td, .about_me th{
  border: none;
}
.about_me p.message {
  margin-bottom: 20px !important;
}
.vw-credit, .vw-credit a{
  color: #ffffff !important;
}
.copyright {
  background-color: #101014;
  padding: 30px 0;
}
.copyright p{
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 23px;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 400;
  text-align: left;
  padding-top: 7px;
}
#footer .textwidget input[type="email"]{
  border:1px solid #fff;
  background-color: #fff;
  color: #7f8391;
  border-radius: 5px;
}
#footer .textwidget input[type="email"]::placeholder{
  color: #7f8391;
}
#footer .textwidget input[type="submit"]{
  background-color: #ff7109;
  padding: 7px 20px;
  display: inline-block;
  margin-top: 17px;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif; 
  font-weight: 400;
  border-radius: 5px;
}
#footer .about_me i{
  font-size: 14px;
  color:#fff;
  background-color: #ff7109;
  width: 30px;
  height: 30px;
  padding: 10px 9px;
  margin-bottom: 8px;
}
#footer .widget td {
  padding-top: 0px !important;
  padding-bottom: 0;
}
#footer .widget p{
  font-size: 16px;
  letter-spacing: 0px;
  color: #fff;
  line-height: 30px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  margin-top: 25px;
}
#footer .post-content a{
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #aaaaaa;
  font-family: 'Literata', serif;
  font-weight: 400;
  margin-bottom: 0;
}
.copyright .socialbox{
  text-align: right;
}
.copyright .socialbox .screen-reader-text{
  color:#fff;
}
.copyright .copyright-icon{
   justify-content: flex-end;
}
#footer .widget_nav_menu ul{
  margin-left: 0;
}
#footer .recent-post-box .post-thumb{
  padding: 0;
}
#footer .widget ul{
  margin-left: 0;
  padding: 0;
}
#footer nav.main-navigation li {
  padding: 0px 20px;
  border-left: 1px solid #fff;
}
#footer nav.main-navigation li:first-child{
  border-left:0;
}
#footer nav.main-navigation a:hover{
  border:0;
  padding: 0;
}
#footer .copyright .socialbox i{
  width: 43px;
  height: 54px;
  color: #adadad;
  border:2px solid #adadad;
  margin-right: 10px;
  padding: 17px 12px;
  font-size: 18px;
  margin-top: 10px;
}
#footer .widget_media_gallery #gallery-1 img{
  border:none;
}
#footer #gallery-1 .gallery-item{
  margin:0;
}
#footer .custom-social-icons i{
  color: #ffffff;
}
#footer .custom-social-icons i:hover{
  color:#ff7109;
}
#footer .custom-social-icons a{
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 0;
}
#footer .recent-post-box p{
  line-height: 11px;
}
#footer .widget_products ins{
  text-decoration: none;
}
/* --------- Social Icon Widget ------- */
.social_widget a {
  color: #8e929f;
  padding: 7px 7px;
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 50%;
}
.social_widget a i {
  font-size: 13px;
  letter-spacing: 3px;
  width: 20px;
  text-align: center;
}
/*-------------Footer Menu ------------*/
.footer_menu ul li {
  display: inline-block;
}
.footer_menu ul li:last-child {
  border-right: none;
}
.footer_menu ul li a {
  color: #ffffff;
  padding: 0 15px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif;
}
#footer .footer-links{
  background-color: #fff;
}
/*---------------- Custom Footer ----------------------*/
.footer_form .section-heading {
  text-align: center;
}
.footer_form {
  padding: 0 40px 40px;
}
.footer_form .section-heading h3 {
  color: #ffffff;
  display: table;
  text-align: center;
  margin: 0 auto;
  padding: 11px;
  border: none;
  font-weight: bold;
}
.footer_form .section-heading p{
  color: #ffffff;
}
.footer_form input[type="text"], .footer_form  input[type="tel"], .footer_form  input[type="email"], .footer_form  input[type="phno"], .footer_form  input[type="password"], .footer_form  textarea {
  border: 1px solid #ffffff;
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  background: transparent;
  color: #ffffff;
  font-style: italic;
}
.footer_form  textarea {
  height: 120px;
}
.footer_form input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  background-color: #1e202c;
}
.footer_form input::-webkit-input-placeholder, .footer_form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.footer_form input::-moz-placeholder, .footer_form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.footer_form input:-ms-input-placeholder, .footer_form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.footer_form input:-moz-placeholder, .footer_form textarea:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}