.mb-40{
	margin-bottom: 40px;
}
.mb-60{
	margin-bottom: 60px;
}
.mt-20{
	margin-top: 20px;
}
.mb-30{
	margin-bottom: 30px;
}
.pt-120{
	padding-top: 120px;
}
.pb-120{
	padding-bottom: 120px;
}
.mr-20 {
	margin-right: 20px;
}
.pt-100{
	padding-top: 100px;
}
.pb-100{
	padding-bottom: 100px;
}
.mb-15{
	margin-bottom: 15px;
}
.footer-bottom__content {
	justify-content: center;
}
.section-spacing{
	padding-top: 120px;
	padding-bottom: 120px;
}
.widget_search .widget_title {
	border-bottom: none;
	margin-bottom: 0px;
}
.wpr-sidebar-wrapper .widget_block label, 
.wpr-sidebar-wrapper .widget_block .wp-block-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 133.333%;
  padding-bottom: 14px;
}
.widget_block .wp-block-search .wp-block-search__label {
	color: #fff;
}

.wp-block-search__inside-wrapper .wp-block-search__input {
	border: 1px solid #2c2d2f !important;
}
.wp-block-search__button {
	background: #2c2d2f;
}
.wp-block-search__button:hover {
	background: #d0ff71 !important;
	color: #000;
}
.widget_wpr-latest-posts .widget-post-box {
	margin-bottom: 20px;
}
.widget_tags .tags-lists ul li a {
	line-height: 1;
	border-radius: 20px;
	border: 1px solid #dddddd;
	color: #dddddd;
	font-size: 16px;
	font-weight: 400;
	padding-inline: 14px;
	padding-block: 7px;
}
.blog-main__box .post-content .post-title a:hover {
	color: #d0ff71;
}

.single.single-post .breadcrumb__nav {
	display: none;
}
.single.single-post .breadcrumb__section {
	padding-block: 130px 130px;
}

.single.single-post .post-meta-details-wrap {
	padding-left: 0;

}
.post-meta-details-wrap li:not(:last-child)::before {
	position: absolute;
	padding: 2px;
	border-radius: 50%;
	background-color: #d0ff71;
	content: "";
	right: 0;
	top: 50%;
	transform: translate(50%, -50%);
}
.postbox__wrapper .post-meta-details-wrap li{
	position: relative;
}
.postbox__wrapper .post-meta-details-wrap li a{
	display: flex;
	align-items: center;
	gap: 8px;
	color: #cccccc;
}
.postbox__wrapper .post-meta-details-wrap li a:hover {
	color: #d0ff71;
}
.post-meta-details-wrap.d-flex li:not(:last-child) {
	padding-right: 10px;
}
.post-meta-details-wrap.d-flex li:not(:first-child) {
	padding-left: 10px;
}
.wpr-postbox-details-article blockquote .wp-block-heading {
	color: #000;
}
.wpr-postbox-details-article blockquote::before {
	color: #000;
}

/*navigation*/
.wpr-postbox-details-navigation {
	word-break: break-word;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #e1e6ff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid rgba(14, 15, 17, 0.08);
	padding: 25px;
	background-color: #18191b;
}
.wpr-postbox-details-navigation-content h4 {
  display: none;
}
.wpr-postbox-details-navigation-content .prev-post, .wpr-postbox-details-navigation-content .next-post{
  width: 45px;
  height: 45px;
  border-radius: 45px;
  line-height: 45px;
  background: #000;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.wpr-postbox-details-navigation-content .next-post{
  margin-left: 5px;
}
.wpr-postbox-details-navigation-content a:hover span {
  background-color: #d0ff71;
  color: #000;
}
@media only screen and (max-width: 767px) {
    .wpr-postbox-details-navigation {
        padding: 10px;
    }
}
.wpr-contact-from-box {
  border-radius: 20px;
  padding: 70px 80px 65px;
  backdrop-filter: blur(15px);
  fill: rgba(255, 255, 255, 0.1);
  filter: drop-shadow(0px 40px 80px rgba(51, 65, 140, 0.06));
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wpr-contact-from-box {
    padding: 60px 50px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .wpr-contact-from-box {
    padding: 30px;
  }
}
.wpr-contact-from-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--tp-heading-2);
}
.wpr-contact-input-form label {
  color: #cccccc;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
.wpr-contact-input-form input, .wpr-contact-input-form textarea {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: var(--primary);
	width: 100%;
	height: 60px;
	border: 1px solid #cccccc;
	border-radius: 8px;
	padding: 0 30px;
	outline: none;
	background-color: transparent;
	transition: all 0.5s;

}
.wpr-contact-input-form input:focus, .wpr-contact-input-form textarea:focus {
  outline: none;
}
.wpr-contact-input-form textarea {
  resize: none;
  height: 160px;
  line-height: 56px;
}
.wpr-contact-input-form .wpr-contact-input {
  margin-bottom: 15px;
}
.wpr-contact-input-form .wpr-contact-input.schedule {
  margin-bottom: 20px;
}
.wpr-contact-input-form input:focus, .wpr-contact-input-form textarea:focus {
  border-color: #d0ff71;
}
.comments-area.postbox__comment.latest-comments.wpr-postbox-comment-from.wpr-postbox-comment .comment-notes {
  margin-bottom: 20px;
}
.wpr-postbox-comment-from .comment-reply-title {
  margin-bottom: 10px;
}
.wpr-postbox-comment-reply a {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  padding: 4px 14px;
  border-radius: 100px;
  border: 1px solid rgba(3, 31, 66, 0.1);
  box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
  text-decoration: none !important;
  background-color: #1D1F20;
}
.wpr-postbox-comment-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.wpr-postbox-comment ul .children {
  padding-left: 100px;
}
@media only screen and (max-width: 767px) {
  .wpr-postbox-comment ul .children {
    padding-left: 0;
  }
h1.breadcrumb__title {
    line-height: 1.3;
    font-size: 42px;
}

}
.wpr-postbox-comment-name {
  margin-bottom: 15px;
}
.wpr-postbox-comment-name h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
.wpr-postbox-comment-name span {
  font-size: 14px;
  font-weight: 400;
}
.wpr-postbox-comment-reply a svg {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-2px);
}
.wpr-postbox-comment-reply a:hover {
  color: #fff;
  background-color: #d0ff71;
  border: 1px solid #d0ff71;
}
.postbox__wrapper ul li{
	line-height: 1.5;
}
.postbox__text .wpr-postbox-comment-reply a {
	color: #fff;
}
.wpr-postbox-comment-box {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(14, 15, 17, 0.08);
}
.wpr-postbox-comment-text p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}
.blog-area-7 .blog-pagination ul li {
	list-style: none;
}
.postbox__wrapper ul, .postbox__wrapper ol{
	margin-bottom: 1rem;
}
.postbox__wrapper .nice-select .list {
	width: 100%;
}
.postbox__comment-avater img {
	max-width: 50px;
	max-height: 50px;
	border-radius: 50%;
	object-fit: cover;
}
.wpr-postbox-details-tag.tagcloud a{
	line-height: 1;
  border: 1px solid #dddddd;
  color: #dddddd;
  font-size: 16px !important;
  font-weight: 400;
  padding-inline: 14px;
  padding-block: 7px;
  margin-bottom: 5px;
  display: inline-block;
}
.wpr-postbox-details-tag.tagcloud a:hover {
	border-color: #d0ff71;
}
.blog-pagination.wpr-pagination ul {
    display: flex;
    gap: 20px;
}
.blog-pagination.wpr-pagination ul li a,
.blog-pagination.wpr-pagination ul li span{
	  width: 67px;
    height: 67px;
    border: 1px solid #d0ff71;
    display: grid;
    place-content: center;
    border-radius: 100%;
    background-color: transparent;
    color: #ffffff;
}
.blog-pagination.wpr-pagination ul li a:hover,
.blog-pagination.wpr-pagination ul li span.page-numbers.current {
	background-color: #d0ff71;
	color: #000;
}
div.comment-respond.wp-block-post-comments-form textarea {
    border: 1px solid #cccccc;
}
div.page-links>span {
    color: #fff;
}
div.page-links a, div.page-links>span {
    color: #fff;
}

div div.wp-block-post-comments-form input[type=submit] {
    border: 1px solid #fff;
}
div.wp-block-post-comments-form input[type=submit]:hover {
    background-color: #ffff;
}
div.wpr-postbox-comment-reply a:hover {
    color: #000;
}
div.wp-block-read-more:hover {
    color: #ffff;
}
div.postbox__text ol li a, div.postbox__text ul li a {
    color: #fff;
}
div.wpr-postbox-details-article-inner pre, div.latest-comments pre {
    color: #fff;
}
.agx-btn {
    background-color: red;
}
blockquote {
    color: #fff;
}
.postbox__text .wp-block-tag-cloud a{
	  line-height: 1;
    border: 1px solid #dddddd;
    color: #dddddd;
    font-size: 16px !important;
    font-weight: 400;
    padding-inline: 14px;
    padding-block: 7px;
    margin-right: 5px !important;
}
.postbox__text .wp-block-tag-cloud a:hover {
 border-color: #d0ff71;
}
.postbox__wrapper select, .sidebar__widget select, .wpr-footer-widget select  {
    padding: 10px;
}
.wpr-sidebar-widget ul li{
	margin-bottom: 5px;
}
.wpr-sidebar-widget ul li a:hover {
	  color: #d0ff71;
    transform: translateX(5px);
}
.sidebar__widget ul ul {
    padding-left: 15px;
}
.header__main-menu nav ul li .sub-menu li.active a {
    background-color: transparent;
    color: #fff;
}
.header__main-menu nav ul li .sub-menu li.active a:hover {
    color: #d0ff71;
}
.header__main-menu li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    margin-inline-start: 5px;
    font-weight: 600;
    font-size: 14px;
}
.wpr-postbox-thumb.postbox__thumb {
    border-radius: 20px;
    overflow: hidden;
}
.blog-pagination.wpr-pagination {
    margin-top: 80px;
}

.sidebar__widget-px .search-form .input-field input {
    border: 1px solid #d0ff71;
    border-radius: 999px;
    line-height: 58px;
    padding-inline: 20px 45px;
    color: #ffffff;
    font-family: "Inter", serif;
    font-size: 18px;
    font-weight: 400;
}
.sidebar__widget-px .search-form .input-field input::placeholder {
	color: #fff;
}
.sidebar__widget-px .search-form .input-field button {
    border: none;
    color: #d0ff71;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.sidebar__widget-px .search-form .input-field input, .sidebar__widget-px .search-form .input-field button {
    background-color: transparent;
}
.wpr-sidebar-search-input {
	position: relative;
}