/* Reset Some Default Styles */
/* Webkit (Chrome, Safari) */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgba(150, 150, 150, 0.3);
    border-radius: 20px;

}

::-webkit-scrollbar-thumb:hover {
    background: rgba(150, 150, 150, 0.5);
    /* Slightly darker on hover */
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(150, 150, 150, 0.3) transparent;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.swiper-container {
    position: relative;
}

.swiper-pagination {
    position: absolute;
    opacity: 1 !important;
    visibility: visible !important;
    top: 90% !important;
}

.map iframe {
    pointer-events: none;
}

.map {
    position: relative;
}

.map iframe {
    pointer-events: none;
    width: 100%;
    height: 180px;
    border-radius: 15px;
}


/* Set base font styles */
html {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* Body Styling */
body {
    background-color: #ffff;
    color: #222;
    font-size: 1rem;
}

/* Links */
a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease-in-out;
}


a:hover {
    color: #007bff;
}

/* Root Variables */
:root {
    --primary-color: #007bff;
    --secondary-color: #6c757d;
    --light-color: #f8f9fa;
    --dark-color: #222;
    --font-family-base: 'Roboto', sans-serif;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --spacer: 1rem;
    --border-radius: 0.25rem;
    --box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-base);
    font-weight: var(--font-weight-bold);
}

p {
    margin-bottom: var(--spacer);
}

ul,
ol {
    margin-bottom: var(--spacer);
    padding-left: 20px;
}

/* Buttons */
button {
    cursor: pointer;
    font-family: var(--font-family-base);
    font-weight: var(--font-weight-bold);
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: var(--border-radius);
    padding: 0.5rem 1rem;
    transition: var(--transition);
}

.static-banner-title {
    font-size: 60px;
}

.carousel-caption.static-banner-title {
    position: absolute;
    top: 50%;
    left: 28%;
    transform: translateY(-50%);
    text-align: center;
    max-width: 45%;
}

.carousel-item.staticbanner {
    height: 100%;
}

.color-warning {
    color: #FFA832 !important;
}

.py-6 {
    padding: 65px 0px;
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.mt-1 {
    margin-top: 0.5rem;
}

.mt-2 {
    margin-top: 1rem;
}

.mt-3 {
    margin-top: 1.5rem;
}

.mb-1 {
    margin-bottom: 0.5rem;
}

.mb-2 {
    margin-bottom: 1rem;
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

.px-8 {
    padding-inline: 80px;
}

img.w-126 {
    width: 126px;
    object-fit: cover;
}

img.h-126 {
    height: 126px;
}

.br50 {
    border-radius: 50%;
}

.flex-1 {
    flex: 1;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.mw-175 {
    max-width: 175px;

}

.mh-84 {
    max-height: 84px;
}

.minht-400 {
    min-height: 400px !important;

}

.minht-350 {
    min-height: 350px !important;

}

.carousel-control-next-icon {
    background-image: none !important;
}

.w-86 {
    width: 86%;
}

img.mw-157 {
    max-width: 157px;

}

img.mh-115 {
    max-height: 115px;

}

.position-relative {
    position: relative !important;
}

.bg-light {
    background-color: #fff;
}

.bg-warning {
    background-color: #FFA832 !important;

}

.card.bg-warning {
    border-radius: 12px;
}

.btn-warning {
    background-color: #FFA832 !;
    border-radius: 30px;
    padding: 8px 20px;
}

.btn.border-1 {
    border: 1px solid #313131;
}

.brimg {
    border-radius: 10px;

}

.btn-light {
    border-radius: 10px;
    padding: 8px 20px;
}

.btn-light.br2 {
    border-radius: 90px;
    padding: 8px 20px;
}

.btn-warning:hover {
    background-color: #FFA832;
}

/*======================= header */
.top-bar {
    font-size: 14px;
    background-color: #1E2B56;
    color: #fff;
}

.navbar {
    padding: 15px 0;
}

.navbar-nav .nav-link {
    color: #333;
    font-weight: 600;
    padding: 10px 15px;
    transition: 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #FFA832;
    border-bottom: 2px solid #FFA832;
}



/* ========================== Slider Section ========================== */
.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider {
    height: 550px;
    background-size: cover;
}

.carousel-item img {
    object-fit: fill;
    height: 100%;
    width: 100%;
}


.carousel-caption {
    position: absolute;
    top: 35%;
    left: 8%;
    transform: translateY(-50%);
    text-align: left;
    max-width: 45%;
}

.carousel-caption h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.carousel-caption h4 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

.carousel-caption p {
    font-size: 16px;
    color: #BBBBBB;
    margin-top: 10px;
    line-height: 1.6;
}

.carousel-caption .btn-warning {
    background-color: #FFA832;
    border-radius: 30px;
    padding: 10px 25px;
    font-size: 1rem;
    font-weight: bold;
    transition: var(--transition);
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 40%;
}

/* ========================== About Section ========================== */

.about-section {
    padding: 60px 0;
    background: #fff;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.about-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.about-text {
    flex: 1;
}

.about-subtitle {
    color: #FFA832;
    /* font-size: 16px; */
    text-transform: uppercase;
    font-weight: 700;
}

.about-title {
    font-size: 36px;
    font-weight: 600;
    color: #1E2B56;
    margin-bottom: 15px;
}

.about-description {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    /* height: 72px; */
    overflow: auto;
}

.core-values-title {
    color: #ff7300;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.about-text p {
    font-size: 16px;
    color: #595959;
    margin: 12px 0;
}

/* cpreview */
.cpreview-primarycard {
    background-color: #FFA832;
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
}

.cprimg {
    height: 155px;
    object-fit: cover;
}


/* Mission Statement */

.missionstatement-pointsul li {
    margin: 7px 0px;
}


/* our services */

.ourservice-section {
    background-image: url('../images/ourserviceBackground.png');
    background-size: cover;
    background-position: center;

}

.about-subtitle.ourservice {
    color: #FFA832;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #23222A;
    transition: 0.3s ease-in-out;
    height: 300px;
    overflow: hidden;
    align-content: center;
}

.service-icon {
    position: relative;
    display: inline-block;
}

.service-icon img {
    width: 100% !important;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
}
.blogtitle{
    height: 70px;
    overflow-y: auto;
}

.service-card h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.brances-address h4{
    color: #fff;
}
.brances-address p{
    color: #fff;
}

.service-card p {
    font-size: 14px;
    color: #666;
    height: 120px;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 0;

}
.our-team-sum{
    height: 140px;
    overflow: auto;
}

/* applyjob - section */
.service-card.applyjob {
    height: 225px;
    overflow: auto;
}



.applyforjobimg {
    max-width: 450px;
}

.applyjobform-card {
    background: #1E2B56;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    height: 540px;
}

.applyjobform-card h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.applyjobform-card p {
    font-size: 14px;
    margin-bottom: 15px;
}

.applyjobform-card .form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.resume-upload {
    position: relative;
}

.resume-upload input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.resume-upload label {
    position: absolute;
    background-color: #fff;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    cursor: pointer;
    gap: 105px;
    display: flex;
}

/* trusted clients */

.trustedclients-section {
    background-color: #FFA832;
}

.service-card.trustedclients {
    background: #fff;
    border-radius: 32px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #23222A;
    transition: 0.3s ease-in-out;
    height: 320px;
    overflow: visible;
    align-content: center;
    position: relative;
    /* min-width: 470px; */
    max-width: 472px;
}

.ratingstars {
    position: absolute;
    top: 10px;
    left: 20%;
}

.trustedclients img.avatar {
    position: absolute;
    top: -60px;
}

.trustedclients h3 {
    font-size: 24px;
}

p.designation {
    font-size: 18px;
}


/* BLOG */
.blog-thumbnail {
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    text-align: center;
    justify-content: center;

}

.blogtitle h3 {
    font-size: 24px;
}


.service-card.blog {
    background: #fff;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #23222A;
    transition: 0.3s ease-in-out;
    height: 500px;
    overflow: hidden;
    align-content: start;
}


/* TEAM CEO */
.about-image.card.bg-warning {
    border-radius: 12px;
    padding: 30px;
}

/* TEAM Members */
img.team {
    height: 277px;
    width: 277px;
    object-fit: cover;
}

.team.card {
    width: 340px !important;
}

.swiper-pagination.team {
    top: 95% !important;
}

img.ceo {
    width: 267px;
    height: 267px;
    object-fit: cover;
}

/* get a quote */
.fillformarrow {
    z-index: 9;
    left: -80px;

}

section#getintouchquote {
    background-color: #F2F2F2;
}

.bg-primary {
    background-color: #1E2B56 !important;
}


/* customers testimonials */
.about-title.testimonials {
    font-size: 48px;
    font-weight: 700;
}

img.customerstestimonials {
    width: 676px;
    height: 676px;
    object-fit: fill;
}

.clientestimonials-content {
    font-size: 24px;
}

.swiper-button-next.testimonials{
    position: relative;
    /* left: 150px; */
    top: 100px;
    z-index: 9;
    background-color: #fff;
}
.swiper-button-prev.testimonials{
    position: relative;
    /* left: 50px; */
    top: 61px;
    z-index: 9;
    background-color: #fff;
}

.swiper-button-next.testimonials:after {
    color: #FFA832;
    font-size: 22px;
    font-weight: 800;
}

.swiper-button-prev.testimonials:after {
    color: #FFA832;
    font-size: 22px;
    font-weight: 800;

}


/*============================================= Footer =============================================== */
footer .row {
    row-gap: 17px;

}

.footer {
    background: #ffffff;
    padding: 40px 0;
    border-top: 1px solid #595959;
}



.footer p {
    font-size: 14px;
    color: #666;
}



.footer h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #23222A;
}

.footer .list-unstyled {
    padding: 0;
    margin: 0;
}

.footer .list-unstyled li {
    margin-bottom: 8px;
}

.footer .list-unstyled li a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
}

.footer .list-unstyled li a:hover {
    color: #f6a623;
}

.footer-bottom {
    text-align: center;
    background: #f8f9fa;
    padding: 10px 0;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

.map img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.footer p i {
    color: #f6a623;
    margin-right: 5px;
}



/* =================================================================================================== */


/* About PAGE */

section#staticbanner {
    height: 400px;
}

.carousel-inner.static-banner {
    height: 400px;
}


/* Careers */
.service-card.career {
    background: #fff;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #23222A;
    transition: 0.3s ease-in-out;
    height: 340px;
    overflow: hidden;
    align-content: center;
}

/* blog page */
.about-image.blogimg {
    position: sticky;
    top: 40px;
    height: auto;
}

.blog-img {
    max-height: 443px;
    max-width: 100%;
    border-radius: 18px;
}


/* Contact page */
section.bg2 {
    background-image: url('../images/contactbg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.contactsvg {
    top: -45%;
    left: 30%;
}

/* ==================================================================================================== */
@media (min-width: 1204px) and (max-width: 1326px) {
    
    .resume-upload label {
        position: absolute;
        background-color: #fff;
        right: 10px;
        top: 50%;
        transform: translateY(-65%);
        font-size: 16px;
        cursor: pointer;
        gap: 100px !important;
        display: flex;
    }
}
@media (min-width: 1241px) and (max-width: 1365px) {
    .ratingstars svg {
        width: 30px !important;
        height: 30px !important;
    }

    .swiper-button-prev.testimonials {
        /* left: -370px !important; */
    }

    .swiper-button-next.testimonials {
        left: 90px !important;
    }

    .ratingstars {
        left: 25%;
    }


    .resume-upload label {
        position: absolute;
        background-color: #fff;
        right: 10px;
        top: 50%;
        transform: translateY(-65%);
        font-size: 16px;
        cursor: pointer;
        gap: 70px;
        display: flex;
    }

    .service-card.applyjob {
        position: absolute;
        top: 61%;
        padding: 15px;
        text-align: justify;
        width: 600px !important;
    }

}

@media (max-width: 1023.9px) {
    .carousel-inner.static-banner {
        height: fit-content;
    }

    .carousel-caption.static-banner-title {
        top: 50%;
    }

    .swiper-button-next.testimonials{
        position: relative;
        left: 250px;
        top: 467px;
    }
    .swiper-button-prev.testimonials{
        position: relative;
        left: 50px;
        top: -11px !important;
    }

    section#staticbanner {
        height: fit-content;
    }

    /* .carousel-item img {
        height: fit-content;
    } */

    .carousel-item.staticbanner {
        height: fit-content;
    }

    .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    a.nav-link {
        color: #FFA832;
    }

    a.nav-link:hover {
        color: #595959;
    }

    a.nav-link.active {
        color: #fff;
        /* background-color: #FFA832 !important; */
    }

    .carousel-indicators {
        position: relative;
    }

    .applyforjobimg {
        max-width: 250px;
    }
}

@media (min-width: 520px) and (max-width:767px) {
    .swiper-button-next.testimonials{
        position: relative;
        left: 500px;
        top: 467px;
    }
    .swiper-button-prev.testimonials{
        position: relative;
        left: 50px;
        top: 443px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .swiper-button-next.testimonials{
        position: relative;
        left: 640px;
        top: 467px;
    }
    .swiper-button-prev.testimonials{
        position: relative;
        left: 40px;
        top: 443px;
    }

}

@media (min-width: 1023.9px) and (max-width:1025px) {
    .carousel-indicators {
        bottom: 10% !important;
    }

    .service-card.applyjob {

        width: 490PX !important;
    }

    .resume-upload label {
        gap: 5PX !important;
    }

    .service-card.blog {
        height: 525px !important;
    }

}


@media (min-width: 1023.9px) {
    
    .wcandidate{
        min-width: 680px;

    }
    .about-image.blogimg {
        position: sticky;
        top: 40px;
        height: auto;
    }

    .carousel-control-next-icon {
        background-image: none !important;
    }

    .carousel-control-prev-icon {
        background-image: none !important;
    }

    .customer-testimonial-text {
        /* background-color: white; */
        /* z-index: 999; */
        /* margin-top: -125px; */
    }

   .customer-testimonial-slider.position-absolute {
    top: -350px;
    left: 0;
    transform: translateY(-50%);
}


    .swiper-button-next.testimonials {
        /* top: -180px; */
         left: 90px; 
        padding: 30px;
        background-color: white;
        border: 1px solid #FFA832;
        border-radius: 50%;
    }

    .swiper-button-prev.testimonials {
        /* top: -180px;
        left: -390px; */
        padding: 30px;
        border: 1px solid #FFA832;
        background-color: white;
        border-radius: 50%;
    }

    .service-card.applyjob {
        overflow: hidden;

        position: absolute;
        top: 61%;
        padding: 15px;
        text-align: justify;
        width: 640px;
        margin-bottom: 10px;
    }

    .carousel-control-prev {
        top: 70%;
        margin-left: 79%;
    }

    .carousel-control-next {
        top: 70%;
    }

    .sticktop.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: white;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.8s ease-in-out;
    }


    .carousel-indicators {
        position: absolute;
        bottom: 20%;
        z-index: 10;
        display: flex;
        gap: 8px;
        left: -75%;
    }

    .carousel-indicators button {
        width: 14px;
        height: 14px;
        border: none;
        background: transparent;
        transition: all 0.3s ease;
        background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.125" y="1.125" width="12" height="12" rx="6" stroke="%23808080" stroke-width="0.75"/></svg>') !important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }


    .carousel-indicators .active {
        background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.75" y="0.75" width="12.75" height="12.75" rx="6.375" fill="white"/></svg>') !important;
    }

    .carousel-indicators [data-bs-target] {
        background-color: transparent !important;
        width: 14px;
        height: 14px;
    }


}



@media (max-width: 992px) {
    .map iframe{
        width: 100% !important;
    }
    .mapframe{
        width: 100% !important;
    }
    .about-subtitle{
        text-align: center !important;
    }
    .about-title.testimonials{
        white-space: normal !important;
        text-align: center !important;
    }
    .swiper-button-prev.testimonials{
        left: 0px  !important;
    }
    .testimonial-img{
        left: 35% !important;
    }
    .pb-sm-5{
        padding-bottom: 70px;

    }
    .order-sm-2 {
        order: 2;
    }

    .applyforjobimg {
        max-width: 300px !important;
    }

    .service-card.applyjob {
        position: absolute;
        top: 50%;
        padding: 15px;
        text-align: justify;
        width: 480px;
    }

    .applyjobform-card {
        height: 100% !important;
    }

    .resume-upload label {
        gap: 7px;
    }

    .offcanvas a.nav-link.active {
        background-color: #FFA832 !important;
    }

    .d992none {
        display: none;
    }

    html {
        font-size: 14px;
    }

    .carousel-caption {
        bottom: 0px !important;
        max-width: 80%;
        left: 5%;
    }

    .carousel-caption h2 {
        font-size: 2rem;
    }

    .carousel-caption h3 {
        font-size: 1.5rem;
    }

    .responsive-video{
        height: 300px;
        object-fit: cover
    }
    .carousel-caption p {
        font-size: 1rem;
    }

    .customer-testimonial-slider.position-absolute {
        position: absolute !important;
        margin-top: -505px;
    }
}

@media (max-width: 768.1px) {
    .resume-upload label {
        display: none;
    }

    .txtelips {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;

    }

    .carousel-control-prev,
    .carousel-control-next {
        position: relative;
    }

    html {
        font-size: 13px;
    }

    .container {
        padding: 0 15px;
    }

    .carousel-caption {
        max-width: 90%;
        left: 5%;
    }

    .carousel-caption h2 {
        font-size: 1.8rem;
    }

    .carousel-caption h3 {
        font-size: 1.3rem;
    }

    .carousel-caption p {
        font-size: 0.9rem;
    }
}

@media (max-width: 580px) {
    .resume-upload label {
        display: none;
    }

    .contactsvg {
        top: -64%;
        left: 28%;
    }

    .slider {
        height: 300px;
    }

    section#banner {
        height: 300px;
    }

    .carousel-caption h4 {
        font-size: 18px;
    }

    .carousel-caption h1 {
        font-size: 21px;
    }

    .contact-info.row {
        text-align: center;
    }

    .cpreview-primarycard {
        row-gap: 30px;
    }

    .about-title {
        font-size: 24px;
    }

    .w-md-50 {
        width: 75% !important;
    }

    .row.py-6 {
        row-gap: 40px;
    }

    .applyjobform-card {
        margin-top: 90px;
        height: 85% !important;
    }

    .ratingstars {
        left: 25%;
        top: 10px;
    }

    .ratingstars svg {
        width: 30px !important;
        height: 30px !important;

    }

    .service-card.trustedclients {
        justify-content: end;
        /* width: fit-content !important; */
        /* margin-right: 0 !important; */
    }

    img.customerstestimonials {
        height: 500px;
        width: 500px;
    }

    .customer-testimonial-slider.position-absolute {
        margin-top: -425px;
    }

    .clientestimonials-content {
        font-size: 20px;
    }

    .fillformarrow {
        left: 30px;
        top: 14px;
    }
}

/* =============================================================================== qa bypass responsive points */

@media (min-width: 1215px) and (max-width: 1225px) {

    .service-card.applyjob {
        width: 580px;
    }

    .ratingstars svg {
        width: 30px !important;
        height: 30px !important;
    }

    .ratingstars {
        left: 45%;
    }

    .service-card.blog {
        height: 500px;

    }

    .swiper-button-next.testimonials {
        top: -150px;

    }

    .swiper-button-prev.testimonials {
        top: -150px;
        left: -375px;
    }


}

@media (min-width: 1075px) and (max-width: 1085px) {
    .resume-upload label {
        gap: 18px
    }

    .contactsvg {
        left: 27%;
    }

    .carousel-indicators {
        top: 80%;
    }

    .w-md-50 {
        width: 60% !important;
    }

    .service-card.applyjob {
        width: 515px;
    }

    .service-card.blog {
        height: 520px;
    }

    /* .swiper-button-next.testimonials {
        top: -125px;
        left: -250px;
    }

    .swiper-button-prev.testimonials {
        top: -125px;
        left: -330px;

    } */

    img.customerstestimonials {
        height: 630px;
    }


}


@media (min-width: 990px) and (max-width: 993px) {
    .carousel-caption.static-banner-title {
        top: 50%;
    }

    .service-card.trustedclients {
        justify-content: end;
    }

    .ratingstars {
        left: 26%;
        top: 70px;
    }


    .about-image.col-lg-8 {
        flex: auto;
    }

    .customer-testimonial-slider.position-absolute {
        position: absolute !important;
        margin-top: -505px;
    }

    .carousel-control-prev {
        top: 55%;
        margin-left: 75%;
    }

    .carousel-control-next {
        top: 55%;
        right: 2%;
    }

    .service-card.blog {
        background: #fff;
        border-radius: 12px;
        padding: 35px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border: 1px solid #23222A;
        transition: 0.3s ease-in-out;
        height: 515px;
        overflow: hidden;
        align-content: start;
    }
}

@media (min-width: 765px) and (max-width: 770px) {
    .contactsvg {
        top: -64%;
        left: 40%;
    }


    .service-card {
        padding: 12px;
        height: 265px;

    }

    .service-card.blog {
        padding: 5px;
        height: 500px;
    }

    .service-card.trustedclients {
        justify-content: end;
    }

    .ratingstars svg {
        width: 30px !important;
        height: 30px !important;

    }

    .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* .ratingstars {
        left: 25%;
        top: 70px;
    } */

    .service-card.applyjob {
        width: 355px;
    }

    section#banner {
        height: 400px;
    }

    .carousel-control-prev {
        top: -14%;
        left: 70%;
    }

    .carousel-control-next {
        top: -19%;
        right: -80%;
    }

    .carousel-caption h1 {
        font-size: 45px;
    }

    .carousel-caption h4 {
        font-size: 20px;
    }

}

@media (min-width: 575px) and (max-width: 580px) {
    .contactsvg {
        top: -64%;
        left: 35%;
    }

    .slider {
        height: 300px;
    }

    section#banner {
        height: 300px;
    }

    .carousel-caption h4 {
        font-size: 18px;
    }

    .cpreview-primarycard {
        row-gap: 30px;
    }

    .carousel-caption h1 {
        font-size: 30px;
    }

}

@media (max-width:489px) {
    .contactsvg {
        top: -64%;
        left: 33%;
    }

    .service-card.applyjob {
        width: -webkit-fill-available;
    }

    .carousel-inner {
        height: 100%;
    }

    .carousel-item {
        height: 100%;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: none;
    }

    img.customerstestimonials {
        height: 400px;
        width: 400px;
    }

    .clientestimonials-content {
        font-size: 13px;
    }

    .customer-testimonial-slider.position-absolute {
        margin-top: -335px;
    }

    .dsm-none {
        display: none;
    }

    .service-card.blog {
        height: max-content;
    }

    img.customerstestimonials {
        width: 100%;
        height: 400px;
    }

    .customer-testimonial-slider.position-absolute svg {
        display: none;
    }

    .customer-testimonial-slider.position-absolute h3 {
        font-size: 12px;
    }

    .customer-testimonial-slider.position-absolute small {
        font-size: 10px;
    }

    .customer-testimonial-slider.position-absolute {
        margin-top: -245px;
    }

}

@media (min-width:319px) and (max-width: 359.9px) {
    .ratingstars {
        top: 10px;
        left: 35px;
    }

    .ratingstars svg {
        width: 25px;
        height: 25px;
    }

    .applyforjobimg {
        width: 100%;
    }

    .service-card.applyjob {
        left: -4%;
        height: max-content;
    }

    .resume-upload label {
        display: none;
    }

    .applyjobform-card {
        padding: 12px;
    }

    .applyjobform-card {
        margin-top: 145px;
        height: 76% !important;
    }

    .clientestimonials-content {
        font-size: 12px;
    }

    .customer-testimonial-slider.position-absolute svg {
        display: none;
    }

    .customer-testimonial-slider.position-absolute small {
        display: none;
    }

    .customer-testimonial-slider.position-absolute {
        margin-top: -215px;
    }
}

@media (min-width: 768.1px) and (max-width: 770px) {
    .txtelips {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;

    }


    .carousel-control-prev {
        top: 15%;
        left: 70%;
    }

    .carousel-control-next {
        top: 15%;
        right: 5%;
    }

    .carousel-caption h1 {
        font-size: 45px;
    }

    .carousel-caption h4 {
        font-size: 20px;
    }

}

@media (min-width: 1357px) and (max-width: 1359px) {
    .resume-upload label {
        gap: 100px;
    }
}

@media (min-width: 1234.5px) and (max-width: 1236px) {
    .resume-upload label {
        gap: 70px;
    }

    .service-card.applyjob {
        width: 590px;
    }

    .swiper-button-prev.testimonials {
        left: -375px;
    }
}

@media (min-width: 359px) and (max-width: 360.9px) {
    .carousel-caption.static-banner-title {
        left: 28%;
    }

    .service-card.applyjob {
        height: 230px;
    }

    .resume-upload label {
        gap: 20px;
        font-size: 10px;
        display: none;
    }
}

@media (min-width: 479px) and (max-width: 480.9px) {
    .resume-upload label {
        gap: 45px;
    }
}

@media (min-width: 1199.9px) and (max-width: 1210px) {
    .service-card.blog {
        height: 500px;
    }

    .service-card.applyjob {
        width: 530px;
    }

}

@media (min-width: 799.8px) and (max-width: 802px) {
    .slider {
        height: auto;
    }

    .carousel-control-prev {
        left: 76%;
    }

    .service-card.applyjob {
        width: 96%;
    }

    .resume-upload label {
        gap: 12px;
    }

    .service-card.trustedclients {
        justify-content: end;
    }

    .ratingstars {
        top: 70px;
        left: 22%;
    }

    .ratingstars svg {
        width: 30px;
        height: 30px;
    }

    .service-card.blog {
        height: 575px;
    }

    .service-card.career {
        height: 450px;
    }

    .contactsvg {
        top: -53%;
        left: 40%;

    }
}

.txtelips {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;

}
.about-text a svg{
    transform: rotateX(180deg)
}
.testimonial-img{
    height: 100px;
    width: 100px;
    object-fit: cover;
    position: absolute;
    left: 42%;
    top: -128px;
}
/* .swiper-slide.ourbranches{
    width: max-content !important
} */
