.rp-hover {
    opacity: 0;
    visibility: hidden;
    text-align: center;
    width: 554px;
    height: 323px;
    padding: 38px 15px 30px 15px;
    position: absolute;
    top: 0;
    background: #ffffff;
    left: -106px;
    z-index: 10;
    border: 1px solid #8f8f8f;
    transition: 300ms;
}

.rp-icon {
    text-align: center;
    padding: 38px 15px;
    background: #fff;
}

.rp-icon img {
    margin-bottom: 38px;
}
.rp-hover img {
    margin-bottom: 38px;
}
.rp-hover p {
    font-weight: 300;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}
.repain-inner {
    position: relative;
}

.repain-inner:hover rp-hover {
    display: block;
}

.repain-inner:hover .rp-hover {
    opacity: 1;
    visibility: visible;
}



/*servce slider*/



.ser-slid-inner {
    position: relative;
}

.ser-more-slide {
    background: #F6F6F6;
    padding: 15px;
    overflow: hidden;
    height: 386px;
    position: relative;
}
.ser-cont h3 {
    margin-top: 0px;
}

.ser-cont span {
    color: #C4C4C4;
}

.ser-cont p {
    font-size: 14.322px;
    padding-top: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}
.owl-carousel{
    position: relative;
}

.ser-cont {
    position: absolute;
    left: 0;
    top: 278px;
    background: #f6f6f6;
    padding: 15px;
    height: 100%;
    -webkit-transition: 400ms;
    transition: 400ms;
    width: 100%;
}

.ser-more-slide:hover .ser-cont {
    top: 0;
}



.owl-nav {
    position: absolute !important;
    top: 50%;
    left: 0;
    right: 0;
}

.owl-nav .owl-prev {
    position: absolute;
    left: -75px;
}

.owl-nav .owl-next {
    right: -75px;
    position: absolute;
}

.owl-nav button::after {
    content: "\f054";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
}

.owl-nav button span {
    font-size: 0px !important;
}

.owl-nav button.owl-prev::after {
    content: "\f053";
}

.partner-log img {
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
}
.site-partner.mr-bottom {
    margin-bottom: 128px;

}

.ser-slid-inner.mr-bottom {
    margin-left: 198px;
}




/*****************
 * 
 * Why AC Installer
 * 
 * ****************/

.ther-text {
    text-align: center;
}

.ther-text h2 {
    font-weight: 600;
    font-size: 58.8px;
    padding-bottom: 24px;
    margin: 0;
    color: #1428A0;
}
.ther-text p {
    max-width: 694px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
}

.set-inner-box h2 {
    font-size: 31px;
    line-height: 168%;
}


.set-all {
    margin-top: 159px;
}
.set-inner-box img {
    margin-bottom: 25px;
}

.set-inner-box h2 {
    margin-bottom: 25px;
}

.set-inner-box {
    text-align: center;
}

.set-inner-box p {
    font-size: 14px;
    line-height: 168%;
}

.we-inner {
    position: relative;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    z-index: 5;
}

#hover-me {
    position: relative;
    border: 8px solid rgba(105, 150, 218, 0.09);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}
  body.hovered .overlay {
      opacity: 1;
      pointer-events: auto; /* Allow pointer events on the overlay when it's visible */
    }



    /*last banner*/

.we-inner {
    position: relative;
}
.we-inner img {
    height: 400px;
    object-fit: cover;
}
h2.we-pr-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 70.8px;
    line-height: 168.5%;
    width: 100%;
    max-width: 1119px;
    padding: 0 20px;
    z-index: 10;
}
.we-inner::before {
    background: rgba(0,0,0,0.5);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

