/*
Theme Name:  Exana Business Center
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:#194E75;
--tertiarycolor:#e29e21;
  /* Font Variables: */
--primaryfont:"Playfair Display", 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: 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(--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-wrap{position:absolute;top: 0;left: 0;width: 100%;z-index: 999;background: linear-gradient(0deg, transparent,#050213e3 );}

.header_area {position:relative;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;position:relative;z-index:999; }
.header_area .row{align-items:center}
.header_area  .header-btn{display: table; background: var(--tertiarycolor); color: #000 !important; padding: 9px 25px 6px;font-weight: 600;border: 1px solid transparent;border-radius: 10px;}
.header_area  .header-btn:hover{background: transparent; color:  #000 !important;border-color: var(--tertiarycolor);}
.header_area  .main_menu{background: #ffffffe5; padding: 1rem 1rem;backdrop-filter: blur(5px) brightness(2);border-radius: 15px;}

.header_area.navbar_fixed {position: fixed;padding:0rem 0;width: 100%;top: -71px;left: 0;right: 0;z-index: 997;background: #f1f1f1e5;transform: translateY(70px);transition: transform 500ms ease, background 500ms ease;-webkit-transition: transform 500ms ease, background 500ms ease;box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.1);backdrop-filter: blur(40px) brightness(2);}
.header_area.navbar_fixed #logo img{width:200px;}
.header_area.navbar_fixed .main_menu{background: transparent; backdrop-filter: none;}

#top-bar{ color: #fff; padding: 14px 0;}
#top-bar .top-right{display: flex; justify-content: end; }
#top-bar .top-right a{ color:#fff; font-weight: 600;}
#top-bar .top-right a:hover{color:var(--tertiarycolor)}
#top-bar .top-right a i{margin-right: 10px;}


#logo .site-title {float:left;}
#logo .site-title a{color:var(--primarycolorcolor);font-size: 1.5rem;}
#logo img{width:215px;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: 36px;text-transform: uppercase;}
h2 {font-size: 42px;}
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(--tertiarycolor);padding: 0.5rem 2rem;margin: 2rem 0;display: table;color:#fff;transition: .6s ease-in-out;}
.btn-primary:hover{background:var(--secondarycolor);color:#fff;}

.more-btn{padding: 6px 30px;margin:2rem 0 0;display:table;background: var(--tertiarycolor);color: #000;text-transform: uppercase;font-weight: 600;border-radius: 10px;}
.more-btn:hover{background:#000;color:#fff !important; }

#slider{position: relative; z-index: 1;}
#slider .bg-image img{width: 100%;}

.sliderWrap{position:relative;}
.sliderWrap .navigation .navBtn{position: absolute; top: 50%; transform: translateY(-50%); font-size: 20px; color:#fff; cursor:pointer; transition: 0.5s ease; opacity: 0;width: 40px;height: 40px;background: #ffffff24;border-radius: 50%;display: flex;align-items: center;justify-content: center;backdrop-filter: blur(5px) brightness(0.5);box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;}
.sliderWrap:hover  .navigation .navBtn{opacity: 1;}
.sliderWrap .navigation .navBtn:hover{color: var(--tertiarycolor)}
.sliderWrap .navigation .navBtn:nth-child(1){left: 3%;}
.sliderWrap .navigation .navBtn:nth-child(2){right: 3%;}

.sub-heading{font-size:18px !important; text-transform: uppercase; color: var(--tertiarycolor) !important; letter-spacing: 1px}

.carousel-caption{position: absolute; top: 0; left: 0; right:0; bottom: 0; }
.carousel-caption .container{height: 100%;}
.carousel-caption .row{align-items: center; height: 100%;}
.carousel-caption .text-box{width: 38rem;max-width:100%;margin-top: 3.8rem;}
.carousel-caption  h1{color: #fff; font-size: 44px; margin-bottom: 1.7rem;line-height: 1.4;}
.carousel-caption  .dis{color: #f1f1f1;margin-bottom: 2.2rem; width:29rem; max-width:100%;line-height: 1.7;}

.subheading{font-size:17px !important; text-transform: uppercase; color: var(--tertiarycolor) !important; letter-spacing: 1px; font-weight:500; margin-bottom:5px !important;}

.heading{align-items: center;margin-bottom: 2.1rem;}

#about-us{background: #fff; padding: 4rem 0;}
.about-images{gap: 1.5rem}
.about-images .image{flex: 1 0 40%; border-radius: 15px; overflow:hidden;filter: contrast(1.0) saturate(1.15);image-rendering: smooth;}

#counter{width: 100%;text-align: center;background-size: cover;position: relative;margin-top: 2.4rem;}
#counter .progressbar-text{color:  var(--tertiarycolor) !important; font-weight: 900; font-size: 42px;line-height: 0.7;width: max-content;}
#counter .progressbar-text small{font-size: 0.4em;margin-left: 0.6rem;font-weight: 600;}

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

#counter .row{justify-content: center;}
#counter .c-items{flex: 1 0 200px; border-right:2px solid #e5e5e5;padding: 1.4rem 0;}
#counter .c-items:last-child{border: 0}
#counter .c-items .adv-h3{font-size: 18px; font-weight: 600;  font-family:var(--secondaryfont);}
#counter .c-items  .num{margin-bottom: 0.6rem;}

#spu-88{background: transparent !important;}
#spu-88 .spu-container{background: var(--secondarycolor); position: relative ; z-index:  1;border-radius: 25px; }
#spu-88 .spu-container:before{content: ""; position: absolute; top: 0; bottom: 0; left: 0;right: 0; background: url(https://www.ekanasportzcity.com/wp-content/uploads/2025/09/bg-pattren.png) repeat; background-size:70%; opacity: 0.03; max-width: 100%;}
#spu-88 .spu-close{color:#fff !important; margin-top:0.8rem; margin-right: 0.8rem}

#popup-from .line{background: var(--tertiarycolor); margin: 0.7rem auto 0.8rem;}
#popup-from img{width: 215px; margin: 0px auto 1.2rem;}
#popup-from h3{text-align: center;color: #fff; margin-top: 0.2rem; font-size: 32px;}
#popup-from .dis{color: #fff;text-align: center; margin-bottom: 1.3rem;font-size: 15px;line-height: 1.8;}
#popup-from #contactform input{height: 38px;padding: 9px 20px;}
#popup-from #contactform textarea{height: 83px !important; padding-top:0.8rem;}

#highlight-section{background: #f1f1f1; padding: 2.8rem 10px 3.2rem; text-align: center}
#highlight-section .dis{margin-bottom: 2rem;text-align: center;}
#highlight-section  h2{margin-bottom: 1.2rem}
#highlight-section .more-btn{margin: 0 auto}
#highlight-section .sub-heading{text-align: center; margin-bottom: 0}
#highlight-section p:last-child{margin-bottom: 0}

.rtable{width: 100%;text-align: center;overflow: scroll;margin-bottom:2rem;}
.rtable th{background:var(--secondarycolor);color:#fff;padding:9px 5px;text-transform: uppercase;border: 1px solid #1A4B70;line-height: 1.5;}
.rtable td{border:1px solid #ccc;padding: 10px 5px; color:#000;background: #fff;} 
.rtable td b{color: #000;}
.rtable .sub-column{background: #f1f1f1;font-weight: 600 !important;;color: #000 !important;}
.rtable .hightlight{background: #ededde;padding: 8px;}
.rtable.responsive th{text-transform: capitalize; font-size: 16px;font-weight: 500;}
.rtable td{line-height: 1.5 !important;}

#main .rtable tr:nth-child(2n) td{background: #f1f1f1}
#main .rtable tr:hover td{background: #ccc}

.row-full	{width: 99.335vw;position: relative;margin-left: -49.99vw;left: 50%;}
#service-section{background: var(--secondarycolor); text-align: center;padding: 3.3rem 15px 4.5rem; position:relative; z-index: 1;}
#service-section:before{content:""; top: 0; left: 0 ; bottom: 0;right:0; position: absolute;background: url(https://www.ekanasportzcity.com/wp-content/uploads/2025/09/bg-pattren.png) repeat; opacity: 0.05;background-size: 35%;z-index: -1;}
#service-section h2{color: #fff}
#service-section .dis{color: #fff; width: 52rem; margin: 0 auto 2.5rem !important;max-width: 100%;text-align: center;}
#service-section .container > .row{gap: 2.8rem;}
#service-section  p{margin-bottom: 0 !important;}
#service-section  .sub-heading{text-align: center;}
#service-section .more-btn{margin:2.5rem auto 0;}
p:empty{display: none; position: absolute;}

.page-id-83 #service-section{margin-bottom:3.5rem;}

#price-section{text-align: center}
#price-section .dis{text-align: center !important;  width: 66rem;margin: 0 auto 1.8rem;max-width: 100%;}
#price-section  .pbox{margin-bottom: 3.5rem}
#price-section .pbox:last-child{margin-bottom: 0 !important;}
#price-section .line{background: var(--tertiarycolor); margin-bottom: 2.5rem;}
#price-section .dis-left{text-align: left}
#price-section .dis-left strong{color: #303030;}
#price-section .dis-left ul+p{margin-top:1.5rem}

.sbox{flex: 1 0 300px}
.sbox .content{background: #fff; width: 90%; margin: 0 auto; text-align: left; padding: 1.5rem; position:relative;margin-top: -5.4rem;}
.sbox .icon{width: 72px;height:72px; display:flex;justify-content:center; align-items:center; position: absolute; top: -35px; background: var(--tertiarycolor);  right:1.5rem; padding:0.8rem;}
.sbox h3{margin-bottom: 0.8rem !important;}

#amenities{background:#f1f1f1; padding:5rem 0;margin-bottom: 4rem;}
#amenities .row{align-items:center; }
#amenities .col-md-8 .row{gap: 1.5rem; justify-content: center;}
#amenities  .subheading{color:var(--fourthcolor); }
#amenities h2{margin-bottom: 1.5rem}
.a-box *{transition:1s ease}
.a-box{flex: 1 0 200px;transition:0.5s ease; background: #fff;  padding:20px 22px;text-align:center; display:flex;flex-direction:column; justify-content:center; align-items:center; height: 210px;box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;border-radius: 15px;}
.a-box p{font-size: 14px;opacity:0; color:#fff;font-weight: 400;}
.a-box img{width: 59px; margin-bottom:0.8rem;image-rendering: smooth;}
.a-box h3{font-size: 22px; font-weight: 500; margin-bottom:0.8rem}
.a-box .content{height: 35px; overflow: hidden;font-weight: 800;}
.a-box:hover{background: var(--secondarycolor);}
.a-box:hover .content{height: 250px}
.a-box:hover h3{color:#fff}
.a-box:hover p{opacity: 1; color:#fff}
.a-box:hover img{filter: brightness(50)}
p:empty{position: absolute; display: none}

#gallery-section{text-align: center; margin-bottom:5rem;}
#gallery-section .line{width: 120px;margin-top: 0; background: var(--tertiarycolor)}
#gallery-section.innerGal{margin-top: 3rem;margin-bottom: 1.7rem;}

.normal-btn{color:var(--tertiarycolor) !important; font-weight:700 !important; text-transform:uppercase; display:flex; margin-top:1rem; align-items:center; justify-content:center; width:fit-content; gap:0.6rem}
.normal-btn:after{content: "\f061";margin-right: 8px;font-family:'Font Awesome 5 Free';font-weight:900; bottom:5px;}

.line{width: 120px; height: 4px; margin:1rem auto 1.7rem; background: var(--secondarycolor); }

.video-row{ gap:3.5rem 3rem;}
.video-box{flex: 1 0 40%;background: #f1f1f1;padding: 0.7rem;}
.video-box h3{text-align: center; margin: 10px 0 4px !important;font-size: 24px;}

#testimonials{width: 100%;text-align: center;margin-bottom: 5rem;padding: 0 12px;}
#testimonials h2{margin-bottom:0.5rem}
#testimonials .line{width: 120px; margin-bottom: 0.5rem}
.testimonial .testimonial-item {padding:28px 20px; border: 1px solid var(--secondarycolor);margin-top:5rem}
.testimonial .quote{width:90px !important;margin:-5.1rem auto 1rem;background:var(--tertiarycolor);border-radius: 50%;padding:1rem}
.testimonial .rating{width:100px !important;margin:0 auto 1rem}
#testimonials .testimonial h4{margin: 10px 0;color:#000;font-size:24px}

#rightlinkfixed{position:fixed;top:45%;right:0;z-index:9999;writing-mode:tb-rl;}
#rightlinkfixed a{background:var(--tertiarycolor);color:#000;padding:13px 3px 13px 5px;display:block;text-decoration:none;border-radius: 10px 0 0 10px;font-weight: 600;}


#form-section{background: var(--secondarycolor); position:relative; z-index:1}
#form-section:before{content: ""; position: absolute; top: 0; bottom: 0; left: 0;right: 0; background: url(https://www.ekanasportzcity.com/wp-content/uploads/2025/09/bg-pattren.png) repeat; background-size:50%; opacity: 0.04; max-width: 100%;}
#form-section .col-md-6{padding: 0}
#form-section .col-md-6:nth-child(1) img{aspect-ratio: 6/4; object-fit: cover; width:100%; height:100%;}
#form-section .content{padding: 3.3rem 2.8rem;position: relative;z-index: 1;}
#form-section .content:before{content:""; position:absolute; top:0; left:0; bottom:0; right:0;  transform:scale(0.95);}
#form-section h2{text-align: center; font-size:36px; color: #fff;}
#form-section .line{margin: 0.9rem auto 1.8rem;width: 120px;background: var(--tertiarycolor);}

#testimonials .keen-slider__slide{padding: 1px}

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

.formWrap{background:var(--secondarycolor); padding: 2.2rem 1.3rem 1.3rem;border-radius: 15px;position: relative;z-index: 1;}
.formWrap h3{text-align: center; font-size: 18px;color: #fff !important;;margin-bottom: 1rem !important;text-transform: uppercase !important;}
.info-icon{display: flex; width: 100%; flex-direction: column; background: #f1f1f1; margin-bottom: 1rem;padding: 1rem 1.5rem 1.5rem }
.formWrap #contactform input.wpcf7-submit{  border: none; transition:0.5s ease-in-out;font-weight: 500;}
.formWrap #contactform input.wpcf7-submit:hover{background: var(--secondarycolor); filter: brightness(1.1)}
.formWrap:before{content: ""; position: absolute; top: 0; bottom: 0; left: 0;right: 0; background: url(https://www.ekanasportzcity.com/wp-content/uploads/2025/09/bg-pattren.png) repeat; background-size:80%; opacity: 0.04; max-width: 100%;}


.contact_detail{margin-top:2rem !important}
.contact_detail li{display: flex; align-items: center; gap: 0.5rem; margin-bottom:1.4rem; border-bottom: 1px dashed #ccc; padding-bottom: 0.7rem;}
.contact_detail li h3{margin-bottom: 0.1rem !important; font-size:18px; font-weight:650;}
.contact_detail li {color:  #454545 !important;}
.contact_detail li p{margin-bottom:0 !important; }
#main .contact_detail li a{color: #454545;font-weight: 400;}
.contact_detail .icon{width: 60px; height: 60px;background: var(--tertiarycolor); padding: 0.7rem;border-radius: 8px; margin-right: 0.8rem}
#contactpage h2{font-size: 34px; }
#contactpage  .line{background: var(--secondarycolor) !important; margin: 0.5rem 0 1.2rem; width: 120px; height: 4px}

#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;}
.bookingform #contactform input.wpcf7-submit:hover{background: var(--secondarycolor); 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 *{font-size: 15px;color:#595966;font-family: var(--secondaryfont)}
#contactform p{margin-bottom: 10px; }
#contactform h3{font-size:26px;text-align: center;}
#contactform i{font-size:26px;}
#contactform h2{font-size: 20px;margin:0 0 15px;font-weight:bolder; text-align: center;color: #252525;text-transform: capitalize;}
#contactform input , #contactform select , #contactform textarea{width: 100%;padding: 9px 20px;background: #fff;border: 1px solid #ddd; margin:6px 0;  transition: 0.5s ease-in-out;-webkit-border-radius: 15px;border-radius: 10px;height: 42px;}
#contactform select{color:var(--primarycolor);color:#595966 !important;}
#contactform textarea{width: 100%;height: 100px !important;padding: 20px;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;
	color:#000}

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

#contactform input.wpcf7-submit{background: var(--tertiarycolor);color: #000;text-transform: uppercase;cursor: pointer;margin: 15px auto;display: flex;transition: 0.6s ease-in-out;-webkit-border-radius: 50px;border: none;align-items: center;padding: 10px 36px !important;font-size: 16px;font-weight: 600;width: fit-content;height: 41px !important;}
#contactform input.wpcf7-submit:hover{background: #000;color: #fff;}
#contactform .wpcf7-spinner{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: 0 10px;margin: 0 0 10px 0;}
.post p {margin-bottom:1rem}
.post p a {font-weight: bold;}
.post a {color: #000;}

#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:var(--secondarycolor);color:#fff;background-size:cover;position: relative;width: 100%;padding: 14rem 0 4rem;position: relative; z-index:1}
#pagetitle.service-banner{padding: 15.5rem 10px 7rem;}
#pagetitle:before{content: ""; position: absolute; top: 0; bottom: 0; left: 0;right: 0; background: url(https://www.ekanasportzcity.com/wp-content/uploads/2025/09/bg-pattren.png) repeat; background-size:50%; opacity: 0.04; max-width: 100%;z-index: -1;}
#pagetitle h1 {color:#fff;text-align: center;text-transform: capitalize;font-weight: 700;margin-bottom: 0.5rem;font-size: 42px;}
#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: #f1f1f1;font-weight: 300;}
.breadcrumb a:hover{color:var(--tertiarycolor);}
.breadcrumb a{color: #f1f1f1}
.breadcrumb>li {display: inline-block;}
.breadcrumb>li+li:before {content: "\f101";padding: 0 5px;color: #f1f1f1;font-family:'Font Awesome 5 Free';font-weight:900}


#main{padding: 3rem 0 2.5rem;}
#main .ngg-galleryoverview{margin: 0}
#main p{color:var(--primarycolor);font-size: 16px;text-align:justify;}
#main a{color:#000;}
#main a:hover{color:var(--primarycolor);}
#main li{list-style: none;line-height: 30px;color: var(--primarycolor);break-inside: avoid-column;}
#main h2{font-size: 36px;}
#main h3{list-style: none;color: #101010;margin-bottom: 1.2rem;}

.list2 {margin: 10px 0 0px 0px;}
.list2 li {list-style :none;margin: 0 0px 10px 0px;display: flex;list-style-position: inside;}
.list2 li:before{color: var(--tertiarycolor);content: "\f0a4";margin-right: 8px;font-family:'Font Awesome 5 Free';font-weight:200;}


.thank-box {text-align: center; width: 572px;margin: 0 auto; padding: 1.6rem 1rem; border-radius: 10px;border: 2px dashed #D7D7D7;max-width: 100%;}
.thank-box img{width: 100px; background: #f8f8f8; margin: 0 auto 0.5rem; padding: 0.8rem; border-radius: 15px}
.thank-box h2{ font-size: 28px; padding-bottom:0 !important;margin-bottom: 1.3rem !important;}
.thank-box h2:before{display:none; }
#main .thank-box p{margin-bottom: 0; color: #454545;text-align: center; }


#inner-section1{margin-bottom: 4.5rem;}
#inner-section1 .row{align-items: center; gap: 1.5rem 0;}
#inner-section2 .row{ gap: 1.5rem 0;}
#inner-section1 h2{margin-bottom: 1.7rem;}
#inner-section1 img{border-radius: 25px}
#inner-section2 img{border-radius: 25px}
#inner-section2 .line{margin:1.1rem 0 1.9rem;}


.list {margin:10px 0 0px 0px !important;;}
.list li {list-style :none;padding: 0 0px 16px 2.6rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative;}
.list li:before{color:var(--tertiarycolor);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: 30px; height: 30px; position:absolute;left:0rem;top:2px; font-size:12px; border: 1px solid #e4e4e4;background: #fff;}

.widget {padding: 0 1rem;}
.widget h3 {text-transform: uppercase;padding: 0 0 0.9rem 0;margin-bottom: 1.3rem;}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 1.2rem 0;}
.main-widget a{width: 265px; max-width: 90%;margin: 0 auto 2rem;display: table;}
.main-widget a img{width: 100%;}

#bottom {background: #f1f1f1;color:var(--primarycolor);font-size: 16px;padding: 4.5rem 0 0;background-size: cover;position: relative;z-index: 1;}
#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: var(--primarycolor);}
#bottom a:hover {color:var(--secondarycolor);}
#bottom i {color: #fff;margin-right: 0px;}
#bottom .widget h3 {border: none;text-align: left;font-weight: 900;color: #000;font-size: 24px;position: relative;}
#bottom .widget h3:before{content: ""; position: absolute;bottom:0; left:0; width:62px; height:2px; background:var(--secondarycolor) }
#bottom .widget li {border: none;text-decoration: none;color:var(--primarycolor);list-style: none;line-height: 1.5;}
#bottom  .main-widget{clear: both;background:transparent;color: var(--primarycolor);padding:0 10px 0.5rem;text-align: center;font-size:14px;margin-top: 0rem;}
#bottom .footer-dis{margin-top: 15px; font-weight: 500}


#footer {clear: both;background:transparent;color: var(--primarycolor);padding:0 0 1.4rem;text-align: center;font-size:14px;margin-top: 2rem;z-index: 99;position: relative;}
#footer a {color: var(--primarycolor);}
#footer a:hover {color:var(--tertiarycolor);}
.fleft {float: left;}
.fright {float: right;}

.phone-call {width: 50px;height: 50px;left: 20px;bottom: 20px;background:var(--tertiarycolor);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:#000;}
.home .phone-call i, .page-id-72 .phone-call i{ transform:scalex(-1)}

.phone-call:before {position: absolute;content: " ";z-index: -1;top: -15px;left: -15px;background-color:var(--tertiarycolor);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(50deg)}
}

@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 img{width: 230px;height: auto;float:left;}
#bottom {width: 100%;display: block;}
.fleft, .fright {float: none;text-align: center;}
    .fleft{margin-bottom: 0.2rem;}
.grid{grid-template-columns: 100% !important; }
    .carousel-caption .row{align-items: start}
    .carousel-caption .text-box .dis{width: 93%;margin: 0 auto 1.6rem;}
    .carousel-caption .more-btn{margin: 1rem auto 0}
    #about-us {text-align: center}
    #about-us .heading{margin-bottom: 1.8rem}
    #amenities{text-align: center}
    #amenities .more-btn{margin: 1.4rem auto 3rem;}
   .header_area .header-btn{display: flex !important; width: fit-content; margin: 1rem auto 0; padding: 8px 25px !important;}
    .header_area .header-btn:hover{color:#fff !important } 
    #pagetitle{padding: 12.5rem 0 3.5rem}
    .sliderWrap .navigation .navBtn{opacity: 1;}
    #service-section .sliderWrap .navigation .navBtn{ top: 25%}
    
    #service-section .more-btn{margin:1.4rem auto 0;}
    
    .tw-50{min-width: 170px;}
    .tw-100{min-width: 250px}
    .tw-75{min-width: 240px;}
    .rtable.responsive{display: block; overflow: scroll}
    
        .video-box{padding: 0.5rem;flex: 1 0 100%;}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none !important;}
 #amenities .col-md-8{padding-left:2.5rem}
.site-menu-toggle{display:none;}
        #contactpage  > .row  > .col-md-5{padding-right:2rem}
    #inner-section1 .col-md-6:nth-child(2){padding-left: 2.5rem}
    #inner-section2 .col-md-6:nth-child(1){padding-right: 2.5rem}
    #inner-section2 .col-md-6:nth-child(2) img{position: sticky; top: 7rem}
    .overlayed .carousel-caption{background: linear-gradient(90deg, #050213, #040213a8 44%, transparent 62%);}
    #service-section .sliderWrap .navigation .navBtn{ backdrop-filter: none; background:#ffffff45;}
}

@media screen and (max-width: 800px) {
    #top-bar .col-md-6{width: 100%; text-align: center;font-size: 15px;}
    #top-bar .col-md-6:nth-child(2){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: 3rem 0 0}
  #footer{margin-top: 0.4rem;}
  #bottom .widget h3{margin-bottom: 1.3rem;}
  .main-widget img{margin: 0 auto 1.6rem;}
    #amenities{padding: 2.8rem 0px 3.8rem;margin-bottom: 3rem;}
    #amenities h2{margin-bottom: 1.3rem}
    #amenities .col-md-8 .row{gap: 1.2rem 0.8rem;}
    .a-box{flex: 1 0 170px;padding: 20px 10px;height: 209px;}
    .a-box h3{font-size: 20px}
    #slider{padding-top:10rem; background: #010102;}
    .carousel-caption{background: linear-gradient(0deg, transparent, #000000f0 65%);}
    .carousel-caption .text-box{text-align: center; width: 100%; margin-top: 0rem;}
    .carousel-caption h1{font-size: 28px; margin-bottom: 1rem; line-height: 1.3;}
    .carousel-caption .dis{margin-bottom: 1.5rem; font-size:14px;margin-bottom: 1.4rem !important;}
    .carousel-caption .sub-heading{font-size: 16px}
    #logo img{width: 165px;}
    .header_area.navbar_fixed #logo img{width: 180px;}
    .header_area .main_menu{width:94%; margin:0 auto}
    .header_area .main_menu{ padding:12px 0;}
    .carousel-caption .more-btn{font-size: 14px; padding: 7px 30px}
    h2{font-size: 32px;}
    #about-us h2{margin-bottom: 1.2rem;font-size: 32px;}
    #about-us {padding: 3rem 0 4rem;}
    #about-us .about-images{padding: 0 10px}
    #about-us .about-images .image:last-child{display: none}
    #counter .row{gap: 0.8rem 1rem;padding: 0 10px;}
    #counter .c-items{flex: 1 0 40%; padding: 1rem; border:0; background: #f1f1f1; border-radius:15px}
    #counter .c-items .progressbar-text{font-size: 33px; }
    #counter .c-items .adv-h3{font-size: 15px}
    #total-score-circle, #general-score-circle, #speed-score-circle, #privacy-score-circle{height: 40px}
    .subheading{font-size: 16px}
    #counter{margin-top: 2.5rem}
    #service-section{padding: 3rem 12px 4rem;}
    #service-section:before, #form-section::before, #pagetitle::before {background-size:100% }
     #service-section .sbox h3{font-size:22px}
    #service-section .sbox p{font-size: 14px}
    #service-section .sbox .icon{width: 60px; height: 60px}
    .normal-btn{font-size: 15px; margin-top:12px}
    .sbox .content{padding: 1.2rem 15px; width: 92%; margin-top:-4rem}
    .home .ngg-gallery-thumbnail-box, #main .ngg-gallery-thumbnail-box{max-width: 48% !important;}
    #gallery-section{margin-bottom: 0}
    #testimonials{margin-bottom: 3.8rem}
    #form-section .content{padding: 2.5rem 0.8rem}
    .tw-100{min-width: 190px;}
    #form-section h2{font-size: 32px;}
    #pagetitle{padding:11.3rem 0 2.9rem;}
    #pagetitle h1{font-size: 33px;}
    #main h2{font-size: 30px}
    .formWrap{padding: 30px 15px}
    .formWrap h3{text-transform: capitalize !important;}
    .contact_detail li:last-child{border-bottom: 0}
    #inner-section1{margin-bottom: 2.5rem}
    #inner-section1 .col-md-6{padding: 0 5px}
    #inner-section2 .row{flex-direction: column-reverse}
    #inner-section2 h2{font-size: 26px}
    #price-section h3{font-size: 24px; margin-bottom: 1.2rem}
    #price-section .pbox{margin-bottom: 2.5rem;}
    .rtable td{font-size: 15px; min-width:50%; }
    .rtable th{text-transform: capitalize}
    h3+.rtable{margin-top: 1.5rem}
    #price-section h2{font-size: 24px}
    #spu-88 .spu-container{padding: 25px 20px !important; border-radius:20px}
    #popup-from .col-md-12{padding: 0}
    #popup-from img{width: 200px}
    #popup-from h3{font-size: 28px;}
    #popup-from .dis{font-size: 15px}
    #spu-88 .spu-close{margin: 0.4rem }
    
    .sliderWrap .navigation .navBtn{font-size: 18px;width: 35px;height: 35px;}
    
    #service-section .sliderWrap .navigation .navBtn{ top: 30%}
    
    .responsive-tabs .responsive-tabs__panel .col-md-6{padding: 0 0 ;}
    .video-box h3{ font-size: 21px;margin: 5px 0 6px auto !important;}
    .video-box{padding: 0.5rem;flex: 1 0 100%;}
    .video-row{ gap:2rem 4rem;}
}


@media screen and (min-width: 600px) and (max-width: 1120px) {
    #bottom .col-md-4{width: 33%;float: left;}
    
    #top-bar .col-md-6{max-width: 50%}
    .carousel-caption .text-box{text-align: center; width: 100%; margin-top: 12rem;}
    .carousel-caption h1{font-size: 40px; margin-bottom: 1rem}
    .carousel-caption .dis{margin-bottom: 1.5rem}
    #counter .c-items{padding: 0.5rem}
    #about-us{padding-bottom: 2.5rem}
    #service-section .row{gap: 1.2rem}
    #service-section .sbox h3{font-size:20px}
    #service-section .sbox p{font-size: 14px}
    #service-section .sbox .icon{width: 60px; height: 60px}
    .normal-btn{font-size: 15px}
}
