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

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

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#020202;
  line-height:18px;
  font-weight:500;
  background:#1ee4dd;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#5091e1;
  color:#fff;
}

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

.common_btn2:hover{
  background:#1ee4dd;
  color:#020202;
}

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

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

.header_logo{
  width:220px;
  transition:all 600ms ease-in-out; 
}

.header_top{
  padding-bottom:30px;
}

.header_contact li{
  font-size:16px;
  color:#010101;
  line-height:18px;
  font-weight:500;
}

.header_contact li span{
  margin-right:8px;
}

.header_contact li a{
  color:#010101;
}

.header_contact li a:hover{
  color:#558be6;
}

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

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

}

.home_banner{
  margin-top:175px;
}

.banner_content{
  width:650px;
}

.banner_bg_title{
  font-family: 'Gadugi';
  font-size:52px;
  color:#2f4477;
  line-height:60px;
  padding-bottom:20px;
}

.banner_btm_sec{
	background:#f4f4f4;
	padding:30px 0;
}

.banner_btm_title{
	font-size:22px;
	color:#5c80eb;
	line-height:30px;
	font-weight:600;
	font-style:italic;
}

.service_panel,
.choose_panel,
.home_form{
  padding:60px 0;
}

.service_bg_title,
.about_bg_title,
.mission_title,
.value_title,
.testimonial_bg_title,
.choose_bg_title,
.book_bg_title{
  font-family: 'Gadugi';
  font-size:48px;
  color:#5c80eb;
  line-height:56px;
  padding-bottom:20px;
}

.service_box{
  background:url(../images/service-img01.jpg) no-repeat center center;
  background-size:cover !important;
  min-height:330px;
  padding:30px;
}

.service_bottom .col-lg-3:nth-child(2) .service_box{
  background:url(../images/service-img02.jpg) no-repeat center center;
}

.service_bottom .col-lg-3:nth-child(3) .service_box{
  background:url(../images/service-img03.jpg) no-repeat center center;
}

.service_bottom .col-lg-3:nth-child(4) .service_box{
  background:url(../images/service-img04.jpg) no-repeat center center;
}

.service_box:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(57,178,232,.9);
  left:0;
  top:0;
}

.service_box:hover:before{
  background:rgba(65,98,179,.9);
}

.service_title,
.value_list_title,
.choose_title{
  font-family: 'Gadugi';
  font-size:25px;
  line-height:34px;
  padding-bottom:15px;
  position:relative;
}

.service_box .text-common{
  position:relative;
}

.about_panel,
.mission_panel,
.testimonial_panel{
  margin-bottom:60px;
}

.about_bg_title,
.mission_title,
.testimonial_bg_title{
  text-shadow:0px 3px 5px rgba(0,0,0,.5);
}

.mission_panel:before{
  content:"";
  position:absolute;
  width:80%;
  height:400px;
  background:url(../images/mission-bg.jpg) left center;
  background-size:cover;
  left:0;
  top:0;
  bottom:0;
  margin:auto 0;

}

.mission_panel .right_side{
  background:url(../images/values-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:35px;
}

.value_title{
  margin-bottom:25px;
  padding-bottom:12px;
}

.value_title:after{
  content:"";
  position:absolute;
  width:110px;
  height:2px;
  background:#fff;
  left:0;
  bottom:0;
}

.mission_panel .right_side .content{
	overflow:auto;
  	position:relative;
	height:400px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.mission_panel .mCSB_scrollTools .mCSB_draggerRail{
	width:5px;
	background:#00fff1;
}

.mission_panel .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:5px;
	background:#5c80eb !important;
}

.mission_panel .right_side .section{
  margin-bottom:20px;
}

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

.value_list_title{
  color:#020202;
}

.testimonial_bg_title{
  margin-bottom:35px;
}

.testimonial_bg_title:after{
  content:"";
  position:absolute;
  width:120px;
  height:2px;
  background:#00fff1;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

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

.testimonial_box .sp-testimonial-free{
  background:url(../images/quote-icon01.png) no-repeat left top !important;
  padding-top:20px;
  padding-left:20px;
}

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

.testimonial_box .sp-testimonial-client-name{
  font-family: 'Gadugi' !important;
  font-size:26px !important;
  color:#090b7a !important;
  line-height:28px !important;
  font-style:italic !important;
  text-align:left !important;
}

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

.choose_panel{
  background:url(../images/choose-bg.jpg) no-repeat center top;
  background-size:cover;
  transform:skewY(-2deg);
}

.choose_section{
  transform:skewY(2deg);
}

.choose_sm_title{
  font-size:26px;
  line-height:32px;
  font-weight:600;
  letter-spacing:.08em;
  padding-bottom:16px;
}

.choose_icon{
  display:inline-block;
  width:90px;
  height:90px;
  line-height:90px;
  background:#fff;
  text-align:center;
  border-radius:50%;
}

.choose_icon:hover{
  background:#22e0d1;
}

.choose_icon:hover img{
  filter:invert(96%) sepia(96%) saturate(1%) hue-rotate(122deg) brightness(300%) contrast(100%);
}

.choose_title{
  min-height:85px;
  margin-top:18px;
}

.book_panel{
  padding-top:60px;
}

.book_bg_title span{
  display:block;
  font-size:35px;
  color:#020202;
  line-height:42px;
}

.book_btn .block .icon{
  display:inline-block;
  width:48px;
  height:48px;
  line-height:48px;
  background:#44a2e0;
  border-radius:50%;
}

.book_btn .block .text a{
  font-size:26px;
  color:#123762;
  line-height:28px;
  font-weight:700;
}

.book_btn .block .text a:hover{
  color:#44a2e0;
}

.home_form{
  background:url(../images/h-form-bg.jpg) no-repeat center center;
  background-size:cover;
}

.h_area_panel{
  padding:35px 0;
}

.h_area_panel li{
  font-size:17px;
  color:#030303;
  line-height:22px;
  font-weight:600;
  background:url(../images/location-icon02.png) no-repeat left center;
  padding-left:25px;
}

.home_map{
  line-height:0;
}

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

#footer{
  background:#f4f4f4;
  padding:50px 0 25px;
}

.home #footer{
  background:none;
}

.footer_top{
  border-bottom:1px solid #44a2e0;
  margin-bottom:25px;
  padding-bottom:30px;
}

.footer_title{
  font-family: 'Gadugi';
  font-size:24px;
  color:#315180;
  line-height:26px;
  text-decoration:underline;
  padding-bottom:22px;
}

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

.footer_link li a:hover,
.footer_contact li a:hover,
.footer_bottom .text-common a{
  color:#44a2e0;
}

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

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

.footer_contact li a{
  color:#020202;
}

.footer_bottom .text-common strong{
  color:#28cfdd;
}

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

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

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'Gadugi';
  font-size:50px;
  color:#fff;
  line-height:58px;
  font-weight:700;
  text-align:center;
}

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

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

.contact-title{
  font-family: 'Gadugi';
  font-size:24px;
  color:#000;
  line-height:26px;
  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:#1ee4dd;
}

.thumb-conatct .form-box{
	background:url(../images/h-form-bg.jpg) no-repeat center center;
	background-size:cover;
}

.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:50px;
  border-radius:0;
  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: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:#020202;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#b7f9fd;
  border-radius:30px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#5c80eb;
  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-family: 'Gadugi';
  font-size:48px;
  color:#5091E1;
  line-height:56px;
  font-weight:700;
}

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

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

.inner_list li{
  font-size:16px;
  color:#242424;
  line-height:24px;
  font-weight:500;
  background:url('https://horizonbooksnbalances.com.au/wp-content/uploads/2025/09/ledger.png') no-repeat left 5px;
  margin-bottom:10px;
  padding-left:32px;
}

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

.inner_testimonial .sp-testimonial-free{
	border:1px solid #1ee4dd !important;
	background-position:left 20px top 20px !important;
	padding:35px;
}

.bg-color{
  background:#f4f4f4;
}

.cta-title{
  font-family: 'Gadugi';
  font-size:45px;
  color:#020202;
  line-height:52px;
}

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

.cta-btn li:last-child a{
  background:#1ee4dd;
  color:#020202;
}

.icon-box {
  font-size: 40px;
  color: #6c63ff; 
}

.icon-box img{
	width:70px;
	height:70px;
}

.card-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.img-box img{
	object-fit:cover;
}

#menu-item-91{
	margin-right:0;
}

@media screen and (max-width:1366px){
  .banner_content{
    width:560px;
  }
	
	.service_box{
		min-height:355px;
	}

}

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

  .header_logo{
    width:140px;
  }

  #footer{
    padding-bottom:70px;
  }

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

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


}

@media screen and (max-width:767px){
  .home_banner{
    margin-top:150px;
  }

  .banner_content{
    width:520px;
    max-width:100%;
    margin:0 auto;
  }

  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:38px;
    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;
  }
	
	.banner_btm_sec{
		padding:20px 0;
	}
	
	.banner_btm_title{
		font-size:18px;
		line-height:26px;
	}

  .service_panel, .choose_panel, .home_form{
    padding:35px 0;
  }

  .service_bg_title, 
  .about_bg_title, 
  .mission_title, 
  .value_title, 
  .testimonial_bg_title, 
  .choose_bg_title, 
  .book_bg_title{
    font-size:28px;
    line-height:36px;
    padding-bottom:14px;
  }

  .service_box{
    min-height:285px;
    padding:20px;
  }

  .service_title, 
  .value_list_title, 
  .choose_title{
    font-size:22px;
    line-height:30px;
    padding-bottom:12px;
  }

  .about_panel, 
  .mission_panel, 
  .testimonial_panel{
    margin-bottom:35px;
  }

  .mission_panel:before{
    display:none;
  }

  .mission_panel .left_side{
    background:url(../images/mission-bg.jpg) center center;
    background-size:cover;
    padding:25px;
  }

  .mission_panel .right_side{
    padding:25px;
  }

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

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

  .choose_sm_title{
    font-size:20px;
    line-height:28px;
    letter-spacing:.03em;
    padding-bottom:12px;
  }

  .choose_title{
    min-height:72px;
  }

  .book_panel{
    padding-top:35px;
  }

  .book_bg_title span{
    font-size:22px;
    line-height:28px;
  }

  .book_btn .block .icon{
    width:40px;
    height:40px;
    line-height:40px;
  }

  .book_btn .block .text a{
    font-size:22px;
  }

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

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

  .h_area_panel{
    padding:25px 0;
  }

  .home_map iframe{
    height:260px;
  }

  #footer{
    padding-top:30px;
  }

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

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

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

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

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }
	
	.inner_title{
		font-size:30px;
		line-height:38px;
	}
	
	.inner_list li{
		font-size:14px;
		line-height:20px;
	}
	
	.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_map iframe{
		height:260px;
	}


}

@media screen and (max-width:575px){
  .banner_content{
    padding:0 15px;
  }

  .service_box{
    min-height:170px;
  }

  .choose_title{
    min-height:auto;
  }

  .h_area_panel li{
    margin-bottom:10px;
  }

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


}
