.sticky {
  position: fixed !important;
  top: 0px !important;
  width: 84%;
  padding-bottom: 0 !important;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 0;
}
.main-navigation li {
    position: relative;
    padding: 20px 13px;
    display: inline-block;
}
.main-navigation li:last-child {
  border-right: none;
}
.main-navigation a {
    display: block;
    line-height: 21px;
    color: #ffffffba !important;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Poppins';
    letter-spacing: 0;
    text-transform: uppercase;
}
.main-navigation ul ul {
display: none;
position: absolute;
left: 0;
top: 100%;
background: white;
min-width: 215px;
z-index: 9999;
box-sizing: border-box;
-webkit-box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 20%);
-ms-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
box-shadow: 0px 5px 6px 1px rgb(229 229 229);
animation: zoomIn .4s ease-in-out;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid var(--color13);
}
.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, .main-navigation .current_page_ancestor > a {
      color: var(--blue) !important;
}
.main-navigation .menu > ul > li.highlight {
  background-color: var(--green);
}
.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:var(--pink);
}
#sticky-onoff{
  display: none;
}
.sub-menu li a {
       font-family: 'Poppins';
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 11px;
    display: inline-block;
    padding: 0;
    word-break: break-word;
    -webkit-transition: padding-left .2s ease;
    -ms-transition: padding-left .2s ease;
    transition: padding-left .2s ease !important;
    color: var(--blue) !important;
    text-transform: capitalize;
}
.sub-menu li {
   padding: 6px 15px 8px 20px;
}
.sub-menu li a:after {
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    top: auto;
    bottom: -5px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 0;
    height: 1px;
    -webkit-transition: width .2s ease;
    -ms-transition: width .2s ease;
    transition: width .2s ease;
    background: var(--pink);
}
.sub-menu >li:hover > a:before {
    width: 13px;
}
.sub-menu li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--blue);
    left: 10px;
    top: 18px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.main-navigation li:hover {
    background: var(--blue);
    top: 0px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all .5s;
    }
    .sub-menu li:hover
    {
       background: unset;
    }
    .current_page_item:hover a {
    color: white !important;
}
/*----------------------Mobile Menu Icon------------------------------*/
/*-----------------Superfish Menu------------------*/
.sf-arrows .sf-with-ul {
  padding-right: 15px;
}
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -2px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: var(--color15);
}
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #888;
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: var(--color7);
}
.toggle-nav, a.closebtn {
  display: none;
}
amp-sidebar#sidebar1 {
  display: none 
}
[class*="amphtml-sidebar-mask"] {
background: none;
z-index: 99;
} 
.i-amphtml-sidebar-mask{
  position: static!important 
}
.sub-menu>li:hover>a:after {
    width: 100%;
}
.sub-menu>li:hover>a
{
    padding-left: 10px;
}
/* ---------- Return to Top ------------ */
#return-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    background-color: var(--yellow);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    z-index: 9;
}
#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 16px;
}
#return-to-top:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: white;
  top: 5px;
}
/*----------------- header-css------------------------*/
.content-sec {
    background: var(--blue);
    padding: 10px 0 40px 0;
}
.media.box-icon {
    display: flex;
}
.logo img {
    height: 78px;
}
.middle-img1 {
    height: 42px;
}
.middle-img2 {
    height: 31px;
}
.middle-img3 {
    height: 38px;
}
.contact_title {
    font: italic normal 600 16px/24px Poppins;
    color: white;
}
#location .contact_title
{
    color: var(--blue);
}
.contact_detail a {
    font: normal 500 12px/24px Poppins;
    color: white;
    text-decoration: none;
    letter-spacing: 0;
}
#location .contact_detail a
{
  color: #C0C0C0;
}
.media.box-icon {
    display: flex;
    justify-content: center;
}
.social_icon {
    border-right: 1px solid #cdcbcb;
    padding: 18px 11px;
}
.socialbox i {
    color: var(--black);
    font-size: 14px;
    padding-top: 15px;
}
.register-button,.login-button
{
  padding: 8px 0;
}
.social_icon:first-child {
    border-left: 1px solid #cdcbcb;
    margin-right: -3px;
}
.social_icon:nth-child(3) {
    padding: 18px 13px;
    margin-left: -4px;
}
.social_icon:nth-child(4) {
    padding: 18px 14px;
    margin-left: -4px;
}
.register-button:before {
    content: '';
    border-left: 1px solid #cdcbcb;
    padding: 11px 7px;
}
.register-button {
    position: relative;
}
.register-button a {
    color: #8F8F8F;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
}
.login-button {
    background: var(--yellow);
    padding: 8px 15px;
    width: max-content;
}
.login-button i {
    color: white;
    font-size: 11px;
    padding-right: 9px;
}
.login-button a {
    color: white;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 600;
}
.menu-box {
    background: var(--yellow);
    /*border-radius: 6px;*/
    /*position: relative;*/
    top: -31px;
    z-index: 99999;
}
section#location {
	display: none;
}
#sticky-menu > .middle-section > .container {
    max-width: 100vw !important;
}

.switcher .selected a:hover {
    background: unset !important;
}
.switcher .selected a
{
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: 600;
  border: unset !important;
  color: #ffffffad !important
}
.switcher .selected {
    background: unset !important;
  }
  .switcher .selected
  {
    z-index: 8 !important;
  }
  .switcher .option
  {
    position: fixed !important;
  }
  .switcher
  {
    width: 162px !important;
    text-align: center !important;
  }
  .switcher .selected a.open:after
  {
    transform: rotate(-180deg);
  }
.media-body {
    margin-top: -5px;
}
.switcher a img
{
  opacity: 1 !important;
    width: 29px;
    height: 29px;
}
.media.box-icon:after {
    content: '';
    border-right: 1px solid #ffffff21;
    position: relative;
    left: 22px;
}
.media.box-icon:nth-child(3):after
{
  border-right: unset;
}
.contact_detail {
    display: block;
    margin-top: -4px;
}
#location .header-contact {
    box-shadow: 0px 5px 15px #00000033;
    padding: 20px 0 25px 0;
    border-radius: 6px;
}
#location .media.box-icon:after {
    content: '';
    border-right: 1px solid #c0c0c05e;
    position: relative;
    left: 45px;
}
#location .media.box-icon:nth-child(3):after
{
  border-right: unset;
}
.outer-footer {
    background: #090909;
}
/*-----------------footer-------------------------------*/
.footer-details {
    padding-top: 101px;
}
#footer_box h3 {
    font: normal normal bold 20px/44px Poppins;
    color: white;
    position: relative;
    text-transform: uppercase;
    padding-left: 19px;
}
#menu-footer-menu li,#menu-footer-menu2 li,#menu-footer-menu3 li {
    padding-top: 9px;
}
#menu-footer-menu,#menu-footer-menu2,#menu-footer-menu3 {
    margin-top: 25px;
}
#menu-footer-menu li a,#menu-footer-menu2 li a,#menu-footer-menu3 li a {
    color: #848484;
    font-family: 'Poppins';
    font-size: 14px;
}
#menu-footer-menu li a:hover,#menu-footer-menu2 li a:hover,#menu-footer-menu3 li a:hover
{
    color:#848484;
}
#footer_box h3:after {
    position: absolute;
    content: '';
    display: block;
    border-bottom: 2px solid white;
    top: 52px;
    width: 49px;
}
.footer2 {
    display: flex;
}
.footer1:before,.footer2:before {
    content: '';
    border-left: 1px solid #1b1b1b;
    width: 35px;
    position: absolute;
    left: 77%;
    top: 35%;
    bottom: 0;
    height: 116px;
}
.footer2:before
{
  left: 92%;
}
.footer1,.footer2 {
    position: relative;
}
.menu-footer-menu3-container {
    padding-top: 41px;
    padding-left: 20px;
}
.para-footer {
    font: normal normal 600 15px/24px Poppins;
    color: white;
    max-width: 266px;
    padding-top: 70px;
}
.get-started-button {
    color: white;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
}
.copyright {
    background: #242C5E;
}
::marker {
    color: black;
}
#menu-footer-menu li i, #menu-footer-menu2 li i, #menu-footer-menu3 li i {
    position: relative;
    left: -11px;
}
#footer_box {
    padding-bottom: 35px;
}
.socialboxes i, .socialboxes1 i {
    color: white;
    border: 1px solid white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin: 6px 4px;
    padding: 11px 11px;
}
.socialboxes i:hover, .socialboxes1 i:hover
{
  background: var(--yellow);
  border: unset;
}
.newsletter-box input[type=text]::placeholder,.newsletter-box input[type=email]::placeholder
{
    font: italic normal 300 14px/20px Poppins;
    color: #8489A5;
}
.newsletter-box form {
    position: relative;
    padding-top: 26px;
}
.newsletter-box input[type="email"] {
    width: 88%;
    padding: 10px;
    border-radius: 4px;
    position: relative;
    border: unset;
}
.newsletter-box [type=submit] {
    padding: 11px 19px;
    position: absolute;
    right: 11%;
    top: 26px;
    border: unset;
    color: white;
    background: var(--yellow);
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 15px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.footer-main-heading:after {
    content: '';
    display: block;
    border-bottom: 3px solid var(--white);
    width: 51px;
    position: absolute;
    top: 44px;
}
.footer-main-heading {
    color: var(--white);
    text-transform: uppercase;
    position: relative;
    font-size: 21px;
    font-weight: 800;
    font-family: 'Poppins';
}
.copyright-text p {
    color: white;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    position: relative;
    padding-top: 30px;
}
.copyright .credit_link {
    display: none;
}
.copyright-text p:after {
    content: '';
    border-bottom: 2px solid #d6d8e312;
    display: block;
    width: 89%;
    position: absolute;
    top: 10px;
}
.social-box1 {
    margin: 41px 0 0 -10px;
}
.social-box2 {
    margin-left: -10px;
}
.social_icon:hover {
    background: var(--yellow);
}
.social_icon:hover i
{
    color: white !important;
}
#header .current_page_item:after {
    content: '';
    display: block;
    border-bottom: 2px solid var(--blue);
    width: 27px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
