@font-face {
    font-family: "Keep Calm";
    src: url('../fonts/KeepCalm-Medium.ttf');
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: clip;
    font-family: "Keep Calm";
    position: relative;
    z-index: 0;
}

figure {
    margin: 0;
}

.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding-top: 6rem;
}

.grand-parent-header {
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    z-index: 99999;
}

.parent-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero .custom-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 80%;
    margin: auto;
}

.white {
    color: white;
}

.heading-1 {
    color: #FFF;
    text-align: center;
    font-family: "Keep Calm";
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}

.parent-tag {
    /* color: #FFF; */
    font-family: "Keep Calm";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
    text-transform: capitalize;
    margin: 0px 0 0.4rem;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.parent-tag.white-tag {
    color: white;
}

.animate-charcter {
    background: linear-gradient(180deg, #6B60FF 0%, #25B192 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-family: "Keep Calm"; */
    /* font-size: 45.635px; */
    /* font-style: normal; */
    /* font-weight: 500; */
    /* line-height: 133%; */
    /* text-transform: uppercase; */
}

.custom-btn {
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    padding: 14px 22px;
    /* height: 46px; */
    border: 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: all ease .5s;
}

.custom-btn.green-btn {
    border-radius: 10px;
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
}

.hero-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

p {
    color: #FFF;
    /* text-align: center; */
    font-family: "Keep Calm";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /*text-transform: capitalize;*/
}

.hero .custom-content p {
    margin: 0;
}

.hero .custom-content .parentBtns {
    margin: 1.6rem 0;
    justify-content: center;
}

.child-top-header a {
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /*text-transform: capitalize;*/
    text-decoration: none;
}

.child-top-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

header {
    margin-top: 0.5rem;
    position: relative;
    z-index: 999;
}

.parentBtns {
    display: flex;
    align-items: center;
    gap: 2rem;
    /* justify-content: center; */
}

header .nav-link {
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    padding: 12px 0 12px;
    margin: 0 6px;
}

header .nav-link.active, header .nav-link:hover {
    background: linear-gradient(90deg, #25B192 0%, #6B60FF 100%);
    /* border-radius: 8px; */
    /* text-decoration: none; */
    color: white !important;
}

header#header.fixed .dropdown-item:focus,
header#header.fixed .dropdown-item:hover {
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
}

header#header.fixed nav.navbar .nav-link:hover,
header#header.fixed nav.navbar .nav-link.active {
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
}

video.bg-video {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
    filter: brightness(.7);
}

.video-parent {
    position: relative;
    z-index: 9;
}

section {
    position: relative;
    z-index: 0;
}

.py {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.top-right-net {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
}

.main-heading.centered {
    text-align: center;
    margin: 0 0 1.7rem;
}

.parent-tag.black-tag span.tag {
    color: black;
}

.heading-2 {
    /* color: #000; */
    font-family: "Keep Calm";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}


/* trusted-partners-slider css */
.trusted-partners-slider {
    border-radius: 9.644px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 1.3rem 10px;
}

.trusted-partners {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
}

p.grey {
    color: #686868;
}

ul.about-compant-list {
    padding: 0;
    list-style: none;
    margin: 0;
    margin: 1.3rem 0 1.5rem;
}

ul.about-compant-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 1.2rem;
}

span.vision-icon {
    width: 55px;
    height: 55px;
}

.heading-3 {
    /* color: #000; */
    font-family: "Keep Calm";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

p.black {
    color: #000;
}

.vision-icon p {
    margin: 0;
}

span.vision-icon img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hero .custom-content .parent-tag.white-tag {
    justify-content: center;
}

/* trusted-partners-slider css */


/* services css */
.services-sec {
    background-image: url('../images/services-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
}

.services-card {
    border-radius: 10px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: center;
    height: 340px;
    padding: 20px;
}

.services-solutions-slider {
    height: auto;
}

.services-solutions-slider .swiper-wrapper {
    /* flex-wrap: wrap !important; */
    /* justify-content: center; */
    /* gap: 1rem; */
}

.services-solutions-slider .swiper-slide {
    /* width: 420px !important; */
    /* height: 260px; */
}

.services-card .heading-3 {
    /* margin: 0; */
}

/* services css */


/* our projects css */
.top-left-net {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.projects-card {
    width: 100%;
    position: relative;
    z-index: 0;
    display: inline-block;
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
}

.projects-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 22px;
    bottom: 28px;
    width: 231px;
    height: 57px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: #190417;
    padding: 10px 8px;
}

.projects-content .heading-3 {
    color: white;
    margin: 0;
    /* font-size: 18px; */
    text-transform: capitalize;
}

.projects-content .heading-3 span {
    display: block;
    font-size: 14px;
}

.projects-content .custom-btn.green-btn {
    padding: 0 0;
    height: 37px;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.projects-card:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 41.47%, rgba(0, 0, 0, 0.70) 76.92%), #d3d3d300 -145.302px 0px / 146.33% 100% no-repeat;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.process-card-slider {
    height: 370px;
}

figure.projects-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parent-center-porjects-cards {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.parent-center-porjects-cards .projects-card {
    height: 48%;
}

.projects-card-slider {
    height: 412px;
}

.video-sec {
    background-image: url('../images/play-discover-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.parent-content-header {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0 0 2rem;
    align-items: center;
}

.parent-video video {
    border-radius: 10px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 36.8%, rgba(0, 0, 0, 0.80) 80.09%), lightgray 0px -27.019px / 100% 128.58% no-repeat;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.left-side-content .parentBtns {
    margin-top: 1.5rem;
}

/* our projects css */

/* facts-sec css */

.facts-sec {
    background-image: url('../images/fact-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100%;
    width: 100%;
}

.choice-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 7.4px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    height: 245px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 20px;
}

.choice-card .heading-3 {
    margin: 0;
}

.why-choose-us-slider {
    padding: 1rem 8px;
    margin: 1rem 0 0;
}

.choice-card p {
    margin: 0;
    line-height: 24px;
}

.fact-cards {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.fact-numbers {
    display: flex;
    flex-direction: column;
}

span.counts {
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
    text-transform: uppercase;
}

span.facts-details {
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
}

/* facts-sec css */

/* faqs sec */
.accordion-item {
    border-radius: 12px !important;
    border: 1px solid rgba(50, 74, 52, 0.50) !important;
    background: #FFF;
    overflow: hidden;
    margin: 0 0 20px;
    border-radius: 12px;
    /* border: 1px solid rgba(50, 74, 52, 0.50); */
    /* background: #FFF; */
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
}

.accordion-button:not(.collapsed) {
    background: transparent;
    color: inherit;
    box-shadow: none;
    border: none !important;
    outline: none !important;
}

.accordion-body {
    padding-top: 0;
    color: #686868;
    font-family: "Keep Calm";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: math-auto;
}

:focus-visible {
    outline: 0;
}

.accordion-button {
    color: #000;
    font-family: "Keep Calm";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
    text-transform: uppercase;
    padding: 10px 10px 10px 20px;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: inherit;
}

.accordion-button::after {
    background-image: url('../images/plus-faq.svg');
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus-faq.svg');
}

/* faqs sec */

/* process card css */
.working-process {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%), lightgray 50% / cover no-repeat;
}

.work-process-card:before {
    border-radius: 10px;
    background: linear-gradient(180deg, #6B60FF 0%, #25B192 100%);
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    content: "";
    position: absolute;
    z-index: -3;
    left: 0;
    right: -5px;
    top: -5px;
    bottom: 5px;
}

.work-process-card {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}

.work-process-card:after {
    border-radius: 10px;
    background: white;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    content: "";
    position: absolute;
    z-index: -3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.work-process-card .heading-3 {
    border-radius: 10px;
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
    display: inline-flex;
    width: 244px;
    height: 60px;
    flex-shrink: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.work-process-slider {
    padding: 1rem 5px 1rem;
}

.paretn-work-prcess-card {
    text-align: center;
    position: relative;
    z-index: 0;
}

span.work-process-number {
    border-radius: 5px;
    border: 0px solid #6B60FF;
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
    color: white;
    padding: 8px 14px 3px;
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: inline-flex;
    margin-top: 2.2rem;
    align-items: center;
    justify-content: center;
}

span.work-process-number:after {
    background: linear-gradient(180deg, #25B192 0%, #6B60FF 100%);
    content: "";
    position: absolute;
    right: unset;
    width: 2px;
    height: 100px;
    z-index: -1;
    bottom: 0;
}

span.work-process-number:before {
    background: linear-gradient(180deg, #6B60FF 0%, #25B192 100%);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 110%;
    height: 2px;
    z-index: -1;
}

.paretn-work-prcess-card.first-child-process:after {
    content: "";
    position: absolute;
    bottom: 7px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    left: 0px;
    z-index: 1;
    background: linear-gradient(180deg, #6B60FF 0%, #25B192 100%);
}

.paretn-work-prcess-card.last-child-process:after {
    content: "";
    position: absolute;
    bottom: 7px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    right: -5px;
    z-index: 1;
    background: linear-gradient(180deg, #6B60FF 0%, #25B192 100%);
}

/* process card css */

/* reviews-sec css */
.parent-navbar-generic {
    position: relative;
    z-index: 0;
    display: flex;
    gap: 2rem;
}

.parent-navbar-generic .swiper-button-next {
    position: static;
    background: #232F3E;
}

.parent-navbar-generic .swiper-button-prev {
    position: static;
    background: #F7921F;
    transition: all ease .3s;
}

.parent-navbar-generic :is(.swiper-button-next, .swiper-button-prev) {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 25px;
    border: 0px solid #fff;
    outline: 0px dashed #232F3E;
    transition: all ease .3s;
    border-radius: 52px;
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
}

.parent-navbar-generic :is(.swiper-button-next, .swiper-button-prev)::after {
    font-size: 18px;
    color: white;
    font-weight: 600;
}

.divided-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-slider-child {
    position: relative;
    z-index: 0;
    border-radius: 10.513px;
    background: #FFF;
    box-shadow: 0 4.205px 11.985px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 340px;
}

figure.top-right-small-net {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -3;
}

.reviews-slider {
    padding: 1rem 11px;
}

.client-details {
    display: flex;
    align-items: center;
    gap: 1rem;
}

figure.quote {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.review-slider-child p {
    margin: 0;
    height: 150px;
    overflow-y: auto;
    padding-right: 12px;
}

/* reviews-sec css */

/* about-location css */
.about-location {
    background: #190417;
}


.location-card {
    border-radius: 4.083px;
    background: #FFF;
    box-shadow: 0 3.267px 9.31px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 6px;
    text-align: center;
    width: 100%;
    height: 100%;
    gap: 2px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    animation: scroll-down 3s linear infinite;
    display: flex;
    align-items: center;
}


@-webkit-keyframes scroll-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.location-card p {
    color: black;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    text-wrap-style: balance;
}

.location-card .heading-3 {
    font-size: 14px;
    margin: 8px 0 0px;
}


span.location-mark-arrow {
    position: absolute;
    bottom: -15px;
    z-index: 2;
    left: 0;
    right: 0;
}

span.location-mark {
    width: 10.686px;
    height: 10.686px;
    flex-shrink: 0;
    border-radius: 37.401px;
    background: #FFF;
    display: inline-flex;
    position: relative;
    z-index: 0;
    inset: 0px;
    cursor: pointer;
    top: 26px;
}

@-webkit-keyframes mymove {
  50%   {
    opacity: 0.2;
  }
  100%   {
    opacity: 0.1;
  }
}

span.location-mark:before {
    border-radius: 37.401px;
    opacity: 0.2;
    background: #FFF;
    width: 32.058px;
    height: 32.058px;
    flex-shrink: 0;
    position: absolute;
    content: "";
    inset: -11px;
    z-index: -1;
    animation: mymove 2s infinite;
    transition: al.7.3s;
}

span.location-mark:after {
    position: absolute;
    content: "";
    inset: -22px;
    width: 53.431px;
    height: 53.431px;
    flex-shrink: 0;
    border-radius: 37.401px;
    opacity: 0.1;
    z-index: 0;
    background: #FFF;
        animation: mymove 2s infinite;
    transition: all .7s;
}

.location-card-parent {
    text-align: center;
    width: 196px;
    height: 85px;
    position: absolute;
}

.parent-map {
    position: relative;
    z-index: 0;
}

.location-card-parent.first-location {
    top: 35px;
    left: 510px;
}

.location-card-parent.second-location {
    top: 105px;
    left: 188px;
}

figure.world-map {
    width: 100%;
    height: 534.158px;
    flex-shrink: 0;
}

figure.world-map img {
    height: 100%;
    width: 100%;
}

.location-card-parent.third-location {
    top: 195px;
    left: 654px;
}

.location-card-parent.fifth-location {
    right: -50px;
    bottom: 90px;
}

.location-card-parent.fourth-location {
    top: 90px;
    right: 310px;
}

/* about-location css */

/* footer css */
footer {
    background-image: url('../images/footer-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

ul.footer-anchar-list li a {
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
    text-decoration: none;
}

ul.footer-anchar-list {
    padding-left: 1rem;
    list-style: none;
}

ul.footer-anchar-list li ::marker {
    display: none;
}

ul.footer-anchar-list li {
    position: relative;
    z-index: 0;
    margin: 0 0 6px;
}

ul.footer-anchar-list li:before {
    position: absolute;
    left: -14px;
    content: "";
    width: 5px;
    height: 5px;
    background: white;
    top: 13px;
}

ul.social-list {
    display: flex;
    gap: 10px;
    margin: 1.5rem 0 0;
}

.footer-link-parent .heading-3 {
    margin: 0 0 2rem;
}

figure.footer-logo {
    margin: 0px 0 2rem;
}

.left-footer p {
    width: 80%;
}

.footer-link-parent.contact-us-details ul.footer-anchar-list {
    list-style: none;
}

.footer-link-parent.contact-us-details ul.footer-anchar-list li:before {
    display: none;
}

.heading-1-1 {
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
    text-transform: uppercase;
}

.news-letter {
    text-align: center;
    margin: 4rem 0 4rem;
}

.news-letter-foam {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    grid-template-columns: 22% 22% 22%;
    margin: 2rem 0 0;
}

.news-letter-foam input {
    border-radius: 10px;
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    width: 100%;
    height: 50px;
    flex-shrink: 0;
    padding: 8px 14px;
    border: 0;
}

.news-letter-foam input::placeholder {
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.parent-bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.parent-bottom-footer ul {
    display: flex;
    align-items: center;
    gap: 1rem;
    list-style: none;
}

.parent-bottom-footer ul a {
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
}

a {
    text-decoration: none;
}

.parent-bottom-footer p {
    margin: 0;
}

.bottom-footer {
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
    padding: 1rem 0;
}

/* footer css */


/* menu */
header .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    height: auto !important;
    left: 0;
    right: 0;
    top: 60px;
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
    padding: 10px;
    transition: all ease .7s;
    z-index: 1;
}

header .dropdown {
    position: unset;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: linear-gradient(90deg, #25B192 0%, #6B60FF 100%);
    color: white;
}

header .dropdown .nav-link.active {
    color: white !important;
}

header .dropdown .nav-link {
    width: 100%;
    text-align: start;
    /* height: 100%; */
    transition: all 
ease .7s;
    justify-content: center;
}

header .nav-pills {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 0 !important;
}

ul.inner-dropdown-menu.row {
    padding-left: 0px;
    list-style: none;
}


header .dropdown-item {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 4px;
    color: white;
    font-style: normal;
    font-weight: 400;
}

.dropdown-item.active,
.dropdown-item:active {
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
        color: white;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
    color: white;
}


header .navbar-expand-lg .navbar-nav .dropdown-menu {
    text-align: center;
    transition: all 
ease .7s;
}

header .dropdown-item {
    border: 1px solid #fff;
    margin: 4px auto;
    padding: 8px 0;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px 8px;
}

header#header.fixed .navbar-toggler {
    /* border-color: white; */
    /* filter: brightness(0) invert(1); */
}

.navbar-toggler:focus {
    box-shadow: none;
}

#popup_form .close span {
    position: relative;
    top: -3px;
}

.key-features-seller-card .s-para {
    height: 120px;
    overflow-y: auto;
}

#popup_form {
    backdrop-filter: blur(5px);
}

.custom-btn.orange-btn:hover {
    background: #f37838;
    color: white;
    transition: all ease .3s;
}

div#step1-form button#next-to-step2:hover {
    color: white;
    background: #f37838;
}

.btn-submit:hover {
    color: white !important;
    background: black;
}

.form-wrap form ul.fields li button:hover {
    /* color: white; */
    background: #f37838;
}

.loader img {
    margin: auto;
}

.logo-w {
    display: none;
}

header#header.fixed .logo-b {
    display: none;
}

header#header.fixed .logo-w {
    display: block;
}

header .container {
    position: relative;
    z-index: 99999;
}

.navbar-expand-lg .navbar-nav {
    margin-right: 1.5rem;
    gap: 1rem;
}

header#header.fixed {
    position: fixed;
    top: 5px;
    transition: all ease-in-out .7s;
    left: 0;
    right: 0;
    z-index: 9999999;
    margin-top: 0;
}

header#header.fixed nav.navbar .container {
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
    padding: 8px 10px;
    border-radius: 10px;
}

header#header.fixed nav.navbar .nav-link {
    color: white;
}

header#header.fixed nav.navbar .custom-btn.orange-btn {
    background: white;
    color: #DA6A2F;
}

header#header.fixed nav.navbar .navbar-brand {
    color: white;
}

header#header.fixed .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 80px;
}

header#header.fixed a.navbar-brand img {
    filter: brightness(0) invert(1);
}

header#header.fixed nav.navbar .nav-link.active {
    background: linear-gradient(270deg, #6B60FF 0%, #25B192 100%);
}

header#header.fixed nav.navbar .custom-btn.green-btn {
    background: black;
}

/* menu */

/* animation */
.animate-charcter {
    background-image: linear-gradient(-225deg, #25B192 0%, #6B60FF 29%, #ffff 67%, #25B192 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 8s linear infinite;
    display: inline-block;
}

.text-container {
    text-align: center;
}

.thank-you-text {
    position: relative;
    color: #fff;
    cursor: default;
    text-transform: uppercase;
    white-space: nowrap;
}



.thank-you-text span {
    display: inline-block;
    position: relative;
    will-change: contents;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

/* animation */


/* inner css */
.inner-banner {
    background-image: url('../images/inner-banner-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    padding-top: 6rem;
}


.inner-services-slider {
    padding: 14px 8px;
}

.inner-services-slider .review-slider-child {
    height: 306px;
    gap: 4px;
}

.inner-services-slider .review-slider-child p {
    height: 186px;
}

.inner-banner .bread-crums {
    position: absolute;
    bottom: 0;
    right: 292px;
    border-radius: 10px 10px 0 0;
    background: #FFF;
    padding: 16px 16px 0;
}

ul.bread-crums-list {
    border-radius: 10px;
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
    display: flex;
    align-items: center;
    list-style: none;
    gap: 10px;
    padding: 16px 18px;
}

ul.bread-crums-list li a {
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
}

li.slash {
    width: 12px;
    height: 3px;
    flex-shrink: 0;
    background: white;
}

ul.navbar-nav {}

.table-ofcontent ul.navbar-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.table-ofcontent {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 25px;
    width: 94%;
    margin-left: auto;
}

.table-ofcontent ul.navbar-nav li.nav-item .nav-link {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    margin: 0px 0 20px;
    padding: 8px 8px 8px 20px;
    font-size: 18px;
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 83% 12%;
    gap: 1rem;
    color: black;
    transition: none;
}

.table-ofcontent ul.navbar-nav li.nav-item .nav-link.active,
.table-ofcontent ul.navbar-nav li.nav-item .nav-link:hover {
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
    color: white;
}

article.content-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 40px 40px;
}

figure.main-serivces-page-img {
    width: 100%;
}

figure.main-serivces-page-img img {
    width: 100%;
    margin: 0 0 2rem;
}

article.content-card p {
    color: #686868;
}

ul.list-style {
    padding: 0rem 0rem 0rem 0rem;
    margin: 0;
    width: 100%;
    list-style: none;
    list-style-image: url('../images/list-style.webp');
    background-repeat: no-repeat;
    margin-bottom: 16px;
    height: auto;
    overflow-y: auto;
    margin: 1rem 0 0rem;
    list-style-position: inside;
}

.parent-list-style {
    display: flex;
}

.blog-content .heading-3 {
    margin-top: 2rem;
}


span.arrow-link {
    background: rebeccapurple;
    border-radius: 5px;
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.table-ofcontent ul.navbar-nav li.nav-item .nav-link.active span.arrow-link,
.table-ofcontent ul.navbar-nav li.nav-item .nav-link:hover span.arrow-link {
    background: white;
}

.table-ofcontent ul.navbar-nav li.nav-item .nav-link.active span.arrow-link img,
.table-ofcontent ul.navbar-nav li.nav-item .nav-link:hover span.arrow-link img {
    filter: brightness(0) invert(0);
}

.cta-blogs {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 25px;
    width: 94%;
    margin-left: auto;
    margin-top: 3rem;
    position: sticky;
    top: 125px;
    left: 0;
    right: 0;
}

.parent-news-letter {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 2rem 0 0;
}

.parent-news-letter input {
    border-radius: 10px;
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
    width: 100%;
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 153.846% */
    text-transform: math-auto;
    padding: 18px 20px;
    border: 0;
}

.parent-news-letter button {
    position: absolute;
    right: 8px;
    top: 7px;
    bottom: 0;
    border-radius: 10px;
    background: #FFF;
    color: #000;
    font-family: "Keep Calm";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    height: 76%;
    padding: 0 20px;
    border: 0;
}


.parent-news-letter input::placeholder {
    color: white;
}

.services-list-heading {
    margin: 1rem 0 .5rem;
}

.leftSide-BlogPage {
    height: 100%;
    position: relative;
    z-index: 0;
}

/* inner contact css */

.inner-location-parent .about-location {
    background: white;
}

.inner-location-parent .about-location .parent-tag.white-tag {
    color: black;
}

.inner-location-parent .about-location .heading-2.white {
    color: black;
}

.inner-location-parent .about-location .parent-tag.white-tag img {
    filter: brightness(0) invert(0);
}

.inner-location-parent span.location-mark::before {
    background: #6B6B6B;
}

.inner-location-parent span.location-mark:after {
    background: #535353;
}

/* inner contact css */

/* career page css */

.career-location .about-location {
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
}

.why-career-sec {
    background-image: url('../images/why-xetro-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.why-career-sec-parent .review-slider-child {
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
}

.why-career-sec-parent .review-slider-child figure.career-why-figure {
    margin: 0 0 18px;
}

.job-card-parent {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 35px;
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.apply-cta-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0 0;
}

.apply-btn-left {
    display: flex;
    gap: 2rem;
}

.apply-cta-btns .custom-btn {
    width: 160px;
}

.grand-parent-jobs-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bottom-btn {
    margin: 2rem 0 0;
    text-align: center;
}

figure.faqs-career img {
    width: 100%;
}

.custom-btn.transparent-btn {
    background: white;
    color: black;
}

.custom-btn.transparent-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: transparent;
    width: 100%;
    height: 100%;
    inset: 0;
    border: 1px solid transparent;
    border-top-color: #6B60FF;
    border-bottom-color: #25B192;
    border-right-color: #6B60FF;
    border-left-color: #25B192;
    border-radius: 10px;
}

.job-description-left-inner ul.career-list {
    display: flex;
    gap: 3rem;
    margin: 1rem 0 1rem;
}

ul.career-list {
    padding: 0 0 0 26px;
    list-style: none;
}

ul.career-list li:before {
    position: absolute;
    left: -14px;
    content: "";
    width: 5px;
    height: 5px;
    background: black;
    top: 8px;
}

ul.career-list li {
    position: relative;
    z-index: 0;
    color: #000;
    font-family: "Keep Calm";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /*text-transform: capitalize;*/
    margin: 0 0 10px;
}

.job-description-left-inner .custom-btn {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.job-description-right-inner .heading-2 {
    margin: 2rem 0 1rem;
}

figure.firewall-job-reference-img img {
    width: 100%;
}

.job-description-right-inner .heading-2:first-child {
    margin-top: 0;
}

.job-description-left {
    height: 100%;
    position: relative;
    z-index: 0;
}

.job-description-left-inner {
    position: sticky;
    top: 9rem;
}

.job-description-right-inner .parentBtns {
    margin: 2rem 0 0rem;
}

.inner-faqs-job-decs figure.top-left-net {
    display: none;
}

figure.firewall-job-reference-img {
    margin: 2rem 0;
}

/* career page css */

/* apply form css */
.child-apply-form {
    margin: 2rem 0 3rem;
    padding: 0rem 0 1rem;
    border-bottom: 1px solid #6B60FF;
}

.child-apply-form input,
.child-apply-form textarea {
    border-radius: 5px;
    border: 1px solid #6B60FF;
    border-top-color: #6B60FF;
    border-bottom-color: #25B192;
    border-right-color: #25B192;
    border-left-color: #6B60FF;
    margin: 0 0 25px;
    text-align: start;
}

.child-apply-form.message-to-hire-tab {
    padding-bottom: 2.5rem;
}

.child-apply-form.message-to-hire-tab textarea {
    height: 130px;
    border-radius: 10px;
}

.parent-apply-form label {
    text-transform: capitalize;
    color: black;
}

.child-apply-form .parentBtns {
    /* margin: 0 0 1.5rem; */
    justify-content: end;
}

.child-apply-form textarea {
    height: 80px;
}

.child-apply-form.message-to-hire-tab textarea {
    height: 174px;
}

.form-control::file-selector-button {
    display: none;
}

.input-file-parent {
    position: relative;
    z-index: 0;
}

.input-file-parent {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 110px;
    flex-shrink: 0;
    border-style: dashed;
    border-width: 2px;
    z-index: 1;
    background: transparent;
    border-radius: 10px;
    border: 2px dashed #6B60FF;
    border-top-color: #6B60FF;
    border-bottom-color: #25B192;
    border-right-color: #25B192;
    border-left-color: #6B60FF;
    margin: 0 0 25px;
    text-align: start;
}

.input-file-parent label.form-label {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.input-file-parent span {
    width: 100%;
    display: inline-flex;
    position: absolute;
    left: 100px;
    right: 100px;
}

.input-file-parent input span {
    white-space: unset;
    position: absolute;
    background: red;
    color: brown;
}

.form-control:focus {
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #25B192;
    border-color: #6B5FFF;
}


.form-check-input:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 0%);
}

.flex-for-side-img {
    display: flex;
    gap: 1rem;
    margin-top: 3rem;
}

.flex-for-side-img .parent-for-side-img {
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    padding: 40px;
    margin-bottom: 2rem;
    border-top-color: #6B60FF;
    border-bottom-color: #25B192;
    border-right-color: #25B192;
    border-left-color: #6B60FF;
}

figure.field-img-ref {
    width: 150px;
}

.input-file-parent .form-control:focus {
    background: transparent;
}

.input-file-parent input {
    opacity: 0;
}

.append-btn-parents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #6B60FF;
    padding-bottom: 1rem;
    margin: 1rem 0 0;
}

.append-btn-parents h3.heading-3 {
    margin: 0;
}

.parent-apply-form .custom-btn {
    display: flex;
    gap: 10px;
    width: 148px;
    justify-content: center;
    align-items: center;
}

.inner-banner-content {
    text-align: center;
}

.job-card-parent .heading-3 a {
    color: black;
}

/* apply form css */

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #6B60FF #f0f0f0;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
}

*::-webkit-scrollbar-thumb {
    background-color: #6B60FF;
    border-radius: 10px;
    border: 3px solid #25B192;
}

/* ===== Scrollbar CSS ===== */

.custom-btn.green-btn:hover {
    background: linear-gradient(90deg, #25B192 0%, #6B60FF 100%);
    color: white;
    transition: all ease .5s;
}

.projects-content {
    opacity: 0;
    transition: all ease .5s;
}

.projects-card:hover .projects-content,
.swiper-slide.my-active .projects-card .projects-content {
    opacity: 1;
    transition: all ease .5s;
}

.services-card .heading-3 a {
    color: black;
}

#popup_form .close span {
    top: 4px !important;
}

span.copy {
    font-family: cursive;
}



/*loader css starrt*/
.loader-container {
    background-attachment: fixed;
    background: rgba(0, 17, 114, 0.40);
    backdrop-filter: blur(10px);
    height: 100vh;
    position: fixed;
    z-index: 999999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    margin: auto;
    flex-direction: column;
}

.loaderMain img {
    max-width: 80px;
    margin: auto;
    /* filter: brightness(0) invert(1); */
    filter: drop-shadow(0px 2px 1px white);
}

@keyframes shadow-pulse
{
  0% {
    filter: drop-shadow(0px 3px 2px #fff);
  }
  100% {
   filter: drop-shadow(0px 1.5px 1px #fff);
  }
}

.load-6 .letter {
  animation-name: loadingF;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

.l-1 {
  animation-delay: 0.48s;
}
.l-2 {
  animation-delay: 0.6s;
}
.l-3 {
  animation-delay: 0.72s;
}
.l-4 {
  animation-delay: 0.84s;
}
.l-5 {
  animation-delay: 0.96s;
}
.l-6 {
  animation-delay: 1.08s;
}

.letter-holder {
    padding: 10px;
    display: flex;
    color: #fff;
}


@keyframes loadingF {
  0% {
    opacity: 0;
      color: #25B192;
  }
  100% {
    opacity: 1;
  }
}

.load-6 {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.loader {
    text-align: center;
}
/*loader css end*/

.news-letter-foam label.error {
    display: none !important;
}

.blog-details-sec table {
    margin: 0rem 0 2rem;
}

.blog-details-sec table th {
    background: linear-gradient(180deg, #6B60FF 0%, #25B192 100%);
    color: white;
    font-weight: 500;
}

.client-role {
    text-transform: capitalize;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu li.nav-item {
    margin-bottom: 4px;
}

header .nav-link {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu .nav-link {
    justify-content: start;margin: 4px auto;padding: 10px 12px;
}

.inner-location-parent .about-location span.location-mark {
    background: #25B192;
}

.inner-location-parent .about-location span.location-mark:before {
    background: #25B192;
}

.inner-location-parent .about-location span.location-mark:after {
    background: #25B192;
}

.inner-location-parent .about-location figure.world-map img {
    filter: brightness(.8) invert(0);
}

footer {
    background-attachment: fixed;
}


.loaderMain img {width: 50px;margin: auto;height: 58px;object-fit: cover;animation: shadow-pulse 1s infinite;}

.services-card p {
    color: #686868;
    height: 97px;
    overflow-y: auto;
}

.services-card .custom-btn.green-btn {
    width: 100%;
}

.blog-details-sec {
    padding-bottom: 5rem;
}

.accordion-services-list {
    margin: 1rem 0 1rem;
}

.accordion-services-list .accordion-body {
    padding: 4px 10px 4px;
}

.accordion-services-list button.accordion-button {
    align-items: center;
    line-height: normal;
}


.table-ofcontent .accordion-services-list ul.navbar-nav li.nav-item .nav-link {
    padding: 10px 10px 10px;
}

.accordion-services-list .accordion-button {
    padding: 10px 10px;
}

.accordion-services-list .accordion-button {
    color: black;
}

.accordion-services-list .accordion-item {
    margin: 10px 0 12px;
}

.accordion-services-list .accordion-header {
    border-bottom: 1px solid #98a499;
}

.footer-link-parent.contact-us-details a {
    text-transform: math-auto;
}

.location-card p {
    display: none;
}

/* certificate css */
figure.certificates-figure {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    width: 100%;
    height: 184px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificates-slider {
    padding: 16px 10px;
}

figure.certificates-figure img {
    width: 140px;
    height: 150px;
    flex-shrink: 0;
    aspect-ratio: 122/121;
    object-fit: contain;
}
/* certificate css */


    .parent-slider-projects .swiper-slide {
      background-size: cover;
      background-position: center;
      border-radius: 14px;
      overflow: hidden;
    }

    .projects-slider-inner-2 {
      height: 460px;
      width: 100%;
      margin: 0 0 .6rem;
      border: 2px solid #25B192;
      border-right-color: #6B60FF;
      border-bottom-color: #6B60FF;
      border-radius: 22px;
      padding: 8px;
    }

    .projects-slider-inner {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .projects-slider-inner .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .projects-slider-inner .swiper-slide-thumb-active {
      opacity: 1;
    }

    .parent-slider-projects .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(1.1) saturate(1.1) hue-rotate(3deg);
    }

    .parent-slider-projects {
        margin: 0 0 2.5rem;
        height: auto;
    }
    
    .swiper-slide-thumb-active {
        box-shadow: 2px 2px 0px #6b60ffa8;
    }
    
    .projects-slider-inner-1 {
        padding: 0 0 4px;
        height: 130px;
    }
    
    .table td {
        color: #686868;
    }
    
    figure.client-photo {
    display: none;
}