/*
Theme Name:  hbbrakes
Author URI: https://www.thegeminigeeks.com/
Version: 1.1
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
:root {
  /* Color Variables: */
--primarycolor:#505050;
--secondarycolor:#EB3300;
--tertiarycolor:#202020;
  /* Font Variables: */
--primaryfont:"Rubik", sans-serif;
--secondaryfont:'Roboto', 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 39px;}
.aligncenter{display:block;margin:0 auto;}

#scroll {position: fixed;right: 10px;bottom: 62px;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;}

.about-img{object-fit: cover; border-radius:20px; height:32rem;}

.header_area {position:relative;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;border-bottom: 2px solid var(--secondarycolor);padding: 2rem 0 1.7rem;}
.header_area .row{align-items:center}

#top-bar{background: var(--secondarycolor);padding:0.6rem 0;}
#top-bar .row{justify-content:space-between;align-items: center;}
#top-bar a , #top-bar p{color: #fff; font-weight: 600;font-size: 18px;}
#top-bar p{text-transform: capitalize;}
#top-bar .pull-right{display: flex;justify-content: end; gap: 1.5rem; -webkit-gap: 1.5rem}
#top-bar .pull-right a{display: flex; align-items: center; gap: 0.6rem; -webkit- gap: 0.6rem;}
#top-bar .pull-right  i{font-size: 21px;width: 24px;height: 24px;background: #fff;display: flex;justify-content: center;align-items: center;color: var(--secondarycolor);font-weight: 200;font-size: 15px;border-radius: 50%;}
#top-bar .pull-right .fa-phone-alt {font-weight: 900}

.fa-phone-alt::before {content: "\f879";}

#logo {display:flex; justify-content:start}
#logo img{width:340px;}
.site-menu-toggle{display: none;}

h1,h2,h3,h4,h5,h6, .heading {margin: 0 0 0.6rem 0;color: #000;line-height: 1.2;font-family: var(--primaryfont);}
h1 {font-size: 36px;text-transform: uppercase;}
h2 {font-size: 42px;}
h3, .heading {font-size: 28px; font-weight:600;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
h1 span{color: var(--secondarycolor)}
.heading {display: table !important;}
.menu-bar {text-align: left;width: 30px;}
.menu-bar span {height:2px;background:var(--secondarycolor);display:block;margin-bottom:6px}
.menu-bar span:nth-child(1) {width:17px}
.menu-bar span:nth-child(2) {width:30px}
.menu-bar span:nth-child(3) {width:15px;margin-left:auto;margin-bottom:0}

.thank-box{text-align: center}
.thank-box p, .thank-box li{text-align: center !important;}
.thank-box ul{margin-top: 1.5rem}
.thank-box .btn-primary{margin: 0 auto 1rem}

#scrolleffect {padding-top: 6.25rem; margin-top: -6.25rem;}
.smalltext{text-transform: uppercase;letter-spacing: 5px;display: block;text-align: center}

.btn-primary{display: table;color:#fff;transition: .6s ease-in-out;color:#303030 !important; width:fit-content; margin:0 0rem;  font-weight: 500;font-size: 18px;line-height: 1.2;font-weight: 500 !important;margin-bottom: 15px;}
.btn-primary i{margin-right: 0.5rem; color:var(--secondarycolor)}

.more-btn{padding: 9px 28px;margin:2rem 0 0;display:table;background: var(--secondarycolor);border-radius: 20px;color: #fff;font-weight: 400;text-transform: uppercase;}
.more-btn:hover{background:var(--tertiarycolor);color:#fff !important; }
.more-btn:after{content: "\f061";font-family:'Font Awesome 5 Free';font-weight:900 ; margin-left:0.8rem }

.header-btn{padding: 9px 28px;margin:2.2rem 0 0;display:table;background: var(--secondarycolor);border-radius: 10px;color: #fff;font-weight: 800;text-transform: uppercase;}
.header-btn a{color:#fff !important; font-weight:800 !important}
.header-btn:hover{background:#252525 !important;;color:#fff !important; }

.call-btn{display: flex;  align-items:center; gap: 1rem; -webkit-gap: 1rem}
.call-btn .content{margin-bottom: 0 !important; font-weight:400; font-size:19px; font-family:var(--primaryfont);line-height: 1.5;}
.call-btn .content span{color: var(--secondarycolor)}
.call-btn img{width: 10px ;min-width:62px}

#slider{position: relative;margin-bottom: 6rem;}
#slider .bg-img img{width: 100%}
#slider .carousal-caption{position: absolute; top: 0; left: 0;  right: 0 ;bottom: 0; display: flex; align-items: center; }
#slider .text-box{width: 36rem; max-width: 100%}
#slider h1{color: #fff; font-size:48px;font-weight: 700;margin-bottom: 1.2rem;line-height: 1.25;}
#slider p{color: #fff;margin-bottom: 2.4rem;font-size: 18px;}

.carousel-caption {right: 0;top: 0;left: 0;z-index:997;padding-top: 20px;padding-bottom: 20px;position:absolute;bottom: 0;}
.textblock{margin:7rem 0 0 11rem;width:45%}
.carousel-caption h1{font-size: 3.5rem;letter-spacing: 1px;color: #fff;line-height: 1.2;}
.carousel-caption span{font-weight: 900;color:#F68C19;}
.carousel-caption p{color: #fff;font-weight: inherit;}

.line{width: 180px; height: 2px; display: table ; background:  var(--secondarycolor); margin: 0  0 1.5rem; }

.list {margin:0px 0 15px 0px !important;;}
.list li {list-style :none;padding: 0 0px 10px 2.5rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative;}
.list li:before{color:var(--secondarycolor);content: "\f00c";font-family:'Font Awesome 5 Free';font-weight:900 ; display: flex;align-items: center; justify-content: center; border-radius: 50%; width: 26px; height: 26px; position:absolute;left:0rem;top:1px; font-size:12px; border: 1px solid #e4e4e4;background: #fff;}


.subheading{padding-left:3.4rem;position: relative; font-family: var(--primaryfont); margin-bottom: 10px !important; color: var(--secondarycolor); font-weight: 700; text-transform: uppercase; font-size: 21px;}
.subheading:before{content:"";position: absolute; left: 0; top: 16px; width: 40px; height: 2px; background: var(--secondarycolor); }
.subheading:after{content:"";position: absolute; left: 15px; top: 22px; width: 25px; height: 2px; background: var(--secondarycolor); }


#about{margin-bottom:6rem}
#about .side-image{position: relative;}
#about .side-image img{margin-left: auto; width:80%; border-radius:25px;}
#about .row{align-items: center}
#about .row .row{gap: 2.5rem; -webkit-gap: 2.5rem}
#about .content-column p{margin-bottom: 2.5rem;}
#about h2{margin-bottom: 1.2rem}
#about .list{padding-bottom: 0.6rem; border-bottom: 2px solid #e5e5e5;margin-bottom: 1.2rem !important;}
#about .col2{flex: 1 0 150px}
#about .col2:nth-child(1){flex: 1.5 0 150px}
#about .counter-box{background: #f1f1f1; text-align: center;display: flex;flex-direction: column;gap: 1.7rem;padding: 1.5rem 15px;border-radius: 20px;}
#about  .progressbar-text{font-size: 26px !important;font-weight: 500;  color:var(--secondarycolor) !important;}
#about .head-title{font-size: 18px;margin-bottom: 0 !important; font-weight:600}
#about .floating-bdg{background: var(--secondarycolor); width:13.5rem;border-radius: 25px;  text-align:center;padding: 2rem 2rem; position:absolute; bottom:5.3rem;}
#about .floating-bdg .num{font-family: var(--primaryfont); font-weight: 700; color: #fff; font-size:52px; margin-bottom:0.2rem; line-height:1.3}
#about .floating-bdg .dis{ font-weight: 600; color:#fff;font-size:20px; line-height: 1.3}

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

.subtitle{font-family: var(--primaryfont);margin-bottom: 00px !important;color: var(--secondarycolor);font-weight: 700;text-transform: uppercase;font-size: 21px;}

#service-section{padding: 5rem 15px; text-align: center;background: url(https://www.hbbrakes.com.au/wp-content/uploads/2025/04/Why-Choose-Us-BG.jpg) no-repeat;background-size: cover;margin-bottom: 5rem;}
#service-section .row{margin-top: 2.8rem; gap:3.2rem 2.8rem; -webkit-gap:3.2rem 2.8rem; justify-content: center;}
#service-section .dis{width: 55rem; margin: 1.2rem auto 0;max-width: 100%;}
#service-section h2{color: #fff}
#service-section .dis{color: #fff}
#service-section .more-btn{margin: 2.5rem auto 0 }

.service-item{flex: 1 0 280px;max-width: 368px; text-align: center}
.service-item .image{border-radius: 25px;overflow:hidden}
.service-item .image img{transition:0.5s ease;border-radius: 20px;}
.service-item .content{    position: relative; margin-top:1.2rem}
.service-item h3{text-transform: uppercase; font-weight:600; color: #fff;margin-bottom: 8px;transition:0.5s ease; margin-bottom: 0.5rem !important;} 
.service-item p{color: #f1f1f1 ; text-align: center !important; }
.service-item:hover .image img{transform: scale(1.1)}
.service-item:hover h3{color: var(--secondarycolor) !important;}

p:empty{display: none;position:absolute; }

#features-section{margin-bottom: 5rem;padding: 0 15px;}
#features-section .row{justify-content: center; gap: 2.5rem 3.7rem; -webkit-gap: 2.5rem 3.7rem;}

.fact-box{flex: 1 0 230px; border:2px solid var(--secondarycolor);text-align:center; padding:30px 30px 35px; border-radius: 40px;max-width: 350px;}
.fact-box .icon{width: 110px; margin: 0 auto 1rem}
.fact-box .more-btn{margin: 1.3rem auto 0; font-weight: 400}
.fact-box .heading{margin: 0 auto 0.5rem;}

#why-section{background:url(https://www.hbbrakes.com.au/wp-content/uploads/2025/04/Why-Choose-Us-BG.jpg) no-repeat; background-size:cover; padding: 4.4rem 0 }
#why-section h2{color: #fff;margin-bottom: 1.2rem;}
#why-section .dis{color: #f1f1f1}
#why-section .row {align-items: center}
#why-section .row .row{gap: 1rem}

.why-item , .why-item  *{transition:0.5s ease}
.why-item{flex: 1 0 200px; background:#fff; padding:35px 20px; text-align: center;}
.why-item .icon{width: 75px; margin:0 auto 0.8rem; }
.why-item .title{font-size: 19px; line-height: 1.4; font-weight: 500}
.why-item:hover{background: var(--secondarycolor)}
.why-item:hover .icon img{filter: invert(1)}
.why-item:hover .title{color: #fff}

#testimonials{padding: 4rem 0px 6rem;width: 100%;text-align: center; }
#testimonials .container{position: relative;}
#testimonials .slider-nav{position: absolute; top: 0 ; left: 0 ;right: 0; bottom: 0; display: flex; align-items: center ; justify-content: space-between; padding-top: 7rem; }
#testimonials .slider-nav .arrow{width: 38px; transition:0.5s ease; height: 38px;font-size: 20px; border-radius: 50%; background: #fff;  border: 1px solid #e5e5e5; cursor: pointer;}
#testimonials .slider-nav .arrow:hover{border-color: #000}
#testimonials h2{margin-bottom: 2.7rem;}

.testimonial-item{background: #F6F7F9;  text-align: left; padding:2rem 1.8rem; border-radius:25px; position:relative;}
.testimonial-item .quotes{position: absolute; bottom: 1.5rem; right: 1.5rem;opacity: 0.5; width:100px; z-index:-1}
.testimonial-item .raiting{width: 150px; margin-top:1.4rem}
.testimonial-item .heading{font-size: 25px; margin-bottom:1.1rem}

.adv-heading{display: grid;grid-template-columns:auto max-content auto; align-items:center; gap:0.8rem; -webkit-gap:0.8rem; margin-bottom:3rem; color:var(--secondarycolor); font-weight: 500}
.adv-heading:before, .adv-heading:after{content: "";width: 100%; height: 3px; background:#E6E6E6}

#clint-logo{margin-bottom:4rem;}
#clint-logo .row{ gap:1.5rem 2rem; -webkit-gap:1.5rem 2rem; justify-content:space-between}
.cbox img{  width:100% }

.category-products .service-item .image, .product-page .service-item .image{border: 1px solid #ccc; padding: 1rem}
.category-page .row, .product-page .post-row{gap: 3.2rem 2.8rem; -webkit-gap: 3.2rem 2.8rem; justify-content: center;}

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

#spu-80 .spu-container{background:#f5f5f5;border-radius: 25px !important;overflow: hidden;}
#from-box{padding:1.5rem 5px 1rem !important;}
#from-box img{width:280px; margin: 0 auto 1.5rem; }
#from-box .dis{text-align: center; margin-bottom: 1.5rem}
#from-box #contactform .wpcf7-submit{padding: 12px 35px; margin: 1rem auto 0}
#from-box #contactform input{height: 48px}
#from-box #contactform p{margin-bottom: 5px}

.info.row{gap: 1rem; -webkit-gap: 1rem; margin-bottom:2rem;}
.info-box{flex: 1 0 200px; text-align: center; background:#fafafa;padding:1.5rem 1rem;border-radius: 15px;border: 1px solid #e5e5e5;}
.info-box img{width: 50px; margin:0 auto 1rem;}
.info-box p{text-align: center !important;margin-bottom:0 !important}
.info-box a{color: #454545 !important;font-weight: 400 !important;}
.info-box strong{font-size: 20px}

.contact-page .line{ margin: 0.8rem 0 1.5rem; height: 4px;width: 100px;}
.contact-page #contactform p{margin-bottom: 8px; }

#contactform *{font-size: 15px;color:#595966;font-family: var(--secondaryfont)}
#contactform p{margin-bottom: 8px }
#contactform h3{font-size:26px;text-align: center;}
#contactform i{font-size:26px;}
#contactform h2{font-size: 20px;margin:0 0 15px;font-weight:bolder; text-align: center;color: #252525;text-transform: capitalize;}
#contactform input , #contactform select , #contactform textarea{width: 100%;padding: 15px 20px;background: #fff;border: 1px solid #e5e5e5; border-radius: 8px; margin:6px 0;  transition: 0.5s ease-in-out;-webkit-border-radius: 8px;height: 52px;}
#contactform select{color:var(--primarycolor);color:#595966 !important;}
#contactform textarea{width: 100%;height: 140px !important;padding: 20px;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;
	color:#000}

::-webkit-input-placeholder { /* WebKit browsers */color:#595966 !important;opacity: 1;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#595966 !important;opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color:#595966 !important;opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color:#595966 !important;opacity: 1;}

#contactform input.wpcf7-submit{background: var(--secondarycolor);color: #fff;text-transform: uppercase;cursor: pointer;margin: 15px 0 0;display: flex;transition: 0.6s ease-in-out;-webkit-border-radius: 10px;border: none;align-items: center;padding: 13px 60px 12px;font-size: 18px;font-weight: 400;width: fit-content;border: 2px solid transparent;height: unset;}
#contactform input.wpcf7-submit:hover{background: #101010 !important;; background: transparent;color: #fff ;}
#contactform .wpcf7-spinner{display: none}
#contactform .col-md-12{padding: 0}

textarea, iframe{max-width: 100%;}
.wpcf7-response-output{color:#595959 !important;background:tranparent !important;border:0px !important}
#contactform .wpcf7-not-valid-tip {background: var(--secondarycolor) !important;}

#babyseat p,#returnjourney p{width: 100%;display: flex;align-items:center}
#contactform .wpcf7-radio{display: flex;}
#contactform .wpcf7-list-item{display: flex}
#contactform .wpcf7-list-item label{width: 100%;}
#contactform .wpcf7-radio input{width:unset}

.post {padding: 10px;margin: 0 0 10px 0;}
.post p {margin-bottom:1rem}
.post p a {font-weight: bold;}
.post a {color: #000;}

.service-list{margin-bottom: 0; position: relative}
.service-list:before{content: ""; position: absolute; top: 8px; bottom: 0; left: 13px; width: 4px; height: 100%;background: #f7f7f7;}
.service-list li {list-style :none;padding: 0 0px 25px 2.5rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative;}
.service-list li:before{color:#fff !important;content: "\f00c";font-family:'Font Awesome 5 Free';font-weight:900 ; display: flex;align-items: center; justify-content: center; border-radius: 50%;margin-right:0.6rem;background: var(--secondarycolor); width: 28px; height: 28px; position:absolute;left:0rem;top:2px; font-size:13px; }
.service-list li:nth-last-child(1){padding-bottom: 0;}

#floatbtn{position: fixed;right: 0;top: 40%;z-index: 999;}
#floatbtn .more-btn{writing-mode: vertical-rl;border-radius:0;padding:20px 5px;margin:0;float: right;background:var(--tertiarycolor);color:#fff;border:0}
#floatbtn .more-btn:hover{background:var(--secondarycolor)}

#pagetitle {padding: 6.5rem 0 7rem;position: relative;width: 100%;text-align: center;background:url(https://www.hbbrakes.com.au/wp-content/uploads/2025/05/Inner-page-bg.jpg) no-repeat center;z-index: 1;background-size: cover;background-attachment: fixed;}
#pagetitle.service-banner {padding: 5.5rem 0 8rem;}
#pagetitle:before{content: ""; position: absolute; top: 0 ; bottom: 0; left: 0; right: 0;  z-index: -1;background: #000000b8;}
#pagetitle h1 {color:#fff;text-align: center; margin-bottom: 0;font-size:41px;text-shadow: 0 0 6px #656565;}
#pagetitle p {color:#f1f1f1;text-align: center;font-size: 15px; margin: 0 auto;}
.breadcrumb {list-style: none;max-width: 100%;float: none;font-size: 14px;text-transform: uppercase;color: #000;font-weight: 400;width: fit-content;background: #fff;padding: 16px 39px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;position: absolute;bottom: -28px;left: 0;right: 0;margin: 0 auto;border-radius: 53px;}
.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}
.breadcrumb a{color: #000;}

#main{padding: 4rem 0 3rem;}
#main p{color:var(--primarycolor);font-size: 16px;}
#main a{color:var(--secondarycolor)}
#main a:hover{color:var(--primarycolor);}
#main li{list-style: none;line-height: 30px;}
#main h2{font-size: 32px;}
#main h3{list-style: none;color: #000;margin-bottom: 1.8rem; font-weight:600;}

.product-page .grid{display: grid; grid-template-columns: 50% auto; gap:2rem 3.5rem; -webkit-gap:2rem 3.5rem;}
.product-page .image-box img{ padding:10px;  position: sticky; top: 2rem;background: #f1f1f1;}
.product-page  #inner-form {margin-top: 1.5rem}
.product-page .dis{font-weight: 500;text-transform: capitalize;font-size: 17px !important;border-bottom: 1px solid #ccc;padding-bottom: 0.9rem;margin-bottom: 1.4rem;line-height: 1.8;}
.product-page .line{margin-top: 1rem; width: 150px; height:3px;}
.product-page .content-box h3{font-size: 22px; margin-top: 1.6rem;margin-bottom: 1.4rem !important;}
.product-page .content-box h2{color: var(--secondarycolor)}
.product-page .more-btn{color: #fff !important; margin-top: 0 !important;}

#latest-posts {margin-top:5rem;}
#latest-posts h2{text-align: center}
#latest-posts .line{margin: 1rem auto 3rem}

.widget {padding: 0 1.5rem;margin-top:1.5rem;}
.widget h3 {border-bottom: 2px solid #707070;text-transform: uppercase;padding: 0 0 0.5rem 0;width: fit-content;}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 0.6rem 0;}
.widget ul li::before{content: "\f0da";margin-right: 1rem;font-size: 23px;color: var(--secondarycolor);font-family: 'Font Awesome 5 Free';font-weight: 900;line-height: 1.4;}

#bottom {background: url(https://www.hbbrakes.com.au/wp-content/uploads/2025/04/Footer-BG-img.jpg) no-repeat;color:#fff;font-size: 16px;padding:3.5rem 0 0rem;background-size: cover;}
#bottom p{text-align: left}
#bottom img{margin:0rem 0 2rem;width:320px;display: table;max-width: 100%;}
#bottom a {color: #fff;}
#bottom a:hover {color:var(--secondarycolor);}
#bottom i {color: #fff;margin-right: 0px;}
#bottom .widget h3 {text-align: left;font-weight: 500;color: var(--secondarycolor);margin-bottom: 1.7rem; position: relative;font-size: 21px;}
#bottom .widget h3:before{content: ""; position: absolute; bottom: 0; left: 1rem; width: 40px; height: 2px;margin-bottom: -2px; background: var(--secondarycolor)}
#bottom .widget li {border: none;text-decoration: none; text-transform:capitalize;color:#fff ;list-style: none;align-items: center;}

#bottom .footer-contact li{margin-bottom:1.2rem;  text-transform: unset !important;} 
#bottom .footer-contact li:before{font-family:'Font Awesome 5 Free';font-weight:900;width: 30px;min-width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;color: #000;background: var(--secondarycolor);border-radius: 50%;font-size: 16px;}
#bottom .footer-contact .address:before {content: "\f3c5"; margin-right: 10px;}
#bottom .footer-contact .phone:before {content: "\f879"; margin-right: 10px;transform: rotate(80deg);}
#bottom .footer-contact .email:before {content: "\f0e0"; margin-right: 10px;}

.info li{line-height:30px;display:flex;font-weight:300;}
.info .address:before {content: "\f3c5"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}
.info .phone:before {content: "\f095"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}
.info .email:before {content: "\f0e0"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}

#footer {clear: both;background:transparent;color: #fff;padding: 0.8rem 0;text-align: center;font-size:15px;border-top:1px solid var(--secondarycolor);margin-top: 2.6rem;}
#footer a {color: #fff;}
#footer a:hover {color:var(--secondarycolor);}
.fleft {float: left;}
.fright {float: right;}

.phone-call {width: 50px;height: 50px;left: 20px;bottom: 65px;background:var(--secondarycolor);position: fixed;text-align: center;color: #ffffff;cursor: pointer;border-radius: 50%;z-index: 999;display: inline-block;line-height: 65px;font-size: 1.6rem;line-height: 50px;animation: shake 1.8s linear infinite alternate;}
.phone-call i{color:#fff;}
.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: 200px;height: auto;float:left;}


#bottom {width: 100%;display: block;}
.fleft, .fright {float: none;}
    
    #slider .bg-img:before{background: linear-gradient(180deg, #000, #000000b8, transparent 73%); z-index:0;}
	#slider .carousal-caption{align-items: start; padding-top:3.8rem; text-align: center}
	#slider .more-btn{margin: 0 auto;font-size: 15px;}
    
    #bottom >.inner > .col-md-4{display: flex; flex-direction: column; align-items: center;  margin-bottom:1.5rem}
    #bottom >.inner > .col-md-4 p{text-align: center}
    
    #bottom .widget li{text-transform: capitalize}
    #clint-logo .row{justify-content: center}
    
    #why-section{text-align:center;}
    #why-section .subheading{text-align: center; padding:0;}
    #why-section .subheading:before, #why-section .subheading:after{display: none}
    #why-section .more-btn{margin: 1.8rem auto 3rem}
    
    #top-bar{display: none;}
    
    #slider .line{margin: 0 auto 1.8rem; width:120px;}
    
    #about .row{gap: 2rem; -webkit-gap: 2rem}
    .product-page .grid{grid-template-columns: 100% !important;padding: 0 12px;}
    
    .header-btn{display: flex !important; padding: 0; width: fit-content !important; justify-content: center; margin: 1.5rem auto !important; padding: 0px 25px;}
    #wpfront-notification-bar-table td{padding: 5px !important;}

     .phone-call, #scroll{bottom: 5.8rem;}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none;}
.site-menu-toggle{display:none;}
    
    #about .content-column{padding-left: 2.4rem;}
    #why-section .col-md-5{padding-right: 3rem}
    #bottom .col-md-4.widget{padding-left: 0;padding-right: 4rem;}
    #testimonials .slider-nav{left: -60px; right: -60px;}
    
    .contact-page .col-md-6:nth-child(1){padding-right: 2.5rem}
	
	
.wpfront-notification-bar td{ display: flex;justify-content: center;align-content: center;}
#wpfront-notification-bar div.wpfront-message{width: fit-content !important;display: flex;align-items: center; }
.wpfront-notification-bar div.wpfront-div{padding:10px 0 !important}

}

@media screen and (max-width: 600px) {
.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}

    #slider .carousal-caption{padding-top:3rem;}
	#slider h1{font-size: 32px; margin-bottom:0.7rem}
	#slider p{font-size: 13px; margin-bottom:1.2rem}
	#slider .more-btn{font-size: 14px; }
    #slider .bg-img {background: #000}
    #slider .bg-img img{height: 550px; object-fit: cover; object-position: 0rem 5rem; }
    
    #about .floating-bdg{transform: scale(0.7) translate(-3rem, 4rem)}
    
    .subheading{font-size:17px}
    .subheading:before{top: 12px; height: 1px}
    .subheading:after{top: 18px; height: 1px}
    
    h2{font-size: 32px}
    #about{margin-bottom: 2rem}
    #about .row .row{flex-direction: column; align-items: start}
    #about .counter-box{width: 100%;flex-direction: revert;gap: 0; -webkit-gap: 0;}
    
    #about .content-column p{margin-bottom: 1.8rem}
    
    .subtitle{font-size: 18px; margin-bottom: 0.5rem !important;}
    .fact-box{padding: 40px 20px; }
    #slider,  #service-section, #clint-logo{margin-bottom: 4rem}
    
    #bottom .col-md-8 .col-md-4{padding:0  10px !important; }
    
    #service-section, #why-section{padding: 3.5rem 15px 4rem;}
    
     #testimonials{padding: 3rem 10px 3rem;}
    #testimonials .slider-nav{position: relative; justify-content:center;gap:0.5rem; -webkit-gap:0.5rem; padding-top: 19px;}
    
    .adv-heading{font-size: 23px;margin-bottom: 2rem;}
    
    #clint-logo{padding: 0 10px}
    .cbox img{  width:100%; }
    
    #latest-posts {margin-top:3.5rem;}
    #latest-posts .line{margin: 1rem auto 2rem; width:125px;}
    
    #pagetitle {padding: 5rem 0 5.5rem; background-attachment:unset}
    #pagetitle  h1{font-size: 34px}
}

@media screen and (min-width: 600px) and (max-width: 1120px) {
	#slider h1{font-size: 40px}
	#slider p{font-size: 15px;margin-bottom: 1.8rem;}
	#slider .text-box{width: 38rem; margin: 0 auto}
		#slider .bg-img img{height: 600px; object-fit: cover; object-position: center;}
    
    #bottom .col-md-8 .col-md-4{max-width: 33%;}
}

@media (min-width: 1500px){
	#slider .bg-img img{height: 640px; object-fit: cover; object-position: center; }
}
