





/* .ac-sys-main {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    justify-content: center;
    row-gap: 50px;
} */
.ac-sys-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1300px;
    margin: 0 auto;
    row-gap: 50px;
    column-gap: 50px;
}
.ac-inner {
    width: 365px;
    background: #f6f6f6;
    padding: 15px;
}

.ac-inner img {
    width: 100%;
}

.ac-in-title h5 {
    font-weight: bold;
    font-size: 18px;
    padding-top: 13px;
}

.ac-in-title a {
    color: #6996da;
    position: relative;
    display: inline-block;
}
.ac-in-title {
    background: #f6f6f6;
}
.ac-in-title a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: #6996da;
    transition: 400ms;
}

.ac-in-title a:hover::before {
    width: 100%;
}







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

  body.hovered .overlay {
      opacity: 1;
      pointer-events: auto;
}



    /*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; */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 43px;
    line-height: 1.5;
    width: 100%;
    max-width: 1009px;
    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;
}

@media (max-width: 1499px){
    .ac-inner {
    width: 100%;
}
}



@media (max-width: 991px){

.ac-in-title h5 {
    font-weight: bold;
    font-size: 16px;
}
.ac-in-title a {
    font-size: 14px;
}
}

@media (max-width: 767px){

.ac-in-title h5 {
    font-size: 14px;
    padding-top: 13px;
}
.ac-in-title a {
    font-size: 13px;
}
.ac-inner {
    padding: 11px;
}
.ac-sys-main {
    column-gap: 30px;
    row-gap: 30px;
}
}