@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0px;
    font-family: "Open Sans", sans-serif;
}

.container {
    padding: 0px 50px;
    max-width: 1330px;
    margin: 0 auto;
}

.justify-center {
    justify-content: right;
}

.w-full {
    width: 100%;
}

.line-height {
    line-height: 28px;
}

.color-white {
    color: #fff;
}

.color-orange {
    color: #E06743;
}

.bg-orange {
    background-color: #E06743;
}

.color-grey {
    color: #0E2A33;
}

.color-light-grey {
    color: #787688;
}

.color-purple {
    color: #5580ff;
}

.color-dark-grey {
    color: #455065
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-18 {
    font-size: 18px;
}

.font-48 {
    font-size: 48px;
}

.font-20 {
    font-size: 20px;
}

.font-bold {
    font-weight: 600;
}

.font-extrabold {
    font-weight: 800;
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px
        /* grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%; */
}

.grid-2 {
    display: grid;
    grid-template-columns: 20% 78%;
    place-items: center;
    place-content: center;
    gap: 24px;
}

.font-12 {
    font-size: 12px;
}

.block {
    display: block;
}

.pl-4 {
    padding-left: 4px
}

.pt-4 {
    padding-top: 4px;
}

.pt-8 {
    padding-top: 8px;
}

.pt-10 {
    padding-top: 10px
}

.pt-40 {
    padding-top: 40px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-32 {
    padding-bottom: 32px;
}

.pb-70 {
    padding-bottom: 70px;
}

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

.flex-col {
    flex-direction: column;
}

.flex-2 {
    display: flex;
}

.align-center {
    align-items: center;
}

.mb-0 {
    margin-bottom: 0px;
}

.m-w-600 {
    max-width: 600px
}

.cursor-pointer {
    cursor: pointer
}

.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
   /* -webkit-line-clamp: 3;*/
    /* Adjust the number to limit the lines */
    text-overflow: ellipsis;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    /* Adjust the number to limit the lines */
    text-overflow: ellipsis;
}

.none {
    display: none;
}

.block {
    display: block;
}

.d-flex {
    display: flex;
}

.items-center {
    align-items: center;
}

/* ************header css****************** */
.header-class {
    box-shadow: 0 4px 21px rgba(0, 0, 0, .04);
    width: 100%;
}

.header-content {
    display: flex;
    justify-content: space-between;
}

.logo-class {
    width: 25%;
}

.no-decoration {
    color: #000;
    text-decoration: none;
}

.list-class {
    width: 75%;
}

.list-content {
    font-size: 16px;
    margin: 0px;
    display: flex;
    align-items: center;
    height: 100%;
    list-style-type: none;
    float: right;
}

.list-content li {
    padding: 0 18px;
}

.navbar-toggler {
    outline: none;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem 0rem;
}

.navbar-toggler-icon {
    background-image: url(../assets/menu.png);
    background-size: 100px;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.expanded-navbar {
    display: none;
    padding: 10px;
    z-index: 1;
}

.expanded-navbar.show {
    display: block;
}

.expanded-list {
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.expanded-list li {
    margin-bottom: 10px;
}

.expanded-list a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

/* ********************** Description CSS ******************** */
.bg-darkest {
    position: relative;
    background-color: #0f58a5;
}

.description {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 34px;
    color: #fff;
    height: 480px;
    position: relative;
    overflow: hidden;
    place-items: center;
}

.slogan {
    font-size: 48px;
    color: #FF912C;
}

.desc-col-1 {
    padding: 60px 0;
}

.max-width {
    max-width: 80%;
}

.flex {
    display: flex;
    align-items: flex-start;
    /* align-items: center; */
    /* gap: 24px */
}
img.img2 {
    width: 450px;
    height: auto
}

.grid {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    place-items: center;
    gap: 8px
}


.border-lg-left {
    padding-left: 20px;
    border-left: 0.0625rem solid #dadada;
}

.border-lg-right {
    border-right: 0.0625rem solid #dadada;
}

.pb {
    margin-top: 0px;
    padding-bottom: 34px;
    font-size: 20px;
    color: #fff
}

.btn {
    text-decoration: none;
    cursor: pointer;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #DE5F38;
    border-color: #DE5F38;
    line-height: 1.5;
    border-radius: 20px;
}

.shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    /* Adjust the height of the shadow as needed */
    background: linear-gradient(to bottom, rgba(40, 41, 44, 0.8) 0%, rgba(214, 214, 214, 0) 100%);
    /* background: linear-gradient(0deg, rgb(210, 214, 226) 10%, rgba(214, 214, 214, 0)); */
}

/* ****************** Brands css styles *************** */
.bg-grey {
    background-color: #f7f9fb
}

.services-cont {
    padding: 2rem 0rem;
}

.brand-cont {
    padding: 1rem 0rem;
}

.trusted-font {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.flex-dir {
    color: #262d3d;
    padding: 1rem 0rem;
    flex-direction: row;
    justify-content: space-between;
}

.logos {
    display: flex;
    overflow: hidden;
    gap: 12px;
}

.logos img {
    width: 15%;
    aspect-ratio: 3/2;
    object-fit: contain;
    /* -webkit-filter: grayscale(100%); */
    /* filter: grayscale(100%); */
    /* mix-blend-mode: color-burn;  for background  */
}

/* @keyframes slideImages {

    0%,
    100% {
        transform: translateX(0%);
    }

    16.666%,
    33.333% {
        transform: translateX(-100%);
    }

    50%,
    66.666% {
        transform: translateX(-200%);
    }

    83.333%,
    100% {
        transform: translateX(-300%);
    }
} */


/* **************** Developers section *************** */
.service-card {
    font-size: 18px;
    color: #002846;
    border: 1px solid #d8e2ef;
    box-shadow: 0 2px 10px 2px rgba(137, 173, 255, .35);
}

.dev-content {
    padding: 12px 12px 12px 12px;
}


/* ******************* Devops Cards ***************** */
.devops-card {
    align-items: stretch;
    background: #ebeced;
    border-left: 1px solid #d8d9dc;
    border-top: 1px solid #d8d9dc;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: -1px 0 0 -1px;
    padding: 40px;
    text-decoration: none;
}

.devops-card:hover {
    background: #E06743;
    color: #fff;
    transition: 0.4s;
}

.devops-card:hover .img-orange {
    display: none;
}

.devops-card:hover .img-white {
    display: block;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    overflow: hidden;
}

.flex-grow {
    flex: 1 2 324px;
}

.gap-20 {
    gap: 20px;
}

.gap-12 {
    gap: 2px;
}

.gap-6 {
    gap: 6px;
}

.pt-2 {
    padding-top: 2px;
}

/* *************************** Steper CSS ********************** */
.steper {
    overflow: hidden;
}

.steper-container {
    position: relative;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% + 32px);
    /* vertical-align: baseline; */
}

.p-16 {
    padding: 16px;
}

.item-1 {
    flex-basis: 33.3333333333%;
    flex-shrink: 0;
    max-width: 33.3333333333%;
}

.tail-container {
    /* min-height: unset; */
    display: block;
    position: relative;
}

.tail1 {
    background: #E06743;
    position: absolute;
    top: 32px;
    height: 1px;
    /* animation: HNovGioP .12s;
    animation-delay: .87s;
    animation-fill-mode: forwards; */
    transform: scale(0);
    left: 50%;
    margin-left: -24px;
    width: 100%;
}

._1CDP3SNY:first-child .tail1 {
    animation: HNovGioP .12s;
    animation-delay: .87s;
    animation-fill-mode: forwards;
}

._1CDP3SNY:first-child .tail1:first-child {
    animation-delay: 0ms;
    /* left: 0;
    margin-left: -48px;
    opacity: .3;
    width: 50%;
    display: block; */
}

.tail1:first-child {
    left: 0;
    margin-left: -48px;
    opacity: .2;
    width: 50%;
}

.arrow-beg-end {
    color: #E06743;
    bottom: auto;
    content: "";
    display: block;
    height: 29px;
    left: auto;
    position: absolute;
    right: 0;
    top: -14px;
    transform: none;
    width: 15px;
}

.count-style {
    align-items: center;
    background: #fff;
    border: 1px solid #E06743;
    border-radius: 50%;
    color: #E06743;
    display: flex;
    display: inline-flex;
    flex: none;
    flex-direction: row;
    font-size: 32px;
    font-weight: 400;
    height: 64px;
    justify-content: center;
    line-height: 60px;
    opacity: 0;
    position: relative;
    width: 64px;
    z-index: 2;
}

._1CDP3SNY:first-child .count-style {
    animation: _1nFOab96 .15s;
    animation-delay: .3s;
    animation-fill-mode: forwards;
}

.pb-64 {
    padding-bottom: 64px;
}

._1CDP3SNY:first-child ._1text {
    animation: _-Igv5Bn .42s;
    animation-delay: .45s;
    animation-fill-mode: forwards;
}

._1text-title {
    text-align: center;
    padding-top: 48px;
    color: #262d3d;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 16px;
}

._1para {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #262d3d;
}

._1CDP3SNY:nth-child(2) .count-style {
    animation: _1nFOab96 .15s;
    animation-delay: 1.17s;
    animation-fill-mode: forwards;
}

._1CDP3SNY:nth-child(2) .tail1 {
    animation: HNovGioP .12s;
    animation-delay: 1.74s;
    animation-fill-mode: forwards;
}

._1CDP3SNY:nth-child(2) ._1text {
    animation: _-Igv5Bn .42s;
    animation-delay: 1.32s;
    animation-fill-mode: forwards;
}

._1CDP3SNY:nth-child(3) .count-style {
    animation: _1nFOab96 .15s;
    animation-delay: 2.04s;
    animation-fill-mode: forwards;
}

._1CDP3SNY:nth-child(3) .tail1 {
    animation: HNovGioP .12s;
    animation-delay: 2.61s;
    animation-fill-mode: forwards;
}

._1CDP3SNY:last-child .tail1 {
    margin-left: 0;
    opacity: .2;
    width: 37%;
}

/* ************************ Reviews Section ***************** */
.reviews-cont {
    /* background-color: #ebeced; */
    padding: 48px 0 64px;
}

.review-card {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.qQm4YS18 {
    height: 100%;
    min-height: auto;
    width: 100%;
}

.i9nliv0J {
    background: #fff;
    border: 1px solid hsla(210, 5%, 93%, .5);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
}

._3hGg5fuW {
    align-items: stretch;
    color: #455065;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* min-height: 432px; */
    padding: 32px 24px 24px;
}

blockquote,
q {
    quotes: none;
}

.s8j-j8Jf {
    color: #E06743;
    display: inline-block;
    height: 24px;
    margin-bottom: 8px;
    width: 24px;
}

._1y0ItPix {
    color: #455065;
    flex: 1;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding: 0 0 24px;
}

._29RC36d1 {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

._2OPdd7vg {
    border-radius: 50%;
    height: 48px;
    width: 48px;
    flex-shrink: 0;
    margin: 0 12px 8px 0;
}

._3UPx_EEi {
    flex: 1;
    font-size: 14px;
    line-height: 14px;
    min-width: 150px;
}

.IhvrX4lV {
    color: #455065;
    font-weight: 600;
    margin: 0;
}

._3BwwVfxg,
.sc_QpEaL {
    font-weight: 400;
    margin-top: 2px;
}

/* ************* Hiring button CSS ************ */

.hiring-flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.hiring-text {
    font-size: 24px;
    /* line-height: 32px; */
}

.hire-btn {
    height: fit-content;
    text-decoration: none;
    cursor: pointer;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #DE5F38;
    border-color: #DE5F38;
    line-height: 1.5;
    border-radius: 20px;
}


/* ********************* Footer css ****************** */
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-logo {
    /* fill: #ffffff; */
    /* filter: brightness(var(--brightness-value)) invert(var(--invert-value)); */
    /* filter: grayscale(100%); */
    width: 80%;

}

.footer-flex {
    color: #fff;
    display: grid;
    grid-template-columns: 40% 60%;
    /* justify-content: space-between; */
    /* align-items: center; */
    /* gap: 30px; */
}

.footer-grid {
    width: 100%;
    text-align: left;
    display: grid;
    grid-template-columns: 33.2% 33.2% 33.2%;
}

.footer-content {
    font-size: 14px;
    color: #fff;
}

.line-height {
    line-height: 1.5rem;
}

.margin-top {
    margin-top: 40px;
}

.footer-divier {
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.footer-reserved {
    color: #fff;
    padding: 30px 0px;
    text-align: center;
}

.padding-bottom {
    padding-bottom: 0px;
}


/* ********************* Keyframes ************************ */
@keyframes HNovGioP {
    0% {
        transform: scale(0, 0.3);
        transform-origin: 0 50%;
    }

    100% {
        transform: scale(1);
        transform-origin: 0 50%;
    }
}

@keyframes _1nFOab96 {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes _-Igv5Bn {

    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}