

.ser-con h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #0A3351;
    text-align: center;
}

.ser-line {
    width: 100%;
    height: 1px;
    background-color: #04538C;
    margin-top: 5px;
    margin-bottom: 8px;
}

.ser-con p {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #444444;
    text-align: center;
    line-height: 30px;
}
.services{
    margin-top: 80px;
}
.ben-h h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #0A3351;
    margin-bottom: 40px;
    margin-top: 50px;
}
.coverage{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.cover-area {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(90deg, rgba(205, 234, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 15px 20px;
}
.coverage-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cov-text p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #444444;
}

/* end services */
.coverd-head h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #0A3351;
    text-align: center;
}

.coverd-line {
    width: 100%;
    height: 1px;
    background-color: #04538C;
    margin-top: 5px;
    margin-bottom: 30px;
}
.customer-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 31%;
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 20px;
    box-shadow: 2px 4px 6px #999999;
    transition: 0.4s;
}

.cus-con{
    display: flex;
    justify-content: space-between;
}
.customers{
    background-color: #FFE9D9;
    padding: 50px 0;
}
.cus-text h1{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #023586;
    margin-bottom: 5px;
}

.cus-text p{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #474341;
}


.customer-area:hover .cus-img{
    transition: all 0.65s;
    transform: rotateY(360deg);
    
}
.customer-area:hover {
    background-image: linear-gradient(180deg, #68b9ff7a, white);
    transform: translateY(-10%);
}

.covered{
    padding: 80px 0;
}

/* end covered */

.Compre-area{
    display: flex;
    justify-content: space-between;
}
.Compre-1, .Compre-2 {
    width: 50%;
    padding: 10px 20px;
}
.Compre-area{
    background-color: #fff;
    border-bottom: 1px solid #222;
}
.Compre-area-2{
    background-color: #52BBE8;
    border-radius: 20px 20px 0 0;
}
.Compre-con {
    border: 1px solid #2A2A2A;
    border-radius: 20px;
}
.Compre-area-4{
    border-radius: 0 0 20px 20px;
    border-bottom: none;
}

.Compre-1 p, .Compre-2 p{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight:400;
    color: #212529;
}

.Compre-1-head p{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight:500;
    color: #212529;
}

.Compre-area-3{
    background-color: #F2F2F2;
}

.con-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.1px;
    height: 100%;
    background-color: #000000;
}

.Compre-con{
    position: relative;
}
.Comprehensive{
    position: relative;
    margin-bottom: 80px;
}
.vec-man{
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
}

img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}










