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

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;
  font-weight:500;
  background:#fc008d;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#f73729;
  color:#fff;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  background:#f73729;
  border-radius:30px;
  padding:15px 30px;
}

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

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

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

.header_top{
  background:#8f0d8c;
  padding:12px 0;
  transition:all 600ms ease-in-out; 
}

.header_contact li{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  border-right:1px solid #50acef;
  margin-right:20px;
  padding-right:20px;
}

.header_contact li:last-child{
  border-right:none;
  margin-right:0;
  padding-right:0;
}

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

.header_contact li a{
  color:#fff;
}

.header_contact li a:hover{
  color:#50acef;
}

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

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

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .header_top{
    margin-top:-45px;
  }

  .navbar-default.navbar-fixed .header_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:10px 0;
  }

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

}

.home_banner{
  margin-top:162px;
}

.home_banner .desc{
  left:0;
  bottom:30%;
}

.banner_content{
  width:75%;
  margin:0 auto;
}

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

.banner_btm_panel,
.choose_panel{
  margin-top:-60px;
  padding-bottom:60px;
}

.banner_btm_img img{
  border-radius:12px;
}

.banner_btm_cont,
.h_form_box{
  background:#56aaef;
  border-radius:12px;
  padding:20px;
}

.banner_btm_title{
  font-size:18px;
  line-height:26px;
  font-weight:600;
  margin-bottom:16px;
  padding-bottom:12px;
}

.banner_btm_title:after{
  content:"";
  position:absolute;
  width:60px;
  height:2px;
  background:#fff;
  left:0;
  bottom:0;
}

.h_call_title{
  font-size:16px;
  line-height:20p;
  font-weight:600;
  padding-bottom:6px;
}

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

.banner_btm_cont a:hover{
  color:#900e90;
}

.h_form_box{
  background:#910f84;
}

.service_panel,
.about_panel,
.ndis_panel{
  background:url(../images/service-bg.png) no-repeat center center, #f9efe9;
  background-size:cover;
  padding:60px 0;
}

.service_sm_title,
.about_sm_title,
.choose_sm_title,
.testimonial_sm_title{
  font-size:22px;
  color:#030303;
  line-height:28px;
  font-weight:500;
  padding-bottom:10px;
}

.service_bg_title,
.about_bg_title,
.choose_bg_title,
.testimonial_bg_title,
.ndis_title{
  font-size:48px;
  color:#fb4c31;
  line-height:56px;
  padding-bottom:30px;
}

.service_img{
  padding-left:40px;
}

.service_img img{
  border-radius:60px;
}

.service_content{
  position:absolute;
  width:90%;
  background:#febfb5;
  border-radius:30px;
  padding:25px;
  left:0;
  bottom:-20px;
  transition:all 500ms ease-in-out;
}

.service_title{
  font-size:20px;
  color:#020202;
  line-height:26px;
  font-weight:600;
  padding-bottom:12px;
  transition:all 500ms ease-in-out;
}

.service_box .text-common{
  transition:all 500ms ease-in-out;
}

.service_content a{
  font-size:16px;
  color:#030303;
  line-height:18px;
  font-weight:500;
  text-transform:uppercase;
  text-decoration:underline;
}

.service_box:hover .service_content{
  background:#fc7763;
}

.service_box:hover .service_title,
.service_box:hover .text-common,
.service_box:hover a{
  color:#fff;
}

.about_panel,
.ndis_panel{
  background:#fff;
}

.about_bg_title,
.testimonial_bg_title{
  color:#971b8d;
}

.choose_bg_title{
  color:#3693c8;
}

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

.testimonial_panel{
  background:url(../images/testimonial-bg.png) no-repeat center center, #e2c5da;
  background-size:cover;
  padding:60px 0;
}

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

.testimonial_box .sp-testimonial-free{
  background:#fff !important;
  border-bottom:2px solid #850c7e !important;
  margin-left:75px;
  padding:20px 20px 20px 90px;
}

.testimonial_box .sp-testimonial-client-image{
  position:absolute;
  left:0;
  top:0;
  margin-bottom:0 !important;
}

.testimonial_box .sp-testimonial-content p{
  color:#030303;
  text-align:left !important;
  padding:0 !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-size:22px !important;
  color:#89c13a !important;
  line-height:24px !important;
  font-weight:600 !important;
  font-style:italic !important;
  text-align:left !important;
}

.ndis_title{
  color:#90c946;
  margin-bottom:25px;
  padding-bottom:16px;
}

.ndis_title span{
  font-size:40px;
  line-height:46px;
  font-weight:500;
}

.ndis_title:after{
  content:"";
  position:absolute;
  width:80px;
  height:1px;
  background:#90c946;
  left:0;
  bottom:0;
}

#footer{
  background:#f4f4f4;
  padding:50px 0 30px;
}

.footer_top{
  padding-bottom:30px;
}

.footer_title{
  font-size:24px;
  color:#96128a;
  line-height:26px;
  font-weight:600;
  padding-bottom:20px;
}

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

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

.footer_link li a,
.footer_contact li{
  font-size:16px;
  color:#1c1c1c;
  line-height:20px;
}

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

.footer_contact li{
  margin-bottom:15px;
}

.footer_contact li span{
  font-weight:600;
}

.footer_contact li a{
  color:#1c1c1c;
}

.footer_mid{
  border-bottom:1px solid #86c637;
  margin-bottom:25px;
  padding-bottom:30px;
}

.abn_list li{
  font-size:18px;
  color:#030303;
  line-height:24px;
  margin-bottom:10px;
}

.abn_list li span{
  font-weight:600;
}

.footer_bottom .text-common span{
  color:#50afe6;
  font-weight:600;
}

#back-button {
  display:inline-block;
  background-color:#8f0d8c;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:30px;
  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-img01.jpg) no-repeat right top;
  background-size:cover;
  margin-top:162px !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:75px;
  height:75px;
  background:#fc008d;
  line-height:75px;
  border-radius:20px 0 20px 20px;
  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;
  word-break:break-all;
}

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

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

.thumb-conatct .form-box{
  background:#910f84;
}

.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:42px;
  border-radius:0;
  border:none;
  background:#fff;
  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:90px;
  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:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  text-transform:inherit;
  background:#fc008d;
  border-radius:30px;
  padding:12px 30px;
}

.contact_form .block .btn:hover{
  background:#88c72c;
  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:48px;
  color:#040105;
  line-height:56px;
  font-weight:700;
}

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

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

.inner_list li{
  font-size:16px;
  color:#242424;
  line-height:25px;
  font-weight:500;
  background:url(../images/tick-icon01.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

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

.bg-color{
  background:#f4f4f4;
}

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

.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:#8f0d8c;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#86c637;
}

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

.content-box{
   padding:20px;
   min-height:140px;
}

.content-box01{
    padding: 20px;
    min-height: 315px;
}

.content-box02{
    padding: 20px;
    min-height: 395px;
}

.content-box03{
    padding: 20px;
    min-height: 360px;
}

.content-box04{
    padding: 20px;
    min-height: 290px;
}

.content-box05{
    padding: 20px;
    min-height: 240px;
}

.content-box06{
    padding: 20px;
    min-height: 164px;
}

.content-box07{
    padding: 20px;
    min-height: 215px;
}

.inner-img{
   border-radius: 51px 0px 48px 0px;
   -webkit-border-radius: 51px 0px 48px 0px;
   -moz-border-radius: 51px 0px 48px 0px;
   border: 3px solid #87C235;
}


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

  .header_logo{
    width:220px;
  }

  .home_banner{
    margin-top:88px;
  }

  .banner_content{
    width:100%;
  }

  #footer{
    padding-bottom:70px;
  }

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

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


}

@media screen and (max-width:767px){
  .home_banner .desc{
    bottom:12%;
  }

  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:28px;
    line-height:36px;
    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;
  }

  .banner_btm_panel, 
  .choose_panel{
    padding-bottom:35px;
  }

  .banner_btm_panel{
    margin-top:0;
    padding-top:35px;
  }

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

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

  .service_panel, 
  .about_panel, 
  .ndis_panel,
  .testimonial_panel{
    padding:35px 0;
  }

  .service_sm_title, 
  .about_sm_title, 
  .choose_sm_title, 
  .testimonial_sm_title{
    font-size:16px;
    line-height:22px;
  }

  .service_bg_title, 
  .about_bg_title, 
  .choose_bg_title, 
  .testimonial_bg_title, 
  .ndis_title{
    font-size:26px;
    line-height:34px;
    padding-bottom:20px;
  }

  .service_img{
    padding-left:20px;
  }

  .service_content{
    width:95%;
    padding:20px;
  }

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

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

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

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

  .ndis_title{
    margin-bottom:18px;
    padding-bottom:14px;
  }

  .ndis_title span{
    font-size:22px;
    line-height:26px;
  }

  #footer{
    padding-top:30px;
  }

  .footer_top{
    padding-bottom:20px;
  }

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

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

  .footer_contact li{
    margin-bottom:12px;
  }

  .footer_logo{
    width:220px;
  }

  .footer_mid{
    margin-bottom:20px;
    padding-bottom:20px;
  }

  .abn_list li{
    font-size:15px;
    line-height:22px;
  }

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

  .contact_map iframe{
    height:260px;
  }

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }
	
	
.content-box{
   min-height:0;
}

.content-box01{
   min-height:0;
}

.content-box02{
   min-height:0;
}

.content-box03{
   min-height:0;
}

.content-box04{
   min-height:0;
}

.content-box05{
   min-height:0;
}

.content-box06{
   min-height:0;
}

.content-box07{
   min-height:0;
}
	
.inner_title{
   font-size:28px;
   line-height:32px;
}
	
.inner-sm-title{
   font-size:18px;
   line-height:22px;	
}

  
}

@media screen and (max-width:575px){
  .home_banner img.big{
    height:320px;
    object-fit:cover;
  }

  .home_banner .desc{
    bottom:8%;
  }

  
}
