.inner-nav.navbar-fixed-top{
    box-shadow: 0 0 10px -7px black;
    -webkit-box-shadow: 0 0 10px -7px black;
}

.inner-nav.navbar-fixed-top + .agent-banner{
    margin-top: 50px;
}

.agent-navbar{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: unset;
    border-radius: 0;
    border: none;
    background: white;
}

.agent-navbar .navbar-brand{
    float: left;
    width: 215px;
    height: auto;
    padding: 0;
}

.agent-navbar .navbar-nav > li > a {
    color: #484848;
    padding: 15px 10px;
    font-weight: 500;
}

.agent-navbar .navbar-nav > li > a .highlight{
    background: #201c4f; /*#42663d;*/
    padding: 8px 20px;
    color: white;
    font-weight: 600;
    border-radius: 50px;
    margin-left: 10px;
}

.agent-navbar .navbar-nav > li > a:focus, 
.agent-navbar .navbar-nav > li > a:hover {
    color: #1D5E87;
    background-color: transparent;
}

.agent-banner{
    float: left;
    width: 100%;
    padding: 80px 20px;
    /*background: linear-gradient(to right,#42663d,#42663d,#42663d);
    background: -webkit-linear-gradient(to right,#42663d,#42663d,#42663d);
    background: -moz-linear-gradient(to right,#42663d,#42663d,#42663d);
    background: -o-linear-gradient(to right,#42663d,#42663d,#42663d);*/
    background: linear-gradient(to right,#201c4f,#201c4f,#201c4f);
    background: -webkit-linear-gradient(to right,#201c4f,#201c4f,#201c4f);
    background: -moz-linear-gradient(to right,#201c4f,#201c4f,#201c4f);
    background: -o-linear-gradient(to right,#201c4f,#201c4f,#201c4f);
    min-height: calc(100vh - 51.6px);
}

.agent-banner .writings{
    float: left;
    width: 100%;
    color: white;
}

.agent-banner .writings .main-head{
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 1px 1px 2px black;
}

.agent-banner .writings .sub-head{
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: 500;
    color: #FFDDDE;
}

.agent-banner .writings .lists{
    float: left;
    width: 100%;
    margin: 0;
}

.agent-banner .writings .lists .list-head{
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.agent-banner .writings .lists ul{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.agent-banner .writings .lists ul li{
    float: left;
    width: 100%;
    position: relative;
    padding-left: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #fffbfb;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.agent-banner .writings .lists ul li i.ico{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
}

.agent-signupbox{
    float: left;
    position: relative;
    width: 100%;
    padding: 40px;
    background: white;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,.26);
    -webkit-box-shadow: 0 0px 5px 0 rgba(0,0,0,.26);
    border-radius: 5px;
}

.agent-signupbox:before{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    box-shadow: 0px 40px 18px -10px black;
    -webkit-box-shadow: 0px 40px 18px -10px black;
    height: 25px;
}

.agent-signupbox .title{
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    font-size: 20px;
    color: #0695FF;
}

.agent-signupbox .element-set .btn-submit{
    background: #42663d;
}


.boxes{
    float: left;
    width: 100%;
    padding: 40px;
    margin: 40px 0 20px 0;
}

.boxes .main-ico{
    font-size: 130px;
    color: #0097ED;
}

.boxes .head-text{
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 30px;
    font-family: Roboto;
    font-weight: 300;
    color: #252525;
}

.boxes .sub-text{
    float: left;
    width: 100%;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #515050;
    line-height: 20px;
}

.agent-testimonials{
    float: left;
    width: 100%;
}

/*

.agent-testimonials .item{
    float: left;
    width: 100%;
    margin: 40px 0 20px 0;
    padding: 0 20px 0 0;
    font-family: Roboto;
    font-weight: 300;
    border-radius: 2px;
}

*/

.agent-testimonials .item {
    float: left;
    width: 100%;
    margin: 20px 0 0px 0;
    font-family: Roboto;
    font-weight: 300;
    border-radius: 2px;
    background: white;
    padding: 20px;
    box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.03);
}

.agent-testimonials .item .head{
    float: left;
    width: 100%;
    padding: 0 0 0 50px;
    position: relative;
    margin-bottom: 10px;
}

.agent-testimonials .item .head .photo{
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.agent-testimonials .item .head .name{
    float: left;
    width: 100%;
    font-weight: 500;
    margin: 0;
    color: #0097ff;
}

.agent-testimonials .item .head .company{
    float: left;
    width: 100%;
    margin: 0;
    color: #858585;
    font-size: 13px;
}

.agent-testimonials .item .review{
    float: left;
    width: 100%;
    height: 74.2667px;
    overflow: hidden;
    font-size: 13px;
    color: #484848;
}

.connections{
    float: left;
    width: 100%;
}

.connections .item{
    float: left;
    width: 100%;
    margin: 40px 0 10px 0;
}

.subscribe-us{
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}

.subscribe-us .title{
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    font-size: 20px;
}

.subscribe-us .desc{
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 13px;
    font-weight: 400;
}

.subscribe-us fieldset{
    float: left;
    width: 100%;
    height: 50px;
    background: white;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
}

.subscribe-us fieldset input{
    float: left;
    width: 100%;
    height: 50px;
    padding: 0 93px 0 10px;
    color: #484848;
    font-weight: 400;
    border: none;
}

.subscribe-us fieldset button{
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    border: none;
    background: #4e504e;
    padding: 0 20px;
}