.Contact_us{
    width: 100%;
    height: 60vh;
    background-color: #222;
    background-image: url("../image/Banner-Corporate-Connect.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
}
.Contact_us h1{
    padding-top: 190px;
    text-align: center;
    color: #f79320;
    font-size: 45px;

}

.Contact_details{
    display: flex;
    justify-content: center;
    width: 100%;
    background-color:#0C3170;
    height: auto;

    
    
}
.Contact_details div{
    width: 25%;
    padding: 20px;
    z-index: 99;
    text-align: center;
    
}
.Contact_details h3{
    padding: 10px 0px 5px 0px;
    color: #0C3170;
    color: #fff;
    
}
.contact_email hr{
    color: red;
    width: 20%;
    margin: auto;

}
.Contact_phone hr{
    color: red;
    width: 25%;
    margin: auto;
    

}
.contact_address_contact hr{
    color: red;
    width: 34%;
    margin: auto;

}

.Contact_details p{
    padding: 5px 0px 0px 0px;
    color: #fff;
    text-align: center;
}

.Contact_details i{
    width: 40px;
    height: 40px;
    background-color: #f79320;
    color:#fff;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    padding: 10px;

}