/* --------------------------Header---------------------------- */
.stickynavbar {
  background-color: #fff !important;
  z-index: 99;
  padding-top: 0 !important;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed!important;
  top: 20px;
  width: 100%;
  padding-bottom: 0 !important;
}
.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, #footer .logo{
  margin:0;
}

#header .logo a {
  font-weight:700;
  padding:0;
  font-size:30px;
  font-weight:bold;
  margin-top: 0;
}
.logo a.custom-logo-link {
  color:#000000;
}
.logo a {
  color: #000;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "Lobster";
}
.logo p {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
}
.scrolled {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background:#fff;
}
#masthead.scrolled {
  background: #ccc;
}
div#mySidenav {
  display: block;
}
/* ------------- Topbar ---------------- */
.hdr-socail-info .socialbox i {
    font-size: 18px;
    color: #000000;
}
.hdr-socail-info .socialbox i:hover {
    color: #F75C4E;
    font-size: 21px;
  }
.tobr-bg-shade {
    background: #ffffff;
    border-radius: 50px;
    padding: 10px 20px;
}
body.home.page-template div#topbar{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    top: 60px;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item a{
  color: #1A3C8B;
  font-weight: 700;
}
/*content header------*/
.main-header-box {
    position: relative;
}
.nav_wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
}
.bg-media {
    position: absolute;
   top: 50px;
    left: 10%;
    right: 5%;
}
i.phone-hdr,i.envl-hdr,i.map-hdr {
    color: #F75C4E;
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
}
i.phone-hdr{
    transform: rotate(90deg);
    padding: 15px;
}
i.envl-hdr{
    padding: 15px;
}
i.map-hdr{
    padding: 15px 17px;
}
p.hdr-call-hd,p.hdr-mail-hd,p.hdr-addr-hd {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
p.hdr-number a,p.hdr-number,p.hdr-mail a,p.header-adrs a,p.hdr-mail,p.header-adrs {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

.main-navigation ul li.menu-item-has-children > a:after {
  content: '\f107'; /* Font Awesome down arrow */
  font-family: 'FontAwesome';
  float: right;
  padding: 2px;
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
  text-align: right;
}
.main-navigation ul{
  list-style: none;
  margin: 0;
}
.main-navigation li{
  position: relative;
  padding: 10px 12px;
  display: inline-block;
}
.main-navigation li:last-child{
  border-right: none;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    color: #271D3A;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
}
.main-navigation a:hover,.main-navigation a:focus,.main-navigation a:active{
  color: #050C9C;
  font-weight: 700;
}
.main-navigation ul ul{
  display: none;
  position: absolute;
  left: 20px;
  top: 100% ;
  background: #F75C4E;
  min-width: 250px;
  z-index: 9999;
}
.main-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.main-navigation ul ul a{
  /* text-transform: none; */
  font-weight: 400;
  color: #ffffff;
  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 > ul{
  display: block;
}
.main-navigation .menu > ul > li.highlight{
  background-color: #ffffff;
}
.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 a {
  transition: background-color 0.3s ease, padding-left 0.3s ease;
}

.main-navigation ul ul li a:hover {
  /* background-color: #E0E0E0; */
  padding-left: 20px;
}



.main-navigation ul ul li {
  transition: box-shadow 0.3s ease;
}

.main-navigation ul ul li:hover {
  box-shadow: 0 0 8px rgba(5, 12, 156, 0.8);
}




.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;
}
/*---------------- Footer Section ----------------------*/
div#footer {
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-cols {
    padding-top: 20px;
    padding-bottom: 20px;
}
ul#menu-footer-about li a:hover, ul#menu-footer-info-1 li a:hover, ul#menu-footer-info li a:hover,ul#menu-footer-service li a:hover,ul#menu-footer-service-1 li a:hover{
    color: #F75C4E;
}
p.ftr4-txt {
    font-weight: 500;
    color: #ffffff;
}
.footer-info a:hover{
    color: #1A3C8B;
}
.container.footer-cols h3 {
    font-size: 20px;
    font-weight: 700;
    color: #F75C4E;
    font-family: 'Plus Jakarta Sans';
}
.ftr4-hd p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #ffffff;
}
ul#menu-footer-service li a, ul#menu-footer-service-1 li a, ul#menu-footer-info li a, ul#menu-footer-info-1 li a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 34px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
p.ftr4-para {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
#footer .copyright p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
span.credit_link a {
    font-weight: 700;
    color: #F75C4E;
}
#footer ul li{
  list-style:none;
  margin: 3px 0;
}

#footer ul {
    margin-left: 0;
    padding: 10px 0px;
}
.ftr-form input[type="submit"] {
    position: absolute;
    right: 6px;
    top: 6px;
    color: #ffffff;
    border: none;
    background-color: #F75C4E;
    font-size: 15px;
    font-family: fontawesome;
    border-radius: 50%;
    padding: 8px 13px;
    transform: rotateZ(-45deg);
}
.ftr-form input[type="submit"]:hover {
    background: #ffffff;
    border: 1px solid #F75C4E;
    color: #F75C4E;
}
.footer2 {
    padding-left: 50px;
}
p.ftr-para.ftr1 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #ffffff;
    line-height: 30px;
}
a.ftr1-btn {
    font-size: 16px;
    font-weight: 700;
    background: #F75C4E;
    font-family: 'Plus Jakarta Sans';
        margin-bottom: 15px;
}
.footer4 input[type="email"] {
    font-size: 14px;
    font-weight: 400;
    background: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 14px 10px;
    margin-bottom: 15px;
}
span.wpcf7-spinner{
  display: none;

}
.footer4 input[type="email"]::placeholder{
    color: #56545F;
}
.footer-info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer4 input[type="email"] {
    font-size: 15px;
    font-weight: 500;
    background: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 14px 15px;
    margin-bottom: 15px;
    color: #777D83;
    width: 100%;
    font-family: 'Plus Jakarta Sans';
}
.footer4 input[type="email"]::placeholder{
    color: #777D83;
}
.ftr-form {
    position: relative;
}
/*-------------------------- Calendar widget --------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
  border: 1px solid #fff;
  color: #000000;
}
#footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th {
    color: #000;
    padding: 2px;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 1.5625;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 0em;
  color: #000;
  padding-left: 15px;
  caption-side: top;
}
.widget_calendar tbody a {
  background-color: #bbb;
  color: #000;
  display: block;
  font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #686868;
  color: #fff;
}
.widget th,
.widget td {
  padding: 0.5384615385em;
}

/* ---------- Return to Top ------------ */

#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: #F75C4E;
  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: #fff;
  position: relative;
      top: 13px;
    left: 19px;
  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 {
  color: #fff;
  top: 5px;
}
.header-coll:hover .aa{
  animation: bounceIn 2s ease-out forwards;
}

.header-coll:hover i{
  border: 3px dotted #fff;
  background: #F75C4E ;
  color: #fff;
}
.ftr-form .wpcf7 form.failed .wpcf7-response-output,.ftr-form .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    color: #fff;
}
.ftr-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}
.ftr-form .wpcf7 form.invalid .wpcf7-response-output, .ftr-form .wpcf7 form.unaccepted .wpcf7-response-output, .ftr-form .wpcf7 form.payment-required .wpcf7-response-output{
     color: #fff;
}
.logo , .ftr-logo{
  /* transform: scale(1.1); */
  transition: all 1s;
}
.logo:hover img ,.ftr-logo:hover img {
  transform: scale(1.1);
}