<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --white: #ffffff;
  --black: #000000;
  --darkgreen: #93c700;
  --transparent: transparent;
}
:root {
  --glyphicons-web-font: "Glyphicons Halflings";
}
/*---------------Common Css---------------------*/
.spinner-loading-box .lds-ellipsis div,.scrolled{
  background-color: var(--white);
}
#return-to-top:hover i,#return-to-top i,.vw-credit, .vw-credit a,#footer h3,#footer ul li a,#footer input[type="submit"],#footer .copyright a,#footer .copyright p,#footer,.copyright p,#footer p.post-date,#footer input, #footer textarea,#newsletter .about-heading h3 small,#newsletter .about-heading h3,#newsletter input[type="email"],.footer_details .socialbox i,.footer_details,.footer_form .section-heading p,.top_bar .socialbox a,.continnerbox{
  color: var(--white);
}
.footer_details .socialbox a:hover i,.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{
  color: var(--black);
}
span.credit_link a,.container #blog-right-sidebar h3, #newsletter .section-heading h3,.footer_details i,.contact_details i,.top_bar .socialbox a:hover,.main-navigation .current_page_item &gt; a,.main-navigation .current-menu-item &gt; a,.main-navigation .current_page_ancestor &gt; a,.main-navigation a:hover,.logo h1 a,.logo p{
  color: var(--darkgreen);
}
#return-to-top,.spinner-loading-box,#footer h3:after,#footer input[type="submit"],.footer_details .socialbox a:hover,.main-navigation .menu &gt; ul &gt; li.highlight{
  background-color: var(--darkgreen);
}
/* --------------------------Header---------------------------- */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #191d20;
}
#masthead {
  width: 100%;
}
#header .logo img{
  max-height: 123px;
  width: auto;
  margin-top: 14px;
}
#header {
  width: 100%;
  float: left;
}
#topbar {
  border-top: 10px solid #435061;
}
.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%;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
#header .logo{
  background-color: #f4f4f4;
  text-align: center;
  position: absolute;
  z-index: 999;
  height: auto;
  padding:10px;
  margin-top: 0;
  min-height: 100px;
  width: 270px;
}
#header .logo h1{ 
  font-weight:700; 
  padding:0; 
  margin-bottom:8px; 
  font-size:26px; 
  font-weight:bold; 
  margin-top: 0; 
}
.main_title h1 {
  text-align: center;
  font-size: 30px !important;
}
.main_title h1:after{
  margin: 10px auto;
}
h1.entry-title {
  text-align: center;
}
#header .logo:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 135px solid transparent;
  border-right: 135px solid transparent;
  border-top: 35px solid #f4f4f4;
  overflow: visible;
  z-index: 9999;
}â€‹
.logo h1 a{
  text-transform: uppercase;
  letter-spacing: 0;
}
.logo p{ 
  margin-bottom: 0;
  font-size: 14px;
}
#header .top-contact{
  padding:12px 0; 
  font-size:15px;
}
.menubar .social-media{
  padding:12px 0; 
  text-align:center;
}
#masthead.scrolled .logo {
  position: relative;
}
#site-navigation {
    width: 100%;
}
.page-header h1.page-title {
    font-size: 30px;
}
.header-sec {
    background-color: #f4f4f4;
}
/*----------------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;
  text-align: right;
  margin: 10px 0;
  margin-right: 25px;
}
.main-navigation li{
  position: relative;
  padding: 15px;
  display: inline-block;
}
.main-navigation li:last-child{
  border-right: none;
}
.main-navigation a{
  display: block;
  text-decoration: none;
  text-transform: none;
  color: #191d20;
  padding: 0;
  font-size: 15px;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}
.main-navigation ul ul{
  display: none;
  position: absolute;
  left: 0;
  top: 80% ;
  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;
  padding: 8px 0px;
  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 &gt; ul{
  display: block;
  -webkit-animation: fadeIn .7s ease-in-out;
  animation: fadeIn .7s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate(0px,0px);
  -moz-transform: translate(0px,0px);
  transform: translate(0px,0px);
  overflow: visible;
}
.main-navigation .menu &gt; ul &gt; li.highlight:hover{
  background: transparent;
}
.menubar.scrolled .menu &gt; ul &gt; li:hover &gt; a:after,.menubar.scrolled .menu &gt; ul &gt; li.current_page_item &gt; a:after,.menubar.scrolled .menu &gt; ul &gt; li.current-menu-item &gt; a:after{
  height: 2px;
}
.menu &gt; ul &gt; li.exoplanet-search:after{
  background: transparent !important;
}
.main-navigation ul ul li:hover &gt; a{
  color: #1e1d1c;
}
.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%);
}
.main-navigation ul ul li{
  padding: 10px;
}
.top_bar .socialbox {
  text-align: right;
  padding-top: 5px;
}
.top_bar .socialbox a {
  margin: 0 8px;
}
.footer-contactmap {
  background-color: #333;
}
.footer_form {
  padding: 40px 0;
}
.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 #424648;
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  background: transparent;
  font-style: italic;
}
.footer_form  textarea {
  height: 100px;
}
.footer_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
.footer_form input::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
.footer_form input:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
.footer_form input:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}
/*---------------- Footer Contact Details ----------------------*/
.footer_details i {
  font-size: 28px;
  padding: 4px 12px;
}
.footer_details .socialbox i{
  font-size: 16px;
}
.footer_details .socialbox a{
  padding: 8px 0px;
  margin-bottom: 5px;
  display: inline-block;
}
/*-----------------Newsletter------------*/
#newsletter {
  padding-bottom: 0;
}
#newsletter .contactfeild {
  position: relative;
}
.footer-border {
  border-bottom: solid 1px #6a6d6f;
}
#newsletter .section-heading h3{
  font-size: 25px;
}
#newsletter input.wpcf7-form-control.wpcf7-submit {
  position: absolute;
  right: 0px;
  top: 1px;
}
#newsletter .about-heading h3{
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
}
#newsletter .about-heading h3 small{
  font-weight: normal;
  display: block;
  font-size: 13px !important;
}
/*---------------- Footer Section ----------------------*/
.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;
  margin: 20px 2px;
}
#footer input, #footer textarea{
  background-color: transparent;
  border: 1px solid #ffffff;
}
#footer textarea{
  height: 100px;
}
#footer p.post-date {
  font-size: 11px !important;
}
.copyright {
  border-top: 1px solid #6a6d6f;
  background-size: cover;
}
.copyright p {
  font-size: 14px;
  margin-bottom: 0;
}
.copyright .socialbox a {
  color: #191d20;
  margin-left: 20px;
}
.main_sociobox {
  padding: 20px 0;
}
#footer{ 
  text-align:center;
  padding:3em 0 0 0px;
  text-align:left;
}
.footer_hide{
  display:none;
}
.footer-top-col {
  border-left: solid 5px ;
  border-color:#93c700;
  padding-left: 15px;
}
.container #blog-right-sidebar h3, #footer h3{
  text-align:left;
  font-size:24px;
  padding:0 0 17px 0;
}
#footer .copyright p{
  font-size:14px;
  text-align:center;
}
#footer .copyright a {
  cursor: pointer;
}
#footer input{
  padding:8px 8px; 
  float:left;
  margin:5px 0;
  border-radius:0px;
}
#footer input[type="submit"] {
  padding: 8px 10px;
  text-transform: uppercase;
}
#footer .copyright{
  text-align:center; 
  border-top:1px solid #337ab7;
  margin:30px 0 0 0;
  padding-top:40px;
}
#footer ul {
  margin: 0;
}
#footer ul li{
  list-style:none;
  margin:0 0 5px 0;
  text-align:left;
  padding: 5px;
}
#footer p{
  font-size:14px;
  margin: 0;
  line-height: 30px;
}
.widget_recent_entries img {
  width: 100px;
}
#footer h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
#footer h3:after {
  position: absolute;
  height: 2px;
  width: 50px;
  bottom: 0px;
  content: "";
  right: 0;
  left: 0;
}
.footer-cols {
  padding-bottom: 40px;
}
.about_me table, .about_me td, .about_me th{
  border: none;
}
.about_me p.message {
  margin-bottom: 20px !important;
}
/* ----------- Spinner ------------- */
.spinner-loading-box{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  z-index: 9999;
}
.spinner-loading-box .lds-ellipsis {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translateY(-50%);
}
.spinner-loading-box .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.spinner-loading-box .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.spinner-loading-box .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.spinner-loading-box .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.spinner-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);
  }
}
#return-to-top.left{
  left: 10px;
}
#return-to-top.center{
  left: 46%;
  right: 46%;
}
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  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;
}
#return-to-top i {
  margin: 0;
  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;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  top: 5px;
}
amp-sidebar#sidebar1,.headerbar,#sticky-onoff{
  display: none;
}
.stickynavbar {
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 99;
  transition: 0.4s;
}
.contact-list,.sticky .menu-box{
  padding: 0 15px;
}
.sticky .menu-box{
  max-width: 1024px;
  margin: 0 auto;
}
.sticky .menu-box .custom-logo-link{
  display: inline;
  float: left;
}
#footer .star-rating {
    margin: 8px 0;
}
.main-navigation ul&gt;li.menu-item-has-children&gt;a:after {
  content: "\f107";
  position: static;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}
.main-navigation ul ul&gt;li.menu-item-has-children&gt;a:after {
    content: "\f105";
    margin-top: 0%;
    position: static;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    margin-right: 30px;
}</pre></body></html>