/*
Theme Name:  pakenhamtaxi
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:#f9c931;
--tertiarycolor:#000;
  /* Font Variables: */
--primaryfont:"Rubik", sans-serif;
--secondaryfont:"Open Sans", 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: #000;}
#scroll:hover {background-color:var(--tertiarycolor);opacity: 1;filter: "alpha(opacity=100)";-ms-filter: "alpha(opacity=100)";}
#scroll:hover span{border-bottom-color: #fff;}

.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:absolute;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;padding: 1.1rem 0;}
.header_area .row{align-items:center}

.header-btn{ background:var(--secondarycolor) !important; padding:9px 25px 7px; border-radius:10px;}
.header-btn:after , .header-btn:before{display: none !important;}
.header-btn a{color: #000 !important; font-weight:  500 !important;line-height: 0; font-size: 18px !important; }

#top-bar{display: flex; align-items: center; justify-content: flex-end; margin-bottom: 1rem;}
#top-bar .hdr-info{display: flex; align-items: center; justify-content: center; gap: 1.5rem; font-weight: 700; font-size:23px;}
#top-bar .hdr-info a{display: flex; align-items: center; justify-content: center; gap: 0.5rem;color:#fff}
#top-bar .hdr-info i{width: 35px; height:35px; background: var(--secondarycolor); display: flex;color:#000; font-size:16px;border-radius:50%;align-items: center; justify-content: center}

#logo{display:flex}
#logo img{width:280px;}
.site-menu-toggle{display: none;}
.grecaptcha-badge { visibility: hidden; }

.sub-title{color: var(--secondarycolor); font-size: 19px; font-weight: 500; text-transform:uppercase; margin-bottom:5px !important; gap:1.2rem; display:flex; width:fit-content; justify-content:center; align-items:center; }
.sub-title.center{margin: 0 auto 8px;}
.sub-title:before{content:""; display: table; width:  60px; border-bottom: 3px solid var(--secondarycolor)}
.sub-title.center:after{content:""; display: table; width:  60px; border-bottom: 3px solid var(--secondarycolor)}


h1,h2,h3,h4,h5,h6 {margin: 0 0 0.6rem 0;color: #000;line-height: 1.2;font-family: var(--primaryfont);font-weight: 600;}
h1 {font-size: 36px;text-transform: uppercase;}
h2 {font-size: 40px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
.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}
.call-now-button {animation: animationFramesTwo 1.5s infinite linear alternate;}
.call-now-button {
	animation: animationFramesTwo 1.5s infinite linear alternate;
}
@keyframes animationFramesTwo {
 0% {
  transform:scale(1)
 }
 50% {
  transform:scale(1.1)
 }
 100% {
  transform:scale(1)
 }
}

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

.btn-primary{background:var(--tertiarycolor);padding: 0.5rem 2rem;margin: 1.5rem 0 0; border-radius:10px; display: flex;color:#fff; font-size: 17px; text-transform: uppercase; font-weight:500;transition: .6s ease-in-out;justify-content: center;align-items: center;gap: 1rem;}
.btn-primary:after{content: "\f061";font-family:'Font Awesome 5 Free';font-weight:900 ;font-size: 18px }
.btn-primary:hover{background:#303030;color:#fff;}

.more-btn{background:var(--secondarycolor);color:#000 !important; font-weight: 600; padding: 0.5rem 2rem;margin: 1rem 0 0;display:inline-flex;align-items: center;transition: .6s ease-in-out;text-transform: uppercase;border-radius:0.5rem}
.more-btn:hover{background:#000 !important;color:#fff !important;}

#slider{background:url('https://www.pakenhamtaxi.com.au/wp-content/uploads/2026/01/pakenhamtaxi-slider-bg-1.webp') no-repeat center / cover;padding:11.5rem 0 6rem;}
#slider .container{position: relative}
#slider .more-btn{margin-top:1.8rem; }
.slidercaption{right: 0;top: 0;left: 0;z-index:2;position:absolute;bottom: 0;}
.slidercaption .smallheading{color:var(--secondarycolor);font-size:1.5rem;font-weight: 600;letter-spacing: 3px;line-height: 1.2;}
.line{background:var(--secondarycolor);width:200px;height: 3px;margin:0.4rem 0 1rem}
.textblock{margin-top:3rem;width:36rem;color: #fff;max-width: 100%;}
.slidercaption h1{font-size: 42px;letter-spacing: 1px;color: #fff;line-height: 1.2;margin-bottom: 1rem;}
.slidercaption h1 span{color:var(--secondarycolor)}
.slidercaption .smalltext{color:#fff;font-weight: 600;font-size:1.7rem;letter-spacing:2px;font-family: var(--primaryfont)}
.sliderimage{float:right;width:589px;}

#bookingform{text-align:center;position:relative;padding: 0 15px;}
#bookingform:before{content:"";position:absolute;background:var(--secondarycolor);left:0;top:0;right:0;bottom:4rem;z-index:-1}
.formbg{background:#000;display: table;padding: 2rem;border-radius: 2rem;margin-top: -5rem;}
.subheading{color:var(--secondarycolor);font-size:20px;letter-spacing:1px;font-weight:500;position:relative;display: inline-flex;justify-content: space-between;align-items: center;text-align: center;display: inline-flex;gap: 1rem; -webkit-gap: 1rem; -moz-gap: 1rem}
.subheading:before,.subheading:after{content:"";width: 90px;height: 2px;background:var(--secondarycolor);}
.formbg h2{color:#fff;margin-bottom: 2rem}

#about{margin-bottom: 4.5rem;margin-top: 4rem;}
#about img{width: 100%}
#about h2{margin-bottom: 1.4rem}
#about .list{margin-bottom: 1.5rem !important;}
#about p{margin-bottom: 1.5rem;}
#about .row{align-items: center}

#services:before{content:""; position:absolute; top:0; left:0; right:0; bottom:0; background:#000000ab;z-index:-1;}
#services h2{color: #fff; text-transform: capitalize}
#services .dis{color: #f1f1f1; width: 46rem; margin: 0 auto 3.2rem; font-size:18px;}
#services .subheading{margin: 0 auto}
#services .row{gap: 3.7rem 2.1rem;justify-content: center;} 
#services {background: url('https://www.pakenhamtaxi.com.au/wp-content/uploads/2026/01/Services-background.jpg') center; background-size: cover; background-repeat: no-repeat; position:relative; z-index:1; padding:5rem 0 5.5rem;text-align:center;}

.s-item, .s-item *{transition: 0.8s ease; }
.s-item{flex: 1 0 300px; position:relative;border-radius: 10px;overflow: hidden;}
.s-item .content{position: absolute ;left: 0; right:0; bottom: 0;  }
.s-item .image img{width: 100%}
.s-item .content-wrap{width: 88%; margin: 0 auto 1.4rem; border-radius: 10px; background:#fff; display: flex; flex-direction: column; justify-content: end; text-align: center}
.s-item  .hover-box{max-height: 0px; opacity: 0; padding: 0 1rem; overflow: hidden; display: flex; flex-direction: column; align-items: center; }
.s-item  .hover-box p{color: #606060}
.s-item .more-btn{margin-bottom: 1.5rem;}
.s-item .service-title{background: #fff;padding: 0px 1rem 0.5rem;border-radius: 10px;}
.s-item .icon{margin: -5rem auto 1.2rem; width: 115px; height:115px; background:var(--secondarycolor); padding:1.4rem; border-radius:50% }
.s-item h3{text-transform: uppercase;}
.s-item:hover .hover-box{max-height: 195px; opacity: 1;}

.adv-h2{color: var(--secondarycolor);position: relative; display:flex; align-items:center; justify-content:center;gap:1.5rem; margin-bottom: 1rem;}
.adv-h2:before, .adv-h2:after{content: ""; width: 100px; height: 2px; background: var(--secondarycolor)}

#fleet {background: #f1f1f1; padding:4rem 0;margin-bottom: 5rem;}
#fleet .row{justify-content: center; gap:1rem;}
#fleet .image{ flex: 1 0 250px; border: 5px solid #ffff;}
#fleet img{width: 100%;}
#fleet .adv-h2{color: #000; margin-bottom:1.5rem}

.subtext{width: fit-content; display: table; border: 1px solid var(--secondarycolor); color: var(--secondarycolor); padding: 3px 20px; border-radius:50px; margin-bottom:1rem}

#why-choose{margin-bottom: 4.5rem}
#why-choose p{margin-bottom: 1.4rem}
#why-choose .btn-primary{margin-bottom: 0; margin-top: 1.5rem}
#why-choose .row{align-items: center}
#why-choose .subtext{margin-bottom: 0.8rem}



#testimonials{padding: 5rem 0px;width: 100%;text-align: center; background:#000}
#testimonials .row{align-items: center}
.testimonial-item{border:1px solid var(--secondarycolor); margin-top:2rem; padding:0 2rem 2rem; overflow:visible !important; margin-bottom:5px}
.testimonial-item .rating{width:120px; margin-left:auto}
.testimonial-item .adv-h3{position: relative; text-align: left; display: grid; margin-bottom:5px; grid-template-columns:165px auto; min-width:max-content; color:var(--secondarycolor) !important; margin-top: 1.5rem; align-items: center;font-size: 20px;min-width: max-content !important;}
.testimonial-item .adv-h3:after{content: "";height: 1px; background: #fff9; }
.testimonial-item .quote{width: 65px; transform: scaleX(-1) scaleY(-1); margin-top:-2.5rem; margin-bottom:1.2rem}
#testimonials p{color: #fff;}

#cta-section{background: var(--secondarycolor); padding: 4rem 0;}
#cta-section .col-md-5{display: flex; justify-content: center; flex-direction: column; align-items: center}
#cta-section .call-btn{font-size: 40px; color:#000}
#cta-section .call-btn:before{border: 0; background: #000; color: var(--secondarycolor)}

#counter{width: 100%; gap:0rem; background: url(https://www.pakenhamtaxi.com.au/wp-content/uploads/2026/01/pakenhamtaxi-Counter-BG.jpg) no-repeat center; background-size:cover; overflow:hidden; border-radius:15px; position:relative;padding: 2rem;}
#counter:before{content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:#F9C730E3;}
#counter .progressbar-text, #counter .progressbar-text b{font-size: 45px; font-weight: 700; color:#000 !important}
#total-score-circle,
#general-score-circle,
#speed-score-circle,
#privacy-score-circle {margin: 0 auto; width: 100%;  height: 58px;position: relative;}

.count-item:nth-child(1):before{content: ""; position: absolute; top:1.5rem; bottom:1.5rem; width:0;  left: 50%; transform: translateX(-50%); border-right: 1px solid #2d2d2d;}
.count-item:nth-child(1):after{content: ""; position: absolute; left:1.5rem; right:1.5rem; height:0px;  top: 50%; transform: translateY(-50%);border-top: 1px solid #2d2d2d;}
.count-item{width: calc(100%/2); padding:2.5rem 0; z-index: 1; }
.count-item .title{color:   #303030 !important;z-index: 9;position: relative;font-size:17px; font-weight: 600}

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


.contact-box{width: 63rem; display: flex; flex-wrap:wrap;align-items: center;padding:3rem 1.5rem 2.8rem 0;margin: 0 auto;max-width:100%; background:#f1f1f1;border-radius: 12px;}
.contact-box #contactform textarea{height: 100px !important;}
.contact-box #contactform input.wpcf7-submit{width: fit-content; background:var(--secondarycolor); color: #000; padding: 0 35px; margin: 1rem auto 0;  height: 45px;font-weight: 600;}
.contact-box  h3{border-bottom: 0 !important; text-align: center;margin-bottom: 19px !important;font-size: 24px !important;font-weight: 500 !important;}
.contact-box #contactform input,.contact-box #contactform textarea{border:1px solid #ccc}

#info{background: var(--tertiarycolor);padding: 20px;position: relative;left: -80px;margin-right: -69px;box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;border-radius: 13px;}
#main #info p {color:#fff;}
#info h2{font-size: 31px;margin:15px 0 20px !important;padding:0 0 0px 0;color:#fff;text-transform: capitalize;}
#info li{color:#fff !important;margin:17px 10px; list-style:none;}
#info a {color:#fff !important;}
#info a:hover{color:var(--secondarycolor) !important}
#info li i{margin-right: 10px;font-size:20px;color:var(--secondarycolor); font-weight:600}
#info h2:before{width: 100px !important; }

.fa-whatsapp{font-family: "Font Awesome 5 Brands";font-weight: 900; font-style:normal;}
.fa-whatsapp::before { content: "\f232"; }

.fa-building{font-weight: 800;}
.fa-building:before { content: "\f1ad";} 
.fa-mobile-alt::before {content: "\f3cd";}
.xdsoft_timepicker{min-width:200px}

#contactform{margin: 0 0 20px 0;line-height: 20px;}
#contactform *{font-size: 15px;color:#595966;font-family: var(--secondaryfont)}
#contactform h3{font-size:26px;text-align: center;}
#contactform i{font-size:26px;}
#contactform p{margin: 0;padding: 0 0 10px 0;line-height: 20px;}
#contactform h2{font-size: 24px;margin:25px 0 15px;font-weight:bolder;border-bottom:1px solid #63C6C1;padding:0 0 8px 0;}
#contactform input,#contactform select{width: 100%;background: #FFF;border: 1px solid transparent;padding:5px 20px;
	margin: 5px 0;color:#595966;-webkit-border-radius:10px;height: 45px}
#contactform textarea{width: 100%;height: 100px;background:#fff;border: 1px solid transparent;padding: 20px;margin:5px 0;border-radius: 10px}
#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: #000;text-transform: uppercase;cursor: pointer;border:2px solid var(--secondarycolor);margin: 15px auto 0;display: table;width:170px;transition: 0.6s ease-in-out;height: 45px;-webkit-border-radius:10px;}
#contactform input.wpcf7-submit:hover{background: transparent;color:#fff;}

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

#contactform .wpcf7-spinner{display: none}

.post {padding: 10px;margin: 0 0 10px 0;}
.post p {margin-bottom:1rem}
.post p a {font-weight: bold;}
.post a {color: #000;}
.list {list-style :none;}
.list li {list-style :none;padding: 0 0px 12px 2.4rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative;}
.list li:before{color:#000;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; width: 25px; height: 25px; position:absolute;left:0rem;top:2px; font-size:12px;background: var(--secondarycolor);}

.two-btn{display: flex; align-items: center; gap: 2rem; -webkit-gap: 2rem;  width: fit-content; margin-top: 1.6rem;}
.two-btn .more-btn{margin-top: 0}

.call-btn{line-height: 1.2; font-weight: 600; font-size: 28px; font-weight:700; color:var(--secondarycolor); position: relative; padding-left: 3.6rem;display: flex;flex-wrap: wrap;width: fit-content;justify-content: start;align-items: center;}
.call-btn small{font-size: 0.6em; font-weight:600; color:#000;width: 100%;}
.call-btn:before{color:#000;content: "\f095";font-family:'Font Awesome 5 Free';font-weight:900 ; display: flex;align-items: center; justify-content: center; border-radius: 50%; width: 45px; height: 44px; position:absolute;left:0rem;top:50%; font-size:20px;background: #fff;transform: translatey(-50%) rotate(99deg);border: 3px solid #000;}
.call-btn br{position: absolute; display: none}


#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 {text-align: center;background:url(https://www.pakenhamtaxi.com.au/wp-content/uploads/2026/02/inner-page-banner.jpg) no-repeat center;color:#fff;background-size:cover;position: relative;width: 100%;padding: 12.4rem 0 5.3rem;position: relative; z-index:1}
#pagetitle.service-banner{padding: 15.5rem 10px 7rem;}
#pagetitle:before{content:'';position:absolute;top:0; left:0; right:0; bottom:0; background:#111111d1; z-index: -1;}
#pagetitle h1 {color:#ffff;text-align: center;text-transform: capitalize;font-weight: 700;font-family: var(--secondaryfont);margin-bottom: 0.5rem;font-size: 40px;}
#pagetitle p {color:#fff;text-align: center;font-size: 20px;}
.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;}

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

#main{padding: 4.5rem 0 2.5rem;}
#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;color: var(--primarycolor);}
#main h2{font-size: 32px; font-weight:600;line-height: 1.3;}
#main h3{list-style: none;color: #151515;margin-bottom: 1.1rem;font-weight: 500;}
#main p+h3{margin-top:1.8rem}

#intro-section .row{align-items: center;}
#intro-section .col-md-6:nth-child(1) img{border-radius: 25px}
#intro-section .text-box{background: #f1f1f1;border-radius: 25px;}
#intro-section p:last-child{margin-bottom: 0}

.row-full	{width: 99.335vw;position: relative;margin-left: -49.99vw;left: 50%;}
#service-section2{background:#f1f1f1; font-size: 16px; margin-bottom: 4rem; margin-top:4rem}
#service-section2 .col-md-6:nth-child(2) img{width: 100%; height: 100%;object-fit: cover;}
#service-section2 .col-md-6{padding: 0; display:flex; justify-content:center; flex-direction:column;}
#service-section2 .col-md-6:nth-child(1){padding: 2rem 2.5rem 2.7rem; position:relative}
#service-section2 h2{margin-bottom: 1.8rem}

#last-section{text-align: center}
#last-section .form-wrap{background: #202020; padding:2.5rem 1.5rem 1rem; border-radius:25px; margin-top:2.5rem}
#last-section .line{margin: 0.8rem auto 1.5rem}

.list2 li {list-style :none;padding: 0 0px 12px 2rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative;}
.list2 li:before{color:var(--secondarycolor);content: "\f1ba";font-family:'Font Awesome 5 Free';font-weight:900 ; margin-right:0.6rem; position:absolute;left:0rem;top:0px; font-size:18px }
.list2 li:last-child{padding-bottom: 0}

.widget {padding: 0 1rem;}
.widget h3 {border-bottom: 2px solid var(--primarycolor);text-transform: uppercase;padding: 0 0 1rem 0;}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 1rem 0;align-items: center;}
.widget ul li::before{content: "-";margin-right: 0.4rem;font-size: 15px;color:#fff;font-family: 'Font Awesome 5 Free';font-weight: 900;}
.main-widget img{width: 300px; max-width: 90%;margin: 0 auto 2rem;}

#bottom {background: url(https://www.pakenhamtaxi.com.au/wp-content/uploads/2026/01/pakenham-Footer.jpg) no-repeat center;color:#f1f1f1;font-size: 16px;padding: 5rem 0 0;background-size: cover;position: relative;z-index: 1;}
#bottom:before{content: "" ;  top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; background: #00000080;}
#bottom .grid{display:grid; grid-template-columns:32% auto;gap: 2.6rem 3rem; -webkit-gap: 2.6rem 3rem; -moz-gap: 2.6rem 3rem;}
#bottom a {color: #f1f1f1;}
#bottom a:hover {color:var(--secondarycolor);}
#bottom i {color: #fff;margin-right: 0px;}
#bottom .widget h3 {border: none;text-align: left;font-weight: 600;color: var(--secondarycolor);font-size: 24px;}
#bottom .widget li {border: none;text-decoration: none;color:#f1f1f1;list-style: none;}
#bottom  .main-widget{text-align: center}

#bottom .footer-contact li{line-height:20px;display:flex;margin-bottom: 1.7rem !important;}
#bottom .footer-contact li:before{font-family:'Font Awesome 5 Free';font-weight:900; color: var(--secondarycolor);}
#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;}
#bottom .footer-dis{margin-top: 15px; font-weight: 500; margin-top:1.2rem; font-style: italic;}

#footer {clear: both;background:transparent;color: #fff;padding:0.8rem 0 0.8rem;text-align: center;font-size:15px;margin-top: 3.5rem;border-top: 1px solid var(--secondarycolor);}
#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: 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;border: 2px solid #0000003d;}
.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: 200px;height: auto;float:left;}


#bottom {width: 100%;display: block;}
.fleft, .fright {float: none;}
    .grid{grid-template-columns: 100% !important; }
     #services .dis{width: 100%; margin-bottom: 2.5rem}
    #why-choose .row{flex-direction: column-reverse; gap: 2rem; -webkit-gap: 2rem}
    #why-choose  img{width: 85%;margin: 0 auto;}
     #top-bar{display: none !important; }
    
      #slider .sliderimage{width: 34rem; float: none;margin: 0 auto;max-width: 94%;}
  #slider .textblock{width: 100%; text-align: center; margin-bottom: 2rem;padding: 0 10px;margin-top: 0;}
  #slider .line{margin: 1rem auto 1.5rem}
    .slidercaption{position: relative}
  
    #about .row{gap: 1.2rem}
    #about h2 br{display: none; position: absolute;}
    
    #footer{margin-top: 1.5rem}
    #cta-section{text-align: center}
    #cta-section .col-md-7{margin-bottom: 2rem}
	
	      #info{left: 0px;margin-right:0px;margin-bottom:30px;margin-top: -4.5rem;font-size: 15px;}
  .contact-box{padding:20px 10px 0;margin-top: 4rem;}
    .contact-box > .col-md-4{padding:0}
.grid{grid-template-columns: 100% !important; }
    
    #service-section2 .row{flex-direction: column-reverse}
    #intro-section img{width: 100%;}
    #intro-section .text-box{padding: 2rem; margin:-4.2rem auto 0;width: 90% }
    #intro-section .col-md-6{padding: 0}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none;}
    #about .col-md-6:nth-child(1){padding-right: 3rem;}
.site-menu-toggle{display:none;}
    #why-choose  .col-md-6:nth-child(1){padding-right: 3.5rem}
      #testimonials .col-md-5{padding-right:3rem}
        #cta-section .col-md-7{padding-right: 5rem}
    #cta-section .col-md-5{border-left: 3px solid #000;}
    #intro-section .text-box{padding: 2rem 1.8rem; margin-left:-5.5rem;}
}

@media screen and (max-width: 800px) {
    #services .row{gap:2rem}
}

@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}
    
  #why-choose img{width: 100%;}
  #why-choose{margin-bottom: 3.5rem;}
    
  .count-item{padding: 1.4rem 15px;}
  #counter .progressbar-text, #counter .progressbar-text b{font-size: 32px}
  #total-score-circle, #general-score-circle, #speed-score-circle, #privacy-score-circle{height: 40px}
  #counter{padding: 0.8rem}
  .testimonial-item{padding: 0 1.5rem 2rem}
  #testimonials{padding: 3.5rem 10px;}
      #cta-section{text-align:center;}
    #cta-section .call-btn{font-size: 30px; margin-top:1rem; }
    #cta-section .call-btn i{width: 50px; height: 50px; font-size: 22px}

      #bottom .widget h3{padding-bottom: 0.8rem}
  #slider .textblock{margin-top: 0}
  #slider{padding: 9.2rem 0 7rem;}
  #slider h1{font-size: 31px; margin-bottom:1.2rem}
  .slidercaption .smallheading{font-size: 20px; margin-bottom: 0.8rem}
  #slider .line{width: 120px; margin: 0.5rem auto 1.4rem}
  h2 {font-size: 1.9rem;font-weight: 500}
    
  .formbg{padding: 2rem 1.1rem;}
  #contactform .col-md-4, #contactform .col-md-12, #contactform .col-md-6, #contactform .col-md-3, #contactform .col-md-2{padding: 0 !important;}
  .formbg h2{margin-bottom: 1.4rem;font-size: 28px;}
  .subheading{font-size:17px; margin-bottom: 8px}
  .subheading:before,.subheading:after{display: none}
  
    .two-btn{flex-direction: column;align-items: start;gap: 1.4rem;}
  
    #services{padding: 3rem 1.2rem}
    #bottom .main-widget{padding: 0 10px !important;}
    #bottom .widget{margin-bottom: 1.5rem}
      #testimonials .container > .row{ gap:2.5rem; -webkit-gap:2.5rem; -moz-gap:2.5rem; }
    #fleet .image{flex: 1 0 40%;}
    #fleet{padding: 3rem 15px}
    
    .adv-h2{color: var(--secondarycolor);position: relative; display:flex; align-items:center; justify-content:center;gap:1.5rem; margin-bottom: 1rem;}
.adv-h2:before, .adv-h2:after{width:55px}
    
    #about{margin: 3.5rem 0 3rem}
	
	  #contactform .col-md-12, #contactform .col-md-6, #contactform .col-md-3, #contactform .col-md-4, #contactform .col-md-5, #contactform .col-md-2{padding: 0} 
  #contactform input, #contactform select, #contactform textarea{height: 46px; border-radius: 10px}
    #info h2{padding-bottom: 0.6rem; font-size: 27px;margin-bottom: 1rem !important;margin-top: 0 !important;}
  #info h2::before{width:75px !important; height:3px;}
    
        #intro-section .text-box{padding: 1.8rem 18px 2rem; margin:-3.5rem auto 0;width: 89%; border-radius: 20px; }
    #intro-section .col-md-6:nth-child(1) img{border-radius: 15px;}
    #main h2{font-size: 25px;}
    
    body, #main p{font-size: 15px;}
    
    #pagetitle {padding: 9.2rem 10px 4.5rem;}
    #pagetitle h1{font-size: 32px;}
    #main{padding: 4rem 0 2.5rem;}
    
    #service-section2{margin: 3.5rem 0 3rem}
    #service-section2 .col-md-6:nth-child(1){padding: 2.4rem 1.2rem 1.5rem}
    #service-section2 h2{margin-bottom: 1.3rem}
    
    #contactform textarea{height: 100px !important; padding: 15px 18px}
}

@media screen and (min-width: 600px) and (max-width: 1200px) {

  #bottom .col-md-4{max-width: 33%;}
  #logo img{width: 200px;height: auto;float:left;}
}


