.inner-page-banner {
    text-align: center;
    position: relative;
    background-size: cover;
    min-height: 350px;

}

.inner-page-banner .inner-banner-text {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-page-banner .inner-banner-text h1 {
    max-width: 700px;
    margin: auto;
    font-size: 34px;
}
.inner-page-banner .inner-banner-text p { color: #fff; }

.service-section .service-boxs {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5%;
}

.service-section .service-boxs .service-image-box{ 
    min-height: 370px;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-section .service-boxs  .service-white-content-box{
    padding: 50px;
    width: 68.5%;
    background-color: #f8f8f8;
    margin-right: 1.5%;
}

.service-section .service-boxs  .service-white-content-box h3{
    font-size: 26px;
    font-weight: 500;
    color: #111;
}

.service-section .service-boxs  .service-white-content-box p{
    color: #555;
    padding-bottom: 5px;
    font-size: 15px;
    letter-spacing: 0.4px;
}

.service-section .service-boxs  ul li{
    margin: 0px 5px 10px 0;
    background: #ffff;
    display: inline-block;
    padding: 10px 15px;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 13%);
    font-size: 13px;
    color: #333;
}

.service-section .service-boxs  .service-blue-content-box{
    padding: 50px;
    width: 68.5%;
    background: #0756bd;
    color: #fff;
    margin-left: 1.5%;
}

.service-section .service-boxs  .service-blue-content-box h3{
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}

.service-section .service-boxs  .service-blue-content-box p{
    color: #eee;
    padding-bottom: 5px;
    font-size: 15px;
    letter-spacing: 0.4px;
}
.service-section .service-boxs  .service-blue-content-box a{
    color: #fff;
}
.only-image-section{
    text-align: center;
    margin-top: 80px;
}

.innerpage-section-1 ul li {
    padding: 12px 20px;
    border-bottom: 1px solid #79b1ff;
    border-radius: 10px 10px;
}

.inner-page-why-choose-sec .head-sec h2{ color: #fff; }



.inner-page-why-choose-sec-box{
    width: 48%;
    color: #fff;
}
.inner-page-why-choose-sec-box p{
    margin-bottom: 30px;
    color: #eee;
}

.inner-section-heading{
    color: #126eea;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}
 
.inner-page-section-3 .inner-page-sec-box{
    width: 48%;
}

.thank-you-sec{
    text-align: center;
}

.inner-page-sec-box ul li{
    padding: 8px 15px;
    font-size: 13px;
    box-shadow: 0 0 3px 1px #ccc;
    color: #333;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}