﻿:root {
    font-size: 16px; /* Base font size */
}

html, body {
    height: 100%;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    font-size: 1rem; /* 1rem is equal to the base font size set in :root */
    font-family: "Afacad", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #333;
}

.navbar-brand img {
    height: 60px;
    object-fit: scale-down;
}

.navmain a.nav-link {
    color: rgb(0 0 0 / 85%) !important;
    font-size: 1.1rem;
    font-weight: 500;
    display: block;
    padding: 10px 17px !important;
}

.navMenu {
    position: relative;
    padding: 5px 0;
    transition: 0.3s linear all;
}

    .navMenu:after {
        background: url('../images/shadow.png') center bottom no-repeat rgba(0, 0, 0, 0);
        bottom: -9px;
        content: "";
        height: 9px;
        position: absolute;
        width: 100%;
    }

.herobanner {
    position: relative;
    height: 490px;
    background-image: linear-gradient(180deg, #051c2c 0, #051c2c 100%) !important;
    background-size: cover;
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.heroImg {
    width: calc(100% + 150px);
    position: relative;
    left: -150px;
}
/* .herobanner:after { content: ""; position: absolute; background-image: url('../images/hero-img.png'); background-repeat: no-repeat; background-size: 40%; background-position: 95% 50%; top: 0; bottom: 0; left: 0; right: 0; z-index: 0; } */

.hero-content h1 {
    font-weight: 700;
    font-size: 3.5rem;
    margin-bottom: 22px;
    color: #ffffff;
}

.hero-content .subText {
    margin: 0 0 20px;
    color: #000;
}

    .hero-content .subText p {
        margin: 0 0 7px;
        font-size: 1rem;
        color: #FFF;
    }

h2.txt_sub {
    padding: 20px 0;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}

.startingPrice {
    font-size: 24px;
    font-weight: 600;
}

    .startingPrice strong {
        background: linear-gradient(#1b54f8, #016c9a);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
@media screen and (min-width: 1366px) {
    .container {
        min-width: 1240px;
    }
}

.main {
    padding: 50px 0;
}

.welcomText {
    color: #000000;
    line-height: 1.65;
    text-align: justify;
    font-size: 1rem;
    font-weight: 400;
}

.btn.btn-hero, .btn.btn-hero:hover, .btn.btn-hero:visited {
    padding: 15px 25px;
    background: #1b54f8;
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
    border-radius: 2px;
}

    .btn.btn-hero svg {
        fill: #FFF;
    }

ul.top-nav {
    display: flex;
    align-items: center;
    margin: 5px 0 5px 0;
    justify-content: flex-end !important;
    width: 100%;
}

    ul.top-nav li a {
        color: #000000;
        padding: 5px 20px;
        display: flex;
        align-items: center;
        font-size: 14px;
        text-decoration: none;
        font-weight: 500;
    }

        ul.top-nav li a img, ul.top-nav li a svg {
            width: 20px;
            margin-right: 10px
        }

    ul.top-nav li {
        display: block;
        position: relative
    }

.top-header {
    background-image: url('https://www.pw.live/_next/static/media/bgSecondComp.4a42ebfb.webp');
    padding: 0 0;
    position: relative;
    z-index: 10;
}

.txtSubHeading {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

.serviceCard {
    background: #fff;
    padding: 1.5rem 1.5rem;
    -webkit-box-shadow: 7px 5px 30px rgba(72,73,121,.15);
    -moz-box-shadow: 7px 5px 30px rgba(72,73,121,.15);
    box-shadow: 7px 5px 30px rgba(72,73,121,.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 100px 0 20px;
    text-align: center;
    padding: 36px 30px 36px 38px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 52px 10px 52px;
    min-height: 300px;
}

    .serviceCard .icon {
        width: 120px !important;
        height: 120px;
        background: #f0f6ff;
        border-radius: 50%;
        margin: -30% auto 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

        .serviceCard .icon img {
            width: 60px;
            max-height: 60px;
            object-fit: scale-down;
        }

    .serviceCard ._title {
        font-size: 24px;
        margin-bottom: 4px;
        font-weight: 800;
    }

    .serviceCard p {
        text-align: center;
        font-size: 1rem;
        color: #495057;
    }

.sectionNewServices {
    background: url(https://livewp.site/wp/md/ewebot/wp-content/uploads/sites/64/2020/10/home8_section-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    display: flex;
    align-items: center;
    background-color: #f0f6ff;
}

.company-features {
    background-color: #fff;
    padding: 1.5rem 1rem;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #d0d0d0a3, -2px -2px 2px #f8f8f8f5;
    margin-bottom: .5rem;
}

.icon {
    margin-bottom: 16px;
}

.counter {
    margin-bottom: 5px;
    color: #001222;
}

    .counter.text-lg {
        font-size: 40px;
        font-weight: 800;
    }

        .counter.text-lg + p {
            margin: 0;
            font-size: 16px;
            font-weight: 500;
            color: #616161;
        }

.cta-section {
    padding: 40px 40px;
    background-image: url('https://www.eweblink.net/images/parallax/7.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    border-radius: 4px;
}

.row .cta-section {
    align-items: center;
}

.cta-section h3.text-light {
    font-size: 3rem;
}

.cta-section p.text-light {
    margin: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
}

a.nav-link.demo-btn {
    background: #1b54f8;
    color: #FFF !important;
    border-radius: 2px;
}

    a.nav-link.demo-btn svg {
        fill: #FFF;
    }

ul.gdslogolist {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

    ul.gdslogolist li {
        display: block;
        width: calc(100%/ 6);
    }

        ul.gdslogolist li a {
            padding: 8px;
            display: block;
            border: 1px solid #ddd;
            transition: all .3s linear;
            border-bottom: none;
            border-right: none;
        }

            ul.gdslogolist li a:hover img {
                filter: grayscale(0);
            }

            ul.gdslogolist li a img {
                width: calc(100%);
                transition: all .3s linear;
                height: 120px;
                object-fit: scale-down;
            }

.heading-text h2 {
    position: relative;
    font-size: 52px;
    line-height: 68px;
    margin-bottom: 33px;
    color: #000 !important;
}



span.heading-color.underline4 {
    background: linear-gradient(#1b54f8, #016c9a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}

.heading-color.underline4:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(#1b54f8, #016c9a);
    left: 0;
    bottom: -5px;
}

h2.clsh2 {
    font-size: 3rem;
    margin-bottom: 2rem;
}

.serviceHeading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.25;
}


.sprite_inner {
    background: url(../images/sprite_inner.png) no-repeat
}

    .sprite_inner.fligtbook {
        background-position: 0 -422px
    }

    .sprite_inner.htlbook {
        background-position: 0 -547px;
    }

    .sprite_inner.carbook {
        background-position: 0 -295px
    }

    .sprite_inner.hilipack {
        background-position: 0 -150px
    }

    .sprite_inner.busbook {
        background-position: -2px -30px
    }

    .sprite_inner.fornmnyexng {
        background-position: -228px -8px
    }

    .sprite_inner.pymntgrtn {
        background-position: -228px -155px
    }

    .sprite_inner.smsint {
        background-position: -228px -286px
    }

    .sprite_inner.depoico {
        background-position: -228px -423px
    }

    .sprite_inner.carental {
        background-position: 0 -650px
    }

    .sprite_inner.searchoptions {
        background-position: -228px -558px
    }

    .sprite_inner.managebooking {
        background-position: -228px -690px
    }

    .sprite_inner.driverlocation {
        background-position: -375px -24px
    }

    .sprite_inner.groupbooking {
        background-position: -375px -162px
    }

.leftptl {
    margin-right: 20px;
    width: 110px
}

.imagetrpotl {
    height: 100px;
    overflow: hidden;
    width: 100px;
    transform: scale(0.5);
}

.clsFeatures .col-md-2 {
    max-width: 150px;
}


.productImg img {
    width: calc(100%);
    max-height: 403px;
    object-fit: scale-down;
}

.divServiceModule h5 {
    background: linear-gradient(#1b54f8, #016c9a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

    .divServiceModule h5:after {
        content: "";
        position: absolute;
        width: 60px;
        height: 3px;
        left: 0;
        background: #1b54f8;
        bottom: -10px;
    }

.modulesRow .row:nth-child(even) {
    flex-direction: row-reverse;
}

h2.clsh3 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.row {
    flex-wrap: wrap;
    align-items: flex-start;
}

.clsFeatures {
    height: 100%;
    padding: 32px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    background-color: #fff;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
    -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    text-decoration: none;
    margin-bottom: 2rem !important;
    border-radius: 2px;
    border-radius: 10px 52px 10px 52px;
    min-height: 400px;
}

    .clsFeatures .top {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #DDD;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

._icon {
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 24px 24px 54px 0 rgba(56, 50, 124, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 100px;
    height: 100px;
}

.clsFeatures p {
    color: #495057;
    font-size: 1rem;
    text-align: justify;
    line-height: 1.65;
    letter-spacing: 0.02em;
}

a.btn.btn-light.btn-outline {
    width: calc(100%);
    border-radius: 2px;
    background: transparent;
    border: 2px solid #FFF;
    padding: 15px 15px;
    color: #FFF;
    font-weight: 700;
}

.lead {
    font-size: 1rem !important;
    font-weight: 300;
}

.round-icons .rIcon {
    width: 100px;
    height: 100px;
    background: linear-gradient(#1b54f8, #016c9a);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.round-icons ._txt {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
}

    .round-icons ._txt + p {
        text-align: center;
        margin-top: 10px;
    }

.round-icons {
    margin: 30px 0;
}

/* CSS Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animation Class */
.animate-fade-in {
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.fancybox__backdrop {
    opacity: 0.9 !important;
}

.sendEnquiry h5 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.sendEnquiry .form-control {
    border-radius: 0px;
    min-height: 45px;
}

.sendEnquiry label {
    font-weight: 500;
}

.round-icons .rIcon svg {
    fill: #FFF;
    transform: scale(2);
}

.txt_cards h5 {
    background: linear-gradient(#1b54f8, #016c9a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-weight: 600;
    font-size: 1.85rem;
}

section.contact {
    background-color: #051c2c;
    padding: 80px 0 0;
    background-image: url('https://assets-global.website-files.com/65ffc20c38088944d68481ed/66011c63b967491a9d8283b7_breadcrumb-shape-1.svg');
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 160px;
}

.contact .sendEnquiry {
    padding: 2rem;
    background: #FFF;
}

h5.clsWhyChoose {
    font-size: 2.25rem;
    color: #000;
    margin-bottom: 30px;
}

ul.list {
    color: #000;
    margin: 20px 0;
    padding: 0;
}

    ul.list li {
        display: block;
        line-height: 1.65;
        font-size: 1.25rem;
        padding: 5px 0 5px 40px;
        position: relative;
        color: #000;
    }

      ul.list li:before {
            content: "";
            background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23FFF'%3E%3Cpath d='M402.23-480 218.85-664 261-706.15 487.15-480 261-253.85 218.85-296l183.38-184Zm254 0L472.85-664 515-706.15 741.15-480 515-253.85 472.85-296l183.38-184Z'/%3E%3C/svg%3E");
            width: 20px;
            height: 20px;
            position: absolute;
            left: 0;
            top: 10px;
            background-repeat: no-repeat;
            background-size: 20px;
            background-color: #1b54f8;
            border-radius: 2px;
        }

.customAccordion .card-header {
    background: #FFF;
    border-bottom: none;
}

.customAccordion .card {
    background-color: #fff;
    border-radius: 0.125rem;
    box-shadow: 0 0.125rem 0.5625rem 0 hsla(0, 0%, 80%, .5);
    margin-bottom: 20px;
}

.customAccordion .card-header .btn-link, .customAccordion .card-header .btn-link:hover, .customAccordion .card-header .btn-link:focus, .customAccordion .card-header .btn-link:visited {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    box-shadow: none !important;
}

.card-body {
    padding: 0 2rem .75rem;
}

button.btn.btn-link.collapsed {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%235f6368'%3E%3Cpath d='M480-357.85 253.85-584 296-626.15l184 184 184-184L706.15-584 480-357.85Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    width: calc(100%);
    text-align: left;
    padding-right: 2.5rem;
}


button.btn.btn-link {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%235f6368'%3E%3Cpath d='m480-541.85-184 184L253.85-400 480-626.15 706.15-400 664-357.85l-184-184Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    width: calc(100%);
    text-align: left;
    padding-right: 2.5rem;
}

header.header.fixed {
    right: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.header {
    background: #FFF;
    transition: 0.3s linear all;
}

header.header.fixed .navMenu {
    padding: 0;
}

a.whatsAppIconLg {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2c6e49;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Arial,Helvetica,sans-serif;
    line-height: 1;
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 2;
    border-radius: 2px;
}

    a.whatsAppIconLg img {
        width: 26px;
        margin-right: 3px
    }

span.callIcon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: #e35b25;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

a.nav-link.callLink {
    display: flex;
    align-items: center;
    position: relative;
    top: -5px;
    font-weight: 800;
}

span.callIcon svg {
    fill: #fff;
}

@media only screen and (max-width:1024px) {

    img.heroImg {
        width: 100%;
        display: block;
        margin: 0 auto;
        left: 0;
        margin-top: 25px;
    }

    .herobanner {
        height: initial !important;
    }
}

@media only screen and (max-width:480px) {
    .hero-content h1 {
        font-size: 2rem
    }

    .hero-content .subText p {
        font-size: 16px;
    }

    .txtSubHeading {
        font-size: 16px;
    }

    .navbar-brand img {
        height: 40px;
        object-fit: scale-down;
    }

    h2.txt_sub {
        font-size: 2rem;
    }

    .welcomText {
        font-size: 16px;
    }

    .company-features {
        height: 224px;
    }

    .cta-section h3.text-light {
        font-size: 2rem;
    }

    a.btn.btn-light.btn-outline {
        margin-top: 30px;
    }

    .cta-section h3.text-light {
        font-size: 2rem;
    }

    a.btn.btn-light.btn-outline {
        margin-top: 30px;
    }

    .heading-text h2 {
        font-size: 2rem;
        line-height: 1.25;
    }

    .cta-section h3.text-light {
        font-size: 2rem;
    }

    a.btn.btn-light.btn-outline {
        margin-top: 30px;
    }

    .heading-text h2 {
        font-size: 2rem;
        line-height: 1.25;
    }

    ul.gdslogolist li {
        width: calc(100% / 2);
    }

    .customAccordion .card-header .btn-link, .customAccordion .card-header .btn-link:hover, .customAccordion .card-header .btn-link:focus, .customAccordion .card-header .btn-link:visited {
        font-size: 1rem;
    }

    h2.clsh2 {
        font-size: 2rem;
    }

    .navbar-light .navbar-toggler {
        border: none;
    }

    .serviceCard {
        margin: 50px 0 20px;
        height: initial !important;
    }
}

.tts p strong {
    font-size: 22px;
    background: linear-gradient(#1b54f8, #016c9a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

span.error-message {
    color: red;
}



ul.footerNav li {
    display: block;
}

    ul.footerNav li a {
        color: #FFF;
        display: block;
        padding: 20px;
    }

footer.footer {
    padding: 5px 20px 20px;
    background: #051c2c;
}

ul.footerNav {
    display: flex;
    justify-content: center;
}


.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.customReq .txtHeading {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    background: linear-gradient(#1b54f8, #016c9a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

    .customReq .txtHeading + p {
        text-align: center;
        font-size: 20px;
        margin-bottom: 0;
    }

.customReq {
    margin-top: 50px;
}
.more_apis {
    background: linear-gradient(#1b54f8, #016c9a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}