/* About Us Section Start */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

.aboutus .about_details .header_section {
    text-align: left;
    width: 100%;
    margin: 0px 0px;
}
.aboutus .about_details .header_section .title {
    justify-content: left;
}
.aboutus .about_details .header_section .title .lines1 {
    display: none;
}
.aboutus .about_details .about_content p {
    margin: 15px 0px;
}
.aboutus .about_details .about_content ul {
    padding-left: 10px;
}
.aboutus .about_details .about_content ul li {
    font-size: 15px;
    padding-bottom: 5px;
}
.aboutus .about_details .about_content h5 {
    font-weight: 800;
    margin-bottom: 15px;
}
.aboutus .about_details .about_content i {
    color: var(--secondary);
    font-size: 14px;
}
.aboutus .about_details .header_btn2 i {
    color: var(--light);
}
.aboutus .about_images {
    position: relative;
    z-index: 1;
}
.aboutus .about_images .a_img1 {
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: var(--radius30);
}
.aboutus .about_images .a_img2 {
    width: 350px;
    height: 250px;
    object-fit: cover;
    border-radius: var(--radius30);
    position: absolute;
    bottom: -100px;
    right: 20px;
}
.aboutus .about_images .a_img_details {
    position: absolute;
    top: 50px;
    right: 27%;
    background-color: var(--primary);
    color: var(--light);
    height: 120px;
    width: 200px;
    border-radius: var(--radius10);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutus .about_images .a_img_details h1 {
    margin: 0px;
    padding-bottom: 0px;
    font-size: 40px;
    font-weight: 800;
}
.aboutus .about_images .a_img_details p {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1;
    letter-spacing: 2px;
    font-size: 14px;
}
.about_projects {
    padding: var(--pm60) 0px;
    background-color: var(--primary);
}
.about_projects .leaders {
    padding: 200px 0px 40px 0px;
}
.about_projects .leaders .card {
    background-color: var(--light);
    text-align: center;
}
.about_projects .leaders .card .card_bg_img {
    margin: 0px auto;
    padding: 15px;
    border: 3px solid var(--light);
    border-radius: 150px;
    margin-top: -150px;
}
.about_projects .leaders .card .card_bg_img img {
    height: 220px;
    border-radius: 150px;
    width: 220px;
}
.about_projects .leaders .card .card-title {
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    line-height: 0.6;
    color: var(--primary);
}
.about_projects .leaders .card .subtitle {
    color: #007cc2;
}
.about_projects .leaders .card .card-text {
    margin: 20px 0px;
    /* text-align: justify; */
    font-size: 14px;
}
.about_projects .leaders .card a img {
    height: 40px;
}

/* About Us Section End */

/* Vision, Mission, Values Start */

.vmv {
    padding: var(--pm120) 0px;
    background-color: #f1f1f1;
}
.vmv .header_section {
    margin-bottom: 30px;
}
.vmv .vmv_img img {
    height: 450px;
    width: 100%;
    border-radius: 10px;
}
.vmv .accordion .accordion-item {
    border: none;
    padding: 10px;
}
.accordion-button:not(.collapsed) {
    background-color: var(--primary);
    color: var(--light);
    font-size: 20px;
    font-weight: 500;
}
.vmv .accordion-button {
    font-size: 18px;
}
.vmv .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.vmv .card {
    background: transparent;
    border: none;
    text-align: left;
    margin: 10px 0px;
}
.vmv .card .card-body {
    padding: 10px 30px 10px 0px;
}
.vmv .card .card-body .card-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}
.progress-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: conic-gradient(var(--primary) 75%, #e9ecef 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-circle span {
    width: 145px;
    height: 145px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 26px;
}

/* Vision, Mission, Values End */
