.main-menu ul li.menu-last ul.submenu {
    right: 0;
    left: auto;
}

.main-menu ul li.menu-last ul.submenu li .submenu {
    right: 100%;
    left: auto;
}


/* 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-white);
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    padding: 30px 0;
    display: block;
}

.blog-list-btn {
    margin-top: 30px;
}

.ruhe-postbox-no-results-title {
    margin-bottom: 15px;
}

.ruhe-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  */

.ruhe-pagination li:hover {
    background: var(--rr-common-black);
}

.ruhe-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%;
}

.ruhe__cus_category .tagcloud a:hover {
    color: var(--rr-common-white);
    background: var(--rr-heading-primary);
}

.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);
}