.contact-title{
    background: url(http://technofection.com/wp-content/uploads/2016/09/contact-title-bg.png) 50% 50% / cover no-repeat scroll;
    background-position: center;
    min-height: 102px;
    padding:10px 0;
    color: #ffffff;
}
.address-boxes p, .address-boxes a{
    font-size: 16px;
}
.address-boxes .address-box > div{
    border:2px solid #0083F9;
    padding:5px;
    position: relative;
    text-align: center;    
    margin-bottom:20px;
    min-height:  184px;        
    background-position: center;
}
.address-boxes .address-box:nth-child(1) > div{
    background:url(http://technofection.com/wp-content/uploads/2016/09/addressbox1-bg.png) 50% 50% / cover no-repeat scroll;
}
.address-boxes .address-box:nth-child(2) > div{
    background:url(http://technofection.com/wp-content/uploads/2016/09/addressbox2-bg.png) 50% 50% / cover no-repeat scroll;
}
.address-boxes .address-box:nth-child(3) > div{
    background:url(http://technofection.com/wp-content/uploads/2016/09/addressbox3-bg.png) 50% 50% / cover no-repeat scroll;
}
.address-box .address-icon{
    width:57px; 
    padding:5px;
    position: absolute;
    top:0;
    left: 0;
    background: #0083F9;
    color:#ffffff;
}   
.contactform-section{
    background: #FFF9E9;
}
.contactform-section h2{
     color: #0083F9;
}
.contactform-section .container > .row:last-child{  
    background:url(http://technofection.com/wp-content/uploads/2016/10/contactform-bg-graphics.png) 50% 50% / cover no-repeat scroll;
}
.contact-form{
    background: rgba(0,131,249,0.5);
    padding:20px
}
.contact-form .input-group {
    margin-bottom: 10px;
}
.contact-form textarea.form-control {
    width: 100%;
    height: 140px;
    resize: none;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.contact-form .textarea{
    width: 100%;
}
.submit button{
 padding:12px;
}