﻿.banner-aboutUs-page {
    min-height: 280px;
    background-color: #706f70;
}
#aboutUs {

}
.bg-blue {
    background-color: #253786;
    min-height: fit-content;
}
.textInfo{
    font-size:1rem;
}
h3, h2, h4, h5 {
    font-weight: bold;
    font-family: 'Mulish';
    color: #253786;
}
.service-right-img {
    position: relative;
}

    .service-right-img figure {
        position: relative;
    }

        .service-right-img figure img {
            width: 100%;
            height: 100%;
        }

#hdAbout {
    width: 75%;
    color: white;
    font-family: Arial;
    font-weight: bold;
}
.about-banner2 {
    background: #f2f2f2;
}
.section-heading {
    margin-bottom: 50px;
}
    .section-heading h2 {
        line-height: 1.2;
        margin-bottom: 10px;
        font-size: 2.1rem;
    }
.pt-50 {
    padding-top: 50px !important;
}
.our-qualities-wrappper {
    margin-bottom: 5px;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    height: 100%;
    transition: .5s;
    text-align: center;
    padding: 70px 20px 20px;
    position: relative;
    background-color:white;
}

#aboutCards {
    min-height: 400px;
}
#hdCompanyOverview {
   color: #253786;
}
#overviewText {
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #231f20;
    line-height: 2;
    height: auto;
}
#hdCompanyteam {
    color: #253786;
}
#TeamText {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #231f20;
    line-height: 2;
    height: auto;
}
#overviewCard1, #overviewCard2, #overviewCard3 {
    width: fit-content;
    height: 500px;
    background: #fff;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    transition: 0.5s;
}
.overview-text {
   font-size:12px;
   font-family:Arial;
}
.overview-body {
   width :fit-content;
}
#Overviewcardimg {
    border-radius: 2px !important;
    margin:unset !important;
}
#villustraTeamImg {
    height: auto;
    width: fit-content;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    background: #fff;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}
.ouClientshd {
    color: #253786;
    font-weight: bold;
    font-size:30px !important;
}
.awards-couter h3 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.awards-couter-solution {
    padding-bottom: 25px;
}

.awards-couter {
    background: transparent;
    border-radius: 6px;
    padding: 40px;
    position: relative;
}
.awards-couter-solution .counter-number {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}
.why-choose-section {
    background: #253786;
    color:#ffffff;
}
.integration-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    justify-content: space-between;
    grid-gap: 25px;
    justify-items: center;
}
    .integration-list li .single-integration {
        box-shadow: rgb(13 21 55 / 6%) 0 5px 50px;
        display: flex;
        margin: auto;
        justify-content: center;
        background: #fff;
        padding: 12px 20px;
        border-radius: 6px;
        transition: all 0.3s ease;
        min-height: 20px;
        align-items: center;
        border: 1px solid #e8e8e8;
        height: 130px !important;
    }
.client-section {
    background-image: linear-gradient(125deg, #f7effb 100%, #fffaf5 0);
    background: #fff;
    padding: 75px 0 80px;
}