/*
Theme Name:  Airport Transfer Maxi Cab
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:#F79323;
--tertiarycolor:#101010;
  /* Font Variables: */
--primaryfont:'Poppins', sans-serif;
--secondaryfont:'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: 16px;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 40px;}
.aligncenter{display:block;margin:0 auto;}
.rounding{border-radius: 25px}

#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;padding: 20px 0;}
.header_area .row{align-items:center}

#top-bar{background:var(--secondarycolor);width:100%;padding:0.4rem 0;}
#top-bar p{color: #000; font-size: 16px; font-weight:400;text-transform: uppercase;}
#top-bar .row{align-items: center}
#top-bar .pull-right{display: flex; justify-content: end; gap:1.5rem}
#top-bar .pull-right a{font-weight: 800; color: #000;  display: flex;align-items: center; gap:0.5rem;background: transparent;padding: 2px 5px;border-radius: 5px;font-size: 19px;}
#top-bar .pull-right a:hover{background: #000; color: #fff}
#top-bar .pull-right a:hover i{color: #000; background:#fff}
#top-bar .pull-right i{width: 35px; height: 35px; transition: 0.5s ease;font-size:20px; border-radius:50%;display: flex; align-items: center; justify-content: center; background: #000; color: var(--secondarycolor)}

#logo .site-title {float:left;}
#logo .site-title a{color:var(--primarycolorcolor);font-size: 1.5rem;}
#logo img{width:335px;}
.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: 36px;text-transform: uppercase;}
h2 {font-size: 48px;}
h3 {font-size: 26px;}
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}

#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.5rem 2rem;margin: 2rem 0 0;display: table;color:#000;transition: .6s ease-in-out;font-weight: 800;font-size: 17px;border-radius: 5px;}
.btn-primary:hover{background:var(--tertiarycolor);color:#fff;}

.more-btn{padding: 5px 25px 5px 10px;margin:2rem 0 0; border-radius: 8px;display:flex; width: fit-content; align-items: center; gap: 0.5rem; background: var(--secondarycolor);color: #000; font-weight: 900; font-size:18px}
.more-btn:hover{background:var(--tertiarycolor);color:#fff !important; }
.more-btn:hover i{background:#fff}
.more-btn  i{width: 32px; height: 32px; transition: 0.5s ease;font-size:16px; border-radius:50%;display: flex; align-items: center; justify-content: center; background: #000; color: var(--secondarycolor)}

#cta-section{background-size:cover; padding:3rem 10px 2.5rem; position: relative;background: #050505; position:relative}
#cta-section h3{color: #fff;font-weight:700;margin-bottom:0.8rem;text-transform: capitalize;font-size: 28px;}
#cta-section h3 span{color: #fff;}
#cta-section .sub-heading{color: #ccc; font-weight: 300;}
#cta-section .right-btn{display: flex; justify-content: end; gap:1.5rem;align-items:  center}
#cta-section .right-btn a {color: #fff;padding:10px 35px; font-size: 20px; font-weight: 600; text-transform: uppercase}
#cta-section .right-btn a:nth-child(1){border:2px solid var(--secondarycolor);color: var(--secondarycolor);}
#cta-section .right-btn a:nth-child(2){background: #fff; color: #000;padding: 10px 40px;}
#cta-section .right-btn a:nth-child(2) i{font-size: 25px; margin-right: 5px;animation: animationFramesTwo 1.5s infinite linear alternate;}
#cta-section .right-btn a:hover{ background:var(--secondarycolor); color: #000;}
#cta-section:before{content: ""; right: 0; bottom: 0; top: 0; left:48%; background: #181818; position: absolute; clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%); }
.fa-phone-volume::before { content: "\f2a0";}

#slider{position:relative}
#slider img{height:auto; width:100%}
#slider .item{position: relative;display: flex;align-items: center;height:500px}
#slider .owl-nav .owl-next, #slider .owl-prev {position: absolute;top:40%;transition: 0.6s;font-size:45px;color:#fff;opacity:0;}
#slider:hover .owl-nav .owl-next{display: block;transition: 0.6s;opacity:1.0;}
#slider:hover .owl-nav .owl-prev{display: block;transition: 0.6s;opacity:1.0;}
#slider .owl-nav .owl-next:hover, #slider .owl-nav .owl-prev:hover {color: #fff; transition: 0.6s;}
#slider .owl-nav .owl-prev {left: 20px;display: block;transition: 0.6s; }
#slider .owl-nav .owl-next {right: 20px;display: block;transition: 0.6s;}
#slider .owl-next span, #slider .owl-prev span{background-color: var(--secondarycolor);}

.carousel-caption {right: 0;top: 0;left: 0;bottom:0; z-index:997;position:absolute;}
.carousel-caption .container{display: flex; justify-content: center; flex-direction: column; height: 100%}
.carousel-caption .text-box{width: 35rem;margin-bottom: 3rem;}
.carousel-caption h1{color: #fff; font-size:48px; text-transform: capitalize;}
.carousel-caption h1 span{color: var(--secondarycolor)}

#about{margin-bottom: 3.5rem;}
#about h2{margin-bottom: 1.2rem}
#about .row{align-items: center}
#about .col-md-6{position: relative;}
#about .icon-box{position: absolute; top: -1rem; left: -1rem; background: var(--secondarycolor); padding:0 1.9rem;text-align: center;border-radius: 15px;}
#about .icon-box img{width: 90px; margin: 0 auto; }

#feature-box{margin-bottom: 7rem;padding: 0 15px;}
#feature-box .row{justify-content: center; gap: 1.6rem;}
.f-item{flex:  1 0 120px; display: flex; flex-direction: column; justify-content: center; border-radius:15px; align-items: center; text-align: center; background: var(--secondarycolor); padding: 1rem 2rem }
.f-item img{width: 100px; margin-bottom:8px}
p:empty{display: none; position: absolute}

#service-section{background: url(https://www.airporttransfermaxicab.com.au/wp-content/uploads/2024/11/bg-img.jpg) no-repeat center; background-size: cover ; padding: 5rem 15px 6rem; margin-bottom: 6rem;}
#service-section h2{text-align: center; color: #fff; margin-bottom: 3rem}
#service-section .row{gap:3rem;}

.s-box{flex: 1 0 300px; background: #fff; }
.s-box .content{padding:0rem 1.5rem 1.5rem; position:relative;}
.s-box .float-icon{width: 90px; margin-left:auto ;margin-top:-3.5rem; margin-bottom: 0.5rem}
.s-box  p{color: var(--primarycolor)}
.s-box  h3{margin-bottom: 0.5rem}
.s-box span{font-weight: 800; display:flex;align-items:center; margin-top:0.8rem; color: var(--secondarycolor); margin-bottom: 0; font-size:18px;}
.s-box span:after{content: "";background:url(https://www.airporttransfermaxicab.com.au/wp-content/uploads/2024/11/arrow-n.png) no-repeat center; background-size:cover; width:18px; height:18px; margin-left:0.6rem; transition:0.5s ease}
.s-box span:hover:after{margin-left:1rem}
#baby-seat{margin-bottom: 4.5rem;}

#counter{margin-bottom:4rem;}
#counter .row{gap:1rem;justify-content: center;}
#total-score-circle,
#general-score-circle,
#speed-score-circle {margin: 0.1em auto; width: 143px;  height: 100px;position: relative;}
#privacy-score-circle {margin: 0.1em auto; width: 206px;  height: 100px;position: relative; }

.c-box{flex: 1 0 220px;display: flex;align-items: center }
.c-box .progressbar-text{color: var(--secondarycolor) !important; font-size: 55px; font-weight: 600}
.c-box .progressbar-text b{font-weight: 600}
.c-box h3{font-weight: 500 ; border-left: 4px solid var(--secondarycolor); padding-left: 1rem;font-size: 24px;}

#testimonials{padding: 4.6rem 15px;width: 100%;float: left;text-align: center;background: url(https://www.airporttransfermaxicab.com.au/wp-content/uploads/2024/11/testimonials-BG-img.jpg) no-repeat center;background-size: cover;}
#testimonials h2{color: #fff;text-transform: uppercase; margin-bottom: 2.5rem}
#testimonials .owl-dots{margin-top:1.5rem;}
#testimonials .owl-dot {display: inline-block;width:10px; height:10px;  transition:0.5s ease; background:#dbd9e6; border-radius:5px; margin:5px 5px}
#testimonials .owl-dot.active {background-color:var(--secondarycolor); width: 20px}

.testimonial-item{width: 49rem;margin: 3.4rem auto 0; border:2px solid #fff; padding:0 2rem 2rem;max-width: 100%;}
.testimonial-item .quotes{width: 100px !important; margin: -3.4rem auto 1rem; }
.testimonial-item p{color: #f5f5f5;}
.testimonial-item h3{color: #fff; margin-top:1.3rem;}

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

#bookingform{width:100%;margin-top:-5rem;text-align:center;margin-bottom: 7.5rem;}
#bookingform.inner-form{margin-bottom: 0 !important;}
#bookingform .container{background:#000;padding:2.4rem 1.4rem 1.5rem;border-radius:1.5rem;position: relative;z-index: 3;}
#bookingform h2{color: var(--secondarycolor); font-size:38px;margin-bottom: 1rem;}
#bookingform h3{color: #fff;text-transform: uppercase; font-size: 20px; margin-bottom: 0.8rem}
.contact-box{width: 63rem; display: flex; flex-wrap:wrap;align-items: center;padding:2.4rem 1.5rem 2.4rem 0;margin: 0 auto;max-width:100%; background:#f1f1f1;border-radius: 12px;}
.contact-box #contactform input, .contact-box #contactform select {padding: 12px 15px;height:44px; border-radius: 5px;}
.contact-box #contactform textarea{height: 100px}
.contact-box #contactform input.wpcf7-submit {border: 0; height: 42px !important;width:200px;font-size: 16px;font-weight: 600;}

.fa-mobile-alt::before {content: "\f3cd";}
.fa-building::before {content: "\f1ad";}

#info{background: #171717;padding: 20px;position: relative;left: -70px;margin-right: -50px;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: 26px;margin:25px 0 10px;padding:0 0 11px 0;color:#fff;font-weight: 600; text-transform: uppercase;border-bottom: 1px dashed #fff3;}
#info li{color:#fff !important;margin:25px 10px;}
#info a {color:#fff !important;}
#info a:hover{color:var(--secondarycolor) !important}
#info li i{margin-right: 10px;font-size:20px;color:var(--secondarycolor)}

#bookonline p, #bookonline {text-align: center !important;}
.bookingform{background:#353535;padding:35px 20px 20px;margin-top:30px;box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;border-radius: 35px;}
.bookingform #contactform input.wpcf7-submit{background: var(--secondarycolor); color: #000; border: none; transition:0.5s ease-in-out;margin-top: 10px;}
.bookingform #contactform input.wpcf7-submit:hover{background: var(--tertiarycolor); filter: brightness(1.1)}
.bookingform #contactform textarea{height: 48px; padding:14px 18px; resize: none;}

.xdsoft_timepicker{min-width:200px}
#contactform .pickup-date p {width:100%;}
#contactform .pickup-date p span {width:100%;display:block;}
#contactform .pickup-date p span input {width:100%;display:block;-webkit-appearance: none; -moz-appearance: none;text-align:left!important;}
#contactform .pickup-date p input::-webkit-date-and-time-value {text-align: left;width: 100%;}
#contactform .pickup-date p input[type="date"] { display: block; text-align: left;}

#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;}
#contactform h2{font-size: 22px;margin:25px 0 10px;font-weight:bolder;padding:0 0 8px 0;text-align: center;color: #000;}
#contactform input{width: 100%;background: #fff;border:0;padding: 10px 20px;margin: 10px 0;height:48px;border-radius:10px;}
#contactform select{width: 100%;background: #FFF;border:0;padding: 10px 20px;height:48px;
	margin: 10px 0;color:#595966;-webkit-border-radius:10px;}
#contactform textarea{width: 100%;height: 125px;background:#fff;border:0;padding: 20px;margin: 10px 0;border-radius:10px;}
#bookingform #contactform textarea{height:48px;resize:none;padding: 14px 20px;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;
	color:var(--tertiarycolor)}

::-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;padding: 1rem;border: none;margin:10px auto 0;display: table;width: 250px;transition: 0.6s ease-in-out;border: 1px solid var(--tertiarycolor);height: 48px;-webkit-border-radius: 10px;padding:0;font-size:18px}
#contactform input.wpcf7-submit:hover{background: var(--primarycolor);color:#fff;}
#contactform .wpcf7-spinner{position: absolute; display: none}

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

#pagetitle {padding:4rem 0;position: relative;text-align: center;background:url(https://www.airporttransfermaxicab.com.au/wp-content/uploads/2024/11/inner-page-banner.jpg);color:#fff;background-size:cover;position: relative;width: 100%;background-position:center; position:relative; z-index:1; }
#pagetitle:before{content: ""; position: absolute; top: 0 ; bottom:  0 ; left:0; right:0; background: #000000c7;  z-index: -1}
#pagetitle .inner{position: relative;z-index: 1}
#pagetitle.service-banner{padding: 5rem 0 8.5rem}
#pagetitle h1 {color:#fff;text-align: center;font-size: 35px;}
#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{color:#fff}
.breadcrumb a:hover{color:var(--secondarycolor);}
.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} */

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

.widget {padding: 0 1rem;}
.widget h3 {border-bottom: 2px solid var(--primarycolor);text-transform: uppercase;padding: 0 0 0.6rem 0;}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 1rem 0;}
.main-widget img{width: 340px; max-width: 90%;}

#bottom {background: url(https://www.airporttransfermaxicab.com.au/wp-content/uploads/2024/11/footer-bg.jpg) no-repeat center;color:#fff;font-size: 14px;padding: 6rem 0 0;background-size: cover;}
#bottom .grid{display:grid; grid-template-columns:36% auto;gap: 2.5rem 0rem;align-items: center;}
#bottom a {color: #000;}
#bottom a:hover {color:var(--secondarycolor);}
#bottom i {color: #fff;margin-right: 0px;}
#bottom .widget h3 {border: none;text-align: left;font-weight: 700;color: #000;font-size: 20px;}
#bottom .widget li {border: none;text-decoration: none;color:#000;list-style: none;}

#footer {clear: both;background:transparent;color: #000;padding:0 0 0.5rem;text-align: center;font-size:14px;margin-top: 3rem;}
#footer a {color: #000;}
#footer a:hover {color:var(--tertiarycolor);}
.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;
}

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

@-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 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 !important;}
.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; }
    
    #testimonials .owl-nav{display: none}
     #top-bar{display: none !important;}
	
	  #contactform .col-md-3, #contactform .col-md-9,  #contactform .col-md-2,  #contactform .col-md-6,  #contactform .col-md-12,  #contactform .col-md-4{padding:0 }
  #contactform  textarea{height: 120px !important;padding:20px 18px !important;}
  
  #bookingform{margin-top:-2rem;margin-bottom: 5rem;}
  #bookingform h2{font-size: 26px !important;margin-bottom: 0.8rem}
  #bookingform .container{max-width: 95%;padding: 2rem 1.5rem;}
  #contactform input.wpcf7-submit{width: 200px; font-size: 16px; border-radius:50px}
    
    
    h2{font-size: 34px;}
    
    #about{margin-bottom: 3rem}
    #about .row, #baby-seat .row{flex-direction: column-reverse; gap:1.5rem}
    #about .icon-box{left: unset; padding:0 25px 0px;right: 15px;}
    #about .icon-box h3{font-size:20px}
    #about .icon-box img{width: 70px}
    
    #feature-box{margin-bottom:4.5rem}
    .f-item{max-width: 165px}
    .f-item h3{font-size:20px}
    .f-item img{width: 70px}
    
    #service-section{padding: 3.5rem 10px 4.5rem; margin-bottom: 4rem;}
    #service-section h2{margin-bottom: 2rem}
    #baby-seat{margin-bottom: 3rem}
    #baby-seat img, #about img{width: 100%}
    
    .s-box .float-icon{width: 80px; margin-top: -2.9rem;}
    h3{font-size:24px}
    .s-box span{font-size: 16px}
    
    .c-box{flex: 1 0 50px; max-width:50%;flex-direction: column;text-align: center;}
    .c-box .progressbar-text{font-size: 42px} 
    .c-box h3{border: 0px; font-size:16px}
    
    #counter{overflow: hidden; margin-bottom:3rem}
    #total-score-circle,
    #general-score-circle,
    #speed-score-circle , #privacy-score-circle{ height: 50px;position: relative;}
    .main-widget img{margin: 0 auto}
    
	.carousel-caption .container{justify-content: start; padding:3rem 5px 0}
    #info h2{font-size: 24px}
     #cta-section{text-align: center}
    #cta-section .right-btn{justify-content: center;flex-wrap:wrap;gap: 0.8rem;margin-top: 3.5rem;}
	#cta-section:before{content: ""; right: 0; bottom: 00%; top: 48%; left:0; clip-path: polygon(0 13%, 100% 0%, 100% 100%, 0 100%);}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none !important;}
    #about .col-md-6:nth-child(1){padding-right: 3.5rem}
    #about p{text-align:justify;}
    
    #testimonials :where(.owl-nav .owl-next ,  .owl-prev) {position: absolute;top:40%;transition: 0.6s;font-size:45px;color: #fff;
  text-shadow: 0 0 12px #0005;display: block;opacity:1;width:50px; opacity: 0.5}
    #testimonials .owl-nav .owl-next:hover, #testimonials  .owl-nav .owl-prev:hover {opacity:1}
    #testimonials .owl-nav .owl-prev {left: -50px;display: block;transition: 0.6s;transform:scale(-1) }
    #testimonials .owl-nav .owl-next {right: -50px;display: block;transition: 0.6s;}
    #testimonials .owl-next span, #testimonials.owl-prev span{background-color: var(--secondarycolor);}
    
.site-menu-toggle{display:none;}
}

@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}
  #bottom .widget li{margin-bottom: 0.7rem}
  .widget{margin-bottom: 1rem}
  #bottom{padding: 4rem 0 0;}
  #footer{margin-top: 1rem}
  #bottom .widget h3{margin-bottom: 0.6rem}
  .main-widget img{margin: 0 auto}
    
        .testimonial-item{padding: 0 1rem 2rem}
    .carousel-caption .container{justify-content: start; padding:3rem 5px 0}
    .carousel-caption h1{font-size: 34px;}
    .carousel-caption .text-box{max-width: 100%; text-align: center}
    .carousel-caption .more-btn{margin: 1.8rem auto 0}
    
     #info{left: 0px;margin-right:0px;margin-bottom:30px;margin-top: -4.5rem;font-size: 15px;}
  .contact-box{padding:20px 10px;margin-top: 4rem;}
    .contact-box > .col-md-4{padding:0}
    #contactform h2{margin-top: 0; font-size: 20px}
    	#cta-section{padding:3rem 10px;}
    #cta-section .right-btn a{padding:6px 25px !important;width: 80%}
     #cta-section h3{font-size: 26px; line-height: 36px}
    
    #pagetitle.service-banner{padding: 4rem 0 5.5rem}
    #pagetitle.service-banner h1{font-size:32px}
    #bookingform h3{ font-size: 18px;line-height: 1.4 }
}


@media screen and (min-width: 600px) and (max-width: 1120px) {
#bottom .col-md-4{width: 33%;float: left;}
    #slider .bg-image img{height:800px; object-fit:cover; object-position:bottom;}    
}

@media screen and (min-width: 1580px){
    #slider .bg-image img{object-fit: cover;height: 630px}
}