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

ul li a{
	color:#ef4519;
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

@font-face {
  font-family: 'Andine';
  src: url('../fonts/Andine.eot');
  src: url('../fonts/Andine.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Andine.woff2') format('woff2'),
      url('../fonts/Andine.woff') format('woff'),
      url('../fonts/Andine.ttf') format('truetype'),
      url('../fonts/Andine.svg#Andine') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

.btn1:hover{
  background:#0061bf;
  color:#fff;
}

.btn2{
  font-size:16px;
  color:#ef4519;
  line-height:18px;
  border:1px solid #ef4519;
  border-radius:30px;
  padding:13px 30px;
}

.btn2:hover{
  background:#ef4519;
  color:#fff;
}

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

/* ===== Header Starts ====== */
.navbar-default{ 
  background:#fff; 
  border:none;
  box-shadow:0 4px 6px rgba(0,0,0,.15);
  margin:0;
  padding:0; 
  transition:all 400ms ease-in-out; 
}

.navbar-default:before{
  content:"";
  position:absolute;
  width:100%;
  height:6px;
  background:linear-gradient(to right, #ff0000 0%, #ffed00 20%, #00fa05 40%, #1500e6 60%, #9f01d5 80%, #fb0f97 100%);
  left:0;
  top:0;
}

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

.head_logo{
  width:250px;
  transition:all 400ms ease-in-out; 
}

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

.head_contact .cont{
  display:inline-block;
  vertical-align:top;
  padding-left:12px;
}

.h_contact_heading,
.h_contact_main{
  font-size:16px;
  color:#050505;
  line-height:18px;
  font-weight:400;
  padding-bottom:5px;
}

.h_contact_main{
  color:#010101;
  font-weight:500;
}

.h_contact_main a{
  color:#010101;
}

.h_contact_main a:hover{
  color:#f48236;
}

.head_bottom{
  box-shadow:0 4px 6px rgba(0,0,0,.15);
  padding:12px 25px;
  transition:all 400ms ease-in-out; 
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .head_top{
    padding:12px 0;
  }

  .navbar-default.navbar-fixed .head_logo{
    width:180px;
  }

}

.home_slider{
  margin-top:204px;
  padding:65px 0;
}

.banner_big_heading{
  font-family: 'Andine';
  font-size:50px;
  color:#f37617;
  line-height:70px;
  padding-bottom:20px;
}

.banner_image:after{
  content:"";
  position:absolute;
  width:90px;
  height:80px;
  background:url(http://empoweringallabilities.com.au/wp-content/uploads/2026/02/butterfly-img0101.gif) no-repeat right top;
  background-size:contain;
  right:70px;
  top:-40px;
}

.choose_sec{
  background:url(../images/choose-bg.png) no-repeat left center;
  background-size:220px;
  margin-bottom:65px;
}

.choose_top{
  padding-bottom:35px;
}

.choose_sm_heading,
.about_sm_heading,
.offer_sm_heading,
.support_sm_heading,
.serv_sm_heading,
.enquire_sm_heading,
.location_sm_title,
.test_sm_title{
  font-size:22px;
  color:#080808;
  line-height:26px;
  font-weight:500;
  letter-spacing:.04em;
  padding-bottom:12px;
}

.choose_bg_title,
.about_big_heading,
.offer_bg_heading,
.support_bg_heading,
.serv_bg_heading,
.enquire_bg_heading,
.location_bg_title,
.test_bg_title,
.faq_big_heading{
  font-family: 'Andine';
  font-size:46px;
  color:#0061bf;
  line-height:56px;
  margin-bottom:22px;
}

.choose_box{
  background:#fff;
  border:3px solid #e6f8ff;
  border-radius:20px;
  padding:25px;
}

.choose_box:hover{
  background:#e6f8ff;
}

.choose_content .section{
	background:url(../images/tick-icon01.png) no-repeat left 6px;
	margin-bottom:15px;
	padding-left:40px;
}

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

.choose_heading{
  font-family: 'Andine';
  font-size:18px;
  color:#0061bf;
  line-height:28px;
  letter-spacing:.03em;
  margin:0 0 10px;
}

.about_sec{
  background:linear-gradient(to bottom right, #f37617, #ef4519);
}

.about_cont,
.ndis_support_cont,
.location_cont{
  width:650px;
}

.about_cont .btn1{
  background:#fff;
  color:#0061bf;
}

.about_cont .btn1:hover{
  background:#0061bf;
  color:#fff;
}

.offer_sec,
.test_sec{
  padding:65px 0;
}

.offer_sec:after{
  content:"";
  position:absolute;
  width:150px;
  height:130px;
  background:url(../images/butterfly-img02.gif) no-repeat right bottom;
  background-size:contain;
  right:80px;
  bottom:50px;
}

.offer_bg_heading,
.serv_bg_heading{
  color:#f37617;
}

.offer_sec .section,
.offer_sec .section .image img{
  border-radius:20px;
}

.offer_sec .section .image,
.offer_sec .section .content{
  display:inline-block;
  width:49%;
}

.offer_sec .section .content{
  width:50%;
  vertical-align:middle;
}

.offer_heading{
  font-size:18px;
  color:#010101;
  line-height:24px;
  font-weight:600;
  letter-spacing:.02em;
  padding-bottom:10px;
}

.offer_sec .section .content p{
  font-size:15px;
  line-height:23px;
  margin-bottom:12px;
}

.offer_sec .section .content a{
  font-size:14px;
  color:#fff;
  line-height:16px;
  letter-spacing:.02em;
  background:#ff8d10;
  border-radius:30px;
  padding:10px 15px;
}

.ndis_support_sec{
  background:#d7edc2;
}

.support_list li{
  font-size:16px;
  color:#030303;
  line-height:24px;
  letter-spacing:.02em;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

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

.support_bg_heading,
.faq_big_heading{
  color:#020202;
}

.service_top{
  padding:0 160px;
}

.service_top:before{
  content:"";
  position:absolute;
  width:100px;
  height:90px;
  background:url(../images/butterfly-img03.gif) no-repeat left top;
  background-size:contain;
  left:6%;
  top:0;
}

.serv_box img.big{
  border-radius:50%;
}

.serv_cont{
  position:absolute;
  width:90%;
  height:90%;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background:rgba(255,255,255,.8);
  border-radius:50%;
  margin:auto;
  visibility:hidden;
  opacity:0;
  padding:35% 20px 0;
}

.serv_box:hover .serv_cont{
  visibility:visible;
  opacity:1;
}

.serv_heading{
  font-size:20px;
  color:#030303;
  line-height:28px;
  font-weight:600;
  letter-spacing:.03em;
  margin-bottom:20px;
}

.caring_heading{
  font-size:40px;
  color:#020202;
  line-height:48px;
  font-weight:600;
  letter-spacing:.03em;
}

.service_sec,
.enquire_sec{
  padding-bottom:65px;
}

.enquire_cont{
  background:url(../images/enquire-bg01.jpg) no-repeat center top;
  background-size:cover;
  border:5px solid #ddf2cf;
  border-radius:300px 300px 30px 30px;
  padding:150px 35px 35px;
}

.enquire_cont:after{
  content:"";
  position:absolute;
  width:120px;
  height:116px;
  background:url(../images/butterfly-img04.gif) no-repeat right top;
  background-size:contain;
  right:22px;
  top:0;
}

.enquire_cont .upper{
  border-bottom:1px solid #fff;
  margin-bottom:25px;
  padding-bottom:25px;
}

.enquire_cont .panel .icon{
  display:inline-block;
}

.enquire_cont .panel .text{
  display:inline-block;
  width:90%;
  vertical-align:top;
  padding-left:15px;
}

.enquire_heading{
  font-size:18px;
  color:#fff;
  line-height:26px;
  letter-spacing:.02em;
  padding-bottom:4px;
}

.enquire_main{
  font-size:16px;
  color:#fff;
  line-height:22px;
  letter-spacing:.02em;
}

.enquire_main a{
  color:#fff;
}

.enquire_main a:hover{
  color:#f48236;
}

.enquire_cont .panel .btn1{
  background:#f37617;
}

.enquire_cont .panel .btn1:hover{
  color:#f37617;
  background:#fff;
}

.perticipant_box{
	border-radius:20px;
}

.perticipant_heading{
	font-size:26px;
	line-height:34px;
	font-weight:600;
	min-height:102px;
	margin:20px 0;
}

.perticipant_heading a{
	color:#030303;
}

.perticipant_heading a:hover{
	color:#0061bf;
}

.location_sec{
  background:#f5873e;
  overflow:hidden;
}

.home_map{
	margin-top:-68px;
}

.h_locaion_list li{
	display:inline-block;
	line-height:0;
	border-right:1px solid #fff;
	margin-right:12px;
	margin-bottom:10px;
	padding-right:12px;
}

.h_locaion_list li:last-child{
	border-right:none;
	margin-right:0;
	padding-right:0;
}

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

.home_map{
  line-height:0;
}

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

.contact_information{
  background:url(../images/ph-icon02.png) no-repeat left center;
  padding-left:55px;
}

.cont_inf_heading,
.contact_information a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
  padding-bottom:5px;
}

.contact_information a{
  font-weight:500;
  padding-bottom:0;
}

.contact_information a:hover,
.location_cont .block .btn1:hover{
  color:#6d2092;
}

.location_cont .block .btn1:hover{
  background:#fff;
}

.test_sec:before{
  content:"";
  position:absolute;
  width:120px;
  height:115px;
  background:url(../images/butterfly-img05.gif) no-repeat left bottom;
  background-size:contain;
  left:80px;
  bottom:50px;
}

.test_box{
  background:#e4cff2;
  border-radius:30px;
  padding:30px;
}

.sp-testimonial-free{
  background:#fff !important;
  border-radius:100px !important;
  padding:20px 30px;
}

.sp-testimonial-content p{
  color:#030303 !important;
  letter-spacing:.03em !important;
  padding:0 !important;
}

.sp-testimonial-client-name{
  font-family: 'Andine' !important;
  font-size:20px !important;
  color:#0061bf !important;
  line-height:22px !important;
  font-style:italic !important;
  letter-spacing:.03em !important;
}

.faq_sec{
  background:#d8eec3;
}

.accordion-item{
  border:1px solid rgba(0,0,0,.15) !important;
  margin-bottom:10px;
}

.accordion-item:last-child{
  margin-bottom:0;
}

.accordion-button{
  font-size:18px;
  color:#1c1c1c;
  line-height:25px;
  font-weight:500;
  letter-spacing:.02em;
  text-transform:inherit;
  padding:14px 20px;
}

.accordion-button:focus{
  box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#ef4519;
  color:#fff;
}

.accordion-button[aria-expanded="true"]:after,
.accordion-button:hover:after{
  filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.faq_image{
  margin-top:-20px;
}

#footer{
  background:#f8f8f8;
}

.home #footer{
  background:#fff;
}

.footer_top{
  border-bottom:1px solid #020202;
  padding:50px 0 35px;
}

.footer_top .upper{
  padding-bottom:35px;
}

.footer_logo{
	width:220px;
}

.ft_heading{
  font-family: 'Andine';
  font-size:18px;
  color:#ef4519;
  line-height:20px;
  letter-spacing:.02em;
  padding-bottom:20px;
}

.ft_contact .panel{
  margin-bottom:15px;
}

.ft_contact .panel:last-child,
.ft_link li:last-child{
  margin-bottom:0;
}

.ft_contact .panel .icon{
  display:inline-block;
}

.ft_contact .panel .text{
  display:inline-block;
  width:90%;
  vertical-align:top;
  padding-left:10px;
}

.ft_cont_title,
.ft_cont_main{
  font-size:16px;
  color:#030303;
  line-height:20px;
  padding-bottom:4px;
}

.ft_cont_main{
  font-weight:500;
  padding-bottom:0;
}

.ft_cont_main a{
  color:#030303;
}

.ft_cont_main a:hover{
  color:#ef4519;
}

.ft_sub_heading{
  font-size:18px;
  color:#f37617;
  line-height:20px;
  font-weight:500;
  letter-spacing:.02em;
  padding-bottom:16px;
}

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

.ft_link li a{
  font-size:16px;
  color:#020202;
  line-height:18px;
}

.ft_link li a:hover{
  color:#ef4519;
}

.ft_link.quick_links li{
  display:inline-block;
  margin-bottom:0;
  margin-right:16px;
}

.ft_link.quick_links li:last-child{
  margin-right:0;
}

.footer_btm{
  padding:30px 0;
}

.footer_btm .common_paragraph span,
.footer_btm .common_paragraph a{
  color:#f37617;
  font-weight:600;
}

.footer_btm .common_paragraph a{
  color:#0061bf;
}

#back-button {
  display:inline-block;
  background-color:#f37617;
  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/inner-banner01.jpg) no-repeat right top;
  background-size:cover;
  margin-top:204px !important;
  padding:120px 0 100px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'Andine';
  font-size:50px;
  color:#fff;
  line-height:60px;
  font-weight:700;
}

.inner_cont_sec .section .icon{
  width:75px;
  height:75px;
  background:#0061bf;
  line-height:75px;
  border-radius:20px 0 20px 20px;
  text-align:center;
}

.inner_cont_sec .section .text{
  width: 75%;
}

.contact-title{
  font-family: 'Andine';
  font-size:16px;
  color:#030303;
  line-height:18px;
  font-weight:700;
  letter-spacing:.06em;
}

.contact-main{
  font-size:16px;
  color:#020202;
  line-height:22px;
}

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

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

.inner_cont_sec .form_block{
  border-radius:20px;
}

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

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

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

.contact_form .block .form-control{
  height:52px;
  border-radius:30px;
  border:none;
  background:#ddf2cf;
  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 95% center, #ddf2cf !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:#52b8ba;
  border:2px solid #fff;
  border-radius:30px;
  text-align:center;
  padding:12px 30px;
}

.contact_form .block .btn:hover{
  background:#0c4f8a;
  color:#fff;
}

.contact_form .block .wpcf7-spinner,
.van_booking_form .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:#010101;
  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_bg_title{
  font-family: 'Andine';
  font-size:42px;
  color:#010101;
  line-height:55px;
  font-weight:800;
}

.inner_bg_title strong,
.cta_bg_title strong{
  color:#f37617;
}

.inner_sm_title{
  font-family: 'Andine';
  font-size:24px;
  color:#020202;
  line-height:34px;
  font-weight:600;
  letter-spacing:.04em;
}

.inner_list li{
  font-size:16px;
  color:#050505;
  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;
}

.sec_bg_color{
  background:#f5f5f5;
}

.cta_bg_title{
  font-family: 'Andine';
  font-size:40px;
  color:#030303;
  line-height:52px;
  font-weight:800;
}

.cta_bg_title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#0061bf;
  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:#f37617;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#0061bf;
}

.inner_test_sec .sp-testimonial-free{
	background:#fff !important;
	box-shadow:0 4px 16px rgba(0,0,0,.15) !important;
	border-radius:12px !important;
	min-height:200px;
	margin:6px;
	padding:20px;
}

.inner_img_sec img{
	border:2px solid #0061bf;
	border-radius:40px 0 40px 40px;
}

.rl-basicgrid-gallery .rl-gallery-item img{
	width:100%;
}

#rmp-menu-wrap-46 .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){
  .choose_box{
    min-height:320px;
  }

  .about_cont,
  .ndis_support_cont,
  .location_cont{
    width:600px;
  }

  .offer_sec:after{
    width:80px;
    height:70px;
    right:20px;
    bottom:30px;
  }

  .test_sec:before{
    width:80px;
    height:70px;
    left:20px;
    bottom:30px;
  }
	
	.inner_test_sec .sp-testimonial-free{
		min-height:225px;
	}


}

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

  .navbar-default:before{
    height:3px;
  }

  .head_top{
    padding:12px 0;
  }

  .head_logo{
    width:130px;
  }

  .home_slider{
    margin-top:114px;
  }

  .about_cont, 
  .ndis_support_cont, 
  .location_cont{
    width:360px;
  }

  .footer_btm{
    padding-bottom:70px;
  }

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

  .page .entry-header, 
  .error404 .page-header{
    margin-top:114px !important;
  }
	
	.contact-main{
		word-break:break-all;
	}

}

@media screen and (max-width:767px){
  .home_slider,
  .offer_sec, 
  .test_sec{
    padding:35px 0;
  }

  .banner_big_heading,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:28px;
    line-height:40px;
    padding-bottom:12px;
  }

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

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

  .btn2{
    padding:10px 20px;
  }

  .choose_sec{
    margin-bottom:35px;
  }

  .choose_top{
    padding-bottom:22px;
  }

  .choose_sm_heading, 
  .about_sm_heading, 
  .offer_sm_heading, 
  .support_sm_heading, 
  .serv_sm_heading, 
  .enquire_sm_heading, 
  .location_sm_title, 
  .test_sm_title{
    font-size:18px;
    line-height:22px;
  }

  .choose_bg_title, 
  .about_big_heading, 
  .offer_bg_heading, 
  .support_bg_heading, 
  .serv_bg_heading, 
  .enquire_bg_heading, 
  .location_bg_title, 
  .test_bg_title, 
  .faq_big_heading,
  .inner_bg_title,
  .cta_bg_title{
    font-size:26px;
    line-height:36px;
    margin-bottom:18px;
  }

  .choose_box{
    min-height:auto;
  }

  .choose_heading{
    font-size:16px;
    line-height:26px;
  }

  .about_cont, 
  .ndis_support_cont, 
  .location_cont{
    width:100%;
    padding:25px;
  }

  .sup_ndis_logo{
    width:70px;
  }

  .support_list li{
    font-size:15px;
  }

  .service_top{
    padding:0 50px;
  }

  .service_top::before{
    width:70px;
    height:65px;
    left:0;
  }

  .caring_heading{
    font-size:25px;
    line-height:34px;
  }

  .service_sec,
  .enquire_sec{
    padding-bottom:30px;
  }

  .enquire_cont .panel .text{
    width:86%;
  }

  .enquire_heading{
    font-size:16px;
    line-height:22px;
  }

  .enquire_main,
  .cont_inf_heading, 
  .contact_information a{
    font-size:14px;
    line-height:20px;
  }

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

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

  .cont_inf_heading, 
  .contact_information a{
    line-height:16px;
  }
	
	.perticipant_heading{
		font-size:22px;
		line-height:30px;
		min-height:auto;
	}

  .home_map iframe{
    height:380px;
  }

  .test_box{
    padding:20px;
  }

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

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

  .faq_content{
    padding:30px 0;
  }

  .accordion-button{
    font-size:16px;
    line-height:24px;
  }

  .footer_top{
    padding:30px 0 25px;
  }
	
	.footer_logo{
		width:180px;
	}

  .ft_heading,
  .ft_sub_heading{
    font-size:16px;
    line-height:18px;
  }

  .ft_heading{
    padding-bottom:16px;
  }

  .ft_cont_title, 
  .ft_cont_main,
  .ft_link li a{
    font-size:14px;
  }

  .ft_link.quick_links li{
    margin-bottom:10px;
  }

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

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

  .thankyou_section img,
  .error404 .page-content img{
    width:220px;
  }
	
	.inner_test_sec .sp-testimonial-free{
		min-height:auto;
	}
	
	.inner_cont_sec .section .icon{
		width:62px;
		height:62px;
		line-height:62px;
	}
	
	.contact-title{
		font-size:14px;
		line-height:16px;
	}
	
	.contact-main{
		font-size:15px;
	}
	
	.inner_sm_title{
		font-size:18px;
		line-height:30px;
	}
	
	.inner_list li{
		font-size:14px;
		line-height:22px;
	}

  
}

@media screen and (max-width:575px){
  .banner_image:after{
    right:10px;
  }

  .offer_sec .section .image, 
  .offer_sec .section .content{
    display:block;
    width:100%;
  }

  .service_top{
    padding:0;
  }

  .service_top:before{
    top:-25px;
  }

  .enquire_cont:after{
    width:80px;
    height:80px;
    right:10px;
  }

  .enquire_cont{
    padding:95px 25px 25px;
  }

  .enquire_cont .panel .text{
    width:82%;
  }

  .enquire_main{
    word-break:break-all;
  }

  .sp-testimonial-free{
    border-radius:60px !important;
  }

  
}
