@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: 'DINosaur';
  src: url('../fonts/DINosaur-Bold.eot');
  src: url('../fonts/DINosaur-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/DINosaur-Bold.woff2') format('woff2'),
      url('../fonts/DINosaur-Bold.woff') format('woff'),
      url('../fonts/DINosaur-Bold.ttf') format('truetype'),
      url('../fonts/DINosaur-Bold.svg#DINosaur-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:#f59727;
  border-radius:30px;
  padding:15px 20px;
}

.common_btn:hover{
  background:#0b7239;
  color:#fff;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#0b7239;
  border-radius:30px;
  padding:15px 20px;
}

.common_btn2:hover{
  background:#f59727;
  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:#0b7239;
  transition:all 600ms ease-in-out; 
  padding:12px 0;
}

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

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

.header_contact li a{
  color:#fff;
}

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

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

.header_logo{
  width:180px;
  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:12px 0;
  }

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

}

.home_banner{
  margin-top:220px;
}

.home_banner:before,
.page .entry-header:before, 
.error404 .page-header:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:linear-gradient(to right, rgba(124,124,124,.9) 50% , rgba(255,255,255,.1) 100%);
  left:0;
  top:0;
}

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

.banner_content{
  width:670px;
  max-width:100%;
}

.banner_bg_title{
  font-size:48px;
  line-height:56px;
  padding-bottom:20px;
}

.banner_bg_title .yellow{
  color:#f59727;
}

.banner_bg_title .pink{
  color:#872989;
}

.banner_form{
  background:linear-gradient(to top right, #d2d0bc, #bcd2d0);
  border-radius:0 0 30px 30px;
  padding:25px;
}

.thumb_about_sec{
  background:url(../images/about-bg.png) no-repeat center center;
  background-size:contain;
}

.about_panel,
.provider_panel,
.choose_panel{
  padding:60px 0;
}

.about_sm_title,
.service_sm_title,
.provider_sm_title{
  font-size:22px;
  color:#f59727;
  line-height:24px;
  font-weight:500;
  letter-spacing:.06em;
  padding-bottom:10px;
}

.about_bg_title,
.service_bg_title,
.provider_bg_title,
.choose_bg_title,
.testimonial_bg_title{
  font-family: 'DINosaur';
  font-size:46px;
  color:#646464;
  line-height:54px;
  padding-bottom:25px;
}

.service_panel,
.testimonial_panel{
  padding-bottom:60px;
}

.service_sm_title{
  color:#1e884b;
}

.service_box .upper{
  background:#e8e8e9;
  border-radius:15px;
  overflow:hidden;
}

.service_content{
  padding:25px;
}

.service_title,
.choose_title{
  font-family: 'DINosaur';
  font-size:22px;
  color:#010101;
  line-height:28px;
  letter-spacing:.02em;
  margin-bottom:15px;
}

.service_btn a{
  display:block;
  width:100%;
  font-size:16px;
  color:#040404;
  line-height:18px;
  background:#d2d0bc;
  border-radius:15px;
  padding:14px 25px;
}

.service_btn a:hover{
  color:#fff;
  background:#5d576b;
}

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

.provider_sm_title{
  color:#fcd5fc;
}

.choose_bg_title{
  color:#742170;
}

.choose_box{
  background:#bcd2d0;
  border-radius:20px;
  min-height:270px;
  padding:20px;
}

.choose_title{
  margin-top:15px;
}

.testimonial_bg_title{
  color:#0d6835;
  padding-bottom:35px;
}

.testimonial_box{
  background:url(../images/testimonial-bg.png) no-repeat 70% center, #e0feed;
  padding:20px;
}

.testimonial_img img{
  border-radius:10px;
}

.testimonial_content .sp-testimonial-content p{
  font-size:18px !important;
  color:#010101;
  line-height:28px !important;
  text-align:left !important;
  padding:0 !important;
}

.testimonial_content .sp-testimonial-client-name{
  font-family: 'DINosaur';
  font-size:24px !important;
  color:#742170 !important;
  line-height:26px !important;
  font-style:italic !important;
  text-align:left !important;
}

.testimonial_content .sp-testimonial-client-rating{
  display:block !important;
  text-align:left !important;
}

.footer_top{
  background:url(../images/footer-bg.png) no-repeat center center, #5d576b;
  background-size:cover;
  padding:50px 0 40px;
}

.footer_title{
  font-family: 'DINosaur';
  font-size:24px;
  line-height:26px;
  letter-spacing:.02em;
  padding-bottom:22px;
}

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

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

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

.footer_link li a:hover,
.footer_contact li a:hover{
  color:#f59727;
}

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

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

.footer_contact li a{
  color:#fff;
}

.footer_bottom{
  padding:25px 0;
}

.footer_bottom .text-common span{
  color:#ef5926;
  font-weight:700;
}

.footer_bottom .text-common a{
  color:#0b7239;
  font-weight:700;
}

#back-button {
  display:inline-block;
  background-color:#0b7239;
  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/banner-img01.jpg) no-repeat right top;
  background-size:cover;
  margin-top:220px !important;
  padding:160px 0 120px !important;
  position:relative;
}

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

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

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

.contact-title{
  font-family: 'DINosaur';
  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:#742170;
}

.thumb-conatct .form-box{
  background:linear-gradient(to top right, #d2d0bc, #bcd2d0);
}

.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:#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: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:#813a75;
  border-radius:30px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#314415;
  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-family: 'DINosaur';
  font-size:46px;
  color:#020202;
  line-height:52px;
  font-weight:700;
}

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

.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://communitylinksupportservices.com.au/wp-content/uploads/2025/10/healthcare-1.png') no-repeat left 5px;
  background-size: 18px; 
  margin-bottom:10px;
  padding-left:28px;
}

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

.inner_testimonial .testimonial_box{
	background-position:center center;
}

.inner_testimonial .testimonial_content .sp-testimonial-content p,
.inner_testimonial .testimonial_content .sp-testimonial-client-name,
.inner_testimonial .testimonial_content .sp-testimonial-client-rating{
	text-align:center !important;
}

.bg-color{
  background:#f4f4f4;
}

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

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#742170;
  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:#f59727;
  padding:15px 20px;
}

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

#rmp-menu-wrap-60 .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){
  .service_content{
    min-height:225px;
  }


}

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

  .header_logo{
    width:110px;
  }

  .home_banner{
    margin-top:110px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

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

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

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

  .contact-main{
    word-break:break-all;
  }


}

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


@media screen and (max-width:767px){
  .home_banner .desc{
    position:inherit !important;
    padding:30px 0;
  }

  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:28px;
    line-height:35px;
    padding-bottom:12px;
  }

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

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

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

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

  .about_panel, 
  .provider_panel, 
  .choose_panel{
    padding:35px 0;
  }

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

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

  .inner-sm-title{
    font-size:18px;
    line-height:24px;
  }

  .service_panel, 
  .testimonial_panel{
    padding-bottom:35px;
  }

  .service_content{
    min-height:auto;
    padding:20px;
  }

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

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

  .choose_box{
    min-height:302px;
  }

  .testimonial_bg_title{
    padding-bottom:25px;
  }

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

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

  .footer_top{
    padding:30px 0 25px;
  }

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

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

  .footer_logo img{
    width:130px;
  }

  .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:22px;
    line-height:24px;
  }

  .contact-main{
    font-size:14px;
    line-height:20px;
  }

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

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

  
}

@media screen and (max-width:575px){
  .home_banner:before{
    display:none;
  }

  .home_banner .desc{
    background:rgba(124,124,124,.9);
  }

  .choose_box{
    min-height:auto;
  }

  
}
