#testimonials .carousel-inner img {
    width: 160px !important;
    /* height: 160px; */
    /* border-radius: 50%; */
    height: auto !important;
    border-radius: 0% !important;
}

.navbar-custom.top-nav-collapse .navbar-brand .logodark {
    max-width: 160px;
    max-height: none;
}

a.navbar-brand {
	padding-top: 10px !important;
}

#benefits h4 {
	font-size: 14px;
}

@media screen and (max-width: 487px) {
	.navbar-custom .navbar-brand .logo {
	    max-height: 2em !important;
	    display: inline-block;
	}
}

@media screen and (min-width: 487px) and (max-width: 1079px) {
	.navbar-custom .navbar-brand .logo {
	    max-height: 15vh !important;
	    display: inline-block;
	}
}

@media screen and (min-width: 1080px) {
	.navbar-custom .navbar-brand .logo {
	    max-height: 15vh !important;
	    display: inline-block;
	}
}

/*client section*/
.bx-viewport {
    border: none !important;
}
.client-section {
    background: #f9fafb;
    padding-bottom: 60px;
    overflow: hidden;
}
.client-section ul.client-list {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.client-section ul.client-list li {
    list-style: none;
    float: left;
    width: 16.666%;
    padding-right: 10px;
    padding-left: 10px;
}
.client-section ul.client-list li a {
    width: 100%;
    height: 70px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.client-section ul.client-list li a img {
    /*width: 100%;*/
}
.client-section ul.client-list li a:hover {
    opacity: 0.7;
}
.client-section .bx-wrapper .bx-pager {
    display: none;
}
.client-section .bx-wrapper .bx-controls-direction a {
    display: inline-block;
    text-decoration: none;
    /*transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;*/
    top: 0;
    /*width: 40px;
    height: 40px;*/
    color: #999999;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 3px 0 #e5e5e5;
    -webkit-box-shadow: 0 3px 0 #e5e5e5;
    -moz-box-shadow: 0 3px 0 #e5e5e5;
    -o-box-shadow: 0 3px 0 #e5e5e5;*/
    margin: 0 8px;
    position: absolute;
    margin-top: 10px;
    /*background: #ffffff;*/
}
.client-section .bx-wrapper .bx-controls-direction a.bx-prev {
    margin-left: -60px;
}
.client-section .bx-wrapper .bx-controls-direction a.bx-next {
    margin-right: -50px;
}

.client-section .bx-wrapper .bx-controls-direction a:hover {
    /*border: 1px solid #999999;*/
}

@media (max-width:767px) {
	.client-section .bx-wrapper .bx-controls-direction {
        display: none;
    }
    .bx-wrapper {
        margin: 0 auto 20px;
    }
}

/*circle-progress*/
.circle span {
    font-size: 20px;
    display: block;
    margin-top: -5px;
}