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

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:#2d3691;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#2b2969;
  color:#fff;
}

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

.common_btn2:hover{
  background:#2d3691;
  color:#fff;
}

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

.text-common a,
.inner-list a{
	color:#2c2e76 !important;
}

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

.header-top{
  background:#fff;
  padding:12px 0;
  transition:all 600ms ease-in-out;
}

.hd-contact li a{
	font-size:16px;
	color:#1c1c1c;
	line-height:18px;
	font-weight:500;
}

.hd-contact li a:hover{
	color:#2d3691;
}

.hd-language select{
	background:url(../images/down-arrow002.png) no-repeat right 20px center, #2b2969;
	border:none;
	border-radius:30px;
	font-size:16px;
	color:#fff;
	line-height:18px;
	font-weight:500;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	padding:10px 20px;
}

.hd_ndis_logo{
	width:120px;
}

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

.navbar-default.navbar-fixed .header-bottom .row{
  transition:all 600ms ease-in-out;
}

.header-bottom:after{
  content:"";
  position:absolute;
  width:25%;
  height:58px;
  background:#fff;
  right:0;
  top:15px;
  transition:all 600ms ease-in-out;
}

.hd-logo{
  width:180px;
  transition:all 600ms ease-in-out;
  padding-top:20px;
}

.hd-link{
  transition:all 600ms ease-in-out;
}

.hd-link ul{
  background:#fff;
  border-radius:30px 0 0 30px;
  padding:20px 0 20px 30px;
  position:relative;
  z-index:999;
}

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

  .navbar-default.navbar-fixed .header-bottom{
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,.1);
  }
	
	.navbar-default.navbar-fixed .header-bottom .hd-link{
		padding-top:28px;
	}
	
	.navbar-default.navbar-fixed .header-bottom:after{
		top:43px;
	}

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

}

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

.home-banner .desc{
  left:0;
  bottom:20%;
}

.banner-sm-title{
	font-size:24px;
	line-height:30px;
	font-weight:600;
	text-shadow:0 4px 6px rgba(0,0,0,.5);
	padding-bottom:12px;
}

.banner-bg-title{
  font-size:44px;
  line-height:52px;
  text-shadow:0 4px 6px rgba(0,0,0,.5);
  padding-bottom:20px;
}

.service-panel,
.home-form,
.choose-panel{
  padding:60px 0;
}

.service-bg-title,
.about-bg-title,
.h-form-title,
.choose-bg-title,
.testimonial-bg-title{
  font-size:38px;
  color:#1c3664;
  line-height:46px;
  padding-bottom:25px;
}

.service-box{
  border-radius:25px;
  min-height:320px;
  overflow:hidden;
  padding:20px 18px;
  transition:all 500ms ease-in-out;
}

.service-box:hover{
  border-radius:0;
}

.service-panel .rt-side .service-box{
	background:url(../images/service-img001.jpg) no-repeat center center;
  	background-size:cover !important;
}

.service-panel .rt-side .service-box2{
	background:url(../images/service-img002.jpg) no-repeat center center;
}

.service-panel .rt-side .service-box3{
	background:url(../images/service-img004.jpg) no-repeat center center;
}

.service-panel .rt-side .service-box4{
	background:url(../images/service-img003.jpg) no-repeat center center;
}

.service-panel .rt-side .service-box5{
	background:url(../images/service-img005.jpg) no-repeat center center;
}

.service-panel .rt-side .service-box6{
	background:url(../images/service-img11.jpg) no-repeat center center;
}

.service-panel .lt-side .service-box{
	background:url(../images/service-img12.jpg) no-repeat center center;
	background-size:cover;
}

/* .service-content{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  padding:12px;
  z-index:999;
} */

.service-box:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.6);
  left:0;
  top:0;
}

.service-box:hover:before{
  background:rgba(28,54,100,.8);
}

.service-content{
	position:relative;
}

.service-content p,
.service-content a{
  opacity:0;
  visibility:hidden;
}

.service-content .visible_text{
	opacity:1;
	visibility:visible;
}

.service-box:hover .service-content p,
.service-box:hover .service-content a{
  opacity:1;
  visibility:visible;
}

.service-title{
  font-size:20px;
  line-height:26px;
  font-weight:600;
  padding:12px 0 10px;
}

.service-content .text-common{
  line-height:22px;
  transition:all 500ms ease-in-out;
}

.about-panel,
.testimonial-panel{
  padding-bottom:60px;
}

.about-sm-title,
.testimonial-sm-title{
  font-size:22px;
  color:#a9a8a9;
  line-height:24px;
  font-weight:600;
  padding-bottom:10px;
}

.home-form{
  background:linear-gradient(to bottom right, #2d4671, #e4e7eb);
  transform:skewY(-2deg);
}

.home-form .thumb-block{
  transform:skewY(2deg);
}

.home-form .rt-block{
  border-radius:10px;
  padding:30px;
}

.choose-panel .top-panel{
  padding-bottom:30px;
}

.choose-box{
  background:#384d73;
  clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.choose-box .box{
  background:linear-gradient(#f0f3f7, #385b92);
  min-height:260px;
  clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  margin:0 5px;
  padding:65px 15px;
  position:relative;
  top:5px;
}

.choose-panel .col:nth-child(2n) .choose-box{
  background:#3d7f90;
}

.choose-title{
  font-size:16px;
  color:#fff;
  line-height:24px;
  font-weight:600;
  padding-bottom:6px;
}

.choose-box .box .text-common{
	opacity:0;
	visibility:hidden;
	transition:all 400ms ease-in-out;
}

.choose-box .box:hover .text-common{
	opacity:1;
	visibility:visible;
}

.testimonial-sm-title{
  color:#070808;
  text-decoration:underline;
}

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

.testimonial-box{
  background:url(../images/quote-icon01.png) no-repeat left top;
  padding-left:90px;
}

.testimonial-box .sp-testimonial-content p{
  font-size:18px !important;
  color:#1c1c1c;
  line-height:28px !important;
  font-weight:500 !important;
  text-align:left !important;
  padding:0 !important;
}

.testimonial-box .sp-testimonial-client-name{
  font-size:26px !important;
  color:#050606 !important;
  line-height:28px !important;
  font-weight:700 !important;
  text-align:left !important;
}

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

.testimonial-box .sp-testimonial-client-designation{
	text-align:left !important;
}

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

.footer-title{
  font-size:24px;
  color:#282973;
  line-height:26px;
  font-weight:600;
  padding-bottom:22px;
}

.ft-link li{
  line-height:0;
  margin-bottom:10px;
  position:relative;
  padding-left:12px;
}

.ft-link li:last-child,
.footer-top .block:last-child{
  margin-bottom:0;
}

.ft-link li:before{
  content:"";
  position:absolute;
  width:5px;
  height:5px;
  background:#222228;
  border-radius:50%;
  left:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.ft-link li a{
  font-size:16px;
  color:#222228;
  line-height:18px;
  font-weight:500;
}

.ft-link li a:hover,
.footer-top .block a:hover{
  color:#282973;
}

.footer-top .block{
  margin-bottom:12px;
}

.ft-contact-title{
  font-size:18px;
  color:#3b53a4;
  line-height:20px;
  font-weight:600;
  padding-bottom:5px;
}

.footer-top .block a{
  font-size:16px;
  color:#222228;
  line-height:18px;
}

.ft-map iframe{
  width:100%;
  height:200px;
  margin-bottom:0;
}

.ft_ndis_logo{
	width:250px;
}

.footer-bottom,
.footer-intro{
  padding:20px 0;
}

.ft-support-title,
.footer-bottom .text-common a{
  color:#2c2e76;
}

#back-button {
  display:inline-block;
  background-color:#1c3664;
  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:62px !important;
  padding:320px 0 120px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-size:40px;
  color:#fff;
  line-height:42px;
  font-weight:700;
  text-align:center;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#089b9c;
  line-height:80px;
  border-radius:50%;
  text-align:center;
}

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

.contact-title{
  font-size:24px;
  color:#1c3664;
  line-height:26px;
  font-weight:600;
}

.contact-main{
  font-size:17px;
  color:#000;
  line-height:24px;
}

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

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

.thumb-conatct .form-box{
  box-shadow:0 4px 15px rgba(0,0,0,.1);
}

.contact-form .block{
  margin-bottom:15px;
}

.contact-form .block p{
  margin-bottom:0;
}

.contact-form .block label{
  font-size:16px;
  color:#1c1c1c;
  line-height:20px;
  font-weight:500;
  margin-bottom:10px;
}

.contact-form .block .form-control{
  height:46px;
  border-radius:5px;
  border:1px solid #1c3664;
  background:none;
  font-size:16px;
  color:#494848;
  line-height:20px;
  font-weight:500;
  padding:10px 20px;
}

.contact-form .block .form-control::placeholder{
  color:#494848;
  opacity:1;
}

.contact-form .block .form-control::-ms-input-placeholder{
  color:#494848
}

.contact-form .block .form-control:focus,
.contact-form .block .btn:focus{
  box-shadow:none;
}

.contact-form .block textarea.form-control{
  height:105px;
  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:600;
  text-transform:inherit;
  background:#2b2969;
  border-radius:30px;
  padding:13px 30px;
}

.contact-form .block .btn:hover{
  background:#2d3691;
  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:36px;
  color:#040105;
  line-height:44px;
  font-weight:700;
}

.inner-title strong,
.cta-title strong{
  color:#1c3664;
}

.inner-sm-title{
  font-size:24px;
  color:#1c1c1c;
  line-height:28px;
  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 7px;
  margin-bottom:10px;
  padding-left:28px;
}

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

.inner-sec .testimonial-box{
  border-bottom:none;
  padding-bottom:0;
}

.inner-sec .sp-testimonial-client-image{
  bottom:65px;
}

.about-inner-box{
  min-height:250px;
}

.about-inner-title{
  font-size:22px;
  color:#000;
  line-height:26px;
  font-weight:600;
}

.serv-inner-box{
  min-height:350px;
}

.accommodation-service .serv-inner-box{
  min-height:245px;
}

.ndis-box{
	min-height:690px;
}

.inner-mission-box{
	min-height:550px;
}

.modal {
    text-align: center;
    padding: 0 !important;
	background:rgba(0,0,0,.9);
	z-index:99999;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#rmp_menu_trigger-36{
	z-index:9999 !important;
}

.accommodation_slider .modal-dialog{
	max-width:840px;
}

.bg-color{
  background:#f7f7f7;
}

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

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

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

.single-post .header-bottom{
	background:#fff;
}

.single-post .post-thumbnail{
	margin-top:300px;
}

.single-post .post-thumbnail img{
	width:100%;
}

.single-post .content-area{
	padding-bottom:50px;
}

p{
	color:#1c1c1c;
}

p a{
	color:#2d3691;
}

.single-post p{
	padding-bottom:20px;
}

.single-post .comments-area{
	display:none;
}

.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6{
	font-size:38px;
	color:#030303;
	line-height:46px;
	padding-bottom:20px;
}

.single-post h3{
	font-size:36px;
	line-height:44px;
}

.single-post h4{
	font-size:34px;
	line-height:42px;
}

.single-post h5{
	font-size:32px;
	line-height:40px;
}

.single-post h6{
	font-size:30px;
	line-height:38px;
}

@media screen and (max-width:1366px){
	.service-title{
		font-size:18px;
		line-height:24px;
	}
	
	.inner-mission-box{
		min-height:602px;
	}
	
	.service-box{
		min-height:335px;
	}
	
	.ndis-box{
		min-height:800px;
	}
	
}

@media screen and (max-width:991px){
	.header-top{
		border-bottom:1px solid rgba(0,0,0,.2);
	}
	
  .header-bottom{
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:10px 0;
  }

  .header-bottom:after{
    display:none;
  }

  .hd-logo{
    width:100px;
  }

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

  .footer-intro{
    padding-bottom:70px;
  }

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

  .page .entry-header, 
  .error404 .page-header{
    margin-top:280px !important;
    padding:100px 0 80px !important;
  }

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

}

@media screen and (max-width:767px){
	.banner-sm-title{
		font-size:18px;
		line-height:24px;
		padding-bottom:10px;
	}
	
  .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;
  }

  .common_btn,
  .common_btn2,
  .contact-form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }
	
	.service-panel .rt-side .row{
		display:block;
	}

  .service-panel, 
  .home-form, 
  .choose-panel{
    padding:35px 0;
  }
	
	.service-box{
		min-height:auto;
	}

  .service-bg-title, 
  .about-bg-title, 
  .h-form-title, 
  .choose-bg-title, 
  .testimonial-bg-title,
  .inner-title,
  .cta-title{
    font-size:26px;
    line-height:32px;
    padding-bottom:18px;
  }
	
	.inner-sm-title{
		font-size:18px;
		line-height:25px;
	}
	
	.inner-list li{
		font-size:14px;
		line-height:22px;
	}

  .about-sm-title, 
  .testimonial-sm-title{
    font-size:18px;
    line-height:20px;
  }

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

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

/*   .choose-title{
    font-size:18px;
    line-height:26px;
  } */

  .about-panel, 
  .testimonial-panel{
    padding-bottom:35px;
  }

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

  .footer-top{
    padding:30px 0 25px;
  }

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

  .ft-link li a{
    font-size:14px;
  }

  .ft-logo{
    width:120px;
  }
	
	.ft_ndis_logo{
		width:175px;
	}

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

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }
	
	.ndis-box{
		min-height:auto;
	}
	
	.thumb-conatct .section .icon{
		width:65px;
		height:65px;
		line-height:65px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:14px;
		line-height:20px;
	}
	
	.inner-mission-box{
		min-height:auto;
	}
	
	.accommodation_slider div#n2-ss-2-align{
		min-width:300px !important;
	}
	
	.single-post .post-thumbnail{
		margin-top:256px;
	}
	
	.entry-title{
		font-size:30px !important;
		line-height:38px !important;
	}
	
	.single-post h2{
		font-size:28px;
		line-height:36px;
	}
	
	.single-post h3{
		font-size:26px;
		line-height:34px;
	}
	
	.single-post h4{
		font-size:24px;
		line-height:32px;
	}
	
	.single-post h5{
		font-size:22px;
		line-height:30px;
	}
	
	.single-post h6{
		font-size:20px;
		line-height:28px;
	}

  
}

@media screen and (max-width:575px){
  .home-banner .ms-view,
  .home-banner .ms-slide,
  .home-banner .ms-slide-bgcont{
    height:440px !important;
  }
	
	.home-banner .ms-view img{
		object-fit:cover;
	}

  .home-banner .desc{
    bottom:6%;
  }
	
	.banner-btn li a{
		display:block;
		text-align:center;
	}

  .choose-panel .row{
    display:block;
  }

  .choose-box{
    width:240px;
    margin:0 auto;
  }

  .choose-box .box{
    min-height:235px;
  }

  .home-form .rt-block{
    padding:22px;
  }
	
	.ndis-btn li a{
		display:block;
	}

  
}

