div#navbar.navbar-default {
    background-size: cover;
    position: relative;
    background-image: url(images/sec_poly_background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

div#navbar.navbar-default .ace-nav > li > a {
    background-color: transparent;
    padding: 0px 12px;
}

div#navbar.navbar-default .ace-nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.12) !important;
}

div#navbar.navbar-default .ace-nav > li > a:hover {
    opacity: 0.7;
}


div#navbar.navbar-default .ace-nav > li .dropdown-menu {
    border-radius: 4px!important;
    box-shadow: 1px 3px 30px rgba(0, 0, 0, 0.09);
}

div#navbar.navbar-default .ace-nav > li ul.dropdown-menu li > a:hover,
div#navbar.navbar-default .ace-nav > li #cssmenu ul li ul li > a:hover {
    background: rgba(54, 137, 191, 0.12);
    color: #606266;
    transition: ease-in-out 0.1s;
}

.guest-see .row {
    margin-bottom: 20px;
}

.guest-see h5 {
    margin: 20px 0 30px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
    font-size: 22px;
    text-align: center;
}

.guest-see p {
    font-size: 16px;
}

.guest-see img.ill {
    max-width: 92px;
}

.guest-see .left-img img {
    float: right;
}

.guest-see .right-img img {
    float: left;
}

.guest-see .left-img img:after,
.guest-see .right-img img:after{
    display: table;
    content: " ";
    clear: both;
}




section.testimonial {
    padding: 70px 0;
    position: relative;
    min-height: 50px;
    background-color: #F6F9FD;
}

section.testimonial .container {
    max-width: 100%;
}

section.testimonial .testimonial-holder {
    max-width: 800px;
    margin: auto;
    display: flex;
    align-items: inherit;
    font-size: 16px;
}

section.testimonial .testimonial-holder .user {
    margin-right: 10px;
}

section.testimonial .testimonial-holder .user img {
    display: block;
    max-width: 100%;
    height: auto;
}

section.testimonial .testimonial-holder span.client-name {
    font-size: 18px;
    color: #142F39;
    font-weight: 400;
}

.testimonial-holder .testimonial.content:after {
    content: url(images/right-quote.svg);
    position: absolute;
    display: block;
    width: 36px;
    top: 0;
    right: -32px;
}

a.btn.btn-success.btn-lg {
    border-radius: 3px;
    padding: 15px 25px;
    font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    margin: 20px auto;
    display: block;
    max-width: 260px;
    background-color: #48A931!important;
    border-color: #48A931;
    color: #fff!important;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.19)!important;
}