@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&family=Raleway:wght@400;700&display=swap'); */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}


    /* transform: rotate(20deg); */
    /* W3C */
    /* -webkit-transform: rotate(20deg); */
    /* Safari & Chrome */
    /* -moz-transform: rotate(20deg); */
    /* Firefox */
    /* -ms-transform: rotate(20deg); */
    /* Internet Explorer */
    /* -o-transform: rotate(20deg); */
    /* Opera */


#contact-title {
    display: flex;
    justify-content: center;
}

.contact-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    letter-spacing: 1px;
    width: 826px;
    height: 1.6em;
    font-size: 18px;
    padding-left: 20px;
    text-transform: capitalize;
    text-align: center;
    background: linear-gradient(to right, rgba(71, 70, 69, 0), rgba(71, 70, 69, 0.2), rgba(71, 70, 69, 0.4), rgba(71, 70, 69, 0.8), rgba(71, 70, 69, 1), rgba(71, 70, 69, 0.8), rgba(71, 70, 69, 0.4), rgba(71, 70, 69, 0.2), rgba(71, 70, 69, 0));
    color: white;
}

/*******************staff images**************************/

.contactContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 10px;

}

.contactContainer .contactflex-container {
    display: flex;
    flex-direction: column;
    width: 700px;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin: 5px;
}

.contactContainer .contactflex-container i {
    font-size: 20px;
    color: rgb(71, 70, 69);
    margin: auto 0;
}

.contactContainer .contactflex-container i.glyphicon-map-marker {
    font-size: 23px;
}

.contactContainer .contactflex-container .ph-email {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 20px;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
}

.contactContainer .contactflex-container .address {
    display: inline;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
}
.contactContainer .contactflex-container .address div {
    text-align: center;
}


/* .phone,.emailId {
    display: flex;
    justify-content: center;
    align-items: center;
} */



