/* --------------------------Header---------------------------- */
#sticky-onoff{
  display: none;
}
.main-header-box #sticky-onoff{
  display: none;
}
.menubar ul a {
  padding: 0 10px;
}
.stickynavbar {
  background-color:#3bb7cf;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 99;
}
#vw-sticky-menu.sticky {
  margin-top: 0;
  padding: 10px 20px
}
.menubar.sticky{
  padding-top: 0;
}
.home.page-template .site-header{
  position: absolute;
  top: 0;
  background-color: transparent;
  width: 100%;
  left: 0;
  z-index: 999;
}
.site-header{
  background-color: #3bb7cf;
}
.menubar ul{
  list-style-type: none;
}
.site-header .header-logo a{
  font:900 21px "Merriweather";
  letter-spacing: 1px;
  line-height: 30px;
  color: #ffffff;
  text-align: left;
}
.site-header .header-logo h1{
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 30px;
}
.site-header .header-logo p{
  font:400 14px "Merriweather";
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 0;
}
.site-header .menubar .row{
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #7d9cea;
}
#sticky-onoff,.home #sidebar1 .side-navigation li.current_page_item:after,amp-sidebar#sidebar1,.home .sticky .side-navigation li.current_page_item:after,.menu-box .custom-logo-link,.main-header-box #sticky-onoff,.toggle-menu-title,.headerbar,.footer_hide{
  display: none;
}
/*----------------Menu bar-----------*/
@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;
}
.menubar ul{
  list-style: none;
  padding-left: 0;
  max-width: 100%;
  width: max-content;
  width: -moz-max-content;
  margin:0 auto;
}
.menubar li{
  position: relative;
  padding:5px 0px;
  display: inline-block;
  margin-left: -5px;
  padding-right: 0;
  margin-right: 0;
  float: none;
}
.menubar.sticky li{
  padding: 11px 11px;
}
.menubar li ul li{
  padding: 10px 0px;
  margin-left: 0;
}
.main-header .side-navigation ul li a:hover {
  filter: unset !important;
}
.menubar ul a{
  display: block;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
  font:500 14px/1.4 "Roboto";
  position: relative;
  margin: 0 20px;
  padding: 12px 0;
  -moz-transition: color 0.3s, background-color 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  vertical-align: top;
}
.menubar ul a:before{
  content: "|";
  display: inline-block;
  position: absolute;
  right: 0;
  color: #7d9cea;
}
.menubar ul ul a:before{
  content: "";
}
.menubar ul li:last-child a:before{
  content: "";
}
.menubar ul ul {
  padding: 5px;
  background: rgba(32,34,43,0.95);
  min-width: 265px;
  top: 100%;
  position: absolute;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.27s ease-in-out;
  -moz-transition: all 0.27s ease-in-out;
  -o-transition: all 0.27s ease-in-out;
  transition: all 0.27s ease-in-out;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateX( -90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX( -90deg);
  box-shadow: 0px 3px 3px rgb(190 190 190 / 60%);
  -webkit-box-shadow: 0px 3px 3px rgb(190 190 190 / 60%);
  -moz-box-shadow: 0px 3px 3px rgba(190, 190, 190, 0.6);
  border-top: 1px solid #ECECEC;
  margin-top: 0;
}
.menubar ul ul ul{
  left: 31% !important;
}
.menubar ul ul a{
  text-transform: none;
  font-weight: 400;
  color: #fff;
  border: 0;
  padding: 7px;
  line-height: 19px;
  text-indent: 0;
  height: auto;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
}
.menubar ul ul li, .menubar.scrolled .menubar ul ul li {
  float: none;
  display: block;
  margin: 0 10px;
  padding: 10px 0;
  font-size: 12px;
  min-width: 200px;
  line-height: 1.4;
  -moz-transition: color 0.3s, background-color 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  text-align: left;
  border-left: none !important;
  position: relative;
  vertical-align: top;
}
.menubar ul li:hover > ul {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX( 0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX( 0deg);
}
.menu > ul > li.exoplanet-search:after{
  background: transparent !important;
}
.menubar .menubar-box{
  padding: 10px 0 10px 0;
}
.menubar .sticky.menubar-box{
  padding: 5px 0 5px 0;
}
.menubar .login-link{
  text-align: right;
}
.menubar .login-link a{
  font:700 18px/70px "Merriweather";
  letter-spacing: 0px;
  color: #ffffff;
  border:2px solid #fff;
  padding: 8px 20px;
  border-radius: 30px;
}
.menubar .login-link a:hover{
  background-color: #7973cd;
}
.main-navigation ul ul li{
  padding: 10px 0 10px 10px;
  margin-left: 0;
}
/*-------------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: 600 16px "Source Sans Pro";
  letter-spacing: 1px;
}
#footer .footer-links{
  background-color: #fff;
}
/*---------------- Custom Footer ----------------------*/
.footer_form .section-heading {
  text-align: center;
}
.footer_form {
  padding: 0 40px 40px;
}
#footer h3 {
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-background-clip: text;
}
.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;
}
/*---------------- Footer Section ----------------------*/
#footer{
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 10em;
  background:linear-gradient(20deg, #4f94df 0%, #6965f6 100%);
  position:relative;
}
#footer .blank-div{
  background:#ffffff;
  top: -90px;
  width: 11.7em;
  height: 10em;
}
.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 0px 0;
  font:900 30px "Merriweather";
  letter-spacing: 1px;
  line-height: 35px;
  color: #ffffff;
  position: relative;
  margin-bottom: 15px;
}
#footer h3:after{
  content: "";
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  text-align: center;
  margin-top: 22px;
  position: relative;
  z-index: 2;
}
#footer ul li{
  list-style:none;
  margin:0 0 5px 0;
  text-align:left;
  padding: 10px;
  border-bottom: 1px solid #ffffff40;
}
#footer ul li:last-child{
  border:none;
}
#footer ul li a{
  font:500 16px "Roboto";
  letter-spacing: 1px;
  line-height: 33px;
  color: #ffffff;
}
#footer .about_me table{
  margin-bottom: 0;
}
#footer .about_me table p{
  font:500 16px "Roboto";
  letter-spacing: 0px;
  line-height: 25px;
  color: #ffffff;
  padding-left: 8px;
}
.widget_recent_entries img {
  width: 100px;
}
.custom-html-widget a{
  background: #87cefa;
  position: relative;
  top: 20px;
}
.about_me table, .about_me td, .about_me th{
  border: none;
}
.about_me p.message {
  margin-bottom: 20px !important;
}
.copyright{
  margin-top: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #ffffff40;
}
.copyright p{
  font:700 18px "Merriweather" !important;
  letter-spacing: 1px;
  line-height: 30px;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 0;
  padding: 30px 0;
}
#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: #fff;
  padding: 7px 20px;
  display: inline-block;
  margin-top: 17px;
  color: #7f8391;
  font-family: 'Fondamento'; 
  font-weight: 400;
  border-radius: 5px;
}
#footer .about_me i{
  font-size: 14px;
  color:#ffffff;
  width: 30px;
  height: 30px;
  padding: 10px 9px;
  margin-bottom: 8px;
}
#footer .widget td {
  padding-top: 0px !important;
  padding-bottom: 0;
}
#footer .textwidget p,#footer .widget p,#footer .post-content a{
  font:500 16px "Roboto";
  letter-spacing: 1px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 0;
}
#footer .widget_recent_entries .recent-post-box{
  align-items: center;
}
.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;
}
#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 .copyright .socialbox i:hover{
  background-color: #3bb7cf;
  border:2px solid #3bb7cf;
  color:#fff;
}
#footer .widget_media_gallery #gallery-1 img{
  border:none;
}
#footer #gallery-1 .gallery-item{
  margin:0;
}
#footer .custom-social-icons i{
  color: #ffffff;
  font-size: 18px;
}
#footer .custom-social-icons{
  padding-top: 30px;
}
#footer .custom-social-icons a{
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 0;
  width: 27px;
  height: 27px;
  border-radius: 2px;
  padding: 3px 5px;
  margin-right: 8px;
}
#footer .recent-post-box p{
  line-height: 11px;
}
#footer .widget_products ins{
  text-decoration: none;
}
#footer .about_me aside table{
  border-bottom: 1px solid #ffffff40;
  margin: 10px 0;
}
#footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th {
  color: #7f8391;
}
/* ----------- Spinner ------------- */
.spinner-loading-box{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3bb7cf;
  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%;
  background: #fff;
  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 ------------ */
#return-to-top {
  background:linear-gradient(to right,#6c5ff8,#3db4d1);
  width: 80px;
  height: 80px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -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: 5;
  border-radius: 50%;
  padding: 10px 0px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -40px;
}
#return-to-top i {
  color: #fff;
  font-size: 25px;
  -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: 15px 32px;
}
#return-to-top.left{
  left: 10px;
  right: auto;
}
#return-to-top.right{
  right: 10px;
  left:auto;
}