.mobile-menu-items ul li.menu-last ul{
    left: -100% !important;
}


/* home 01 testimonials slider svg img rating icon  */

.testimonial__star-icon ul li .heading-icon svg {
    width: 16px;
    fill: white;
}

.h1-blog__content .post-meta {
    list-style: none;
}

.h1-blog__content .post-meta li {
    margin-bottom: 20px;
}

.h1-blog__content .post-meta li i {
    margin-right: 10px;
}

.h2-blog__item .h2-blog__content .post-meta {
    list-style: none;
}

.project-section-2__area .section__title-wrapper-2__number span {
    opacity: inherit !important;
}

.about-section-3__counter-item .sub-titles span {
    line-height: inherit !important;
}


/* .award-section-3 .award-section__item:first-of-type {
    border-top: inherit !important;
} */

.testimonial-section-3__area .arrow i svg {
    width: 20px;
}

.testimonial-section-3__btn .btn .arrow i {
    transform: rotate(0deg) !important;
}

.initial_video {
    max-width: initial !important;
}


/* blog single page margin */

.blog-details__postbox__content h1,
.blog-details__postbox__content h2,
.blog-details__postbox__content h3,
.blog-details__postbox__content h4,
.blog-details__postbox__content h5,
.blog-details__postbox__content h6 {
    margin-top: 15px;
    margin-bottom: 15px;
}

a.site-title-as-logo {
    color: var(--rr-common-black);
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    /* padding: 30px 0; */
    display: block;
}


.biogra-postbox-no-results-title {
    margin-bottom: 15px;
}

.biogra-postbox-no-results p {
    margin-bottom: 30px;
}

.blog-3__thumb img {
    height: 250px!important;
}

.blog-details__postbox__meta {
    margin-bottom: 15px;
}

.h2-blog__thumb img {
    width: inherit!important;
    height: inherit!important;
}

.postbox__audio iframe {
    width: 100%;
}

.postbox__quote i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: var(--rr-common-white);
    background-color: var(--rr-theme-primary);
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    margin-bottom: 25px;
}

.postbox__quote p {
    color: var(--rr-heading-primary);
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 45px;
    opacity: 1;
}

.postbox__quote cite {
    font-size: 18px;
    color: var(--rr-theme-primary);
    font-weight: 600;
    font-style: inherit;
    text-transform: capitalize;
}

.postbox__quote cite:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    background: var(--rr-theme-primary);
    margin-right: 10px;
    position: relative;
    top: -4px;
}

.postbox__slider {
    position: relative;
    overflow: hidden;
}

.postbox__slider .postbox-slider-button-next,
.postbox__slider .postbox-slider-button-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50px;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: var(--rr-common-white);
    color: var(--theme-text-10);
}

.postbox__slider .postbox-slider-button-next:hover,
.postbox__slider .postbox-slider-button-prev:hover {
    color: var(--rr-common-white);
    background-color: var(--rr-theme-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.postbox__slider .postbox-slider-button-prev {
    left: 30px;
}

.postbox__slider .postbox-slider-button-next {
    right: 30px;
}

.postbox__video {
    position: relative;
}

.postbox__video .play-btn {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: var(--rr-common-white);
    background: var(--rr-theme-primary);
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50px;
    font-size: 30px;
    animation: pulse-effect 2s infinite;
}

@keyframes pulse-effect {
    0% {
        box-shadow: 0 0 0 0px var(--rr-common-white);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.postbox__play-btn.video-btn .ripple:before,
.postbox__play-btn.video-btn .ripple:after {
    display: none;
}


/* pagination  */

.biogra-pagination li:hover {
    background: var(--rr-common-black);
    border-radius: 10px;
}

.biogra-pagination li:hover .page-numbers {
    color: whie;
    color: var(--rr-common-white);
}

.h1-blog__content-left {
    max-width: 500px;
    width: 100%;
}

.h1-blog__content-right {
    max-width: 350px;
    width: 100%;
}

.biogra__cus_category .tagcloud a:hover {
    color: var(--rr-common-white);
    background: var(--rr-heading-primary);
    border: 1px solid rgba(17, 17, 17, 0.1);
}

.blog-details__sidebar__post-thumb img {
    min-width: 90px;
    height: 90px;
    object-fit: cover;
}

a.site-title-as-logo:focus {
    color: var(--rr-common-white);
}

.navxt_ancor i {
    color: rgb(0, 0, 0);
}


/* blog default pagination  */
.bottom-button .pagination .nav-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bottom-button .pagination .nav-links .current {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 10px;
        transition: all 0.3s ease-in-out;
        background: #0F0F0F;
        color: #ffff;
    }

.bottom-button .pagination .nav-links .current, .dots {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 10px;
        transition: all 0.3s ease-in-out;
        border: 1px solid #E9E9ED;
        color: #0F0F0F;

    }

.bottom-button .pagination .nav-links .current, .dots:hover {
         background: #0F0F0F;
        color: #ffff;
    }

/* meta tags css */
.biogra_meta_tags .date a{
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--rr-color-heading-primary);
    font-family: var(--rr-ff-body);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.biogra_meta_tags .date {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--rr-color-heading-primary);
    font-family: var(--rr-ff-body);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

/* navxt ancor  */
span.navxt_ancor i {
    padding: 0px 7px 0px 3px;
    font-size: 16px;
}

.author .avatar {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

/* comment title  */
.contact-us__form-wrapper .comment-respond .comment-reply-title {
    font-weight: 600;
    font-size: 27px;
    line-height: 33px;
    color: #0F0F0F;
}

.postbox__comment-reply.biogra-postbox-comment-reply.replay {
   display: inline-block;
   margin-bottom: 10px;
}

a.comment-reply-link {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgb(238, 238, 238);
    padding: 2px 10px;
    border-radius: 5px;
}
a.comment-reply-link:hover {
    background-color: black;
    color: white;
}

h5.blog-details__postbox__comments-author {
    font-size: 24px;
    text-transform: capitalize;
}

.postbox__comment-avater.biogra-postbox-comment-info.thumb img{
    width: 60px;
    height: auto;
    object-fit: cover;
}

.no-results-title{
    font-style: initial;
    font-family: "Inter Tight";
    color: #0F0F0F;
    font-style: normal;
    font-weight: 600;
    font-size: 85px;
    letter-spacing: -0.01em;
}

.biogra-postbox-wrapper .no-results .page-header {
    margin-top: 0 !important;
}

/* nav menu 4  */


.header_navmenu ul li{
    position: relative;
}

.header_navmenu .mobile-menu-items > ul li{
    padding: 0px 17px;
    margin: 0 !important;
}

.header_navmenu .mobile-menu-items > ul li:not(:last-child)::after{
    content: "";
    right: 0;
    top: 31px;
    width: 2px;
    height: 15px;
    display: block;
    background: #696969;
    position: absolute;
    transform: rotate(16deg);
}

.header_navmenu .mobile-menu-items > ul li ul li:not(:last-child)::after{
    content: "";
    right: 0;
    top: 30px;
    width: 0;
    height: 0;
    display: block;
    background: #ffffff;
    position: absolute;
    transform: rotate(16deg);
}

/* play video btn */
.custom_play_btn a {
    background-color: var(--rr-color-common-white);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom_play_btn a:hover {
    background-color: var(--rr-common-black);
}
.custom_play_btn a:hover span i{
    color: var(--rr-color-common-white);
}

/* review fixing  */
.bottom-button .navigation.pagination {
    margin-bottom: 70px;
}
.form-submit .rr-primary-btn.mt-25 {
    margin-bottom: 70px;
}

.wp-block-search button {
    background-color: #0F0F0F;
    color: #ffffff;
    transition: all .3s ease-in-out;
}

.wp-block-search button:hover {
    /* background-color: #ffffff; */
    color: #bdbdbd;
}

.nice-select .list {
    /* height: 350px; */
    overflow-y: auto;
}

.postbox__comment-box .biogra_comments_dec h1 {
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    font-family: inherit;
}
.postbox__comment-box .biogra_comments_dec h2 {
    margin-top: 30px;
}

.postbox__comment-box .biogra_comments_dec ul li ul {
   padding-left: 25px;
}

.accordion-body .award-img img {
    width: 100%;
}

.sidebar .wp-block-search__inside-wrapper .wp-element-button{
    background-color: #0F0F0F;
    color: #ffffff;
}
.sidebar .wp-block-search__inside-wrapper .wp-block-search__button:hover{
    color: #ffffff;
}

/* quet */
.blog-details-section .blog-detail-content .wp-block-quote.has-text-align-right a {
    color: #ffff;
}

.bg_cus_black{
    background-color: #0F0F0F;
}

.service-section-2__thumb img {
    height: 100% !important;
}

.wpcf7-textarea.form-control {
    height: 150px !important;
}

img.avatar.avatar-50.photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

@media (max-width: 1740px) {
.header-5 .primary-header-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 992px) {
.header-5 .primary-header-inner {
   padding: 26px 24px !important;
  }
}
@media (max-width: 992px) {
.header .primary-header-inner {
   padding: 26px 24px !important;
  }
}

.custom_play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}

/* 404 page  */

.error-page__wrapper {
    padding:200px 0px ;
    display: grid;
    place-items: center;
    justify-content: center;
}
.error-page__wrapper h1 {
    font-weight: 600;
    font-style: initial;
    font-size: 300px;
    font-family: var(--rr-ff-heading);
}

@media (max-width: 768px) {
  .error-page__wrapper h1 {
    font-size: 150px;
    text-align: center;
}
}

@media (max-width: 768px) {
  .error-page__wrapper {
    padding-top:160px;
}
}

.blog-detail-wrapper blockquote{
    background: transparent;
    border: 1px solid #ccc;
    
}

.blog-detail-wrapper blockquote p{
    color: black;
}

/* header fixing  */
.header .primary-header-inner {
    padding: 0 60px !important;
}
.header.header-5.sticky-active.fixed .primary-header-inner {
    padding: 30px 0px !important;
}

@media (max-width: 1450px) {
    .header .primary-header-inner {
        padding: 20px 15px !important;
    }
}

/* blog padding  */

@media (max-width: 1399px) {
    .post-card .post-content {
        padding:0 !important;
    }
}


/* responsive sidebar  */

@media (max-width: 992px) {
    .blog-details-section .sidebar {
    padding: 0 !important;
}
}
@media (max-width: 992px) {
    .blog-details-section .blog_wrapper .form-submit button {
    margin: 20px 0 0 0 !important;
}
}


@media (max-width: 1450px) {
    .primary-header-inner.py-4.gap-3 {
        padding: 30px 20px !important;
    }
}


.h3-blog-avater.mt-4 img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

.name img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}


/* Hover Underline  */

/* selector a::before{
    background-color: var(--rr-color-common-white);
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
selector:hover a::before{
   width: 100%;
} */
