/*********************************************************************************

	Template Name: Template Full Name Here
	Description: A perfect template to build beautiful and unique medical websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is custom css.

**********************************************************************************/

.admin-bar .header-default.header-transparent.position-from--top.headroom--not-top {
    top: 32px;
}

.logos {
    width: 100%;
}

.logos .logo {
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .logos .logo {
        margin-bottom: 40px;
    }

    .logos .logo:nth-of-type(9){
        display: none;
    }
}

.logos img {
    max-width: 180px;
}

.mt--300 {
    margin-top: 300px;
}

/* Mobile */
@media screen and (max-width: 768px) {
    .header-default.header-transparent.position-from--top {
        padding-top: 0;
    }

    .presentation-slider-wrapper {
        width: 100%;
    }

    .single-motive-speach .content h4 {
        font-size: 16px;
        margin: 0;
    }

    /* Bars */
    .presentation-slider-wrapper .presentation-inner .inner.skill-area {
        padding-left: 0;
        padding-right: 0;
    }
    p.bk_pra {
        font-size: 12px;
    }
    .bkseparator--20 {
        height: 0;
    }
    h2.heading-h2 {
        font-size: 20px;
    }
    .progress-charts h6.heading {
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    .progress-charts .progress .progress-bar span.percent-label {
        top: -25px;
    }
}
@media screen and (max-width: 480px) {
    h2.heading-h2 {
        font-size: 24px;
    }
    .bkseparator--20 {
        height: 10px;
    }
    p.bk_pra {
        font-size: 13px;
    }
}