*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: "Poppins", sans-serif;

}


a
{
text-decoration: none;
color: #2B2B2C;
}

html{
scroll-behavior: smooth;
}


p{
color: #2B2B2C;

}


header {padding: 5px 10px;position: relative;width: 100%;top: 0;left: 0;z-index: 100;background: #ffffff;box-shadow: 0px 0px 5px #c7c7c7fa;/* margin-top: 30px; */}

.header-container {display: flex;justify-content: space-between;align-items: center;margin: 0 auto;}

/* .header--logo {
margin-left: -25px;
} */

header.sticky {
position: fixed;
top: 0;
z-index: 9999;
}

.right-menu {
display: inline-flex;
align-items: center;
transition: all 0.3s ease;
}


.right-menu ul {display: flex;list-style: none;padding: 0;margin: 0;gap: 20px;}



.right-menu a {text-decoration: none;padding: 15px 20px;font-size: 16px;font-weight: 400;position: relative;color: #000000;}



.right-menu a:hover {
color: #f0b527;
}


.header-button a{
background: #F0B527;
border-radius: 22px;
padding: 10px 32px;
margin-left: 15px;
font-weight: 500;
}



/* .header-button a {
color: #fff;
font-weight: 500;
} */


.header-button a:hover {
color: #fff;
}



.toggle-btn {
display: none;
flex-direction: column;
justify-content: space-around;
align-items: center;
height: 30px;
width: 30px;
cursor: pointer;
}


.toggle-btn .bar {
width: 25px;
height: 4px;
background-color: #fff;
border-radius: 3px;
}

.mobile-logo
{
display:none;
}

.close-btn
{
display:none;
}

.right-menu ul li ul.dropdown {position: absolute;top: 40px;left: 15px;width: 260px;background-color: #ffffff;display: none;padding: 0;margin: 0;z-index: 9999;box-shadow: 0 0 65px 0 rgba(0, 0, 0, .1);transition: 0.5s !important;}



.right-menu ul li ul.dropdown li a:hover {color: #ffffff;background: #efb427; width: 100%;}


li.dropdown {
position: relative;
}

li.dropdown > a::after {
content: "\f107";
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
position: absolute;
right: 0;
color: #f0b527;
font-size: 18px;
vertical-align: middle;
}

.right-menu ul li.active > ul.dropdown {
display: block;
}



.right-menu ul li {
position: relative;
}

.right-menu ul li.dropdown:hover > ul.dropdown,
.right-menu ul li ul.dropdown:hover {
display: block;
}


.right-menu ul li.dropdown::after {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 50px;
background: transparent;
}


.right-menu ul li ul.dropdown li.dropdown-submenu:hover > ul.dropdown-submenu-list,
.right-menu ul li ul.dropdown li ul.dropdown-submenu-list:hover {
display: block;
}


.right-menu ul li ul.dropdown,
.right-menu ul li ul.dropdown li ul.dropdown-submenu-list {
transition: opacity 0.2s ease, visibility 0.2s ease;
opacity: 0;
visibility: hidden;
}



.right-menu ul li.dropdown:hover > ul.dropdown,
.right-menu ul li ul.dropdown:hover,
.right-menu ul li ul.dropdown li.dropdown-submenu:hover > ul.dropdown-submenu-list,
.right-menu ul li ul.dropdown li ul.dropdown-submenu-list:hover {
opacity: 1;
visibility: visible;
}

.right-menu ul li ul.dropdown li a {line-height: 42px;padding: 8px 15px;display: inline-block;}


/* ===== Top Header Bar ===== */
.top-header {
/* same blue color */color: #fff;font-size: 14px;padding: 6px 0;/* position: fixed; *//* top: 0; *//* left: 0; */width: 100%;z-index: 10000;background: #2B2B2C;}

.top-header-container {
display: flex;
justify-content: space-between;
align-items: center;
}

.top-header a {
color: #fff;
text-decoration: none;
font-weight: 500;
}

.top-header .left-side span {
display: inline-block;
}

.social-links ul li {
list-style: none;
}

.social-links ul {
display: flex;
gap: 20px;
margin: 0;
}

.social-links ul li a {background: #d1d1d1;color: #222;width: 20px;height: 20px;display: flex;justify-content: center;align-items: center;}

.social-links ul li a:hover {
    background: #f0b527;
    color: #fff;
}


.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-home {
    background: url('../../assets/image/banner-bg.png');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}

.banner-home:before {
    position: absolute;
    content: '';
    background: #141414;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.62;
    z-index: -1;
}

.banner-text span {
    color: #F0B527;
    font-weight: 600;
    font-size: 22px;
}

.banner-text h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
}

.banner-text p {
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    padding-top: 12px;
}

.flex-button {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.flex-button a {
    background: #f0b527;
    color: #fff;
    padding: 12px 40px;
    border-radius: 10px;
    font-weight: 600;
}

.flex-button a:nth-child(2) {
    color: #000000;
    background-color: #fff;
}

.flex-button a:nth-child(2):hover {
    background: #f0b527;
    color: #fff;
}

.bg-global {position: relative; z-index: 9;}

.bg-global:before {
    position: absolute;
    content: '';
    background: #F0B527;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.11;
    z-index: -1;
}


.flex-card {display: flex;gap: 20px;background: #fff;padding: 10px;box-shadow: 0px 0px 10px #F0B52773;border-radius: 25px;}

.blobat-detail h4 {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 700;
    /* margin: 0; */
}

.blobat-detail p {
    margin: 0;
}

.about-txt span {
    color: #F0B527;
    font-size: 18px;
    font-weight: 700;
}

.about-txt h2 {
    font-size: 36px;
    font-weight: 700;
    padding-top: 5px;
}

.about-txt p {
    line-height: 30px;
    padding-top: 10px;
}

.flex-abt {
    display: inline-flex;
    gap: 20px;
    margin-top: 15px;
}

.booking-txt h4 {
    font-size: 20px;
    font-weight: 600;
}

.about-btn a {
    border-radius: 10px;
    padding: 10px 32px;
    margin-left: 15px;
    color: #2B2B2C;
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #2B2B2C;
    font-weight: 600;
}

.about-btn a:hover {
    background: #f0b527;
    color: #fff;
    border: none;
}

.about-image img {
    width: 100%;
}

.bg-service {
    position: relative;
    z-index: 99;
}

.bg-service:before {
    position: absolute;
    content: '';
    background: #F0B527;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.11;
}


.service-heading h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    width: 50%;
    margin: 0 auto;
        padding-top: 30px;
}


.owl-carousel.service-carousel .owl-item img {
  width: 100%;
}


.owl-carousel.service-carousel .owl-item .service-icon img {
  width: auto;
      position: relative;
    top: -30px;
}


.service-card {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 11px #FF36002E;
    text-align: center;
    border-radius: 20px;
    margin-top: 20px;
}

.service-icon {
    display: flex;
    justify-content: center;
}

.service-detail h4 {
    font-size: 20px;
    font-weight: 700;
}

.service-detail p {
    color: #5D5D5D;
}

.service-detail {
    margin-top: -15px;
}


.maintained-txt h3 {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 25px;
    width: 45%;
    margin: 0 auto;
    text-align: center;
    line-height: 46px;
}

.taxi-image img {
    width: 100%;
}

.taxi_box {
    box-shadow: 0px 3px 6px #00000029;
    margin-top: 15px;
    border-radius: 0px 0px 15px 15px;
}

.taxi-flex {
    display: flex;
    justify-content: space-between;
    padding: 25px 15px;
    align-items: center;
}

.taxt-detail p {
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    margin: 0;
}

.button_taxi a {
    background: #f0b527;
    color: #2B2B2C;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
}


.banner-denity {
    display: flex;
    /* max-width: 1100px; */
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: white;
}

.banner-image-denity {
    flex: 2;
}


.banner-image-denity img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner-content-denity {
    flex: 1.3;
    background: #1E1D35;
    color: white;
    padding: 50px;
    position: relative;
    display: flex;
    align-items: center;
}

.banner-content-denity::before {
    content: "";
    position: absolute;
    right: -92px;
    top: 0;
    width: 150px;
    height: 100%;
    background: #1E1D35;
    transform: skewX(344deg);
}


.affortabele-txt h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
}

.affortabele-txt p {
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
}

.affortabele-txt p span {
    color: #f0b527;
    font-weight: 700;
}

.affortabele-txt a {
    background: #F0B527;
    color: #000;
    padding: 6px 30px;
    font-weight: 600;
    border-radius: 8px;
}


.choose-heading {
    text-align: center;
}


.choose-heading p {
    margin: 0;
    color: #f0b527;
    font-size: 18px;
    font-weight: 700;
}

.choose-heading h3 {
    font-size: 36px;
    font-weight: 700;
    width: 45%;
    margin: 0 auto;
    text-align: center;
}

.choose_image img {
    width: 100%;
}

.choose_image.ml-60 {
    margin-left: 60px;
}


.bg-testimonial {
    background: #F0B527;
    padding: 40px;
    position: relative;
    z-index: 99;
}


.bg-testimonial:before {
    position: absolute;
    content: '';
    background: url('../../assets/image/testimonial-bg.png');
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.11;
}


.testimonial-heading h3 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}


.testimonial-card {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px #0000000F;
    text-align: center;
    border-radius: 10px;
}

.testimonial-txt p {
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
}

.testimonial-star i {
    color: #F0B527;
}

.testimonial-name p {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
}


.royal-image img {
    width: 100%;
        border-radius: 15px;
}

.asas {
    background: #2B2B2C;
        border-radius: 15px;
}

.footer-txt-royal {
    padding: 0 20px;
}

.footer-txt-royal h3 {
    color: #fff;
    font-size: 28px;
    /* width: 58%; */
    font-weight: 700;
}

.grid-footer-form .form-group .field input {
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #f0b527;
    border-radius: 10px;
    outline: none;
    background: none;
    color: #fff;
}

.grid-footer-form {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 25px;
    margin-bottom: 20px;
    /* padding: 0 50px; */
}

.grid-footer-form .form-group .field-button input {
    background: #f0b527;
    color: #fff;
    padding: 12px 0px;
    border: none;
    border-radius: 20px;
    width: 100%;
}

.footer-form
{
    padding: 0px 20px;
}


.field input::placeholder {
  color: #ffffff;
  opacity: 1;
}


.bg-color-footer {
    padding: 34px;
    background: #f1f1f1;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.footer-txt p {
    color: #000000;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    padding-top: 10px;
}

social-footer ul {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.footer-heading h4 {
    font-size: 18px;
    color: #2B2B2C;
    font-weight: 600;
}

.footer-links ul {
    margin: 0;
    padding: 0;
}

.footer-links ul li {
    list-style: none;
}

.footer-links ul li a {
    font-size: 14px;
    line-height: 34px;
    font-weight: 400;
}

.pl-70 {
    padding-left: 70px;
}

.footer-links p {
    font-size: 14px;
    display: flex;
    padding-top: 3px;
    align-items: center;
    color: #000000;
}

.footer-links i {
    padding-right: 8px;
}

.social-footer ul li {
    list-style: none;
}

.social-footer ul li a {
    background: #F0B527;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-footer ul {
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.bg-color-copyright {
    background: #2B2B2C;
}

.copyright-txt p {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 10px 0;
}


.footer-links ul li a:hover {
    color: #F0B527;
}


.gallery-image img {
    width: 100%;
    margin-bottom: 20px;
}


.banner-about {
    text-align: center;
    padding: 50px 0;
    color: #fff;
    background: url(../../assets/image/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
        z-index: 9;
}

.banner-about h1 {
    font-size: 42px;
    font-weight: 700;
}

nav.breadcrumb-nav {
    display: flex;
    justify-content: center;
}

nav.breadcrumb-nav ol {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 0;
}

nav.breadcrumb-nav ol li {
    list-style: none;
}

nav.breadcrumb-nav ol li a {
    color: #fff;
}

.banner-about:before {
    position: absolute;
    content: '';
    background: #f0b527;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.85;
    z-index: -1;
}


.service-image img {
    width: 100%;
}

.service-icon img {
    width: auto;
    position: relative;
    top: -30px;
}

.service-detail-image h2 {
    padding-top: 20px;
    font-weight: 700;
}

.service-detail-image p {
    line-height: 28px;
}

.service-detail-image ul li {
    list-style: none;
    position: relative;
    line-height: 32px;
    font-weight: 600;
}


.service-detail-image img {
    width: 100%;
}

.service-detail-image h3 {
    padding-top: 20px;
    font-weight: 700;
}

.service-detail-image p {
    line-height: 28px;
}


.service-detail-image ul li:before {
    position: absolute;
    content: "\f0da";
    font-family: "FontAwesome";
    color: #F0B527;
    left: -20px;
    font-size: 22px;
}

.service_box {
    box-shadow: 0px 0px 11px #FF36002E;
    min-height: 340px;
}

.service_txtt {
    background: #f0b527;
}

    .service_txtt h3 {
    padding: 12px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.service-detail ul li {
    list-style: none;
    line-height: 28px;
    padding: 8px 20px;
}

.service-detail ul li a {
    font-weight: 500;
    line-height: 30px;
    position: relative;
}

.service-detail ul li a:before {
    position: absolute;
    content: "\f0da";
    font-family: "FontAwesome";
    color: #f0b527;
    left: -20px;
    font-size: 22px;
}

.service-detail ul li a:hover {
    color: #f0b527;
}

.service-detail ul {
    padding-top: 15px;
}


.tets-talk h2 {
    font-size: 46px;
    font-weight: 700;
}

.tets-talk p {
    font-size: 20px;
    color: #363636;
    font-weight: 500;
}

.get-main {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 15px;
}

.icon-get i {
    color: #f0b527;
    width: 70px;
    height: 70px;
    line-height: 1;
    border-radius: 50%;
    background: #FFEEE9;
    font-size: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gets-text p {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #000000;
}


.contact-form {
    background: #fff;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0px 0px 11px #FF36002E;
}

.contact-form .field input {
    width: 100%;
    height: 50px;
    margin-bottom: 16px;
    padding: 0 20px;
    border: 1px solid #F0B527;
    outline: none;
    border-radius: 25px;
}

.contact-form .field-row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.contact-form .field textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 16px;
    padding: 15px 20px;
    outline: none;
    border-radius: 25px;
    border: 1px solid #f0b527;
}

.contact-form .field label {
    color: #2B2B2C;
    padding: 10px 15px;
}


.contact-form .field-button input {
    background: #F0B527;
    padding: 10px 30px;
    outline: none;
    border: none;
    color: #2B2B2C;
    border-radius: 12px;
    font-weight: 500;
}


.field-button {
    text-align: center;
}


.not-found h2 {
    font-size: 36px;
    font-weight: 700;
    padding-top: 20px;
}

.not-found p {
    padding-bottom: 20px;
    color: #5D5D5D;
}

.not-found a {
    background: #f0b527;
    color: #fff;
    padding: 12px 40px;
    border-radius: 20px;
}


.privacy-policy-txt h2 {
    font-weight: 700;
}

.privacy-policy-txt p {
    font-weight: 400;
    color: #5D5D5D;
    line-height: 24px;
}

.privacy-policy-txt h4 {
    font-size: 20px;
    font-weight: 700;
}

.privacy-policy-txt  b {
    color: #000;
    font-weight: 500;
}

.bg-choose {
    position: relative;
    z-index: 99;
}

.bg-choose:before {
    position: absolute;
    content: '';
    background: #F0B527;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.11;

}

.about-choose-us {
    text-align: center;
}

.choose-txt h4 {
    font-size: 20px;
    padding-top: 15px;
    font-weight: 600;
    color: #2B2B2C;
}

.choose-txt p {
    color: #5D5D5D;
}


.gallery-txt h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    width: 40%;
        padding-bottom: 30px;
}

.grid-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.card {
    border: none;
}

.card-image img {
     position: relative;
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}


.fancybox__toolbar {
    position: relative !important;
    top: 80px !important;
}


section.bg-counter.py-5 {
    background: #2B2B2C;
    position: relative;
    height: 100%;
    /* min-height: 460px; */
}


#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

#counter .item {
    text-align: center;
    /* opacity: 0.1; */
}


#counter .item .count {
    margin-bottom: 5px;
    font-size: 60px;
    /* padding-left: 44px; */
    font-weight: 300;
    color: #fff;
}

#counter .item p {
   width: 100%;
   color: #f0b527;
   font-weight: 600;
   text-align: center;
}

.counter-heading h3 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 30px;
}




.card {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 20px;
}

.card h2 {
    font-size: 28px;
    font-weight: 700;
        padding-top: 20px;
}

.card p {
    color: #666;
        padding-bottom: 20px;
    
}

/* Middle column spacing */
.middle {
    justify-content: space-between;
}


.technology-card {
    /* margin: 60px auto;
    padding: 0 20px; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}


.comon_icon {
    position: fixed;
    width: 45px;
    z-index: 1;
    right: 5px;
    z-index: 999;
}


.whatsapp {
    bottom: 50px;
}

.comon_icon img {
    width: 100%;
}

.service-detail i {
    background: #f0b527;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}










































































