/*
Theme Name: Starnet Child Theme
Theme URI: https://shthemes.net/demosd/starnet
Description: This is child theme of starnet
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Version: 1.0
Text Domain: starnet-child
Template: starnet
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/



p.comment-form-cookies-consent {
    display: none;
}
p {
    margin-bottom: 10px;
}
.comment-form .comment-respond textarea.form-control {
    height: 140px;
}
.header-style-two .header-lower .logo-box {
    margin-top: 0px;
}
.header-style-two .header-top+.header-lower .logo-box {
    margin-top: -46px;
}
.comment-list .comment-one__content a.comment-reply-link {
    line-height: 20px;
    font-weight: 700;
    overflow: hidden;
    color: var(--theme-color-light);
    background: var(--theme-color1);
    border-radius: 4px;
    padding: 5px 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}
.comment-list .comment-one__content a.comment-reply-link:hover {
    color: var(--theme-color-dark);
    background-color: var(--bg-theme-color2);
}
.widget.sidebar__single.widget_news {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    padding: 45px 30px 38px;
    overflow: hidden;
    z-index: 1;
}
.widget.sidebar__single.widget_news .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.widget.sidebar__single.widget_news .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 70px;
    -ms-flex: 70px 0 0px;
    flex: 70px 0 0;
}


.widget.sidebar__single.widget_news {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .widget.sidebar__single.widget_news {
    padding: 30px;
  }
}
.widget.sidebar__single.widget_news .sidebar__title {
  margin-left: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .widget.sidebar__single.widget_news .sidebar__title {
    margin-left: 0;
  }
}
.widget.sidebar__single.widget_news .sidebar__post-list {
  margin: 0;
}
.widget.sidebar__single.widget_news .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 767px) {
  .widget.sidebar__single.widget_news .sidebar__post-list li {
    padding: 16px 0;
  }
}
.widget.sidebar__single.widget_news .sidebar__post-list li:first-child {
  background-color: #ffffff;
  border-radius: 10px;
}
.widget.sidebar__single.widget_news .sidebar__post-list li + li {
  margin-top: 11px;
}
.widget.sidebar__single.widget_news .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  -webkit-box-flex: 70px;
      -ms-flex: 70px 0 0px;
          flex: 70px 0 0;
}
.widget.sidebar__single.widget_news .sidebar__post-list .sidebar__post-image > img {
  width: 80px;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}
.widget.sidebar__single.widget_news .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}
.widget.sidebar__single.widget_news .sidebar__post-list .sidebar__post-content h3 a {
  color: #0e2207;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  float: left;
  text-transform: capitalize;
}
.widget.sidebar__single.widget_news .sidebar__post-list .sidebar__post-content h3 >a {
  clear: both;
}
.widget.sidebar__single.widget_news .sidebar__post-list .sidebar__post-content h3 .sidebar__post-content-meta i+a{
  font-size: 14px;
  font-weight: 500;
  color: #757873 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.widget.sidebar__single.widget_news .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--theme-color2);
  font-size: 14px;
  padding-right: 3px;
  float: left;
  margin-right: 3px;
}
.sidebar__widget_categories {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  border-radius: 10px;
  padding: 45px 30px 38px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__widget_categories {
    padding: 30px 15px 30px;
  }
}
.sidebar__widget_categories .sidebar__title {
  margin-bottom: 20px;
}
.sidebar__widget_categories ul {
  margin: 0;
}
.sidebar__widget_categories ul li + li {
  margin-top: 4px;
}
.sidebar__widget_tag_cloud {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  padding: 46px 45px 50px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__widget_tag_cloud {
    padding: 30px;
  }
}
.sidebar__widget_tag_cloud .sidebar__title {
  margin-left: 5px;
  margin-bottom: 40px;
}

.wp-tag-cloud {
  margin-top: -10px;
}
.wp-tag-cloud a {
  font-size: 14px !important;
  color: #0e2207;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ffffff;
  display: inline-block;
  padding: 5px 28px 5px;
  margin-left: 5px;
  border-radius: 30px;
}
.sidebar__widget_tag_cloud .wp-tag-cloud li {
    display: inline-block;
    margin-bottom: 10px;
}
.wp-tag-cloud a:hover {
  color: var(--text-color-bg-theme-color1);
  background: var(--theme-color1);
}
.wp-tag-cloud a + a {
  margin-left: 5px;
  margin-top: 10px;
}
.blog-details__meta li a {
    text-transform: capitalize;
}
.blog-details__meta li > i {
    color: var(--theme-color1);
    margin-right: 6px;
}
.blog-details__left .blog-details__content .list-unstyled.blog-details__meta {
    margin-bottom: 20px;
}
.comment-one .comment-one__title {
    margin-bottom: 30px;
    margin-top: 30px;
}
.news-block .content-box .post-info li a {
    text-transform: capitalize;
}
.justify-center .pagination {
    display: block;
    text-align: center;
}
.justify-center .pagination li {
    display: inline-block;
}
.justify-center .pagination .page-numbers {
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background-color: var(--theme-color1);
    z-index: 100;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 40px;
    display: block;
}
.justify-center .pagination a.page-numbers:hover {
    background: var(--theme-color3);
    color: #ffffff;
}
.justify-center .pagination a.page-numbers.current {
    background: var(--theme-color3);
    color: #ffffff;
}
.news-block .content-box .read-more {
    padding: 20px 0;
}
.news-block .content-box .title {
    margin-bottom: 20px;
}
.services-details__content img.thumb {
    margin-bottom: 40px;
}
.subscribe-form .form-group .theme-btn {
    padding: 10px 5px;
    font-weight: 900;
    font-family: 'Font Awesome 6 Pro';
}
.subscribe-form .form-group p .theme-btn +.wpcf7-spinner {
  display: none;
}
.subscribe-form .form-group p .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    margin-top: 10px;
}
.subscribe-form .wpcf7 form .wpcf7-response-output {
    margin: 3em 0em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    border-color: #fff;
    color: #fff;
}
.faqs-section .form-column #contact-form .form-group input.btn-title:hover {
    transform-origin: bottom left;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background: var(--bg-theme-color5);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.faqs-section .form-column #contact-form .form-group .wpcf7-not-valid-tip {
    color: #fff;
    margin-top: 10px;
}
.faqs-section .form-column #contact-form+.wpcf7-response-output {
    margin: 2em 0em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    color: #fff;
    border-color: #fff;
}
.contact-details form #contact_form .wpcf7-not-valid-tip {
    color: var(--text-color);
    margin-top: 10px;
}
.contact-details form #contact_form+.wpcf7-response-output {
    border-color: var(--text-color);;
    margin: 2em 0em 1em;
}
.comment-form .comment-respond .comment-reply-title small >a {
    line-height: 20px;
    font-weight: 700;
    overflow: hidden;
    color: var(--theme-color-light);
    background: var(--theme-color1);
    border-radius: 4px;
    padding: 5px 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}
.comment-form .comment-respond .comment-reply-title small >a:hover {
    color: var(--theme-color-dark);
    background-color: var(--bg-theme-color2);
}
.dark .text-box .text {
    color: rgba(255, 255, 255, 0.6);
}
.dark .about-section-two .content-column .sec-title .text {
    color: rgba(255, 255, 255, 0.6);
}
.dark .about-section-two .content-column .about-block .text {
    color: rgba(255, 255, 255, 0.6);
}
.dark .about-section-three .content-column .text {
    color: rgba(255, 255, 255, 0.6);
}
.dark .counter-block .counter-title {
    color: #fff;
}
.dark .feature-block-two .inner-box .text {
    color: rgba(255, 255, 255, 0.6);
}
.dark .about-section-four .content-column .text {
    color: rgba(255, 255, 255, 0.6);
}
.dark .testimonial-block-two .text {
    color: #fff;
}
.dark .feature-block-three .text {
    color: #fff;
}
.dark .about-section-five .content-column .text {
    color: rgba(255, 255, 255, 0.6);
}
.dark .services-section-three .content-column .text {
    color: rgba(255, 255, 255, 0.6);
}
.dark .about-section-seven .content-column .sec-title .text {
    color: #fff;
}
.dark .about-block-three .inner p.text {
    color: rgba(255, 255, 255, 0.6);
}
.dark .mixitup-gallery .filter-btns .filter {
    color: #fff;
}
.dark .mixitup-gallery .filter-btns .filter:hover {
    color: #fff;
}
.dark .about-section-eight .content-column .sec-title .text {
    color: rgba(255, 255, 255, 0.6);
}
.dark .counter-block-two .counter-title {
    color: #fff;
}
.dark .accordion-box .block .acc-content .content .text {
    color: #fff;
}
.dark .accordion-box .block{
    border-color: #696161;
}
.accordion-box .block .acc-btn .icon {
    height: 54px;
    width: 54px;
}
.dark .service-block-four .inner-box .text {
    color: #fff;
}
.dark .news-block .content-box .read-more{
    border-color: #696161;
}
.dark .about-section-nine .content-column .sec-title .text {
    color: #fff;
}
.dark .team-block .info-box .designation {
    color: rgba(255, 255, 255, 0.6);
}
.blog-details .blog-details__bottom .blog-details__tags a:hover{
    text-decoration: auto;
}
.form-column .contact-form .form-group input:not([type=submit]) {
  color: var(--text-color);
}
.form-column .contact-form .form-group textarea {
  color: var(--text-color);
}
.dark .list-style-one li {
    color: #fff;
}
.dark .list-style-one li a {
    color: #fff;
}
.dark .header-top .useful-links li a {
    color: #fff;
}
.dark .testimonial-block .content-box .text {
    color:#fff;
}
.dark .form-column .contact-form .form-group input:not([type=submit]) {
  color: #fff;
}
.dark .form-column .contact-form .form-group textarea {
  color: #fff;
}
.rtl .footer-column .subscribe-form .form-group input[type=email] {
  text-align: right;
}
.dark .about-section .content-column .sec-title .text {
    color: #fff;
}
.dark .about-section .content-column .text-box .info-box .txt {
    color: #fff;
}
.dark .services-section .bottom-text {
    color: #fff;
}
.dark .cta-box .info-box .text {
    color: #fff;
}
.dark .about-block .inner .title {
    color: #fff;
}
.dark .pricing-block .content-box .title-box .title {
    color: #fff;
}
.dark .pricing-block .price {
    color: #fff;
}
.dark .news-block .content-box .post-info li {
    color: #fff;
}
.dark .news-block .content-box .post-info li a {
    color: #fff;
}
.dark .news-block .content-box .read-more {
    color: #fff;
}
.dark .news-block .content-box .read-more:hover {
    color: var(--theme-color1);
}
.dark .about-section-three .content-column .info-box .txt {
    color: #fff;
}
.dark .counter-block .count-box .count-text {
    color: #fff;
}
.dark .counter-block .count-box {
    color: #fff;
}
.dark .about-section-four .content-column .sec-title .text-strong {
    color: #fff;
}
.dark .feature-block-three .content-box .price {
    color: #fff;
}
.dark .about-section-five .content-column .info-box .txt {
    color: #fff;
}
.dark .services-section-three .content-column .info-box .title {
    color: #fff;
}
.dark .about-section-five .image-column .exp-box .text {
    color: #fff;
}
.dark .about-section-five .image-column .exp-box .icon {
    color: #fff;
}
.dark .about-info-box .title-box .title {
    color: #fff;
}
.dark .about-block-three .inner .title {
    color: #fff;
}
.dark .channels-section-two .channels-column .inner-column {
        background-color: #212529 ;
}
.dark .channels-section-two .content-column .inner-column {
    background-color: var(--dark-color2);
}
.dark  .channel-block-two .inner-box {
    background-color: var(--dark-color1);
}
.dark .counter-block-two .count-box .count-text {
    color: #fff;
}
.dark .counter-block-two .count-box {
    color: #fff;
}
.dark .news-section.style-two .news-block .content-box .read-more:hover {
    color: #fff;
}
.dark .categories-block .title a {
    color: #fff;
}
.dark .service-block-four .inner-box .price-box strong {
    color: #fff;
}
.dark .about-section-nine .content-column .text-box .info-box .txt {
    color: #fff;
}
.dark .team-block .info-box .name {
    color: #fff;
}
.dark .pricing-block-two .title-box .title {
    color: #fff;
}
.dark .pricing-block-two .content-box .price {
    color: #fff;
}
.background-none .pricing-section {
    background-color: transparent;
}
.header-style-five .list-style-one li {
    color: #fff;
}
.header-style-five .list-style-one li {
    color: #fff;
}
.header-style-five .list-style-one li a{
    color: #fff;
}
.header-style-five .list-style-one li a:hover {
    color: var(--theme-color2);
}
.header-style-five .header-top .useful-links li a {
    color: #fff;
}
.header-style-five .header-top .useful-links li a:hover {
    color: var(--theme-color1);
}
.dark .header-top .useful-links li a:hover {
    color: var(--theme-color1);
}
.dark .list-style-one li a:hover {
    color: var(--theme-color2);
}
.dark .sticky-header .mobile-nav-toggler .icon.lnr-icon-bars {
    color: #fff;
}
.main-footer.style-three .subscribe-form .form-group .theme-btn {
    background: var(--bg-theme-color6);
}
.main-footer.style-three .subscribe-form .form-group .theme-btn:hover {
    color: var(--theme-color-light);
    background-color: var(--bg-theme-color7);
}
.main-footer.style-two .subscribe-form .form-group .theme-btn {
        background: var(--gradient-1);
}
.main-footer.style-two .subscribe-form .form-group .theme-btn:hover {
    color: var(--theme-color-light);
        background-color: var(--bg-theme-color5);
}
.dark .main-footer.style-three .subscribe-form .form-group .theme-btn {
    background: #000;
}
.dark .main-footer.style-three .subscribe-form .form-group .theme-btn:hover {
    color: var(--theme-color-light);
    background-color: var(--bg-theme-color7);
}
.rtl .main-footer .subscribe-form form .theme-btn.btn-style-one {
    margin-right: 0;
    transform: scaleX(-1);
}
.sidebar .widget.sidebar__single.sidebar__search.search {
    padding: 0px;
}
.news-section.blog-grid .news-block .content-box .title {
    font-size: 20px;
}





p.comment-form-cookies-consent {
    display: none;
}
.comment-form .comment-respond textarea.form-control {
    height: 140px;
}
.comment-list .comment-one__content a.comment-reply-link {
    line-height: 20px;
    font-weight: 700;
    overflow: hidden;
    color: var(--theme-color-light);
    background: var(--theme-color1);
    border-radius: 4px;
    padding: 5px 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}
.comment-list .comment-one__content a.comment-reply-link:hover {
    color: var(--theme-color-dark);
    background-color: var(--bg-theme-color2);
}
.widget.sidebar__single.widget_news {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    padding: 45px 30px 38px;
    overflow: hidden;
    z-index: 1;
}
.widget.sidebar__single.widget_news .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.widget.sidebar__single.widget_news .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 70px;
    -ms-flex: 70px 0 0px;
    flex: 70px 0 0;
}


.widget.sidebar__single.widget_news {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .widget.sidebar__single.widget_news {
    padding: 30px;
  }
}
.widget.sidebar__single.widget_news .sidebar__title {
  margin-left: 0px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .widget.sidebar__single.widget_news .sidebar__title {
    margin-left: 0;
  }
}
.widget.sidebar__single.widget_news .sidebar__post-list {
  margin: 0;
}
.widget.sidebar__single.widget_news .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 767px) {
  .widget.sidebar__single.widget_news .sidebar__post-list li {
    padding: 16px 0;
  }
}
.widget.sidebar__single.widget_news .sidebar__post-list li:hover {
  background-color: #ffffff;
  border-radius: 10px;
}
.widget.sidebar__single.widget_news .sidebar__post-list li + li {
  margin-top: 11px;
}
.widget.sidebar__single.widget_news .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  -webkit-box-flex: 70px;
      -ms-flex: 70px 0 0px;
          flex: 70px 0 0;
}
.widget.sidebar__single.widget_news .sidebar__post-list .sidebar__post-image > img {
  width: 80px;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}
.widget.sidebar__single.widget_news .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}
.widget.sidebar__single.widget_news .sidebar__post-list .sidebar__post-content h3 a {
  color: #0e2207;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  float: left;
  text-transform: capitalize;
}
.widget.sidebar__single.widget_news .sidebar__post-list .sidebar__post-content h3 >a {
  clear: both;
}
.widget.sidebar__single.widget_news .sidebar__post-list .sidebar__post-content h3 .sidebar__post-content-meta i+a{
  font-size: 14px;
  font-weight: 500;
  color: #757873 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.widget.sidebar__single.widget_news .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--theme-color2);
  font-size: 14px;
  padding-right: 3px;
  float: left;
  margin-right: 3px;
}
.sidebar__widget_categories {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  border-radius: 10px;
  padding: 45px 30px 38px;
  overflow: hidden;
  z-index: 1;
}
.widget.sidebar__single {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    padding: 45px 30px 38px;
    overflow: hidden;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__widget_categories {
    padding: 30px 15px 30px;
  }
}
.sidebar__widget_categories ul {
  margin: 0;
}
.sidebar__widget_categories ul li + li {
  margin-top: 4px;
}
.sidebar__widget_categories ul li a:hover span {
  color: #ffcd1e;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.sidebar__widget_categories ul li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-color2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
.sidebar__widget_categories ul li.active a {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  border-radius: 10px;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__widget_categories ul li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: #ffcd1e;
}


.sidebar__widget_tag_cloud {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  padding: 46px 45px 50px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__widget_tag_cloud {
    padding: 30px;
  }
}
.sidebar__widget_tag_cloud .sidebar__title {
  margin-left: 5px;
  margin-bottom: 40px;
}

.wp-tag-cloud {
  margin-top: -10px;
}
.wp-tag-cloud a {
  font-size: 14px !important;
  color: #0e2207;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ffffff;
  display: inline-block;
  padding: 5px 28px 5px;
  margin-left: 5px;
  border-radius: 30px;
}
.sidebar__widget_tag_cloud .wp-tag-cloud li {
    display: inline-block;
    margin-bottom: 10px;
}
.widget.sidebar__single .wp-tag-cloud a:hover {
  color: var(--text-color-bg-theme-color1);
  background: var(--theme-color1);
}
.wp-tag-cloud a + a {
  margin-left: 5px;
  margin-top: 10px;
}
.blog-details__meta li a {
    text-transform: capitalize;
}
.blog-details__meta li > i {
    color: #777;
    margin-right: 6px;
}
.blog-details__left .blog-details__content .list-unstyled.blog-details__meta {
    margin-bottom: 20px;
    display: block;
    padding-left: 0px;
}
.blog-details__content {
    margin-top: 0px;
}
.blog-details__left .blog-details__content .list-unstyled.blog-details__meta li{
    display: inline-block;
}
.comment-one .comment-one__title {
    margin-bottom: 30px;
    margin-top: 0px;
}
.news-block .content-box .post-info li a {
    text-transform: capitalize;
}
.justify-center .pagination {
    display: block;
    text-align: center;
}
.justify-center .pagination li {
    display: inline-block;
}
.justify-center .pagination li .page-numbers {
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background-color: var(--theme-color1);
    z-index: 100;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 40px;
    display: block;
}
.justify-center .pagination li a.page-numbers:hover {
    background: var(--theme-color3);
    color: #ffffff;
}
.justify-center .pagination li a.page-numbers.current {
    background: var(--theme-color3);
    color: #ffffff;
}
.news-block .content-box .title {
    margin-bottom: 20px;
}
.services-details__content img.thumb {
    margin-bottom: 40px;
}
.subscribe-form .form-group .theme-btn {
    padding: 10px 5px;
    font-weight: 900;
    font-family: 'Font Awesome 6 Pro';
}
.subscribe-form .form-group p .theme-btn +.wpcf7-spinner {
  display: none;
}
.subscribe-form .form-group p .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    margin-top: 10px;
}
.subscribe-form .wpcf7 form .wpcf7-response-output {
    margin: 3em 0em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    border-color: #fff;
    color: #fff;
}
.faqs-section .form-column #contact-form .form-group input.btn-title:hover {
    transform-origin: bottom left;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background: var(--bg-theme-color5);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.faqs-section .form-column #contact-form .form-group .wpcf7-not-valid-tip {
    color: #fff;
    margin-top: 10px;
}
.faqs-section .form-column #contact-form+.wpcf7-response-output {
    margin: 2em 0em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    color: #fff;
    border-color: #fff;
}
.contact-details form #contact_form .wpcf7-not-valid-tip {
    color: var(--text-color);
    margin-top: 10px;
}
.contact-details form #contact_form+.wpcf7-response-output {
    border-color: var(--text-color);;
    margin: 2em 0em 1em;
}
.comment-form .comment-respond .comment-reply-title small >a {
    line-height: 20px;
    font-weight: 700;
    overflow: hidden;
    color: var(--theme-color-light);
    background: var(--theme-color1);
    border-radius: 4px;
    padding: 5px 30px;
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 14px;
}
.comment-form .comment-respond .comment-reply-title small >a:hover {
    color: var(--theme-color-dark);
    background-color: var(--bg-theme-color2);
}
.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: #000000;
    font-weight: 600!important;
    font-size: 15px!important;
}
.alignright,
.wp-block-image .alignright
{
    float: right;
    margin-left: 25px;
    margin-top: 8px;
}
.alignleft,
.wp-block-image .alignleft{
    float: left;
    margin-right: 20px;
    margin-top: 8px;
}

.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}
.screen-reader-text {
    display: none;
}

img{
    height: auto;
    max-width: 100%;
}

label.wp-block-search__label {
    display: none;
}

.single-widget .wp-block-group__inner-container h2{
    color: var(--main-text-color, #051923);
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.single-widget .wp-block-group__inner-container h2:after{
    height: 80%;
    width: 2px;
    background: var(--business-consulting, var(--theme-color1));
}

.wp-block-latest-posts__list li,
.wp-block-latest-comments li,
.widget_recent_comments ul li {
    border-bottom: 1px dotted #9999;
    padding: 15px 0;
    margin-bottom: 0!important;
    font-size: 16px;
}

.widget .wp-block-latest-posts__list li:first-child,
.widget .wp-block-latest-comments li:first-child{
    padding-top: 5px;
}

.wp-block-latest-comment-box-all__comment{
    line-height: 1.5;
}

.wp-block-latest-posts__list li:last-child,
.wp-block-latest-comments li:last-child,
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.widget_recent_comments ul li:first-child,
.widget_rss li:first-child{
    padding-top: 0;
}

.wp-block-latest-posts__list li a,
.wp-block-latest-comments__comment-meta a{
    font-weight: 500;
}

.widget_search .wp-block-search__button {
    width: auto;
    position: relative;
    margin-left: -1px;
    height: auto;
}

.wp-block-search__button  {
    border: 1px solid var(--theme-color1)!important;
    background: var(--theme-color1)!important;
    color: #fff!important;
    font-size: 15px;
    padding: 10px;
}

.wp-block-search__button:hover{
    background: #000000;
    color: #fff;
    border: 1px solid #000000;
}

ul,ol{
    list-style: none;
    padding-left: 0;
}

.widget_archive li, .widget_categories li {
    text-align: left;
}

.widget_archive a, .widget_categories a{
    text-align: left;
}

.widget li {
    margin-bottom: 10px;
    display: block;
}

.widget li a {
    font-weight: 500;
    line-height: 28px;
}
.widget li a:hover {
    color: var(--theme-color1);
}

select {
    width: 100%;
    padding: 10px;
    border: solid 1px #000;
    color: #000000;
    margin-bottom: 20px;
    appearance:auto;
    font-size: 14px;
}

.widget select{
    margin-bottom: 0;
}

.widget_calendar tfoot {
    display: none;
}

.widget_calendar caption {
    caption-side: top;
    border-bottom: none!important;
    text-transform: uppercase;
    font-weight: 700;
    background-color: var(--theme-color1);
    color: #fff!important;
    font-size: 15px!important;
    text-align: center!important;
}

.widget_calendar td#today {
    background: var(--theme-color1)!important;
    color: #fff!important;
    font-weight: 700;
}

.wp-calendar-nav {
    display: none;
}

table {
    border: 1px solid var(--theme-color1)!important;
    padding: 5px!important;
    width: 100%;
    margin-bottom: 20px;
}

table * {
    border: 1px solid #000000!important;
    padding: 10px!important;
    color: #000000!important;
}

table a {
    border: none!important;
    padding: 0px!important;
    font-weight: 700;
}

.widget table{
    text-align: center;
    margin-bottom: 0;
}

.wp-block-calendar table th{
    font-weight: 700;
    text-align: center;
}

.rssSummary{
    font-size: 14px;
}

.sidebar-single-widget.widget_rss a{
    font-size: 15px;
}

ul.children ,
ul.sub-menu{
    padding-left: 20px!important;
    padding-top: 8px!important;
}

.widget .rss-date,
.widget_rss cite {
    font-style: italic;
    font-size: 13px!important;
    display: block;
    font-weight: 600;
    margin: 5px 0;
}

.widget_rss li {
    border-bottom: 1px dotted #9999;
    padding: 15px 0;
    margin-bottom: 5px;
}

.widget_rss li:last-child {
    border-bottom: none;
    padding-bottom: 0!important;
}

.widget_search input{
    padding: 10px;
    border: 1px solid #949494;
    width: 100%;
    font-size: 14px;
}

.widget_search form{
    position: relative;
}

.widget_search button{
    position: absolute;
    background: var(--theme-color1);
    color: #fff;
    border: 1px solid var(--theme-color1);
    height: 52px;
    width: 52px;
    right: 0;
    top: 0;
    font-size:14px;
}

.widget_search button:hover{
    background: #fff;
    color: var(--theme-color1);
}

.widget_text p img {
    margin: 15px 0;
}

.wp-block-image figcaption {
    font-weight: 600;
    color: #000000!important;
    font-size: 15px;
    text-align: center;
}

.blog-details-page-all img{
    width: auto!important;
    max-width: 100%!important;
    height: auto!important;
    margin-bottom: 10px;
}

a.wp-block-button__link {
    color: white!important;
    font-size: 17px;
    border-radius: 5px;
    background-color: #000000;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
    color: #000000!important;
}

.wp-block-button{
    margin-bottom: 22px!important;
}

.wp-block-archives__label{
    margin-bottom: 10px;
}

p.wp-block-cover-text {
    font-size: 17px!important;
}

p.wp-block-cover-text, p.wp-block-cover-text a {
    color: white!important;
}

.wp-block-cover {
    margin-bottom: 20px!important;
}

li.blocks-gallery-item img {
    flex: unset!important;
    margin: 0;
    margin-bottom: 0!important;
}

.blocks-gallery-caption {
    text-align: center;
    font-size: 15px!important;
    font-weight: 600;
    color: #000000!important;
}

.wp-block-latest-posts.wp-block-latest-posts__list{
    margin-bottom: 15px;
}

.wp-block-search__button-outside{
    margin-bottom: 15px;
}

.wp-block-gallery.alignleft.columns-2 .blocks-gallery-item img {
    height: 100%!important;
}
@media (min-width: 600px){
.wp-block-gallery.columns-3.alignfull .blocks-gallery-image, .wp-block-gallery.columns-3.alignfull .blocks-gallery-item {
    width: calc((100% - 46px)/3)!important;
    margin-right: 15px!important;
}
.wp-block-gallery.columns-4 li.blocks-gallery-item {
    width: calc(24% - 0.75em)!important;
    margin-right: 1em!important;
}
.blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(19% - 0.8em)!important;
    margin-right: 1em!important;
}
.blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16% - 0.83333em)!important;
    margin-right: 1em!important;
}
.blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(13.28571% - 0.85714em)!important;
    margin-right: 1em!important;
}
.blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12% - 0.875em)!important;
    margin-right: 1em!important;
}
}
.wp-block-gallery.columns-3.alignfull .blocks-gallery-item  img{
    width: 100%!important;
    height: 100%!important;
    flex: 1;
    object-fit: cover;
}

@media (min-width: 600px){
.wp-block-gallery.columns-3.alignfull .blocks-gallery-image img, .wp-block-gallery.columns-3.alignfull .blocks-gallery-item img {
    height: 100%!important;
}

.wp-block-gallery.columns-7.is-cropped li img {
    height: 100%!important;
}

.wp-block-gallery.columns-8.is-cropped li img {
    height: 100%!important;
}
}

.wp-block-gallery.alignfull.columns-3{
    display: flex!important;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

@media only screen and (min-width: 768px){
.wp-block-gallery.alignleft.columns-2 {
    max-width: 60%;
    margin-right: 20px;
}
}

.wp-block-gallery.alignleft.columns-2 .blocks-gallery-item{
    width: calc((100% - 32px)/2)!important;
    margin-right: 15px!important;
}

.wp-block-gallery.alignleft.columns-2 .blocks-gallery-item img{
    height: 100%!important;
    flex: 1;
    object-fit: cover!important;
    width: 100%!important; 
}

.wp-block-gallery.columns-4 {
    clear: both;
    margin-top: 20px;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    display: block!important;
    letter-spacing: 0px;
    font-size: 15px!important;
}

.wp-block-gallery.columns-4.is-cropped.alignwide.featured li img {
    height: 100%!important;
    margin-bottom: 0;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
    height: 100%!important;
}

.blog-details-page-all .wp-block-gallery.columns-5 li img{
    height: auto!important;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
}

.blocks-gallery-grid + figcaption {
    margin-bottom: 15px;
}

.tags{
    display: none;
}

code, kbd, pre, samp {
    font-family: monospace!important;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: #e83e8c!important;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

pre cite{
    margin-left: 15px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
}

blockquote {
    background: #f7f7f7!important;
    border-left: 5px solid var(--theme-color1)!important;
    margin-bottom: 20px!important;
    padding: 15px!important;
    font-size: 15px!important;
    margin-top: 0!important;
    text-align: left;/*
    margin:20px auto!important;*/
}

.wp-block-pullquote.is-style-solid-color blockquote{
    margin-top: 15px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

figure blockquote{
    margin-top: 20px;
}

blockquote:before{
    content: none;
}

blockquote br{
    display: none;
}

blockquote p{
  margin-bottom: 0!important;
}

.wp-block-pullquote{
    padding: 1em 0;
    margin-bottom: 0;
}

blockquote cite,
.wp-block-pullquote cite{
    font-weight: 600!important;
    font-size: 15px!important;
    color: #303030!important;
    margin-top: 0!important;
    font-style: italic!important;
}

.blog-details-page-all ol li,
.comment-box-all ol li {
  list-style: decimal;
  margin-bottom: 0;
}


.blog-details-page-all ul> li, 
.comment-box-all >ul> li {
  list-style-type: disc;
  margin-bottom: 0;
  line-height: 1.75em;
}

.blog-details-page-all ul ul li,
.comment-box-all ul ul li {
  list-style-type: circle;
}

.blog-details-page-all ul ul ul li,
.comment-box-all ul ul ul li {
  list-style-type: square;
}

.blog-details-page-all  ul, .blog-details-page-all  ol,
.comment-box-all ul , .comment-box-all ol{
    padding-left: 25px;
}

p.has-large-font-size,
p.has-large-font-size + p{
    line-height: 1.3!important;
}

.wp-block-video figcaption, .wp-block-embed figcaption {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.wp-block-calendar caption {
    caption-side: top;
    border-bottom: none!important;
    text-transform: uppercase;
    font-weight: 700;
    background-color: var(--theme-color1);
    color: #fff!important;
    font-size: 14px!important;
    text-align: center!important;
}

.wp-block-latest-comment-box-all__comment-excerpt p{
    margin-bottom: 0;
}

.wp-block-group.has-background .wp-block-group__inner-container {
    padding: 20px;
    margin-bottom: 20px;
}

.wp-block-media-text img {
    margin-bottom: 0!important;
}

.wp-block-media-text.has-media-on-the-right {
    margin-bottom: 15px;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
}

.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text{
    text-align: center!important;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    clear: both;
}
.page-id-146 .blog-details__content p {
    margin-bottom: 20px;
    line-height: 28px;
    letter-spacing: 1px;
}
img.size-thumbnail{
    max-width: 160px!important;
}

span.sticky{
    padding: 5px 10px!important;
    font-size: 14px!important;
    border-color: var(--theme-color1);
    background: var(--theme-color1);
    color: #fff!important;
    letter-spacing: 2px!important;
    font-weight: 700;
    float: right;
    line-height: 1.5!important;
}

span.sticky.post{
    position: relative;
    margin-top: -28px;
}

.post-password-form >p>input{
    background: var(--theme-color1)!important;
    color: #fff!important;
    border: 1px solid var(--theme-color1)!important;
    padding: 10px 20px;
    border-radius: 0!important;
    margin-left: -5px;
    font-size: 16px;
}

.post-password-form >p>label input{
    padding: 10px 20px;
    border:1px solid #dbdbdb;
}

.post-password-form>p>input:hover{
    background-color:  #000000!important;
    color: #fff!important;
    border-color: #000000!important;
}
.widget.sidebar__single h2.wp-block-heading {
    margin: 0;
    font-size: 22px;
    font-weight: var(--h4-font-weight);
    margin-bottom: 30px;
}
.sidebar__title {
    margin: 0;
    font-size: 22px;
    font-weight: var(--h4-font-weight);
    margin-bottom: 30px;
}
.blog-list .news-block .content-box .title {
    margin-bottom: 20px;
    font-size: 24px;
}
select {
    -webkit-appearance: none;
    background: url(../starnet/images/arrow.png) no-repeat right;
    background-position-x: 96%;
    background-color: #fff;
    image-rendering: auto;
    background-size: 20px;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    padding-left: 12px;
    width: 100%;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 5px;
    height: 45px;
    border: 1px solid var(--main-color-two);
    color: var(--main-color-two)!important;
    margin-top: 0px;
    border: 1px solid;
}
.widget ul li >a.rsswidget {
      font-weight: 600;
}
.news-block .content-box .post-info li i {
    color: #777;
}
.featured-post {
    display: block;
    background: var(--theme-color1);
    color: white;
    padding: 3px 20px 3px 20px;
    font-size: 14px;
    font-weight: 600;
    float: right;
    margin-right: 2px;
    border-radius: 2px;
    letter-spacing: 1px;
    margin-right: 0px;
}
.news-block .content-box .post-info li {
    display: inline-block;
}
.news-block .content-box .post-info {
    display: block;
}
.wp-calendar-table thead tr th {
    background: var(--theme-color1)!important;
    color: #fff!important;
}
.footer-bottom .copyright-text {
    color: #fff;
}
.comment-one .comment-one__title {
    font-size: 36px;
}
.comment-form .comment-respond h3.comment-reply-title {
    font-size: 36px;
}
.wp-block-image .aligncenter >img.wp-image-906 {
    margin-bottom: 20px;
}
.blog-details__content {
    margin-bottom: 60px;
}
.comment-one .comment-one__single {
    margin-bottom: 0px;
}
.comment-one div.comment-form {
    margin-top: 60px;
}
.blog-details__left .comment-one {
  clear: both;
}
.wp-block-cover.has-pale-pink-background-color.has-background-dim.has-left-content.aligncenter p.wp-block-cover-text strong {
  color: #fff;
  font-weight: 400;
  font-size: 17px;
}
:root .has-very-light-gray-color {
    color: #fff;
}
.page-links a.post-page-numbers .page-number {
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background-color: var(--theme-color1);
    z-index: 100;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 40px;
    display: inline-block;
}
.page-links a.post-page-numbers .page-number:hover {
    background: var(--theme-color3);
    color: #ffffff;
}
.page-links span.post-page-numbers.current .page-number{
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background-color: var(--theme-color1);
    z-index: 100;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 40px;
    display: inline-block;
}
.blog-details .blog-details__left h1 {
    font-size: 42px;
    font-weight: 600;
}
.blog-details .blog-details__left h1 + h2 {
    font-size: 36px;
}
.blog-details .blog-details__left h2 {
    font-size: 36px;
}
.blog-details .blog-details__left h1 + h2+h3 {
    font-size: 32px;
}
.blog-details .blog-details__left h1 + h2+h3+h4 {
    font-size: 28px;
}
.blog-details .blog-details__left h1 + h2+h3+h4+h5 {
    font-size: 24px;
}
.blog-details .blog-details__left h1 + h2+h3+h4+h5+h6 {
    font-size: 20px;
}
.blog-details__left .blog-details__content >ul {
    padding-left: 2rem;
    margin-bottom: 1rem;
    list-style-type: disc;
}
.blog-details__left .blog-details__content >ul ul{
    padding-left: 2rem;
    margin-bottom: 0rem;
    list-style-type: disc;
}
.blog-details__left .blog-details__content >ol {
    padding-left: 2rem;
    margin-bottom: 1rem;
    list-style-type: decimal;
}
.blog-details__left .blog-details__content >ol ol{
    padding-left: 2rem;
    margin-bottom: 0rem;
    list-style-type: decimal;
}
.blog-details__left .blog-details__content >ul li, .blog-details__left .blog-details__content >ol li{
    display: list-item;
}
.blog-details__left .blog-details__content >ol li{
    list-style: decimal;
}
.blog-details__left .blog-details__content >ul li{
    list-style: disc;
}
.blog-details__left .blog-details__content .has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none;
    margin-top: 20px;
}
.blog-details__left .blog-details__content .wp-block-latest-comments__comment {
    list-style: none;
    margin-bottom: 1em;
}
table tbody th a:hover {
    color: var(--theme-color1) !important;
}
dl dd {
    margin-left: 20px;
}
.blog-details__left .blog-details__img > img {
    width: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}
.comment-one .comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    border-bottom: 0px solid #ece9e0;
    padding-bottom: 0px;
    margin-bottom: 60px;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}
.comment-one .comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
    -webkit-box-flex: 100px;
    -ms-flex: 100px 0 0px;
    flex: 100px 0 0;
    float: left;
}
.comment-one .comment-one__content {
    position: relative;
    margin-left: 105px;
}
.comment-one .comment-one__content h3 {
    text-transform: capitalize;
    margin-bottom: 20px;
}
.comment-one .comment-one__content h1+h2+ h3 {
    font-size: 32px;
}
.comment-one__content table tbody td a:hover {
    color: var(--theme-color1) !important;
}
.comment-list .comment-one__single .comment-one__content >ul {
    padding-left: 2rem;
    margin-bottom: 1rem;
    list-style-type: disc;
}
.comment-list .comment-one__single .comment-one__content >ul ul{
    padding-left: 2rem;
    margin-bottom: 0rem;
    list-style-type: disc;
}
.comment-list .comment-one__single .comment-one__content >ol {
    padding-left: 2rem;
    margin-bottom: 1rem;
    list-style-type: decimal;
}
.comment-list .comment-one__single .comment-one__content >ol ol{
    padding-left: 2rem;
    margin-bottom: 0rem;
    list-style-type: decimal;
}
.comment-list .comment-one__single .comment-one__content >ul li, .comment-list .comment-one__single .comment-one__content >ol li{
    display: list-item;
}
.comment-list .comment-one__single .comment-one__content >ol li{
    list-style: decimal;
}
.comment-list .comment-one__single .comment-one__content >ul li{
    list-style: disc;
}
.comment-list .comment-one__single .comment-one__content p img {
    margin: 10px 0px;
}
.comment-one .comment-one__single.noavatar .comment-one__content {
    margin-left: 0px;
}
.wp-caption .wp-caption-text {
    margin-top: 10px;
}
table tbody td a:hover {
    color: var(--theme-color1) !important;
}
.blog-details__left .blog-details__content .page-links {
    display: block;
    clear: both;
    margin-top: 20px;
    top: 20px;
    position: relative;
}
body.logged-in .sticky-header {
    top: 32px;
}
.wp-block-file *+.wp-block-file__button{
    margin-left: 0.75em;
    padding: 5px 10px;
}
.wp-block-file *+.wp-block-file__button:hover{
    color: #fff;
}
@media (max-width: 1099px){
    .main-menu {
        display: none;
    }
    .mobile-nav-toggler {
        display: block;
    }
    body.logged-in .mobile-menu .menu-box {
        top: 32px;
    }
}
@media (max-width: 1250px){
    .main-menu .navigation > li > ul > li > ul {
        width: 170px;
    }
    .main-menu .navigation > li > ul {
        width: 170px;
    }
    .sticky-header .main-menu .navigation > li {
        margin: 0;
        margin-left: 40px;
        padding: 20px 0;
    }
}
@media (max-width: 782px){
    body.logged-in .sticky-header {
        top: 46px;
    }
}
@media (max-width: 600px){
    body.logged-in .sticky-header {
        top: 0px;
    }
    body.logged-in .mobile-menu .menu-box {
        top: 46px;
    }
    body.logged-in .sticky-header.fixed-header+.mobile-menu .menu-box {
        top: 0px;
    }
}
@media (max-width: 600px){
    .comment-list .comment-one__content a.comment-reply-link {
        position: relative;
        margin-top: 10px;
        display: inline-block;
    }
}
@media (max-width: 300px){
    .featured-post {
        display: block;
        background: var(--theme-color1);
        color: white;
        padding: 3px 20px 3px 20px;
        font-size: 14px;
        font-weight: 600;
        float: left;
        display: inline-block;
        clear: both;
        margin-right: 2px;
        border-radius: 2px;
        letter-spacing: 1px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .news-block .content-box .post-info li {
        display: inline-block;
        float: left;
        clear: both;
    }
    .news-block .content-box .title {
        clear: both;
    }
}
@media (max-width: 600px){
    .comment-one .comment-one__image {
        float: none;
    }
    .comment-one .comment-one__content {
        position: relative;
        margin-left: 0px;
    }
}
@media (max-width: 280px){
    .page-title .title {
        font-size: 40px;
    }
    table * {
        padding: 5px!important;
    }
    ul.children, ul.sub-menu {
        padding-left: 15px!important;
        padding-top: 8px!important;
    }
}
.dark .service-block-two .inner-box:hover .read-more .fa.fa-arrow-right {
      color: var(--theme-color-dark);
}
.main-menu .navigation > li > ul > li > ul > li > a {
    line-height: 29px;
}
.sidebar__search-form input[type=search] {
    padding-left: 30px;
}
.widget .user-links li a:hover {
    color: #FFFFFF;
}
.wp-block-archives-list.extraclass.wp-block-archives li a:hover {
  color: var(--theme-color1);
}
.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a.wp-block-latest-comments__comment-author:hover {
  color: var(--theme-color1);
}
.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a.wp-block-latest-comments__comment-link:hover {
  color: var(--theme-color1);
}
.wp-block-latest-posts__list.wp-block-latest-posts li a.wp-block-latest-posts__post-title:hover {
  color: var(--theme-color1);
}