@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: 'Ulm Grotesk';
  src: url('../fonts/UlmGrotesk-Extrabold.eot');
  src: url('../fonts/UlmGrotesk-Extrabold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/UlmGrotesk-Extrabold.woff2') format('woff2'),
      url('../fonts/UlmGrotesk-Extrabold.woff') format('woff'),
      url('../fonts/UlmGrotesk-Extrabold.ttf') format('truetype'),
      url('../fonts/UlmGrotesk-Extrabold.svg#UlmGrotesk-Extrabold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

.common_btn:hover{
  background:#69ba0d;
  color:#fff;
}

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

.common_btn2:hover{
  background:#0076cb;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#030303;
  line-height:26px;
  letter-spacing:.03em;
  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:50%;
  height:48px;
  background:linear-gradient(to right, #218d2a , #004e89);
  right:0;
  top:0;
  transition:all 600ms ease-in-out; 
}

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

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

.header_top:before{
  content:"";
  position:absolute;
  width:30px;
  height:100%;
  background:#218d2a;
  border-radius:0 0 0 40px;
  left:-30px;
  top:0;
}

.header_contact{
  z-index:9;
}

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

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

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

.header_bottom{
  padding-top:25px;
  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,.15);
  }

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

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

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

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

}

.home_banner{
  margin-top:150px;
}

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

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

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

.banner_sm_title{
  font-size:22px;
  line-height:24px;
  letter-spacing:.04em;
  font-weight:500;
  padding-bottom:10px;
}

.banner_bg_title{
  font-size:52px;
  line-height:60px;
  letter-spacing:.03em;
  padding-bottom:25px;
}

.banner_bg_title span{
  color:#d5f9ab;
}

.mission_panel{
  padding:60px 0;
}

.mission_box{
  background:url(../images/mission-bg.jpg) no-repeat right top;
  background-size:cover !important;
  border-radius:40px 0 0;
  min-height:395px;
  padding:30px;
}

.mission_panel .col-lg-4:nth-child(2) .mission_box{
  background:url(../images/vision-bg.jpg) no-repeat left top;
}

.mission_panel .col-lg-4:nth-child(3) .mission_box{
  background:url(../images/value-bg.jpg) no-repeat left top;
}


.mission_title{
  font-family: 'Ulm Grotesk';
  font-size:24px;
  color:#020202;
  line-height:30px;
  letter-spacing:.02em;
  padding-bottom:15px;
}

.about_panel{
  padding-bottom:60px;
}

.about_img{
  z-index:999;
}

.about_img img{
  border-radius:50%;
}

.about_img:before{
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  background:#abd2ee;
  border-radius:50%;
  left:0;
  bottom:-40px;
  z-index:-1;
}

.about_img:after{
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  background:#fff;
  border-radius:50%;
  left:30px;
  bottom:-20px;
  z-index:-1;
}

.about_sm_title,
.service_sm_title,
.choose_sm_title,
.testimonial_sm_title{
  font-family: 'Ulm Grotesk';
  font-size:22px;
  color:#21a438;
  line-height:24px;
  letter-spacing:.03em;
  padding-bottom:10px;
}

.about_bg_title,
.form_lt_title,
.choose_bg_title,
.testimonial_bg_title{
  font-size:48px;
  color:#020202;
  line-height:56px;
  padding-bottom:25px;
}

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

.home_form:before{
  content:"";
  position:absolute;
  width:100%;
  height:68px;
  background:url(../images/form-top-design.png) no-repeat left top;
  background-size:cover;
  left:0;
  top:0;
}

.home_form:after{
  content:"";
  position:absolute;
  width:100%;
  height:73px;
  background:url(../images/form-bottom-design.png) no-repeat right bottom;
  background-size:cover;
  left:0;
  bottom:0;
}

.h_thumb_form{
  padding:120px 0;
}

.h_thumb_form:before{
  content:"";
  position:absolute;
  width:500px;
  height:45px;
  background:url(../images/form-before-design01.png) no-repeat left top;
  background-size:cover;
  left:10%;
  top:0;
}

.h_thumb_form:after{
  content:"";
  position:absolute;
  width:500px;
  height:45px;
  background:url(../images/form-after-design02.png) no-repeat right bottom;
  background-size:cover;
  right:25%;
  bottom:0;
  z-index:9;
}

.h_form_box{
  background:rgba(255,255,255,.5);
  border:1px solid #0076cb;
  border-radius:15px;
  padding:30px;
}

.service_panel{
  padding:60px 0;
}

.service_bg_title{
  font-size:36px;
  color:#020202;
  line-height:44px;
  padding-bottom:25px;
}

.service_box{
  background:#1a8fdb;
  border-radius:180px;
  transition:all 300ms ease-in-out;
  padding:15px 15px 30px;
}

.service_box:hover{
  background:#195f96;
  border-radius:120px 120px 0 0;
}

.service_img img{
  border-radius:50%;
}

.service_content .text-common{
  min-height:150px;
}

.service_title{
  font-family: 'Ulm Grotesk';
  font-size:22px;
  line-height:28px;
  margin-bottom:16px;
  padding:20px 0 12px;
}

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

.service_content a{
  font-size:17px;
  color:#fff;
  line-height:20px;
  font-weight:600;
  letter-spacing:.02em;
  text-decoration:underline;
}

.service_content a:hover{
  text-decoration:none;
}

.choose_panel{
  padding-bottom:60px;
}

.choose_content .block{
  background:url(../images/choose-icon01.png) no-repeat left 5px;
  margin-bottom:15px;
  padding-left:50px;
}

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

.choose_title{
  font-size:20px;
  color:#0c4a21;
  line-height:26px;
  font-weight:600;
  letter-spacing:.02em;
  padding-bottom:10px;
}

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

.testimonial_panel:before{
  content:"";
  position:absolute;
  width:100%;
  height:70px;
  background:url(../images/testimonial-top-bg.png) no-repeat center bottom;
  background-size:cover;
  left:0;
  top:0;
}

.testimonial_bg_title{
  color:#d4f9bc;
}

.testimonial_box .sp-testimonial-content p{
  font-size:18px !important;
  color:#fff;
  line-height:30px !important;
  font-weight:500 !important;
  letter-spacing:.02em !important;
  padding:0 !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-size:25px !important;
  color:#d4f9bc !important;
  line-height:28px !important;
  font-weight:600 !important;
  font-style:italic !important;
}

.footer_top{
  background:#2b9127;
  padding:35px 0;
}

.ft_contact_title{
  font-size:18px;
  line-height:20px;
  font-weight:600;
  padding-bottom:10px;
}

.ft_contact_main{
  font-size:16px;
  color:#fff;
  line-height:22px;
}

.ft_contact_main span{
  display:inline-block;
  vertical-align:middle;
}

.ft_contact_main .text{
  width:88%;
}

.ft_contact_main a{
  color:#fff;
}

.ft_contact_main a:hover{
  color:#010101;
}

.footer_bottom .upper_panel{
  background:url(../images/footer-bg.png) no-repeat center center, #e7ffd9;
  background-size:cover;
  padding:60px 0 45px;
}

.footer_bottom .top_block{
  border-bottom:1px solid rgba(0,118,203,.5);
  margin-bottom:30px;
  padding-bottom:30px;
}

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

.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:#030303;
  line-height:18px;
  letter-spacing:.02em;
}

.footer_link li a:hover{
  color:#0076cb;
}

.footer_social li a{
  display:inline-block;
  width:40px;
  height:40px;
  line-height:38px;
  background:#fff;
  border:1px solid #349725;
  border-radius:50%;
  text-align:center;
}

.ft_abn_text{
  font-size:25px;
  color:#10350f;
  line-height:28px;
  font-weight:600;
}

.footer_bottom .lower_panel{
  padding:30px 0;
}

.footer_bottom .lower_panel .text-common span{
  color:#0f5623;
  font-weight:600;
}

.footer_bottom .lower_panel .text-common a{
  color:#0070c3;
  font-weight:500;
}

#back-button {
  display:inline-block;
  background-color:#218d2a;
  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:150px !important;
  padding:120px 0 100px !important;
  position:relative;
}

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

.thumb-conatct .section .icon{
  width:75px;
  height:75px;
  background:#218d2a;
  line-height:75px;
  border-radius:15px;
  text-align:center;
}

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

.contact-title{
  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:#004e8b;
}

.thumb-conatct .form-box{
  background:#004e8b;
  border-radius:15px;
}

.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:52px;
  border-radius:12px;
  border:1px solid #218d2a;
  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:130px;
  resize:none;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat right 15px 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:#0076cb;
  border-radius:30px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#218d2a;
  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:#020202;
  line-height:56px;
  font-weight:700;
}

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

.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(../images/tick-icon001.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:44px;
  color:#1c1c1c;
  line-height:50px;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:65px;
  height:2px;
  background:#0076cb;
  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:#218d2a;
  padding:15px 20px;
}

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

#rmp-menu-wrap-118 .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){
  .mission_box{
    min-height:425px;
  }

  .service_content .text-common{
    min-height:205px;
  }


}

@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:115px;
  }

  .home_banner{
    margin-top:112px;
  }

  .home_banner .desc{
    bottom:12%;
  }

  .footer_bottom .lower_panel{
    padding-bottom:70px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }
	
  .page .entry-header, 
  .error404 .page-header{
    margin-top:112px !important;
  }


}

@media screen and (max-width:767px){
  .banner_sm_title{
    font-size:18px;
    line-height:24px;
  }

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

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

  .home_banner .desc{
    bottom:16%;
  }

  .mission_panel,
  .service_panel{
    padding:35px 0;
  }

  .mission_box{
    min-height:auto;
    padding:25px;
  }

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

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

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

  .about_sm_title, 
  .service_sm_title, 
  .choose_sm_title, 
  .testimonial_sm_title,
  .service_title{
    font-size:20px;
    line-height:26px;
  }

  .about_bg_title, 
  .form_lt_title, 
  .choose_bg_title, 
  .testimonial_bg_title{
    font-size:28px;
    line-height:36px;
    padding-bottom:18px;
  }

  .form_lt_logo{
    width:120px;
    margin:0 auto;
  }

  .h_form_box{
    padding:25px;
  }

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

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

  .choose_title{
    font-size:18px;
  }

  .testimonial_panel{
    padding:70px 0 35px;
  }

  .testimonial_panel:before{
    height:40px;
  }

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

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

  .footer_top{
    padding:30px 0;
  }

  .footer_bottom .upper_panel{
    padding:35px 0 30px;
  }

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

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

  .footer_logo,
  .ft_ndis_logo{
    width:150px;
    margin:0 auto;
  }

  .ft_abn_text{
    font-size:20px;
    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:12px;
  }

  .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:20px;
	}
	
	.thumb-conatct .section .icon{
		width:62px;
		height:62px;
		line-height:62px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:15px;
		word-break:break-all;
	}

  
}

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

  .home_banner .desc{
    bottom:12%;
  }

  .about_img::before,
  .about_img:after{
    width:300px;
    height:300px;
  }

  .h_thumb_form{
    padding:70px 0;
  }

  .home_form:before,
  .home_form:after{
    height:40px;
  }

  .h_thumb_form:before,
  .h_thumb_form:after{
    width:260px;
    height:26px;
  }

  .service_content{
    padding:0 20px;
  }

  .service_title,
  .service_content .text-common{
    min-height:auto;
  }

  
}
