.testimonial2__area .testimonial2__item .testimonial2__author-thumb img {
    min-width: 60px;
    min-height: 60px;
    border-radius: 6px;
    max-width: inherit;
}

@media screen and (max-width: 425px) and (min-width: 320px) {
    .testimonial-4__area .testimonial-4__wrapper .testimonial-4__media img {
        min-width: 100% !important;
        min-height: 100% !important;
    }
}

.testimonial2__area .testimonial2__item .testimonial2__author-content p {
    left: -19px;
    top: 42%;
}

.testimonial-4__area .testimonial-4__wrapper .testimonial-4__media img {
    min-width: 410px;
    min-height: 410px;
    object-fit: cover;
    border-radius: 14px;
}

.video-section__area .video-section__thumb .video-section__play a::before {
    z-index: -1;
}

.brand-section__area .brand-section__logo img {
    opacity: 0.5;
}

.brand-section__area .swiper-slide-active .brand-section__logo img {
    opacity: 1;
}

.brand-section-2 .swiper-slide-active .brand-section__logo img {
    filter: brightness(0) invert(1);
}

.blog1__area .blog1__item .blog1__item-thumb img {
    width: 100%;
    height: 276px;
    border-radius: 20px;
}


/* Blog CSS  */

.post-inner-2 {
    padding: 30px;
    border: 1px solid rgba(21, 21, 21, 0.08);
    border-radius: 6px;
}

.tp-postbox-item .tp-postbox-thumb img {
    border-radius: 20px;
    margin-bottom: 30px;
}

.tp-postbox-content.postbox__content.post-content ul.post-meta {
    padding-left: 0;
}

.tp-postbox-content.postbox__content.post-content ul.post-meta li a i {
    margin-right: 10px;
}

.post-meta li:not(:last-of-type) {
    margin-right: 20px;
}

.post-meta {
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    row-gap: 10px;
}

.post-meta li {
    list-style: none;
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
}

.tp-postbox-title {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 40px;
    line-height: 1.4;
    text-transform: uppercase;
    color: var(--rr-heading-primary);
    width: 100%;
    margin-bottom: 30px;
}

.tp-postbox-title a {
    background: linear-gradient(var(--rr-heading-primary) 0%, var(--rr-heading-primary) 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    color: var(--rr-heading-primary);
    transition: all 0.3s ease-in-out;
}

.tp-postbox-title a:hover {
    color: var(--rr-heading-primary);
    background-size: 100% 2px;
}


/* Blog video Post CSS  */

.post-inner-2 .post-thumb {
    position: relative;
}

.post-inner-2 .post-thumb .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.post-inner-2 .post-thumb .video-btn .ripple {
    height: 100px;
    width: 100px;
}

.post-inner-2 .post-thumb .video-btn a {
    background-color: var(--rr-heading-primary);
    color: var(--rr-common-white);
    font-size: 30px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-inner-2 .post-thumb .video-btn .ripple:before,
.post-inner-2 .post-thumb .video-btn .ripple:after {
    height: 100px;
    width: 100px;
}


/* Blog Slider CSS  */

.post-thumb-carousel .swiper-arrow .swiper-nav {
    background-color: var(--rr-heading-primary);
    color: var(--rr-common-white);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.post-thumb-carousel .swiper-arrow .swiper-nav.swiper-next {
    left: auto;
    right: 0;
}

.tp-sidebar-widget .tp-sidebar-widget-title {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.2;
    text-transform: uppercase;
}

.sidebar-widget .tp-sidebar-search .tp-sidebar-search-input input {
    padding: 13px 20px;
    padding-left: 30px;
    border: 1.5px solid rgba(69, 48, 48, 0.14);
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    position: relative;
    font-size: 16px;
    border-radius: 6px;
}

.sidebar-widget .tp-sidebar-search .tp-sidebar-search-input button {
    position: absolute;
    left: auto;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--rr-heading-primary);
    font-size: 16px;
    font-weight: 500;
}

.sidebar-widget.widget_categories ul li {
    color: var(--rr-text-body);
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    text-transform: capitalize;
    padding: 0;
}

.sidebar-widget.widget_categories ul li a {
    position: relative;
    padding-left: 20px;
}

.sidebar-widget.widget_categories ul li a:hover {
    color: var(--rr-heading-primary);
}

.sidebar-widget.widget_categories ul li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: var(--rr-heading-primary);
    border-radius: 6px;
}

.sidebar-widget.widget_categories ul li:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar-widget .tagcloud a {
    background-color: transparent;
    padding: 8px 18px;
    font-size: 15px !important;
    font-weight: 400;
    border-radius: 6px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1.5px solid rgba(69, 48, 48, 0.14);
    text-transform: capitalize;
}

.sidebar-widget .tagcloud a:hover {
    background-color: var(--rr-heading-primary);
    border-color: var(--rr-heading-primary);
    color: #fff;
}


/* Blgo Sidebar Post  */

.sidebar-widget .sidebar-post:not(:last-of-type) {
    margin-bottom: 20px;
}

.sidebar-widget .sidebar-post {
    display: flex;
    gap: 18px;
    align-items: center;
}

.sidebar-widget .sidebar-post img {
    min-width: 80px;
    height: 80px;
    object-fit: cover;
    width: 80px;
    border-radius: 10px !important;
}

.sidebar-widget .sidebar-post .post-content {
    padding: 0;
}

.sidebar-widget .sidebar-post .post-content .title {
    color: var(--rr-heading-primary);
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4;
}

.sidebar-widget .sidebar-post .post-content .title:hover {
    color: var(--rr-heading-primary);
}

.sidebar-widget .sidebar-post .post-content .post-meta {
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 5px;
    margin-top: 15px;
}

.sidebar-widget .sidebar-post .post-content .post-meta li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    line-height: 1;
    font-size: 15px;
}

.contact-section__form select#message {
    margin-bottom: 0 !important;
}

.award-section__item .rr-hover-reveal-bg {
    height: 304px !important;
}

.team-section__thumb img {
    height: 100% !important;
    border-radius: 500px !important;
}

.team-section__item:hover .team-section__thumb img {
    border-radius: 20px 20px 10px 20px !important;
}


/* Blog Details CSS  */

.tp-postbox-details-content ul.post-meta {
    padding-left: 0;
}

.tp-postbox-details-content ul.post-meta li a {
    text-decoration: none;
}

.tp-postbox-details-content ul.post-meta li a i {
    margin-right: 10px;
}

.blog-details-content h3 {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 50px;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--rr-heading-primary);
    padding-bottom: 25px;
    resize: none;
}


/* Default Footer Copyright CSS  */

.fz-default-footer .footer__bottom-fz p {
    padding: 25px 0;
}

.fz-default-footer .footer__bottom-fz {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}


/* Footer Monster Widget CSS  */

.fz-default-footer .footer-widget h3 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
}

.fz-default-footer .footer-widget ul li a {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease-in-out;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
}

.fz-default-footer .footer-widget ul li:not(:last-of-type) {
    margin-bottom: 14px;
}


/* Offcanvas Info CSS  */

.fz-side-menu.side-menu-list {
    margin-bottom: 30px;
}

.fz-side-menu.side-menu-list li {
    list-style: none;
    color: var(--rr-common-white);
    font-size: 16px;
    font-weight: 500;
}

.fz-side-menu.side-menu-list li a:hover {
    color: var(--rr-heading-primary);
}

.fz-side-menu.side-menu-list li i {
    margin-right: 5px;
}

.fz-side-menu.side-menu-list li:not(:last-child) {
    margin-bottom: 10px;
}


/* Hero Layout 01 CSS  */

.banner__line-shape {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    column-gap: 350px;
    width: 100%;
    height: 100%;
    top: 84px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.blog2__thumb img {
    border-radius: 12px;
    height: 340px;
    object-fit: cover;
}

.blogpost11__tag-wrapper .postbox-tag a:hover {
    background-color: var(--rr-heading-primary);
    border-color: var(--rr-heading-primary);
    color: #fff;
}

.tp-postbox-slider-item img {
    border-radius: 10px;
}

.tp-postbox-thumb img {
    border-radius: 10px;
}

.blogpost11__content-list-wrap .postbox__text ul {
    padding-left: 0 !important;
}

.blog-list__area .blog-list__content-tag li {
    list-style: none;
}

.footer__copyright-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 15px;
}

.blogpost11__content-list-wrap ul {
    padding-left: 0;
}

.testimonial2__author {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    gap: 80px;
    max-width: 80px;
    position: relative;
    left: 0;
    bottom: -30px;
}

.testimonial2__author-content {
    transform: rotate(-90deg);
    transform-origin: center;
    text-align: left;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.testimonial2__author-content .name {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #000000;
}

.testimonial2__author-content p {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-medium);
    font-size: 16px;
    line-height: 38px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
}

.experience-thumb img {
    border-radius: 10px !important;
}

span.odometer-unit {
    margin-left: -27px;
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
    .footer__copyright {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
    .footer__copyright-menu {
        justify-content: center;
    }
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
    .footer__copyright-menu {
        margin-right: 0;
    }
    /* .align-items-cent {
        align-items: center;
    } */
}

.breadcrumb-section .breadcrumb__item a span {
    color: inherit;
}

html,
body{
  overscroll-behavior: auto!important;
  scroll-behavior: smooth;
}

.header__logo img {
    max-width: 190px;
    object-fit: cover;
    height: auto;
}

.contact-section__input select {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 20px;
    background: transparent;
    text-transform: uppercase;
    color: rgba(69, 48, 48, 0.6);
    font-family: var(--rr-ff-heading);
    border: 1px solid #FBFFF4;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
    color: #fff;
}

.contact-section__input textarea {
    line-height: 60px;
}