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

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

.common_btn:hover{
  background:#ec722e;
  color:#fff;
}

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

.common_btn2:hover{
  background:#8cc63f;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#030303;
  line-height:26px;
  letter-spacing:.03em;
  margin-bottom:20px;
}

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

.header_top{
  background:#8cc63f;
  padding:10px 0;
  transition:all 500ms ease-in-out; 
}

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

.header_contact a:hover{
  color:#020202;
}

.header_logo{
  width:290px;
  padding-top:17px;
}

.header_link li{
  display:inline-block;
}

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

.h_ndis_logo{
  padding-top:15px;
}

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

  .navbar-default.navbar-fixed .header_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
  }

}

.home_banner{
  margin-top:138px;
}

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

.banner_bg_title{
  font-family: "Hanken Grotesk", sans-serif;
  font-size:60px;
  line-height:68px;
  font-weight:900;
  text-shadow:0px 0px 3px rgba(0,0,0,.5);
  padding-bottom:10px;
}

.banner_bg_title span{
  color:#ee7c2e;
}

.banner_form{
  position:absolute;
  left:0;
  bottom:0;
  background:rgba(107,42,118,.5);
  padding:30px 0;
}

.who_we_panel,
.service_panel,
.news_panel,
.h_cta_panel{
  padding-bottom:65px;
}

.whowe_bg_title,
.service_bg_title,
.testimonial_bg_title,
.choose_bg_title,
.news_bg_title,
.h_cta_title{
  font-family: "Hanken Grotesk", sans-serif;
  font-size:48px;
  color:#8cc63f;
  line-height:54px;
  font-weight:900;
}

.whowe_sm_title{
  font-size:26px;
  color:#030303;
  line-height:32px;
  font-weight:600;
  padding-bottom:12px;
}

.who_we_img{
  margin-top:-10px;
}

.service_bg_title,
.testimonial_bg_title,
.choose_bg_title,
.news_bg_title{
  color:#f7b52d;
  padding-bottom:30px;
}

.service_bg_title span,
.choose_bg_title span{
  font-size:40px;
  color:#363431;
}

.service_img{
  margin:0 10px -80px;
}

.service_img img,
.service_content{
  border:1px solid #f7b52d;
  border-radius:20px;
}

.service_content{
  min-height:335px;
  padding:100px 20px 30px;
}

.service_title,
.choose_title{
  font-size:18px;
  color:#040404;
  line-height:26px;
  font-weight:600;
  margin-bottom:15px;
  padding-bottom:12px;
}

.service_title:after{
  content:"";
  position:absolute;
  width:45px;
  height:2px;
  background:#6b2a76;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.service_content a{
  font-size:16px;
  color:#f3a400;
  line-height:18px;
  font-weight:500;
  text-decoration:underline;
  background:url(../images/right-arrow01.png) no-repeat 96% center;
  padding-right:22px;
}

.service_content a:hover{
  background-position:100% center;
}

.testimonial_panel{
  background:url(../images/testimonial-bg.png) no-repeat center center, #c0e096;
  background-size:cover;
  padding:60px 0;
}

.testimonial_bg_title,
.h_cta_title{
  color:#020202;
}

.sp-testimonial-client-testimonial{
  margin-bottom:0 !important;
}

.sp-testimonial-content{
  display:block !important;
  background:#fff !important;
  border-radius:15px 15px 0 0 !important;
  min-height:145px;
  padding:30px !important;
}

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

.sp-testimonial-client-name{
  font-size:24px !important;
  color:#1b2f00 !important;
  line-height:26px !important;
  font-weight:600 !important;
  font-style:italic !important;
  text-align:left !important;
  background:#ddf4be;
  border:1px solid #8cc63f;
  border-bottom:none;
  margin-bottom:0 !important;
  padding:10px 30px !important;
}

.sp-testimonial-client-rating{
  display:block !important;
  background:#ddf4be;
  text-align:left !important;
  border:1px solid #8cc63f;
  border-top:none;
  border-radius:0 0 15px 15px;
  padding:0 30px 12px !important;
}

.choose_panel{
  padding:65px 0;
}

.choose_content{
  width:800px;
}

.choose_bg_title{
  padding-bottom:20px;
}

.choose_title{
  margin-bottom:0;
  padding-top:16px;
}

.news_bg_title{
  color:#363431;
}

.news_bg_title span{
  color:#f7b52d;
}

.news_bg_title .green{
  color:#60941b;
}

.news_box{
  border:1px solid #8c16a0;
  border-radius:15px;
}

.news_box:hover{
  background:#8c16a0;
}

.news_img{
  position:relative;
  top:-10px;
  right:-10px;
}

.news_img img{
  border:3px solid transparent;
  border-radius:15px;
}

.news_box:hover .news_img img{
  border-color:#fff;
}

.news_content{
  padding:20px;
}

.news_title{
  font-size:20px;
  color:#040404;
  line-height:28px;
  font-weight:600;
}

.news_box:hover .news_title,
.news_box:hover .text-common{
  color:#fff;
}

.h_cta_box{
  background:#bedf93;
}

.h_cta_content{
  padding-left:30px;
}

.home_map{
  line-height:0;
}

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

.footer_top{
  background:#ffb419;
  padding:30px 0;
}

.ft_contact_title{
  font-size:20px;
  color:#060606;
  line-height:22px;
  font-weight:600;
  text-transform:uppercase;
  padding:15px 0 8px;
}

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

.ft_contact_main a{
  color:#020202;
}

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

.footer_mid{
  padding:50px 0 40px;
}

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

.footer_title:before{
  content:"";
  position:absolute;
  width:100%;
  height:2px;
  background:#8c16a0;
  left:0;
  bottom:0;
}

.footer_title:after{
  content:"";
  position:absolute;
  width:18px;
  height:18px;
  background:#8c16a0;
  border:3px solid #fff;
  border-radius:50%;
  right:15px;
  bottom:-8px;
}

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

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

.footer_link li a{
  font-size:16px;
  color:#040404;
  line-height:20px;
}

.footer_link li a:hover{
  color:#ec722e;
}

.abn_list li{
  font-size:20px;
  color:#040404;
  line-height:22px;
  font-weight:500;
  margin-bottom:12px;
}

.footer_bottom{
  padding-bottom:30px;
}

.footer_bottom .text-common span{
  color:#60941b;
  font-weight:600;
}

.footer_bottom .text-common a{
  color:#ec722e;
  font-weight:600;
}

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

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: "Hanken Grotesk", sans-serif;
  font-size:60px;
  color:#fff;
  line-height:68px;
  font-weight:900;
  text-shadow:0px 0px 3px rgba(0,0,0,.5);
  text-align:center;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#ec722e;
  line-height:80px;
  border-radius:20px 0 20px 20px;
  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:#ec722e;
}

.thumb-conatct .form-box{
  background:rgba(107,42,118,.5);
}

.contact_form .block{
  margin-bottom:15px;
}

.contact_form .block p{
  margin-bottom:0;
}

.contact_form .block label{
  font-size:16px;
  color:#010101;
  line-height:22px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:52px;
  border-radius:12px;
  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:130px;
  resize:none;
}

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

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat right 20px 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{
  width:100%;
  font-size:18px;
  color:#030303;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#ffb419;
  border-radius:12px;
  text-align:center;
  padding:16px 30px;
}

.contact_form .block .btn:hover{
  background:#8cc63f;
  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-family: "Hanken Grotesk", sans-serif;
  font-size:48px;
  color:#020202;
  line-height:54px;
  font-weight:900;
}

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

.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;
  letter-spacing:.02em;
  background:url(../images/tick-icon001.png) no-repeat left 6px;
  margin-bottom:10px;
  padding-left:28px;
}

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

.inner_testimonial_sec .sp-testimonial-content{
	border:1px solid #8cc63f;
	border-bottom:none;
}

.serv_inner_box{
	min-height:430px;
}

.serv_inner_title{
	font-size:22px;
	color:#ee7c2e;
	line-height:28px;
	font-weight:600;
}

.bg-color{
  background:#f4f4f4;
}

.cta-title{
  font-family: "Hanken Grotesk", sans-serif;
  font-size:46px;
  color:#040404;
  line-height:54px;
  font-weight:900;
}

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

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

@media screen and (max-width:1366px){
  .service_content{
    min-height:440px;
  }

  .choose_content{
    width:660px;
  }

  .news_content{
    min-height:125px;
  }
	
	.serv_inner_box{
		min-height:510px;
	}


}

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

  .header_logo{
    width:180px;
    padding-top:26px;
  }

  .home_banner{
    margin-top:85px;
  }

  .choose_content{
    width:350px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

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

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


}

@media screen and (max-width:767px){
  .home_banner .desc{
    top:5%;
    bottom:auto;
  }

  .banner_form{
    position:inherit;
  }

  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:36px;
    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;
  }

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

  .who_we_panel{
    padding-top:35px;
  }

  .who_we_panel, 
  .service_panel, 
  .news_panel, 
  .h_cta_panel{
    padding-bottom:35px;
  }

  .whowe_bg_title, 
  .service_bg_title, 
  .testimonial_bg_title, 
  .choose_bg_title, 
  .news_bg_title, 
  .h_cta_title,
  .inner_title{
    font-size:28px;
    line-height:34px;
  }

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

  .service_bg_title span, 
  .choose_bg_title span{
    font-size:24px;
  }

  .service_bg_title, 
  .testimonial_bg_title, 
  .choose_bg_title, 
  .news_bg_title{
    padding-bottom:20px;
  }

  .service_panel .row{
    display:block;
  }

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

  .testimonial_panel{
    padding:30px 0;
  }

  .sp-testimonial-content{
    min-height:185px;
    padding:20px !important;
  }

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

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

  .sp-testimonial-client-rating{
    padding:0 20px 12px !important;
  }

  .choose_panel{
    padding:35px 0;
  }

  .choose_content{
    width:100%;
  }

  .news_content,
  .serv_inner_box{
    min-height:auto;
  }

  .news_title{
    font-size:18px;
    line-height:24px;
  }

  .h_cta_content{
    padding:25px;
  }

  .home_map iframe{
    height:250px;
  }

  .footer_top{
    padding:25px 0;
  }

  .ft_contact_title{
    font-size:16px;
    line-height:18px;
  }

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

  .footer_mid{
    padding:30px 0;
  }

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

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

  .footer_logo img{
    width:180px;
  }

  .abn_list li{
    font-size:16px;
    line-height:18px;
  }

  .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;
  }
	
	.thumb-conatct .section .icon{
		width:65px;
		height:65px;
		line-height:65px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:15px;
		word-break:break-all;
	}
	
	.contact_form .block textarea.form-control{
		height:90px;
	}
	
	.inner-sm-title,
	.serv_inner_title{
		font-size:20px;
		line-height:26px;
	}
	
	.inner_list li{
		font-size:14px;
		line-height:22px;
	}


}

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

  .home_banner .desc{
    top:3%;
  }

  .banner_content .text-common{
    text-shadow:0px 0px 3px rgba(0,0,0,.5);
  }

  .sp-testimonial-content{
    min-height:auto;
  }


}
