body {
    background-color: #fff;
    color: #2b2a4c;
}

.side-nav > li span {
    color: #000;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 60vh;
    background: url("/landing-page/assets/img/26-2019-01-pengelolaan-laboratorium-660x405.jpg")
        center center;
    background-size: cover;
    position: relative;
    margin-top: 70px;
    padding-top: 0;
    border-radius: 32px;
    text-align: center;
}

#hero:before {
    content: "";
    background: rgba(56, 64, 70, 0.7);
    border-radius: 32px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .container {
    z-index: 2;
    padding: 9px;
    padding-top: 29px;
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

#hero h1 span {
    border-bottom: 4px solid #3498db;
}

#hero h2 {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    font-size: 24px;
}

#hero .btn-get-started {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 12px 28px;
    border-radius: 4px;
    transition: ease-in-out 0.3s;
    color: #fff;
    background: #3498db;
    text-transform: uppercase;
}

#hero .btn-get-started:hover {
    background: #4ea5e0;
}

@media (max-width: 992px) {
    #hero {
        height: calc(100vh - 70px);
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 30px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

#hero .container,
#about .container,
#counts .container,
#testimonials .container,
#contact .container {
    outline: unset;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
    padding: 10px 0;
}

.about h3 {
    font-weight: 600;
    font-size: 32px;
}

.about ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.about ul li + li {
    margin-top: 10px;
}

.about ul li {
    position: relative;
    padding-left: 26px;
}

.about ul i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    color: #3498db;
}

.about .icon-boxes {
    padding-top: 10px;
}

.about .icon-boxes h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.about .icon-boxes i {
    font-size: 48px;
    color: #3498db;
}

.about .icon-boxes p {
    font-size: 15px;
    color: #848484;
}

.header--nav-toggle {
    background: black;
}

.intro--banner::before {
    content: unset;
    /* position: absolute;
	bottom: 20px;
	left: -15px;
	right: 0;
	height: 2px;
	background-color: #282828; */
}

.intro--banner::after {
    background: unset;
}

.intro--banner img {
    position: relative;
    bottom: unset;
    right: unset;
}

.swiper {
    width: 900px;
}

.testimonials-slider.swiper {
    height: 370px;
}

.portfolio.swiper {
    height: 470px;
}

.testimonials-slider.swiper {
    height: 370px;
}

.intro--banner .portfolio-item img {
    height: 200px;
}

.portfolio .portfolio-item {
    height: 470px !important;
    display: flex;
    align-items: center;
}

.portfolio .portfolio-item .portfolio-info {
    height: 100% !important;
    padding-top: 20px !important;
}

.portfolio .portfolio-item figure {
    height: unset !important;
    text-align: center;
}

.testimonials .swiper-pagination {
    position: absolute !important;
}
