hr{
    margin: 0px !important;
}

.btn-custom_common{
    margin-top: 10px;
    border: 1px solid #2c2b2b;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 17px;
    text-decoration: none;
    color: #0c2740;
    transition: ease-in-out 0.5s;

  }
  .btn-custom_common:hover{
    color: #fff;
    background: #134b7d;
    border: transparent;
  }



.main_servicepage_section {
    padding: 0 !important;
}

.main_heading_image_for_service_page {
    width: 100%;
    height: 500px;
}

.main_heading_image_for_service_page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .service_heading_text {
    background-color: #f8f8fb;
} */

.service_heading_text h3 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #134b7d;
    font-size: 47px;
    text-transform: uppercase;
}

.service_heading_text p {
    font-size: 20px;
    padding: 0px 250px;
    padding-bottom: 20px;
}

.subservice_image {
    width: 100%;
    height: 300px;
    margin-top: 20px;
}

.subservice_image img {
    width: 100%;
    height: 100%;
    border: 2px solid #134b7d;
}

.subservice_text h3 {
    font-size: 25px;
    margin: 10px 0;
}

.subservice_text p {
    font-size: 20px;
}

.subservice_text a {
    display: block;
    width: 40%;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    background: #134b7d;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}

.subservice_text a:hover {

    background: transparent;
    color: #134b7d;
    border: 1.5px solid #134b7d;
}

.row_2_subservice {
    margin-top: 20px;
}


.whaywe__col {
    padding-right: 10px;
    /* width: 100%; */

}

.whaywe__col_text {
    padding: 20px;
    /* padding-left: 10px; */
    background: #fff;
    position: relative;
    text-align: center;
    height: 100%;
    box-shadow: 1px 10px 10px #00000014;
}

.whaywe__col_text span {
    display: block;
    width: 35px;
    height: 35px;
    background: #134b7d;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.whaywe__col_text h3 {
    color: #134b7d;
}

.whaywe__col_text p {
    font-size: 20px;
}


.whayonlywe_section {
    /* background-color: #f8f8fb; */
    background-color: #6464641c;
}



/* methods ection start  */
.waterproofing_methods {
    display: flex;
    /* align-items: center; */
    margin-top: 20px;
}

.method_image {
    width: 250px;
    height: 200px;
    padding-right: 15px;
}

.method_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.method_text p {
    font-size: 20px;
    max-width: 350px;
    margin-top: 10px;
}

.located_ares {
    text-align: center;
    font-size: 20px;
}

.located_ares ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.located_ares ul li {
    font-size: 20px;
    list-style: none;
    padding: 10px;
    background: #134b7d;
    margin: 0px 10px;
    color: #fff;
}


/* methadalogy section ***************************************************new start */
.methaloday_main_image_col_sid{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: start;
}
.methaloday_main_image_col_sid img{
    width: 75%;
    height: 100%;
}

.methalogay_cols_list .fa-solid{
    font-size: 20px;
    padding-right: 20px;
    color: #cab50c
}

.methalogay_cols_list{
    list-style: none;
    display: flex;
    align-items: start;
}
.methalogay_cols_list span h3{
    font-size: 20px;
}
.methalogay_cols_list span p{
    font-size: 18px;
}

.methodes_col span{
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
}

.methodsweuse_section{
    background-color: #eee;
    padding-bottom: 50px;
}

/* methadalogy section ***************************************************new end */



/* ----------------  */
.main_service_section_heading_painting h3{
    font-size: 25px;
    max-width: 500px;
    line-height: 30px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;

}

.textlist_painting_service ul{
    padding: 0;
    margin: 0;
}
.textlist_painting_service ul li{
    list-style: none;
}
.textlist_painting_service ul li .heading_col_painting{
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.textlist_painting_service ul li .heading_col_painting h3{
    font-size: 20px;
    padding: 0px 10px;
}
.textlist_painting_service ul li p{
        font-size: 20px;
        max-width: 500px;
}

.serviceNav_dot{
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #134b7d
}

.imgae_col_painting {
    width: 100%;
    height: 50%;
}
.imgae_col_painting img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.painting_service_text {
    padding-left: 50px;
}


.Inquiry_buton_painting{
    display: block;
    width: 40%;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    background: #134b7d;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s ease-in-out
}
.Inquiry_buton_painting:hover{
    background: transparent;
    color: #134b7d;
    border: 1.5px solid #134b7d;
}




.imagegalry_civil_work_page .civil_image_galary{
    overflow: hidden;
    height: 250px;
}
.imagegalry_civil_work_page .civil_image_galary img{
    transition: 0.5s ease-in-out;
}
.imagegalry_civil_work_page .civil_image_galary img:hover{
    transform: scale(1.1);
}

.civil_work_galary_image_wrraper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.civil_work_galary_image_wrraper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



.whaychouesus_service_col ul{
    margin: 0;
    padding: 0;
}

.whaychouesus_service_col ul li{
    display: block;
    padding: 10px 10px;
    list-style: none;
    font-size: 20px;
    /* display: flex; */
    /* align-items: center; */
    /* flex-direction: column; */
    /* background: #134b7d; */
    margin-bottom: 10px;
    color: #404040;
    border-right: 1px solid #40404043;
}

.whaychouesus_service_col ul li span{
    font-size: 25px;
    color: #134b7d;
    padding-right: 20px;
}
.whaychouesus_service_col ul li:nth-child(4){
    border-right: none;
}
.whaychouesus_service_col ul li:nth-child(5){
    border-right: none;
    padding: 20px;
    background: #134b7d;
    color: #fff;
}




/* about us page information css  */




.main_section_aboutus .about_us_other_information{
    padding-top: 0;
}



.aboutus_hero_image{
    width: 100%;
    padding: 100px 0;
    /* height: 600px; */
    /* background-color: #000; */
    background-image: url("../images/about_us/image_hero1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-color: rgba(11, 39, 64, 0.73);
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
   align-items: center;
   gap: 10px;
}

.aboutus_hero_image p{
  max-width: 600px;
  font-size: 18px;
}

.aboutus_hero_image h3{
  font-size: 50px;
  text-transform: uppercase;
}

.aboutsus_full_width_container_image{
    width: 100%;
    height: 100%;
}
.aboutsus_full_width_container_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.after_name_line{
    display: block;
    width: 300px;
    height: 2px;
    background-color: #b6b6b6;
    margin: auto;
}

.about_us_main_col{
    padding-top: 35px;
}
.aboutus_image_inner_col{
    width: 100%;
    /* padding-right: 20px; */
}
.aboutus_image_inner_col img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.aboutus_text_container{
    padding-left: 20px;
}

.aboutus_text_container h3{
    font-size: 25px;
    text-transform: uppercase;
    color: #134b7d;
    font-weight: 600;
}
.aboutus_text_container p{
    font-size: 20px;
}

.aboutus_image_inner_col{
    width: 100%;
    height: 100%;
    background: #000;
}


.acivemnets_section{
    /* background: #000; */
}

.otherinfo_wrap_OurMission{
    padding: 40px;
  background: #134b7d;
  color: #fff;
}
.otherinfo_wrap_OurMission h3{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    color: #d7c10b;
}
.otherinfo_wrap_OurMission p{
    font-size: 20px;
    /* max-width: 800px; */
}


.otherinfo_wrap_ourvalues {
    padding: 20px;
}
.otherinfo_wrap_ourvalues h3{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    color: #134b7d;
}

.otherinfo_wrap_ourvalues ul li{
    list-style: none;
    padding: 5px;
}
.otherinfo_wrap_ourvalues ul{
    padding: 0 !important;
}

.otherinfo_wrap_ourvalues ul li span{
    font-size: 25px;
    font-weight: 600;
    color: #12314c;
    position: relative;
}

/* .otherinfo_wrap_ourvalues ul li span::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #12314c;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;


} */

.otherinfo_wrap_ourvalues ul li p{
    font-size: 20px;
    padding: 10px 0;
    /* max-width: 800px; */
}
.otherinfo_wrap_ourvalues ul li .about_us_service_wrap{
    background: #00000014;
    padding: 10px;
    min-height: 315px;
}



/* whay chose us  */
.rounded-circle {
    border-radius: 50% !important;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.sub-info{
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #004975;
}

.display-30 {
    font-size: 0.9rem;
}


.getintuchwithus{
    padding: 20px;
    background: #004975;
    margin-top: 50px;
}
.getintuchwithus p{
    font-size: 20px;
    color: #fff;
}



/* .whaychoseus_leftcol_image{
    width: 80px;
    height: 80px;
    background: #000;
    border-radius: 50%;
    margin-bottom: 20px;
} */

/* .whaychoseus_leftcol_image img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
} */

.whaychose_us_main_col {
    padding: 60px 0;
}

.mid_aboutus_round_col{
    position: relative;
}

.whaychoseus_center_col{
    width: 350px;
    height: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* background-color: #d7c10b; */
}
.whaychoseus_center_col img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}




/* -------------------------- */
.contact-us-section {
    background-color: #f8f9fa; /* Light background */
    padding: 3rem 0;
  }
  
  .contact-us-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #343a40; /* Dark grey text */
  }
  
  .contact-us-section .form-group label {
    font-weight: 600;
    color: #495057; /* Mid grey text */
  }
  
  .contact-us-section .form-control {
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
  }
  
  .contact-us-section .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
    border-radius: 0.25rem;
  }
  
  .contact-us-section .btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
  }

  

  .main_contact_us_sectionstart_here{
    padding-bottom: 0;
  }



  /* blog page  *********************************************************/

  .blog-section {
    background-color: #f8f9fa;
  }

  .blog-section .card .card-body .card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .blog-section .card .card-body .card-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .blog-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #343a40;
  }
  
  .blog-section p.lead {
    font-size: 1.25rem;
    color: #6c757d;
  }
  
  .featured-post img {
    width: 100%;
    height: auto;
  }
  
  .featured-content h3 {
    font-size: 2rem;
    color: #343a40;
  }
  
  .featured-content p {
    font-size: 1rem;
    color: #495057;
  }
  
  .featured-content .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
    border-radius: 0.25rem;
  }
  
  .card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  
  .card:hover {
    transform: translateY(-5px);
  }
  
  .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  
  .card-body h5 {
    font-size: 1.5rem;
    color: #343a40;
  }
  
  .card-body p {
    font-size: 1rem;
    color: #6c757d;
  }
  
  .card-body .btn-outline-primary {
    border-color: #007bff;
    color: #007bff;
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
  
  .card-body .btn-outline-primary:hover {
    background-color: #007bff;
    color: #fff;
  }


  .btn-custom {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    background: #134b7d;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    /* border-radius: 5px; */
    margin: 0 auto; /* Center align the button */
}

.btn-custom:hover {
    background: #0a365b; /* Darken the background color on hover */
    color: #ffffff;
}

  

/* waterproofing page ****************************************************** */
.ws_service_image{
    width: 90%;
    /* padding: 10px 0; */
    height: 240px;
    overflow: hidden;
    text-align: center;
}

.ws_service_image img{
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
}

.ws_service_image img:hover{
  scale: 1.1;
}

.ws_service_col{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ws_service_col h3{
    font-size: 17px;
    padding-top: 15px;
    /* padding-bottom: 20px; */
    margin: 0;
    line-height: 26px;
    text-transform: uppercase;
    max-width: 90%;
    text-align: center;

}


.ws_service_col p{
   /* text-align: justify; */
   max-width: 90%;
}

/* .ws_service_col a{
   text-decoration: none;
   display: block;
   width: 100%;
   padding: 10px;
   background: #134b7d;
   border: 2px solid #134b7d;
   text-align: center;
   color: #fff;
   transition: 0.5s ease-in-out;
}

.ws_service_col a:hover{
   background: transparent;
   color: #134b7d;
} */


/* waterproofing page ****************************************************** end*/



/* waterproofing page faq section  *********************************/
.accordion-body p {
    font-size: 18px;
    font-style: italic;
}

.accordion-button:not(.collapsed){
    /* color: #292c31; */
    color: #fbfbfb;
    background-color: #134b7d;
}

.accordion-button{
    font-size: 19px;
}

.accordion-button:not(.collapsed)::after{
  background-image: url("../images/icons/arrow-up-solid-fff.svg");
  transform: rotate(0deg);
}
.accordion-button::after{
    background-image: url("../images/icons/arrow-up-solid.svg");
    transform: rotate(-180deg);
}
/* waterproofing page faq section  *********************************end/



/* venders info page ********************************************************************************* */
.vender_information_area_col{
    background: #02080d14;
}
.venderprofile_image img{
    object-fit: cover;
    object-position: top;
}

.section_heading_for_venders ul{
    margin: 0;
    display: flex;
    align-items: start;
}
.section_heading_for_venders ul li{
    list-style: none;
}



/* venders info page *******************************************************************************end*/


/* leadganration form *********************************************************************************/
.leadganration_form_background{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #0000000d;
}

.leadganration_form_background .service_heading_text h3{
    font-weight: 600;
    margin-bottom: 15px;
    color: #134b7d;
    font-size: 47px;
    text-transform: uppercase;
}

/* leadganration form ****************************************************************************end */

/* working areas *********************************************************************************** */
.wrokingareas{
    padding-top: 50px;
    padding-bottom: 50px;
}
/* working areas ***********************************************************************************end */



.what_make_us_diffrante_from_other{
    background-color: #ffffff;
}

.diffranciat_col{
 background-color: #f8cc39;
}


/* civil work  */
.civilwork_page_contact_form{
    padding-top: 20px;
}

.whaychoseus_civli_work_page{
    padding:  50px 0;
    background-color: #eee;
}



.service_page_main_hero{
    width: 100%;
    height: 500px;
    /* padding: 50px 0; */
}

.service_page_main_hero .main_column_of_service_page .service_page_waterproofing_image_col{
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("../images/hero_Section/12images.jpg");
}


.freevisit_from_header_text{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #134a7c;
}


.service_show_headre_waterproofing{
    background-image: linear-gradient(90deg, rgb(18, 74, 124), rgba(8, 83, 156, 0.44)), url('../images/hero_Section/12images.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
    /* height: 300px; */
}
.service_show_headre_waterproofing h3{
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.service_show_headre_waterproofing p{
    font-size: 20px;
    text-align: center;
    padding: 0px 232px;
    color: #fff;
}


.all_waterproofing_services{
    padding-top: 30px;
}
