/*
Theme Name:  Silver Taxi Cabs
Author URI: https://www.thegeminigeeks.com/
Version: 1.1
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
:root {
  /* Color Variables: */
--primarycolor:#151515;
--secondarycolor:#ffc014;
--tertiarycolor:#101010;
  /* Font Variables: */
--primaryfont:"Cinzel", serif;
--secondaryfont:"Roboto", sans-serif;
}
.grecaptcha-badge { visibility: hidden; }
*{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;width: 452px;border-radius: 25px;max-width: 100%;margin-bottom: 1.2rem;}
.aligncenter{display:block;margin:0 auto;}

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

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

.header_area {position:absolute;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;float:left}
.header_area .row{align-items:center}

#logo {display: flex;}
#logo img{width:330px; image-rendering: smooth}
.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: 38px;text-transform: uppercase;}
h2 {font-size: 32px;}
.home h2{font-size: 45px;}
.home h2 span{font-size: 31px}
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}

.sub-heading{display:flex; align-items:center;gap:0.5rem; font-family:var(--primaryfont); font-weight:600; font-size:24px; margin-bottom: 0.5rem;}
.sub-heading:before{content:""; width:50px; height:3px; background:var(--secondarycolor)}
#scrolleffect {padding-top: 6.25rem; margin-top: -6.25rem;}
.smalltext{text-transform: uppercase;letter-spacing: 5px;display: block;text-align: center}

.more-btn{padding: 10px 35px;margin:1.8rem 0 0;display:table;background: var(--secondarycolor);font-weight: 500;text-transform: uppercase;border-radius: 1.2rem;}
.more-btn:after{content: "\f061";font-family:'Font Awesome 5 Free';font-weight:900 ; margin-left: 0.8rem}
.more-btn:hover{background:var(--primarycolor);color:#fff !important; }

.primary-btn{padding: 8px 35px;margin:1.5rem 0 0;display:table;background: transparent; border: 1px solid #cdcdcd;transition:0.5s ease; font-weight: 500;text-transform: uppercase;border-radius: 5rem;}
.primary-btn:after{content: "\f061";font-family:'Font Awesome 5 Free';font-weight:900 ; margin-left: 0.8rem}
.primary-btn:hover{background:var(--primarycolor); border-color: transparent; color:#fff !important; }

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

#slider {position: relative}
#slider .bg-img img{width: 100%;height: 770px;display: flex;object-fit: cover;object-position: top;}
.carousal-caption{position: absolute ; top: 13.5rem; bottom: 0; left: 0; right: 0; }
.carousal-caption .row{align-items: center}
.carousal-caption h1{font-size: 49px;font-weight: 800;}
.carousal-caption h1 , .carousal-caption  p{color: #fff}
.carousal-caption .text-box{position: relative; z-index: 1}
.carousal-caption .text-box:before{content:"";position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; transform:scale(0.8) translateY(-6rem);  background: #000; filter: blur(5rem)}

#about{margin: 5rem 0;}
#about .row{align-items: center; }
#about h2 span{font-weight:200}
#about h2{text-transform: uppercase}

#service-section{text-align: center;padding:5.5rem 0 8.5rem; background:url(https://www.silvertaxi-cabs.com/wp-content/uploads/2024/07/Services-BG.jpg) no-repeat center; background-size:cover;position: relative;z-index: 0;}
#service-section h2 , #service-section p{color: #fff}
#service-section h2{color:var(--secondarycolor); font-weight: 500; margin-bottom:0}
#service-section  h3{font-size:28px; color: var(--secondarycolor)}
#service-section .line{margin-top: 0.5rem; background: #fff; margin-bottom: 3rem;}
#service-section .row{justify-content: center}

.s-items *{transition: 0.5s ease}
.s-items{flex:1 0 300px;padding:2rem; transition: 0.5s ease; position: relative; z-index: 2;max-width: 390px;}
.s-items h3{margin-bottom: 0.8rem}
.s-items img{width: 60px; margin: 0 auto 1.5rem;}
.s-items .primary-btn{font-size: 15px; margin: 1.5rem auto 0}
.s-items:hover{background: var(--secondarycolor)}
.s-items:hover h3, .s-items:hover p{color: #000 !important;}
.s-items:hover .primary-btn{background: #000; color: #fff; border-color:transparent}
.s-items:hover  img{filter:invert(1)}

#counter{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius:20px;position:relative;z-index:5; margin-top:-5rem}
#counter h4{font-weight: 300;font-size: 16px;color:#000;text-transform: uppercase; text-align:center; font-size:18px; font-weight: 800;}
#counter .progressbar-text{ color: var(--secondarycolor) !important; font-size: 50px; font-weight: 700}
#counter {width: 100%;color: #000;text-align: center;background: #fff;position: relative;z-index: 99;margin-bottom: 7.5rem;padding: 1.8rem 10px;}
#counter .c-items{flex: 1 0 160px;max-width: 100%;}
#counter .row{gap: 0.2rem 0rem;}

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

#why-section{margin-bottom:10rem;}
#why-section .row{align-items: center;}
#why-section .text-block{background: #fffffff2; padding:1.9rem 2rem; backdrop-filter: blur(2px);box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;border-radius: 25px;}
#why-section .text-block p:nth-last-child(1){margin-bottom: 0;}
#why-section h2{font-size:42px;margin-bottom: 0.5rem;}
#why-section .upper-heading{color: var(--secondarycolor); font-family:var(--primaryfont); font-weight:800; font-size: 22px; margin-bottom: 0.5rem;}
#why-section .line{margin-top: 0rem; margin-bottom: 2rem}
#why-section .image{position: relative; height: fit-content; width: 100%;}
#why-section .image  img{width: 100%}
#why-section .image .car-png{position: absolute !important; bottom: -4.6rem;width: 65%;right: -10.5rem;}

#home-cta{padding: 5rem 0; text-align:  center; background:url(https://www.silvertaxi-cabs.com/wp-content/uploads/2024/07/Call-BG.jpg) no-repeat center; background-size:cover;position: relative;margin-bottom: 5rem;}
#home-cta h2{width: 45rem; margin: 0 auto 1.3rem; color:var(--secondarycolor);line-height: 1.2;max-width: 100%;}
#home-cta h3 , #home-cta a{color: #fff; font-size: 45px; margin-bottom:0}
#home-cta h3 {animation: call-zoom 1s ease infinite;width: fit-content;margin: 0 auto;}
@keyframes call-zoom{ 50%{transform: scale(1.05); }}

#testimonials{margin-bottom: 9rem; text-align: center;padding: 0 10px;}
#testimonials h2{margin-bottom: 2.5rem}
#testimonials .quote-icon{width: 100px; margin: -3.4rem auto 1.5rem; }
#testimonials .testimonial-items{margin:3.4rem auto 0; border:1px solid var(--primarycolor); padding: 0 1rem 1.5rem; width: 60rem;border-radius: 20px;  max-width: 100%;}
#testimonials .testimonial-items p{margin: 0 auto 1.5rem; width: 48rem; max-width: 100%;}
#testimonials .owl-dots { transition: 0.6s ease-in-out;text-align: center;position: absolute;left: 0;right: 0; margin-top:1rem; display:unset;}
#testimonials .owl-dot.owl-dot {display: inline-block;width:15px; height:15px; background:#ccc; border-radius:50%; margin:5px 5px;transition: 0.6s ease-in-out;}
#testimonials .owl-dots .active{ background: var(--secondarycolor)}

#inner-booking, #Hform{background: #f1f1f1; padding: 1.5rem 1.5rem 0.8rem; border-radius: 15px;margin-bottom: 1.6rem;}
#inner-booking #contactform input.wpcf7-submit{width: 240px; font-weight: 700; font-size: 18px; height: 50px;border-radius: 10px}
#inner-booking #contactform input , #inner-booking #contactform select, #inner-booking #contactform textarea{background: #fff}

#Hform{background: var(--secondarycolor);width: 94%;border: 2px solid #cdcdcd;}
#Hform #contactform input.wpcf7-submit{background: var(--primarycolor) !important; color: #fff;}
#Hform .ftitle{font-family:var(--primaryfont); text-align:center; color:#fff; margin: 0 auto; padding:0rem 1.5rem; border-radius:12px;background: var(--primarycolor);font-weight: 800;font-size: 34px;width: fit-content;margin-bottom: -0.4rem;}
#Hform #contactform input.wpcf7-submit:hover{color: var(--secondarycolor)}

#contact-box{width:100%; max-width:50rem;text-align: center; margin: 0 auto }
#contactform{margin: 1rem 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 0px 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 {background: #fff;border: 1px solid transparent; margin:8px 0; transition: 0.5s ease-in-out;-webkit-border-radius: 14px;width: 100%;padding: 15px 15px;border: 1px solid #cdcdcd;font-size: 16px;height: 51px;}
#contactform select{	color:#595959;}
#contactform textarea{background: #fff;border: 1px solid transparent; margin:6px 0;  width: 100%;height: 125px;padding: 20px 13px;;-webkit-border-radius: 14px;border: 1px solid #ccc;font-size: 16px;}
#contactform .col-md-6 , #contactform .col-md-12{padding: 0 5px}
#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) !important;color: #000;text-transform: uppercase;cursor: pointer;border: none;margin: 15px auto 0;display: flex;width: 220px;transition: 0.6s ease-in-out;height: 56px;-webkit-border-radius: 1.2rem;font-weight: 600;font-size: 18px;justify-content: center;align-items: center;min-width: max-content;}
#contactform input.wpcf7-submit:hover{background: var(--primarycolor) !important;color: #fff;}
#contactform .wpcf7-spinner{display: none !important;}

.contact-page h2{font-size: 32px;}
.border-box{ padding: 1.8rem 1.1rem 1rem;border-radius: 8px;background:#f5f5f5;box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;}
.border-box #contactform input.wpcf7-submit{height: 45px;width: 200px; min-width: fit-content;font-size: 16px;color: #fff; background: var(--primarycolor) !important; padding: 0}
.border-box #contactform input.wpcf7-submit:hover{background:var(--secondarycolor) !important; color:#000;}

#main .border-box h3{font-weight: 600; font-size: 21px; margin-bottom: 1rem; color: #404040}
.contact_detail{margin-top:2rem !important;}
.contact_detail li{display: flex; align-items: center; gap: 0.9rem; margin-bottom:1.4rem; border-bottom: 1px dashed #ccc; padding-bottom: 0.8rem;}
.contact_detail li h5{margin-bottom: 0.2rem;color: #000;}
.contact_detail li p{margin-bottom:0 !important;}
#main .contact_detail li a ,#main .contact_detail li p{color: #000 !important;;font-weight: 400 !important;;word-break: break-all;}
.contact_detail img{width: 40px; filter: brightness(0);min-width: 40px;}
.contact_detail .image{background: var(--secondarycolor); padding:10px;border-radius: 7px;}

#cta-section{background-size:cover; padding:3rem 10px 2.6rem; position: relative;background: #f4f4f4; position:relative;overflow: hidden;}
#cta-section h3{color: #000;font-weight:800;margin-bottom:0.5rem;text-transform: capitalize;font-size: 27px;}
#cta-section h3 span{color: var(--secondarycolor);}
#cta-section .sub-title{color: #656565; 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;background: var(--tertiarycolor);}
#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:nth-child(1):hover{color: var(--secondarycolor)}
#cta-section .right-btn a:hover{color: #fff; background:var(--tertiarycolor); }
#cta-section:before{content: ""; right: 0; bottom: 0; top: 0; left:54.8%;   background: var(--secondarycolor); position: absolute;  border-left: 29px solid #ffd666;outline: 17px solid #ffc01417;}
.fa-phone-volume::before { content: "\f2a0";}

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

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

.home-list{margin-bottom: 0; position: relative}
.home-list:before{content: ""; position: absolute; top: 8px; bottom: 0; left: 13px; width: 4px; height: 100%;background: #f7f7f7;}
.home-list li {list-style :none;padding: 0 0px 25px 2.5rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative;}
.home-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;background: var(--secondarycolor); width: 28px; height: 28px; position:absolute;left:0rem;top:2px; font-size:13px; }
.home-list li:nth-last-child(1){padding-bottom: 0;}

.line{background: var(--secondarycolor); width: 196px; height: 6px; margin-bottom: 1.5rem; margin-top:0.6rem;}
.line.c{margin: 1rem auto 1.5rem}

#pagetitle {padding:12rem 0 2.5rem;width: 100%;background:url(https://www.silvertaxi-cabs.com/wp-content/uploads/2024/07/Services-BG.jpg) no-repeat center;text-align: center;color:#fff;background-size:cover;position: relative;float: left;width: 100%;}
#pagetitle.service{padding: 100px 6px 0; text-align: left;}
#pagetitle .row{align-items: center; }
#pagetitle h1 {color:#fff;}
#pagetitle p {color:#fff;tont-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}

#innerbooking{text-align: center; background: #fff; border-radius: 15px; padding: 1.6rem 1.5rem 0.8rem;margin-bottom: -6rem;box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;position: relative;display: table;margin-top: 2.4rem;}
#innerbooking h2{font-size: 32px;}
#innerbooking #contactform input , #innerbooking #contactform select, #innerbooking #contactform textarea{background: #f8f8f8}

#service-sec1 h2 ,#main #service-sec1 > p{text-align: center}
#service-sec1 .row{margin: 3rem 0 5rem;}
#service-sec1 img{border-radius: 12px; position:sticky; top:3.5rem;}
#service-sec1 .row p:last-child{margin-bottom: 0}

#main{padding: 3rem 0 1rem;}
#main.service{margin-top: 6.5rem;}
#main p{color:var(--primarycolor);font-size: 16px;text-align:left;}
#main a{color:var(--secondarycolor)}
#main a:hover{color:var(--primarycolor);}
#main h3{list-style: none;color: var(--primarycolor);margin-bottom: 1.6rem;}
#main li{list-style: none;}

.widget {padding: 0 1rem;}
.widget h3 {border-bottom: 2px solid var(--primarycolor);text-transform: uppercase;padding: 0px 0 0.9rem 0;margin-bottom: 1.7rem;}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 0.9rem 0;}
.widget ul li::before{content: "-";margin-right: 0.8rem;font-size: 15px;color: #fff;}

.main-widget{display: flex; flex-direction: column;justify-content: start}
.main-widget img{width: 300px; margin-bottom: 0.7rem;}
.main-widget a{width: fit-content;max-width: 100%;}
.main-widget p{font-weight: 400;line-height: 1.7;}

#bottom {background: url(https://www.silvertaxi-cabs.com/wp-content/uploads/2024/07/Footer.jpg) no-repeat center;color:#fff;font-size: 16px;padding: 5rem 0 0;background-size: cover;font-weight: 500;}
#bottom .grid{display:grid; grid-template-columns:30% auto;gap: 3rem 4rem;}
#bottom a {color: #fff;}
#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: #fff;font-size: 22px;position: relative}
#bottom .widget h3:before{content: "" ; position: absolute; bottom: 0; left: 0; background: var(--secondarycolor); width: 100px; height: 3px}
#bottom .widget li {border: none;text-decoration: none;color:#fff;list-style: none;}

#footer {clear: both;background:transparent;color: #fff;padding:0.7rem 0;text-align: center;font-size:13px;margin-top: 3rem;border-top: 2px 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: 2rem;background:transparent;position: fixed;text-align: center;color: #ffffff;cursor: pointer;border-radius: 50%;z-index: 999;display: inline-block;line-height: 65px;animation:zoom 1s ease infinite}
@keyframes zoom{
    50%{transform: scale(1.2) rotate(10deg)}
}

@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;}
.site-menu-toggle{display: block;color: var(--secondarycolor);}
.site-navbar{display: none;}

#logo{display:flex;align-items:center;justify-content:space-between}
#logo img{width: 240px;height: auto;float:left;}


#bottom {width: 100%;display: block;}
.grid{grid-template-columns: 100% !important; }
.fleft, .fright {float: none;}
  
 #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: 50%; left:0; border-left:0;border-top:20px solid #ffd666; }
  #why-section .image .car-png{display: none}
  .main-widget{align-items: center; text-align: center;padding: 0 10px;}
  .main-widget p{font-size: 15px;}
  #slider .row{flex-direction: column-reverse; gap:2.5rem;}
  .carousal-caption .text-box::before{transform: translatey(-27px);}
  
  #about , #why-section, #counter{margin-bottom: 4rem} 
  #about .row{flex-direction: column-reverse; gap: 2rem}
  #about img{width: 100%}
  
  #testimonials h2{margin-bottom: 1.8rem}
  #testimonials{margin-bottom: 6rem;}
  #testimonials .owl-dots{margin-top: 1rem}
  
  #home-cta{padding: 4rem 10px}
	
  .carousal-caption .text-box{text-align: center}
  .carousal-caption .line{margin-left: auto; margin-right: auto}
  #counter .c-items .progressbar-text{font-size: 35px}
  #counter .c-items h4{font-size: 14px}
  
  #why-section .upper-heading , .sub-heading{font-size: 18px}
  #Hform{padding: 1.5rem 1rem;width: 100%;}
  
  #pagetitle , #pagetitle.service{padding-top:9.5rem}
  #pagetitle.service{text-align: center}
  #pagetitle.service .line{margin: 1rem auto 1.4rem;}
     #pagetitle.service h1{font-size: 29px; }
  #pagetitle.service p{font-size: 14px}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none;}
  .alignright{float:right;margin:0px 0 1.5rem 35px;}
#pagetitle .col-md-6.title{padding-right: 2.5rem }
  #service-sec1 .row > .col-md-6:last-child{padding-left: 2rem}
  #why-section .text-block{margin-left: -3.7rem;margin-bottom: 4rem;}
.site-menu-toggle{display:none;}
  .carousal-caption .text-box{padding-left: 2.5rem;}
  #why-section .col-md-6:nth-child(1) img{ position: relative;transform: scale(1.06) translatex(0.4rem);}
  .widget.col-md-4:nth-child(2){padding-left:0  }
  .border-box{margin-left: 1.2rem}
  #home-cta:before{content: ""; position: absolute;top: 0; bottom:0; right: 0; width: 325px; background: var(--secondarycolor);clip-path: polygon(85% 0, 100% 0, 100% 100%, 0 100%);}
  #service-section:before{content: ""; position: absolute;top: 0; right: 0; width: 280px; height: 280px; background: var(--secondarycolor);clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 0);}
}

@media screen and (max-width: 600px) {
.column, .column3, .column4{column-count:1}
#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}
#cta-section .sub-heading{font-size: 18px;margin-bottom: 2.8rem;}
#cta-section h3{font-size: 27px; margin-bottom: 1rem;line-height: 1.2;}
  #cta-section .sub-title{margin-bottom: 2rem;font-size: 18px;}
	
	#logo img{width: 220px;}
	.contact_detail li:last-child{border-bottom: 0}
    .border-box{padding: 2rem 0.7rem}
	.border-box .col-md-6 , .border-box .col-md-12 , #inner-booking .col-md-6 , #inner-booking .col-md-12{padding: 0}
    #inner-booking{padding: 1.8rem 1rem 0.3rem}
	#bottom .widget li{margin-bottom: 0.7rem;font-weight:400}
	#bottom .widget {margin-bottom:2rem;}
    .widget{margin-bottom: 1rem}
    #bottom{padding: 3rem 0 0}
    #footer{margin-top: 1rem}
	#bottom .col-md-3{width: 100%;float: left;}
	
	.carousal-caption{top: 10rem;}
 	.carousal-caption h1 {font-size: 25px;}
  .carousal-caption p{font-size: 14px}
	#slider .bg-img img{margin-bottom:44rem; height:600px;}
	#Hform .ftitle{font-size: 22px;}
  #pagetitle h1{font-size: 30px}
  .breadcrumb{font-size: 13px}
  	h2, .home h2{font-size: 35px; }
  #home-cta h3, #home-cta a, #home-cta h2, .contact-page h2, #innerbooking h2 {font-size:28px; }
  #about h2 span{font-size: 28px}
  #why-section h2{font-size: 28px}
  	#service-section h3, h3{font-size: 24px;}
  #testimonials h3{font-size:20px}
  #counter{width: calc(100% - 20px); margin-left: auto; margin-right: auto;padding: 0.9rem 10px 1.2rem;}
  #service-section{padding-bottom: 7rem;padding-top: 4rem;}
  #service-section .line{margin-bottom: 2rem}
  .s-items{padding: 1.5rem 15px}
  
  #why-section .text-block{padding: 1.5rem 18px}
  
  .more-btn{font-size: 15px; padding: 8px 30px}
  .primary-btn{font-size: 14px !important;; padding: 9px 25px 7px}
  #contactform input ,#contactform select , #contactform textarea{font-size: 14px}
  #contactform input.wpcf7-submit{height: 45px !important;; padding: 0; width: 180px !important;}
	#Hform{padding: 1.5rem 0.8rem;}
.contact-page .col-md-5, .contact-page .col-md-7{padding: 0 5px}
#main{padding: 2.4rem 0 1rem;}
#service-sec1 .row{margin: 2rem 0 4rem; gap:1.5rem}
  #innerbooking{padding: 2rem 0.8rem 1rem}
#service-sec1 h2{font-size: 26px}
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
		#bottom .col-md-4{width: 33%;float: left;}
  #bottom p{width: 80%}
  .carousal-caption{top: 11rem;}
  .carousal-caption h1{font-size: 36px;}
  #slider .bg-img img{margin-bottom:41.5rem; height:680px;}
  #Hform .ftitle{font-size: 25px;}
  h2, .home h2, #home-cta h3, #home-cta a, #why-section h2{font-size: 38px; }
  #service-section h3, h3{font-size: 22px}
  .s-items{padding: 1.5rem 1rem}
  .s-items p{font-size: 14px}
}
