




h2.type-rm {
    font-size: 58.8px;
    line-height: 168.5%;
    text-align: center;
    text-transform: capitalize;
    color: #1428A0;
    font-weight: 600;
    padding-bottom: 102px;
    margin: 0;
}



/*servce slider*/



.ser-slid-inner {
    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: 0;
    background: #f6f6f6;
    padding: 15px;
    height: 100%;
    -webkit-transition: 400ms;
    transition: 400ms;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

.ser-more-slide:hover .ser-cont {
    visibility: visible;
    opacity: 1;
}


.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;
}
.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;
}



/*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;
}

