@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: 0.15s linear;
}

:root {
    --dark-grey: #8DB1D1;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.font-18 {
    font-size: 18px;
}

body {
    overflow-x: hidden;
    background-color: inherit;
    font-family: "Open Sans", serif;
}

.main {
    max-width: 1514px;
    margin: 0 auto;
}

ul,
ul li {
    list-style: none;
}

.px-20 {
    padding: 0 20px;
}

.w-80 {
    width: 80%;
}

.p-20 {
    padding: 20px;
}

.overlap-index {
    position: relative;
    z-index: 1;
}

/* .btn,
.btn:hover,
.btn:active,
.btn:focus,
.btn:first-child:active {
    background-color: #034679;
    border: 0;
    border-radius: 12px;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 400;
    min-width: 180px;
    box-shadow: none;
    outline: none;
    transition: 0.3s ease-in-out;
} */

.btn-primary:hover {
    scale: 1.009;
}

.bg-theme-blue {
    background-color: #043357 !important;
}

.db-tclr {
    color: #043357 !important;
}

.db-tclr-dark {
    color: #03355B !important;
}

.navbar-toggler {
    padding: 0;
    border: 0;
}

.nexus-all .cards-tbg .card:hover {
    scale: 1.05;
    box-shadow: 0px 0px 10px #03355B;
    border: 1px solid #03355B;
    background-color: #fff;
    z-index: 2;
}

.nexusApi .cards-banr-blw-outer .emp-bsns-sec-inner-box .card {
    min-height: 315px !important;
}

.nexusApi .cards-banr-blw-outer .emp-bsns-sec-inner-box .card .card-body p {
    font-size: 16px !important;
    text-align: left !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.disabled-button:disabled {
    background-color: #d3d3d3;
    /* Light gray background */
    color: #a0a0a0;
    /* Dimmed text color */
    cursor: not-allowed;
    /* Show "not allowed" cursor */
    opacity: 0.6;
    /* Slight transparency */
    border: 1px solid #c0c0c0;
    /* Light border */
    box-shadow: none;
    /* Remove any shadow */
    transition: 0.3s ease-in-out;
}

.disabled-button:disabled:hover {
    background-color: #c0c0c0;
    /* Slightly darker gray */
}

/* .navbar-toggler .navbar-toggler-icon {
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-toggler .navbar-toggler-icon i {
    font-size: 28px;
    color: #043357;
}
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon .fa-xmark{
    display: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .fa-xmark{
    display: inline-block;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .fa-bars-staggered{
    display: none;
} */
/* ======  header section css starts here ======== */
.header {
    background-color: #F5F5F7;
    padding: 0;
}

.header .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.header .navbar-nav .nav-item .nav-link:hover {
    background: #ededed;
}

.header .navbar-nav .nav-item .nav-link.active {
    /* background: #ededed;
    border: 0;
    border-radius: 4px; */
    color: #043357;
}

.header .navbar-nav .nav-item {
    margin: 0 60px 0 0;
}

.header .navbar-nav .nav-item:last-child {
    margin: 0 0 0 60px;
}

.lang-link a {
    padding: 0 12px 0 0;
    border-radius: 0;
    border-right: 2px solid #000000;
    line-height: 18px;
}

.lang-link a:last-child {
    padding: 0 0 0 12px;
    border-right: 0;
}

.header .navbar-nav .nav-item .nav-link.reust-demo .btn-primary {
    background-color: transparent;
    border: 0;
    border-bottom: 1px dashed #074677;
    border-radius: 0;
    padding: 2px 8px;
    font-size: 22px;
    font-weight: 700;
    min-width: fit-content;
    box-shadow: none;
    outline: none;
    transition: 0.3s ease-in-out;
    color: #074677;
}

/* ======  header section css ends here ======== */
.img-globe {
    width: 33%;
}

/* ---- tabs section ---- */
.tabs-section-logos .navbar {
    justify-content: center;
}

.tabs-section-logos .navbar .nav-tabs {
    width: 100%;
    justify-content: center;
    padding-bottom: 4px;
}

.tabs-section-logos .module-tabs-outer .nav-tabs .nav-link.active::before,
.tabs-section-logos .module-tabs-outer .nav-tabs .nav-link:hover::before {
    bottom: -7px;
}

.tabs-section-logos .module-tabs-outer .tab-content {
    padding: 60px 0;
    display: block;
    width: 100%;
    text-align: center;
}

.tabs-section-logos .module-tabs-outer .cont-box-tab img {
    max-width: 188px;
    min-width: 188px;
    padding: 12px;
    background-color: #F3F3F3;
    border-radius: 12px;
    min-height: 102px;
    max-height: 102px;
    object-fit: contain;
    margin: 12px;
}

.logos-wrapper .line-brk {
    width: 100%;
    height: 0;
}

/* ======  banner section css start here ======== */
.banner-hero {
    min-height: 112px;
    padding-top: 0;
}

.banner-render {
    /* max-height: 364px; */
    max-height: 65dvh;
    width: 100%;
    object-fit: cover;

    &.product {
        max-height: 85dvh;

    }
}

.banr-bg-render {
    object-fit: contain;
    object-position: top;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-height: 785px;
}

.ops-inner-box {
    max-width: 1514px;
    /* margin: -170px auto 0; */ /* old code */
    margin: -120px auto 0;
    background-color: #fff;
    /* box-shadow: 0 0 3px rgb(0, 0, 0, 0.2); */
    z-index: 1;
    position: relative;
    border: 0;
    border-radius: 25px;
    /* padding: 30px 80px 80px; */
    padding: 30px 80px 40px;
}

.ops-inner-box h1 {
    font-size: clamp(2rem, 1.8rem + 1vw, 3rem);
}

.big-fnt {
    font-size: 38px;
    color: #043357;
    line-height: 1.4;
}

.img-n-cont img {
    border: 0;
    border-radius: 20px;
    box-shadow: none;
    width: 100%;
    /* max-width: 600px; */
    /* filter: drop-shadow(3px 4px 3px rgb(0, 0, 0, 0.2)); */
}

.img-n-cont img:hover {
    transform: scale(1);
    /* filter: drop-shadow(3px 6px 5px rgb(0, 0, 0, 0.5)); */
}

.img-n-cont .rgt-cont {
    font-size: 22px;
    max-width: 625px;
    text-align: justify;
}

/* ======  banner section css ends here ======== */

/* ======  Cost Control section css starts here ======== */
.emp-bsns-sec-inner-box {
    padding: 40px 40px 60px;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 -2px 3px rgb(0, 0, 0, 0.1);
    background: rgb(186, 215, 240);
    background: linear-gradient(180deg, rgba(186, 215, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.emp-bsns-sec-inner-box h2 {
    font-size: clamp(1.5rem, 1.275rem + 1.125vw, 2.625rem);
    margin: 0 0 60px 0;
    color: #043357;
}

.emp-bsns-sec-inner-box .card {
    padding: 108px 56px;
    border: 0;
    border-radius: 22px;
    min-height: 580px;
    position: relative;
    background-color: transparent;
    z-index: 1;
    max-height: 580px;
    text-align: center;
}

.cont-label {
    font-size: 48px;
    line-height: 42px;
}

.emp-bsns-sec-inner-box .card .d-rendr-othr {
    display: none;
}

.emp-bsns-sec-inner-box .card:hover .d-rendr-othr {
    display: block;
}

.emp-bsns-sec-inner-box .card:hover .d-rendr {
    display: none;
}

.bg-abs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: unset;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.card-img {
    margin: 0 0 24px 0;
}

.img-dot {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    max-width: 14px;
    max-height: 14px;
    border: 0;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0 5px 5px 0;
    box-shadow: 0 2px 2px rgb(0, 0, 0, 0.3);
}

.emp-bsns-sec-inner-box .card:hover .img-dot {
    background-color: #545454;
}

.emp-bsns-sec-inner-box .card .card-body .card-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.emp-bsns-sec-inner-box .card .card-body p {
    font-size: 20px;
    line-height: 36px;
    word-break: break-word;
}

/* ======  Cost Control section css ends here ======== */

/* ======  Explore kite section css starts here ======== */

.explr-kite-outer {
    /* background-image: url("../img/news/Explore\ nexusKite\ image.png");
    background-position: right;
    background-repeat: no-repeat; */
    background-size: 1330px;
}

.explr-kite-inner-box {
    max-width: 508px;
    min-width: 508px;
    min-height: 700px;
}

.explr-kite-inner-box h2 {
    font-size: clamp(2rem, 1.65rem + 1.75vw, 3.75rem);
    line-height: 75px;
    margin: 0 0 60px 0;
}

.explr-kite-inner-box p {
    font-size: clamp(1.125rem, 0.9rem + 1.125vw, 2.25rem);
    line-height: 55px;
    text-align: justify;
}

.explr-kite-inner-box-rndr {
    min-width: calc(100% - 508px);
    min-height: 800px;
}

.exp-kit-rgt {
    position: absolute;
    object-fit: contain;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

/* ======  Explore kite section css ends here ======== */
/* multiple-image slider */


.multiple-imges {
    position: relative;
}

.multiple-imges button {
    border: none;
    background: none;
}

.multiple-imges button .fas {
    color: #03355B;
    font-size: 27px;
}

.multiple-imges .slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
}

.multiple-imges .slick-next {
    position: absolute;
    top: 50%;
    right: 0;
}

.multiple-imges .slick-disabled {
    opacity: .4;
}

/* ====== cards slider section css start here ======== */
.cards-slider-outer .container,
.cards-slider-outer .container-lg,
.cards-slider-outer .container-md,
.cards-slider-outer .container-sm,
.cards-slider-outer .container-xl,
.cards-slider-outer .container-xxl {
    max-width: 1790px;
    margin: 0 auto;
}

.cards-slider-outer {
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}

.cards-slider-outer .slick-list.draggable {
    overflow: visible;
}

.cards-slider {
    background-color: transparent;
    margin: 0 0 0 50px;
}

.cards-slider .card {
    padding: 80px 20px;
    background-color: #fff;
    border: 1px solid #0881FC;
    border-radius: 20px;
    box-shadow: 0 0 2px rgb(0, 0, 0, 0.1);
    text-align: center;
    min-height: 435px;
    margin: 0 20px 0 0;
    max-width: 346px;
    transition: 0.5s ease-in-out;
}

.cards-slider .card:hover {
    scale: 1.2;
    z-index: 999;
    box-shadow: 0 3px 6px #03355B;
}

.cards-slider .card:hover .card-title {
    color: #03355B;
}

.cards-slider .card:active {
    cursor: grab;
    scale: 1;
}

.cards-slider .card .img-top {
    width: 100%;
    max-width: 100%;
    min-width: 30px;
    min-height: 81px;
    max-height: 81px;
    object-fit: contain;
}

.cards-slider .card:hover .timg {
    display: none;
}

.cards-slider .card .img-top-blu {
    display: none;
}

.cards-slider .card:hover .img-top-blu {
    display: inline-block;
}

.cards-slider .card .card-body {
    padding: 32px 0 0 0;
}

.cards-slider .card .card-label-text {
    font-size: 26px;
    margin: 0 0 18px 0;
    color: #000;
}

.cards-slider .card .card-title {
    font-size: 24px;
    line-height: 38px;
    color: #000;
}

.cards-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0 0;
    gap: 12px;
}

.cards-slider .slick-dots li .slick-active {
    background: red;
    color: red;
    width: 12px;
    height: 12px;
    font-size: 12px;
}

.cards-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 0;
    color: transparent;
    text-align: left;
}

.cards-slider .slick-dots li {
    height: 12px;
    width: 34px;
    border: 1px solid #0881FC;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    overflow: hidden;
}

.cards-slider .slick-dots li::marker {
    height: 4px;
}

.cards-slider .slick-dots li.slick-active {
    background: rgb(0, 71, 171);
    background: linear-gradient(159deg, rgba(0, 71, 171, 1) 0%, rgba(28, 169, 201, 1) 100%);
    width: 68px;
}

.cards-slider .slick-dots li.slick-active button {
    width: 100%;
    height: 100%;
    background: rgb(0, 71, 171);
    background: linear-gradient(159deg, rgba(0, 71, 171, 1) 0%, rgba(28, 169, 201, 1) 100%);
    border: 0;
    color: transparent;
    text-align: left;
}

/* ====== cards slider section css ends here ======== */

/* ====== advertise app section css starts here ======== */
.apps-advrts-inner-box {
    background-color: #03355A;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 0 2px rgb(0, 0, 0, 0.2);
    min-height: 200px;
    padding: 40px 60px 80px;
}

.apps-advrts-inner-box-cont {
    color: #fff;
}

img.b-rgt-travl {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    max-width: 500px;
}

.apps-advrts-inner-box-cont h2 {
    font-size: 70px;
    margin: 0 0 40px 0;
}

.apps-advrts-inner-box-cont p {
    font-size: 30px;
    margin: 0 0 0 0;
    max-width: 760px;
    line-height: 38px;
}

.apps-link-btns {
    position: absolute;
    left: auto;
    right: 40px;
    bottom: 30px;
}

.apps-link-btns .scl-btn .btn-primary {
    min-width: 280px;
    max-width: 300px;
    min-height: 80px;
    max-height: 90px;
    border-radius: 14px;
}

.apps-link-btns .scl-btn .btn-primary i img {
    width: 100%;
    max-width: 40px;
    object-fit: contain;
    min-width: 30px;
}

.apps-link-btns .scl-btn .btn-primary .store-title-cont label {
    font-size: 22px;
    margin: 0 0 2px 0;
}

.apps-link-btns .scl-btn .btn-primary .store-title-cont span {
    font-size: 34px;
}

.apps-link-btns .scl-btn {
    margin: 0 12px 12px 0;
}

.apps-link-btns .scl-btn:last-child {
    margin: 0 0 12px 0;
}

/* new scetion add here css */
.pgph-cont .pgph-cont-box {
    padding: clamp(2.5rem, 5vw, 10rem);
    background-color: #03355B;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 0 2px rgb(0, 0, 0, 0.3);
}

.pgph-cont-box p {
    font-size: clamp(25px, 5vw, 40px);
    line-height: 60px;
}

/* ====== advertise app section css ends here ======== */

/* ====== Unified Corporate Travel Ecosystem section css starts here ======== */

.mn-title {
    font-size: clamp(2rem, 1.65rem + 1.75vw, 3.75rem);
}

.render-same {
    width: 100%;
    max-width: 900px;
    min-width: 280px;
    max-height: 500px;
    min-height: 500px;
    border: 0;
    border-radius: 20px;
    background-color: #e9e9e9;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    && img {
        transition: all 0.5s ease-in-out;
    }

    &:hover img {
        /* transform: rotateY(360deg) scale(1.2); */
        -webkit-transform: translateY(-10px) scale(1.2);
        -moz-transform: translateY(-10px) scale(1.2);
        transform: translateY(-10px) scale(1.2);
        filter: drop-shadow(0px 1px 2px rgba(60, 64, 67, 0.3));


    }
}

.render-same-logo-pr img {
    max-width: 212px;
    max-height: 130px;
    display: inline-block;
}

.re-sa-new {
    background-color: transparent;
}

.render-same img {
    width: 100%;
    max-width: 800px;
    object-fit: contain;
    /* filter: drop-shadow(0px 4px 12px rgb(0, 0, 0, 0.2)); */
}

.render-same i.fa-image {
    width: 90px;
    max-width: 90px;
    min-width: 90px;
    max-height: 90px;
    min-height: 90px;
    font-size: 90px;
    color: #a7a7a7;
    text-align: center;
}

.cont-sec h3 {
    font-size: clamp(1.5rem, 1.275rem + 1.125vw, 2.625rem);
    margin: 0 0 40px 0;
}

.cont-sec p {
    /* font-size: clamp(1rem, 0.825rem + 0.875vw, 1.875rem); */
    font-size: clamp(15px, 5vw, 20px);
    text-align: justify !important;
}

.unfcop-trvl-card:nth-child(odd) .cont-sec {
    margin-right: 16px;
}

.unfcop-trvl-card:nth-child(even) .cont-sec {
    margin-left: 16px;
}

/* ====== Unified Corporate Travel Ecosystem section css ends here ======== */

/* ====== Testimonials section css starts here ============ */
.testi-slider .slick-list.draggable {
    padding: 20px 0;
}

.testi-slider .element {
    /* max-width: 350px; */
    border: 1px solid #74CDFF;
    border-radius: 20px;
    box-shadow: 0 3px 3px rgb(0, 0, 0, 1);
    overflow: hidden;
    background-color: transparent;
    margin: 0 12px;
    /* width: calc(100% - 30px) !important; */
}

.testi-slider .card {
    padding: 40px 20px;
    border: 0;
    background-color: transparent;
}

.testi-slider .card .img-top {
    max-width: 80px;
    min-width: 80px;
    max-height: 80px;
    min-height: 80px;
    border: 0;
    border-radius: 50%;
    margin: 0 auto 30px;
}

.testi-slider .card .card-body .card-title {
    font-size: 26px;
    line-height: 40px;
    text-align: start;
}

.testi-slider .btn-primary {
    background-color: transparent;
    border: 3px solid #000;
    color: #000000;
    min-width: 55px;
    max-width: 55px;
    min-height: 55px;
    max-height: 55px;
    border-radius: 50%;
    /* display: flex !important; */
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
    padding: 13px 7px;
    position: absolute;
    /* left: 0px; */
    transform: translateX(-50%);
    top: 45%;
}

.testi-slider .btn-primary i {
    font-size: 26px;
}

.testi-slider .btn-primary:hover {
    background-color: #034679;
    border: 3px solid #034679;
    color: #fff;
}

.testi-slider .btn-primary.slick-next {
    /* left: calc(50% + 35px); */
    right: -80px;
}

.testi-slider .btn-primary.slick-prev {
    /* left: calc(50% + 35px); */
    left: -30px;
}

/* ====== Testimonials section css ends here ============ */

/* ====== Big Blue Box Agents Strong section css starts here ============ */
.b-blu-astrng-inner-box {
    padding: 80px;
    border: 0;
    border-radius: 20px;
    /* box-shadow: 0 0 2px rgb(0, 0, 0, 0.2); */
    background-color: #03355A;

}

.bbas-cont {
    padding: 30px 0;

    h6 {
        font-size: clamp(25px, 3vw, 39px);
        margin: 0 0 40px 0;
    }

    p {
        font-size: clamp(17px, 3vw, 26px);
        margin-bottom: 10px;

        &:last-child {
            margin: 0;
        }
    }
}

/* ====== Big Blue Box Agents Strong section css ends here ============ */

/* ====== reay to take section css starts here ======== */
.rdy-to-tak-inner-box {
    padding: 40px 40px 60px;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 2px 3px rgb(0, 0, 0, 0.1);
    background: rgb(186, 215, 240);
    background: linear-gradient(0deg, rgba(186, 215, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
    min-height: 400px;
    z-index: 1;
}

.prsn-flght-render {
    position: absolute;
    right: 40px;
    bottom: 3px;
    left: auto;
    width: 100%;
    max-width: 500px;
    z-index: -1;
    border-radius: 10px;
}

.rttib-cont {
    max-width: 900px;
}

.rttib-cont h2 {
    font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
    line-height: 70px;
    margin: 0 0 30px 0;
}

.rttib-cont p {
    font-size: clamp(1rem, 0.825rem + 0.875vw, 1.875rem);
    line-height: 40px;
    letter-spacing: 2px;
    margin: 0 0 50px 0;
}

.rings-abs {
    position: absolute;
    max-width: 250px;
    z-index: 1;
    top: 67px;
    left: 62px;
}

/* ====== reay to take section css ends here ======== */

/* ============  pillars css starts here  ==================   */
.hd-br-inner-box {
    padding: 40px 60px;
    text-align: center;
    background-color: transparent;
    background-image: url("../img/bg-effects/lines-light-blue-render.svg");
    background-position: 50% 95%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: 1;
}

.hd-br-inner-box h2 {
    font-size: 56px;
    margin: 0 0 30px 0;
}

.br-img {
    max-width: 1514px;
    margin: 0 auto;
    width: 100%;
}

.rings-hlf {
    position: absolute;
    left: auto;
    right: 0;
    top: -60px;
    opacity: 1;
    z-index: -1;
}

/* ============  pillars css ends here  ==================   */

/* ============  ndc managment with nexusaqua css starts here  ==================   */
.ndc-mang-inner-box-cont {
    padding: 40px 60px;
    background-color: #03355B;
    border: 0;
    border-radius: 10px;
    background-image: url("../img/news/line-bg-aqua.svg");
    background-position: 50% 90%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}

.ndc-mang-inner-box-cont h2 {
    text-align: center;
    color: #fff;
    font-size: 54px;
    margin: 0 0 30px 0;
}

.ndc-mang-inner-box-cont label {
    font-size: 32px;
    color: #fff;
    margin: 0 0 2px 0;
}

.sml-rnder-mng {
    width: 100%;
    max-width: 600px;
}

/* ============  ndc managment with nexusaqua css ends here  ==================   */

/* ====== trusted by market section css starts here ======== */
.trusted-by-mrkt-innner-box {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
}

.hdngs h2 {
    font-size: clamp(1.5rem, 1.275rem + 1.125vw, 2.625rem);
}

.logos-slider-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: 60s slide infinite linear;
    /* overflow: hidden; */
    margin: 0 auto;
}

.logos-slider-sec:hover {
    animation-play-state: paused;
}

.logos-slider-sec:hover img:hover {
    filter: blur(0px);
}

.logos-slider-sec:hover img {
    filter: blur(0);
}

.logos-slider-sec img {
    width: 100%;
    max-width: 220px;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    margin: 0 40px;
    padding: 12px;
    background-color: #f3f3f3;
    border-radius: 12px;
    min-height: 102px;
    max-height: 102px;
    object-fit: contain;
    margin: 12px;
    max-width: 188px;
    min-width: 188px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    mix-blend-mode: multiply;
    border-radius: 12px;

    &:hover {
        transform: translateY(-10px) scale(1.1);
        filter: drop-shadow(0px 1px 2px rgba(60, 64, 67, 0.3));
        /* background-color: #f5f5f5; */
        background-color: var(--hover-card-color);
        /* padding: 5px; */


    }
}

.logos-slider-sec img:hover {
    scale: 1.001;
}

/*  =++++++  slider logos animation ++++++= */
@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.logos-slider-sec-ltr {
    animation: 60s slide-ltr infinite linear;
}

/*  =++++++  slider logos animation ltr ++++++= */
@keyframes slide-ltr {
    100% {
        transform: translateX(0);
    }

    0% {
        transform: translateX(-100%);
    }
}

/* ====== trusted by market section css ends here ======== */
/* ====== Footer section css starts here ======== */
.footer {
    background-color: #EBF7FF;
    position: relative;
}

.footer .map-render {
    position: absolute;
    left: 4%;
    top: 112px;
    max-width: 400px;
    min-width: 250px;
    object-fit: contain;
}

.fg-logo {
    max-width: 200px;
    min-width: 100px;
    object-fit: contain;
}

.abt-agncy-loctn {
    font-size: 24px;
    line-height: 40px;
}

.fl-hdng {
    font-size: 24px;
    border-bottom: 2px solid #034679;
    margin-right: 70px;
    width: calc(100% - 70px) !important;
}

.ftr-brnd-logs img {
    max-width: 120px;
}

.nav-link-text {
    font-size: 20px;
}

.nav-link-text:hover {
    font-weight: 500 !important;
}

.fb-link-text:hover {
    font-weight: 400 !important;
}

/* ====== Footer section css starts here ======== */
/* ========= percentage section css starts here ============ */
.prcntg-blu-inr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, #03355B 0%, #001F37 100%);
    min-height: 100px;
    padding: 20px;
    position: relative;
}

.prcntg-blu-inr label {
    font-size: 82px;
    color: #fff;
    margin: 0 auto 2px;
    display: inline-block;
    line-height: 82px;
}

.prcntg-blu-inr span {
    color: #fff;
    font-size: 30px;
}

.prcntg-blu-inr .prcntg-blu-inr-cont {
    padding: 50px 90px;
}

.prcntg-blu-inr .prcntg-blu-inr-cont:last-child {
    border-left: 2px solid #435E74;
}

.prcntg-blu-inr img.b-rgt-travl {
    opacity: 0.3;
}

.prcntg-blu-inr img.b-rgt-travl.abs-rgt-render {
    left: 0;
    right: auto;
    transform: rotate(180deg);
    top: 0;
}

/* ========= percentage section css ends here ============ */

/* ========= transparent round image cards section css starts here ============ */
.cards-tbg .card {
    padding: 50px 30px;
    background-color: transparent;
    border: 0;
    height: calc(100% - 30px);
    margin: 0 auto 30px;
    min-height: 410px;
    transition: 0.5s ease-in-out;
    filter: drop-shadow(0px 3px 6px #CFE3F4);
    border: 1px solid #0881FC;
    border-radius: 20px;
    z-index: 1;
}

.cards-tbg .card .card-img-outer {
    min-height: 90px;
    max-height: 90px;
    min-width: 90px;
    max-width: 90px;
    margin: 0 auto;
    background: transparent;
    box-shadow: none;
    padding: 10px;
    border: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards-tbg .card .card-img-outer img {
    width: 100%;
    max-height: 80px;
}

.cards-tbg .card .card-body .card-label-text {
    font-size: 19px;
    margin: 0 auto 12px;
}

.cards-tbg .card .card-body .card-title {
    font-size: 20px;
    line-height: 30px;
}

.cards-slider-outer-new {
    padding-bottom: 0;
}


/* ------- css if slider in cards  -------- */
.cards-slider-trns .slick-slide {
    margin: 0 12px;
    /* max-width: 20%;
    width: calc(5% - 24px) !important; */
}

/* .cards-slider-trns {
    max-height: 300px;
    margin-bottom: 60px;
} */

.cards-slider-trns .slick-track {
    padding: 40px 0;
    max-height: unset;
}

.cards-slider-trns .slick-list.draggable {
    padding: 20px 0 30px 0 !important;
    max-height: unset !important;
}

.cards-tbg .cards-slider-trns .element .card {
    padding: 40px 10px 10px !important;
    min-height: 279px !important;
}

.cards-tbg .cards-slider-trns.cardsHeight-315 .element .card {
    padding: 40px 10px 10px !important;
    min-height: 315px !important;
}

.cards-tbg .cards-slider-trns.cardsHeight-360 .element .card {
    padding: 30px 10px 10px !important;
    min-height: 360px !important;
}
.cards-tbg .cards-slider-trns.cardsHeight-auto .element .card {
    /* padding: 30px 10px 10px !important; */
    max-height: 370px !important;
    height: 100vh;
}

.cards-tbg .cards-slider-trns.cardsHeight-380 .element .card {
    padding: 10px 10px 10px !important;
    min-height: 380px !important;
}

.cards-tbg .cards-slider-trns .card:focus,
.cards-tbg .cards-slider-trns .card:hover,
.cards-tbg .cards-slider-trns .card:Active {
    cursor: grab;
}

.cards-tbg .cards-slider-trns .card .card-body {
    padding: 0;
}

.cards-tbg .cards-slider-trns .card .card-body .card-title {
    /* font-size: 17px; */
    font-size: 14px;
}

.cards-slider-trns .slick-dots {
    display: flex !important;
    justify-content: center;
    bottom: 4px !important;
    align-items: center;
    margin: 20px 0 0 0;
    gap: 12px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

.cards-slider-trns .slick-dots li.slick-active {
    background: rgb(0, 71, 171);
    background: linear-gradient(159deg, rgba(0, 71, 171, 1) 0%, rgba(28, 169, 201, 1) 100%);
    width: 68px;
}

.cards-slider-trns .slick-dots li {
    height: 12px;
    width: 34px;
    border: 1px solid #0881FC;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    overflow: hidden;
}

.cards-slider-trns .slick-dots li button {
    height: 12px;
    background: transparent;
    border: 0;
    color: transparent;

    &::before {
        content: unset !important;
    }
}

.cards-slider-trns .slick-dots li.slick-active button {
    width: 100%;
    height: 100%;
    background: rgb(0, 71, 171);
    background: linear-gradient(159deg, rgba(0, 71, 171, 1) 0%, rgba(28, 169, 201, 1) 100%);
    border: 0;
    color: transparent;
    text-align: left;
}

/* ========= transparent round image cards section css ends here ============ */

/* =========gradients cards section css starts here ============ */
.bg-rmv .emp-bsns-sec-inner-box h2 {
    font-size: 52px;
    margin: 0 0 20px 0;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.cards-banr-blw-outer .emp-bsns-sec-inner-box .card {
    text-align: left;
    /* padding: 22px 32px; */
    padding: 22px;
    border-radius: 15px;
    background: linear-gradient(180deg, #FFF 0%, #D7EDFF 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    min-height: 432px;
}

.nexuskite .cards-banr-blw-outer .emp-bsns-sec-inner-box .card {
    min-height: 410px;
}

.cards-banr-blw-outer .emp-bsns-sec-inner-box .card .card-body .card-title {
    font-size: 19px;
    margin-bottom: 20px;
    min-height: 52px;
}

.cards-banr-blw-outer .emp-bsns-sec-inner-box .card .card-body p {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}

.cards-banr-blw-outer .emp-bsns-sec-inner-box .card .card-img {
    margin: 0 0 24px 0;
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    background-color: #fff;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    border-radius: 50%;
    padding: 12px;
}

.nexus-all .cards-banr-blw-outer .emp-bsns-sec-inner-box .card .card-img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
    margin: 0 0 16px 0;
}

.cards-banr-blw-outer .emp-bsns-sec-outer {
    padding-top: 40px;
}

.bg-rmv.emp-bsns-sec-outer p {
    font-size: 26px;
    margin: 0 auto;
    max-width: 880px;
}

.cards-banr-blw-outer .emp-bsns-sec-inner-box {
    background: rgb(186, 215, 240);
    background: linear-gradient(180deg, rgba(186, 215, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.bg-rmv .emp-bsns-sec-inner-box {
    background: rgb(186, 215, 240);
    box-shadow: none;
    background: linear-gradient(180deg, rgba(186, 215, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.cards-banr-blw-outer .emp-bsns-sec-inner-box h2 {
    font-size: 42px;
}

/* ========= gradients cards section css ends here ============ */
/* ====== testiminials section css starts here ============ */
.testi-slider .card .card-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.testi-slider .card .card-body .card-title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 40px;
}

.testi-slider .card .img-top {
    max-width: 200px;
    min-width: 80px;
    max-height: 52px;
    min-height: 52px;
    border: 0;
    border-radius: 0;
    margin: 0 auto 40px 0;
}

.abt-athr .athr-name {
    font-size: 20px;
}

.athr-dsg {
    color: #7c7c7c;
    font-size: 14px;
}

.testi-slider .card {
    padding: 20px;
    min-height: 469px;
}

.testi-slider .slick-track {
    padding: 0 0 30px 0;
}

/* ====== testiminials section css ends here ============ */

/* ====== big text absolute render section css starts here ============ */
.big-text-abs-inner-box {
    padding: 60px 60px;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 0 2px rgb(0, 0, 0, 0.2);
    background: linear-gradient(270deg, #03355B 0%, #002541 100%);
}

.btabs-cont h6 {
    font-size: 130px;
    margin: 0;
    z-index: 1;
}

.btabs-cont h6 span {
    display: block;
}

.big-text-abs-inner-box img.b-rgt-travl {
    position: absolute;
    right: auto;
    left: 26px;
    top: -159px;
    max-width: 900px;
    min-width: 900px;
    transform: rotate(90deg);
    opacity: 0.1;
}

.big-text-abs-inner-box .infograhic-abs-render {
    position: absolute;
    left: auto;
    right: 40px;
    max-width: 630px;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* ====== big text absolute render section css ends here ============ */

/* ====== heading two and left cont right render section css starts here ============ */
.hdgs-cont-inner-box {
    padding: 60px 120px 40px;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 -2px 3px rgb(0, 0, 0, 0.1);
    background: rgb(186, 215, 240);
    background: linear-gradient(180deg, rgba(186, 215, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

/* -------  headings big two css starts here  ------------- */
.hdngs-big {
    margin: 0 0 40px 0;
}

.hdngs-big h2 {
    font-size: 52px;
    text-align: center;
}

.hdngs-big p {
    font-size: 40px;
}

/* -------  headings big two css ends here  ------------- */
.hdgs-cont-inner-box .cont-box {
    padding: 60px 80px 0 0;
}

.hdgs-cont-inner-box .cont-box p {
    font-size: 25px;
    text-align: justify;
}

/* =========  Tabs pills  section css starts here ==============  */
.module-tabs-outer .nav-tabs .nav-link {
    font-size: 18px;
    padding: 0px 4px;
    margin: 0 30px;
    font-weight: 500;
    position: relative;
}

.module-tabs-outer .nav-tabs .nav-link:focus,
.module-tabs-outer .nav-tabs .nav-link:focus:not(:focus-visible) {
    border: 0;
}

.module-tabs-outer .nav-tabs .nav-item {
    padding: 5px 10px;
}

.module-tabs-outer .txt-cont-sec-outer {
    padding: 80px 104px 0 0;
    max-height: 610px;
    overflow-y: auto;
}

.module-tabs-outer .cont-sec-inr-box p {
    font-size: 18px;
}

.module-tabs-outer .nav-tabs .nav-link.active,
.module-tabs-outer .nav-tabs .nav-link:hover,
.module-tabs-outer .nav-tabs .nav-link:focus-visible {
    border: 0;
    font-weight: 600;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.module-tabs-outer .nav-tabs .nav-link.active::before,
.module-tabs-outer .nav-tabs .nav-link:hover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    border: 0;
    border-radius: 5px;
    background-color: #03355A;
    bottom: -15px;
    left: 0;
    right: 0;
    text-align: center;
}

.module-tabs-outer .cont-box-tab figure img {
    width: 100%;
}

/* =========  Tabs pills scrollspy section css ends here ==============  */

/* ============ contact us form section section css starts here =================== */

.contact-us-form-sec {
    margin: 0 auto;
    border-bottom: 0;
    padding: 0 24px 40px;
}

.contact-us-form-sec .form-wrapper .form-group {
    position: relative;
    padding: 0;
    border: 0;
    background-color: transparent;
    margin: 0 0 16px 0;
}

.contact-us-form-sec .form-wrapper .form-group .form-control,
.contact-us-form-sec .form-wrapper .form-group .form-select,
.contact-us-form-sec .form-wrapper .msg-box-tara .form-control {
    padding: 12px 8px;
    min-height: 50px;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
}

.contact-us-form-sec .form-wrapper .form-group .form-control:focus,
.contact-us-form-sec .form-wrapper .form-group .form-select:focus,
.contact-us-form-sec .form-wrapper .msg-box-tara .form-control:focus {
    border-color: #043357;
    outline: 0;
    box-shadow: 0 0 0 .25rem #04335708;
}

.contact-us-form-sec .form-wrapper .form-group .form-label,
.contact-us-form-sec .form-wrapper .msg-box-tara .form-label {
    margin: 0;
    display: inline-block;
    background-color: #ffffff;
    position: absolute;
    top: -12px;
    left: 12px;
    font-size: 16px;
    font-weight: 600;
}

.contact-us-form-sec .form-wrapper .services-box h4 {
    font-size: 20px;
}

.contact-us-form-sec .form-wrapper .form-check-input[type=radio] {
    border-radius: 50%;
    border: 1px solid #043357;
}

.contact-us-form-sec .form-wrapper .form-check-label {
    font-size: 16px;
    font-weight: 500;
}

.contact-us-form-sec .form-wrapper .msg-box-tara {
    position: relative;
    padding: 0;
    border: 0;
    background-color: transparent;
    margin: 0 0 16px 0;
}

.contact-us-form-sec .form-wrapper .btn-primary[type="submit"] {
    font-size: 22px;
    min-width: 240px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.mdl-para {
    font-size: 24px;
}

/* Custom Checkbox Styling */
.contact-us-form-sec .form-wrapper .form-check-input {
    width: 18px;
    height: 18px;
    border: 2px solid #034679;
    background-color: white;
    appearance: none;
    /* Remove default styles */
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    background-image: none;
}

/* Checked state */
.contact-us-form-sec .form-wrapper .form-check-input:checked {
    background-color: #034679;
    border-color: #034679;
}

/* Checkbox tick */
.contact-us-form-sec .form-wrapper .form-check-input:checked::after {
    content: '✔';
    font-size: 14px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

/* Focus state */
.contact-us-form-sec .form-wrapper .form-check-input:focus {
    outline: none;
    box-shadow: 0 0 4px rgba(3, 70, 121, 0.6);
}

/* ============ contact us form section section css ends here =================== */

/* ============ media newsroom section css starts here =================== */
.latest-post-box-inner {
    background-color: #EFF9FF;
    border: 1px solid #C1C1C1;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
    column-gap: 50px;
    row-gap: 40px;
}

.latest-post-box-inner .big-render-lf {
    max-width: 500px;
    min-height: 300px;
}

.latest-post-box-inner .cont-sd-outer {
    row-gap: 40px;
    column-gap: 100px;
    padding: 30px;
}

.latest-post-box {
    margin: 0 0 50px 0;
}

.post-bx-nw {
    position: relative;
    overflow: hidden;
    border: 1px solid #C1C1C1;
    border-radius: 10px;
    background-position: 50% 16%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 0;
    min-height: 150px;
    margin: 0 0 30px 0;
}

.post-bx-cont {
    padding-top: 180px;
}

.post-bx-cont-inner {
    width: 100%;
    background: rgb(0, 0, 0, 0.7);
    padding: 26px 16px 12px;
    backdrop-filter: blur(6px);
    color: #fff;
}

.rd-mr-arw {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #043357;
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 3px rgb(0, 0, 0, 0.1);
    margin-left: auto;
    margin-bottom: -20px;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.post-bx-cont-inner h5 {
    font-size: 18px;
}

.post-bx-cont-inner span {
    color: #68DEFF;
}

.transat-prtnr {
    background-image: url("../img/news/air-transit.jpeg");
}

.uni-prtnr {
    background-image: url("../img/news/uniglobe-partnership-render.png");
    background-size: contain;
}

.airln-prtnr {
    background-image: url("../img/news/airlines-partnership-render.jpg");
}

.uniglb-travel {
    background-image: url("../img/news/farenexus-at-uniglobe.png");
}

.cmt-power-bi {
    background-image: url("../img/news/cmt-and-bi-integration.png");
}

.fare-elevate-travel {
    background-image: url("../img/news/farenexus-at-elevate.jpg");
}

.ciswired-fare {
    background-image: url("../img/news/ciswired-farenexus.png");
}

.pax-news-cana {
    background-image: url("../img/news/pax-news-aircanada.png");
}

.gant-fare-travel {
    background-image: url("../img/news/partnership-gant-render.png");
}

.lthfansa-fare {
    background-image: url("../img/news/farenexus-at-luthfansa-2024.jpg");
}

.skylink-travel-fare {
    background-image: url("../img/news/travel-week-skylink-farenexus.png");
}

.air-cana-fare {
    background-image: url("../img/news/farenexus-appointed-at-aircanada-technology.png");
}

.travello-fare {
    background-image: url("../img/news/trevello-partnership-render.png");
}

.pax-news-fare-com {
    background-image: url("../img/news/pax-newsabout-farenexus.jpg");
}

.diract-tarvel-fare {
    background-image: url("../img/news/direct-travel-expand.png");
}

.skylink-press-fare {
    background-image: url("../img/news/travel-press-skylink.png");
}

.ac-connx-ndc {
    background-image: url("../img/news/farenexus-launching-ac-connex.png");
}

.celebrating-ten-years {
    background-image: url("../img/news/farenexus-celebrating-10-years.png");
}

.lufthansa-grp-fare {
    background-image: url("../img/news/luthfansa-group-gd.jpg");
}

.beat-tripaction {
    background-image: url("../img/news/fatrenexus-group-on-trip-actions.png");
}

.travel-press-fare {
    background-image: url("../img/news/travel-press-aircanada-picks.png");
}

.duncan-joined {
    background-image: url("../img/news/duncan-joined.jpg");
    background-position: 50% -4%;
    background-size: 100%;
}

.ttnd-transat{
    background-image: url("../img/news/ttand-partnership.jpg");;
  /* background-size: contain; */
}
.Skyroute-news{
    background-image: url("../img/news/handsOnLaptop.png");;
  /* background-size: contain; */
}

/* ============ media newsroom section css ends here =================== */

/* ============ our team css starts here =================== */
.brdr-line {
    border-bottom: 2px solid #AFAFAF;
}

.team-cards-hori {
    padding: 30px 0 0 0;
}

.team-cards-all .card {
    position: relative;
    z-index: 3;
    overflow: visible;
    min-height: 250px;
    border: 0;
    border-radius: 20px;
    /* filter: drop-shadow(2px 4px 6px rgb(0, 0, 0, 0.2)); */
    transition: 0.4s linear;
    margin: 0 0 30px 0;
    max-width: 600px;
}

.team-cards-all .card:hover {
    /* filter: drop-shadow(0px 3px 5px rgba(191, 217, 255, 0.4)); */
    filter: drop-shadow(7px 9px 2px rgba(191, 217, 255, 0.4));
    transform: scale(1.01) translateY(-10px);
}

.team-cards-all .card .card-body {
    border-radius: 20px;
    border: 1px solid #C1C1C1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s linear;
}

.persn-render {
    position: absolute;
    max-height: 293px;
    left: 10px;
    bottom: 0;
    z-index: 1;
}

.persn-render-bg {
    position: absolute;
    top: 0;
    left: 0;
    filter: drop-shadow(2px 4px 6px rgb(0, 0, 0, 0.2));
    z-index: -1;
    transition: 1s ease-in-out;
    min-height: 100px;
    max-height: 500px;
    height: 100%;
}

.abt-card {
    padding: 40px 0 0 240px;
}

.abt-card .name-text {
    font-size: 24px;
    background: -webkit-linear-gradient(#4490DF, #05509D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.abt-card .designtn {
    font-size: 18px;
    display: block;
    margin: 0 0 12px 0;
}

.abt-card .scl-media-cont i {
    font-size: 24px;
    background: -webkit-linear-gradient(#4490DF, #05509D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.team-cards-verti {
    padding: 0;
}

.card-verti .persn-render-bg {
    width: 100%;
}

.card-verti .persn-render {
    position: absolute;
    max-height: 293px;
    left: 50%;
    top: 26px;
    transform: translateX(-50%);
    z-index: 1;
}

.card-verti .abt-card {
    padding: 240px 20px 0;
}

.card-verti .abt-card .name-text {
    text-align: center;
}

.card-verti .abt-card .designtn {
    text-align: center;
}

.scl-media-cont {
    gap: 12px;
}

.team-cards-all .card.card-verti {
    min-height: 409px;
}

.card-verti .persn-render-bg {
    height: fit-content;
}

.team-cards-hori>.row,
.team-cards-verti>.row {
    width: calc(100% - 0px);
    margin: 0 auto;
}

/* ============ our team css ends here =================== */

/* about us start*/

#about-us-cont .one-platform-sec .ops-inner-box {
    box-shadow: none;
}

#about-us-cont .one-platform-sec .para-btn-cta-sml {
    padding: 0px 20px !important;
}

.one-platform-sec .para-btn-cta-sml .rgt-cont {
    /* text-align: left !important; */
    text-align: justify !important;
}

/* about us end */
/* ============ full slider css starts here =================== */
.full-slider-outer {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.full-slider-outer h2 {
    font-size: 44px;
}

.full-width-slider {
    padding: 60px 0;
}

.slide-render {
    text-align: center;
    display: flex !important;
    justify-items: center;
    align-items: center;
    background-color: #F3F3F3;
    border: 0;
    border-radius: 12px;
    padding: 32px;
    margin: 0 12px;
    max-width: 300px;
}

.slide-render img {
    max-width: 100%;
    max-height: 60px;
    margin: auto;
}

/* ============ full slider css ends here =================== */

/* ============ thankyou css starts here =================== */
.thankyou-modal .modal-dialog {
    max-width: 800px;
    padding: 0 20px;
}

.thankyou-modal .modal-content {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
}

.thankyou-modal .modal-dialog .modal-header {
    background-color: #034679;
    background: #034679;
}

.thankyou-modal .modal-dialog .modal-body h2 {
    text-align: center;
    font-size: 44px;
    margin: 20px 0 40px 0;
}

.thankyou-modal .modal-dialog .modal-body p {
    text-align: center;
    font-size: 16px;
}

.thankyou-modal .modal-dialog .modal-footer {
    border: 0;
    text-align: center;
    justify-content: center;
    padding-bottom: 30px;
}

/* ============ thankyou css ends here =================== */

/* ========= new big label on new design css starts here ============ */
.section-label-top {
    font-size: 42px;
    font-weight: 700;
    margin: 20px 0 24px 0;
    text-align: left;
    color: #043357;
    padding: 0 12px;
}

.request-btn,
.request-btn:hover,
:not(.btn-check)+.request-btn.btn:active,
.request-btn.btn:focus {
    background-color: transparent;
    border: 0;
    color: rgb(68, 144, 223);
    font-size: 18px;
    font-weight: 600;
    border-left: 2px solid #707070;
    border-radius: 0;
    margin-left: 8px;
    padding: 8px 16px;
}

.toggleComponentBtn-dsgn {
    background-color: transparent;
    color: #fff;
    border: 0;
}

/* ========= new big label on new design css ends here ============ */

/* ========= small cta section css starts here ============ */

.para-btn-cta-sml {
    /* padding: 60px 110px 40px; */
}

.para-btn-cta-sml p {
    font-size: 18px;
}

.para-btn-cta-sml-btn {
    margin-top: 30px;
}

/* ========= small cta section css ends here ============ */

/* ******************************************************************************************************************************************************** */

/* =======  responsive css starts here ========== */
@media (min-width: 1400px) {
    .container {
        max-width: 1280px;
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .contact-us-all .mob-navbar-new-fg {
        display: block !important;
    }

    .contact-us-all .mob-navbar-new-fg #logo {
        display: flex !important;
        justify-content: space-between !important;
    }

    .contact-us-all .mob-ul-side-in .dropdown-list {
        padding: 6px 20px;
    }
}

/*
@media (min-width: 768px) {
    .footer-inner>.container, .footer-inner>.container-lg, .footer-inner>.container-md, .footer-inner>.container-sm, .footer-inner>.container-xl, .footer-inner>.container-xxl {
        max-width: 768px;
        padding: 0 48px;
    }
}
@media (min-width: 992px) {
    .footer-inner>.container, .footer-inner>.container-lg, .footer-inner>.container-md, .footer-inner>.container-sm, .footer-inner>.container-xl, .footer-inner>.container-xxl {
        max-width: 992px;
        padding: 0 48px;
    }
}
@media (min-width: 1200px) {
    .footer-inner>.container, .footer-inner>.container-lg, .footer-inner>.container-md, .footer-inner>.container-sm, .footer-inner>.container-xl, .footer-inner>.container-xxl {
        max-width: 1200px;
        padding: 0 48px;
    }
}
@media (min-width: 1400px) {
    .footer-inner>.container, .footer-inner>.container-lg, .footer-inner>.container-md, .footer-inner>.container-sm, .footer-inner>.container-xl, .footer-inner>.container-xxl {
        max-width: 1880px;
        padding: 0 48px;
    }
} */
@media (max-width: 1919px) {

    /* -------- css if cards are in slider ------- */
    .cards-slider-trns .slick-list.draggable {
        padding: 60px 0;
    }

    .cards-tbg .cards-slider-trns .card {
        padding: 40px 10px;
        min-height: unset !important;
    }

    .nexus-all .cards-tbg .cards-slider-trns .card {
        height: 370px;
    }

    .cards-tbg .cards-slider-trns .card:focus,
    .cards-tbg .cards-slider-trns .card:hover,
    .cards-tbg .cards-slider-trns .card:Active {
        cursor: grab;
    }

    .cards-tbg .cards-slider-trns .card .card-body {
        padding: 0;
    }

    .cards-tbg .cards-slider-trns .card .card-body .card-title {
        font-size: 17px;
    }

    .cards-slider-trns .slick-slide {
        margin: 0 12px;
        /* max-width: 20%;
    width: calc(312px - 24px) !important; */
    }

    .cards-slider-trns .slick-dots {
        bottom: -24px;
    }
}

@media (max-width: 1728px) {

    /* .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg,
    .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
        max-width: 1230px;
    } */
    /* .fg-logo {
        max-width: 125px;
    } */
    .img-globe {
        width: 28%;
    }

    .our-team-fr .team-cards-all .card .card-body {
        min-height: 270px;
    }

    .navbar {
        padding: 5px 0;
    }

    .header .navbar-nav .nav-item .nav-link.reust-demo .btn-primary {
        font-size: 16px;
    }

    .header .navbar-nav .nav-item {
        margin: 0 40px 0 0;
    }

    .header .navbar-nav .nav-item:last-child {
        margin: 0 0 0 24px;
    }

    .header .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }

    .ops-inner-box {
        max-width: 100%;
        margin: -125px auto 0;
        padding: 30px 60px 46px;
    }

    .ops-inner-box h1 {
        font-size: 32px;
    }

    .big-fnt {
        font-size: 30px;
    }

    .img-n-cont .rgt-cont {
        font-size: 18px;
        max-width: 500px;
    }

    .img-n-cont img {
        max-width: 550px;
    }

    .emp-bsns-sec-inner-box h2 {
        font-size: 32px;
        margin: 0 0 40px 0;
    }

    .cont-label {
        font-size: 48px;
        line-height: 42px;
    }

    .bg-abs {
        object-fit: unset;
    }

    .emp-bsns-sec-inner-box .card {
        min-height: 418px;
        padding: 48px 49px 44px;
    }

    .explr-kite-inner-box {
        max-width: 410px;
        min-width: min-content;
        min-height: 100px;
        padding: 190px 0 0 0;
    }

    .explr-kite-outer.pb-80 {
        padding-bottom: 0;
    }

    .cards-slider-outer.pt-80.pb-80 {
        padding: 40px 0 60px;
    }

    .explr-kite-inner-box-rndr {
        min-height: 560px;
    }

    .cards-slider .card {
        min-height: 375px;
        padding: 50px 20px;
    }

    .apps-link-btns {
        right: -62px;
        bottom: 2px;
        scale: 66%;
    }

    .apps-advrts-inner-box {
        max-width: 91%;
        margin: 0 auto;
        padding: 36px 50px 80px;
    }

    .apps-advrts.pb-80 {
        padding-bottom: 0;
    }

    .explr-kite-inner-box p {
        font-size: 27px;
        line-height: 40px;
        letter-spacing: -1px;
    }

    .emp-bsns-sec-inner-box .card .card-body .card-title {
        font-size: 26px;
        margin-bottom: 16px;
        color: #043357;
    }

    .emp-bsns-sec-inner-box .card .card-body p {
        font-size: 16px;
        line-height: 26px;
        word-break: break-word;
    }

    .emp-bsns-sec-outer.pt-80.pb-80 {
        padding: 30px 0 0;
    }

    .emp-bsns-sec-inner-box {
        padding: 40px 40px;
        margin-bottom: -18px;
    }

    .explr-kite-inner-box h2 {
        font-size: 46px;
        line-height: 54px;
        margin: 0 0 30px 0;
    }

    .apps-advrts-inner-box-cont h2 {
        font-size: 48px;
        margin: 0 0 30px 0;
    }

    .apps-advrts-inner-box-cont p {
        font-size: 22px;
        max-width: 560px;
        line-height: 30px;
        font-weight: 300;
    }

    img.b-rgt-travl {
        max-width: 276px;
    }

    .mn-title {
        font-size: 45px;
        margin: 0 auto !important;
    }

    .unfcop-trvl-card {
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .cont-sec h3 {
        font-size: 32px;
        margin: 0 0 40px 0;
    }

    .cont-sec p {
        font-size: 21px;
        font-weight: 500;
    }

    .render-same {
        min-height: 420px;
    }

    .unfcop-trvl.pt-80.pb-80 {
        padding-bottom: 0;
    }

    .rttib-cont {
        max-width: 646px;
    }

    .rttib-cont h2 {
        font-size: 35px;
        line-height: 48px;
        margin: 0 0 18px 0;
    }

    .rttib-cont p {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0 0 50px 0;
        font-weight: 700;
    }

    .rdy-to-tak-inner-box {
        padding: 40px 40px 40px;
        min-height: 378px;
        max-width: 97%;
        margin: 0 auto;
    }

    .prsn-flght-render {
        max-width: 400px;
    }

    .rdy-to-tak.pt-80.pb-80 {
        padding: 30px 0 0;
    }

    .trusted-by-mrkt.pt-80.pb-80 {
        padding: 40px 0 74px;
    }

    .trusted-by-mrkt-innner-box {
        width: 100%;
        margin: 0 auto;
        /* max-width: 85%; */
    }

    .logos-slider-sec img {
        max-width: 160px;

    }

    .footer-inner {
        max-width: 100%;
        margin: 0 auto;
    }

    .footer .fg-logo {
        max-width: 200px;
        margin-bottom: 40px !important;
    }

    .abt-agncy-loctn {
        font-size: 16px;
        line-height: 25px;
        font-weight: 600;
    }

    .ftr-brnd-logs img {
        max-width: 76px;
    }

    .fl-hdng {
        font-size: 18px;
        padding: 8px 0 !important;
    }

    .footer-widget ul {
        margin: 0;
    }

    .nav-link-text {
        font-size: 16px;
        font-weight: 500;
    }

    .footer-widget ul li {
        margin: 0 0 10px 0 !important;
    }

    .footer-bottom {
        margin: 0 auto;
        max-width: 84%;
    }

    .footer-inner.pt-80.pb-80 {
        padding-bottom: 20px;
    }

    /* .navbar .container-fluid.px-md-5 {
        padding: 0 0px !important;
    } */
    #request-btn3 {
        padding: 8px 0px 8px 0px;
    }

    .rings-abs {
        top: 20px;
    }

    .main {
        max-width: 1280px;
        margin: 0 auto;
    }

    .exp-kit-rgt {
        left: 37px;
        top: 54%;
    }

    .br-img {
        max-width: 1160px;
    }

    .hd-br-inner-box h2 {
        font-size: 46px;
    }

    .ndc-mang-inner-box-cont {
        padding: 30px 40px;
    }

    .ndc-mang-inner-box-cont h2 {
        font-size: 46px;
        margin: 0 0 30px 0;
    }

    .sml-rnder-mng {
        max-width: 460px;
        margin: 0 auto;
    }

    .ndc-mang-inner-box-cont label {
        font-size: 24px;
    }

    .bg-rmv .emp-bsns-sec-inner-box h2 {
        font-size: 46px;
        margin: 0 auto 16px;
    }

    .bg-rmv.emp-bsns-sec-outer p {
        font-size: 22px;
        margin: 0 auto 0px;
        max-width: 750px;
    }

    .prcntg-blu-inr {
        margin: 40px 0 60px 0;
    }

    .cards-tbg .card .card-body .card-title {
        font-size: 19px;
    }

    .cards-tbg .card {
        padding: 12px 42px;
    }

    .btabs-cont h6 {
        font-size: 94px;
    }

    .big-text-abs-inner-box .infograhic-abs-render {
        max-width: 530px;
    }

    .hdngs-big h2 {
        font-size: 46px;
        margin: 0 auto;
    }

    .hdngs-big p {
        font-size: 32px;
    }

    .hdgs-cont-inner-box .cont-box p {
        font-size: 22px;
    }

    .testi-slider .card {
        height: 550px;
    }

    /* .cards-slider-trns .slick-slide {
        margin: 0 10px;
        max-width: 20%;
        width: calc(4% - 20px) !important;
    } */
    .cards-tbg .cards-slider-trns .card .card-body .card-title {
        font-size: 14px;
        line-height: 26px;
    }

    .cards-slider-trns .slick-track {
        padding: 0;
    }

    .cards-tbg .card .card-body .card-label-text {
        font-size: 16px;
    }

    .prcntg-blu-inr .prcntg-blu-inr-cont {
        padding: 30px 90px;
    }

    .cards-tbg .cards-slider-trns .card {
        padding: 20px 6px;
        min-height: 330px;
    }

    .nexuskite .cards-tbg .cards-slider-trns .card {
        padding: 40px 6px 20px;
        /* min-height: 395px; */
    }

    .cards-slider-trns .slick-dots {
        bottom: 8px;
    }

    .render-same-logo-pr img {
        max-width: 150px;
        max-height: 70px;
        display: inline-block;
        object-fit: contain;
    }

    .card-verti .abt-card {
        padding: 240px 0 0 0;
    }

    .latest-post-box-inner .cont-sd-outer {
        flex-direction: column;
    }

    .latest-post-box-inner {
        flex-direction: row;
    }

    .latest-post-box-inner .big-render-lf {
        max-width: 100%;
        min-height: 300px;
        max-height: 300px;
        object-fit: cover;
        width: 100%;
    }

    .latest-post-box-inner {
        row-gap: 10px;
    }

    .latest-post-box-inner .cont-sd-outer {
        align-items: start !important;
    }
}

@media (min-width: 1401px) {
    .cards-slider-trns .slick-list.draggable {
        padding: 60px 0 0;
    }

    .cards-slider-trns .slick-dots {
        position: relative;
        transform: inherit;
        left: 0;
    }
}

@media (max-width: 1400px) {
    .ready-newupdate.prsn-flght-render {
        max-width: 450px;
    }

    .our-team-fr .team-cards-all .card .card-body {
        min-height: 270px;
    }

    .header .navbar-nav .nav-item {
        margin: 0 20px 0 0;
    }

    .header .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header .navbar-nav .nav-item:last-child {
        margin: 0 0 0 24px;
    }

    .fg-logo {
        max-width: 200px;
    }

    .header .navbar-nav .nav-item .nav-link.reust-demo .btn-primary {
        font-size: 20px;
    }

    .img-n-cont img {
        max-width: 360px;
    }

    .ops-inner-box {
        padding: 30px 60px 60px;
        margin: -98px auto 0;
    }

    .emp-bsns-sec-inner-box .card {
        min-height: 376px;
        height: calc(100% - 32px);
        margin: 0 0 32px 0;
    }

    .explr-kite-inner-box {
        min-height: fit-content;
    }

    .explr-kite-inner-box-rndr {
        min-height: 400px;
    }

    .explr-kite-inner-box {
        min-width: calc(650px - 140px);
        min-height: fit-content;
        padding: 0 40px 0 100px;
    }

    .explr-kite-inner-box h2 {
        line-height: 58px;
        margin: 0 0 32px 0;
    }

    .explr-kite-inner-box p {
        font-size: 24px;
        line-height: 42px;
    }

    .cards-slider .card {
        min-height: 376px;
    }

    .cards-slider .card .card-title {
        font-size: 24px;
        line-height: 38px;
        color: #000;
    }

    .cards-slider .card {
        padding: 50px 16px;
    }

    .apps-advrts-inner-box-cont h2 {
        font-size: 44px;
        margin: 0 0 24px 0;
    }

    .apps-advrts-inner-box-cont p {
        font-size: 22px;
        max-width: 600px;
        line-height: 33px;
    }

    .apps-link-btns {
        right: -60px;
        bottom: 8px;
        scale: 0.6;
    }

    .apps-link-btns .scl-btn .btn-primary .store-title-cont label {
        font-size: 20px;
    }

    .apps-link-btns .scl-btn .btn-primary .store-title-cont span {
        font-size: 28px;
    }

    .apps-link-btns .scl-btn .btn-primary {
        min-width: 242px;
    }

    .nav-link-text {
        font-size: 18px;
    }

    .bbas-cont h2 {
        font-size: 52px;
    }

    .rttib-cont {
        max-width: 696px;
    }

    .emp-bsns-sec-inner-box .card {
        padding: 108px 52px;
        /* max-width: 400px; */
        /* margin: 0 auto 32px; */
    }

    .navbar .container-fluid.px-md-5 {
        padding: auto !important;
    }

    .navbar-expand-xl .navbar-collapse {
        margin-left: 40px;
    }

    .rings-abs {
        max-width: 165px;
    }

    .logos-slider-sec img {
        max-width: 200px;
    }

    .big-fnt {
        font-size: 28px;
    }

    .hd-br-inner-box h2 {
        font-size: 46px;
    }

    .hd-br-inner-box {
        padding: 0 60px;
    }

    .bg-rmv .emp-bsns-sec-inner-box h2 {
        font-size: 46px;
        margin: 0 0 16px 0;
    }

    .bg-rmv.emp-bsns-sec-outer p {
        font-size: 22px;
        margin: 0 auto;
        max-width: 750px;
    }

    .prcntg-blu-inr {
        margin: 40px 0 0 0;
    }

    .cards-tbg .card .card-body .card-title {
        font-size: 19px;
    }

    .cards-tbg .card {
        padding: 12px 42px;
    }

    .btabs-cont h6 {
        font-size: 94px;
    }

    .big-text-abs-inner-box .infograhic-abs-render {
        max-width: 530px;
    }

    .hdngs-big h2 {
        font-size: 46px;
        margin: 0 auto;
    }

    .hdngs-big p {
        font-size: 32px;
    }

    .hdgs-cont-inner-box .cont-box p {
        font-size: 22px;
    }

    .bg-rmv .emp-bsns-sec-inner-box h2 {
        font-size: 42px;
        margin: 0 0 16px 0;
    }

    .bg-rmv.emp-bsns-sec-outer p {
        font-size: 22px;
        max-width: 750px;
    }

    .bg-rmv .empowring-render-box {
        margin: 20px 0 0 0;
    }

    .prcntg-blu-inr label {
        font-size: 72px;
        line-height: 72px;
    }

    .cards-tbg .card {
        padding: 12px 25px;
    }

    .cards-tbg .card .card-body .card-title {
        font-size: 18px;
        line-height: 26px;
    }

    .cards-slider-outer-new {
        padding-bottom: 40px;
    }

    .btabs-cont h6 {
        font-size: 80px;
    }

    .big-text-abs-inner-box .infograhic-abs-render {
        max-width: 490px;
    }

    .hdngs-big h2 {
        font-size: 42px;
    }

    .hdngs-big p {
        font-size: 28px;
    }

    .hdngs-big {
        margin: 0 0 20px 0;
    }

    .hdgs-cont-inner-box .cont-box {
        padding: 20px 30px 0 0;
    }

    .hdgs-cont-inner-box .cont-box p {
        font-size: 20px;
    }

    .testi-slider .card {
        min-height: 608px;
    }

    .cards-tbg .cards-slider-trns .card .card-body .card-title {
        font-size: 14px;
        line-height: 26px;
    }

    .cards-slider-trns .slick-track {
        padding: 0;
    }

    .cards-slider-trns {
        max-height: 436px;
    }

    .cards-slider-trns .slick-dots {
        bottom: -52px;
    }

    .cards-tbg .card .card-body .card-label-text {
        font-size: 17px;
    }

    .cards-tbg .cards-slider-trns .card {
        padding: 40px 8px;
    }

    .img-n-cont .rgt-cont {
        font-size: 18px;
    }

    .latest-post-box-inner .cont-sd-outer {
        flex-direction: column;
        align-items: start !important;
    }

    .abt-agncy-loctn {
        font-size: 20px;
        line-height: 32px;
    }

    .card-verti .abt-card {
        padding: 240px 0px 0px;
    }

    .latest-post-box-inner .cont-sd-outer {
        flex-direction: column;
    }

    .latest-post-box-inner .big-render-lf {
        max-width: 100%;
        min-height: 300px;
        max-height: 300px;
        object-fit: cover;
        width: 100%;
    }

    .media-posts-section .latest-post-box-inner {
        flex-direction: row;
    }

    .latest-post-box-inner {
        row-gap: 10px;
        flex-direction: column;
    }

    .latest-post-box-inner .cont-sd-outer {
        align-items: start !important;
    }

    .abt-card .name-text {
        font-size: 22px;
    }

    .module-tabs-outer .nav-tabs .nav-link {
        padding: 4px;
        margin: 0 18px;
        background-color: #f9f9f9;
        border-radius: 4px;
    }

    .module-tabs-outer .nav-tabs .nav-link:hover {
        padding: 4px;
        /* margin: 0 8px; */
        background-color: transparent;
        font-weight: 600;
    }

    /* .tabs-section-logos .module-tabs-outer .nav-tabs .nav-link:hover::before{
        display: none;
    } */
    .tabs-section-logos .module-tabs-outer .nav-tabs .nav-link:active {
        font-weight: 600;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .tabs-section-logos .module-tabs-outer .nav-tabs .nav-link:active::before {
        display: block;
    }

    .full-slider-outer h2 {
        font-size: 36px;
    }

}

@media (max-width: 1199px) {
    .pt-80 {
        padding-top: 60px;
    }

    .pb-80 {
        padding-bottom: 60px;
    }

    .header .navbar-nav .nav-item,
    .header .navbar-nav .nav-item:last-child {
        margin: 0 auto;
    }

    .header .navbar-collapse {
        margin: 20px 0 0 0;
    }

    .ops-inner-box {
        /* max-width: 830px; */
        margin: -82px auto 0;
    }

    .big-fnt {
        font-size: 26px;
        padding: 0 30px;
    }

    .ops-inner-box {
        padding: 30px 40px 40px;
    }

    .img-n-cont img {
        max-width: 360px;
    }

    .img-n-cont .rgt-cont {
        font-size: 22px;
    }

    .explr-kite-inner-box-rndr {
        min-height: 314px;
    }

    .apps-link-btns .scl-btn .btn-primary .store-title-cont span {
        font-size: 22px;
    }

    .apps-link-btns .scl-btn .btn-primary {
        min-width: 208px;
        min-height: fit-content;
        border-radius: 12px;
    }

    .apps-link-btns {
        right: -56px;
    }

    .rttib-cont h2 {
        line-height: 46px;
        margin: 0 0 18px 0;
        max-width: 100%;
    }

    .rttib-cont p {
        line-height: 35px;
        letter-spacing: 0px;
    }

    .prsn-flght-render {
        right: 0;
        bottom: 3px;
        left: auto;
        max-width: 370px;
        z-index: -1;
    }

    .rttib-cont {
        max-width: 610px;
    }

    .prvcy-and-terms-links {
        align-items: center !important;
    }

    .prvcy-and-terms-links ul li {
        padding: 0 !important;
        margin: 0 !important;
    }

    .prvcy-and-terms-links ul {
        column-gap: 30px;
    }

    .unfcop-trvl-inner-box .mn-para {
        font-size: 30px;
    }

    .ftr-brnd-logs img {
        max-width: 96px;
    }

    .emp-bsns-sec-inner-box .card {
        padding: 108px 76px;
    }

    .abt-agncy-loctn {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
    }

    .footer-widget ul li {
        margin-bottom: 8px !important;
    }

    .nav-link-text {
        font-size: 16px;
    }

    .cont-sec p {
        font-size: 20px;
    }

    .render-same {
        min-height: 200px;
    }

    .unfcop-trvl-card {
        padding: 0 !important;
    }

    .rings-abs {
        top: 5px;
    }

    .hd-br-inner-box h2 {
        font-size: 36px;
    }

    .ndc-mang-inner-box-cont h2 {
        font-size: 36px;
    }

    .sml-rnder-mng {
        max-width: 500px;
    }

    .lwr-cont {
        margin: 30px 0 0 0;
    }

    .ndc-mang-inner-box-cont label {
        font-size: 26px;
    }

    .testi-slider .card {
        min-height: 594px;
    }

    .hdgs-cont-inner-box {
        padding: 60px 60px 40px;
    }

    .big-text-abs-inner-box .infograhic-abs-render {
        max-width: 410px;
    }

    .btabs-cont h6 {
        font-size: 76px;
    }

    .nexuselevate .module-tabs-outer .txt-cont-sec-outer {
        padding: 20px 10px 0 0;
    }

    .contact-us-form-sec .form-wrapper .services-box .form-check {
        margin: 0 0 8px 0;
    }

    .tabs-section-logos .navbar .nav-tabs {
        row-gap: 32px;
    }

    .tabs-section-logos .module-tabs-outer .cont-box-tab img {
        max-width: 180px;
    }

    .full-slider-outer h2 {
        font-size: 32px;
    }

    .full-width-slider {
        padding: 30px 0 60px;
    }
}

@media (max-width: 991px) {
    .ops-inner-box h1 {
        font-size: 34px;
    }

    .big-fnt {
        font-size: 22px;
        padding: 0 30px;
    }

    .img-n-cont .rgt-cont {
        font-size: 18px;
    }

    .img-n-cont img {
        max-width: 348px;
    }

    .explr-kite-inner {
        flex-direction: column !important;
        text-align: center;
    }

    .explr-kite-inner-box {
        padding: 0;
        align-items: center !important;
        margin: 0 auto 20px;
    }

    .explr-kite-inner-box h2 {
        line-height: 48px;
        margin: 0 0 16px 0;
    }

    .explr-kite-inner-box p {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .explr-kite-inner-box-rndr {
        min-width: fit-content;
        min-height: fit-content;
        width: 100%;
    }

    .exp-kit-rgt {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        filter: drop-shadow(2px 4px 6px rgb(0, 0, 0, 0.8));
    }

    .apps-link-btns {
        right: 0;
        bottom: 0;
        position: relative;
        margin: 40px 0 0 0;
        scale: 1;
    }

    .apps-advrts-inner-box {
        padding: 40px 60px;
    }

    .prsn-flght-render {
        opacity: 0.50;
    }

    .rttib-cont {
        align-items: center !important;
    }

    .rttib-cont h2 {
        max-width: 500px;
        text-align: center !important;
        line-height: 40px;
    }

    .rttib-cont p {
        line-height: 28px;
        letter-spacing: 0px;
        margin: 0 0 50px 0;
        text-align: center !important;
        font-size: 18px;
    }

    .explr-kite-inner-box {
        min-width: fit-content;
        min-height: fit-content;
    }

    .abt-agncy-loctn {
        font-size: 15px;
        line-height: 30px;
    }

    .b-blu-astrng-inner-box {
        padding: 60px 40px;
    }

    .bbas-cont {
        padding-bottom: 0;
    }

    .bbas-cont h2 {
        font-size: 44px;
        margin: 0 0 40px 0;
    }

    .bbas-cont h6 {
        font-size: 32px;
        margin: 0 0 40px 0;
    }

    .bbas-cont p {
        font-size: 20px;
        margin: 0 0 20px 0;
    }

    .unfcop-trvl-inner-box .mn-para {
        font-size: 24px;
        margin-bottom: 30px !important;
    }

    .emp-bsns-sec-inner-box .card {
        padding: 68px 47px 42px;
        height: calc(100% - 38px);
        /* margin: 0 0 38px 0; */
    }

    .bg-abs {
        object-fit: unset;
    }

    .emp-bsns-sec-inner-box .card .card-body .card-title {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .emp-bsns-sec-inner-box .card .card-body p {
        font-size: 16px;
        font-weight: 500;
        line-height: 32px;
    }

    .render-same {
        min-height: 250px;
    }

    .ops-inner-box {
        margin: -66px auto 0;
    }

    .cont-sec h3 {
        font-size: 24px;
        margin: 0 0 30px 0;
    }

    .cont-sec p {
        font-size: 16px;
    }

    .unfcop-trvl-card {
        padding: 0 0 30px 0 !important;
    }

    #nexuswind .testi-slider .card {
        min-height: 518px;
    }

    .logos-slider-sec img {
        max-width: 160px;
        margin: 0 20px;
    }

    .testi-slider .card {
        min-height: 569px;
    }

    .cards-tbg .card .card-img-outer {
        padding: 20px;
    }

    .cards-tbg .cards-slider-trns .card {
        padding: 10px;
        min-height: 298px;
    }

    /* .cards-slider-trns {
        max-height: 356px;
    } */

    .big-text-abs-inner-box .infograhic-abs-render {
        max-width: 410px;
    }

    .cards-slider-trns .slick-slide {
        margin: 0 12px;
        /* max-width: fit-content;
        width: calc(348px - 24px) !important; */
    }

    .btabs-cont {
        align-items: center !important;
    }

    .btabs-cont h6 {
        font-size: 63px;
        text-align: center !important;
        margin: 0 0 30px 0;
    }

    .hdngs-big p {
        font-size: 24px;
    }

    .hdgs-cont-inner-box .render-cont {
        padding: 30px;
        border: 0;
        border-radius: 12px;
        background-color: #f9f9f95c;
    }

    .btabs-cont h6 {
        font-size: 64px;
        text-align: center !important;
        margin: 0 0 30px 0;
    }

    .cards-banr-blw-outer .emp-bsns-sec-inner-box h2 {
        font-size: 32px;
    }

    .hdngs-big h2 {
        font-size: 32px;
    }

    .module-tabs-outer .nav-tabs .nav-link {
        white-space: nowrap;
    }

    .mdl-para {
        font-size: 18px;
    }

    .all-posts-box-inner .column-three {
        margin-top: -140px;
    }

    .latest-post-box-inner {
        row-gap: 10px;
        flex-direction: column;
    }

    .latest-post-box-inner .big-render-lf {
        max-width: 100%;
        min-height: 250px;
    }

    .card.card-hori {
        margin: 0 0 30px 0;
    }

    .team-cards-hori {
        padding: 30px 0 0;
    }

    .section-label-top {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    #offcanvasRight {
        width: 100% !important;
        max-width: 95%;
    }

    .img-n-cont {
        flex-direction: column;
        gap: 24px;
        text-align: center;
        margin-bottom: 0 !important;
    }

    .img-n-cont .rgt-cont {
        text-align: center;
    }

    .emp-bsns-sec-inner-box .card {
        min-height: fit-content;
        padding: 74px 92px 64px;
    }

    .bg-abs {
        object-fit: contain;
    }

    .emp-bsns-sec-inner-box h2 {
        margin: 0 0 40px 0;
    }

    .emp-bsns-sec-inner-box .card .card-body .card-title {
        margin-bottom: 18px;
    }

    .card-img {
        margin: 0 0 32px 0;
    }

    .cards-slider .card {
        min-height: 337px;
    }

    .apps-link-btns .scl-btn .btn-primary .store-title-cont label {
        font-size: 14px;
    }

    .apps-link-btns {
        right: 0;
        bottom: 0;
        position: relative;
        margin: 40px 0 0 0;
        flex-wrap: wrap;
        gap: 12px;
        flex-direction: column;
    }

    .cont-sec h3 {
        margin: 0 0 8px 0;
    }

    .render-same {
        max-height: 400px;
        min-height: 220px;
    }

    .bbas-cont h2 {
        font-size: 42px;
    }

    .unfcop-trvl-card {
        margin: 0 0 54px 0;
    }

    .unfcop-trvl-card:last-child {
        margin: 0 auto;
    }

    .cards-slider .card {
        max-width: fit-content;
        min-width: calc(100% - 20px);
    }

    .unfcop-trvl-card {
        margin: 0 0 30px 0;
    }

    .ops-inner-box {
        margin: -50px auto 0;
    }

    #nexuswind .logos-slider-sec img {
        max-width: 120px;
        margin: 0 16px;
    }

    .footer {
        padding-top: 0;
        margin-top: 0;
    }

    .unfcop-trvl-card:nth-child(odd) .cont-sec {
        margin-right: 0;
    }

    .unfcop-trvl-card:nth-child(even) .cont-sec {
        margin-left: 0;
    }

    .ndc-mang-inner-box-cont {
        padding: 30px 20px;
    }

    .ndc-mang-inner-box-cont h2 {
        font-size: 30px;
    }

    .ndc-mang-inner-box-cont label {
        font-size: 22px;
    }

    .sml-rnder-mng {
        max-width: 380px;
    }

    .testi-slider .card {
        min-height: 469px;
    }

    .bg-rmv.emp-bsns-sec-outer p {
        font-size: 18px;
    }

    img.b-rgt-travl {
        max-width: 180px;
    }

    .prcntg-blu-inr .prcntg-blu-inr-cont {
        padding: 20px 40px;
    }

    .prcntg-blu-inr label {
        font-size: 52px;
        line-height: 52px;
    }

    .cont-sec p {
        text-align: center !important;
    }

    .render-same-logo-pr {
        text-align: center;
    }

    .all-posts-box-inner .column-three {
        margin-top: 0;
    }

    .team-cards-all .card {
        max-width: 100%;
    }

    .card-verti .abt-card {
        padding: 260px 20px 0;
    }

    .module-tabs-outer .nav-tabs .nav-link {
        margin: 0 18px;
    }

    .footer-bottom {
        margin: 0 auto;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    #apply-job-form-div .banner-section-bg {
        margin-top: 71px;
    }

    #single-job-page .banner-section-bg {
        margin-top: 71px;
    }

    .prsn-flght-render {
        opacity: 0.06;
    }

    .pt-80 {
        padding-top: 40px;
    }

    .pb-80 {
        padding-bottom: 40px;
    }

    .emp-bsns-sec-inner-box {
        padding: 30px 20px 0;
    }

    .apps-advrts-inner-box-cont h2 {
        font-size: 40px;
        margin: 0 0 24px 0;
    }

    .cards-slider .card {
        margin: 0 8px;
    }

    .ops-inner-box {
        margin: -26px auto 0;
    }

    .bbas-cont h2 {
        font-size: 32px;
        margin: 0 0 30px 0;
    }

    .bbas-cont h6 {
        font-size: 24px;
        margin: 0 0 30px 0;
    }

    .bbas-cont p {
        font-size: 18px;
    }

    .unfcop-trvl-inner-box .mn-para {
        font-size: 22px;
    }

    .unfcop-trvl-card {
        margin: 0 0 16px 0;
    }

    .logos-slider-sec img {
        max-width: 150px;
        margin: 0 12px;
    }

    .emp-bsns-sec-inner-box .card {
        padding: 44px 92px 64px;
    }

    .logos-slider-sec {
        animation: 10s slide infinite linear;
    }

    .logos-slider-sec-ltr {
        animation: 10s slide-ltr infinite linear;
    }

    .footer {
        margin-top: 12px;
    }

    .apps-advrts-inner-box {
        padding: 40px 40px;
    }

    .unfcop-trvl.pt-80.pb-80 {
        padding-bottom: 0;
    }

    .rdy-to-tak-inner.pt-80 {
        padding-top: 0;
    }

    .footer-widget {
        margin-top: 0 !important;
    }

    .footer-widget ul {
        margin-bottom: 0;
    }

    .testi-slider .btn-primary {
        left: 0;
        transform: translateY(-50%);
        top: 50%;
    }

    .testi-slider .btn-primary {
        min-width: 36px;
        max-width: 36px;
        min-height: 36px;
        max-height: 36px;
        line-height: 16px;
        padding: 6px 7px;
        /* opacity: 0.30; */
    }

    .testi-slider .btn-primary.slick-next {
        left: auto;
        right: 110px;
    }

    .rings-abs {
        display: none;
    }

    .hd-br-inner-box {
        padding: 0 30px;
    }

    .hd-br-inner-box h2 {
        font-size: 29px;
    }

    .ndc-mang-inner-box-cont label {
        font-size: 18px;
    }

    .sml-rnder-mng {
        max-width: 340px;
    }

    .testi-slider .card {
        min-height: 494px;
    }

    .bg-rmv .emp-bsns-sec-inner-box h2 {
        font-size: 32px;
    }

    .bg-rmv.emp-bsns-sec-outer p {
        font-size: 16px;
    }

    .btabs-cont h6 {
        font-size: 54px;
    }

    .hdgs-cont-inner-box {
        padding: 30px 10px 10px;
    }

    /* .cards-slider-trns .slick-slide {
        width: calc(432px - 0px) !important;
    } */
    .fg-logo img {
        width: 200px;
    }

    .section-label-top {
        font-size: 24px;
    }

    .para-btn-cta-sml p {
        font-size: 18px;
    }
}

@media (max-width: 479px) {
    .fg-logo {
        max-width: 200px;
    }

    .ops-inner-box {
        padding: 24px 24px 30px;
    }

    .emp-bsns-sec-inner-box .card .card-body p {
        font-size: clamp(1rem, 0.875rem + 0.625vw, 1.625rem);
        line-height: 26px;
    }

    .cards-slider {
        margin: 0;
    }

    .apps-advrts-inner-box {
        padding: 24px;
    }

    .apps-advrts-inner-box-cont h2 {
        font-size: 30px;
    }

    .prvcy-and-terms-links ul {
        flex-direction: column !important;
        align-items: center !important;
    }

    .bbas-cont h2 {
        font-size: 32px;
        margin: 0 0 26px 0;
    }

    .bbas-cont h6 {
        font-size: 24px;
        margin: 0 0 30px 0;
    }

    .bbas-cont p {
        font-size: 16px;
        margin: 0 0 16px 0;
    }

    .testi-slider .card .card-body .card-title {
        font-size: 14px;
        line-height: 24px;
    }

    .testi-slider .card .card-body {
        padding: 0;
    }

    .testi-slider .element {
        margin: 0 12px;
    }

    .testi-slider .btn-primary i {
        font-size: 20px;
    }

    .b-blu-astrng-inner-box {
        padding: 40px 20px;
    }

    .b-blu-astrng-inner-box {
        padding: 40px 20px;
    }

    .b-blu-astrng-inner-box {
        padding: 40px 20px;
    }

    .unfcop-trvl-inner-box .mn-para {
        font-size: 18px;
    }

    .cards-slider-outer .slick-list.draggable {
        overflow: hidden;
    }

    .bg-abs {
        object-fit: unset;
    }

    .emp-bsns-sec-inner-box .card {
        min-height: fit-content;
        padding: 48px 19% 50px;
    }

    .emp-bsns-sec-inner-box .card .card-body .card-title {
        font-size: 24px;
    }

    .rdy-to-tak-inner-box {
        padding: 40px 30px 60px;
    }

    .ops-inner-box h1 {
        font-size: 28px;
    }

    .big-fnt {
        font-size: 20px;
        padding: 0;
    }

    .navbar-brand {
        margin-right: 10px;
    }

    .fl-hdng {
        font-size: 21px;
    }

    .testi-slider .card {
        min-height: 500px;
    }

    .testi-slider .btn-primary.slick-prev {
        left: 110px !important;
        transform: translateY(31%);
        bottom: 0;
        top: auto;
    }

    .testi-slider .btn-primary.slick-next {
        top: auto;
        transform: translateY(31%);
        bottom: 0;
    }

    .big-text-abs-inner-box {
        padding: 20px 10px;
    }

    .btabs-cont h6 {
        font-size: 42px;
    }

    .cards-slider-trns .slick-list.draggable {
        max-height: 376px;
    }

    /* .cards-slider-trns .slick-slide {
        width: calc(272px - 0px) !important;
    } */
    .cards-slider-trns .slick-list.draggable {
        max-height: 500px;
        padding: 40px 0px 0px;
    }

    .module-tabs-outer .nav-tabs .nav-link {
        margin: 0 10px;
    }

    .module-tabs-outer .txt-cont-sec-outer {
        max-height: 600px;
    }

    .contact-us-form-sec {
        padding: 0 16px 80px;
    }

    .persn-render {
        max-height: 203px;
    }

    .abt-card {
        padding: 40px 0 0 166px;
    }

    .team-cards-all .card,
    .team-cards-all .card .card-body {
        border-radius: 6px;
    }

    .persn-render {
        left: 4px;
    }

    .abt-card {
        padding: 10px 0 0 166px;
    }

    .team-cards-all .card {
        min-height: 120px;
    }

    .team-cards-hori {
        padding: 80px 0 0;
    }

    .card-verti .persn-render-bg {
        height: fit-content;
        left: 0;
    }

    .persn-render-bg {
        left: -40px;
    }

    .slide-render {
        max-width: 100%;
    }

    .para-btn-cta-sml p {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    .cards-slider-trns .slick-slide {
        width: calc(232px - 0px) !important;
    }

    .abt-card .name-text {
        font-size: 20px;
    }
}

/* =======  reasponsive css ends here ========== */
.menu-box:hover p {
    color: #fff;
}

/* =========================================================================================================================>>>>>>>>>>>>>>
********************************************************************** Mobile Menu CSS Start>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>******
=================================================================================================================================>>>>>>>>*/


.sidenav2 .mob-ul-side-in {
    padding: 0px;
    margin-bottom: 0px;
}

.mob-navbar-new-fg #navbar {
    display: grid;
    position: fixed;
    min-height: 70px;
    z-index: 9;
    width: 100%;
    top: 0px;
    grid-auto-flow: column;
    background-color: #fff;
    grid-gap: 1.5em;
    padding: 0 15px;
}

.mob-navbar-new-fg #logo {
    display: grid;
    justify-content: start;
    align-content: center;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}


/* =======================
******* Mobile Menu ******
========================*/
.mob-navbar-new-fg .sidenav2 {
    height: 550px;
    width: 0;
    position: fixed;
    z-index: 8;
    top: 69px;
    bottom: 50px;
    left: 0;
    background-color: #fff;
    overflow: auto;
    transition: 0.5s;
    padding-top: 10px;
    box-shadow: -1px 4px 5px 0px rgba(209, 205, 209, 1);
}

.mob-navbar-new-fg .mob-ul-side-in .dropdown-menu {
    width: 90%;
}

.mob-navbar-new-fg .mob-ul-side-in .nav-item a:hover {
    color: #043357 !important;
}

.sidenav2 a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: block;
    transition: 0.3s;
}



.sidenav2 .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    z-index: 99;
}

a {
    font-family: "Open Sans", sans-serif;
}

.mob-navbar-new-fg .fg-logo-mobile {
    width: 200px;
}

.mob-navbar-new-fg .fg-logo-mobile img {
    width: 100%;
}

#main-menu-img,
#main-menu-img2,
#main-menu-img3 {
    display: none;
}

.mob-navbar-new-fg .menu-item {
    padding-left: 0px;
}

/* Mobile to mobile  */
@media (min-width: 320px) and (max-width: 576px) {
    .backg {
        margin-top: 67px !important;
    }

    #about-us-cont .location-map-prt {
        width: 100%;
        height: 500px !important;
    }

    .cards-banr-blw-outer .emp-bsns-sec-inner-box .font-42 {
        font-size: 22px;
    }

    .mobile-tab-resp {
        margin-top: 67px !important;
    }

    .get-started {
        padding: 5px 8px;
    }

    .banner-content {
        /* margin-top: 67px !important; */
    }

    .slide-banner-fg .content-position .content {
        top: 47% !important;
        left: 42% !important;
    }

    .slide-banner-fg {
        margin-top: 67px !important;
    }

    .sidenav2 .get-started .request-btn {
        color: #fff;
        background: #4490DF;
        border-radius: 5px;
        border: none;
        padding: 8px 18px;
    }

    .sidenav2 .get-started .request-btn a {
        color: #fff;
    }

    #links,
    .mobile-menu {
        display: none;
    }

    .mob-navbar-new-fg #logo {
        display: inline-grid;
        grid-template-columns: auto auto;
        grid-gap: 120px;
    }

    .mob-navbar-new-fg .menu-box2 {
        width: 290px;
        padding: 0px 10px;
        margin-right: 10px;
        transition: all 0.3s ease-out;
    }

    .mob-navbar-new-fg .menu-box {
        width: 90%;
        /* height: 90px; */
        padding: 4px 10px 0px;
        margin-right: 10px;
        transition: all 0.3s ease-out;
    }

    .mob-navbar-new-fg :is(.menu-box3, .menu-box2, .menu-box) {
        /* width: 290px;
max-height: 80px !important;
padding: 0px 10px;
margin-right: 10px;
transition: all 0.3s ease-out; */
        width: 100% !important;
        max-width: 100% !important;
        min-height: unset !important;
        max-height: 90px !important;
        height: 90px !important;
        padding: 12px 10px;
        margin-right: 10px;
        margin: 0 10px !important;
        transition: all 0.3s ease-out;
    }

    .mob-navbar-new-fg .menu-box3 p {
        margin-bottom: 0px;
    }

    .mob-navbar-new-fg .seg-text {
        font-weight: 600;
        border-bottom: 1px solid #043357;
        width: fit-content;
        padding-bottom: 3px;
        font-size: 18px;
        color: #043357 !important;
    }

    .mob-ul-side-in .dropdown-list {
        padding: 6px 20px;
    }

    .mob-navbar-new-fg .get-started {
        flex-direction: row;
    }
}









/* =========================================================================================================================>>>>>>>>>>>>>>
********************************************************************** Mobile Menu CSS End>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>******
=================================================================================================================================>>>>>>>>*/


/* =========================================================================================================================>>>>>>>>>>>>>>
********************************************************************** frenchclass frenchclass Menu CSS Start frenchclass>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>******
=================================================================================================================================>>>>>>>>*/

/* .frenchclass .col2 h2 {
    font-size: 16px;
}
.frenchclass .col3 h2 {
    font-size: 16px;
}
.frenchclass .col1 h2 {
    font-size: 16px;
} */
/* =========================================================================================================================>>>>>>>>>>>>>>
********************************************************************** frenchclass frenchclass Menu CSS End frenchclass>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>******
=================================================================================================================================>>>>>>>>*/