@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:#2c2d63;
  border-radius:30px;
  padding:15px 30px;
  position:relative;
  overflow:hidden;
  z-index:999;
}

.common_btn:before,
.common_btn2:before{
  content:"";
  position:absolute;
  width:100%;
  height:0;
  background:#3d498a;
  left:0;
  top:0;
  bottom:0;
  margin:auto 0;
  transition:all 500ms ease-in-out;
  z-index:-1;
}

.common_btn:hover,
.common_btn2:hover{
  color:#fff;
}

.common_btn:hover:before,
.common_btn2:hover:before{
  height:100%;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#3d498a;
  border-radius:30px;
  padding:15px 30px;
  position:relative;
  overflow:hidden;
  z-index:999;
}

.common_btn2:before{
  background:#2c2d63;
}

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


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

.header_logo{
  width:150px;
  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);
    padding:10px 0;
  }

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

}

.home_banner{
  margin-top:160px;
}

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

.banner_bg_title{
/*   font-family: "Baloo 2", sans-serif; */
  font-size:52px;
  line-height:60px;
  padding-bottom:30px;
  color:#fff;
  text-shadow:2px 5px 4px rgba(0,0,0,.8);
}

.banner_content .common_btn,
.banner_content .common_btn2{
  box-shadow:0 6px 16px rgba(0,0,0,.5);
}

.about_panel,
.choose_top,
.choose_bottom,
.ndis_panel,
.home_form{
  padding:60px 0;
}

.about_img{
  box-shadow:0 6px 16px rgba(0,0,0,.2);
}

.about_bg_title,
.service_bg_title,
.choose_bg_title,
.ndis_bg_title,
.h_form_title,
.testimonial_bg_title{
  font-family: "Baloo 2", sans-serif;
  font-size:52px;
  color:#2f2f64;
  line-height:60px;
  margin-bottom:30px;
  padding-bottom:15px;
}

.about_bg_title:after,
.service_bg_title:after{
  content:"";
  position:absolute;
  width:90px;
  height:3px;
  background:#dfdcd7;
  left:0;
  bottom:0;
}

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

.service_sm_title{
  font-size:40px;
  color:#dfdcd7;
  line-height:48px;
  font-weight:300;
  padding-bottom:8px;
}

.service_bg_title:after{
  right:0;
  margin:0 auto;
}

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

.service_title{
  font-family: "Baloo 2", sans-serif;
  font-size:24px;
  color:#020202;
  line-height:30px;
  font-weight:600;
  padding:18px 0 12px;
}

.choose_top{
  background:#dfdcd7;
}

.choose_box{
  background:url(../images/choose-box-bg.png) no-repeat center top;
  background-size:contain;
  padding:30px 0;
}

.choose_title{
  font-size:20px;
  color:#020202;
  line-height:28px;
  font-weight:500;
  min-height:56px;
  margin-top:16px;
}

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


.testimonial_box .sp-testimonial-free{
	background:#fff !important;
	box-shadow:0 4px 12px rgba(0,0,0,.1) !important;
	border-radius:10px !important;
	margin:6px;
	padding:25px;
}

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

.testimonial_box .sp-testimonial-client-name{
	font-family: "Baloo 2", sans-serif !important;
	font-size:22px !important;
	color:#2f2f64 !important;
	line-height:24px !important;
	font-style:italic !important;
}

.ndis_panel{
  background:#5864ac;
}

.ndis_logo{
  margin-bottom:-100px;
}

.ndis_content .lower{
  border-left:1px solid #fff;
}

.ndis_content .col-lg-6:first-child .lower{
  border-left:none;
}

.home_map{
  line-height:0;
}

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

.footer_top{
  background:url(../images/footer-bg.jpg) no-repeat center top;
  background-size:cover;
  padding:50px 0 40px;
}

.footer_title{
  font-family: "Baloo 2", sans-serif;
  font-size:26px;
  color:#272759;
  line-height:28px;
  font-weight:700;
  padding-bottom:20px;
}

.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:#010101;
  line-height:20px;
  font-weight:500;
}

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

.footer_link.ft_serv_list li{
  display:inline-block;
  width:49%;
  vertical-align:top;
}

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

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

.footer_contact li a{
  color:#010101;
}

.ft_abn_text{
  font-size:20px;
  color:#020202;
  line-height:22px;
  font-weight:600;
}

.footer_bottom{
  padding:25px 0;
}

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

.footer_bottom .text-common a{
  color:#272759;
  font-weight:500;
}

#back-button {
  display:inline-block;
  background-color:#2c2d63;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:10px;
  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:160px !important;
  padding:160px 0 120px !important;
}

.post-135 .entry-header{
  background:url(../images/banner-img05.jpg) no-repeat right top;
}

.post-63 .entry-header{
  background:url(../images/banner-imgA06.jpg) no-repeat right top;
}

.post-167 .entry-header{
  background:url(../images/banner-imgA07.jpg) no-repeat right top;
}

.post-85 .entry-header{
  background:url(../images/banner-imgA08.jpg) no-repeat right top;
}

.post-113 .entry-header{
  background:url(../images/banner-imgA09.jpg) no-repeat right top;
}

.post-104 .entry-header{
  background:url(../images/banner-imgA010.jpg) no-repeat right top;
}

.post-128 .entry-header{
  background:url(../images/banner-imgA011.jpg) no-repeat right top;
}

.post-272 .entry-header{
  background:url(../images/banner-imgA012.jpg) no-repeat right top;
}

.post-280 .entry-header{
  background:url(../images/banner-imgA013.jpg) no-repeat right top;
}

.post-12 .entry-header{
  background:url(../images/banner-imgA014.jpg) no-repeat right top;
}

.post-16 .entry-header{
  background:url(../images/banner-imgA015.jpg) no-repeat right top;
}

.post-331 .entry-header{
  background:url(../images/banner-imgA016.jpg) no-repeat right top;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: "Baloo 2", sans-serif;
  font-size:54px;
  color:#fff;
  line-height:62px;
  font-weight:700;
  text-align:center;
}

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

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

.contact-title{
  font-family: "Baloo 2", sans-serif;
  font-size:26px;
  color:#000;
  line-height:28px;
  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:#d2232a;
}

.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 #2f326a;
  background:#dfdcd7;
  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:#2c2d63;
  border-radius:30px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#3d498a;
  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:16px;
  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: "Baloo 2", sans-serif;
  font-size:50px;
  color:#040105;
  line-height:60px;
  font-weight:700;
}

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

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

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

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

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

.bg-color{
  background:#f4f4f4;
}

.bg-prpl{
	background:#3A4483;
}

.cta-title{
  font-family: "Baloo 2", sans-serif;
  font-size:42px;
  color:#1c1c1c;
  line-height:50px;
}

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

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

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

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

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

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

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

/* .banner_content{
  padding: 16px 5px 10px 20px;
  background:rgba(44, 45, 99, 0.4);
} */



@media screen and (max-width:1366px){




}

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

  .header_logo{
    width:100px;
  }

  .home_banner{
    margin-top:93px;
  }

  .home_banner .desc{
    bottom:12%;
  }

  .banner_bg_title{
    font-size:52px;
    line-height:60px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

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

  .page .entry-header, 
  .error404 .page-header{
    margin-top:110px !important;
  }
	
  	
.header_ph{
   padding-left:40px;
}
	
.header_ph a{
   color:#2F2F64;
}

	
}

@media screen and (max-width:767px){
  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:26px;
    line-height:35px;
    padding-bottom:18px;
  }

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

  .about_panel, 
  .choose_top, 
  .choose_bottom, 
  .ndis_panel, 
  .home_form{
    padding:35px 0;
  }

  .about_bg_title, 
  .service_bg_title, 
  .choose_bg_title,
  .testimonial_bg_title,
  .ndis_bg_title, 
  .h_form_title{
    font-size:28px;
    line-height:35px;
    margin-bottom:20px;
  }

  .about_bg_title:after, 
  .service_bg_title:after{
    width:48px;
  }

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

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

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

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

  .choose_box{
    padding:15px 0;
  }

  .choose_title{
    font-size:16px;
    line-height:25px;
  }

  .ndis_logo{
    margin-bottom:25px;
  }

  .ndis_logo img{
    width:180px;
  }

  .ndis_content .lower{
    border-left:none;
  }

  .home_map iframe{
    height:260px;
  }

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

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

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

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

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

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

  .ft_abn_text{
    font-size:17px;
    line-height:20px;
  }

  .footer_logo{
    width:150px;
  }

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

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

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

	
.header_ph{
   margin-left: -87px;
}
	
.header_ph a{
   color:#2F2F64;
}

	
.inner_title{
   font-size:28px;
   line-height:38px;
}

	
.inner-sm-title{
	font-size:18px;
	line-height:22px;
}
	
.thumb-conatct .section .text {
    width: 70%;
}
	
	
.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;
}
	
#rmp-menu-wrap-29 .rmp-submenu .rmp-menu-item-link{
    height:auto !important;
    line-height:20px !important;
    margin:10px 0 !important;
    padding-bottom:10px;
}
	
.header_logo {
    width: 50%;
}
	
.navbar-default{
   background:#fff;
}

/* .banner_content{
   padding: 5px 50px 0px 16px;
} */
  
}

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

  .home_banner .desc{
    bottom:8%;
  }

  .footer_link.ft_serv_list li{
    display:block;
    width:100%;
  }
  
}
