/*
Theme Name:  maximelbourneairport
Author URI: https://www.thegeminigeeks.com/
Version: 1.1
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
:root {
  /* Color Variables: */
--primarycolor:#000;
--secondarycolor:#ffcb19;
--tertiarycolor:#fff;
  /* Font Variables: */
--primaryfont:'Montserrat', 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(--secondarycolor);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);padding: 1rem 0;}
.header_area .row{align-items:center}



#top-bar{text-align:right;width:100%; padding: 10px 0; display:flex; justify-content:end; align-items:center}
#top-bar .row{justify-content:space-between;align-items: center;}
#top-bar a{color: #000;font-size: 18px;display: inline-block;margin-left: 30px;font-weight: 600}
#top-bar a i{margin-right:8px;color:var(--secondarycolor); display:inline-flex; align-items:center; font-size: 24px}
#top-bar a:hover{color:var(--primarycolor);}
#top-bar .pull-right,#top-bar .social{float:right;line-height: 1rem;}

.topbtn{margin-right:0 !important}
.topbtn a:after{display:none !important}
.topbtn a{border:0;background:var(--secondarycolor);padding:5px 20px;border-radius:1rem;color:#000 !important;;font-size:1.5rem !important;font-weight:700 !important;}

#logo .site-title {float:left;}
#logo .site-title a{color:var(--primarycolorcolor);font-size: 1.5rem;}
#logo img{width:350px;}
.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: 42px;text-transform: uppercase;}
h2 {font-size: 40px;}
h3 {font-size: 28px;}
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(--secondarycolor);padding: 0.8rem 2rem;border-radius:30px;margin: 2rem 0;display: table;color:#fff;transition: .6s ease-in-out;}
.btn-primary:hover{background:#000;color:#fff;}
.btn-primary:after{content: "\f061";font-family:'Font Awesome 5 Free';font-weight:900 ; margin-left:0.2rem; color:#000;  color:#fff; padding:6px 10px;}

.more-btn{padding: 10px 35px;border: 1px solid var(--secondarycolor);margin:1rem 0;display:inline-block}
.more-btn:hover{background:var(--secondarycolor);color:#fff !important; }

#slider .container{position:relative}
#slider img{width:100%;object-fit:fill}
#slider .bgimage img{border-radius: 30px;}
#slider .textbox{width: 90%;margin: 3rem auto 0;}
#slider .textbox p{text-align: center; /*! width:73%; */ margin:1rem auto 0}
#slider .row{margin-top: 4rem;}

#booking-form{margin-bottom: 5rem;background: #fff; padding: 2rem 1rem; border-radius:20px;width: 520px;margin-top: -44rem;position: relative;box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;margin-left: 2rem;}
#booking-form h2{text-transform: capitalize; text-align: center; font-size:32px}
#booking-form .line{width: 150px; margin: 0 auto 1rem;}

.line{width: 150px; height:3px; background:var(--secondarycolor); margin: 0 auto}


.slider-nav {width: 95%;
  margin:10px auto;
  position: absolute;
  left: 0rem;
  right: 0rem;
  top: 40%;
z-index: 3;
}
button.arrow {background:#f1f1f1;color:#555;border:none;padding:5px 10px;font-size:30px;border-radius:100%;width:40px;cursor:pointer;line-height:100%}
button.arrow:hover {color:#000;}
button.arrow--left {float:left;}
button.arrow--right {float:right;}

.carousel-caption {right: 0;top: 0;left: 0;z-index:2;position:absolute;bottom: 0;}
.textblock{margin:7rem 0 0 11rem;width:45%}
.carousel-caption h1{font-size: 2.2rem;letter-spacing: 1px;color: #000;line-height: 1.2;text-transform: capitalize;font-weight: 800;text-align: center;}
.carousel-caption span{font-weight: 900;color:#F68C19;}
.carousel-caption p{color: #000;font-weight: inherit;}

#features{padding: 10rem 0 6rem; text-align:center}
#features .row{gap:2rem; justify-content:center}
#features .fbox{width:365px; background:#f1f1f1; border-radius: 20px}
#features i{display:flex;align-items:center;justify-content:center;margin: -4rem auto 1rem; background: var(--secondarycolor); font-size: 24px; height: 120px;width: 120px;color: #fff;border-radius: 50%;}
#features p{width: 78%; margin: 1rem auto 2rem}

.fa-thumbs-up:before {
  content:"\f164";
  font-size: 70px;
}

.fa-dollar-sign:before {
  content:"\f155";
  font-size: 70px;
}

.fa-clock:before {
  content:"\f017";
  font-size: 70px;
}

#services{text-align: center; padding-bottom: 7rem }
#services p{width: 60%; margin:1.5rem auto}
#services .row{gap:1rem; justify-content:center; margin-top:4rem}

.servicerow{gap:2rem;margin-top:3rem}
.sbox{flex:1 0 300px;max-width: 350px;position: relative;transition:0.6s ease-in-out;overflow: hidden;border: 3px solid var(--secondarycolor); /*! margin:3rem 0.5rem; */border-radius: 20px;}
.sbox:hover{border:3px solid #000;box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;;}
.sbox p{width:100% !important; color: #fff;margin: 0 auto !important;}
.serviceimg{overflow: hidden;}
.servicecontent{position: absolute;padding:1rem 0;bottom:0rem;top:0;display: flex;flex-direction: column;justify-content: end;transition:inherit;z-index:1;background-image: linear-gradient(to top,#000000bd,#00000042,#0000);/*! border-radius: 20px; */}
.servicecontent:before{content:"";position:absolute;bottom:0;left: 0;right:0;background: #0000009e;z-index: -1;/*! height: 17%; */transition: 0.6s ease-in-out;top: 0;opacity: 0;/*! border-radius: 20%; */}
.sbox h3{color:#fff;text-transform:uppercase;transition:inherit;font-size: 20px;text-align:center}

#aboutus{padding:5rem 0 2rem;background: url(https://www.maximelbourneairport.com.au/wp-content/uploads/2025/11/aboutusbg.webp); background-size: cover; background-repeat: no-repeat}
#aboutus .tbox{margin-left:2rem}
#aboutus .call-box{; margin-top:2rem;display: flex;  align-items: center; line-height:1;gap: 4rem;border-left: 10px solid var(--secondarycolor);background: #fff;padding: 0.5rem 1rem;border-radius: 10px;}
#aboutus .call-box .call{font-size: 30px; font-weight: 700}
#aboutus .btn-primary{display: flex; align-items:center}
#aboutus .call-box h4{font-size: 24px}
#aboutus img{min-width:750px;margin-left:-15rem}

#works{text-align: center; padding: 6rem 0}
#works .row{margin-top:4rem; justify-content:center}
#works .wbox{width: 280px}
#works h3{margin-top:1.5rem}
#works .arrow{width: 170px; height:40px; margin-top:8.5rem; margin-left:-1.3rem; transform:rotate(15deg)}
#works .wbox:nth-child(3){margin-top: 2rem;}
#works .arrow2{width: 200px; height:50px; margin-top:8.5rem; margin-left:-1.3rem; }

#testimonials{color:#fff;padding: 7rem 0px 0; background:url(https://www.maximelbourneairport.com.au/wp-content/uploads/2025/11/CTA-and-Testimonials.webp); background-size:cover; background-repeat:no-repeat}
#testimonials h2{color:#fff}
#testimonials p{margin: 1rem 0 1.5rem}
#testimonials .call-btn{display: inline flex; align-items: center; justify-content:center;gap:1rem; color: #fff; font-size: 32px;font-weight: 700;}
#testimonials .call-btn i{height:60px; width:60px; margin:0}
#testimonials .tbox{background: #fff; color: #000; text-align:center; width: 500px; padding:3rem 2rem; margin-left:3rem;margin-bottom: -6rem;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
#testimonials .tbox h2{color: #000}
#testimonials i{display:flex;align-items:center;justify-content:center;margin: 2rem auto 0; background: var(--secondarycolor); font-size: 24px; height: 120px;width: 120px;color: #fff;border-radius: 50%;}

.fa-quote-right:before {
  content:"\f10e";
  font-size: 70px;
}

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

#contactform *{font-size: 15px;color:#595966;font-family: var(--secondaryfont);width: 100%;}
#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{width: 100%;background: #fff;border: 1px solid #999;padding: 10px 18px;margin: 7px 0;border-radius: 6px;height: 45px;}
#contactform select{width: 100%;background: #FFF;padding: 10px 20px;	margin: 7px 0;color:#595956;-webkit-border-radius:0px;border-radius: 8px;height: 45px;border:1px solid #999}
#contactform textarea{width: 100%;height: 80px;background: #fff;padding: 15px;margin: 10px 0;border-radius:8px;border:1px solid #999999;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;
	background: #fff;border: 1px solid var(--secondarycolor);}


::-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: capitalize;cursor: pointer;border: none;margin: 15px auto 0;display: table;width: 200px;transition: 0.6s ease-in-out;letter-spacing: 1px;border: 0;height: 50px;-webkit-border-radius: 0rem;font-size: 18px;border-radius: 8px;}
#contactform input.wpcf7-submit:hover{background: #000;color:#fff;}
#contactform .wpcf7-spinner{display: none; position: absolute}

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

.returnjourney { display: none;}
#babyseat p,#returnjourney p{width: 100%;/*! display: flex; */align-items:center;text-align: center;}
#contactform .wpcf7-radio{display: flex;margin: 0 auto;width: fit-content;}
#contactform .wpcf7-list-item{display: flex;width: unset;}
#contactform .wpcf7-list-item label{width: 100%;}
#contactform .wpcf7-radio input{width:unset;height: unset;}

.topsectionservice .row{align-items:center}
.topsectionservice .line{margin: 0 0 1rem}

.round-image{border-radius: 20px}

#hello-section{margin: 2rem 0 3rem;}
#hello-section h3{text-align: center}
#hello-section .line{margin: 0 auto}
#hello-section .row{margin: 2rem 0;align-items: center;}

#hello-section2{text-align:center}
#hello-section2 .line{margin:0 auto 1rem}
#hello-section2 p{text-align: center !important}

.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;margin-bottom: 1.5rem;} 
.list li {list-style :none;padding: 0 0px 18px 2.4rem;/*! 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%;margin-right:0.6rem; width: 25px; height: 25px; position:absolute;left:0rem;top:2px; font-size:12px;background: var();border: 1px solid #ccc;}

#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:6rem 0;float: left;width: 100%;text-align: center;background:url(https://www.maximelbourneairport.com.au/wp-content/uploads/2025/11/pagetitle-img1.webp);color:#fff;background-size:cover;position: relative;width: 100%;}
#pagetitle:before{content:'';position:absolute;top:0; left:0; right:0; bottom:0; background:#111111a6;}
#pagetitle #pagetitleinner{position: relative}
#pagetitle h1 {color:#fff;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: #fff;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}
#pagetitle .breadcrumb> a {color: #fff}

#pagetitle.servicepages h1{text-align: left}
#pagetitle.servicepages{text-align: left}
.topsectionservice #booking-form{margin-top:-35%;width:550px;margin-bottom: 0;margin-left: 0;}

#cta-section{text-align: center; padding:4rem 0 3rem; background:var(--secondarycolor) }
#cta-section .dis{width: 82%; margin: 1rem auto 0 }
#cta-section .two-btns{display: flex; justify-content: center; align-items: center; gap:3rem}
#cta-section .call-btn i{color: #fff; background: #000; font-size: 32px; border-radius: 50%; padding: 15px; margin-right: 5px }
#cta-section .call-btn{font-size:24px; font-weight: 600}
#cta-section .call-btn:hover{color:#fff} 
#cta-section a{display: flex; align-items: center;}
#cta-section .btn-primary{background: #000; padding:0.5rem 1.5rem 0.5rem 2rem;height: fit-content;}
#cta-section .line{background: #000}


#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{line-height: 30px;}
#main li{list-style: none;line-height: 25px;color: var(--primarycolor);}

.widget {padding: 0 1.5rem;}
.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 0.5rem 0;padding: 0 0 0.5rem;}
.widget ul li::before{/*! content: "\f078"; */margin-right: 1rem;font-size: 20px;color: var(--primarycolor);font-family: 'Font Awesome 5 Free';font-weight: 900;}

.paginate{text-align: center;margin:0 auto;}
.wp-pagenavi {clear: both;padding: 1.5rem 0;}
.wp-pagenavi a {display:inline-block;padding: 0.1rem 1.2rem !important;margin: 2px;border: 1px solid #ccc;color: var(--primarycolor);background: #fff;border-radius: 3px;}
.wp-pagenavi a:hover {color: #fff !important;background: var(--secondarycolor);}
.wp-pagenavi span.pages {padding: 0.3rem 1.2rem !important;margin: 3px;border-radius: 3px;border: 1px solid #ccc;}
.wp-pagenavi span.current {padding: 0.7rem 1rem;margin: 3px;font-weight: 700;border: 1px solid #ccc;background: var(--secondarycolor);border-radius: 3px;color: #fff;}
.wp-pagenavi span.extend {padding: 15px;margin: 3px;border: 1px solid #000;color: #fff;background: #000;}
.wp-pagenavi .next-comment-page,.wp-pagenavi .previous-comment-page {padding: 12px 14px;border: 1px solid #aaa;}
.wp-pagenavi a.nextpostslink {font-weight: 500;padding: 0.2rem 1rem !important;color: var(--secondarycolor);}

#contact-info{gap:1rem 2rem; -webkit-gap:1rem 2rem; -moz-gap:1rem 2rem; margin-bottom: 3rem;}
.info-box{flex: 1 0 200px;  border-radius:22px; text-align: left;background: #f1f1f1;display: flex;align-items: center;border: 1px solid #e5e5e5;border-radius: 5rem;gap: 1rem;}
.info-box h3{border-bottom: 0 !important;padding-bottom: 0 !important; margin-bottom: 4px;font-weight: 700;margin-bottom: 0.2rem !important;font-size: 21px !important;}
.info-box p , .info-box a{margin-bottom:  0 !important; text-align:   center !important;  color: var(--primarycolor) !important;}
.info-box a{font-weight: 400 !important;}
.info-box  .icon{width: 85px; height: 85px; margin:0; background: var(--secondarycolor); padding: 24px; border-radius: 50%; border: 2px solid #fff;color: #000;}
.info-box  .content{font-size: 15px !important;}

#form-section{background: #303030;overflow: hidden;border-radius: 30px;}
#form-section .row > .col-md-6{padding: 0;}
#form-section .row > .col-md-6:nth-child(2){padding: 2rem 1.2rem; }
#form-section .row{align-items: center;}
#form-section  h3{text-align: center ; border-bottom: 0 !important; color: #fff; font-size: 25px !important; font-weight: 500;padding-bottom: 0 !important;}
#form-section .line{margin: 1rem auto 1.5rem; background: #fff }
#form-section #contactform p{margin-bottom: 10px; }
#form-section #contactform .wpcf7-submit{font-size: 16px !important; padding:0 35px; height:40px;background: var(--secondarycolor);color: #fff;}
#form-section iframe{margin-bottom: -0.6rem}
#form-section #contactform input, #form-section #contactform select, #form-section #contactform textarea{border-radius:15px}

.page-template-default #bottom{padding: 5rem 0 2rem}
.page-template-FullWidthTemplate #bottom{padding: 5rem 0 2rem}


#bottom {background: #f6f6f6;color:#000;font-size: 14px;padding: 10rem 0 3rem;text-align: left;}
#bottom img{margin:0 auto}
#bottom p{margin:1rem auto;width: 100%;}
#bottom a {color: #000;}
#bottom a:hover {color:var(--primarycolor);}
#bottom i {color: #fff;margin-right: 0px;}
#bottom .widget h3 {border: none;text-align: left;font-weight: 600;color: #000;text-transform:capitalize;font-size: 25px;}
#bottom .widget li {border: none;text-decoration: none;color:#000;list-style: none;}

#bottom .payment{width: 500px;margin: 0 auto;}

#bottom .footer-contact li{line-height:20pxa;display:flex;align-items: center;}
#bottom .footer-contact li:before{font-family:'Font Awesome 5 Free';font-weight:900}
#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:#f6f6f6;color: #000;padding:0 0 0.5rem;text-align: center;font-size:12px;}
#footer a {color: #000;font-size: 11px;}
#footer a:hover {color:var(--secondarycolor);}
.fleft {float: left;}
.fright {float: right;}

.smsbutton{position: fixed;right: 1rem;bottom:5rem;width:52px;z-index:999;background:var(--secondarycolor);border-radius:100px}

.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: 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;}
  
  .topsectionservice{padding-top:3rem}
  #booking-form{float:none;margin:5rem auto 0;box-shadow:5px 10px 15px rgb(0,0,0,0.3);width:90%}
  .topsectionservice #booking-form{margin:2rem auto 0;width:97%;float:none}
  
  #slider .textbox{margin:0}
  
  #top-bar{display: none}
  #slider .row{flex-direction: column-reverse}
  #booking-form{ margin: 2rem auto 0; width:89%;}
  
  #features .row{gap:5rem 1rem}
  #features .fbox{width: 340px}
  
  #services p{width: 80%}
  
  #works .arrow{display: none}
  #works .arrow2{display: none} 
  #works .wbox:nth-child(3){margin: 0}
  
  #aboutus{background:#f1f1f1}
  #aboutus img{min-width: unset;margin: 0 auto}
  #aboutus .call-box{justify-content: space-between}
  
  #testimonials{text-align: center}
  #testimonials .call-btn{justify-content: center; margin-bottom: 2rem}
  #testimonials .tbox{margin: 0 auto -6rem;}
  
#bottom {width: 100%;display: block;}
.fleft, .fright {float: none;}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none;}
.lefthalf {float: left;width: 48%;}
.righthalf {float: right;width: 48%;}
.site-menu-toggle{display:none;}
}


@media screen and (max-width: 800px) {
	#slider #deskslider{display:none}
	#slider #mobslider{display:block}
}
@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}
  
  h2{font-size: 32px}
  h3{font-size: 24px;}
  
  #slider .textbox{margin: 0 auto;width: 100%;}
  #slider .row{margin-top:2rem}
  .carousel-caption h1{font-size: 1.5rem;}
  #slider .textbox p{/*! width: 96%; *//*! text-align: justify; */}
  
  #services p{width: 90%}
  #services .sbox{max-width: 350px}

  #aboutus .tbox{text-align: center; margin-left:0}
  #aboutus .call-box{flex-direction: column; ; gap:0;padding: 2rem 0 0;}
  
  #testimonials .tbox{margin: 0 auto -6; width:96%;}
  #testimonials .icon{width: 100px; margin: 1rem auto 0}
  
  #pagetitle{padding: 3rem 0}
  #pagetitle.servicepages{text-align: center}
  #pagetitle.servicepages h1{text-align: center;font-size: 34px;}
  
  #booking-form h2{font-size: 26px}
  
  #bottom{padding: 7rem 0 3rem;}
  
  #cta-section h2{font-size: 28px}
  #cta-section .dis{width: 90%} 
  #cta-section .two-btns{flex-direction: column; gap:0; margin-top:2rem }
}

@media screen and (min-width: 421px) and (max-width: 500px) {
#bottom .col-md-3{width: 49%;float: left;word-wrap: anywhere}
}


@media screen and (min-width: 501px) and (max-width: 768px) {
#bottom .col-md-3{width: 47%;float: left;}
}


@media screen and (min-width: 769px) and (max-width: 1120px) {
#bottom .col-md-3{width: 47%;float: left;}
#slider .btn-primary{padding:10px 35px;margin:10px 0;}
}

@media screen and (min-width: 1500px) {
	#slider{height:720px}
}
