.navbar .attr-right .attr-nav li .call .icon{

    width: 50px;

    height: 50px;

    border: 1px solid #1351d8;

    border-radius: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 8px;

    margin-top: -5px;

}

.navbar .attr-right .attr-nav li .call i{

    font-size: 25px;

    margin: 0;

}

.contact-style-one-area {

    background: #f7f5f6;

    padding: 60px 0;

}

.about_text p{margin-bottom: 20px;}

nav.navbar.validnavs.navbar-fixed.no-background{background: #fff;position: relative;}

.banner_image{

    position: relative;

}

.banner_image .w-100{

    width: 100%;

    height: auto;

}

.banner_image .banner_description{

    position: absolute;

    max-width: 100%;

    text-align: center;

    margin: 0 auto;

    top: 50%;

    left: 0;

    right: 0;

    transform: translateY(-50%);

    height: auto;

}

.banner_image .banner_description h2,.banner_description h3{

    color: #fff;

    margin-bottom: 20px;

    text-align: center;

}

.banner_description h3{

    font-size: 50px;

    margin: 0;

}

.banner_image .banner_description h2 span{color: #70edee;}

.banner_image .banner_description h5{

    color: #fff;

    font-size: 30px;

    text-align: center;

    font-weight: normal;

}

.about-style-two-area{

    padding: 100px 0;

}

.banner-area div,.banner-area {

    height: auto;

}

.services_card{

    border-radius: 22px;

    min-height: 220px;

    background: #ffffff;

    box-shadow: 0 4px 1px rgb(19 81 216);

    padding: 20px;

    text-align: center;

    transition: all 0.3s ease-in-out;

}

.services_card:hover{

    box-shadow: 0 6px 1px rgb(19 81 216);

}

.services_card_icon{

    width: 90px;

    height: 90px;

    border-radius: 100%;

    background: #1351d8;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto;

}

.services_card_icon img{max-height: 48px;}

.services_card h3{

    color: #000;

    font-size: 22px;

    font-weight: 500;

    margin: 20px 0 10px;

}

.services_card a{

    color: #000;

    text-decoration: underline;

}

.choose-us-style-two-area{

    padding: 70px 0;

}

.choose-us-style-two-area img.w-100{

    border-radius: 30px 0 30px 0;

}

.service_page.default-padding.bottom-less{

    padding-top: 60px;

    padding-bottom: 60px;

}



.service_page .services_card{

    min-height: 540px;

}



@media(max-width:767px){

    .banner_image .w-100{

        height: 290px;

        object-fit: cover;

    }

    .banner_image .banner_description h2{

        font-size: 34px !important;

        margin-bottom: 7px;

    }

    .banner_image .banner_description h5{font-size: 18px;}

    .service_page .services_card{min-height: auto;}

}
.alert { padding: 10px; margin-top: 10px; border-radius: 4px; }
.alert-success { background: #d4edda; color: #155724; }
.alert-danger { background: #f8d7da; color: #721c24; }
.alert-warning { background: #fff3cd; color: #856404; }