
body{position: relative;}
body:before {
    content: "";
    position: absolute;
    background-image: url(https://themexriver.com/wp/nimo/wp-content/uploads/2025/08/h2-bg-noise-1.gif);
    width: 100%;
    height: 100%;
    opacity: 0.04;
}

.project-item-wrapper {
    margin: 0;
    position: relative;
    width: 100%;
        overflow: hidden;    border-radius: 25px;
    box-sizing: border-box;
}
.project-item-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    margin: 0;
    padding: 38px 38px 34px 38px;
    background-color: #111;
    -webkit-border-radius: 25px;
    border-radius: 25px;
     
}
.project-item {
    position: relative;
}
.project-item-media .attachment-aigency_portfolio_grid_2_columns {
    border-radius: 25px;
}
.post-title a {
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 400;
    color: #fff;
}
.post-excerpt p {
    display: block;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
}
.post-more-button a {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    letter-spacing: -.02em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    font-size: 13px;
    padding-bottom: 6px;
    margin-top: 20px;
}
.post-more-button a:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: currentColor;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}
.post-title {
    display: inline-block;
    margin-bottom: 10px;display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
span.post-excerpt {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.project-slider-listing .project-slider-item-wrapper .project-item-media img {
     width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transform: scale(1.17);
    -ms-transform: scale(1.17);
    transform: scale(1.17);
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.project-slider-listing .project-item:hover .project-slider-item-wrapper .project-item-media img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
 .bg-o:before {
    content: "";
    width: 650px;
    height: 650px;
    background: #252525de;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    top: 53%;
}
.bg-o {
    overflow: hidden;
}

.testimonial p {
    font-size: 23px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #fff;
}
.author-container img {
    width: 100px;
    display: inline-block;
    max-width: 100px;
    border-radius: 50%;float: left;
}
.author-info {
    color: #fff;
    display: block;
    margin-left: 20px;
    float: left;
    margin-top: 1em;
    line-height: 25px;
}
.author-info span {
    display: block;
}
.author-container {
    display: inline-block;
    float: left;
    /* line-height: 21px; */
}
.testimonial {
    margin-bottom: 20px;
}
span.author-position {
    color: #fcdb66;
}
.testimonial i {
    color: #fcdb66;
    font-size: 51px;
    margin-bottom: 20px;
}
.tel-blog-item {
    margin: 0 auto;
    max-width: 410px;
    padding-bottom: 15px;
    background-color: #0e1d55;
}
.tel-blog-item:before {
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    content: "";
    height: 3px;
    margin: 0 auto;
    position: absolute;
    transition: all 500ms ease;
    background-color: #FCDB66;
}
.tel-blog-item .blog-img {
    overflow: hidden;
}
.tel-blog-item .blog-img img {
     transition: all 500ms ease;
}
.tel-blog-item .blog-meta {
    z-index: 1;
    color: #111;
    padding: 15px;
    max-width: 89%;
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 22px;
    background-color: #FCDB66;
    display: inline-block;
    min-width: 85%;
}
.tel-blog-item h3 {
    margin: 0px 30px 15px;
    padding: 0px 0px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.tel-blog-item h3 a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    line-height: 30px;
}
.tel-blog-item .blog_more {
    color: #fff;
    font-size: 14px;
    display: inline-block;
}
.tel-blog-item .blog_more i {
    margin-left: 7px;
}
.tel-blog-item:hover:before {
    width: 100%;
}
.tel-blog-item .blog_more:hover {
    letter-spacing: 3px;
    color: #fcdb66;
}
.tel-blog-item:hover .blog-img img {
    filter: grayscale(0);
    transform: scale(1.05);
}
.tel-blog-item .blog-meta a {
    font-size: 14px;
    margin: 0px 15px;
    position: relative;
    color: #111;
    /* float: left; */
    width: 50%;
}
.tel-blog-item .blog-meta a i {
    margin-right: 5px;
}
.post-more-button a:hover {
    letter-spacing: 3px;
    color: #fcdb66;
}
.bred-t .breadcrumb-link span {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-size: 15px;
}	
.bred-t2 {
    width: fit-content;
} 
.bred-t {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF4D;
    border-radius: 10px 10px 10px 10px;
    padding: 6px 15px;
    background: rgb(0 0 0 / 34%);
}
.bred-t li:last-child {
    margin-right: 0px !important;
}
.bred-t li {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-size: 15px;
}


.re-box .elementor-icon-box-wrapper {
    width: 132px;
    height: 132px;
    border: 2px solid #fcdb66;
    border-radius: 50%;
    padding: 15px;
}
.re-box .elementor-icon {
    transform: rotate(-45deg);
     
}
.re-box .elementor-icon i {
    color: #fcdb66;
}
.re-box h3.elementor-icon-box-title {
    color: #fcdb66;
    text-transform: uppercase;
    font-size: 12px !important;
}
.re-box {
    text-align: center;
}

.re-box .elementor-icon-box-wrapper:hover {
    background: #fcdb66;
    color: #161616 !important;
}
.re-box:hover .elementor-icon i {
    color: #161616 !important;
}
.re-box:hover h3.elementor-icon-box-title {
    color: #161616 !important;
}

.team-title-box {
    margin-top: 10px;
}

.team-title-box h3 {
    background: transparent;
        margin: 0px;
}
.team-title-box span {
    color: #989898;
}
.team-title-box h3 a {
    position: relative;
    font-size: 18px;color: #fff;
}
.single-team-style1:hover .team-title-box h3 a{
    letter-spacing: 3px;
    color: #fcdb66;
}


h2.team-title {
    color: #fff;
    font-weight: 700;
    font-size: 45px;
}
.team-info_wrapper .span-t {
    color: #9f9f9f;
}
.dis-text {
    color: #C0C0C0;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #404040;
}
.team-contact-info-card {
    background: #FCDB66;
    border-radius: 20px;
}
.img-team {
    position: relative;
    overflow: hidden;
}
.attachment-aiero_team_thumbnail {
    border-radius: 20px;
}
.team-item-tag {
    position: absolute;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: .6em;
    bottom: 27px;
    right: 10px;
    white-space: nowrap;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg) translateX(100%);
    -ms-transform: rotate(-90deg) translateX(100%);
    transform: rotate(-90deg) translateX(100%);
}
.team-contact-info {
    padding: 30px;
}
.team-contact-info h5 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}
.team-contact-info-item {
    margin-bottom: 10px;
    font-weight: 600;
}
.project-slider-listing .project-slider-item-wrapper .project-item-media img {
    height: 627px;
    object-fit: cover !important;
}



