/*-----------------Search pop up----------------*/
.vw_serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  overflow: hidden;
  transition: 0.5s;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  display: none;
}
.vw_serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.vw_closepop {
  position: absolute;
  top: 29%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
  z-index: 999999;
}
.vw_serach_outer i {
  font-size: 16px;
  padding: 4px 0 0 0;
  color: white;
  cursor: pointer;
}
.vw_closepop i{
  font-size: 30px;
}
.vw_serach_inner form.vw_search-form {
  display: table;
  border-radius: 0;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.serach-page input.vw_search-field {
  border: 1px solid #ccc;
  padding: 9px;
}
.vw_search_popup input.vw_search-submit {
  border: 0;
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid white;
}
.vw_search_popup label {
  background: transparent;
  width: 81%;
}
.vw_search_popup input.vw_search-field {
  padding: 15px 0;
  background: transparent;
  width: 100%;
  text-indent: 8px;
  border-bottom: 2px solid white;
  color: white;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 20px;
}
.vw_search_popup input.vw_search-field::placeholder {
  font-size: 17px;
  color: white;
}
.vw_search_popup .vw_search-submit {
  color: white;
  border-radius: 50%;
  background-color: #222;
  padding: 10px 13px;
  width: 50px;
  height: 50px;
  border: none;
}
/* --------------------------Header---------------------------- */
.vw-main-header-box #sticky-onoff {
  display: none;
}
.stickynavbar {
  background-color: white !important;
  z-index: 9999999999999;
  padding-top: 0 !important;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  padding-bottom: 0 !important;
}
.vw_nav_wrap {
  clear: both;
  background-color: transparent;
  margin-bottom: 0em;
  z-index: 99;
}
#header .logo img {
  max-height: 123px;
  width: auto;
}
.header-wrap {
  width: 100%;
  text-align: center;
}
.vw-main-header-box {
  background-color: white;
}
.vw_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, #vw_footer .logo {
  margin: 0;
  text-align: center;
}
#header .logo {
  text-align: left;
}
#header .logo h1 {
  font-weight: 700;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
}
.logo a.custom-logo-link {
  color: black;
}
.logo h1 a {
  color: var(--grey1);
  font-weight: 700;
}
.logo-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#header .top-contact {
  padding: 12px 0;
  font-size: 15px;
}
.vw_menubar .social-media {
  padding: 12px 0;
  text-align: center;
}
.scrolled {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: white;
}
#masthead.scrolled {
  background: white;
}
#site-navigation {
  width: 100%;
}
.vw-main-header-box .vw_header-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* ---------- Return to Top ------------ */
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background-color: var(--skyblue);
  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: white;
  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: white;
  top: 5px;
}
/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.vw-main-header-box .right_menu {
  padding-left: 0;
}
.vw_main-navigation ul {
    list-style: none;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vw_main-navigation li {
  position: relative;
  padding: 15px 24px;
  display: inline-block;
}
.vw_main-navigation li:last-child {
  border-right: none;
}
.vw_main-navigation a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--lightgrey);
  font: 400 16px / 16px var(--common-font-bc);
}
.vw_main-navigation a:hover {
  color: var(--peach);
}
.sub-menu a{
  color: #fff;
}
.vw_main-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
 background: var(--skyblue);
  min-width: 215px;
  z-index: 9999;
  animation: slideInLeft .8s ease-in-out;
  transform-origin: top center;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.vw_main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.vw_main-navigation ul ul a {
  line-height: 1.5;
}
.vw_main-navigation ul ul li, .vw_menubar.scrolled .vw_main-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}
.vw_main-navigation ul ul li:last-child {
  border-bottom: 0;
}
.vw_main-navigation ul li:hover > ul {
  display: block;
}
.vw_main-navigation .menu > ul > li.highlight {
  background-color: white;
}
.vw_main-navigation .menu > ul > li.highlight:hover {
  background: transparent;
}
.vw_menubar.scrolled .menu > ul > li:hover > a:after, .vw_menubar.scrolled .menu > ul > li.current_page_item > a:after, .vw_menubar.scrolled .menu > ul > li.current-menu-item > a:after {
  height: 2px;
}
.menu > ul > li.exoplanet-search:after {
  background: transparent !important;
}
.vw_main-navigation ul ul li:hover > a {
  color: var(--peach);
}
.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;
}
.header-social-icon {
  padding-top: 15px;
}
.header-social-icon .socialbox i {
  color: #b2b2b2;
  font-size: 13px;
  padding-right: 15px;
}
#header-menu .call_here {
  letter-spacing: 1px;
  color: white;
  background-color: var(--skyblue);
  padding: 15px 20px;
  border-radius: 15px;
font: 400 16px / 15px var(--common-font-basic);
}
.call_here a{
  color: #FFFFFF;
  font-size: 29px;
}
.call_here a:hover{
  color: var(--peach);
}
.vw_search-icon{
  display: flex;
    align-items: center;
}
.vw_search-icon i{
  background: #F47629;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}
#header-menu .current_page_item {
  background-color: var(--peach);
  border-radius: 30px;
}
#header-menu .current_page_item a {
  color: white;
}
#header-menu .current_page_item li a {
  color: #838384;
}
.vw_topbar_row{
      border-bottom: 1px solid #dadada;
}
/*----------------------Mobile Menu Icon------------------------------*/

.toggle-nav, a.closebtn {
  display: none;
}
.vw_main-navigation ul ul li {
  padding: 10px;
}
#menu-primary-menu>.menu-item-has-children::before {
  content: "\f078";
  font-family: 'font awesome 5 free';
  font-weight: 800;
  position: absolute;
  right: 5px;
  bottom: 0;
 top: 18px;
  font-size: 10px;
}
/*-------------Footer Menu ------------*/
#footer_box {
  padding: 50px 0 30px 0;
}
#vw_footer {
  background-color: #222222;
  background-repeat: no-repeat;
  background-size: cover;
}
.outer-footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.outer-footer {
  background-size: 100% 100%;
}
#vw_footer form.vw_search-form {
  border: none;
  background: transparent;
  padding: 0;
}
#vw_footer form.vw_search-form input {
  float: none;
  border: 1px solid white;
  margin: 20px 2px;
}
#vw_footer form.vw_search-form input[type="search"] {
  width: 100%;
  margin-bottom: 0px;
}
#vw_footer textarea {
  height: 100px;
}
#vw_footer p.post-date {
  color: #7f8391;
  font-size: 11px !important;
}
#vw_footer {
  color: white;
  text-align: left;
}
.footer_hide {
  display: none;
}
#vw_footer h3 {
  color: white;
  padding: 10px 0 17px 0;
  text-transform: uppercase;
}
#vw_footer .copyright p, #vw_footer .copyright .copyright-text a{
  letter-spacing: 1px;
  line-height: 17px;
  color: #adadad;
  margin-bottom: 0;
  text-align: left;
  font: 400 14px var(--common-font-a);
}
#vw_footer .copyright {
  border-top: 1px solid #4b4c4e;
  margin-top: 40px;
}
#vw_footer ul li {
  list-style: none;
  text-align: left;
  padding: 16px 10px 16px 26px;
  border-bottom:1px solid #3d3d3d;
  position: relative;
}
#vw_footer ul li:last-child{
  border-bottom: none;
}
#vw_footer ul li a, #vw_footer .about_me table p, .about_me p span, .about_me p  a{
  letter-spacing: 1px;
  color:#fff;
  font: 400 14px var(--common-font-a);
}
#vw_footer ul li a:hover,.about_me p  a:hover,.about_me .phone .contact-text:hover {
  color: var(--peach);
}
.about_me .location,.about_me  .email  {
  border-bottom: 1px solid #4c4e50;
  padding: 16px 0;
  margin-bottom: 0;
}
.about_me .phone{
  padding: 16px 0;
  margin-bottom: 0;
}
.about_me .phone .contact-text{
  color: #FFFFFF;
  font-size: 42px;
  font-weight: 700;
  font-family: var(--common-font-bc);
}
.about_me .location, .about_me .email{

}
#vw_footer .widget_media_image img {
  padding-top: 30px;
}
#vw_footer #gallery-1 .gallery-item{
  margin-top: 0;
  width: 30%;
  margin-right: 8px;
}
#vw_footer .about_me i {
  font-size: 16px;
  color: #fff;
  padding-right: 12px;
}
#vw_footer .widget.widget_nav_menu ul li a:before {
  content: '\f101';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--lightgrey11);
  position: absolute;
  left: 0px;
  top: 18px;
}
#vw_footer .about_me table p {
  letter-spacing: 0px;
  margin-bottom: 0;
}
.ffoter-contact-now{
  color: white;
  border: none;
  text-transform: uppercase;
  padding: 16px 26px;
  border-radius: 30px;
  font: 700 15px var(--common-font-bc);
  letter-spacing: 1px;
  background: var(--peach);
  margin-top: 20px;
  display: inline-block;
}
.ffoter-contact-now:hover{
  background: #000;
  color: white;
}
.widget_recent_entries img {
    width: 100px;
    height: 80px;
    object-fit: cover;
}
.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: white;
}
.copyright {
  padding-top: 18px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#vw_footer .textwidget input[type="email"] {
  border-bottom: 1px solid #7f8391;
  border-left: none;
  border-right: none;
  border-top: none;
  color: #7f8391;
}
#vw_footer .textwidget input[type="email"]::placeholder {
  color: #7f8391;
}
#vw_footer .textwidget input[type="submit"] {
  background-color: #222;
  border-radius: 40px;
  padding: 7px 20px;
  display: inline-block;
  margin-top: 17px;
  color: white;
  font-family: var(--common-font-bc);
}
#vw_footer .widget td {
  padding-top: 0px !important;
  padding-bottom: 0;
}
#vw_footer #site-navigation ul li a {
  font-size: 15px;
  letter-spacing: 1px;
  color: #919191;
  font-weight: 500;
}
#vw_footer #site-navigation ul li {
  margin-right: 20px;
  margin-bottom: 0;
  padding: 25px 10px 25px 0;
}
#vw_footer #site-navigation {
  text-align: center;
}
#vw_footer .vw_main-navigation li.current_page_item {
  background-color: transparent;
  border-bottom: 3px solid var(--peach);
}
#vw_footer .vw_main-navigation li.current_page_item a {
  color: #fb7f7f !important;
}
#vw_footer #site-navigation ul {
  border-bottom: none;
  margin: 0;
}
#vw_footer #site-navigation ul li a {
  font-size: 18px;
  letter-spacing: 1px;
  color: #999ba3;
  font-family: var(--common-font-bc);
}
#vw_footer .textwidget p {
  font-size: 14px;
  line-height: 30px;
  color: #7f8391;
  font-weight: 600;
  margin-bottom: 0;
}
#vw_footer .copyright .copyright-text a{
    color: #fff;
}
#vw_footer .post-content a {
  font-size: 13px;
  letter-spacing: 1px;
  color: #7f8391;
  font-family: var(--common-font-bc);
}
.copyright .socialbox {
     display: flex;
    justify-content: end;
    gap: 15px;
}
.copyright .socialbox i {
  padding-right: 10px;
}
#vw_footer .widget_nav_menu ul, #vw_footer .widget ul {
  margin-left: 0;
}
#vw_footer .recent-post-box .post-thumb {
  padding: 0;
}
#vw_footer .copyright .socialbox i {
  width: 45px;
  height: 60px;
  color: #fff;
  border: 2px solid var(--lightgrey);
  padding: 17px 13px;
  font-size: 18px;
  margin-top: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center
}
#vw_footer .copyright .socialbox i:hover {
  background-color: var(--peach);
  border: 2px solid var(--peach);
  color: white;
}
#vw_footer .widget_media_gallery #gallery-1 img {
  border: none;
  padding-left: 0;
  /* padding-right: 15px; */
}
/* --------------- Topbar --------------- */

.topbar-text a,.topbar-time{
  color: #000000;
  font: 400 15px / 15px var(--common-font-a);
  text-align: start;
}
.topbar-text i,.topbar-text a:hover{
  color:#F47629;
}
.editor-styles-wrapper {
  color: red !important;
}
#vw_topbar .socialbox a i {
  color: var(--grey1);
  font-size: 16px;
  width: 40px;
  height: 55px;
  border: 2px solid var(--grey1);
  padding: 18px 9px;
  margin: 0 3px;
  text-align: center;
  border-radius: 2px;
}
#vw_topbar .socialbox a i:hover {
  background-color: var(--peach);
  border: 2px solid var(--peach);
  color: white;
}
#vw_topbar .phone-details i, #vw_topbar .phone-details h4, #vw_topbar .phone-details span {
  color: var(--grey1);
}
#vw_topbar .phone-details span {
  font: 400 14px var(--common-font-basic);
}
#vw_topbar .phone-details h4 a{
  color: #303133;
  letter-spacing: 1px;
  font: 700 40px var(--common-font-bc);
}
#vw_topbar .vw_search-icon i {
  color: white;
  width: 50px;
  height: 50px;
  background-color: var(--skyblue);
  padding:20px 20px;
  border-radius: 50%;
  font-size: 12px;
}
#vw_topbar .vw_search-icon i:hover {
  background-color: var(--peach);
}
amp-sidebar#sidebar1 {
  display: none 
}
[class*="amphtml-sidebar-mask"] {
background: none;
z-index: 99;
} 
.i-amphtml-sidebar-mask{
  position: static!important 
}