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

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

.common_btn:hover{
  background:#2692c1;
  color:#fff;
}

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

.common_btn2:hover{
  background:#ff0000;
  color:#fff;
}

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

/* ===== Header Starts ====== */
.navbar-default{ 
  background:rgba(255,255,255,.2); 
  border:none;
  margin:0; 
  padding:15px 0;
  transition:all 600ms ease-in-out; 
}

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

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,.2);
    padding:12px 0;
  }

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

  .navbar-default.navbar-fixed .primary-navigation a{
    color:#010101;
  }

  .navbar-default.navbar-fixed .site-navigation .current-menu-item > a,
  .navbar-default.navbar-fixed .primary-navigation a:hover{
    color:#a2d7ee;
  }
	
	.navbar-default.navbar-fixed .primary-navigation ul ul a{
		color:#fff;
	}
	
	.navbar-default.navbar-fixed .site-navigation li .current-menu-item > a,
	  .navbar-default.navbar-fixed .primary-navigation ul ul a:hover{
		color:#fa0000;
	  }

}

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

.banner_bg_title{
  font-family: "Archivo Black", sans-serif;
  font-size:52px;
  line-height:60px;
  padding-bottom:16px;
}

.banner_bg_title span{
  color:#ff0000;
}

.about_panel,
.service_panel,
.testimonial_panel,
.home_form{
  background:#000;
  padding:60px 0;
}

.about_img{
  z-index:9;
}

.about_img:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  border:2px solid #178ec3;
  left:10px;
  top:10px;
  z-index:-1;
}

.about_bg_title,
.equipment_bg_title,
.service_bg_title,
.partner_bg_title,
.testimonial_bg_title{
  font-family: "Archivo Black", sans-serif;
  font-size:46px;
  color:#fa0000;
  line-height:52px;
  padding-bottom:20px;
}

.about_content .block{
  border:1px solid #178ec3;
  border-radius:20px;
  margin-bottom:20px;
  padding:10px;
}

.about_content .block .image{
  display:inline-block;
}

.about_content .block .image img{
  border-radius:20px;
}

.about_content .block .content{
  display:inline-block;
  width:80%;
  vertical-align:middle;
  padding:0 15px;
}

.anout_sm_title,
.service_title{
  font-size:20px;
  line-height:30px;
  font-weight:600;
  letter-spacing:.04em;
  margin-bottom:10px;
}

.about_content .block .content a{
  font-size:18px;
  color:#04b3ff;
  line-height:20px;
  font-weight:500;
  text-decoration:underline;
}

.about_content .block .content a:hover{
  color:#ff0000;
}

.gallery_panel,
.partner_panel{
  background:#000;
  padding-bottom:60px;
}

.equipment_panel{
  background:#178ec3;
}

.equipment_content{
  width:635px;
}

.equipment_content a{
  font-size:18px;
  color:#fff !important;
  line-height:20px;
  font-weight:600;
  background:url(../images/right-icon01.png) no-repeat 14px center, #010101;
  border-radius:10px;
  padding:14px 25px 14px 45px;
}

.equipment_content a:hover{
  background-color:#ff0000;
}

.service_title{
  margin-top:15px;
}

.partner_logo{
  border:2px solid #178ec3;
  border-radius:8px;
}

.p_logo_box{
  height:130px;
  line-height:130px;
  border-radius:8px;
  margin:8px;
  padding:0 15px;
}

.testimonial_panel{
  background:#ff0000;
}

.testimonial_bg_title{
  color:#020202;
}

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

.testimonial_box .sp-testimonial-content p{
  color:#fff;
  text-align:left !important;
  padding:0 !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-size:22px !important;
  color:#fff !important;
  line-height:26px !important;
  font-weight:600 !important;
  font-style:italic !important;
  text-decoration:underline;
  text-align:left !important;
}

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

.home_form{
  background:#178ec3;
}

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

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

.footer_title{
  font-size:22px;
  line-height:24px;
  font-weight:600;
  text-decoration:underline;
  padding-bottom:20px;
}

.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:#fff;
  line-height:18px;
}

.footer_link li a:hover,
.footer_contact li a:hover{
  color:#ff0000;
}

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

.footer_contact li{
  line-height:22px;
}

.footer_contact li a{
  color:#fff;
}

.ft_abn_number{
  font-size:22px;
  line-height:28px;
  font-weight:600;
  letter-spacing:.04em;
}

.footer_bottom .text-common span,
.footer_bottom .text-common a{
  color:#fa0000;
  font-weight:600;
}

#back-button {
  display:inline-block;
  background-color:#04b3ff;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:0;
  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:0 !important;
  padding:230px 0 120px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: "Archivo Black", sans-serif;
  font-size:50px;
  color:#fff;
  line-height:56px;
  font-weight:700;
  position:relative;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#ff0000;
  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:#04b3ff;
}

.thumb-conatct .form-box{
  background:#178ec3;
}

.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:5px;
  border:none;
  background:#1c1c1c;
  font-size:16px;
  color:#fff;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .block .form-control::placeholder{
  color:#fff;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#fff;
}

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

.contact_form .block textarea.form-control{
  height:115px;
  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{
  display:block;
  width:100%;
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#2a4754;
  border-radius:5px;
  padding:16px 30px;
}

.contact_form .block .btn:hover{
  background:#fa0000;
  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: "Archivo Black", sans-serif;
  font-size:46px;
  color:#020202;
  line-height:52px;
  font-weight:700;
}

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

.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;
  background:url('https://vanguard-performance.com.au/wp-content/uploads/2025/11/gym.png') no-repeat left 5px;
	background-size:20px;
  margin-bottom:10px;
  padding-left:28px;
}

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

.inner_testimonial .testimonial_box .sp-testimonial-content p{
  color:#030303;
}

.inner_testimonial .testimonial_box .sp-testimonial-client-name{
  color:#010101 !important;
}

.bg-color{
  background:#f4f4f4;
}

.cta-title{
  font-family: "Archivo Black", sans-serif;
  font-size:44px;
  color:#1c1c1c;
  line-height:50px;
}

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

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

@media screen and (max-width:1366px){
  .equipment_content{
    width:545px;
  }


}

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

  .header_logo{
    width:170px;
  }

  #footer{
    padding-bottom:70px;
  }

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

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

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


}

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

  .home_banner .desc{
    bottom:12%;
  }

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

  .about_panel, 
  .service_panel,
  .equipment_panel, 
  .testimonial_panel, 
  .home_form{
    padding:35px 0;
  }

  .about_bg_title, 
  .equipment_bg_title, 
  .service_bg_title, 
  .partner_bg_title, 
  .testimonial_bg_title{
    font-size:26px;
    line-height:32px;
    padding-bottom:15px;
  }

  .about_content .block .content{
    width:77%;
  }

  .anout_sm_title, 
  .service_title{
    font-size:18px;
    line-height:26px;
  }

  .about_content .block .content a{
    font-size:15px;
    line-height:18px;
  }

  .gallery_panel, 
  .partner_panel{
    padding-bottom:35px;
  }

  .equipment_content{
    width:100%;
  }

  .equipment_content a{
    font-size:15px;
    line-height:18px;
    padding:12px 20px 12px 42px;
  }

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

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

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

  .contact_form .block .btn{
    padding:13px 20px 12px;
  }

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

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

  .footer_logo{
    width:170px;
  }

  .ft_abn_number{
    font-size:18px;
    line-height:20px;
  }

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

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    letter-spacing:.04em;
    padding-bottom:0;
  }

  .thumb-conatct .section .icon{
    width:65px;
    height:65px;
    line-height:65px;
  }

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

  .contact-main{
    font-size:14px;
  }

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }
	.inner_title{
		font-size:30px;
		line-height:35px;
	}
	
	.inner-sm-title{
		font-size:20px;
		line-height:25px;
	}
	.inner_list li{
		font-size:14px;
	}


}

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

  .home_banner .desc{
    bottom:6%;
  }

  .about_img{
    margin-right:10px;
  }

  .about_content .block .content{
    width:65%;
  }

  .anout_sm_title{
    margin-bottom:5px;
  }

  .about_content .block .content a{
    margin-bottom:8px;
  }


}
