/* Our research page section CSS here  */
.mw-1070 {
    max-width: 1070px;
}

.our-research-sec1-item-inner {
    padding: 90px 24px 24px 24px;
    box-shadow: 1px 1px 20px #A8A8A829;
}

.our-research-sec1-item-inner {
    margin-top: 62px;
}

.our-research-sec1-item-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.our-research-sec1-item-icon {
    top: -62px;
    border-radius: 100px;
    padding: 31px;
    object-fit: contain;
    width: 124px;
    height: 124px;
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-research-sec1-item-icon img {
    border-radius: 0;
}

.our-research-sec1-item-title {
    margin-bottom: 16px;
}

.our-research-sec1-item {
    display: flex;
    flex-direction: column;
}

.our-research-sec1-item-title {
    font-size: clamp(22px, 5vw, var(--fs-25));
    line-height: 1.2;
    font-weight: 600;
}

.our-research-sec1-items {
    row-gap: 32px;
}

.our-research-sec1-items .our-research-sec1-item:nth-child(1) .our-research-sec1-item-icon,
.our-research-sec1-items .our-research-sec1-item:nth-child(4n) .our-research-sec1-item-icon,
.our-research-sec1-items .our-research-sec1-item:nth-child(4n + 1) .our-research-sec1-item-icon {
    background: var(--primary-light);
}

.our-research-sec1-items .our-research-sec1-item:nth-child(1) .research-inner-page-link>a,
.our-research-sec1-items .our-research-sec1-item:nth-child(4n) .research-inner-page-link>a,
.our-research-sec1-items .our-research-sec1-item:nth-child(4n + 1) .research-inner-page-link>a {
    color: var(--primary);
}

@media (min-width: 992px) {
    .our-research-sec1-item-icon {
        position: absolute;
        left: 24px;
        transform: translateX(0%);
    }
}




/* contact us CSS  */
.contact-us-col {
    max-width: 855px;
    padding: clamp(25px, 3.5vw, 40px);
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 20px;
}



.box-padd-40 {
    padding: clamp(25px, 3.5vw, 40px);
    border-radius: 20px;
}