/* Teaser */

.teaser-content {
    margin-top: -260px;
    position: relative;
    z-index: 2;
}

.teaser-content .inner {
	background: #fff;
	border: 1px solid #ddd;
	transform: scale(1.0);
	transition: .2s;
}

.teaser-content .inner:hover {
	transform: scale(1.03);
	transition: .2s;
}

.teaser-content .icon {
    width: 60px;
    margin: auto;
}

.teaser-content .inner p {
    display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* Service */

.service-content h4 span {
	font-size: 16px;
}

.service-content .icon {
    flex: none;
    width: 50px;
    margin-right: 10px;
}


/* Aside */

.aside-content .padding {
	padding: 0 100px;
}

.aside-content h2,
.aside-content h4 {
    color: #fff !important;
}


/* Partners */

.partners-content {
    background: #fff;
}

.brands_slider {
    height: 100%;
}

.brands_item {
    height: 100%;
    transform: scale(1.1);
    line-height: 0;
}

.brands_item a {
    padding: 20px;
}

.brands_item img {
    max-width: 100%;
    max-height: 100px;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.brands_nav {
    display: none;
}

.owl-carousel .owl-stage,
.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-stage-outer {
    padding-left: 10px;
}


/* Footer */

.prefooter-content {
	background: #2c4e6e;
}

.prefooter-content a,
footer a {
	color: #fff;
}

.prefooter-content i {
	color: #3ab1a8;
}

footer {
    background: #55616c;
    font-size: 12px;
}

a.top-scroll {
    position: fixed;
    right: -100px;
    bottom: 30px;
    width: 46px;
    line-height: 40px;
    text-align: center;
    background: #3ab1a8;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    border: 3px solid #3ab1a8;
    z-index: 99;
    border-radius: 50%;
}