.header-main-headings h1 {
    font-size: 64px;
    color: #fff;
}

.about-one__img h1 {
    font-size: 50px;
    line-height: 50px;
    font-family: Guardian Sans, sans-sarif;
    padding-bottom: 30px;
}

.header-main-paragraph {
    padding-top: 8px;
    color: #fff;
    text-align: right;
}

.about-one__img h1 span {
    color: black;
    font-family: Guardian Sans, sans-sarif;
    font-size: 22px;
    letter-spacing: 0.32px;
    line-height: 40px;
}

.about-site-main {
    padding-top: 35px;
    padding-left: 120px;
}

.site-heading-main {
    color: black;
    font-family: Guardian Sans, sans-sarif;
    font-size: 22px;
    letter-spacing: 0.32px;
    line-height: 40px;
}

.site-heading {
    justify-content: end;
    text-align: end;
    font-size: 14px;
    font-family: Guardian Sans, sans-sarif;
    color: black;
    line-height: 20px;
    letter-spacing: 0.32px;
}

.footer-contnt-right {
    font-family: var(--cifsl-font);
    color: black;
    margin: 0;
    text-align: right;
}

.footer-logo{
    width: 300px;
}



.menuItem a {
    color: black;
    position: relative;
    font-family: var(--cifsl-g-font);
}


@media screen and (max-width: 1024px) {
    .header-main-headings h1 {
        font-size: 52px;
        color: #fff;
        padding-top: 12px;
    }
}


@media screen and (max-width: 768px) {
    .header-main-headings h1 {
        padding-top: 10px;
        font-size: 37px;
    }

    .footer-logo{
        padding-bottom: 20px;
        width: 300px;
    }

    .header-main-headings h1 strong {
        padding-top: 10px;
        font-size: 37px;
    }

    .header-main-paragraph p {
        padding-top: 0;
        font-size: 13px;
        line-height: 25px;
    }

    .about-section {
        text-align: center;

    }

    .page-header-bg {
        height: 508px;
    }

    .about-site-main {
        padding-top: 80px;
        padding-left: 0px;
    }

    .about-one__right-text {
        text-align: justify;
        padding: 20px;
        margin: 0;
    }
    

    .section-title__title {
        text-align: center;
        margin: 0;
        font-size: 50px;
        line-height: 60px;
        font-weight: 500;
    }


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

    .footer-contnt-left p {
        text-align: center;
    }

    .footer-contnt-right {
        font-family: var(--cifsl-font);
        color: black;
        margin: 0;
        text-align: center;
    }

    
    .section-title__title .legacy-heading {
        text-align: center;
    }

    .case-single__content-title {
        text-align: center;
    }

    
}

@media screen and (max-width: 425px) {
    
    .header-main-headings h1 {
        text-align: center;
        font-size: 34px;
        padding-bottom: 20px;
    }

    .feature-one {
        padding: 120px 0 0;
    }

    .header-main-paragraph p {
        text-align: center;
        font-size: 11px;
        line-height: 25px;
    }

    .about-one__right-text {
        font-size: 15px;
        text-align: justify;
        padding-left: 0px;
        margin: 0;
    }
    .footer-logo{
        width: 180px;
    }
}





.mb-30 {
    padding-bottom: 30px;
}

.project-area-v2 .project-item:hover .project-img .project-overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.project-area-v2 .project-item .project-img {
    position: relative;
    overflow: hidden;
}

.project-area-v2 .project-item .project-img img {
    width: 100%;
    border-radius: 3px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.project-area-v2 .project-item .project-img .project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    background-color: rgba(0, 12, 165, 0.4);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.project-area-v2 .project-item .project-img .project-overlay .project-content {
    position: relative;
    padding: 30px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.project-area-v2 .project-item .project-img .project-overlay .project-content .content {
    position: relative;
    padding-left: 30px;
}

/* .project-area-v2 .project-item .project-img .project-overlay .project-content .content:before {
position: absolute;
bottom: 0;
left: 0;
content: "";
width: 3px;
height: 100%;
background-color: #fff;
} */

.project-area-v2 .project-item .project-img .project-overlay .project-content .content h4,
.project-area-v2 .project-item .project-img .project-overlay .project-content .content p.p-name {
    color: #fff;
}

.project-area-v2 .project-item .project-img .project-overlay .project-content .content h4 {
    margin-bottom: 5px;
    color: #fff;
}

.project-area-v2 .project-item .project-img .project-overlay .project-content .content h4 a {
    color: #fff;

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-area-v2 .project-item .project-img .project-overlay .project-content .content h4 {
        font-size: 18px;
    }
}

.project-area-v2 .project-item .project-img .project-overlay .project-content .icon .popup-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    color: #282828;
    text-align: center;
    border-radius: 50%;
}


.rect-clip {
    width: 100%;
    object-fit: cover;
    height: 582px;
    -webkit-clip-path: polygon(0 0, 100% 0, 87.5% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 87.5% 100%, 0 100%);
}

.counter-one__content {
    text-align: center;
    color: #fff;
}

.counter-one__content h2,
p {
    color: #fff;
}

.counter-one__text {
    color: #fff;
    font-size: 20px;
}


