.section-spacing{
    padding: 120px 0;
}
.inner-subtitle {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 33px;
    margin: 0;
    font-weight: var(--fw-500);
    color: var(--color-green);
    letter-spacing: 4.66px;
    font-family: var(--font-sfprodisplay);
}
.section-inner-head h2{
    margin-bottom: 20px;
}
/**/
.inner-page-banner {
    overflow: hidden;
    position: relative;
    background-color: #e2efff;
    padding: 100px 0 0;
    display: flex;
    align-items: center;
    background-image: linear-gradient(180deg, #e5f5fb 0%, #f5f9fb 100%);
}
.inner-banner-common-content{
    padding-bottom: 100px;
}
.inner-banner-common-content h1{
    text-transform: capitalize;
    margin: 0 0 25px;
}
.inner-banner-common-content h1 span {
    color: var(--color-green);
}
.inner-banner-common-content p {
    max-width: 740px;
    margin: 0 0 40px;
}
.inner-banner-common-content .cta-btn{
    border: solid 1px #000;
}
.inner-banner-common-content .cta-btn:hover{
    border: solid 1px var(--color-green) !important;
}


/*our-awards*/
.our-awards .section-inner-head {
    text-align: center;
    margin-bottom: 80px;
}

.bignumb {
    font-weight: 700;
    font-size: 115px;
    line-height: 125px;
    text-transform: uppercase;
    color: #F2F5F7;
    margin-bottom: 14px;
}
.engagement-modal-left .bigumb-title {
    line-height: 27px;
    font-size: 25px;
    margin-bottom: 25px;
    color: var(--color-black);
    text-transform: uppercase;
}
.checklisted {
    margin: 40px 0;
    gap: 20px;
    display: grid;
}
.checklisted li {
    display: flex;
    gap: 10px;
    font-size: 16px;
    line-height: 25px;
}
.checklisted li img {
    min-width: 25px;
}
.engagement-modal-right {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 82px;
    column-gap: 82px;
    row-gap: 73px;
    padding: 50px 30px;
}
.gradientbox {
    border-radius: 30px;
    height: 245px;
    right: 0;
    background: #F2F5F7;
    overflow: hidden;
    z-index: -1;
}
.gradientbox.top {
    top: 0;
}
.gradientbox.bottom {
    bottom: 0;
}
.engagement-modal-right .frame-box {
    padding: 20px;
    background: #fff;
    box-shadow: 7px 8px 30px rgba(23,22,71,.05);
    border-radius: 10px;
}
.engagement-modal-right .frame-box:nth-child(even) {
    text-align: right;
}
.engagement-modal-right .frame-boxicon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: #f7f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.frame-boxicon img {
    max-width: 40px;
}
.engagement-modal-right h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.engagement-modal-right .stroke-title {
    font-size: 46px;
    -webkit-text-stroke: 1px rgba(0,0,0,.21);
    margin-top: 45px;
}
.engagement-modal-right .frame-box:nth-child(even) .frame-boxicon, 
.engagement-modal-right .frame-box:nth-child(even) .stroke-title {
    margin-left: auto;
}
.circle-box {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 17px solid #F2F5F7;
    border-radius: 100%;
    background: #fff;
    max-width: 264px;
    height: 264px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
}
.gradientbox, .gradientbox::before, .circle-box {
    position: absolute;
    width: 100%;
    left: 0;
}
.project-specification {
    padding: 30px 51px;
    margin-top: 80px;
    background: #F8F7F3;
    border-radius: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.project-specification .specifications-item {
    display: flex;
    align-items: center;
}
.specifications-item .icon {
    width: 64px;
    height: 64px;
    box-shadow: 7px 8px 30px rgba(23,22,71,.05);
    background: #fff;
    border-radius: 100%;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.specifications-item .icon img {
    max-width: 35px;
}
.specifications-item .title {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}
.specifications-item .title b {
    display: block;
}
.engagement-modal-main .cta-btn {
    border: solid 1px #000;
}
.engagement-modal-main .cta-btn:hover{
    border: solid 1px var(--color-green);
}
/*cta section*/
.cta-bg {
    background: #192C53;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 39px 64px 39px 50px;
    color: #fff;
}
.cta-bg .cta-text {
    width: calc(100% - 252px);
    padding-right: 50px;
}
.cta-bg  h2 {
    margin: 0 0 14px;
}
.cta-bg  p {
    max-width: 673px;
    margin: 0;
    font-size: 19px;
    line-height: 30px;
}
/*blog-sec*/
.blog-sec .section-inner-head {
    text-align: center;
    margin: 0 0 60px;
}

.blog-card h3 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 36px;
    max-width: 600px;
}