*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Open Sans', Arial, sans-serif;
}
.top-banner{
    height: 60rem !important;
    background-size: 90%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    
    
}

@media screen and (max-width: 1440px) {
    .top-banner{
        height: 45rem !important;
        background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-position: center !important;
    }
}
@media screen and (max-width: 720px) {
    .top-banner{
        height: 15rem !important;
    background-size: 100%;

        background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-position: top !important;
    }
}



.agency-featured{
    padding: 20px 0;
} 

.agency-featured h2{
    color: #676767;
    font-size: 27px;
    font-weight: lighter;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.agency-featured h1{
    color: #222222;
    font-size: 37px;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
}
.agency-featured h4{
    color: #555b65;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0;
}
.agency-featured p{
    font-size: 16px;
    color: #9aa0a9;
}
.agency-information-section{
 padding: 50px 0;
    /* background: #f7f7f7; */
}
.agency-block{
    padding: 20px;
    margin: 0 auto;
    border-radius: 10px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    background: #fff;
    transition: all ease-in-out 0.3s;
}
/* .agency-block:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;   
} */
.agency-information-section .agency-block h4{
    color: #555b65;
    font-size: 22px;
    font-weight: bold;
    /* text-align: center; */
}
.agency-block .agemcy-img{
    /* width: 150px;
    height: 150px;
    margin: 20px auto; */
    /* border-radius: 50%; */
    /* border: #555b65; */
    text-align: center;
}
.agency-block .agemcy-img img{
    width: 80%;
    height: 100%;
    /* border-radius: 50%; */
}
.agency-block .info{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.agency-block .info strong{
    width: 100px;
}
.agency-block .info span{
    width: calc(100% - 100px);
}

.form-bg {
    background: rgba(0, 0, 0, 0.35) url(/marketing1/img/form.jpg)no-repeat center center/cover;
    background-attachment: fixed;
    position: relative;
}
.form-bg:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    background-color: #50505070;
}
.form-bg .container{
    position: relative;
    z-index: 2;
}
form.agency-block{
    background: #ffffffed;
}
.form-bg h1{
    color: #f4f4f6;
}
.form-bg h2{
    color: #ffffffed;
}
form.agency-block label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #9aa0a9;
}
form.agency-block .form-control {
    border: 1px solid #dedede;
    border-radius: 3px;
    height: 45px;
    margin-top: 0;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}
form.agency-block textarea.form-control {
    height: auto;
}
form.agency-block input[type="submit"] {
    background: #df4848 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    height: 52px;
    text-transform: capitalize;
    margin-top: 10px;
    padding: 5px;
    width: 100%;
}