@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

p{
  margin-bottom:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#11273e;
  padding:15px 30px;
}

.common_btn:hover{
  background:#82c8e4;
  color:#010101;
}

.common_btn2{
  font-size:16px;
  color:#010101;
  line-height:18px;
  background:#82c8e4;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#11273e;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#000;
  line-height:26px;
  padding-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:#314b5b; 
  border:none;
  box-shadow:0 4px 6px rgba(0,0,0,.1);
  margin:0; 
  padding:0;
  transition:all 600ms ease-in-out; 
}

.header_top{
  padding-top:15px;
  transition:all 600ms ease-in-out; 
}

.header_top ul li{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
}

.header_top ul li span{
  margin-right:8px;
}

.header_top ul li a{
  color:#fff;
}

.header_bottom{
  padding-top:20px;
}

.header_logo{
  width:240px;
  transition:all 600ms ease-in-out; 
}

.header_bottom .rt_panel{
  background:#fff;
  padding:43px 0;
  transition:all 600ms ease-in-out;
}

.header_bottom .rt_panel:before{
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  border-style:solid;
  border-width:144px 60px 0 0;
  border-color:#314b5b transparent transparent transparent;
  transform:rotate(0deg);
  left:0;
  top:0;
  transition:all 600ms ease-in-out;
}

.hd_ph_title{
  font-size:16px;
  color:#1c1c1c;
  line-height:18px;
  padding-bottom:15px;
}

.header_ph a{
  font-size:18px;
  color:#020202;
  line-height:20px;
  font-weight:600;
  background:url(../images/ph-icon01.png) no-repeat left center;
  padding-left:25px;
}

.header_ph a:hover{
  color:#82c8e4;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .header_top{
    margin-top:-36px;
    box-shadow:0 4px 6px rgba(0,0,0,.15);
  }

  .navbar-default.navbar-fixed .header_logo{
    width:190px;
  }

  .navbar-default.navbar-fixed .header_bottom .rt_panel{
    padding:30px 0;
  }

  .navbar-default.navbar-fixed .header_bottom .rt_panel:before{
    border-width:117px 60px 0 0;
  }

}

body.home{
  background:#e4f2f4;;
}

.home_banner{
  background:#7fc4df;
  margin-top:196px;
  padding-top:40px;
}

.home_banner:after{
  content:"";
  position:absolute;
  width:50%;
  height:100%;
  background:#e4f2f4;
  right:0;
  top:0;
}

.home_banner:before{
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  border-style:solid;
  border-width:574px 200px 0 0;
  border-color:#7fc4df transparent transparent transparent;
  transform:rotate(0deg);
  left:50%;
  top:0;
  z-index:9;
}

.home_banner_box:before{
  content:"";
  position:absolute;
  width:76%;
  height:100%;
  background:url(../images/banner-img02.jpg) no-repeat right top;
  background-size:cover;
  right:0;
  bottom:-30px;
  z-index:9;
}

.banner_img,
.banner_content{
  z-index:999;
}

.banner_sm_title{
  font-size:26px;
  line-height:32px;
  font-weight:600;
  padding-bottom:12px;
}

.banner_bg_title{
  font-size:52px;
  line-height:60px;
  margin-bottom:25px;
  padding-bottom:22px;
}

.banner_bg_title:after{
  content:"";
  position:absolute;
  width:200px;
  height:1px;
  background:#fff;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.service_panel,
.work_panel{
  padding:100px 0 60px;
}

.service_top{
  padding-bottom:35px;
  z-index:999;
}

.service_top:before,
.work_panel .upper_panel:before{
  content:"Services";
  position:absolute;
  font-size:200px;
  color:#fff;
  line-height:150px;
  font-weight:700;
  left:0;
  top:-40px;
  opacity:.3;
  z-index:-1;
}

.service_sm_title,
.about_sm_titile,
.choose_sm_title,
.work_sm_title,
.partner_sm_title{
  font-size:24px;
  color:#75b6d1;
  line-height:26px;
  font-weight:500;
  margin-bottom:12px;
  padding-left:32px;
}

.service_sm_title:before,
.about_sm_titile:before,
.choose_sm_title:before,
.work_sm_title:before,
.partner_sm_title:before{
  content:"";
  position:absolute;
  width:25px;
  height:2px;
  background:#75b6d1;
  left:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.service_bg_title,
.about_bg_title,
.efficient_bg_title,
.choose_bg_title,
.work_bg_title,
.emergency_title,
.partner_bg_title,
.quote_title{
  font-size:48px;
  color:#304a5a;
  line-height:56px;
}

.white_box{
  background:url(../images/plus-icon01.png) no-repeat right 15px top 15px, #fff;
  position:absolute;
  width:90%;
  left:0;
  bottom:0;
  padding:0 15px 15px;
}

.white_box .icon{
  display:inline-block;
  background:url(../images/contact-icon-bg.png) no-repeat center top;
  background-size:100%;
  margin-top:-12px;
  padding:26px 12px 20px;
}

.white_box .content{
  display:inline-block;
  width:80%;
  vertical-align:top;
  padding-top:15px;
  padding-left:15px;
}

.service_title{
  font-size:20px;
  color:#3aa6b9;
  line-height:22px;
  font-weight:600;
  padding-bottom:8px;
}


.blue_box{
  position:absolute;
  width:100%;
  height:100%;
  background:#11273e;
  left:0;
  top:0;
  padding:20px;
  opacity:0;
  visibility:hidden;
  transition:all 400ms ease-in-out;
}

.service_box:hover .blue_box{
  opacity:1;
  visibility:visible;
}

.blue_box .icon{
  display:inline-block;
  background:url(../images/contact-icon-bg.png) no-repeat center top;
  background-size:100%;
  padding:26px 12px 20px;
}

.blue_box .content{
  display:inline-block;
  width:80%;
  vertical-align:top;
  padding-left:15px;
}

.service_btn{
  font-size:15px;
  color:#22616c;
  line-height:17px;
  background:#fff;
  padding:10px 20px;
}

.service_btn:hover{
  background:#396d84;
  color:#fff;
}

.blue_box .content .plus_btn{
  position:absolute;
  width:60px;
  height:60px;
  line-height:60px;
  background:#396d84;
  text-align:center;
  right:0;
  bottom:0;
}

.about_panel,
.home_form,
.partner_panel{
  padding-bottom:60px;
}

.about_bg_title,
.work_bg_title,
.emergency_title,
.partner_bg_title,
.quote_title{
  padding-bottom:25px;
}

.about_content .block{
  margin-bottom:20px;
}

.about_content .block:last-child{
  margin-bottom:0;
}

.about_content .block .icon{
  display:inline-block;
  width:65px;
  height:65px;
  line-height:65px;
  background:#24485f;
  border-radius:50%;
  text-align:center;
}

.about_content .block .text{
  display:inline-block;
  width:85%;
  vertical-align:middle;
  padding-left:15px;
}

.about_title{
  font-size:22px;
  color:#070707;
  line-height:24px;
  font-weight:600;
  padding-bottom:10px;
}

.efficient_panel{
  background:url(../images/efficient-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:120px 0;
}

.efficient_icon,
.emergency_ph_icon{
  width:150px;
  height:150px;
  line-height:150px;
  background:#11273e;
  border:1px solid #fff;
  box-shadow:0 4px 12px rgba(0,0,0,.4);
  border-radius:50%;
  text-align:center;
  margin:0 auto 30px;
}

.efficient_bg_title,
.choose_bg_title{
  padding-bottom:20px;
}

.choose_panel{
  margin-top:-37px;
}

.choose_panel .nav-tabs{
  border-bottom:0;
  justify-content:center;
}

.choose_panel .nav-tabs .nav-link{
  background:url(../images/plus-icon01.png) no-repeat left 35px top 25px, #fff;
  font-size:20px;
  color:#020202;
  line-height:22px;
  font-weight:500;
  border:none;
  border-radius:0;
  margin:0 6px;
  padding:25px 40px 25px 80px;
}

.choose_panel .nav-tabs .nav-link.active,
.choose_panel .nav-tabs .nav-link:hover{
  border:none;
  border-radius:0;
  background:url(../images/plus-icon02.png) no-repeat left 35px top 25px, #24485f;
  color:#fff;
}

.choose_content_box{
  padding-top:45px;
}

.choose_box{
  background:#f8f6f6;
  border:2px solid #fff;
  padding:25px;
}

.choose_title{
  font-size:22px;
  color:#060606;
  line-height:28px;
  font-weight:600;
  padding:15px 0 12px;
}

.work_panel .upper_panel:before{
  content:"Our Work";
}

.work_title{
  font-size:24px;
  color:#11273e;
  line-height:30px;
  font-weight:600;
  padding:20px 0 15px;
}

.home_form .upper_panel{
  background:url(../images/h-contact-bg.jpg) no-repeat center top;
  background-size:cover;
  padding:100px 0;
}

.home_form .lower_panel{
  margin-top:-60px;
}

.h_form_box{
  background:url(../images/h-form-bg.jpg) no-repeat left top;
  background-size:cover;
}

.h_form_box .left_side{
  padding:25px 0 25px 30px;
}

.map_panel{
  line-height:0;
}

.map_panel iframe{
  width:100%;
  height:460px;
  margin-bottom:0;
}

.footer_top{
  background:#396d84;
  padding-bottom:40px;
}

.footer_top .upper{
  margin-top:-100px;
  padding-bottom:40px;
}

.ft_contact_box{
  background:#fff;
  padding:85px 20px 20px;
  min-height:225px;
  position:relative;
}

.ft_contact_icon{
  position:absolute;
  background:url(../images/contact-icon-bg.png) no-repeat center top;
  background-size:100%;
  width:90px;
  height:130px;
  line-height:165px;
  left:0;
  right:0;
  top:-50px;
  margin:0 auto;
}

.ft_contact_title{
  font-size:22px;
  color:#314b5b;
  line-height:24px;
  font-weight:600;
  padding:20px 0 16px;
}

.ft_contact_box .text-common a{
  color:#020202;
  font-weight:500;
}

.ft_contact_box .text-common a:hover{
  color:#0b4c58;
}

.ft_contact_box .text-common a span{
  color:#0b4c58;
  font-weight:600;
}

.footer_title{
  font-size:24px;
  line-height:26px;
  font-weight:600;
  padding-bottom:22px;
}

.footer_link li{
  line-height:0;
  margin-bottom:10px;
}

.footer_link li:last-child{
  margin-bottom:0;
}

.footer_link li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
}

.footer_link li a:hover,
.footer_bottom .text-common a{
  color:#11273e;
}

.footer_bottom{
  padding:25px 0;
}

.footer_bottom .text-common span{
  color:#314b5b;
  font-weight:600;
  text-transform:uppercase;
}

#back-button {
  display:inline-block;
  background-color:#304a5a;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:0;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.page .entry-header,
.error404 .page-header{
  background:url(../images/banner-img02.jpg) no-repeat right top;
  background-size:cover;
  margin-top:196px !important;
  padding:160px 0 120px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-size:50px;
  color:#fff;
  line-height:58px;
  font-weight:700;
  text-align:center;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#304a5a;
  line-height:80px;
  text-align:center;
}

.thumb-conatct .section .text{
  width:75%;
}

.contact-title{
  font-size:24px;
  color:#000;
  line-height:26px;
  font-weight:600;
}

.contact-main{
  font-size:17px;
  color:#000;
  line-height:24px;
}

.contact-main a{
  color:#020202;
  font-weight:500;
}

.contact-main a:hover{
  color:#53c9f1;
}

.thumb-conatct .form-box{
	background:url(../images/h-form-bg.jpg) no-repeat center center;
	background-size:cover;
}

.contact_form .block{
  margin-bottom:15px;
}

.contact_form .block p{
  margin-bottom:0;
}

.contact_form .block label{
  font-size:16px;
  color:#010101;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:50px;
  border-radius:0;
  border:none;
  background:#e0e1e1;
  font-size:16px;
  color:#020202;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .block .form-control::placeholder{
  color:#020202;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#020202;
}

.contact_form .block .form-control:focus,
.contact_form .block .btn:focus{
  box-shadow:none;
}

.contact_form .block textarea.form-control{
  height:110px;
  resize:none;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat 95% center, #fff !important;
}

.contact_form .block select option{
  color:#000;
}

.contact_form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact_form .block .btn{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#304a5a;
  border-radius:0;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#396d84;
  color:#fff;
}

.contact_form .block .wpcf7-spinner{
  display:none;
}

.contact_form .block .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:5px;
}

.contact_form .wpcf7-response-output{
  font-size:14px;
  color:#fff;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.contact_map{
  line-height:0;
}

.contact_map iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

.inner_title{
  font-size:36px;
  color:#11273e;
  line-height:44px;
  font-weight:700;
}

.inner_title strong,
.cta-title strong{
  color:#82c8e4;
}

.inner-sm-title{
  font-size:24px;
  color:#1c1c1c;
  line-height:28px;
  font-weight:600;
}

.inner-sm-title strong{
	color:#11273e;
}

.inner_list li{
  font-size:16px;
  color:#242424;
  line-height:24px;
  font-weight:500;
  background:url('https://duraplumbing.com.au/wp-content/uploads/2025/09/plumber.png') no-repeat left 5px;
	background-size: 20px 20px;
  margin-bottom:10px;
  padding-left:28px;
}

.inner_list li strong{
	color:#82c8e4;
}

.inner_list li:last-child{
  margin-bottom:0;
}

.rl-gallery-item img{
	width:100%;
}

.bg-color{
  background:#f4f4f4;
}

.cta-title{
  font-size:30px;
  color:#1c1c1c;
  line-height:35px;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#0049a6;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  background:#304a5a;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#11273e;
}

.icon-box {
  font-size: 40px;
  color: #6c63ff; 
}

.icon-box img{
	width:70px;
	height:70px;
}

.card-box {
  background: #fff;
  border-radius: 70px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.img-box img{
	object-fit:cover;
}

@media screen and (max-width:1366px){
  .home_banner_box:before{
    width:78%;
  }



}

@media screen and (max-width:991px){
  .header_bottom{
    padding:10px 0;
  }

  .header_logo{
    width:110px;
  }

  .home_banner{
    margin-top:130px;
  }

  .service_top:before, 
  .work_panel .upper_panel:before{
    font-size:140px;
    line-height:100px;
  }

  .home_banner:before{
    border-width:389px 200px 0 0;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:130px !important;
  }
	
	.thumb-conatct .section .text{
		width:72%;
	}

  
}

@media screen and (max-width:767px){
  .home_banner{
    padding-top:10px;
  }

 .home_banner:before{
  display:none;
 }

  .home_banner_box::before{
    width:100%;
    bottom:0;
  }

  .banner_sm_title{
    font-size:20px;
    line-height:25px;
    padding-top:30px;
  }

  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:38px;
  }

  .text-common,
  .inner_list li{
    font-size:14px;
    line-height:22px;
  }

  .common_btn,
  .common_btn2,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .service_panel, 
  .work_panel{
    padding:60px 0 35px;
  }

  .service_top:before,
  .work_panel .upper_panel:before {
    font-size:80px;
    line-height:80px;
  }

  .service_sm_title, 
  .about_sm_titile, 
  .choose_sm_title, 
  .work_sm_title, 
  .partner_sm_title{
    font-size:20px;
    line-height:22px;
  }

  .service_bg_title, 
  .about_bg_title, 
  .efficient_bg_title, 
  .choose_bg_title, 
  .work_bg_title, 
  .emergency_title, 
  .partner_bg_title,
  .quote_title,
  .inner_title,
  .cta-title{
    font-size:28px;
    line-height:36px;
  }
	
	.inner-sm-title{
		font-size:18px;
		line-height:25px;
	}

  .about_bg_title, 
  .work_bg_title, 
  .emergency_title, 
  .partner_bg_title, 
  .quote_title{
    padding-bottom:16px;
  }

  .service_title{
    font-size:18px;
  }

  .blue_box .content .plus_btn{
    width:45px;
    height:45px;
    line-height:45px;
  }

  .about_content .block .icon{
    width:55px;
    height:55px;
    line-height:55px;
  }

  .about_content .block .text{
    padding-left:10px;
  }

  .about_title,
  .choose_title{
    font-size:18px;
    line-height:22px;
  }

  .about_panel, 
  .home_form, 
  .partner_panel{
    padding-bottom:35px;
  }

  .efficient_panel{
    padding:40px 0 70px;
  }

  .efficient_icon, 
  .emergency_ph_icon{
    width:100px;
    height:100px;
    line-height:100px;
  }

  .efficient_icon img, 
  .emergency_ph_icon img{
    width:45px;
  }

  .choose_panel .nav-tabs .nav-link{
    font-size:16px;
    line-height:18px;
    background-position:left 14px top 20px;
    margin-bottom:10px;
    padding:20px 20px 20px 40px;
  }

  .choose_panel .nav-tabs .nav-link.active{
    background-position:left 14px top 20px;
  }

  .choose_content_box{
    padding-top:25px;
  }

  .work_title{
    font-size:20px;
    line-height:25px;
  }

  .home_form .upper_panel{
    padding:40px 0 90px;
  }

  .h_form_box .left_side{
    padding-right:25px;
  }

  .contact_form .block .form-control{
    height:42px;
    font-size:14px;
  }

  .contact_form .block textarea.form-control{
    height:85px;
  }

  .map_panel iframe{
    height:260px;
  }

  .footer_top{
    padding-bottom:30px;
  }

  .footer_top .upper{
    margin-top:-40px;
    padding-bottom:30px;
  }

  .ft_contact_icon{
    width:70px;
    height:105px;
    line-height:130px;
    top:-40px;
  }

  .ft_contact_icon img{
    width:30px;
  }

  .ft_contact_box{
    min-height:auto;
    margin-bottom:60px;
    padding:60px 20px 20px;
  }

  .footer_top .upper .col-lg-4:last-child .ft_contact_box{
    margin-bottom:0;
  }

  .footer_title{
    font-size:20px;
    line-height:22px;
    padding-bottom:18px;
  }

  .footer_link li a{
    font-size:14px;
    line-height:16px;
  }

  .footer_logo{
    width:130px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:80px 0 60px !important;
  }

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }
	
	.thumb-conatct .section .icon{
		width:65px;
		height:65px;
		line-height:65px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:15px;
		line-height:22px;
	}

  
}

@media screen and (max-width:575px){
  .service_top:before, 
  .work_panel .upper_panel:before{
    font-size:60px;
    line-height:60px;
  }

  .about_content .block .text{
    width:80%;
  }

  .choose_panel .nav-tabs{
    display:block;
  }

  .choose_panel .nav-tabs .nav-link{
    width:100%;
    margin:0 0 10px;
  }

  
}
