@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rozha+One&display=swap'); */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-size: 'Poppins', sans-serif; */
    font-family: "Roboto", sans-serif;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.navbar-dark .navbar-toggler-icon{
    background-image: url("../images/icons/menu-icon.svg");
}


/* primery btn  */
.btn-primary{
    color: #fff;
    background-color: #134b7d;
    border: none;
    font-size: 18px;
    font-weight: 500;
}
.btn-primary:hover{
    color: #0c2740;
    background-color: #d7c10b;
    border: none;
}

.hide_col{
    visibility: hidden;
}

.topnav_bar {
    background: #143a4c;
    padding: 10px 0;
}

.topnav_bar .social_link_outer_col {
    display: flex;
    align-items: center;
}

.topnav_bar .social_link_outer_col .socila_links a {
    text-decoration: none;
    color: #fff;
}

.topnav_bar .social_link_outer_col .socila_links a .fa-brands {
    font-size: 30px;
    padding-right: 10px;
}

/* location_btn_outer_col */
.topnav_bar .location_btn_outer_col .location_btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.topnav_bar .location_btn_outer_col .location_btn .fa-solid {
    color: #fff;
    font-size: 30px;
    padding-right: 10px;
}

.topnav_bar .location_btn_outer_col .location_btn h3 {
    font-size: 20px;
    color: #fff;
    padding: 10px 20px;
    background: #45a1c8;
    margin: 0;
    border-radius: 5px;
}

/* nav bar section  */





/* nav bard end here  */

.herosection {
    padding-top: 150px;
    padding-bottom: 150px;
    /* background-image: url("../images/festivel-banners/diwali_offers3.jpg"); */
    background-image: linear-gradient(90deg,
            rgb(18, 74, 124),
            rgba(8, 83, 156, 0.44)),
        url('../images/hero_Section/12images.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 700px; */
    /* background: #000; */
}

.hero_section_image_col .hero_section_text h3 {
    font-size: 57px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;

}

.hero_section_text {
    position: relative;
}

.slider_next_prev {
    position: absolute;
    width: 28%;
    margin-top: 31px;
    margin-left: 0;
    left: 0;
}

.hero_section_image_col .hero_section_text p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding-bottom: 22px;
}

.hero_section_image_col .hero_section_text .main_btn {
    text-decoration: none;
    font-size: 18px;
    background: #fff;
    padding: 10px 28px;
}

/* services slider style  */

.services_slider {
    background: #e7e7e7;
}

/* services slider style  */



.slider-section {
    padding: 20px;
    /* background-color: #f8f9fa; */
}

.slider-section .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.slider-section .swiper-container {
    width: 100%;
    height: 100%;
}

.slider-section .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f03;
    color: #fff;
    height: 300px;
    padding: 18px;
}

.swiper-slide .slider_images_col {
    width: 100%;
    height: 70%;
    display: block;
    border-radius: 15px;
}


.swiper-slide .slider_images_col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.swiper-slide .slider_text_col h3 {
    font-weight: 600;
    font-size: 22px;
    /* text-transform: uppercase; */

}

.swiper-slide .slider_text_col p {
    font-size: 17px;
    /* text-transform: uppercase; */

}

.enquire-btn {
    margin-top: 20px;
    background-color: #dc3545;
    color: #fff;
    border: none;
    padding: 10px 20px;
}

.swiper-container {
    /* position: relative; */
    height: 100%;
}

/* swipe btn  */
.swiper-button-next {
    background: #000;
    padding: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next::after {
    font-size: 20px;
    color: #fff;
}

.swiper-button-prev {
    background: #000;
    padding: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-prev::after {
    font-size: 20px;
    color: #fff;
}


/* swipe btn  */

.service_slider_wrap .service_slider_text h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #134b7d;
}

.service_slider_wrap .service_slider_text h3 {
    font-size: 2.8rem;
    font-weight: 600;
}

.service_slider_wrap .service_slider_text p {
    font-size: 18px;
}

.service_slider_wrap .service_slider_images {
    overflow-y: hidden;
    overflow-x: hidden;
}

.enquire-btn {
    margin-top: 0;
}




/* achivement section  */
.stats-section {
    padding: 40px 0;
    background-color: #f8f9fa;
    text-align: center;
}

.stats-item {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.stats-item .fas {
    font-size: 100px;
    transition: 0.5s ease-in-out;
}

.stats-item:hover .fas {
    color: #0083bf;
}

.stats-item h3 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 600;
}

.stats-item p {
    margin-top: 5px;
    font-size: 16px;
    color: #6c757d;
}

.stats-item .icon {
    /* display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #f03;
    border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fb0404;
    font-size: 45px;
    font-weight: 700;
}


/* .about us section start  */
.abouts_section {
    position: relative;
}

.abouts_section .about_background {
    position: absolute;
    width: 90%;
    height: 80%;
    top: 0;
    left: 0;
    background: #134b7d;
    z-index: -1;
    border-bottom-right-radius: 360px;
}

.abouts_section .about_us_image {
    width: 100%;
    height: 600px;
}

.abouts_section .about_us_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abouts_section .about_us_text {
    padding-right: 6rem;
}

.abouts_section .about_us_text h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}

.abouts_section .about_us_text h3 {
    font-size: 2.8rem;
    font-weight: 600;
    color: #fff;
}

.abouts_section .about_us_text p {
    font-size: 18px;
    color: #fff;
}



/* image galary  */
.swiper-backface-hidden .swiper-slide {
    padding: 18px;
}

.imagegalary .service_slider_text .slider_next_prev {
    left: 38px;
}

.imagegalary .service_slider_text h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #134b7d;
}

.imagegalary .service_slider_text h3 {
    font-size: 2.8rem;
    font-weight: 600;
}

.imagegalary .service_slider_text p {
    font-size: 18px;
}


/* clinet feedback start  */
.clinet_feedback {
    background-image: linear-gradient(90deg, rgb(18, 74, 124),
            rgba(8, 83, 156, 0.44)), url('../images/feedback/Waterproofing_background.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.clinet_feedback .clinet_feedback_section .clinet_image {
    width: 100px;
    height: 100px;
}

.clinet_feedback .clinet_feedback_section .clinet_image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.clinet_feedback .clinet_feedback_section .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    background: #fff;
    padding: 29px 0px;
    border-bottom-right-radius: 110px;
    border-top-left-radius: 110px;
}

.clinet_feedback .clinet_feedback_section .feedback_ratings .fa-solid {
    color: #ebcc1f;
}

.clinet_feedback .clinet_feedback_section .feedback_ratings .fa-regular {
    color: #ebcc1f;
}

.clinet_feedback .clinet_feedback_section .clinet_feedback_text_col h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #134b7d;
}

.clinet_feedback .clinet_feedback_section .clinet_feedback_text_col p {
    /* padding: 0px 50px; */
    max-width: 700px;
    font-size: 18px;
}

/* clinet feedback end  */


/* contact info  */
.contact_info_text_col {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 20px;
}

.contact_info_text_col .contact_info_text_icon p {
    font-size: 20px;
    font-size: 20px;
    max-width: 400px;
    margin-left: 15px;
}

.contact_info_text_col .contact_info_text_icon {
    display: flex;
    align-items: center;
}

.contact_info_text_col .contact_info_text_icon .fa-solid {
    color: #134b7d;
    font-size: 40px;
}

/* contact info  */

/* inquirey form  */
form {
    display: flex;
    justify-content: center;
    flex-direction: column;
}


/* footer  */
.footer_section_col{
    padding: 0;
}



/* appligator  */
.mainlogoCOntainer{
    height: 105px;
    /* width: 100px; */
    margin-bottom: 30px;
    margin-top: 30px;
}
.mainlogoCOntainer img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}



