/* --------------------------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 ---------------- */
.logo {
    position: relative;
}
p.topbr-para{
  color: #ffffff;
}
a.facebook i {
    color: #2D215F;
}
a.insta i {
    color: #375E35;
}
a.twitter i {
    color: #E32E37;
}
a.youtube i {
    color: #D9C826;
}
.socialbox i {
    font-size: 18px;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item a{
  color: #2D215F;
  font-weight: 600;
  border-bottom: 2px solid #2D215F;
}

/*content header------*/
a.phone-topbar i {
    background: #2D215F;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    padding: 10px;
    display: inline-block;
    transform: rotate(90deg);
}
a.hdr-btn {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins';
    background: #FE9403;
    color: #ffffff;
}
.main-header-box.container {
    background: rgba(255, 255, 255, 0.8);
}
body.home.page-template .main-header-box.container {
    position: absolute;
    z-index: 99999;
    left: 0;
    right: 0;
}
.hear-btrn-box a {
   position: absolute;
    top: -55px;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 140px;
    height: 140px;
    border-radius: 0px 0px 30px 30px;
    text-align: center;
    padding: 38px 5px;
    margin: 0 auto;
}
.hear-btrn-box {
    position: relative;
}
/*------sidebar-popup----*/
/* Sidebar styling */
i#openSidebar {
    color: #E32E37;
    font-size: 20px;
}
.sidebar-top {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #2D215F;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 1000;
}
.sidebar-content input#wp-submit {
    background: #fff;
    color: #2D215F;
}
/* Close button inside the sidebar */
.sidebar-top .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 36px;
    color: white;
    cursor: pointer;
}
/* Sidebar content styling */
.sidebar-content {
    padding: 20px;
    color: white;
}
/* When sidebar is open */
.sidebar-open {
    width: 350px; /* Set the width of the sidebar */
}
.sid-pop-logo {
    background: #ffffff;
    border-radius: 10px;
}
.sidebar-content p label {
    color: #fff;
    padding-bottom: 10px;
    font-family: 'Mansalva';
    font-size: 20px;
}
.sidebar-content input {
    border-radius: 5px;
}
/*search -topbar---------------*/
.search-icon i {
    color: #FE9403;
    cursor: pointer;
    font-size: 16px;
}
.header-search {
  float: right;
  position: relative;
}
.search-icon {
  display: block;
    line-height: 40px;
    cursor: pointer;
}
.header-search .search-input-wrapper {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.15);
    box-shadow: 1px 1px 7px rgba(0,0,0,.15);
    border-top: 2px solid #408c40;
    padding: 14px;
    position: absolute;
    right: -24px;
    top: 124%;
    width: 300px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}
.search-input button {
    background: #FE9403;
    color: #ffffff;
    border: none;
    padding: 6px 4px;
    border-radius: 5px;
    margin-left: 4px;
}
.search-input-wrapper.active-search {
    opacity: 1;
    visibility: visible;
}
.header-search .search-input-wrapper {
    border: 5px double #FE9403;
}
.header-search .search-input-wrapper:before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #408c40;
    content: "";
    position: absolute;
    right: 15px;
    top: -18px;
}
.header-search .search-input-wrapper:before {
    border-bottom-color: #FE9403;
}
.header-search .search-input-wrapper .search-field {
    border-radius: 0;
    padding: 4px 10px;
    width: 75%;
    float: left;
}
.header-search .search-input-wrapper .search-submit {
    border: medium none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    float: left;
    padding: 10px 0 10px;
    width: 25%;
    height: 36px;
    background: #FE9403;
}

/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*differnt-color-to menu-----------------*/
#mySidenav ul.mobile_nav li:nth-child(1) a {
  color: #2D215F;
}

#mySidenav ul.mobile_nav li:nth-child(2) a {
  color: #FE9403;
}

#mySidenav ul.mobile_nav li:nth-child(3) a {
  color: #E32E37;
}

#mySidenav ul.mobile_nav li:nth-child(4) a {
  color: #375E35;
}

#mySidenav ul.mobile_nav li:nth-child(5) a {
  color: #D9C826;
}

#mySidenav ul.mobile_nav li:nth-child(6) a {
  color: #E3562E;
}

.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;
    padding: 0;
    color: #00224D;
    font-size: 19px;
    font-weight: 600;
}
.main-navigation a:hover,.main-navigation a:focus,.main-navigation a:active{
  color: #2D215F;
  font-weight: 600;
}
.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: #000000;
} */
.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;
}
.ftr-socialbox i:hover {
    color: #375E35;
}
a.phone-ftr2,p.ftr2-mail a,a.ftr-adrs {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #ffffff;
}
p.ftr-ph2-icon i {
    color: #E32E9A;
    transform: rotate(90deg);
}
p.ftr-mail-icon2 i {
    color: #E32E37;
}
p.ftr-map-icon2 i {
    color: #D9C826;
}
.footer-cols {
    padding-top: 20px;
    padding-bottom: 20px;
}
ul#menu-footer-about li a:hover, ul#menu-footer-links li a:hover,ul#menu-footer-service li a:hover{
    color: #2D215F;
}
.footer-info a:hover{
    color: #FE9403;
}
.footer4 input[type="submit"]:hover {
    background: #2D215F;
    border: none;
}
.row.ftr-contact i:hover{
  color: #000000;
}
.container.footer-cols h3 {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    font-family: Crimson Text;
}
.ftr4-hd p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #ffffff;
}
ul#menu-footer-service li a, ul#menu-footer-links li a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 41px;
    font-family: 'Poppins';
}
p.ftr3-mail-hd {
    font-size: 20px;
    font-weight: 600;
    color: #FE9403;
    font-family: 'Poppins';
}
.footer3 i{
  color: #ffffff;
}
p.ftr4-para {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
#footer .copyright p,.copy-btns a {
    color: #C5C5C5;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
}
a.ftr-facebook i {
    color: #2D215F;
}
a.ftr-insta i {
    color: #FE9403;
}
a.ftr-twitter i {
    color: #E32E37;
}
.ftr-socialbox i {
    font-size: 40px;
    padding: 5px 15px;
}
.footer2, .footer3 {
    padding-left: 80px !important;
}
a.ftr-copy-btn1,a.ftr-copy-btn2 {
    border-right: 1px solid #C5C5C5;
    border-radius: unset;
}
#footer ul li{
  list-style:none;
  margin: 3px 0;
}
#footer ul {
    margin-left: 0;
    padding: 10px 0px;
}
p.ftr1-mail a,a.phone-ftr {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Inter';
    color: #BABABC;
}
.ftr-form input[type="email"] {
   font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #8E9AA6;
    width: 65%;
    background: #D9C826;
    border: none;
    padding: 16px;
    margin-right: 30px;
}
.ftr-form input[type="email"]::placeholder{
    color: #8E9AA6;
}
.ftr-form input[type="submit"] {
  position: absolute;
    right: 0;
    top: 0;
    padding: 15px 45px;
    font-weight: 500;
    color: #BABABC;
    border: none;
    background-color: transparent;
    font-size: 20px;
    font-family: 'Inter';
    border: 1px solid #E32E37;
}
.ftr-form input[type="submit"]:hover {
    background: #E32E37;
}
p.ftr-phone-icon i {
    color: #2D215F;
    font-size: 50px;
    transform: rotate(90deg);
}
.row.ftr-enquiry {
    border-bottom: 2px solid #BABABC;
}
p.ftr-para.ftr1 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #ffffff;
    line-height: 35px;
}
p.ftr3-call-hd {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #2D215F;
}
div#footer_box {
    position: relative;
}
div#footer_box:before {
    content: '';
    position: absolute;
    background: rgba(45, 33, 95, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
p.ftr-mail-icon i {
    color: #FE9403;
    font-size: 50px;
}
.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 #ffffff;
}
.footer4 input[type="submit"] {
   padding: 10px 20px;
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: transparent;
    font-family: fontawesome;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
}
.ftr-form {
    position: relative;
}
aside#block-14 {
    margin-bottom: 10px;
}
.footer1 .ftr-form input[type="submit"] {
    background: #FDD61F;
    color: #192229;
    font-family: fontawesome;
   padding: 5px 10px;
    position: absolute;
    right: 6px;
    top: 5px;
}
h6.ftr-con {
    font-size: 14px;
    font-weight: 400;
    color: #192229;
}
h6.ftr-number a {
    font-size: 14px;
    font-weight: bold;
    color: #192229;
}
.widget_recent_entries img {
  width: 100px;
}
#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;
}
/*-------------------------- 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: #000000;
  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 7px;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
