/* --------------------------Common CSS---------------------------- */
#site_top .topbar-contact span, #site_top .socialbox i, #site_top .socialbox i,
.continnerbox, .header-wrap .header-social-icon i, .side-navigation ul ul a,
.serach_outer i, .footer-social .socialbox a i, .search_popup input.search-field,
.search_popup .search-submit, .main-header-box .search-icon i, #sidebar .tagcloud a:hover,
#footer .textwidget input[type="submit"], #return-to-top i, #return-to-top:hover i,
#footer h3, .credit_link a, .footer_form .section-heading p, .footer_form .section-heading h3,
.footer_form input::-webkit-input-placeholder, .footer_form textarea::-webkit-input-placeholder,
.footer_form input::-moz-placeholder, .footer_form textarea::-moz-placeholder,
.footer_form input:-moz-placeholder, .footer_form textarea:-moz-placeholder .footer_form input[type="submit"], .footer_menu ul li a, #footer, .search_popup input.search-field::placeholder, #footer .copyright .socialbox i:hover, .navigation .current {
  color: #ffffff;
}
.main-header-box, #footer .footer-links, .home-contact-box, .stickynavbar, #masthead.scrolled, .scrolled {
  background-color: #ffffff;
}
.vwsmp_front a{
  height: unset;
  width: unset;
  margin: 0 !important;
  color: #ffc702 !important;
}
#site_top .socialbox i:hover, #site_top .topbar-contact span i, #footer .about_me i {
  color: #ffc702;
}
#site_top span{
  color: #fff;
}
.final-loader-loading-box, #header .logo, .side-navigation li.current_page_item:after, .search_popup .search-submit, .main-header-box .search-icon i{
  background-color: #ffc702;
}
.main-header-box #sticky-onoff, .headerbar, amp-sidebar#sidebar1, .side-navigation ul li:hover>ul ul, .side-navigation ul ul li, .menubar.scrolled .side-navigation ul ul li, .serach_outer, #return-to-top, .footer_hide {
  display: none;
}
.navigation span.meta-nav, .logo .logotext a, .footer-top-col h3, .footer_form .section-heading h3, .footer_form input[type="submit"], #sidebar caption, #sidebar input[type="submit"], .navigation, #header .logo .logotext {
  font-weight: bold;
}
/* ----------- Spinner ------------- */
.final-loader-loading-box{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  z-index: 9999;
}
.final-loader-loading-box .lds-ellipsis {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.final-loader-loading-box .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.final-loader-loading-box .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.final-loader-loading-box .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.final-loader-loading-box .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.final-loader-loading-box .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/* --------------------------Top Bar---------------------------- */
#site_top .topbar-contact span, .header-wrap .header-button a, #footer h3, #footer ul li a, #footer .about_me table p, .copyright p, #footer #site-navigation ul li a, #footer #site-navigation ul li a, .footer_menu ul li a {
  letter-spacing: 1px;
}
#site_top .topbar-contact span i {
  padding-right: 5px;
}
#site_top .topbar_call, #site_top .topbar-contact span{
  padding-inline-start: 30px;
}
#site_top .socialbox  {
  text-align: right;
  padding-top: 8px;
}
#site_top .socialbox i {
  font-size: 13px;
  padding-right: 12px;
}
#site_top .topbar-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-inline-end: 8%;
}
#site_top .topbar-contact {
  display: flex;
  padding-top: 19px;
  justify-content: end;
}
/* ----------- Header ------------- */
.home.page-template .site-header {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
}
.main-header-box {
  padding: 5px 0;
  position: relative;
  border-radius: 10px 0 0 10px;
}
.stickynavbar {
  z-index: 99999;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
#header-menu, .pagination a:hover, .header-wrap .header-button a, .side-navigation ul ul, #footer .copyright .socialbox i:hover, #sidebar input[type="submit"] {
  background-color: #24272e;
}
.nav_wrap, .home.page-template #header-menu, .search_popup input.search-submit { background-color: transparent; }
.nav_wrap {
  clear:both;
  margin-bottom: 0em;
  z-index: 99;
  padding:15px;
}
#header .logo img{
  max-height: 100px;
  margin-top: 10px;
}

.sticky .header-nav { padding-left: 15px !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;
}
.neseted-inner {
  top: 0;
  position: absolute;
}
.continnerbox {
  background-size: 100% 100%;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
#header .logo{
  position: absolute;
  padding: 10px;
  z-index: 999;
  border-radius: 10px;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
}
#header .logo .logotext{
  padding:0;
  font-size:30px;
  margin-top: 0;
}
.logo a.custom-logo-link, .copyright p, .widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th, .navigation span, .navigation a {
  color: #8d939f;
}
.logo .logotext a {
  font-size: 21px;
  color: #000;
  font-family: 'Cabin';
}
.logo p {
  color: #000;
  font-family: "Roboto";
  width: 80%;
  margin: 0 auto;
}
.logo-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#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;
}
.header-wrap .header-social-icon {
  text-align: right;
  padding-bottom: 20px;
}
.header-wrap .header-social-icon i {
  padding-left: 15px;
  font-size: 13px;
}
.header-wrap .header-button a {
  font-size: 13px;
  color: #24272e;
  font-weight: 700;
  padding-left:15px;
  border-radius: 3px;
  display: inline-block;
}
.header-wrap .header-button i {
  border-left: 1px solid #d1d1d1;
  display: inline-block;
  padding: 12px 15px;
}
/* .header-nav { padding-left: 20.666667% !important; } */
.side-navigation a, .side-navigation ul li:hover>ul, .side-navigation ul li:hover>ul li:hover ul, .side-navigation ul ul li {
  display: block;
}
.side-navigation ul ul>li.menu-item-has-children>a:before,.side-navigation li.current_page_item ul.sub-menu a:before,.side-navigation li.current_page_item ul.sub-menu:before,.side-navigation li.current_page_item ul.sub-menu li:before{
  content: none !important;
}
.primary-menu{
  /* text-align: end; */
  padding-inline-end: 15px;
}
.side-navigation li {
  position: relative;
  padding: 15px 10px;
  display: inline-block;
}
.side-navigation a {
  padding: 0px 10px;
  font-size: 14px;
  line-height: 26px;
  color: #8d939f;
  font-weight: 700;
  font-family: "Cabin";
  text-transform: uppercase;
}
.side-navigation li.current_page_item a, .side-navigation a:hover{ color: #ffc702; }
.side-navigation li.current_page_item:after{
  content: "";
  height: 3px;
  display: block;
  position: absolute;
  bottom: -6px;
  right: 0;
  left: 0;
}
.side-navigation ul ul{
  position: absolute;
  top: 100% ;
  min-width: 215px;
  z-index: 9999;
  left: 0;
  display:none;
}
.side-navigation ul ul li{
  padding: 0 8px;
  line-height: 10px;
}
.side-navigation ul ul li:last-child { border-bottom: 0; }
.side-navigation ul ul ul{
  left: 93%;
  top: 0;
}
.side-navigation ul ul a{
  padding: 8px 0px;
  line-height: 1.5;
  transition: all .5s ease 0s;
  color:#fff;
}
.side-navigation ul ul li, .menubar.scrolled .side-navigation ul ul li{
  float: none;
  text-align: left;
  border-bottom: 1px solid #464646;
}
.side-navigation li:hover ul li, .menubar.scrolled .side-navigation li:hover ul li{
  display: block;
}
.side-navigation ul>li.menu-item-has-children>a:after, .side-navigation ul ul>li.menu-item-has-children>a:after {
  position: static;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}
.side-navigation ul>li.menu-item-has-children>a:after {
  content: "\f107";
  margin-top: 3%;
}
.side-navigation ul ul>li.menu-item-has-children>a:after {
  content: "\f105";
  margin-top: 0%;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
/*-----------------Search pop up----------------*/
.serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.8);
}
.serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.closepop {
  position: absolute;
  top: 29%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
  z-index: 999999;
}
.serach_outer i {
  font-size: 18px;
  padding: 4px 0 0 0;
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.serach-page input.search-field { border: 1px solid #ccc; }
.search_popup input.search-submit {
  border: 0;
  border-radius: 40px;
  border: 2px solid #fff;
}
.search_popup label {
  background: transparent;
  width: 81%;
}
.search_popup input.search-field {
  padding: 1.5% 0;
  background: transparent;
  width: 100%;
  text-indent: 8px;
  border-bottom: 2px solid #fff;
  border-top:none;
  border-left: none;
  border-right: none;
}
.search_popup input.search-field::placeholder { font-size: 17px; }
.search_popup .search-submit {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border:none;
}
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* ---------- Return to Top ------------ */
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background-color: #7c818c;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  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;
}
#return-to-top i {
  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 0px;
}
#return-to-top:hover { background: rgba(0, 0, 0, 0.9); }
#return-to-top:hover i { top: 5px; }
#return-to-top.left{ left: 10px; }
#return-to-top.center{
  left: 50%;
  right: 50%;
}
/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.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;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}
.post-navigation a:hover .post-title {
  color: #d0d0d0;
}
/* .main-header-box .header-search {
  display: flex;
  align-items: center;
} */
.main-header-box .search-icon i {
  width: 40px;
  height: 40px;
  padding: 13px 13px;
  border-radius: 50%;
  cursor: pointer;
  color: #ffffff;
}
/*-----------------Superfish Menu------------------*/
.sf-arrows .sf-with-ul{ padding-right: 15px; }
.sf-arrows .sf-with-ul:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
}
.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: #333;
}
/*---------------- Footer Section ----------------------*/
#footer_box { padding: 0px 0 30px 0; }
#footer {
  background-color: #131115;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  border-top: 3px solid #ffc702;
}
.outer-footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.footer-social .socialbox a { border-right: none; }
.footer-top { padding-bottom: 50px; }
.footer-top-col h3 { font-size: 20px; }
.outer-footer { background-size: 100% 100%; }
#footer form.search-form{
  border: none;
  background: transparent;
}
#footer form.search-form input{
  float: none;
  border: 1px solid #fff;
  margin: 20px 2px;
}
#footer form.search-form input[type="search"] {
  width: 100%;
  margin-bottom: 0px;
}
#footer textarea{ height: 100px; }
#footer p.post-date {
  color: #7f8391;
  font-size: 11px !important;
}
#footer{ text-align: left; }
#footer h3 {
  font-size: 23px;
  font-family: "Cabin";
  font-weight: 700;
  padding:10px 0 17px 0;
}
#footer ul li{
  list-style:none;
  margin:0 0 5px 0;
  text-align:left;
  padding: 5px;
}
#footer .widget_recent_entries ul li:before { content: ""; }
#footer ul li a{
  font-size: 15px;
  color: #7c818c;
  font-family: "Titillium Web";
  font-weight: 600;
}
#footer .about_me table {
  margin-bottom: 10px;
  border-bottom: 1px solid #25262c;
}
#footer .about_me table p {
  font-size: 15px;
  color: #7c818c;
  font-family: "Titillium Web";
  font-weight: 600;
  margin-bottom: 0;
}
.widget_recent_entries img { width: 100px; }
.about_me table, .about_me td, .about_me th{ border: none; }
.about_me p.message { margin-bottom: 20px !important; }
.copyright{
  padding: 25px 0 0 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.copyright p {
  font-size: 16px;
  font-family: "Cabin";
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 8px;
}
#footer .textwidget input[type="email"] {
  border-bottom:1px solid #7f8391;
  border-left: none;
  border-right: none;
  border-top:none;
  color: #7f8391;
}
#footer .textwidget input[type="email"]::placeholder { color: #7f8391; }
#footer .textwidget input[type="submit"] {
  background-color: #8d939f;
  border-radius: 40px;
  padding: 7px 20px;
  display: inline-block;
  margin-top: 17px;
}
#footer .about_me i {
  font-size: 25px;
}
#footer .widget td {
  padding-top: 0px !important;
  padding-bottom: 0;
  padding: 6px;
}
#footer #site-navigation ul li a {
  font-size: 15px;
  color: #919191;
  font-weight: 500;
}
#footer #site-navigation ul li {
  margin-right: 20px;
  margin-bottom: 0;
  padding: 25px 10px 25px 0;
}
#footer #site-navigation ul {
  border-bottom: none;
  margin: 0;
}
#footer #site-navigation ul li a {
  font-size: 18px;
  color: #7e8a9e;
}
.footer-logo-box {
  display: flex;
  align-items: center;
  padding: 10px;
}
#footer .textwidget p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #7e8a9e;
  font-weight: 400;
  margin-bottom: 0;
}
#footer .widget p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #7e8a9e;
  font-weight: 400;
  margin-bottom: 0;
}
#footer .post-content a {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #7e8a9e;
  font-weight: 400;
  margin-bottom: 0;
}
#footer .widget_nav_menu ul { margin-left: 0; }
#footer .widget ul { margin-left: 0; }
#footer .copyright .socialbox i {
  width: 43px;
  height: 54px;
  color: #adadad;
  border:2px solid #adadad;
  margin-right: 10px;
  padding: 17px 12px;
  font-size: 18px;
  margin-top: 10px;
}
#footer .copyright .socialbox i:hover { border:2px solid #24272e; }
#footer .widget_media_gallery #gallery-1 img { border:none; }
#footer #gallery-1 .gallery-item { margin:0; }
#footer .widget_pages ul li {
  border-bottom: 1px solid #25262c;
  line-height: 30px;
  position: relative;
}
#footer .widget_pages ul li:last-child { border-bottom:none; }
#footer .widget_pages ul li:after {
  content: "\f054";
  font-family:'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  color:#7c818c;
  position: absolute;
  right: 0;
}
#footer .widget_nav_menu ul li {
  border-bottom: 1px solid #25262c;
  line-height: 30px;
  position: relative;
}
#footer .widget_nav_menu ul li:last-child { border-bottom: none; }
#footer .widget_nav_menu ul li:after {
  content: "\f054";
  font-family:'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  color:#7c818c;
  position: absolute;
  right: 0;
}
.widget.widget_calendar table { margin: 0; }
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th { border: 1px solid #fff; }
#footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th {
  color: #7f8391;
}
.widget_calendar td, .widget_calendar th {
  line-height: 1.5625;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 0em;
  color: #7f8391;
  padding-left: 15px;
  caption-side: top;
}
.widget_calendar tbody a {
  display: block;
  font-weight: 700;
}
.widget_calendar tbody #today { background-color: #bbb; }
.widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
  background-color: #686868;
  color: #7f8391;
}
.widget th, .widget td { padding: 0.5384615385em; }
/*---------------- Custom Footer ----------------------*/
.footer_form .section-heading, #sidebar form, #footer #site-navigation { text-align: center; }
.footer_form { padding: 0 40px 40px; }
.footer_form .section-heading h3 {
  display: table;
  text-align: center;
  margin: 0 auto;
  padding: 11px;
  border: none;
}
.footer_form input[type="text"], .footer_form  input[type="tel"], .footer_form  input[type="email"], .footer_form  input[type="phno"], .footer_form  input[type="password"], .footer_form  textarea {
  border: 1px solid #ffffff;
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  background: transparent;
  color: #ffffff;
  font-style: italic;
}
.footer_form  textarea { height: 120px; }
.footer_form input[type="submit"] {
  padding: 10px 20px;
  text-transform: uppercase;
  border: none;
  background-color: #1e202c;
}
.contact_us { background-attachment: fixed; }
.home-contact-box { padding: 15px; }
/* --------- Social Icon Widget ------- */
.social_widget a {
  color: #7c818c;
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 50%;
}
.social_widget a i {
  font-size: 13px;
  letter-spacing: 3px;
  width: 40px;
  height: 40px;
  text-align: center;
  border:2px solid #7c818c;
  border-radius: 50%;
  padding: 12px 12px;
}
/*-------------Footer Menu ------------*/
.footer_menu ul li { display: inline-block; }
.footer_menu ul li:last-child { border-right: none; }
.footer_menu ul li a {
  padding: 0 15px;
  font-weight: 600;
  font-size: 16px;
}
/*--------------- Sidebar -----------------*/
#sidebar td#prev a { color: #6c6c6c; }
#sidebar caption {
 color: #6c6c6c;
 font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
 border: 1px solid #e1e1e1;
 text-align: center;
}
#sidebar td {
 padding: 7px;
 color: #6c6c6c;
}
#sidebar th {
 text-align: center;
 padding: 5px;
 color: #6c6c6c;
}
#sidebar select {
 padding: 10px 5px;
 border: solid 1px #e1e1e1;
 color: #6c6c6c;
 background: transparent;
}
#sidebar h3 {
  font-size: 24px;
  color: #cdd3de;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 11px;
  text-align: center;
  border-bottom: 1px solid #8d939f;
}
#sidebar input[type="search"] {
 padding:10px 10px;
 font-size:15px;
 margin-bottom: 10px;
 color:#6c6c6c;
 border: solid 1px #e1e1e1;
 width: 100%;
}
#sidebar label{
 margin-bottom: 0;
 width: 100%;
}
#sidebar input[type="submit"]{
 color:#fff !important;
 padding:10px 0;
 font-size:12px;
 width: 100%;
 letter-spacing: 2px;
}
#sidebar .widget {
 padding: 20px;
 border: 1px solid #cdd3de;
 margin-bottom: 50px;
}
#sidebar ul {
 list-style: none;
 margin: 0;
 font-size: 17px;
}
#sidebar ul li{
 font-weight: 600;
  color: #cdd3de;
  font-size: 15px;
  border-bottom: 1px solid #8d939f;
}
#sidebar ul li:last-child {
  border:none;
}
#sidebar ul li a {
  font-weight: 600;
  color: #cdd3de;
  font-size: 15px;
}
#sidebar .tagcloud a{
 border: solid 1px #e1e1e1;
 color:#cdd3de;
 font-size:15px !important;
 padding:5px 18px;
 margin:0 0 5px;
 display:inline-block;
}
#sidebar .tagcloud a:hover{ background: #8d939f; }
/*---------------- Contact Us Widget ----------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.contact_us_icon i {
  color: #24272e;
  margin: 10px 0;
  font-size: 24px;
}
.widget_recent_entries li a, .widget_recent_entries span.post-date, .logo p, .side-navigation a {
  font-size: 14px;
}
.widget_recent_entries span.post-date {
  width: 100%;
  padding-left: 15px;
  margin-bottom: 11px;
  text-align: left;
  letter-spacing: 0px;
  color: #aca9a9;
}
.widget_recent_entries li, #sidebar ul li { padding: 10px 0; }
/*---------------- Pagination ----------------*/
.navigation {
  font-size: 14px;
  margin: 10px 0;
}
.navigation a, #footer form.search-form, .widget_calendar td, .widget_calendar th, #sidebar ul, .sticky .nav_wrap {
  padding: 0;
}
.navigation span, .navigation a {
  display: block;
  float: left;
  padding: 10px 15px 0 15;
  margin-bottom: 10px;
  margin-right: 10px;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  font-weight: normal;
}
.navigation .current{
  background: #333333;
  font-weight:normal;
}
.navigation { padding-bottom: 60px; }
#sidebar span.comment-author-link { margin-left: 14px; }
.carousel-indicators [data-bs-target]{
  width: 10px;
  height: 10px;
}
