/*---------additional css--------*/
/*-------------- Topbar------------*/

#topbar{
background: var(--Orange);
padding: 10px;
}
.topbar-text {
 font-size: 13px;
 font-family: var(--font-roboto) ;
 color: var(--white);
 margin-top: 3px;
}
.topbar-button {
 background: var(--white);
 color: var(--Orange);
 font-family: var(--font-Montserrat) ;
}
.topbar-button {
 background: var(--white);
 color: var(--Orange);
 font-family: 'Montserrat';
 font-size: 13px;
  padding: 6px 8px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
}
.topbar-button:hover{
color: var(--Orange);
}
.stickynavbar {
  background-color: white !important;
  z-index: 9999999999999;
  padding-top: 0 !important;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed !important;
  top: 0px;
  width: 100%;
  padding-bottom: 0 !important;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 7px;
}
.main-navigation li {
  position: relative;
  padding: 17px 20px;
  display: inline-block;
}
.main-navigation li:last-child {
  border-right: none;
}
.main-navigation a {
  display: block;
  color: var(--brown);
  font-size: 13px;
  position: relative;
  text-transform:capitalize;
  font-weight: 600;
  font-family:var(--font-roboto) ;
  text-decoration: none;
}
.phone_text {
    color: var(--brown);
    font-family: var(--font-roboto);
    font-size: 13px;
    text-decoration: none;
    padding-left: 5px;
}
.phone_text:hover {
    color: var(--brown);
}
.phone-number i {
    color: #010101;
    font-size: 20px;
    font-weight: bolder;
    position: relative;
    top: 2px;
}
.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(--green);
}
.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:#f85285;
}
#menu_conatiner {
 padding: 4px;
 box-shadow: 4px 2px 12px 1px #ccc;
 position: relative;
 z-index: 999;
}
#sticky-onoff{
  display: none;
}
.sub-menu li a {
    font-family: 'Montserrat';
    font-size: 12px;
    letter-spacing: 0;
    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;
}
.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: #f85285;
}
.sub-menu >li:hover > a:before {
    width: 13px;
}
.sub-menu li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--pink);
    left: -9px;
    top: 9px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
/*----------------------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 
}
.social_icon .fab.fa-instagram {
    color: var(--purple);
    font-weight: 600;
    font-size: 17px;
}
.social_icon {
    padding: 8px;
}
.social_icon .fab.fa-twitter {
    color: var(--cream);
    font-weight: 600;
    font-size: 17px;
}
.social_icon .fa-facebook-f {
    background:var(--Orange);
    color: var(--white);
    padding: 5px;
    border-radius: 50%;
    height: 21px;
    width: 21px;
    font-size: 14px;
    font-weight: 600;
}
.socialbox a:hover
{
  background: unset !important;
}
.social_icon .fa-pinterest-p {
    color:var(--pink);
    font-size: 17px;
    font-weight: 600;
}
#site-navigation ul>li.menu-item-has-children>a:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    margin-left: 6px;
    position: relative;
    top: 1px;
    font-size: 11px;
    float: right;
    width:0;
}
.sub-menu>li:hover>a:after {
    width: 100%;
}
.sub-menu>li:hover>a
{
    padding-left: 10px;
}
/*------------ Footer--------------*/
#footer {
    background: #5b62c7;
}
#footer img {
    width: 44%;
    margin-top: -22px;
    height: 100%;
}
#footer .textwidget p {
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Roboto";
    width: 235px;
    margin-top: 15px;
}
#footer h3 {
    font-size: 19px;
    letter-spacing: 1px;
    color: #ffffff !important;
    font-weight: 900;
    font-family: "Montserrat";
}
#footer .phone i {
    transform: rotate(90deg);
}
#footer .location i,#footer .phone i,#footer .email i {
    color: white !important;
    font-size: 15px;
}
#footer .contact-text a {
    color:#eeecec;
    font-size: 14px;
    font-family: 'Roboto';
    margin-left: 10px;
}
#footer .location {
    padding-top:14px;
}
#footer ul {
   padding: 12px 0 0 0;
}
#footer ul li a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #eeecec;
    font-weight: 500;
    font-family: "Roboto";
    text-decoration: none;
    line-height: 28px;
}
#footer ul li {
    list-style: none;
}
#footer input[type="email"] {
    padding: 13px;
    border-radius: 10px;
    border: none;
    max-width: 288px;
    position: relative;
    font-family: 'Montserrat';
    color: #c0c0c0;
    font-weight: 300;
}
#footer input[type="submit"] {
    position: absolute;
    top: 3px;
    right: -9%;
    background: #5b62c7 !important;
    color: white !important;
    border: unset;
    padding: 10px 14px;
    border-radius: 10px;
}
#footer form {
    position: relative;
    top: 15px;
}
#footer .wpcf7-not-valid-tip
{
  color: white;
}
#footer .wpcf7-response-output {
    color: white;
    margin: -25px 0 35px 0;
}
#footer_box {
    padding-bottom: 30px;
}
.copyright {
    border-top: 1px solid #adb1e3;
    padding: 25px 0 1px 0;
}
.main_sociobox {
    display: block;
}
.footer_copyright_text {
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Roboto";
}
.credit_link a {
    font-size: 16px;
    color: #ffffff !important;
    font-weight: 300;
    font-family: "Roboto";
    text-decoration: none;
}
#footer .social_widget span {
    display: none;
}
#footer .social_widget .fa-twitter,#footer .social_widget .fa-pinterest-p,#footer .social_widget .fa-instagram {
    background: white;
    border-radius: 50%;
    height: 26px;
    font-size: 13px;
    width: 26px;
    padding: 8px 7px;
}
#footer .social_widget i {
    color: #5b62c7;
    margin: 0 8px;
}
#footer .social_widget {
    margin-top: -7px;
}
#footer .social_widget a:hover{
  background: unset !important;
}
.sticky .logo {
    padding: 0px 0 10px 0px;
}
#return-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    display:none;
    text-decoration: none;
    -moz-border-radius: 35px;
    -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;
    background-color: var(--Orange);
    animation: pulse 1s infinite;
    border-radius: 0 10px;
}
#return-to-top i {
    color: white;
    position: relative;
    top: 10px;
    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;
    left: -3px;
}
.footer_copyright_text p {
    margin-bottom: 22px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 400;
}
#footer .custom-social-icons i:hover
{
    background:var(--Orange);
    border-radius:0 10px;
    color: white !important;
}
.social_icon .fab.fa-instagram:hover {
    color: var(--pink);
    transition: all 0.5s ease-in-out;
}
.social_icon .fab.fa-twitter:hover
{
 color: var(--purple);
}
.social_icon .fa-facebook-f:hover
{
    background: var(--cream);
}
.social_icon .fa-pinterest-p:hover
{
  color: var(--Orange);
}
.top_social {
    display: none;
}