
/* ********************   ABOUT-US HEADER START:  *********************  */

.contact-head-bg{
    background: url("./imgs/contact-page-bg.png") center center no-repeat;
    background-size: cover;    
    padding: 120px 0 120px;
    margin-top:-1px;
 }
 

.contact-bg-text h1{
    font-size: 72px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: bold;
}

/* ********************   ABOUT-US HEADER END:  *********************  */

/* *************  GET IN TOUCH START *****************  */
.contact-second-row{
    max-width:1250px;
    margin:0px auto 90px;
}
.get-in-head-1 h1{
    font-size: 65px;
    color: rgb(191, 32, 47);
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-align: center;
}

.contact-first-row{
    margin-top: 90px;
}
.contact-icon{
    border-width: 1px;
    border-color: rgb(31, 64, 141);
    border-style: double;
    padding: 20px;
    width: 100px;
    height: 100px;
    -ms-transform: rotate(20deg);
    transform: rotate(52deg);
    padding: 30px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-icon img{
    max-width: 100%;
    -ms-transform: rotate(20deg); /* IE 9 */
    transform: rotate(-52deg);
}
.contact-text h2{
    font-size: 29px;
    color: rgb(31, 64, 141);
    font-family: 'Poppins', sans-serif;
    margin-top: 50px;
    font-weight: 600;
    text-align: center;
}

/* *************  GET IN TOUCH END *****************  */


