@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;
}

@font-face {
  font-family: 'AktivGrotesk';
  src: url('../fonts/AktivGrotesk-Bold.eot');
  src: url('../fonts/AktivGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/AktivGrotesk-Bold.woff2') format('woff2'),
      url('../fonts/AktivGrotesk-Bold.woff') format('woff'),
      url('../fonts/AktivGrotesk-Bold.ttf') format('truetype'),
      url('../fonts/AktivGrotesk-Bold.svg#AktivGrotesk-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

.common_btn:hover{
  background:#ffd700;
  color:#010101;
}

.common_btn2{
  font-size:16px;
  color:#010101;
  line-height:18px;
  border:2px solid #097969;
  border-radius:30px;
  padding:13px 30px;
}

.common_btn2:hover{
  background:#097969;
  color:#fff;
}

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

/* ===== Header Starts ====== */
.navbar-default{ 
  background:#fff; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 600ms ease-in-out; 
}

.navbar-default:after{
  content:"";
  position:absolute;
  width:25%;
  height:54px;
  background:#30d5c8;
  right:0;
  top:0;
  transition:all 600ms ease-in-out; 
}

.header_logo{
  width:200px;
  padding:10px 0;
  transition:all 600ms ease-in-out; 
}

.header_top{
  background:#30d5c8;
  border-radius:30px 0 0 30px;
  padding:12px 0 12px 40px;
  z-index:999;
  transition:all 600ms ease-in-out; 
}

.header_contact li span{
  margin-right:6px;
}

.header_contact li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
}

.header_contact li a:hover{
  color:#ffd700;
}

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

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

  .navbar-default.navbar-fixed:after{
    top:-54px;
  }

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

  .navbar-default.navbar-fixed .header_top{
    margin-top:-54px;
  }

  .navbar-default.navbar-fixed .header_bottom{
    padding-top:46px;
  }

}

.home-banner{
  background:url(../images/dott-img01.png) no-repeat right center;
  background-size:600px;
  margin-top:205px;
  padding:60px 0;
}

.banner_bg_title{
  font-family: 'AktivGrotesk';
  font-size:48px;
  color:#2a2a2a;
  line-height:55px;
  padding-bottom:20px;
}

.banner_bg_title span{
  color:#097969;
}

.banner_bg_title span.yellow{
  color:#ffd700;
}

.service_panel,
.about_panel,
.home_form,
.choose_panel,
.faq_panel{
  background:url(../images/service-bg.jpg) no-repeat center top;
  background-size:cover;
  padding:60px 0;
}

.service_bg_title,
.about_bg_title,
.form_bg_title,
.choose_bg_title,
.testimonial_bg_title,
.faq_bg_title{
  font-family: 'AktivGrotesk';
  font-size:46px;
  color:#ffd700;
  line-height:54px;
  padding-bottom:20px;
}

.service_bg_title span,
.form_bg_title span,
.choose_bg_title span,
.testimonial_bg_title span{
  font-size:35px;
  color:#fff;
}

.service_title{
  font-size:22px;
  line-height:28px;
  font-weight:600;
  margin:20px 0 16px;
  padding-bottom:15px;
}

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

.about_panel,
.choose_panel,
.faq_panel{
  background:#fff;
}

.about_img{
  z-index:9;
}

.about_img:before{
  content:"";
  position:absolute;
  width:350px;
  height:350px;
  background:url(../images/dott-img02.png) no-repeat left bottom;
  background-size:100%;
  left:0;
  bottom:-30px;
  z-index:-1;
}

.about_img img{
  border:2px solid #30d5c8;
  border-left:none;
  border-radius:0 180px 260px;
}

.about_content,
.choose_content,
.faq_content{
  width:645px;
}

.about_sm_title{
  font-size:22px;
  color:#097969;
  line-height:24px;
  font-weight:500;
  padding-bottom:10px;
}

.about_bg_title{
  color:#020202;
}

.mission_panel{
  padding-bottom:60px;
}

.mission_bg_title{
  display:inline-block;
  font-size:22px;
  color:#010101;
  line-height:24px;
  font-weight:600;
  background:#ffd700;
  border-radius:30px;
  padding:15px 100px;
  z-index:9;
}

.mission_bg_title:after{
  content:"";
  position:absolute;
  width:30px;
  height:30px;
  background:#ffd700;
  border:1px solid #1c1c1c;
  border-top:none;
  border-left:none;
  left:0;
  right:0;
  bottom:-15px;
  transform:rotate(45deg);
  margin:0 auto;
  z-index:-1;
}

.mission_box{
  box-shadow:0 4px 8px rgba(0,0,0,.2);
  border-radius:80px;
  margin-top:50px;
  padding:25px 35px;
}

.mission_box .icon{
  display:inline-block;
  border-right:2px solid #ffd700;
  margin-right:15px;
  padding-right:15px;
}

.mission_box .text-common{
  display:inline-block;
  width:76%;
  vertical-align:middle;
}

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

.home_map{
  line-height:0;
}

.home_map iframe{
  width:100%;
  height:380px;
  margin-bottom:0;
}

.choose_bg_title,
.testimonial_bg_title,
.faq_bg_title{
  color:#097969;
}

.choose_bg_title span,
.testimonial_bg_title span{
  color:#5b5b5b;
}

.choose_content .lower .block{
  background:url(../images/tick-icon01.png) no-repeat left 20px top 30px, #fbeeab;
  border-radius:0 0 15px 15px;
  margin-bottom:20px;
  padding:25px 25px 25px 75px;
}

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

.choose_title{
  font-size:20px;
  color:#010101;
  line-height:28px;
  font-weight:600;
  padding-bottom:8px;
}

.testimonial_panel{
  background:url(../images/testimonial-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:45px 0;
}

.testimonial_box .sp-testimonial-free-section{
  margin-bottom:0 !important;
}

.testimonial_box .sp-testimonial-content p{
  font-size:18px !important;
  color:#030303;
  line-height:28px !important;
  font-weight:500 !important;
  padding:0 !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-family: 'AktivGrotes' !important;
  font-size:24px !important;
  color:#097969 !important;
  line-height:26px !important;
  font-style:italic !important;
}

.accordion-item{
  border:1px solid rgba(0,0,0,.15) !important;
  margin-bottom:10px;
}

.accordion-item:last-child{
  margin-bottom:0;
}

.accordion-button{
  font-size:18px;
  color:#1c1c1c;
  line-height:25px;
  font-weight:500;
  text-transform:inherit;
  padding:14px 20px;
}

.accordion-button:focus{
  box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#097969;
  color:#fff;
}

.accordion-button[aria-expanded="true"]:after,
.accordion-button:hover:after{
  filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

#footer{
  background:#99d1c9;
  padding:60px 0 30px;
}

.footer_top{
  border-bottom:1px solid rgba(255,255,255,.6);
  margin-bottom:25px;
  padding-bottom:35px;
}

.abn_list li{
  font-size:18px;
  color:#050505;
  line-height:22px;
  font-weight:500;
  margin-bottom:6px;
}

.abn_list li:last-child,
.footer_link li:last-child,
.footer_top .box .block:last-child{
  margin-bottom:0;
}

.abn_list li span{
  color:#097969;
}

.footer_title{
  font-family: 'AktivGrotesk';
  font-size:22px;
  color:#097969;
  line-height:24px;
  padding-bottom:20px;
}

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

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

.footer_link li a:hover,
.ft_contact_main a:hover{
  color:#097969;
}

.footer_top .box .block{
  margin-bottom:12px;
}

.ft_contact_title{
  font-size:18px;
  color:#097969;
  line-height:20px;
  font-weight:500;
  padding-bottom:6px;
}

.ft_contact_main a{
  color:#020202;
}

.footer_bottom .text-common span{
  color:#086e5f;
  font-weight:600;
}

.footer_bottom .text-common a{
  color:#030303;
  font-weight:600;
}

#back-button {
  display:inline-block;
  background-color:#ffd700;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  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/inner-banner01.jpg) no-repeat right top;
  background-size:cover;
  margin-top:205px !important;
  padding:160px 0 120px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'AktivGrotesk';
  font-size:48px;
  color:#fff;
  line-height:56px;
  font-weight:700;
  position:relative;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#097969;
  line-height:80px;
  border-radius:20px 0 20px 20px;
  text-align:center;
}

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

.contact-title{
  font-family: 'AktivGrotesk';
  font-size:25px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.04em;
}

.contact-main{
  font-size:16px;
  color:#020202;
  line-height:22px;
}

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

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

.thumb-conatct .form-box{
  background:url(../images/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:#fff;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:50px;
  border-radius:8px;
  border:2px solid #ffd700;
  background:#faf1c3;
  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:115px;
  resize:none;
}

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

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

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

.contact_form .block .btn{
  display:block;
  width:100%;
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#097969;
  border:2px solid #ffd700;
  border-radius:8px;
  text-align:center;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#ffd700;
  color:#030303;
}

.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-family: 'AktivGrotesk';
  font-size:46px;
  color:#020202;
  line-height:52px;
  font-weight:700;
}

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

.inner-sm-title{
  font-size:26px;
  color:#010101;
  line-height:34px;
  font-weight:600;
}

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

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

.bg-color{
  background:#f4f4f4;
}

.cta-title{
  font-family: 'AktivGrotesk';
  font-size:44px;
  color:#1c1c1c;
  line-height:50px;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#ffd700;
  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:#010101;
  line-height:17px;
  text-transform:uppercase;
  background:#ffd700;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#097969;
  color:#fff;
}

#rmp-menu-wrap-45 .rmp-submenu-depth-1 .rmp-menu-item-link{
    height:auto !important;
    line-height:20px !important;
    margin:10px 0 !important;
    padding-bottom:10px;
}

@media screen and (max-width:1366px){
  .about_content,
  .choose_content,
  .faq_content{
    width:560px;
  }



}

@media screen and (max-width:991px){
  .navbar-default{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
  }

  .navbar-default:after{
    display:none;
  }

  .header_logo{
    width:130px;
  }

  .about_content, 
  .choose_content, 
  .faq_content{
    width:360px;
  }

  .home-banner{
    margin-top:140px;
  }

  #footer{
    padding-bottom:70px;
  }

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

  .page .entry-header, 
  .error404 .page-header{
    margin-top:140px !important;
  }

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


}

@media screen and (max-width:767px){
  .home-banner{
    background-position:right 0 bottom 100px;
    background-size:100%;
    padding:35px 0;
  }

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

  .text-common{
    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, 
  .about_panel, 
  .home_form, 
  .choose_panel, 
  .faq_panel{
    padding:35px 0;
  }

  .service_bg_title, 
  .about_bg_title, 
  .form_bg_title, 
  .choose_bg_title, 
  .testimonial_bg_title, 
  .faq_bg_title{
    font-size:28px;
    line-height:35px;
    padding-bottom:18px;
  }

  .service_bg_title span, 
  .form_bg_title span, 
  .choose_bg_title span, 
  .testimonial_bg_title span{
    font-size:22px;
    line-height:28px;
  }

  .service_title{
    font-size:20px;
    line-height:26px;
  }

  .about_img:before{
    width:220px;
    height:220px;
  }

  .about_content, 
  .choose_content, 
  .faq_content{
    width:100%;
  }

  .about_sm_title{
    font-size:18px;
    line-height:20px;
  }

  .mission_panel{
    padding-bottom:35px;
  }

  .mission_box .text-common{
    width:74%;
  }

  .mission_bg_title{
    font-size:18px;
    line-height:20px;
    padding:12px 70px;
  }

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

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

  .home_map iframe{
    height:260px;
  }

  .choose_content .lower .block{
    padding:20px 20px 20px 70px;
  }

  .choose_title{
    font-size:18px;
    line-height:24px;
  }

  .testimonial_panel{
    padding:30px 0;
  }

  .testimonial_box .sp-testimonial-content p{
    font-size:15px !important;
    line-height:22px !important;
  }

  .testimonial_box .sp-testimonial-client-name{
    font-size:20px !important;
    line-height:22px !important;
  }

  .accordion-button{
    font-size:16px;
    line-height:22px;
  }

  #footer{
    padding-top:30px;
  }

  .footer_logo{
    width:150px;
  }

  .abn_list li{
    font-size:16px;
  }

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

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

  .ft_contact_title{
    font-size:16px;
    line-height:18px;
  }

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

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    padding-bottom:0;
  }

  .thumb-conatct .section .icon{
    width:65px;
    height:65px;
    line-height:65px;
  }

  .contact-title{
    font-size:20px;
    line-height:22px;
  }

  .contact-main{
    font-size:15px;
    word-break:break-all;
  }

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }
	.inner_title{
  font-size:30px;
  line-height:35px;
}


.inner-sm-title{
  font-size:20px;
  line-height:25px;
}
	.inner_list{
  font-size:14px;
  line-height:19px;
}

  
}

@media screen and (max-width:575px){
  .mission_box{
    margin-top:40px;
    padding:25px;
  }

  .mission_box .text-common{
    width:60%;
  }
  
}
