/*

Developed by : Hassan ali
url : http://ihassann.com

*/
body{
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
    height: 100%;
    background-image: url(../images/slide4.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

h1::selection, p::selection{
    background: #FFC122;
}
p{
    margin: 0 0 0 0; 
    margin-top: 10px;
}
body .contact-us {
    color:#FFC122;
    font-weight: bold;
    height:auto;
}

body .contact-us .contact-backround{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 137px;
    height: 100%;    
}

body .contact-us .contact-backround img{
    width: 250px;
    height: 250px;
    text-align: center;
}

body .contact-us h1{
    font-weight: bold;
    color:#003a58;
    margin-bottom: 20px;
    
}

body .contact-us hr {
    width: 100px;
    margin-top: 10px;
    border-bottom: 1px solid #fff;
}

body .contact-us p{
    font-weight: bold;
    color:#fff;
    text-align: left;
}

body .contact-us .social {
    float: left;
}

body .contact-us .social p {
    float: right;
    width: auto;
    text-align: left;
    margin-right: 15px;
}

body .contact-us .social i{
    background-color: transparent;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border:1px solid #222;
    color:#fff;
    font-size: 25px;
    text-align: center;
    border-radius: 10px 10px;
    float: right;
    margin-right: 10px;
    direction: ltr;
}

body .contact-us .social i:hover{
    background-color: #222;
    
}

body .contact-us .row:last-of-type{
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #EEE;
    padding-top: 30px;
}

body .contact-us input{
    margin-bottom: 30px;
}

body .contact-us textarea{
    height: 140px;
}

body .contact-us button{
    background-color: #FFC122;
    font-weight: bold;
    border:none;
}

body .contact-us button:hover{
    background-color: #003a58;
 
}

body footer{
    height: 30px;
    width: 100%;
    background: transparent;
}

body footer .col-lg-6:last-of-type p{
    float: right;
}
