/*
Theme Name:  Tier17
Author URI: https://www.thegeminigeeks.com/
Version: 1.1
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
:root {
  /* Color Variables: */
--primarycolor:#1c1c1c;
--secondarycolor:#ffcc00;
--tertiarycolor:#a259ff;
--teal:#0dede1;
--Seagreen:#00c2b3;	
	
  /* Font Variables: */
--primaryfont:'Montserrat', sans-serif;
--secondaryfont:'Open Sans', sans-serif;
--tertiaryfont:'DM Serif Display', sans-serif;
--fourthfont:'Lato', sans-serif;
}
*{margin: 0;padding: 0;}
body {margin: 0;padding: 0;background: #fff;font-family: var(--secondaryfont);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color:var(--primarycolor);font-weight: 400;font-size: 1rem;line-height: 1.8;text-rendering: optimizeLegibility;}
a img {border: none;}
a {color:var(--primarycolor);text-decoration: none !important;transition:0.8s;transition: all 0.8s ease;-moz-transition: all 0.8s ease;-ms-transition: all 0.6s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;}
a:hover {transition:0.8s;text-decoration: none;color: var(--secondarycolor);}
.clear {clear: both;}
.divider {clear: both;border-bottom: 1px solid #ddd;margin: 0 0 1.2rem 0;padding: 20px 0 0 0;}
.alignleft{float:left;margin:0 10px 0 0;}
.alignright{float:right;margin:0 0 0 10px;}
.aligncenter{display:block;margin:0 auto;}

#scroll {position: fixed;right: 10px;bottom: 10px;cursor: pointer;width: 40px;height: 40px;background-color: var(--secondarycolor);text-indent: -9999px;display: none;-webkit-border-radius: 60px;-moz-border-radius: 60px;border-radius: 60px;z-index: 999;}
#scroll span {position: absolute;top: 50%;left: 50%;margin-left: -8px;margin-top: -12px;height: 0;width: 0;border: 8px solid transparent;border-bottom-color: #ffffff;}
#scroll:hover {background-color:var(--tertiarycolor);opacity: 1;filter: "alpha(opacity=100)";-ms-filter: "alpha(opacity=100)";}

.inner {width: 1170px;margin: 0 auto;max-width: 100%;}
.overlay {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #5C2AB5CF;}

.header_area {position:relative;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;border-bottom: 1px solid rgba(255,255,255,0.2);float:left;padding: 1.5rem 0;}
.header_area .row{align-items:center}

.header-nav{display: flex; justify-content: end; align-items: center; gap: 2rem; -webkit-gap: 2.6rem; -moz-gap: 2.6rem}
.header-nav a{font-weight: 600}
.header-nav .call-btn{font-size: 30px;font-family: var(--fourthfont); display: flex; align-items: center; justify-content: center; gap: 1rem; -webkit-gap: 1rem; -moz-gap: 1rem; }
.header-nav .call-btn i{font-size: 32px}
.header-nav .header-btn{font-size: 18px; font-family: var(--primaryfont); background: var(--secondarycolor); font-weight: bold; height: 54px; display: flex; width: fit-content; justify-content: center; align-items: center;  padding: 0px 24px; border-radius: 7px}
.header-nav .header-btn:hover{background: #151515; color: #fff}

#logo {display:flex;}
#logo img{width:140px;}
.site-menu-toggle{display: none;}

h1,h2,h3,h4,h5,h6 {margin: 0 0 0.6rem 0;color: #000;line-height: 1.2;font-family: var(--primaryfont);}
h1 {font-size: 45px;color: #fff;line-height: 65px;font-weight: 800;}
h2 {font-size: 40px;}
h3 {font-size: 25px;line-height: 1.5;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
.menu-bar {text-align: left;width: 25px;}
.menu-bar span {height:2px;background:#000;display:block;margin-bottom:5px;}
.menu-bar span:nth-child(1) {width:15px;}
.menu-bar span:nth-child(2) {width:25px;}
.menu-bar span:nth-child(3) {width:15px;margin-left:auto;margin-bottom:0}

.ham-btn{display: flex; align-items: center; gap: 0.5rem; font-weight: 600;text-transform: uppercase; background: var(--Seagreen); border-radius: 10px; padding: 12px 18px;cursor: pointer;font-weight: 600;color: #000;margin-left: -1rem;transition: 0.5s ease;}
.ham-btn:hover{background: var(--teal); }

#scrolleffect {padding-top: 6.25rem; margin-top: -6.25rem;}

.btn-primary{background:var(--secondarycolor);padding: 0.6rem 1.5rem;margin: 0.8rem 0 1.8rem;display: flex;transition:0.5s ease; align-items: center;  gap: 1rem; -webkit-gap: 1rem; -moz-gap: 1rem; color:#000;transition: .6s ease-in-out;font-size: 18px;border-radius: 13px;justify-content: center;width: fit-content;}
.btn-primary:hover{background:#000;color:#fff;}
.btn-primary:hover:after{filter: invert(0)}
.btn-primary:after{content:""; width: 40px; height:20px; filter: invert(1) ;  transition:0.5s ease; background:url("https://www.tier17.com.au/wp-content/uploads/2025/06/White-Arrow.png") no-repeat center; background-size:cover; }

.more-btn{padding: 0px 35.5px;margin:1.5rem 0 0;display: table;background: var(--Seagreen);font-size: 18px;font-weight: 700;color: #fff;border-radius: 8px;text-transform: uppercase;height: 64px;display: flex;width: fit-content;justify-content: center;align-items: center;font-family: var(--primaryfont);}
.more-btn:hover{background:var(--tertiarycolor);color:#fff !important; }

.primary-btn{padding: 0px 24.5px;display: table;background: var(--secondarycolor);font-size: 22px;font-weight: 500;color: #000;border-radius: 8px;height: 64px;display: flex;width: fit-content;justify-content: center;align-items: center;font-family: var(--primaryfont);margin: 0.5rem 0;}
.primary-btn:hover{background:var(--teal);color:#000 !important; }

.normal-list{margin-top:2rem; padding-left:1.2rem; margin-bottom:2.3rem;}
.normal-list li{color: #fff; font-weight:700; font-size:18px; margin-bottom: 0.1rem;}

#hero-section{background: #1e1e1e; padding:7rem 0 1rem;position: relative;z-index: 1;}
#hero-section:before{content: ""; position:absolute; top: 0; bottom: 0; right: 0; background:url(https://www.tier17.com.au/wp-content/uploads/2025/06/Slider-Bg.jpg) no-repeat center; background-size:cover; width:45.3%; z-index:-1}
#hero-section .grid{display: grid; grid-template-columns: 55% auto; align-items:end}
#hero-section .dis{color: #f1f1f1; font-size: 26px;width: 38rem; line-height: 1.46; font-weight: 500; margin-bottom:2rem;margin-top: 4rem;max-width: 100%;}
#hero-section p{color:#fff;}
#hero-section .blue-text{color: var(--Seagreen);font-size: 22px;font-weight: 500;width: 78%;}
#hero-section .text-box{padding-bottom: 5rem;}
#hero-section h2{color: #fff; font-size: 28px;}

#home-section2{background:#1E1E1E; padding:7rem 0 7rem; color: #fff; font-size: 20px;font-family: var(--secondaryfont);}
#home-section2 h2{color: #fff; text-align: center;font-weight: 600;margin-bottom: 2.8rem;line-height: 1.25;}
#home-section2 h3{color: #fff;margin-bottom:1rem;}
#home-section2 ul{list-style: none}
#home-section2  .sub-section{margin-bottom: 4.5rem;}
#home-section2 .sub-section:last-child{margin-bottom: 0 ;}
#home-section2  .row{gap: 2rem 0; -webkit-gap: 2rem 0; -moz-gap: 2rem 0; }

#home-section3 {background: #f1f1f1; font-size:18px;}
#home-section3 h2{width: 35rem; font-weight:600; margin-bottom:0.7rem; max-width:100%}
#home-section3 .row{align-items: center}
#home-section3 .col-md-6{padding: 0}
#home-section3 img{width: 100%}
#home-section3  .content{padding: 0 45px}
#home-section3 .white-box{background: #fff; padding: 13px 45px;margin: 1.5rem 0;}
#home-section3 ul{list-style: none}
#home-section3 .subline{font-size:22px; font-family:var(--primaryfont); line-height: 1.5; width: 30rem;max-width: 100%;}
#home-section3 .subline strong{font-weight: 600}
#home-section3 .subheading{font-weight: 600; font-size: 20px; font-family: var(--primaryfont)}
#home-section3 h3{font-size:30px; line-height: 1.25 }

.line{margin: 1rem auto 3.5rem; width: 160px; height: 4px; background: var(--teal);}

#home-section4{margin: 6.5rem 0; text-align:center; font-family:var(--primaryfont); font-size: 18px}
#home-section4 h2{font-weight:600; }
#home-section4 .line{margin: 1.3rem auto 3.5rem;  width: 250px;  }
#home-section4 .dis{font-size:26px; font-weight:600; line-height: 1.5; width:70rem; max-width:100%;margin:0 auto 1.2rem;}
#home-section4 .dis:last-child{margin-bottom: 0}
.icon-box{flex: 1 0 300px; display: flex; align-items: center;flex-direction: column; border:2px solid #7F7F7F; padding: 2.9rem; border-radius:30px;max-width: 368px;}
.icon-box .icon{width:127px; margin-bottom: 1.5rem}
.icon-box h3{font-size: 20px; font-weight:700;margin-bottom: 1rem;}
#home-section4 .row{gap: 2rem 3.7rem; -webkit-gap: 2rem 3.7rem; -moz-gap: 2rem 3.7rem;  margin-bottom:3.5rem; }

#home-section5{background: #f1f1f1; padding:5.5rem 0; text-align: center; font-family:var(--primaryfont); font-size:18px;}
#home-section5 .dis{width: 55rem; margin:1rem auto 2.8rem; line-height:1.6;max-width: 100%;}
#home-section5 h2{font-weight: 600}
#home-section5 .row{gap: 1.5rem 1rem; -webkit-gap: 1.5rem 1rem;-moz-gap: 1.5rem 1rem; }

.fact-box{flex: 1 0 180px; background:#fff; display:flex; flex-direction:column; align-items: center; padding:3rem 1.9rem 2.4rem;}
.fact-box h3{font-weight: 600; font-size: 26px;line-height: 1.3; margin-bottom:0.8rem;}
.fact-box  .icon{width: 70px; margin-bottom: 1.8rem}

#home-section6{background: var(--primarycolor); text-align:center; padding:5rem 0; color:#fff; font-family: var(--primaryfont); font-size:18px;}
#home-section6 h2{color: #fff; font-weight: 700;font-size: 36px;margin-bottom: 15px;}
#home-section6 .dis{margin-bottom: 4rem}
#home-section6 .row{gap: 0.5rem; -webkit-gap: 0.5rem; -moz-gap: 0.5rem; }

.fact-box2{text-align:left ; flex:1 0 200px; background:#fff; border: 4px solid var(--Seagreen); border-radius: 20px;padding: 2rem 1.1rem;color: #060606;font-family: var(--secondaryfont);}
.fact-box2 .list2 li{line-height: 1.4;  margin-bottom:0.6rem;}
.fact-box2 .list2 li:last-child{margin-bottom: 0;}
.fact-box2 .list2 li:before{color: #000; }
.fact-box2  h3{font-size: 22px; line-height: 1.7; margin-bottom: 1.3rem}
.fact-box2  h3 span{font-size: 21px}

#service-section{padding: 5.5rem 0; text-align: center; font-family: var(--primaryfont); font-size:17px; }
#service-section .row{justify-content: center; gap:1.2rem; }
#service-section .primary-btn{margin: 2.6rem auto 0 !important; font-size:19px; margin-top:2rem;height: 55px;}
#service-section h2{margin-bottom: 2.8rem;}

.sbox{ border: 2px solid #000; padding:1.4rem 1.1rem; border-radius:20px;height: 100%;width: fit-content;background: #fff;}
.sbox h3{line-height: 1.3; margin-bottom:1rem;}
.sbox .dis{font-size:17px; margin-bottom:0.8rem;}
.sbox p{color: #000; line-height:1.55}
.sbox .icon{width: 85px; margin: 0 auto 1.4rem}
.keen-slider__slide:nth-child(1)  .sbox .icon{width: 100px; height: 85px}
.keen-slider__slide:nth-child(4) .sbox .icon{width: 105px; height:90px}

#serSlider, #testimonials .container{position: relative;}
.slider-nav{position: absolute; top: 0 ; left: -55px;right: -55px; bottom: 0; display: flex; align-items: center ; justify-content: space-between; padding-top: 0rem; }
.slider-nav .arrow{width: 38px; transition:0.5s ease; height: 38px;font-size: 20px; border-radius: 50%; background: var(--secondarycolor);  border: 1px solid var(--secondarycolor); cursor: pointer;}
.slider-nav .arrow:hover{border-color: #000}

.rating-section{display: flex; justify-content: center; align-items: center; gap: 1rem; margin-top:2.5rem;flex-wrap: wrap;}
.rating-section .image{height: 80px; max-width: 100%;width: auto;}
.rating-section .image img{height: 100%; width: auto}

#testimonials{text-align: center; padding:6rem 0 5rem; background: #f1f1f1; font-family:var(--primaryfont); font-size:22px; }
#testimonials h2{font-weight: 600}
#testimonials .keen-slider__slide{padding-top: 5rem;padding-bottom: 1px;}

.testimonial-item{display: flex;flex-direction: column; align-items: center; background:#fff; height:100%; padding:0 1.1rem 3rem;border-radius: 25px;overflow: visible !important;border: 1px solid #ccc;}
.testtitle{line-height: 1.2;font-size:1.1rem;margin-bottom:1rem}
.testimonial-item .icon{width: 155px; margin: -5rem auto 2rem;border-radius: 50%;overflow: hidden;border: 4px solid var(--teal);}
.testimonial-item .icon img{width: 100%}
.adv-h3{font-family: var(--fourthfont);font-weight: 600;font-size: 25px;line-height: 1.3;margin-top: 1.4rem;}

#cta{text-align: center;padding: 4rem 0 0}
#cta h2{font-size:2rem}
#cta .btns{background:var(--secondarycolor);padding:1rem 2rem;margin:2rem auto 0;display:table;font-weight: 600}
#cta .btns:hover{background:var(--primarycolor);color:#fff}

#home-section7 {margin:5.5rem 0 ; font-family:var(--fourthfont);}
#home-section7 h2{text-align: center; font-weight: 600; font-family:var(--fourthfont);}
#home-section7 .line{background: var(--Seagreen);}
#home-section7 .container > .row{gap: 2rem 0; -webkit-gap: 2rem 0; -moz-gap: 2rem 0; }

.icon-box2{display: flex; align-items: center; margin-bottom:2rem; gap: 1.2rem ; -webkit-gap: 1.2rem ; -moz-gap: 1.2rem ; font-size: 18px;}
.icon-box2 .icon{width: 80px ; min-width: 80px; }
.icon-box2  h3{font-family:var(--fourthfont); font-size: 22px;  font-weight:700; position:relative; padding-bottom:0.7rem; margin-bottom: 0.4rem}
.icon-box2  h3:before{content: ""; position: absolute ; bottom:  0; left: 0 ;width:152px; height: 3px; background:#87b5a1;  }
.icon-box2:last-child{margin-bottom: 0}

#home-section8{background: var(--primarycolor); padding: 5.5rem 0; font-family:var(--primaryfont); font-size: 18px}
#home-section8 h2, #home-section8 .dis{text-align:center; color: #fff;}
#home-section8 h2{font-weight: 600; }
#home-section8 .dis{width: 48rem; margin: 0 auto 3.2rem;max-width: 100%;}
#home-section8 h3{color: #fff;font-size: 26px; font-weight:600; margin-bottom:2.2rem }
#home-section8 .white-textBox {background: #fff; margin-bottom:1.6rem; border:2px solid #737373; padding: 8px 15px; line-height:1.5; border-radius:10px}
#home-section8 .white-textBox:last-child{margin-bottom: 0}
#home-section8 .white-box{background: #fff; border:2px solid #737373; border-radius:15px; padding: 1rem 1.2rem}
#home-section8 .white-box h3{color:#000; margin-bottom: 0.5rem}
#home-section8 .row{gap: 1.6rem 0; -webkit-gap: 1.6rem 0; -moz-gap: 1.6rem 0}

#home-section9{margin: 6rem 0; font-family:var(--primaryfont); font-size:18px;}
#home-section9 h2{text-align: center;  margin-bottom: 3rem;font-weight:600}
#home-section9 h2 span{font-size: 26px; }
#home-section9 .grayBox{background: #f1f1f1; padding:1.5rem 1.2rem; height:100%; border-radius: 10px}
#home-section9 h3{margin-bottom: 1rem; font-size:24px;}
#home-section9 p{margin-bottom: 0.9rem}
#home-section9 p:last-child{margin-bottom: 0}
#home-section9 .subline{font-weight: 500; font-size: 22px; line-height:1.55}
#home-section9 .row{gap: 2rem 0; -webkit-gap: 2rem 0; -moz-gap: 2rem 0}

#home-section10 {background:#f1f1f1; padding:5rem 0; font-family:var(--primaryfont); font-size:18px;}
#home-section10 h2{text-align: center;margin-bottom: 1.2rem;}
#home-section10 .dis{text-align: center; margin: 1rem auto 2.5rem; width:64rem; max-width:100%;line-height: 1.7;}
#home-section10 .white-box2{background: #fff;margin-bottom: 15px; border:  1px solid #000; padding:15px 15px; border-radius: 10px}
#home-section10 .white-box2 h3{margin-bottom: 0rem; font-size: 24px;}
#home-section10 .white-box2:last-child{margin-bottom: 0}
#home-section10 .row{gap: 1rem 0; -webkit-gap: 1rem 0; -moz-gap: 1rem 0}

#home-section11{padding: 6rem 0 5rem;background: var(--primarycolor); text-align:center;}
#home-section11 h2{color: #fff; font-weight:600; margin-bottom: 3rem;}
#home-section11 .row{gap: 0.7rem; -webkit-gap: 0.7rem; -moz-gap: 0.7rem}
#home-section11 .last-line{color: #fff; font-size:26px; font-family: var(--primaryfont); line-height:1.5; margin-top:2.8rem}

.icon-box3{flex:1 0 200px; background: #fff;display: flex; flex-direction: column; align-items: center; padding: 0 1rem 2rem; margin-top:3.2rem}
.icon-box3 .stepText{font-weight: 700; font-family: var(--primaryfont); text-transform: uppercase;font-size:26px; }
.icon-box3 .icon{width: 105px; margin: -3.2rem auto 1.8rem;}
.icon-box3 h3{font-size: 26px; line-height:1.2; margin:1rem 0 1rem}
.icon-box3 p{font-family: var(--secondaryfont); font-size:18px;}
.icon-box3  .btn{display: table; padding: 5px 15px; width:100%; background:var(--secondarycolor); font-size: 18px;margin-top: 1.4rem;}
.icon-box3  .btn:hover{background: #151515; color: #fff}

#home-section12{text-align: center; margin-top: 6rem}
#home-section12 .line{width: 200px; height: 3px; margin:1.1rem auto 1.5rem; font-size:18px;}
#home-section12 .dis{width: 60rem; font-size:26px; font-weight:600; margin:0 auto 2.2rem;max-width: 100%;}

#home-section13{margin-bottom: 6rem;font-family: var(--secondaryfont);}
#home-section13 h2{text-align: center;margin-bottom: 4px;}
#home-section13 .dis{width: 60rem; font-size:25px; font-weight:600; margin:0 auto 3rem;text-align: center;max-width: 100%;}
#home-section13 h3{font-family: var(--primaryfont); font-size:26px; margin-bottom:2rem;}
#home-section13 .white-box{background: #fff; border:2px solid #737373; border-radius:15px; padding: 1rem 1.2rem; margin-bottom:2.2rem}
#home-section13 .white-box p{font-size: 18px}
#home-section13 .col-md-6:nth-child(2) h3{margin-bottom: 10px;}
#home-section13  .row{gap: 1.7rem 0; -webkit-gap: 1.7rem 0; -moz-gap: 1.7rem 0}

#home-section14{margin-bottom: 6rem;font-family: var(--secondaryfont);}
#home-section14 h2{text-align: center;margin-bottom: 4px;}
#home-section14 .dis{width: 60rem; font-size:26px; font-weight:500; margin:0 auto 3rem;text-align: center;font-family: var(--primaryfont);max-width: 100%;}
#home-section14 .row{gap: 2rem 0; -webkit-gap: 2rem 0; -moz-gap: 2rem 0}

#about-section{margin-bottom: 5.5rem; font-family:var(--primaryfont); font-size:18px;}
#about-section h2{font-size: 35px; text-align: center}
#about-section .line{margin-bottom: 3rem}
#about-section img{border-radius: 30px; }
#about-section p{margin-bottom: 1rem}
#about-section .btn-primary{margin-bottom: 0; margin-top: 1.8rem}

.faq-box{margin-bottom: 2rem}
.faq-box p{font-size: 18px;font-family: var(--secondaryfont);}
.faq-box h3{font-size: 22px;position: relative; padding-left: 3.5rem}
.faq-box h3:before{content: ""; position: absolute; left: 0; top: 8px; width: 40px; height: 20px; background: url(https://www.tier17.com.au/wp-content/uploads/2025/06/Teal-Arrow.png) no-repeat center; background-size:cover;  }
.faq-box:last-child{margin-bottom: 0}

.gray-box2 {border: 2px solid #505050; margin-top:1.6rem; border-radius:14px; overflow: hidden; }
.gray-box2 h3{margin-bottom: 1.2rem !important; background:var(--teal); width: fit-content; color:#fff; padding:6px 18px 8px; border-radius: 0  0 5px  0} 
.gray-box2 ul{list-style: none; margin: 0 auto 1.4rem !important;width: 95%;}

.list4 li {list-style :none;padding: 0px 0px 7px 2.3rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative; font-size:18px; line-height: 27px; margin-bottom:0.8rem;}
.list4 li:before{content: "\f00c";font-family: 'Font Awesome 5 Free'; font-weight: 900; width:22px; height:22px; background:#4DAF4F; display:flex; justify-content:center; align-items:center;  position:absolute;left:0rem;top:4px; font-size:15px; color:#fff; border-radius:3px; }


#home-section15 {border: 1px solid #000; padding:1rem 0;}
#home-section15 h2{ font-size:26px; margin-bottom: 0 !important;}
#home-section15 .row{align-items: center; gap:0.5rem 0; -webkit-gap:0.5rem 0; -moz-gap:0.5rem 0  }
#home-section15 .arrow{background: #fff; border-color: #ccc}
#home-section15 .arrow:hover{color: #efbf00 !important;}

#total-score-circle,
#general-score-circle,
#speed-score-circle,
#privacy-score-circle {margin: 0.1em auto; width: 156px;  height: 170px;position: relative;}

#counter{gap: 1rem; -webkit-gap: 1rem; -moz-gap: 1rem; margin-bottom:6rem}
.count-box{flex: 1 0 300px; display: flex; align-items:center;  gap:1rem; -webkit-gap:1rem; -moz-gap:1rem;  text-align: left; border:4px solid var(--teal); border-radius:14px; padding:0 1rem }
.count-box .progressbar-text{color: var(--teal) !important; font-weight: 700; font-size: 70px;}
.count-box p{font-size: 18px; font-family: var(--secondaryfont);line-height: 33px;}

.list3{margin-bottom: 28px}
.list3 li{color: var(--teal); list-style: none; font-size:26px;font-weight: 600; line-height:1.2; margin-bottom:1.4rem; position:relative; padding-left:3.8rem}
.list3 li:before{content: "" ; position: absolute; left: 0; top:  0; width: 40px; height:  40px; background: url(https://www.tier17.com.au/wp-content/uploads/2025/06/White-Arrow.png) no-repeat center; background-size: cover; }

.box-list{margin-top: 1.5rem}
.box-list li{border: 2px solid #979797;border-radius: 15px;margin-bottom: 0.6rem;padding: 0px 25px; height: 59px; display: flex; align-items: center;}
.box-list li:last-child , .box-list{margin-bottom: 0 !important;}

.bordered-box{border: 2px solid #979797; border-radius: 10px;  padding: 1.5rem 1.5rem 1.4rem;}
.bordered-box+.bordered-box{margin-top: 1.5rem}
.bordered-box h3 span{font-weight: 400}
.bordered-box h3{font-size: 26px; margin-bottom: 0.4rem !important;line-height: 1.5;}
.bordered-box p{line-height: 1.65}

.list2{margin-bottom: 0 !important;}
.list2 ul{margin-top: 1.2rem}
.list2 ul li{font-weight: 600; font-size:26px;color: var(--Seagreen);margin-bottom: 6px;}
.list2 > li {list-style :none;padding: 0 0px 13px 1.5rem;/*! display: flex; */list-style-position: inside;align-items: baseline;position:relative;font-size: 18px;font-family: var(--primaryfont);line-height: 1.6;}
.list2 > li:before{color:var(--Seagreen);content: "\f054";font-family:'Font Awesome 5 Free';font-weight:900 ; margin-right:0.6rem; position:absolute;left:0rem;top:-1px; font-size:19px; }
.list2 > li:last-child{margin-bottom: 0;padding-bottom: 0;}

.list li {list-style :none;padding: 0px 0px 7px 2.3rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative;}
.list li:before{content: ""; width:22px; height:22px;  position:absolute;left:0rem;top:7px; font-size:12px; background: url(https://www.tier17.com.au/wp-content/uploads/2025/06/check-mark-1.png) no-repeat center;background-size: cover;}

.column{column-count: 2;margin:25px 0 !important;}
.column3{column-count: 3;}

.post {padding: 10px;margin: 0 0 10px 0;}
.post p {margin-bottom:1rem}
.post p a {font-weight: bold;}
.post a {color: #000;}
.post ul {margin: 10px 0 0px 0px;}
.post ul li {list-style :none;margin: 0 0px 10px 0px;display: flex;list-style-position: inside;}
.post ul li:before{color: #F47E49;content: "\f00c";margin-right: 8px;font-family:'Font Awesome 5 Free';font-weight:900}

#pagetitle {padding:2rem 0;float: left;width: 100%;text-align: center;background:linear-gradient(-45deg, var(--tertiarycolor) 25%, #f3f3f3 25.1%, #f3f3f3 50%, #eee 50.1%, 75%, #f3f3f3 75.1%, var(--tertiarycolor) 0);color:#fff;background-size:cover;position: relative;float: left;width: 100%;}
#pagetitle h1 {color:var(--primarycolor);text-align: center;}
#pagetitle p {color:#fff;text-align: center;font-size: 20px;}
.breadcrumb {list-style: none;border-radius: 4px;max-width: 100%;float: none;font-size: 14px;text-transform: uppercase;color: var(--primarycolor);font-weight: 300;}
.breadcrumb a:hover{color:var(--tertiarycolor);}
.breadcrumb>li {display: inline-block;}
.breadcrumb>li+li:before {content: "\f101";padding: 0 5px;color: #fff;font-family:'Font Awesome 5 Free';font-weight:900}

#main{padding: 3rem 0;}
#main p{color:var(--primarycolor);font-size: 16px;text-align:justify;}
#main a{color:var(--secondarycolor)}
#main a:hover{color:var(--primarycolor);}
#main h3{border-bottom: 1px solid #eee;line-height: 50px;}
#main li{list-style: none;line-height: 30px;color: var(--primarycolor);}

#bottom {background: url(https://www.tier17.com.au/wp-content/uploads/2025/06/Footer.png) no-repeat center;color:#fff;font-size: 14px;padding: 6.9rem 0;background-size: cover; text-align: center;}
#bottom .grid{display: grid; grid-template-columns: 28% auto;  align-items: center}
#bottom .main-widght{display: flex; align-items: center; flex-direction:column;}
#bottom .main-widght img{width: 265px; }
#bottom .main-widght ul{list-style: none; margin-top:1.2rem; margin-bottom:0; width: 100%;}
#bottom .main-widght ul li{width: 100%; font-weight:600; font-size:18px}
#bottom .main-widght ul li a{display:flex; align-items:center; justify-content:center; gap:8px;font-weight: 700;font-size: 20px;}
#bottom .main-widght ul li a:hover{color:var(--Seagreen);}
#bottom .main-widght ul li i{font-size: 26px; margin-right: 0.2rem;color: var(--Seagreen);}

#bottom  h2{font-size: 40px; font-family: var(--tertiaryfont);line-height: 1.2;font-weight: 400;}
#bottom .two-btns{ display: flex; align-items: center ; justify-content: center; gap: 1rem; -webkit-gap: 1rem; -moz-gap: 1rem; margin-top: 1.8rem;}
#bottom .two-btns .btns{display: table; padding: 15px 20px; font-size:17px; font-family:var(--primaryfont);font-weight: 700;border-radius: 7px;height: 91px;}
#bottom .two-btns .btns:nth-child(1){background: var(--tertiarycolor);color: #fff;}
#bottom .two-btns .btns:nth-child(1):hover, #bottom .two-btns .btns:nth-child(2):hover{background: #101010; color: #fff}
#bottom .two-btns .btns:nth-child(2){background: var(--secondarycolor);display: flex;align-items: center;}

.phone-call {width: 50px;height: 50px;left: 20px;bottom: 20px;background:var(--secondarycolor);position: fixed;text-align: center;color: #ffffff;cursor: pointer;border-radius: 50%;z-index: 99;display: inline-block;line-height: 65px;font-size: 1.6rem;line-height: 50px;animation: shake 1.8s linear infinite alternate;}
.phone-call i{color:#000;}
.phone-call:before {position: absolute;content: " ";z-index: -1;top: -15px;left: -15px;background-color:var(--secondarycolor);width: 80px;height: 80px;border-radius: 100%;animation-fill-mode: both;-webkit-animation-fill-mode: both;opacity: 0.6;-webkit-animation: pulse 1s ease-out;animation: pulse 1.8s ease-out;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.fa-phone-alt::before {content: "\f879";}
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0);opacity: 0;}
    25% { -webkit-transform: scale(0.3); opacity: 1; }
    50% {-webkit-transform: scale(0.6);opacity: .6;}
    75% {-webkit-transform: scale(0.9);opacity: .3;}
    100% {-webkit-transform: scale(1);opacity: 0;}
}

@keyframes shake{
    50%{transform:scale(1.1)rotate(90deg)}
}

@keyframes pulse {
    0% {transform: scale(0);opacity: 0;}
    25% {transform: scale(0.3);opacity: 1;}
    50% {transform: scale(0.6);opacity: .6;}
    75% {transform: scale(0.9);opacity: .3;}
    100% {transform: scale(1);opacity: 0;}
}

@media screen and (max-width: 981px) {
body {min-width: 230px;}
.desktoponly {display: none;}
.inner {width: 100%;padding: 0%;}
img.alignleft,
img.alignright {float: none;display: block;margin: 10px auto;}
.site-menu-toggle{display: block;color: var(--secondarycolor);}
.site-navbar{display: none;}

#logo{display:flex;align-items:center;justify-content:space-between}
#logo .site-title{margin: 10px 0;}
#logo img{width: 125px;height: auto;float:left;}


#bottom {width: 100%;display: block;padding: 3.5rem 14px;}
.fleft, .fright {float: none;}
    
    #home-section4 .row{gap: 2rem 1.5rem; -webkit-gap: 2rem 1.5rem; -moz-gap: 2rem 1.5rem; justify-content:center;}
    #hero-section .blue-text{width:100%}
    .fact-box h3 br{position: absolute; display: none}
     .fact-box h3{font-size: 21px}
    
    #home-section5, #home-section6, #testimonials, #home-section8, #home-section10{font-size: 17px;padding: 3.3rem 15px 3.8rem;}
    #testimonials{padding: 3.3rem 30px 3.8rem;}
    #home-section5 .dis, #home-section6 .dis, #home-section8 .dis, #home-section10 .dis{margin-bottom: 1.8rem;}
    #home-section10 .col-md-6{padding: 0}
    .adv-h3{font-size: 20px;}
    
    .testimonial-item .icon{width: 130px; margin-top: -3.5rem; margin-bottom:1.5rem}
    
    #testimonials .keen-slider__slide{padding-top: 3.5rem}
    .testimonial-item .adv-h3{font-size: 19px}
    #testimonials .slider-nav{top: 0%;}
    
    #home-section11{padding: 3.5rem 15px 3rem;}
    #home-section11 .row{gap:2rem 1rem; -webkit-gap:2rem 1rem; -moz-gap:2rem 1rem}
    #home-section11 h2{margin-bottom: 1.8rem}
    
    .icon-box3{margin-top:3.3rem}
    .icon-box3 h3{font-size: 22px; margin:0.2rem 0 0.7rem}
    .icon-box3 .stepText{font-size: 20px}
    .icon-box3 .icon{width: 100px; margin: -3.3rem auto 0.9rem !important;}
    
 
    #home-section12{margin-top: 3.5rem;}
    #home-section12 .row{justify-content: center}
    #home-section12 #counter{margin-bottom: 4rem}
    #total-score-circle,
    #general-score-circle,
    #speed-score-circle,
    #privacy-score-circle {margin: 0.1em auto; width: 100px;  height: 140px;position: relative;}
    
    .count-box{max-width:352px;}
    .count-box .progressbar-text{font-size: 50px}
    
    #home-section13{margin-bottom: 2.5rem;padding: 0 15px;}
    #home-section14{margin-bottom: 3.5rem;}
   
    #home-section15 h2{font-weight: 600; line-height: 1.4; margin-bottom: 1.5rem;  }
    
    #bottom .grid{grid-template-columns: 100%; gap:2.5rem 0; -webkit-gap:2.5rem 0; -moz-gap:2.5rem 0;  }
    #bottom .main-widght{justify-content: center}
    
    #bottom .main-widght img{width:200px}
      #bottom .two-btns{flex-direction: column;}
    #bottom .two-btns {margin-top:1.8rem}
    #bottom .two-btns .btns{padding: 10px 15px}
    #about-section img{margin-bottom: 1.8rem}
    .sbox .dis{font-size:17px; margin-bottom:0.8rem;}
    .sbox p{color: #000; line-height:1.55}
	
	 .ham-btn{font-size: 0px; gap:0; padding:13px 13px; margin-left: -0.4rem !important;}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none;}
    #hero-section .side-image{margin-left: -13rem;}
    #hero-section .side-image img{width: 100%;}
.site-menu-toggle{display:none;}
    
    #home-section2 h3{width: 84%;}
    #home-section2  .col-md-6:nth-of-type(1){padding-right: 2rem}
    #home-section2  .col-md-6:nth-of-type(2){padding-left: 1rem}
    #home-section2 .sub-section:nth-child(2)  .col-md-6:nth-of-type(1){padding-right: 2rem}
    #home-section2 .sub-section:nth-child(2)  .col-md-6:nth-of-type(2){padding-left: 0rem}
    
    #home-section3.rev .row{flex-direction: row-reverse}
    #home-section3.rev  .content{padding:0 5rem;}
    
    #home-section7 .col-md-6:nth-child(2){padding-left: 2rem}
     #home-section8 .col-md-6:nth-child(1){padding-right: 1.8rem}
    #home-section8 .col-md-6:nth-child(2){padding-left: 3rem}
    
    #home-section9 .col-md-6:nth-child(1){padding-right: 1.5rem}
    #home-section13  .col-md-6:nth-child(1){padding-right: 3.2rem}
    
    #home-section14 .col-md-6:nth-child(1){padding-right: 2.5rem}
    #home-section14 .col-md-6:nth-child(2){padding-left: 2rem }
    #about-section .col-md-7{padding-left: 2.5rem;}
    #about-section  img{position: sticky; top: 1.5rem;}
   #hero-section p{width:80%;}
    
    #hero-section h2{width:80%; line-height: 1.6}
}

@media (min-width: 768px) {
    .moblie-btns{display: none }
}

@media screen and (max-width: 768px) {
    .moblie-btns{display: flex; align-items: end; justify-content: center; width: fit-content; gap: 0.5rem;flex-direction:column; font-family:var(--fourthfont)}
    .moblie-btns  a{font-weight: 700; font-size: 17px}
    .moblie-btns .call2{display: table; padding: 5px 20px; background: var(--secondarycolor); font-weight: 600; border-radius: 8px;font-size: 15px;}
}

@media screen and (max-width: 768px) {
.wp-pagenavi span.pages, .wp-pagenavi a , .wp-pagenavi a.nextpostslink  {padding: 0.3rem 0.6rem !important;}
.wp-pagenavi span.current{padding:0.8rem}
.column, .column3, .column4{column-count:1}
    
    #hero-section .grid{grid-template-columns: 100%;}
    .header_area .col-md-4{max-width: 100%;}
    .header_area .col-md-8{max-width: 100%;display: none;}
    
    #hero-section .text-box h1{font-size: 28px; line-height:1.5;}
    #hero-section .text-box h1 br{display: none; position: absolute; }
    #hero-section .text-box .dis{font-size: 21px;margin: 1.6rem 0 1.8rem;width: 100%;}    
    #hero-section .text-box .normal-list{margin-top: 1.4rem; margin-bottom: 1.5rem}
    #hero-section .blue-text{font-size: 18px;}

    .more-btn {height: 46px; font-size:16px; padding: 0 26px;}
    
    .primary-btn{height: 46px; font-size: 16px; margin:0.8rem 0}
    
    h2, #home-section6 h2,#cta h2{font-size:26px;}
    h2 br{position: absolute; display: none; }
    h3, #home-section8 h3{font-size:18px;font-weight: 600;}
    .fact-box2 h3{line-height: 1.5}
    #home-section8 .white-box h3, #home-section9 h3, #home-section10 .white-box2 h3{font-size: 21px !important; line-height: 1.45}
    #home-section3 .subheading{font-size: 18px}
    #home-section3 h3 {font-size: 26px}
    .icon-box h3{font-size: 22px; margin-bottom: 0.7rem}
    #home-section10 .white-box2 h3{margin-bottom: 10px}
    
    #home-section2 {padding: 3rem 0 4rem;}
    #home-section2 h2{margin-bottom:2.2rem;padding: 0 10px;}
    #home-section2 .sub-section{margin-bottom:2rem}
    
    #home-section3 h2, #home-section3 .subline{width: 100%}
    #home-section3 h2{margin-bottom:1.2rem;}
    #home-section3 .subline{font-size:19px;}
    #home-section3 .subline strong{font-weight: 500;}
    #home-section4 .line{margin-bottom: 2.5rem}
    
    #home-section4, #home-section7, #home-section9{margin: 3.5rem 0; }
    .fact-box, .fact-box2{flex:  1 0 71%;padding: 1.5rem 1rem 1.4rem;}
    .icon-box3{flex:  1 0 70%;padding: 0rem 1.4rem 1.7rem;}
    .icon-box3 .icon{margin-bottom: 1rem;}
    #home-section6 .row {gap: 1.8rem; -webkit-gap: 1.8rem; -moz-gap: 1.8rem; }
    
    .line{margin-bottom: 1.8rem;width: 100px;}
    
    .list3 li{font-size: 18px; padding-left:2.1rem;line-height: 1.5;}
    .list3 li::before{width: 25px;height: 25px}
    
    #home-section8 .white-box h3{font-size: 24px}
    
    #home-section12 .dis{font-size: 22px; font-weight:400;margin-bottom: 2rem;}
    
    #home-section13 h2{ margin-bottom:0.7rem}
    #home-section13 .dis{font-size: 20px;margin-bottom: 1.6rem;}
    #home-section13 .col-md-6:nth-child(1) h3{text-align: center; font-size: 24px;}
    
    #hero-section:before{display: none; }
    
    #hero-section{padding:2.8rem 10px 0;}
    #hero-section .text-box{padding-bottom: 0;}
    #hero-section .grid{display: flex; flex-direction: column; gap:1.5rem; -webkit-gap:1.5rem; -moz-gap:1.5rem; }
    #hero-section .hero-image, #hero-section .hero-image img{width: 100%;}
    
    #home-section2, #home-section3, #home-section12 .dis{font-size: 17px; }
    .box-list li{height: unset !important; padding: 8px 15px; line-height: 1.6; margin-bottom: 15px}
    
    .bordered-box{padding: 1.5rem 15px}
    .bordered-box h3{font-size: 22px}
    .list2 ul li{font-size: 22px}
    
    #home-section3 .content,   #home-section4, #home-section12 {padding: 0 15px}
    #home-section3 .white-box{padding:20px 15px}
    #home-section3 .text-box{padding: 2.5rem 0}
    
    #home-section3 ul li{line-height: 1.45; margin-bottom: 1.1rem}
    .icon-box .icon{width: 100px}
    
    .icon-box{padding: 2rem 1rem}
    #home-section4 .dis{font-size: 20px; font-weight: 500}
    
    #home-section4 .row{margin-bottom: 2.2rem}
    
    .icon-box2{align-items: start;}
    .icon-box2 h3{font-size: 19px;}
    .icon-box2 h3:before{width: 100px}
    .icon-box2 .icon{width: 70px ; min-width: 70px; }
    
    #home-section9 .subline{font-size: 19px}
    #home-section13 h3{font-size: 23px}
    #home-section11 .last-line{margin-top: 1.8rem; font-size:20px}
    
    #home-section14 .dis{margin-bottom: 1.5rem;font-size: 22px; line-height: 1.5 }
    
    .faq-box h3{font-size: 21px; padding-left: 3rem}
    .faq-box h3:before{width: 35px; top:6px;}
    
    #home-section15 h2{font-size: 24px}
    #home-section15{text-align: center;padding: 1.5rem 29px;}
    #bottom h2{font-size: 30px}
  
    
    .count-box{max-width:100%;}
    .count-box .progressbar-text{font-size: 45px}
    
    #home-section13 .white-box p, .list4 li, .faq-box p, .list2 > li{font-size: 17px;}
    
    .btn-primary:after{width: 28px}
    #home-section13 .col-md-6{padding: 0}
    
    #about-section {font-size: 17px; padding:0 10px;margin-bottom: 3.5rem;}
    #about-section h2{font-size:26px;}
    #about-section .line{margin-bottom: 2.2rem}
    #about-section .col-md-5, #about-section .col-md-7{padding: 0}
    
    #service-section{padding:4rem 30px;}
    #service-section h2{margin-bottom: 2rem}
    
    .slider-nav{left: -20px; right: -20px;}
     #serSlider .dis{font-size: 17px;}
    
    .ham-btn{width: fit-content; margin-left: auto !important; margin-top: 0.6rem;}
    #cta .btns{width:98%}
    
    #hero-section h2{font-size:22px; line-height: 1.5}
}


@media screen and (min-width: 768px) and (max-width: 1120px) {
    .header_area .col-md-4{max-width: 25%;}
    .header_area .col-md-8{max-width: 75%;}
    .header_area .call-btn{font-size: 20px;}
    .header_area .call-btn i{font-size: 23px}
    .header_area .header-btn{height: 45px; font-size:15px;}
    .header-nav{gap: 20px; -webkit-gap: 20px; -moz-gap: 20px; }
    
    #hero-section .text-box h1{font-size: 32px; line-height:1.5;}
    #hero-section .text-box h1 br{display: none; position: absolute; }
    #hero-section .text-box .dis{font-size: 24px;margin: 1.6rem 0 1.8rem;}    
    #hero-section .text-box .normal-list{margin-top: 1.4rem; margin-bottom: 1.5rem}
    #hero-section .blue-text{font-size: 20px;}

    .more-btn {height: 50px; font-size:17px; }
    
    .primary-btn{height: 50px; font-size: 17px; margin:0.8rem 0}
    
    h2{font-size:30px;}
    h2 br{position: absolute; display: none; }
    h3, #home-section8 h3{font-size:24px}
    
    #home-section2 {padding: 5rem 0}
    #home-section2 h2{margin-bottom:2.2rem}
    #home-section2 .sub-section{margin-bottom:2rem}
    
    #home-section3 h2, #home-section3 .subline{width: 100%}
    #home-section4 .line{margin-bottom: 2.5rem}
    
    #home-section4, #home-section7, #home-section9{margin: 4rem 0 }
    .fact-box, .fact-box2{flex:  1 0 40%;padding: 2rem 1.4rem 1.7rem;}
    .icon-box3{flex:  1 0 40%;padding: 0rem 1.4rem 1.7rem;}
    .icon-box3 .icon{margin-bottom: 1rem;}
    #home-section6 .row {gap: 1.8rem; -webkit-gap: 1.8rem; -moz-gap: 1.8rem}
    
    .line{margin-bottom: 2.5rem}
    
    .list3 li{font-size: 22px; padding-left:3rem}
    .list3 li::before{width: 30px;height: 30px}
    
    #home-section8 .white-box h3{font-size: 24px}
    
    #home-section12 .dis{font-size: 22px; font-weight:400;margin-bottom: 2rem;}
    
    #home-section13 h2{ margin-bottom:0.7rem}
    #home-section13 .dis{font-size: 20px;margin-bottom: 1.6rem;}
    #home-section13 .col-md-6:nth-child(1) h3{text-align: center; font-size: 24px;}
    #home-section3 .text-box{padding: 3rem 0}
    .icon-box .icon{width: 110px}
    .icon-box{padding: 2.5rem 1rem}
     #home-section11 .last-line{margin-top: 1.8rem; font-size:22px}
    #home-section14 .dis{margin-bottom: 1.8rem;font-size: 24px;}
    #home-section15{text-align: center;padding: 1.8rem 0;}
    #bottom h2{font-size: 35px}
   
     #serSlider .slider-nav{left: -40px; right: -40px;}
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
    #hero-section::before{width:40%}
#hero-section .side-image{margin-left: -4rem;}
	 #home-section4 .row{gap: 1.5rem;justify-content: center}
    #home-section15 .slider-nav{left: 0; right: 0}
}

