/* --------------------------Header---------------------------- */
.stickynavbar {
  background-color: #fff !important;
  z-index: 99;
  padding-top: 0 !important;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed!important;
  top: 0px;
  width: 100%;
  padding-bottom: 0 !important;
}
.nav_wrap {
  clear:both;
  background-color: transparent;
  margin-bottom: 0em;
  z-index: 99;
}
.home #header {
  background-color:transparent;
}
#header .logo img {
  max-height: 123px;
  width: auto;
}
.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%;
  color: #fff;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
#header .logo, #footer .logo{
  margin:0;
  text-align: center;
}
#header .logo {
  background-color: #ffffff;
  padding: 15px;
  position: absolute;
  z-index: 9;
  top: -25px;
}
#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;
}
#header .top-contact {
  padding:12px 0;
  font-size:15px;
}
.menubar .social-media {
  padding:12px 0;
  text-align:center;
}
.scrolled {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background:#fff;
}
#masthead.scrolled {
  background: #ccc;
}
div#mySidenav {
  display: block;
}
.nav_wrap {
  background: #fff;
  padding: 12px 90px;
}
.main-header-box .row.bg-media {
    align-items: center;
}
.request-quote-btn {
    text-align: right;
}
.header-social-icons {
    margin-left: 20px;
}
/* ------------- Topbar ---------------- */
.topbar_section {
    padding: 0 90px;
}
#topbar ul li {
  list-style: none;
  display: inline;
}
div#topbar {
    background: #48c2c2;
    padding: 13px 0;
}
.topbar-content ul.left-side-content,ul.time-box {
    margin: 0;
    display: flex;
}
ul.time-box{
  align-items: center;
}
#topbar li.number,.time-box span.hi_normal {
    color: #ffffff;
    font: 400 14px Inter;
}
#topbar li.title i {
    color: #fff;
    margin-right: 7px;
    font-size: 18px;
}
#topbar .left-side-content li.title:nth-child(3),#topbar .left-side-content li.title:nth-child(5){
  margin-left: 50px;
}
.left-side-content li.title:nth-child(5) i {
    transform: rotate(-30deg);
}
ul.time-box {
    float: right;
}
/* ----Header social Icon-------- */
.header-social-icons i {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #edf9f9;
    font-size: 16px;
    color: #48c2c2;
    padding: 12px 13px;
    margin: 3px 0;
}
.header-social-icons a{
  position: relative;
  transition: .5s;
  z-index: 3;
  margin: 0 4px;
}
.header-social-icons a:hover i {
  color: #fff;
  transform: rotateY(360deg);
}
.header-social-icons i:hover {
  background: #48c2c2;
  color: #fff;
}
.request-quote-btn a {
    font: 400 16px Inter;
    color: #ffffff;
    border-radius: 6px;
    background-color: #48c2c2;
    display: inline-block;
    padding: 15px 13px;
    transition: .3s;
}
.request-quote-btn a:hover {
    box-shadow: 8px 8px #48c2c29c;
    transition: .3s;
    color: #fff;
}
/*----------------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;
  text-align: end;
}
.main-navigation li{
  position: relative;
  padding: 0px 17px;
  display: inline-block;
}
.main-navigation li:last-child{
  border-right: none;
}
.main-navigation a{
  display: block;
  text-decoration: none;
  text-transform: none;
  padding: 0;
  color: #222222;
  font: 400 14px Inter;
}
.main-navigation a:hover{
  color: #2cc2c2;
}
.main-navigation ul ul{
  display: none;
  position: absolute;
  left: 0;
  top: 100% ;
  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;
  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:hover > a{
  color: #2cc2c2;
} */
.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%);
}
.header-social-icon{
  padding-top: 15px;
}
.header-social-icon .socialbox i{
  color: #b2b2b2;
  font-size: 13px;
  padding-right:15px;
}

/*---------------- Footer Section ----------------------*/
.outer-footer {
    position: relative;
}
#footer {
  background-color: #181c2b;
  background-repeat: no-repeat;
  background-size: cover;
}
#footer{
  color:#fff;
  text-align:left;
}
.footer-cols{
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer_hide{
  display:none;
}
#footer h3.widget-title {
    color: #ffffff;
    font: 600 18px Inter;
    position: relative;
    margin-bottom: 30px;
}
#footer h3.widget-title:before {
    content: '';
    width: 66px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #e65e36;
}
#footer .copyright p{
  font-size:14px;
  text-align:left;
  color: #cfd3d7;
  font: 400 16px Inter;
  margin-bottom: 0;
}
#footer .copyright a {
  color: #fff;
  cursor: pointer;
}
#footer span.credit_link a {
  color: #181c2b;
}
#footer ul li{
  list-style:none;
  margin: 12px 0;
}
#footer ul {
    margin-left: 0;
}
#footer ul li a {
    color: #ffffffcf;
    font: 400 16px Inter;
}
.widget_recent_entries img {
  width: 100px;
}
.copyright{
  text-align: center;
  background-color: #1d2234;
  padding: 20px 0;
}
#footer .textwidget input[type="email"]{
  border-radius: 40px;
  border:2px solid #9b9b9b;
}
#footer .textwidget input[type="submit"]{
  background-color: transparent;
  border-radius: 40px;
  padding: 10px 20px;
  border:2px solid #9b9b9b;
  display: inline-block;
  margin-top: 10px;
  color: #9b9b9b;
  font-family: "Poppins";
}
#footer .widget td{
  padding-top: 0px !important;
}
/* ----------- Newsletter --------------- */
section#newsletter {
    position: absolute;
    right: 38px;
    top: -60px;
    bottom: 0;
    width: 32%;
    background-color: #48c2c2;
    border-radius: 50px 50px 0px 0px;
    padding: 50px 50px;
    height: max-content;
}
.newsletter-img {
    position: absolute;
    top: 0;
    left: 69px;
    z-index: -9;
}
.newsletter-content h2 {
    color: #fff;
    font: 700 34px Inter;
}
.newsletter-content {
    position: relative;
}
#newsletter .newsletter-content p {
    color: #ffffff;
    font: 400 17px/26px Inter;
}
.newsletter_form {
    padding-top: 25px;
}
#newsletter .newsletter_content input[type="email"] {
    border: 1px solid #ffffff40;
    border-radius: 6px;
}
#newsletter .newsletter_content input[type="email"]::placeholder{
  color: #fff;
  font:400 17px Inter;
}
#newsletter .newsletter_content input[type="submit"] {
    background-color: #e68a36;
    font: 400 16px Inter;
    border-radius: 6px;
    margin-top: 25px;
    text-transform: capitalize;
    padding: 12px 25px;
}
#newsletter .newsletter-social-icon a i {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #ffffff1c;
    color: #fff;
    padding: 17px 17px;
    font-size: 16px;
}
.newsletter-social-icon {
    padding: 10px 0;
}

/*-------------------------- 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: #e68a36;
  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;
  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 18px;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
