
.servicing-head-bg{
    background: url("./imgs/our-servies-bg.png") center center no-repeat;;
    background-size: cover;
    padding: 120px 0 120px;
 }

.servicing-bg-text h1{
    font-size: 72px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: bold;
}

/* ********************   ABOUT-US HEADER END:  *********************  */

/* *********************  OUR SERVICES BOX START:  *********************  */

/* *********************  OUR SERVICING HEAD START:  *********************  */

.servicing-head{
    /* width: 100%;
    height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.servicing-head h1{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 65px;
    color: rgb(31, 67, 152);
    font-weight: bold;
    line-height: 0.667;
    margin-top: 20px;
}
.servicing-head p{
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: #333;
    font-weight: bold;
    margin:0;
    margin-left: 20px;
    margin-right: 20px;
}

.servicing-head::before{
    content: "";
    background-color:rgb(31, 67, 152);
    width: 70px;
    height: 15px;
    padding-right: 20px;
    margin-right: 20px;
}
.servicing-head::after{
    content: "";
    background-color: rgb(31, 67, 152);
    width: 70px;
    height: 15px;
    padding-right: 20px;
    margin-left: 20px;
}
.servicing-first-row{
    margin-top: 70px;
}
.services-second-row{
    padding-top: 110px;
}
/* *********************  OUR SERVICING HEAD END:  *********************  */
.services-second-row .services-head{
    margin-left: 16px;
    justify-content: initial;
    margin-left: 0px;
}
.services-second-row .services-head:after{
    display: none;
}
.services-second-row{
    max-width: 1400px;
    margin:70px auto 0px;
}
.head-icon img{
    max-width: 100%;
}
.head-text h1{
    text-align: center;
    padding-left: 20px;
    font-size: 34px;
    font-family: 'Poppins', sans-serif;
    color: rgb(31, 67, 152);
    font-weight: 600;
    line-height: 1;
}
.services-text p {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    color: rgb(33, 33, 33);
    padding-top: 40px;
    line-height: 38px;
}
.services-btn{
    margin-top: 50px;
}
.services-btn button{
    background-color: rgb(191, 32, 47);
    font-size: 13px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    padding: 20px 55px 20px 55px;
    font-family: 'Poppins', sans-serif;
    margin-left: 0px;
}
.our-services-img img{
    max-width: 100%;
}
.water-text h1{
    font-weight: bold;
    margin-top: 10px;
}
.water-btn{
    margin-top: 60px;
}

.tags-text p{
    font-size: 17px;
}

/* *********************  OUR SERVICES BOX END:  *********************  */

/* ********** GET IN TOUCH START*****************  */

.get-in-bg{
    background-image: url("./imgs/get-in-bg.png");
    background-size:cover;
    background-position: center;
    /* height: 900px; */
    padding: 150px 0px 200px;
    margin-top: 70px;
}

.get-in-details{
    margin-left: 20px;

}
.get-in-details:nth-child(1){
    margin-left:0;
}

.get-in-head h1{
    font-size: 65px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
.get-in-icon{
    text-align: center;
    background-image: url("./imgs/get-in-border.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 20px 20px 20px;
}
.get-in-icon img{
    max-width:100%
}
.get-in-text p{
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 20px;
    text-align: center;
}
.get-details-row{
    padding-top: 110px;
}


/* ********** GET IN TOUCH END *****************  */

/* ********************  FOOTER START ***********************  */
/* FOOTER */
footer{
    background-color: rgb(31, 67, 152);
    padding: 80px 0px 85px;
}
/* footer.container{
    max-width: 2620px !important;
} */
footer .container ul {
    padding:0px;
    margin: 0px;
    list-style: none;
}
footer .container h3{
    color: rgb(9, 88,141);
        font-size: 20px;
        padding-top: 8px;
        padding-bottom: 0px;
}
footer .container > ul{
    display: flex;
    justify-content: space-evenly;
}
footer .container > ul > li{
    padding-right: 40px;
   
}
footer .container > ul > li > img{
    max-width: 100%;
}

footer .container > ul > li:last-child{
    padding-right: 0px;   
}
footer .container > ul > li ul li{
    margin-top: 12px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
footer .container > ul > li ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

footer .container > ul > li:last-child a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

footer .container > ul > li ul li p{
    font-size:20px;
    color: rgb(9, 88,141);
    font-weight: bold;
    margin: 0;
}

.footer-contact-details{
    display: flex;
    align-items: center;
    /* justify-content: space-evenly; */
}
.footer-icons{
    margin-right: 20px;
}
/* .footer-icons img{
    max-width: 100%;
} */
/* .footer-contact-text a{
    margin-left: 20px;
} */


.social{
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social a{
    width: 50px;
    height: 50px;
    margin-left: 40px;
    padding: 0;
 
}
.social a img{
    max-width: 100%;
}



/* ********************  FOOTER END ***********************  */

/* COPY RIGHT */
.copyright{
    background-color: rgb(191, 32, 47);
    /* text-align: center; */
    padding:31px 0px;
}
.copyright p{
    margin: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.copyright a{
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    text-align:center;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}

   .copyright p {
        font-size: 18px;
    }
    .cp-parent{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cp-2{
        display: block;
    }

/* ******************************************************************************** */


/* ******************************************************************************** */
/* ******************** MEDIA QUERIES START  ****************************** */

@media(min-width:992px) and (max-width:1024px){

    .servicing-head-bg{
        padding: 80px 0 80px;
    }
    .servicing-bg-text h1{
        font-size: 62px;
    }

}

@media(min-width:768px) and (max-width:992px){

    .servicing-head-bg{
        padding: 80px 0 80px;
    }
    .servicing-bg-text h1{
        font-size: 55px;
    }

    .servicing-head h1{
        font-size: 40px;
    }

    .servicing-head::before{
        height: 11px;
    }
    .servicing-head::after{
        height: 11px;
    }

    .servicing-first-row{
        margin-top: 50px;
    }
    .services-second-row{
        padding-top: 70px;
    }

    /* OUR SERVICES BOX */
    .our-services-img{
        position: relative;
        width: 100%;
        height: 100%;
    }
    .our-services-img img{
        position: absolute;
        top: 0;
        bottom: 50px;
        margin: auto;
    }
    .services-text p{
        font-size: 16px;
    }
    .services-btn{
        margin-top: 40px;
    }

        /* ****** GET-IN-BOX (768-992) */
        .get-in-head h1{
            font-size: 45PX;
            }
            .get-details-row .row .col-sm-4{
            max-width: 38%;
            }
    
            .get-details-row{
                padding-top: 70px;
            }
        /* ********************************************** */   
    
    
            /* ****** FOOTER (768-992) */
            footer .container > ul > li ul li a{
                font-size: 16px;
            }
            footer .container > ul > li:last-child a{
                font-size: 16px;
            }
            .social a {
                margin-left: 25px;
            }
        
            /* ********************************************** */   

}

    @media(min-width:576px) and (max-width:767px){
        .servicing-head-bg{
            padding: 70px 0 70px;
        }
        .servicing-bg-text h1{
            font-size: 45px;
        }
    
        .servicing-head h1{
            font-size: 32px;
        }

        .servicing-first-row{
            margin-top: 50px;
        }
        .services-second-row{
            padding-top: 50px;
        }

        .services-second-row .row .col-sm-6{
            max-width: 100%;
            flex: none;
        }
        .services-second-row{
            padding-top: 0;
        }

        .services-btn{
            margin-top: 50px;
        }

        .our-services-img{
            margin-top: 30px;
        }
        .services-head{
            margin-top: 50px;
        }

         /* ********** GET IN TOUCH Box *****************  */
         .get-details-row .row .col-sm-4{
            max-width: 50%;
            flex: none;
        }
        .get-details-row{
            padding-top: 60px;
        }
        .get-in-head h1{
            font-size: 33px;
        }
    
        /* ***************************************** */
    
    
        /* ********** FOOTER*****************  */
        footer .container > ul{
        display: block;
        }   
        footer .container ul{
        margin-top: 30px;   
        }
    
    /* ***************************************** */   


    }

 

    @media(max-width:576px){
        .servicing-head-bg{
            padding: 60px 0 60px;
        }
        .servicing-bg-text h1{
            font-size: 35px;
        }
    
        .servicing-head h1{
            font-size: 28px;
        }


        .servicing-head::before{
            height: 9px;
            width: 40px;
        }
        .servicing-head::after{
            height: 9px;
            width: 40px;
        }

        .servicing-first-row{
            margin-top: 30px;
        }
        
        .services-second-row{
            padding-top: 0;
        }

        .services-btn{
            margin-top: 20px;
        }

        .our-services-img{
            margin-top: 30px;
        }
        .services-head{
            margin-top: 15px;
        }
        .services-second-row .col-sm-6{
            padding-left:20px !important;
        }

        .head-text h1{
            font-size: 22px;
        }
        .services-text p{
            font-size: 15px;
            padding-top: 20px;
            padding-right: 0px;
            line-height:inherit
        }
    
        .services-btn button{
            font-size: 13px;
            padding: 12px 17px 12px 17px;
        }

        
        
    }




/* ******************** MEDIA QUERIES END  ****************************** */
