/*
==========
Portfolio
==========
*/
.loading-ani {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0,0,0,0.9);*/
  z-index: 9999;
}
.loading-ani.noshow {
    display: none;
}
.loading-ani:before {
    content: "";
    background-image: url(https://reavertechnologies.com/wp-content/uploads/2026/05/pattern.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.9;
}
.loading-text-wrap {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}
.loading-img-icon {
    margin-bottom: 15px;
}
.loading-img-icon img {
    width: 215px;
}
/*
.loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
}*/
.loading-text span {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  font-family: "Quattrocento Sans", sans-serif;
}
.loading-text span:nth-child(1) {
  filter: blur(0px);
  animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(3) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(4) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(5) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.8s infinite linear alternate;
}
.loading-text span:nth-child(6) {
  filter: blur(0px);
  animation: blur-text 1.5s 1s infinite linear alternate;
}
.loading-text span:nth-child(7) {
  filter: blur(0px);
  animation: blur-text 1.5s 1.2s infinite linear alternate;
}

@keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(4px);
  }
}

.em-load-more-btn.loading {
    opacity: 0.7;
    cursor: not-allowed;
    position: relative;
    padding-right: 45px;
}

.em-load-more-btn.loading::after {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    animation: emSpin 0.7s linear infinite;
}

@keyframes emSpin {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.em-load-more-btn{
    background:#f49923;
    color:#fff;
    border:none;
    padding:14px 30px;
    border-radius:40px;
    cursor:pointer;
    transition:0.3s;
    font-size:16px;
    font-weight:600;
}

.em-load-more-btn:hover{
    background:#041424;
}

.portfolio-filter-fz .filters-fz {
    width: 100%;
    text-align: center;
    margin-bottom: 39px;
}
.portfolio-filter-fz ul {
    margin: 0;
    list-style: none;
    padding: 10px 25px 10px;
    border: 2px solid#F6F5F5;
    display: inline-block;
    justify-content: center;
    border-radius: 30px;
}
.portfolio-filter-fz ul li {
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 25px;
    padding: 10px 0;
    cursor: pointer;
    background: #F6F5F5;
    font-size: 15px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 6px 25px;
    font-weight: 500;
    position: relative;
    margin: 0 0px;
    display: inline-block;
    border-radius: 30px;
}
.portfolio-filter-fz li.current_menu_item {
    background: #f49923;
    color: #fff;
}
.portfolio-filter-fz .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}
.portfolio-filter-fz .port-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
    border-radius: 10px;
}
.portfolio-filter-fz .content .single-content img {
    width: 100%;
    height: 100%;
}
.portfolio-filter-fz .content .grid-item {
    margin-bottom:30px;
}
.portfolio-filter-fz .content .grid-item .single-content{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.portfolio-filter-fz .single-content .prot_content{
    position: relative;
    z-index: 2;
     border-radius: 0 0 4px 4px;
}
.portfolio-filter-fz .single-content .prot_content {
    position: absolute;
    padding: 30px 27px 21px;
    left: 0;
    bottom: -162px;
    text-align: left;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition: all 400ms linear;
    background: #0c5adb;
    border-radius: 0 10px 0px 5px;
}
.portfolio-filter-fz .single-content:hover .prot_content{
    bottom: 0;
}
.portfolio-filter-fz .content .grid-item .prot_content h4 {
    margin: 0;
    margin-top: 20px;
}
.portfolio-filter-fz .content .grid-item .prot_content h4 a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.portfolio-filter-fz .content .grid-item .prot_content p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 21px;
    position: relative;
    padding-left: 31px;
}
.portfolio-filter-fz .content .grid-item .prot_content p:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 0px;
    width: 22px;
    border: 1px solid #fff;
}
.portfolio-filter-fz .single-content .picon {
    cursor: pointer;
    z-index: 22;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #0c5adb;
    display: inline-block;
    font-size: 16px;
    top: -52px;
    transition: all 400ms linear;
    left: 32%;
    right: 0;
    margin: auto;
}
.portfolio-filter-fz .content .picon a i{
    color: #fff;
}
.portfolio-filter-fz .content .video-icon {
    display: inline-block;
    transition: all 500ms linear;
    position: absolute;
    top: -52px;
    z-index: 2;
    right: 65px;
}
.portfolio-filter-fz .content .video-icon a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #0c5adb;
    display: inline-block;
    font-size: 13px;
}
/*hover*/
.portfolio-filter-fz .single-content:hover .picon{
    top: 7%;
}
.portfolio-filter-fz .single-content:hover .video-icon {
    top: 7%;
}

/*portfolio style two*/

.portfolio-filter-fz.style_two .filters-fz {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.portfolio-filter-fz.style_two .port-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
    border-radius: 0;
}
.portfolio-filter-fz.style_two .port-thumb:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition: all 400ms linear;
   background-image: linear-gradient(0deg, rgba(3,19,35,0.9999999999999999) 0%, rgba(3,19,35,0.9999999999999999) 20%, rgba(3,19,35,0) 53%, rgba(3,19,35,0) 100%); 
}
.portfolio-filter-fz.style_two .single-content:hover .port-thumb:after{
    opacity: 1;
}
.portfolio-filter-fz.style_two .single-content .prot_content {
    position: absolute;
    padding: 30px 40px 21px 30px;
    left: 0;
    bottom: -153px;
    text-align: left;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition: all 400ms linear;
    background: transparent;
    border-radius: 0;
    width: 77%;
}
.portfolio-filter-fz.style_two .single-content:hover .prot_content{
    bottom: 20px;
}
.portfolio-filter-fz.style_two .content .grid-item .prot_content h4 a {
    display: inline-block;
    font-size: 26px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Rajdhani";
}
.portfolio-filter-fz.style_two .grid-item .prot_content p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    position: relative;
    padding-left: 0;
    border-radius: 4px;
    background-image: linear-gradient(90deg, #3513f9 0%, #1a90ff 100%);
    display: inline-block;
    padding: 16px 19px;
    margin: 21px 0 0;
}
.portfolio-filter-fz.style_two .grid-item .prot_content p:before {
   display: none;
}
.portfolio-filter-fz.style_two .content .video-icon a {
    line-height: 33px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-image: linear-gradient(117deg, #3513f9 0%, #1a90ff 100%);
}
.portfolio-filter-fz.style_two .single-content .picon {
    cursor: pointer;
    z-index: 22;
    position: absolute;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #0c5adb;
    display: inline-block;
    font-size: 16px;
    top: -52px;
    transition: all 400ms linear;
    left: 40%;
    right: 0;
    margin: auto;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-image: linear-gradient(117deg, #3513f9 0%, #1a90ff 100%);
}
.portfolio-filter-fz.style_two .single-content:hover .picon{
    top: 35px;
}

/*portfolio style three*/

.portfolio-filter-fz.style_three  ul {
    margin: 0;
    list-style: none;
    padding: 10px 15px 10px;
    border: 2px solid#182689;
    display: inline-block;
    justify-content: center;
    border-radius: 30px;
    background: #10124F;
}
.portfolio-filter-fz.style_three  ul li {
    text-transform: capitalize;
    background: transparent;
    font-size: 15px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 6px 25px;
    font-weight: 500;
    position: relative;
    margin: 0 0px;
    display: inline-block;
    border-radius: 30px;
    border: 2px solid#182689;
    color: #fff;
}

.portfolio-filter-fz.style_three .port-thumb{
    position:relative;
}
.portfolio-filter-fz.style_three .port-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .5s;
    background-image: linear-gradient(118deg, #1972d7 0%, #292cd5 100%);
    opacity: 0;
    transition: all 500ms linear;
}
.portfolio-filter-fz.style_three .single-content:hover .port-thumb:before{
    opacity: 0.8;
}

.portfolio-filter-fz.style_three .content .grid-item .single-content {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0 10px 20px;
}
.portfolio-filter-fz.style_three li.current_menu_item {
    background: #2465FD;
}
.portfolio-filter-fz.style_three .single-content .prot_content {
    position: absolute;
    padding: 30px 27px 21px;
    left: 0;
    bottom: -162px;
    text-align: left;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition: all 400ms linear;
    background: #090731;
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 84%;
}
.portfolio-filter-fz.style_three .single-content:hover .prot_content{
    bottom:30px;
}

/* Portfolio Details: */
.portfolio_details {
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
            box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
    padding: 65px 50px 50px;
    width:100%;
}
.portfolio_info {
    padding-left: 50px;
    padding-top: 0px;
}
.portfolio_info h2 {
    font-size: 25px;
    /* font-family: muli; */
    padding-bottom: 17px;
}
.portfolio-details-box li strong {
    margin-right: 5px;
}
.pr-title {
    padding: 24px 0 18px;
}
.port_dtl_social{} 
.port_dtl_social span{
	font-size:20px;
	font-weight:700;
	margin-bottom:10px;
	display:block;
	
} 
.port_dtl_social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #0c5adb;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    line-height: 35px;
}


.portfolio_info h3 {
    font-size: 25px;
    padding-bottom: 17px
}

.portfolio-details-box li strong {
    font-size: 20px;
    margin-right: 5px
}

.pr-title {
    padding: 24px 0 18px
}

.portfolio-details-box li {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 300;
    padding: 13px 0;
    text-transform: capitalize;
    list-style: none;
}

.portfolio_details .col-md-6 {
	float: left;
}
.portfolio_info ul {
    list-style: none;
}

.portfolio_info ul li {
    padding: 5px 0;
    margin-bottom: 20px;
}
.port_dtl_social {
    margin-top: 20px;
}
.portfolio-details-box .port_dtl_social i {
    padding: 0 10px 0 10px;
    color: #fff;
    cursor: pointer;
}
.pr-title h2 {
    font-size: 25px;
}


/*portfolio Style Foure */
.portfolio-filter-fz.style_four .content .grid-item .single-content {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0 17px;
    margin-bottom: 34px;
}

.portfolio-filter-fz.style_four .single-content .prot_content {
    position: absolute;
    padding: 50px 27px 26px;
    left: 0;
    bottom: -100%;
    text-align: left;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition: all 400ms linear;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    width: 64%;
    left: 10%;
    margin: auto;
}

.portfolio-filter-fz.style_four .content .grid-item .prot_content h4 a {
    display: inline-block;
    font-size: 28px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
    transition:0.5s;
}

.portfolio-filter-fz.style_four .content .grid-item .prot_content h4 a:hover{
    color:#f49923;
}

.portfolio-filter-fz.style_four .content .grid-item .prot_content p {
    margin: 0;
    position: relative;
    padding-left: 31px;
    font-size: 18px;
    text-transform: uppercase;
    color: #f49923;
    font-weight: 600;
    font-family: "Rajdhani";
	line-height: 1;
}

.portfolio-filter-fz.style_four .content .grid-item .prot_content p:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
    width: 22px;
    border: 1px solid #f49923;
}

.portfolio-filter-fz.style_four .single-content:hover .prot_content {
    bottom: 0;
}


/* Single page */

.single-em_portfolio .content-description{
	margin-top: 50px;
}

.em_port_gallery .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
}

.em_port_gallery .owl-prev, .em_port_gallery .owl-next {
    font-size: 20px !important;
    color: #ffffff !important;
    cursor: pointer !important;
    background: #f49923 !important;
    border-radius: 100%;
    display: block;
    width: 50px;
    height: 50px;
}

.em_port_gallery .owl-prev:hover,
.em_port_gallery .owl-next:hover {
   background: #d87f00 !important;
}

.em_port_gallery.owl-carousel .owl-item img {
    margin: 0 auto;
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

.thumb-item {
  cursor: pointer;
  border: 1px solid transparent;
}

.thumb-item img {
  width: 100%;
  height: auto;
}

.thumb-slider .current .thumb-item {
  opacity: 1;
  border-color: #000;
}

.em_port_thumbs .owl-item {
  opacity: 1;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.em_port_thumbs .owl-item.current {
  opacity: 1;
  border-color: #000;
}

.em_port_thumbs .owl-item.current img{
  border-color: #000;
}


.em_port_gallery img,
.em_port_thumbs img{
    border-radius: 0 !important;
}


/* Testimonials sec */

.testimonial.style29 .author img {
    display: inline-block;
    width: inherit;
    border-radius: 50%;
    height: 50px;
}

.testimonial.style29 .quote {
    margin: 50px 0;
}

.testimonial-grid {
    column-count: 2;
    column-gap: 20px;
}

.testimonial-item {
    break-inside: avoid;
    margin-bottom: 20px;
    background: aquamarine;
}
.em_port_thumbs.owl-carousel {
    margin-top: 20px;
}
