@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  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;
}

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:#018add;
  border-radius:10px;
  padding:15px 30px;
}

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

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

.common_btn2:hover{
  background:#018add;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#000;
  line-height:26px;
  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:25%;
  height:50px;
  background:#047a15;
  right:0;
  top:0;
  transition:all 600ms ease-in-out;
}

.hd-logo{
  width:300px;
  padding:15px 0;
  transition:all 600ms ease-in-out;
}

.header-top{
  background:#047a15;
  padding:15px 0;
  z-index:9;
  transition:all 600ms ease-in-out;
}

.header-top:before{
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  border-style:solid;
  border-width:0 40px 50px 0;
  border-color:transparent #047a15 transparent transparent;
  transform:rotate(0deg);
  left:-40px;
  top:0;
  transition:all 600ms ease-in-out;
}

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

.hd-contact li span{
  margin-right:6px;
}

.hd-contact li a{
  color:#fff;
}

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

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

.header-bottom .col-lg-4{
  border-left:2px solid #b10d0d;
}

.hd-phone{
  background:url(../images/ph-icon01.png) no-repeat left center;
  padding-left:38px;
}

.hd-ph-title,
.hd-phone a{
  font-size:15px;
  color:#1c1c1c;
  line-height:17px;
  font-weight:500;
}

.hd-phone a{
  color:#b10d0d;
}

.hd-phone a:hover{
  color:#0c831d;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    box-shadow:0 4px 6px rgba(0,0,0,.1);
  }

  .navbar-default.navbar-fixed:after{
    height:40px;
  }

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

  .navbar-default.navbar-fixed .header-top{
    padding:10px 0;
  }

  .navbar-default.navbar-fixed .header-top:before{
    border-width:0 40px 40px 0;
  }

  .navbar-default.navbar-fixed .header-bottom{
    padding:18px 0;
  }


}

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

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

.banner-content{
  width:480px;
}

.banner-bg-title{
  font-size:48px;
  line-height:56px;
  padding-bottom:15px;
}

.banner-btn-panel{
  margin-top:-65px;
}

.banner-btn-panel .col-lg-4:nth-child(2) .banner-btm-box{
  background:#e0b714;
}

.banner-btn-panel .col-lg-4:nth-child(3) .banner-btm-box{
  background:#2cb13f;
}

.banner-btm-box{
  background:#338dc9;
  border-radius:20px;
  min-height:300px;
  padding:25px;
}

.banner-btm-box .icon{
  display:inline-block;
  width:60px;
  height:60px;
  line-height:60px;
  background:#1f6ea3;
  border-radius:50%;
  text-align:center;
}

.banner-btn-panel .col-lg-4:nth-child(2) .banner-btm-box .icon{
  background:#caa615;
}

.banner-btn-panel .col-lg-4:nth-child(3) .banner-btm-box .icon{
  background:#3ac74e;
}

.banner-btm-box .text{
  display:inline-block;
  width:78%;
  vertical-align:top;
  padding-left:12px;
}

.banner-btm-title{
  font-size:20px;
  color:#fff;
  line-height:28px;
  font-weight:600;
  padding-bottom:12px;
}

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

.h-form-box{
  background:#aec2b1;
  border-radius:20px;
  padding:30px;
}

.h-form-title,
.about-bg-title,
.work-bg-title,
.service-bg-title,
.h-cta-title,
.choose-bg-title,
.testimonial-bg-title{
  font-size:44px;
  color:#1c1c1c;
  line-height:52px;
  padding-bottom:25px;
}

.h-form-title{
  color:#024d0c;
}

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

.about-ndis-logo{
	right:8%;
	bottom:4%;
}

.about-sm-title,
.work-sm-title{
  font-size:20px;
  color:#af0d0d;
  line-height:22px;
  font-weight:500;
  margin-bottom:10px;
}

.about-bg-title{
  color:#2673ac;
}

.work-panel{
  background:url(../images/work-bg.jpg) no-repeat center center;
  background-size:cover;
}

.work-bg-title{
  padding-bottom:35px;
}

.work-panel .bottom-panel .col-lg-6:nth-child(1){
  border-right:1px solid rgba(255,255,255,.5);
}

.mission-title,
.testimonial-md-title{
  font-size:30px;
  line-height:36px;
  font-weight:600;
  padding:16px 0 12px;
}

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

.service-bg-title strong,
.choose-bg-title strong{
  color:#b10d0d;
  font-weight:700;
}

.service-box{
  border-radius:40px 40px 0 0;
  overflow:hidden;
}

.service-content{
  min-height:235px;
  padding:20px;
}

.service-title{
  font-size:20px;
  color:#302f2f;
  line-height:26px;
  font-weight:600;
  padding-bottom:12px;
}

.service-box a{
  display:block;
  font-size:16px;
  color:#fff !important;
  line-height:18px;
  font-weight:500;
  background:#45b3fc;
  padding:14px 20px;
}

.service-panel .lower .owl-item:nth-child(2n) .service-box a{
  background:#e0b714;
}

.service-panel .lower .owl-item:nth-child(3n) .service-box a{
  background:#2cb13f;
}

.h-cta-panel{
  background:url(../images/h-cta-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:40px 0;
}

.choose-sm-title{
  font-size:24px;
  color:#0c831d;
  line-height:30px;
  font-weight:600;
  padding-bottom:20px;
}

.choose-panel .lower .block{
  margin-bottom:15px;
}

.choose-panel .lower .block:last-child{
  margin-bottom:0;
}

.choose-icon{
  display:inline-block;
}

.choose-title{
  display:inline-block;
  font-size:18px;
  color:#036861;
  line-height:24px;
  font-weight:500;
  vertical-align:middle;
  padding-left:12px;
}

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

.h-testimonial-box{
  width:80%;
  border-radius:25px;
  overflow:hidden;
  margin:0 auto;
}

.h-testimonial-box .lt-side{
  background:#e0b714;
  height:100%;
  padding:25px;
}

.testimonial-sm-title{
  font-size:17px;
  line-height:22px;
  font-weight:500;
}

.testimonial-md-title{
  padding:8px 0 12px;
}

.testimonial-botton{
  margin-top:-100px;
  margin-bottom:50px;
}

.h-testimonial-box .sp-testimonial-free{
  background:url(../images/quote-icon01.png) no-repeat top center !important;
  padding-top:55px;
}

.h-testimonial-box .rt-side{
  padding:25px 25px 20px 0;
}

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

.testimonial-box .sp-testimonial-client-name{
  display:inline-block !important;
  width:100% !important;
  font-size:24px !important;
  color:#070101 !important;
  line-height:26px !important;
}

#footer{
  background:#f1efef;
  padding:50px 0 20px;
}

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

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

.ft-link li:last-child,
.ft-contact li:last-child{
  margin-bottom:0;
}

.ft-link li a,
.ft-contact li{
  font-size:16px;
  color:#010404;
  line-height:18px;
}

.ft-link li a:hover,
.ft-contact li a:hover,
.footer-bottom .text-common a{
  color:#b10d0d;
}

.ft-contact li{
  margin-bottom:15px;
}

.ft-contact li span{
  display:inline-block;
  width:21px;
  margin-right:10px;
}

.ft-contact li a{
  color:#010404;
}

.footer-mid{
  border-top:1px solid rgba(0,0,0,.15);
  border-bottom:1px solid rgba(0,0,0,.15);
  margin:20px 0;
  padding:15px 0;
}

.footer-bottom .text-common span{
  color:#0c831d;
}

#back-button {
  display:inline-block;
  background-color:#0c831d;
  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 center center;
  background-size:cover;
  margin-top:160px !important;
  padding:180px 0 150px !important;
}

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

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

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

.contact-title{
  font-size:24px;
  color:#0c831d;
  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:#b10d0d;
}

.thumb-conatct .form-box{
  background:#aec2b1;
  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:#fff;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact-form .block .form-control{
  height:46px;
  border-radius:0;
  border:none;
  background:#fff;
  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:#0c831d;
  border-radius:10px;
  padding:13px 30px;
}

.contact-form .block .btn:hover{
  background:#018add;
  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;
}

.inner-title{
  font-size:36px;
  color:#040105;
  line-height:44px;
  font-weight:700;
}

.inner-title strong,
.cta-title strong{
  color:#0c831d;
}

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

.inner-list li{
	font-size:16px;
	color:#1c1c1c;
	line-height:24px;
	background:url(../images/tick-icon001.png) no-repeat left 4px;
	margin-bottom:10px;
	padding-left:30px;
}

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

.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:#018add;
  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:#0c831d;
  padding:15px 20px;
}

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

@media screen and (max-width:991px){
  .navbar-default{
    position:inherit;
  }

  .navbar-default:after{
    display:none;
  }

  .hd-logo{
    width:180px;
    padding:10px 0;
  }

  .home-banner{
    margin-top:0;
  }

  #footer{
    padding-bottom:70px;
  }

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

  .page .entry-header, 
  .error404 .page-header{
    margin-top:0 !important;
  }
	
	.thumb-conatct .section .text{
		width:72%;
	}
	
	


}

@media screen and (max-width:767px){
  .banner-content{
    width:100%;
  }

  .banner-bg-title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:26px;
    line-height:32px;
  }

  .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-box{
    min-height:auto;
  }

  .banner-btm-title{
    font-size:18px;
    line-height:24px;
  }

  .home-form, 
  .work-panel, 
  .service-panel, 
  .choose-panel,
  .h-cta-panel{
    padding:35px 0;
  }

  .h-form-box{
    padding:20px;
  }

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

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

  .mission-title, 
  .testimonial-md-title{
    font-size:22px;
    line-height:24px;
  }

  .service-title{
    font-size:17px;
    line-height:22px;
  }

  .service-content{
    min-height:250px;
  }

  .choose-sm-title{
    font-size:18px;
    line-height:20px;
    padding-bottom:12px;
  }

  .choose-title{
    font-size:14px;
    line-height:20px;
  }

  .testimonial-top{
    padding:35px 0 120px;
  }

  .h-testimonial-box{
    width:100%;
  }

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

  .testimonial-panel{
    margin-bottom:30px;
  }

  #footer{
    padding-top:30px;
  }

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

  .ft-link li a, 
  .ft-contact li{
    font-size:14px;
    line-height:16px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:80px 0 60px !important;
  }
	
	.contact-form .block .form-control{
		height:42px;
		font-size:14px;
	}
	
	.contact-form .block textarea.form-control{
		height:85px;
	}
	
	.thumb-conatct .section .icon{
		width:65px;
		height:65px;
		line-height:65px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:15px;
		line-height:18px;
	}
	
	.inner-list li{
		font-size:14px;
	}
	
	.thankyou-sec img,
	.error404 .page-content img{
		width:200px;
	}

  
}

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

  .home-banner .desc{
    bottom:7%;
  }

  .banner-content{
    background:rgba(0,0,0,.4);
    padding:20px;
  }

  .banner-btn-panel{
    margin-top:30px;
  }

  .banner-btm-box{
    padding:16px;
  }
	
	.about-ndis-logo{
		width:140px;
		right:0;
		bottom:0;
	}

  .service-content{
    min-height:inherit;
  }

  .choose-title{
    width:80%;
  }

  
}
