.col-mb-24 {
    margin-bottom: 24px;
}

.why-hire-us-item {
    padding: 30px 24px;
    margin-bottom: 30px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    text-align: center;
}

.why-hire-us-item h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #32478a;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.pl-12{
    padding: 0 12px;
}

.left-content-with-shadow-box .why-hire-us-item {
    box-shadow: 0px 0px 8px 0px #00000026;
    text-align: left;
}

.left-content-with-shadow-box .why-hire-us-item h4 {
    margin-left: 0;
    text-align: left;
}

.left-content-with-shadow-box .image-bg-comman,
.dark-mode .left-content-with-shadow-box .image-bg-comman {
    background-color: transparent;
    margin-left: 0;
    margin-bottom: 0;
    justify-content: flex-start;
    padding: 0;
}

.even-cards-light-bl .card-bg-light-bl .even-card-wrap {
    background-color: #EFF2FC;
}

.even-card-wrap {
    padding: 75px 55px 55px 75px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.even-card-wrap .even-cards-icon {
    margin-bottom: 18px;
}

.even-card-wrap h4 {
    color: #32478a;
    font-size: 24px;
}

.even-card-wrap::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.even-card-wrap:hover::after {
    -webkit-animation: 0.85s circle;
    animation: 0.85s circle;
}

.site-cards-block-main-wrap .why-hire-us-item {
    height: 100%;
    margin-bottom: 0;
}

.section-cards-with-bg .col {
    padding: 20px 30px;
}

.section-cards-light-bl .why-hire-us-item {
    background-color: #EFF2FC;
}

.section-cards-light-bl .image-bg-comman {
    background-color: #ffffff;
}

.dark-mode .site-cards-block-main-wrap.section-cards-light-bl .why-hire-us-item {
    background-color: #212428 !important;
}

.dark-mode .section-cards-light-bl .image-bg-comman {
    background-color: #000 !important;
}

.section-light-bl.optimization-para p {
    width: 80%;
}

.hire-expertise.explore-our-developer-expertise {
    padding: 100px 0;
}

.benefits-of-working p {
    width: 84%;
}

.site-cards-block-main-wrap {
    padding: 100px 0 60px 0;
}

section.banner-bg-section.white-label-page-banner .breadcrumb-wrapp ol.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-cards-block-main-wrap.section-cards-light-bl.our-website-maintenance-para .section-hedding p {
    width: 958px;
}

.section-cards-with-bg .why-hire-us-item {
    position: relative;

}

.section-cards-with-bg .why-hire-us-item:after {
    position: absolute;
    content: '';
    bottom: -17PX;
    left: -17PX;
    width: calc(100% + 34px);
    height: calc(90% + 34px);
    background-color: #263b80;
    clip-path: polygon(0 58%, 99% 0, 100% 100%, 0% 100%);
    z-index: -1;
    border-radius: 20px;
    transform: translate(0px, 0px);
}

.section-cards-with-bg  .row {
    --bs-gutter-x:50px;
}

.section-cards-with-header .why-hire-us-item{
    position: relative;
}

.section-cards-with-header .why-hire-us-item::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 65px;
    width: 100%;
    background-color: #32478A;
    z-index: 0;
    border-radius: 10px;
}

.section-cards-light-bl.section-cards-with-header .image-bg-comman {
    z-index: 1;
}

.section-cards-light-bl.section-cards-with-header .image-bg-comman {
    background-color: #32478A;
    border: 1px solid #ffffff;
}

.site-cards-block-main-wrap.section-cards-light-bl.section-cards-with-header  {
   padding-bottom: 0;
}

.dark-mode .section-cards-with-bg .why-hire-us-item:after,
.dark-mode .section-cards-with-header .why-hire-us-item::after {
    background-color: #9db5ff;
}

.section-cards-with-header .col {
    padding-bottom: 20px;
}

@-webkit-keyframes circle {

    0%,
    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {

    0%,
    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@media screen and (max-width:991px) {
    .benefits-of-working p {
        width: 100%;
        margin: 0 auto;
    }
    .site-cards-block-main-wrap .why-hire-us-item {
        min-height: unset;
    }

    .why-hire-us-item {
        padding: 20px 20px;
    }

    /* .why-hire-us-item p {
        font-size: 13px;
    } */

    .white-label-web-development-detail-block .hire-detail-img {
        position: unset;

    }
 .section-light-bl.optimization-para p {
        width: 100%;
    }
    .site-cards-block-main-wrap {
        padding:70px 0 ;
    }
    .hire-expertise.explore-our-developer-expertise {
        padding:70px 0;
    }
}

@media screen and (max-width:767px) {
    .section-cards-with-bg .col:last-child {
        padding-bottom: 0;
    }

    .optimization-para p {
        width: 100%;
        margin: 0 auto;
    }
    .site-cards-block-main-wrap {
        padding:50px 0 ;
        overflow: hidden;
    }
    .hire-expertise.explore-our-developer-expertise {
        padding:50px 0;
    }
}
@media screen and (max-width:375px)
{
    .hire-expertise.explore-our-developer-expertise .tab-content svg{
        width: 100px;
    }
}
