
/*Contact Us*/
.people_sec {
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.contact_sec .sec_heading {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

    .contact_sec .sec_heading h4 {
        font-size: 20px;
        color: #000;
        font-weight: 700;
        letter-spacing: 0.5px;
        margin: 0 0 10px 0;
    }

.sec_heading h2 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
}

.contact_sec .sec_heading h2 span {
    color: #1199ce;
}

.contact_sec .sec_heading::before {
    content: "";
    width: 200px;
    height: 1px;
    position: absolute;
    background: #1199ce;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sec_para p {
    color: #5b5b5b;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: 400;
}

.p-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.cta_form.contact_form {
    background: #fff;
    box-shadow: 0 0 14px rgb(0 0 0 / 5%);
    padding: 30px 30px 20px 30px;
    border-radius: 20px;
    margin-top: 20px;
}

    .cta_form.contact_form textarea.form-control {
        border-radius: 30px;
    }

.contact_info {
    margin-top: 30px;
}

    .contact_info ul {
        margin: 0;
        padding: 0;
        display: flex;
        border: 2px solid #1198cf;
        border-radius: 20px;
        overflow: hidden;
        width: 100%;
    }

        .contact_info ul li:first-child {
            background: #fff;
            text-align: center;
            align-items: center;
            width: 22%;
            padding: 0;
            list-style: none;
            border-right: 2px solid #1198cf;
        }

            .contact_info ul li:first-child img {
                display: inline-block;
                margin-top: 12px;
            }

        .contact_info ul li h3 {
            font-weight: 600;
            font-size: 16px;
            color: #000;
            margin: 0;
            padding-bottom: 10px;
        }

        .contact_info ul li p {
            margin: 0;
        }

            .contact_info ul li p a {
                display: block;
                text-decoration: none;
                color: #717171;
                font-weight: 500;
                font-size: 14px;
                padding: 2px 0;
                position: relative;
                transition: 600ms all;
            }

        .contact_info ul li {
            list-style: none;
            padding: 15px 25px;
            width: 22%;
        }

            .contact_info ul li:last-child {
                width: 44%;
            }
section.map_sec iframe {
    width: 100%;
    height: 400px;
    border: 0;
}