/*******************************************************
 *
 * Why Work With Us
 *
 *******************************************************/
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#content .global-title h2 > small {
    font-size: 20px;
    font-family: var(--body-font);
}

#content .global-title h2 {
    font-weight: normal;
}

#content .entry-title {
    margin-top: 100px;
}

.ip-container #breadcrumbs {
    font-family: var(--cormorant);
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 500;
    color: #000;
}

.ip-banner canvas {
    min-height: 360px;
    opacity: .70;
}

.ip-banner {
    background-color: #000;
}

.ip-banner:after {
    opacity: 0;
}

.stats-container, .stats-main, .stats-item ul, .stats-item ul li, .stats-btn {
    display: block;
    position: relative;
}

.stats-container {
    font-size: 0;
    padding: 70px 0 113px;
}

.stats-container .custom-container {
    max-width: 90%;
}

.stats-main .global-title {
    margin-bottom: 80px;
}

.stats-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.stats-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 5px;
}

.stats-item ul li {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--font-family-default);
}

.stats-item ul li span {
    /* font-size: 72px; */
    font-size: 50px;
    line-height: 1;
    font-weight: 500;
    color: var(--secondary);
    text-transform: uppercase;
    font-family: var(--cormorant);
    display: block;
    margin-bottom: 10px;
}

.stats-item ul li span em {
    font-style: normal;
}

.stats-btn {
    margin: 67px auto 0;
}

.stats-btn a {
    margin: 0 auto;
}

#content .stats-item ul li span em {
    font-style: normal;
}

#content .stats-item ul {
    margin: 0;
}

/* Certification */
.cert-container, .cert-main, .cert-item {
    display: block;
    position: relative;
}

.cert-container {
    font-size: 0;
    padding: 100px 0 120px;
}

.cert-bg {
    background-color: #1c3552;
}

.cert-bg canvas {
    opacity: .30;
    -webkit-filter: blur(4px) grayscale(1);
    filter: blur(4px) grayscale(1);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.cert-main .global-title {
    margin-bottom: 60px;
}

.cert-main {
}

.cert-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.cert-col {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#content .cert-item h2 {
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    color: var(--secondary);
    text-transform: uppercase;
    text-align: center;
    font-family: var(--cormorant);
    margin: 0;
}

.cert-item h2 span {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.cert-container .custom-container {
    max-width: 950px;
}

.cert-item:not(:last-child) {
    margin-bottom: 60px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1560px) {
    .stats-item ul li span {
        font-size: 40px;
    }

    .stats-item ul li {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1366px) {
    .stats-item ul li span {
        font-size: 35px;
    }

    .stats-container .custom-container {
        max-width: 1170px;
    }

    .stats-item ul li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1280px) {
    .stats-main .global-title {
        margin-bottom: 50px;
    }

    .stats-container .custom-container {
        max-width: 1120px;
    }

    #content .entry-title {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    #content .entry-title {
        margin-top: 50px;
    }

    .stats-item ul li span {
        font-size: 30px;
    }

    .stats-item ul li {
        font-size: 13px;
    }

    .stats-btn {
        margin: 40px auto 0;
    }

    .stats-main .global-title {
        margin-bottom: 40px;
    }

    .stats-container {
        padding: 90px 0 70px;
    }

    #content .cert-item h2 {
        font-size: 35px;
    }

    .cert-container .custom-container {
        max-width: 750px;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .stats-item {
        display: block;
    }

    .stats-list {
        display: block;
    }

    .stats-item:not(:last-child) {
        margin-bottom: 30px;
    }

    .stats-container {
        padding: 30px 0 63px;
    }

    .stats-main .global-title {
        margin-bottom: 20px;
    }

    .stats-item ul li span {
        font-size: 40px;
    }

    .custom-container {
    }

    .cert-row {
        display: block;
    }

    .cert-col {
        display: block;
    }

    .cert-item:not(:last-child), .cert-col:not(:last-child) {
        margin-bottom: 45px;
    }

    .cert-col {
    }

    #content .cert-item h2 {
        font-size: 30px;
    }

    .cert-container {
        padding: 70px 0;
    }

    .cert-main .global-title {
        margin-bottom: 40px;
    }

    .stats-btn {
        margin: 50px auto 0;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 567px) {
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 359px) {
    .stats-item ul li span {
        font-size: 45px;
    }
}
