/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.gptw-topBar {
    padding: 8px 0;
    text-align: center;
    margin-bottom: 8px;
}

.top-section {
    padding: 30px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.48);
}

.gptw-certified-company {
    padding: 50px 0 0 0;
}

.cert_badge {
    max-width: 180px;
    margin: 0 auto;
}

/* .company-logo {
    max-width: 300px;
} */

.cert_employee_percent {
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cert_employee_percent p {
    margin-left: 20px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}

.cert_employee_percent input {
    font-family: 'Ubuntu', sans-serif;
}

/*- Company Overview -*/
.company-overview {
    border-bottom: 1px solid rgba(153, 153, 153, 0.48);
    padding: 0 0 30px 0;
}

.company-overview-title {
    margin: 15px 0 30px 0;
}

.company-overview-text {
    margin-bottom: 30px;
}

.company-size h4,
.company-sector h4,
.company-social h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

/*-Company Culture -*/
.company-culture {
    padding: 30px 0;
}

.company-culture-title {
    margin-bottom: 10px;
}

.company-culture-small-description {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}

.culture-bar {
    background: #eee;
    margin-bottom: 10px;
}

.inner-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}

.inner-bar h5 {
    font-size: 24px;
    color: #fff;
    margin: 0;
}

.company-bar .inner-bar {
    background: #FF1628;
}

.typical-bar .inner-bar {
    background: #000000;
}

.source {
    margin: 20px 0 0 0;
}

.culture-keyfigures {
    margin: 40px 0 20px 0;
}

.culture-keyfigures .col {
    max-width: 20%;
}

.culture-keyfigure {
    padding: 0 26px;
}

.culture-keyfigure-number {
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    color: #FF1628;
}

.culture-keyfigure-text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}

/*- Testimonials -*/
.testimonials-section {
    padding: 40px 0 20px 0;
    background: #F7F7F7;
}

.singleTestimonial {
    max-width: 900px;
    margin: 0 auto 25px auto;
}

.singleTestimonial__text {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 50px 0;
}

.singleTestimonial__meta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.singleTestimonial__meta img {
    max-width: 130px;
    height: auto;
    border-radius: 50%;
    margin-right: 30px;
}

.person_name {
    font-weight: bold;
    font-size: 14px;
}

.person_title {
    font-size: 14px;
}

.swiper-pagination-bullet-active {
    background: #000;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 30px;
    color: #000;
}

/*- Video Block -*/
.video-section {
    margin: 5px 0 0 0;
    background: #f7f7f7;
    padding: 50px 0 50px 0;
}

.video-container iframe {
    width: 100%;
    height: 410px;
}

.video-description {
    padding: 0 0 0 20px;
}

.video-description a {
    margin-top: 10px;
    border: 1px solid #000;
    padding: 8px 25px;
    display: inline-block;
    color: #000;
    font-size: 14px;
}

.video-description a:hover {
    background: #000;
    color: #fff;
}

/*- Life Section -*/
.life-section {
    padding: 40px 0;
}

.life-section h3 {
    margin-bottom: 40px;
}

.lifeCarouselWrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.48);
}

.lifeImage {
    max-width: 900px;
    margin: 0 auto;
    height: 500px;
}

.lifeImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/*- Workplaces list -*/
.workplaces-list {
    padding: 0 0 40px 0;
}

.workplaces-list .sub-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}

.workplaces-logos {
    max-width: 600px;
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cert-logo {
    max-width: 150px;
    height: auto;
    margin-right: 15px;
}

.cert-logo:last-child {
    margin-right: 0;
}

.cert-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.workplaces-highlights {
    margin: 50px 0 0 0;
}

.highlights {
    max-width: 600px;
    margin: 0 auto;
}

/*- Certified Footer -*/
.certified-footer {
    padding: 40px 0;
    background: #e7e7e7;
}

.cta {
    padding: 8px 20px;
    border: 1px solid #000;
    width: 250px;
    margin: 30px 0 20px 0;
    color: #000;
    display: inline-block;
    text-align: center;
}

.cta:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

/*-- Listings --*/
.gptw-listings-wrapper {
    padding: 40px 0;
}

.certifiedCard {
    margin-bottom: 30px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.16);
}

.certifiedCard__Image {
    width: 100%;
    height: 220px;

}

.certifiedCard__Image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.certifiedCard__Bottom {
    padding: 20px;
}

.certifiedCard__Bottom h3 {
    font-size: 22px;
}

.gptw-listings-form {
    margin-top: 50px;
}

.tabs-title {
    margin-right: 10px;
    background: #Fff;
    display: block;
    height: 100%;
    padding: 4px;
    font-weight: bold;
}

.btn-container {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fafafa;
}

.tab-btn {
    cursor: pointer;
    padding: 4px 15px;
    text-align: center;
    background: #e8e8e8;
    color: #000;
}

.tab-btn.active {
    background: #000;
    color: #fff;
}

.tab-content {
    padding: 20px;
}

.certified_company_card {
    width: 100%;
    margin: 0 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.certified-counter {
    font-size: 50px;
    margin: 0;
    color: #888;
}

.certified-title {
    margin: 0 0 10px 0 !important;
}

.certified-image {
    max-width: 300px;
    height: 200px;
}

.certified-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.content.tab-content {
    display: none;
}

.tab-content.content.active {
    display: block;
}

/*- Utility Classes */
.text-center {
    text-align: center;
}

.red-text {
    color: #FF1628;
}

.is-bold {
    font-weight: bold;
}

@media all and (max-width: 820px) {
    .tabs-title {
        display: none;
    }

    .cert_employee_percent {
        margin-top: 30px !important;
    }

    .company-culture-description {
        margin-bottom: 30px;
    }

    .certified-image {
        max-width: 200px;
    }

    .certified_company_card {
        padding-bottom: 20px;
        border-bottom: 1px solid #e8e8e8;
    }
}

@media all and (max-width: 600px) {
    .company-name {
        text-align: center;
    }

    .cert_employee_percent {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .cert_employee_percent p {
        margin-top: 20px !important;
        text-align: center;
        margin-right: unset !important;
        margin-left: unset !important;
    }

    .culture-keyfigures .col {
        max-width: 50% !important;
    }

    .video-container {
        margin-bottom: 30px;
    }

    .tab-btn {
        padding: 4px 0;
        width: 100%;
    }

    .certified-counter {
        font-size: 30px;
    }

    .certified-title {
        font-size: 20px;
        line-height: 26px;
    }

    .certified_company_card {
        flex-wrap: wrap;
        padding-bottom: 20px;
        border-bottom: 1px solid #fafafa;
    }

    .certified-image {
        max-width: 120px;
        height: auto;
    }

    .certified-badge {
        max-width: 95px;
    }
}

.socials__link {

    background: #000;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    color: #Fff;
    display: inline-block;
    margin-right: 5px;

}

.socials__link:last-child {
    margin-right: 0;
}

.plus-table td[data-title="Website"] a {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}

.plus-table td[data-title="Website"] a .plus-table__text-inner {
    display: none;
}

.plus-table td[data-title="Website"] a:after {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Icons' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000000;stroke-width:2;stroke-miterlimit:10;%7D .st1%7Bfill:none;stroke:%23000000;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:10;%7D .st2%7Bfill:none;stroke:%23000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st3%7Bfill:none;stroke:%23000000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;%7D .st4%7Bfill:none;stroke:%23000000;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:3;%7D%0A%3C/style%3E%3Ccircle class='st1' cx='16' cy='16' r='13'/%3E%3Cellipse class='st1' cx='16' cy='16' rx='6' ry='13'/%3E%3Cline class='st1' x1='3' y1='16' x2='29' y2='16'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
}

/***********************************************************************************************************************************************/
/********************A wizard is never late, Frodo Baggins. Nor is he early. He arrives precisely when he means*********************************/
/***********************************************************************************************************************************************/

/*******************************************************************************************************************/
/*				  													              CERTIFIED COMPANIES ARCHIVE PAGE*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                        GRID*/
/****************************************************************************/

.page-template-certified-listings .listing-highlights {
    background-color: #ed3428;
    padding: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
    width: 100%;
}

.page-template-certified-listings .listing-highlights h2 {
    color: #ffffff;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.page-template-certified-listings .listing-highlights h2:after {
    content: '';
    border-bottom: 3px solid #ffffff;
    display: block;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.page-template-certified-listings .listing-highlights .related-posts {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.page-template-certified-listings .listing-highlights .related-posts>a {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: calc(33.33% - 20px);
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.page-template-certified-listings .listing-highlights .related-posts>a:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.page-template-certified-listings .listing-highlights .related-posts>a .related-post__image {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 250px;
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transition: transform .5s ease-in-out;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -ms-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
}

.page-template-certified-listings .listing-highlights .related-posts>a:hover .related-post__image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.page-template-certified-listings .listing-highlights .related-posts>a .related-post__image img {
    object-fit: contain;
    object-position: center;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.page-template-certified-listings .listing-highlights .related-posts>a h3 {
    color: #ffffff;
    font-size: 23px;
    margin-top: 20px;
}

.page-template-certified-listings .banner-separator {
    background-color: #f7f7f7;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
    width: 100%;
}

.page-template-certified-listings .facetwp-template {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.page-template-certified-listings .facetwp-template>div {
    flex: unset;
    flex-basis: unset;
    padding: 0px;
    max-width: unset;
    width: calc(33.33% - 20px) !important;
}

.page-template-certified-listings .facetwp-template .banner-separator {
    width: calc(100% - 0px) !important;
}

.page-template-certified-listings .facetwp-template>div .certifiedCard {
    position: relative;
    padding-bottom: 40px;
}

.page-template-certified-listings .facetwp-template>div .certifiedCard .read-more-button {
    color: #000000;
    font-weight: 500;
    position: absolute;
    left: 20px;
    bottom: 30px;
    transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -ms-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
}

.page-template-certified-listings .facetwp-template>div .certifiedCard .read-more-button:hover {
    color: #ed3428;
}

.page-template-certified-listings .facetwp-template>div .certifiedCard .read-more-button:after {
    content: '';
    border-bottom: 2px solid #ed3428;
    display: block;
    margin-top: 5px;
    width: 50%;
    transition: width 0.4s ease-in-out;
    -webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -ms-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
}

.page-template-certified-listings .facetwp-template>div .certifiedCard .read-more-button:hover:after {
    width: 100%;
}

.page-template-certified-listings .banner-separator .inner-container .grid-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.page-template-certified-listings .banner-separator .inner-container .grid-wrapper>div {
    width: calc(50% - 50px);
}

.page-template-certified-listings .banner-separator .inner-container .grid-wrapper>div h2 {
    text-align: center;
}

.page-template-certified-listings .banner-separator .inner-container .grid-wrapper>div a {
    border: 2px solid #000000;
    color: #000000;
    display: block;
    font-weight: 500;
    padding: 15px 40px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.page-template-certified-listings .banner-separator .inner-container .grid-wrapper>div a:hover {
    background-color: #ed3428;
    border-color: transparent;
    color: #ffffff;
}

.page-template-certified-listings .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-template-certified-listings .pagination .facetwp-page.active,
.page-template-certified-listings .pagination .facetwp-page:hover {
    color: #ed3428;
    font-weight: 500 !important;
}

.page-template-certified-listings .pagination .facetwp-page {
    color: #000000;
}

/*******************************************************************************************************************/
/*				  													                    CERTIFIED COMPANIES SINGLE*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                 STATUS BARS*/
/****************************************************************************/

.single-gptw_cert_profile .status-bars {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-gptw_cert_profile .status-bars .inner-container {
    border-bottom: 1px solid rgba(153, 153, 153, 0.48);
    padding-bottom: 80px;
}

.single-gptw_cert_profile .status-bars .inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
}

.single-gptw_cert_profile .status-bars .inner-container h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.single-gptw_cert_profile .status-bars .inner-container>p:not(.note) {
    text-align: center;
}

.single-gptw_cert_profile .status-bars .inner-container .grid-wrapper1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-gptw_cert_profile .status-bars .inner-container .grid-wrapper1>div:nth-child(1) {
    width: calc(30% - 20px);
}

.single-gptw_cert_profile .status-bars .inner-container .grid-wrapper1>div:nth-child(2) {
    width: calc(70% - 20px);
}

.single-gptw_cert_profile .status-bars .inner-container .grid-wrapper1>div:nth-child(1) p {
    font-size: 22px;
    line-height: 32px;
}

.single-gptw_cert_profile .status-bars .inner-container .grid-wrapper1>div:nth-child(1) p strong {
    color: #FF1628;
}

.single-gptw_cert_profile .status-bars .inner-container .grid-wrapper1>div .status-bar {
    background-color: #f0f0f0;
    position: relative;
    width: 80%;
}

.single-gptw_cert_profile .status-bars .inner-container .grid-wrapper1>div .status-bar:not(:last-child) {
    margin-bottom: 10px;
}

.single-gptw_cert_profile .status-bars .inner-container .grid-wrapper1>div .status-bar .status-bar-fill {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 20px;
    line-height: 30px;
    height: 100px;
    width: 0;
    transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
}

.single-gptw_cert_profile .status-bars .inner-container .grid-wrapper1>div .status-bar .status-bar-fill span {
    padding: 20px;
}

.single-gptw_cert_profile .status-bars .inner-container .grid-wrapper1>div .status-bar .status-bar-percentage {
    color: #000000;
    font-size: 48px;
    font-weight: 600;
    position: absolute;
    top: 15%;
    right: -180px;
}

.single-gptw_cert_profile .status-bars .inner-container .grid-wrapper1 .note {
    display: flex;
    justify-content: center;
    font-style: italic;
    padding-left: 210px;
    width: calc(70% - 0px);
}

.single-gptw_cert_profile .status-bars .inner-container .grid-wrapper2 {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.single-gptw_cert_profile .status-bars .inner-container .grid-wrapper2>div {
    padding: 25px;
    width: calc(25% - 30px);
}

.single-gptw_cert_profile .status-bars .inner-container .grid-wrapper2>div:nth-child(odd):not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.04);
}

.single-gptw_cert_profile .status-bars .inner-container .grid-wrapper2>div:nth-child(even) {
    border-left: 1px solid rgba(0, 0, 0, 0.04);
}

.single-gptw_cert_profile .status-bars .inner-container .grid-wrapper2>div .percentage {
    color: #000000;
    font-size: 48px;
    font-weight: 500;
}

/****************************************************************************/
/*				  								                TESTIMONIALS*/
/****************************************************************************/
.single-gptw_cert_profile .testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-gptw_cert_profile .testimonials .inner-container {
    border-bottom: 1px solid rgba(153, 153, 153, 0.48);
    padding-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
}

.single-gptw_cert_profile .testimonials .inner-container h3 {
    text-align: center;
}

.single-gptw_cert_profile .testimonials .inner-container .swiper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.single-gptw_cert_profile .testimonials .inner-container .swiper .swiper-slide {
    padding-bottom: 50px;
}

.single-gptw_cert_profile .testimonials .inner-container .swiper .swiper-slide h4 {
    font-size: 18px;
}

.single-gptw_cert_profile .testimonials .inner-container .swiper .swiper-pagination {
    bottom: 0px;
}

.single-gptw_cert_profile .testimonials .inner-container .swiper .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    width: 15px;
    height: 15px;
}

.single-gptw_cert_profile .testimonials .inner-container .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #FF1628;
}

/****************************************************************************/
/*				  								               lIFE CAROUSEL*/
/****************************************************************************/

.single-gptw_cert_profile .life-section {
    padding-bottom: 0px;
}

.single-gptw_cert_profile .lifeCarouselWrapper {
    border-bottom: none;
}

/****************************************************************************/
/*				  								              CAREER SECTION*/
/****************************************************************************/

.single-gptw_cert_profile .career-section {
    margin-bottom: 100px;
}

.single-gptw_cert_profile .career-section .inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
}

.single-gptw_cert_profile .career-section .inner-container .grid-wrapper {
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 40px;
}

.single-gptw_cert_profile .career-section .inner-container .grid-wrapper>div:first-child {
    width: calc(40% - 30px);
}

.single-gptw_cert_profile .career-section .inner-container .grid-wrapper>div:nth-child(2) {
    width: calc(60% - 30px);
}

.single-gptw_cert_profile .career-section .inner-container .grid-wrapper>div h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 20px;
}

.single-gptw_cert_profile .career-section .inner-container .grid-wrapper>div a {
    background-color: #FF1628;
    border: 1px solid transparent;
    color: #ffffff;
    display: block;
    padding: 15px 20px;
    width: fit-content;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.single-gptw_cert_profile .career-section .inner-container .grid-wrapper>div a:hover {
    background-color: transparent;
    border-color: #FF1628;
    color: #000000;
}