@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
/* CSS Document */

html,body{
    font-family: 'Open Sans', sans-serif;
    margin:0;
    padding:0;
    border:0;
    color: #000;
    position: relative;
}
a,a:focus,a:active{
    text-decoration: none;
    color: #1b7fd5;;
}
a:hover{
    text-decoration: underline;
}
.container{
    display: block;
    width: 1000px;
    margin: 0 auto;
}
.ui-sign-already {
    text-align: center;
}
.left{
    text-align: left;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}
.grid{
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 1;
}
.grid-half{
    width: 48%;
}
header{
    display: block;
    background-color: #fff;
    padding: 18px 30px;
    border-bottom: 1px solid #eee;
}
.logo{
    display: inline-block;
    width: 278px;
    height: auto;
}
header ul{
    float: right;
}
header ul,header li{
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    vertical-align: top;
}
.menu{
    display: inline-block;
    font-size: 15px;
    color: #000;
    padding: 17px;
}
.menu:hover{
    color: #0099CC;
    text-decoration: none;
}
.banner{
    display: block;
    background-color: #f2f2f2;
    background-image: url('../images/banner-watermark.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.testimonial{
    display: inline-block;
    width: 420px;
    height: 205px;
    background-image: url(../images/testimonial-banner.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 73px 20px;

}
.form{
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    width: 380px;
    margin: 58px 0;
    min-height: 530px;
}
.form h1{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding: 28px;
    margin: 0;
}
.form-sec{
    padding: 20px;
}
.client{
    position: absolute;
    display: block;
    background-color: #fff;
    text-align: left;
    top: 444px;
    left: 0;
    right: 0;
    z-index: 0;
}
.client-logo{
    display: inline-block;
    width: 100%;
    height: 105px;
    vertical-align: top;
    background-image:url(../images/client-logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 547px auto;
}
footer{
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ececec;
}
footer p{
    font-size: 13px;
    color: #424242;
    margin: 0;
    padding: 0;
    padding-bottom:5px;
}

@media(max-width:1000px){
    .container{
        width: auto;
        padding: 20px;
    }
    .grid-half{
        display: block;
        width: auto;
    }
    .offset{
        display: none;
    }
    .form{
        width:95%;
        margin: 20px 2.5%;
        margin-left: 113px !important;
    }
}
iframe{
    border: 0px;
    width: 100%;
    height: 100%;
    min-height:445px;
}


