/*-------------- Top Bar ---------------*/
.rectangle-box {
  background-color: #0B0B0B;
  width: 177px;
  height: 165px;
  position: absolute;
  right: 0;
  z-index: 9;
  top: 0;
  clip-path: polygon(100% 0, 43% 0, 100% 100%);
}
.header-git-block i {
  color: #242424;
  margin: 0 7px 0px 0px;
  font-size: 16px;
}
a.header-contact-text:hover {
  color: white;
}
.header-git-block:last-child {
  padding-right: 0;
}
.header-git-block {
  padding-right: 30px;
  align-items: center;
}
.header-social-icons a i {
  color: #242424;
  font-size: 14px;
}
a.header-contact-text, .header-contact-text {
  color: #242424;
  font-weight: 700;
  font-size: 16px;
}
.header-social-icons a {
  margin-right: 14px;
}
.header-social-icons a:last-child {
  margin-right: 0px;
}
#masthead {
  width: 100%;
}
.menu_container {
  position: relative;
}
.header-social-icons a:hover i {
  color: var(--color-primary);
}
.header_btn i {
  font-size: 11px;
  position: relative;
  top: -1px;
  color: #242424;
}
.search_form circle, .search_form path {
  stroke: #000000;
}
.head_serach {
  margin-left: 36px;
}
.side-navigation ul {
    margin: 0;
}
#header {
  text-align: center;
}
.search-block i.fas.fa-search {
  background-color: var(--color-secondry);
  padding: 30px;
  color: white;
}
.search-block {
}
.side-navigation {
  padding-left: 15px;
  padding-right: 15px;
}
.top-logo-wrapper {
  position: relative;
}
/*----------Sticky Header------*/
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 999999;
  margin-top: 0;
}
.fixed-header #mySidenav{
  margin: 12px 0;
}
/* --------------------------Header---------------------------- */
#header .logo h1, #footer .logo h1, #header .logo p.site-title {
  font-weight:700;
  padding:0;
  font-size:18px;
  font-weight:bold;
  margin-top: 0;
}
.logo {
  padding: 30px ;
}
.logo a.custom-logo-link{
  color:#000000;
}
.logo h1 a, .logo h1 a, .logo p.site-title a{
  color: #262626;
  text-transform: uppercase;
}
.logo p{
  color: #262626;
  margin-bottom: 0;
  font-size: 14px;
}
/*----------------Menu bar-----------*/
.side-navigation li:after {
  content: '';
}
@keyframes smoothScroll {
  0% {transform: translateY(-40px);}
  100% {transform: translateY(0px);}}

.close-sidebar {
  font-size: 25px;
  text-align: right;
  color: #fff;
  padding: 16px 20px;
}
/* .side-navigation ul li.current_page_item:after, .side-navigation ul li.current-menu-item:after {
  content: url('data:image/svg+xml,<svg width="41" height="13" viewBox="0 0 41 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 13C3.51012 13 6.83831 11.4385 9.08184 8.73892L13.3522 3.60062C17.0684 -0.870929 23.9316 -0.870921 27.6478 3.60062L31.9181 8.73892C34.1617 11.4385 37.4899 13 41 13H0Z" fill="%23D39332"/></svg>');
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
} */
.side-navigation a:hover{
  color: var(--color-primary);
}
.side-navigation li {
  position: relative;
  padding: 20px 14px;
  display: inline-block;
}
.side-navigation li:last-child{
  border-right: none;
}
.side-navigation a {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  padding: 0 10px;
  font-family: var(--secondary-font);
  /* text-transform: uppercase; */
}
.side-navigation ul ul li.current_page_item a:after, .side-navigation ul ul li.current-menu-item a:after{
  display: none;
}
.side-navigation ul li.current_page_item a:before, .side-navigation ul li.current-menu-item a:before {
    transform: scale(1.0);
}
.side-navigation ul li.current_page_item > a, .side-navigation ul li.current-menu-item > a {
  color: #000000;
}
.side-navigation ul ul li.current_page_item, .side-navigation ul ul li.current-menu-item, .sub-menu li:hover {
  background-color: #222222;
}
.side-navigation ul ul li.current_page_item:after, .side-navigation ul ul li.current-menu-item:after {
  text-align: left;
  left: 16px;
}
.side-navigation ul ul li.current_page_item > a, .side-navigation ul ul li.current-menu-item > a, .sub-menu li:hover a {
  color: white;
}
.side-navigation a:hover{
  color: var(--color-primary);
}
.sub-menu li{
  margin-top: 0;
}
.side-navigation ul ul {
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--color-primary);
  border-radius: 0;
  min-width: 230px;
  z-index: 9999;
  display: none;
}
.side-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.side-navigation ul ul li,
.menubar.scrolled .side-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  /*border-bottom: 1px solid #cccccc;*/
  padding: 12px 20px;
}
.side-navigation ul li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 43px;
  border-bottom: 3px solid;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s,-webkit-transform 0.3s;
  color: #4CA522;
  transition-duration: 1s;
}
.side-navigation ul li:hover a:before {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}
.side-navigation ul ul li a {
  color: black;
  background-color: transparent !important;
  font-size: 14px;
  padding: 0;
}
.side-navigation ul ul li:last-child{
  border-bottom: 0;
}
.side-navigation ul li:hover > ul{
  display: block;
  animation: flipInX 1.5s ease;
  -webkit-animation: flipInX 1.5s ease;
}
.side-navigation ul li.menu-item-has-children>a:after {
  content: "\2b";
  position: static;
  margin-left: 5px;
  font-family: "font awesome 5 free";
  font-weight: 900;
  font-size: 11px;
}
@keyframes fadeInRight{
 0%{opacity:0; transform:translate3d(10 0%,0,0)}
 100%{opacity:1; transform:none;}} 
.side-navigation .menu > ul > li.highlight{
  background-color: #ff8800;
}
.side-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;
}
.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;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}
/* Back to top button css */
.scrollup {
  color: white;
  position: fixed;
  display: none;
  bottom: 58px;
  right: 2em;
  z-index: 9999999999;
  background-color: var(--color-primary);
  width: 55px;
  height: 55px;
  padding: 15px 17px;
}
.scrollup:hover {
  background-color: #242424;
  color: white;
}
.scrollup.left{
  left: 15px;
  right: auto;
}
.scrollup.center{
  left: 45%;
  right: 44%;
}
.scrollup:focus,
.scrollup:hover{
  color: white;
}
.scrollup span {
  display: inline-block;
}
.scrollup i{
  font-size: 23px;
}
/*---------------- Header Search ----------------------*/
.search_form a {
  background-color: var(--color-primary);
  padding: 12px 14px;
  border-radius: 8px;
  color: black;
}
.search_form a:hover {
  color: white;
  background-color: black;
}
.serach_form_box input.search-field {
  background-color: #f6f1ff;
  border: 1px solid #ece4f8;
  padding: 3px 17px;
  border-radius: 30px;
  font-size: 12px;
}
.serach_form_box button.search-submit {
    border: none;
    background-color: transparent;
}
.serach_form_box button.search-submit i {
  font-size: 12px;
  position: absolute;
  right: 0;
}
.serach_form_box form{
  position: relative;
}
.serach_form_box button.search-submit i {
  font-size: 11px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 999;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1); 
  opacity: 1;
}
#search input[type="search"] {
  font-size: 24px;
  border: 0px;
  margin: 0px auto;
  /* margin-top: -51px; */
  padding-left: 30px;
  padding-right: 30px;
  background-color: white;
  color: black;
  padding: 17px;
  width: 42%;
  outline: none;
}
#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}
#search .close {
  position: fixed;
  top: 20%;
  right: 20%;
  color: black;
  background-color: var(--color-primary);
  opacity: 1;
  padding: 11px 14px 7px 14px;
  border: none;
  font-size: 25px;
}
#search form.search-form.serach-page {
  position: absolute;
  top: 50%;
  left: 45%;
  right: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  margin: 0 auto;
  text-align: center;
}
#search button.search-submit {
  background-color: var(--color-fb5b21);
  padding: 18px;
  border: none;
  height: 100%;
  position: absolute;
}
#search button.search-submit i {
  color: white;
}
/*---------------- Header Social icons ----------------------*/
.soial_icons i {
  color: #b9afc7;
  font-size: 12px;
  padding-right: 10px;
}
.soial_icons i:hover {
  color: var(--color-primary);
}
/*---------------- Footer Section ----------------------*/
.footer-text {
  color: #222222;
  font-weight: 400;
}
.footer-content-wrapper.row {
  padding-bottom: 3em;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 4em;
}
#footer .textwidget p{
  font-size: 18px;
  font-weight: 400;
  color: black;
  width: 54%;
}
.footer-cols {
  padding: 60px 0;
}
#footer .copyright p{
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: white;
}
#footer ul {
  margin: 0;
}
#footer ul li a{
  font-size: 15px;
  font-weight: 400;
  color: white;
}
.widget_recent_entries img{
  width: 100px;
}
#footer h3.widget-title, #footer h3.top_title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  color: black;
  padding: 0;
}
#footer .footer-navigation ul li{
  padding: 0 15px;
}
#footer .footer-navigation ul li a{
  font-size: 17px;
  font-weight: 600;
}
.footer_text, .footer_text p{
  font-size: 13px;
  font-weight: 300;
  color: white;
  line-height: 26px;
}
.footer_text{
  max-width: 80%;
  margin: 0 auto;
}
#footer ul li {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 15px;
  display: inline-block;
  font-size: 13px;
}
#footer .top_social a {
  background-color: white;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 18px;
  margin-right: 18px;
}
#footer .top_social a i {
  color: black;
  width: 40px;
  height: 40px;
  margin: 0;
  font-size: 16px;
  padding: 12px;
}
#footer .top_social a:hover i{
  color: var(--color-primary);
}
.footer_contact {
  border-top: 1px solid #F9F9F9;
}
.footer_contact h4 {
  color: white;
}
#footer .footer_contact ul li {
  padding: 0 30px;
}
#footer .footer_contact ul li a {
  font-size: 15px;
  font-weight: 400;
}
#footer .footer_contact ul li i {
  padding-right: 6px;
  color: white;
}
/* --------- Social Icon Widget ------- */
#footer .social_widget a {
  color: #A3A3A3;
  padding: 10px 15px;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 10px;
  border: 1px solid #F1F1F1;
  background: #F1F1F1;
  width: 43px;
  height: 43px;
  position: relative;
  overflow: hidden;
}
.custom-social-icons a {
    text-align: center;
    margin-right: 5px;
  }
.custom-social-icons a:hover i {
  transition: all .2s linear;
}
.custom-social-icons a span {
  display: none;
}
.custom-social-icons a i {
  transition: all .4s ease-in-out;
  border-radius: 50%;
  color: white;
  display: inline-block;
  border-radius: 0;
  margin-right: 6px;
  font-size: 15px;
  padding-right: 9px;
  display: inline-block;
}
.custom-social-icons a:hover i {
  color: var(--color-primary);
}

/*--------------*/
.about_me table, .about_me td, .about_me th{
  border: none;
}
.about_me p.message {
  margin-bottom: 5px !important;
}
#footer_box .sub-menu, #our-newsletter .newsletter h3:after, amp-sidebar#sidebar1, .headerbar, .footer_hide{
  display: none;
}
#footer_box .about_me i, #footer ul li a:hover, .closepop i:hover,#footer a.contributor-btn:hover{
  color:#FF4848;
}
#footer .widget_media_gallery img{
  padding-right: 25px;
  border:none;
}
span.credit_link a {
  color: #161617;
}
#menu-top-menu li {
    display: inline-block;
    padding: 0 15px 0 0;
    /* color: #000; */
}
#menu-top-menu li a{
  color: #000;
}
#search form.search-form.serach-page {
  position: absolute;
  top: 50%;
  left: 45%;
  right: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  margin: 0 auto;
  text-align: center;
}
#search button.search-submit {
  background-color: var(--color-primary);
  padding: 18px;
  border: none;
  height: 100%;
  position: absolute;
  color: black;
  font-size: 20px;
  font-weight: 700;
}
/* Social Share btns*/
.social_share_btns {
  position: absolute;
  top: 10px;
  right: 0px;
  padding-left: 15px;
}
.social-btn a i {
  color: black;
  font-size: 13px;
  vertical-align: text-top;
}
.social-btn a {
  display: inherit;
  background-color: white;
  padding: 3px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
}
.social_share_btns{
  display: none;
}
.share_page:hover .social_share_btns {
  display: block;
}
#footer {
  background-repeat: no-repeat;
  background-size: cover;
}
.outer-footer {
  background-color: #000000;
  background-size: cover;
}

.copyright-wrapper {
  color: white;
  padding: 18px 62px;
  background-color: var(--color-primary);
  clip-path: polygon(4% 0%, 96% 0, 100% 100%, 0% 100%);
}
.top_social {
  text-align: right;
}
.theme-footer-cols ul li {
  position: relative;
  margin-bottom: 0;
  list-style: none;
}
.theme-footer-cols ul li a {
  padding: 0 0 10px 0;
  display: block;
}
.theme-footer-cols ul li:last-child a{
  border-right: none;
}
.theme-footer-cols h3, h2.widgettitle {
  font-size: 16px;
  position: relative;
  margin-bottom: 15px;
  color: var(--color-primary);
  font-weight: 700;
  display: inline-block;
}
.theme-footer-cols .widget_nav_menu ul li a {
  width: auto;
  padding-right: 13px;
  display: inline-block;
  background-color: #000000;
  z-index: 99;
  position: relative;
}
.theme-footer-cols .widget_nav_menu ul li:after {
  content: '';
  border-top: 2px dashed white;
  width: 90%;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 38%;
  right: 0;
  transform: translateY(-50%);
  left: 0;
}
.theme-footer-cols .widget_nav_menu ul li {
  overflow: hidden;
}
.footer-details ul {
  margin: 0;
  margin-bottom: 20px;
}
.rpwwt-post-date {
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.theme-footer-cols p, .theme-footer-cols ul li a, .contact_widget .media a, .contact_widget span.contact-text {
  font-size: 14px;
  line-height: 23px;
  font-family: var(--primary-font);
  color: white;
  font-weight: 400;
}
.theme-footer-cols ul li a:hover{
  color: var(--color-primary);
}
.footer-details input[type="email"] {
  background-color: rgb(250 250 250 / 20%);
  padding-left: 19px !important;
  padding: 12px 10px;
  border-radius: 0;
  color: rgb(250 250 250 / 40%);
  width: 76%;
}
.footer-details input[type="submit"] {
  background-color: var(--color-primary);
  color: black;
  border: none;
  border-radius: 6px;
  /* margin: 14px 0; */
  padding: 15px 26px;
  /* position: absolute; */
  /* right: 0; */
  font-family: 'AgencyFB', 'FontAwesome';
  /* height: 100%; */
  border-radius: 0;
  top: 0;
  position: relative;
  top: 2px;
}
.footer-details input[type="submit"]:hover {
  background-color: var(--color-secondry);
  color: white;
}
.footer-details form {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}
span.wpcf7-spinner {
  display: none;
}
.contact_widget_head {
  display: block;
  color: #b2b2b2;
}
span.rpwwt-post-title {
  /* font-weight: 700; */
  /* font-size: 15px; */
}
.recent-posts-widget-with-thumbnails .rpwwt-widget ul li img {
  width: 56px !important;
  height: 50px !important;
  border-radius: 6px;
  margin-bottom: 0 !important;
  margin-top: 0;
}
.rpwwt-widget ul li {
  margin: 0 0 2px;
}
.footer_icons a {
  color: white;
  margin: 0 4px;
  padding: 6px 10px;
  border: 1px solid #5a6e77;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
}
.footer_icons{
  text-align: right;
}
.footer_icons a i {
    font-size: 18px;
}
.copyright-icons .top_social i {
  color: #40444d;
  font-size: 18px;
  margin-left: 10px;
}
.copyright-icons {
  text-align: right;
}
.copyright-wrapper .top_social a:hover i {
  color: var(--color-primary);
}
.theme-footer-cols .footer-col4 p {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 21px;
  color: black;
}
.copyright-wrapper a i {
  color: white;
  padding: 6px;
  border-radius: 50%;
  font-size: 11px;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 16px;
}
.footer-content-wrapper {
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.footer-navigation ul  li a {
  color: #161617;
  font-weight: 500;
}
.footer-navigation ul li {
  display: inline-block;
  margin-left: 0;
  padding: 0 10px;
  position: relative;
}
.footer-navigation ul li:after {
  content: "";
  background-color: #161617;
  width: 1px;
  height: 12px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-navigation ul li:last-child:after{
  display: none;
} 
.footer-navigation {
  text-align: right;
}
.footer-logo {
  margin-top: 5em;
}
.copyright-text {
  font-size: 15px;
  color: #161617;
  font-weight: 600;
}
.fixed-header .menu_container{
  margin-top: 0;
}
.recent-news-blog-box .newsdate {
  background-color: #E23682;
  padding: 9px 8px;
  text-align: center;
  line-height: 1;
  margin-right: 15px;
  width: 57px;
}
.recent-news-block.media {
  align-items: center;
}
.recent-news-blog-box span.news_date {
  color: white;
  font-size: 28px;
  font-weight: 700;
}
.recent-news-blog-box  span.news_year {
  font-size: 13px;
  font-weight: 500;
  color: white;
}
.recent-news-blog-box h5 a {
  color: #ACA1A6;
  font-size: 14px;
  font-weight: 500;
}
.recent-news-blog-box .author-comment-content {
  display: flex;
  align-items: center;
}
.author-comment-content a {
  color: #ACA1A6;
  font-weight: 500;
  font-size: 12px;
}
.author-comment-content a i {
  /* color: #ACA1A6; */
  margin-right: 5px;
}
.custom-social-icons a:last-child i {
    padding-right: 0;
}

/*------------------Footer Contact ---------------*/
.contact-map embed {
  height: 100%;
}
.contact-map {
  height: 100%;
}
.contact-inner-box {
  background-color: #323232;
  padding: 40px;
}
span.contact-text {
  display: block;
}
.contact-git-block i {
  background-color: var(--color-primary);
  color: #000000;
  padding: 12px 12px;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 10px;
  position: relative;
}
span.contact-text {
  display: block;
  color: white;
  font-size: 16px;
}
a.footer-contact-text, .footer-contact-text {
  color: rgb(250 250 250 / 50%);
  font-weight: 700;
  font-size: 16px;
}
a.footer-contact-text:hover{
  color: var(--color-primary);
}
.contact-git-block.media {
  margin-bottom: 20px;
}
.contact-git-block span{
  position: relative;
}
.contact-git-block span.contact-icon:before {
  content: '';
  background-color: white;
  color: #000000;
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 10px;
  right: 5px;
  top: -6px;
}
.contact-inner-box h3 {
  font-size: 29px;
  margin-bottom: 35px;
}
section#contact-us {
  padding: 0;
}
#footer-widgets {
  padding: 6em 0 50px 0;
}
.footer-sidebar {
  max-width: 72%;
  text-align: center;
  margin: 20px auto;
}
.contact_widget .media a {
  max-width: 53%;
  display: block;
  line-height: 33px;
}
.footer-sidebar figure {
  background-color: var(--color-primary);
  display: inline-block;
  padding: 7px 11px;
}
section#contact-us {
  margin-top: -17em;
}
.side-navigation ul ul li a:before {
  display: none;
}
.contact_widget .media i {
  display: none;
}