.cms-about .breadcrumbs {
    display: none;
}

.breadcrumbs-repositioned .breadcrumbs {
    display: block !important;
    opacity: 0;
    transition: ease all 600ms;
    margin-left: 0 !important;
}

.cms-about #about-page-header-text {
    display: block;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3) !important;
}

.cms-about #header-column .inner-container {
    width: fit-content;
    margin: 0 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.cms-about #header-column {
    min-height: 240px;
}

.cms-about #about-page-header-text h1 {
    margin-bottom: 0;
}

.cms-about #about-header-block {
    width: 100%;
    min-height: 240px;
    max-height: 240px;
    background-image: url(https://boltfast.co.za/fishgate/images/about/about-header-banner-bg.jpeg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
}

.cms-about #header-image {
    position: absolute;
    top: 0;
    left: -10px;
    width: 85%;
    min-width: 516px;
    max-height: 720px;
}

.cms-about #header-image img {
    max-height: 720px;
}

#banner-image-container {
    position: relative;
    min-height: 240px;
    overflow: visible;
}

.cms-about #company-history-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 450px !important;
    transition: ease all 600ms !important;
}

.cms-about #company-history-column .company-history-column {
    align-items: flex-start;
    justify-content: flex-start;
}

/*--Company History Styling---*/
.cms-about #company-history {
    max-width: 454px;
    margin-top: 70px;
    margin-bottom: 50px;
}

.cms-about #company-history .read-more-btn {
    display: block;
    width: 139px;
    height: 40px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    background-color: #FFD600;
    position: relative;
    margin-top: 50px;
    padding: 0 17px 0 0;
    transition: ease all 400ms;
    cursor: pointer;
}

.cms-about #company-history .read-more-btn:hover {
    display: block;
    width: 139px;
    height: 40px;
    color: #ffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    background-color: #00ADEF;
    position: relative;
    margin-top: 50px;
    padding: 0 17px 0 0;
    transition: ease all 400ms;
    cursor: pointer;
}

.cms-about #company-history .read-more-btn:before {
    content: '';
    display: block;
    width: 2px;
    height: 12px;
    background-color: #000000;
    transform: rotate(-45deg);
    position: absolute;
    right: 24px;
    transition: ease all 400ms;
    top: calc(50% - 6px);
}

.cms-about #company-history .read-more-btn:after {
    content: '';
    display: block;
    width: 2px;
    height: 12px;
    background-color: #000000;
    transform: rotate(45deg);
    position: absolute;
    right: 16px;
    transition: ease all 400ms;
    top: calc(50% - 6px);
}

.cms-about #company-history .read-more-btn:hover:before {
    content: '';
    display: block;
    width: 2px;
    height: 12px;
    background-color: #ffffff;
    transform: rotate(-45deg);
    position: absolute;
    right: 24px;
    transition: ease all 400ms;
    top: calc(50% - 6px);
}

.cms-about #company-history .read-more-btn:hover:after {
    content: '';
    display: block;
    width: 2px;
    height: 12px;
    background-color: #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 16px;
    transition: ease all 400ms;
    top: calc(50% - 6px);
}

.cms-about #company-history .read-more-btn.open {
    display: block;
    width: 139px;
    height: 40px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    background-color: #00ADEF;
    position: relative;
    margin-top: 50px;
    padding: 0 17px 0 0;
    transition: ease all 400ms;
    cursor: pointer;
}

.cms-about #company-history .read-more-btn.open:hover {
    display: block;
    width: 139px;
    height: 40px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    background-color: #FFD600;
    position: relative;
    margin-top: 50px;
    padding: 0 17px 0 0;
    transition: ease all 400ms;
    cursor: pointer;
}

.cms-about #company-history .read-more-btn.open:before {
    content: '';
    display: block;
    width: 2px;
    height: 12px;
    background-color: #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 24px;
    transition: ease all 400ms;
    top: calc(50% - 6px);
}

.cms-about #company-history .read-more-btn.open:after {
    content: '';
    display: block;
    width: 2px;
    height: 12px;
    background-color: #ffffff;
    transform: rotate(-45deg);
    position: absolute;
    right: 16px;
    transition: ease all 400ms;
    top: calc(50% - 6px);
}

.cms-about #company-history .read-more-btn.open:hover:before {
    content: '';
    display: block;
    width: 2px;
    height: 12px;
    background-color: #000000;
    transform: rotate(45deg);
    position: absolute;
    right: 24px;
    transition: ease all 400ms;
    top: calc(50% - 6px);
}

.cms-about #company-history .read-more-btn.open:hover:after {
    content: '';
    display: block;
    width: 2px;
    height: 12px;
    background-color: #000000;
    transform: rotate(-45deg);
    position: absolute;
    right: 16px;
    transition: ease all 400ms;
    top: calc(50% - 6px);
}



.read-more-btn-mobile {
    display: none;
}

.cms-about #company-history .extra-content.open {
    max-height: 900px !important;
    transition: ease all 600ms !important;
}

/*--Company History Styling END---*/
.cms-about #section-1-content-row,
.cms-about #section-1-content-row .inner-content {
    position: relative;
    min-height: 498px !important;
}

.cms-about #breadcrumbs-in-header {
    width: 100%;
}

.cms-about #breadcrumbs-in-header .breadcrumbs-content {
    margin-bottom: 17px;
}

.cms-about .breadcrumbs {
    margin-bottom: 0;
    padding-left: 0;
}

.cms-about .breadcrumbs li,
.cms-about .breadcrumbs li a,
.cms-about .breadcrumbs strong {
    color: #ffffff !important;
    font-weight: 400 !important;
    font-size: 14px;
    text-decoration: none;
    /*text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3) !important;*/
}

/*---About Page Grid Layout and Styling---*/
.cms-about .container-flex-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cms-about .container-flex-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.cms-about .grid-item {
    width: 458px;
    position: relative !important;
    max-height: 255px;
    margin-bottom: 20px;
    transition: ease all 800ms;
}

.cms-about .grid-item.open {
    width: 458px;
    position: relative !important;
    max-height: 800px;
    margin-bottom: 20px;
    transition: ease all 800ms;
}


.cms-about .grid-item:first-child {
    width: 458px;
    margin-right: 20px;
}

.cms-about .grid-item:last-child {
    width: 458px;
    margin-left: 20px;
}

.cms-about .element-header-text {
    font-size: 22px;
    color: #fff;
    margin: 28px 0 0 25px;
    line-height: 30px;
}

.cms-about .element-container {
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    background-color: #00ADEF;
    position: relative;
    z-index: 2;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 43px), calc(100% - 25px) 100%, 0% 100%);
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.29));
}

.cms-about .border-container {
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    background-color: #ffffff;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 43px), calc(100% - 25px) 100%, 0% 100%);
}

.cms-about .element-img-container {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.29);
    background-color: transparent;
}

.cms-about .element-img-container img {
    display: block;
}

.cms-about .element-content {
    width: 100%;
    padding: 25px 25px 0 25px;
    overflow: hidden;
    max-height: 0;
    transition: ease all 800ms;
    margin-bottom: 0;
}

.cms-about .element-content.open {
    width: 100%;
    padding: 25px 25px 0 25px;
    overflow: hidden;
    max-height: 500px !important;
    transition: ease all 800ms;
    margin-bottom: 25px;
}

.cms-about .element-text {
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    display: block;
    padding: 0;
}

/*---List with Icon Styling---*/

.cms-about .best-item-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.cms-about .best-item-container .best-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cms-about .best-item-container .best-icon img {
    display: block;
}

.cms-about .best-item-container .best-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 50px;
    padding-left: 20px;
}

.cms-about .list-side-right .best-item-container {
    margin-bottom: 10px;
}

.cms-about .list-side-left .best-item-container {
    margin-bottom: 20px;
}

.cms-about .best-item-container .best-content p {
    font-size: 15px;
    color: #000000;
    line-height: 22px;
}



@media only screen and (min-width: 980px) and (max-width: 1213px) {


    .cms-about #section-1-content-row,
    .cms-about #section-1-content-row .inner-content {
        max-height: 340px !important;
        transition: ease all 600ms;
    }


    .cms-about #header-image-container,
    .cms-about #company-history-column {
        max-height: 340px !important;
        transition: ease all 600ms;
    }


}

/*---Mobile Row and Column Adjustments---*/

@media only screen and (min-width: 481px) and (max-width: 980px) {
    .cms-about .mobile-hide {
        display: none;
    }

    .cms-about .mobile-full-width {
        width: 80% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: unset !important;
    }

    .cms-about .mobile-full-width .list-inner {
        margin: 0 !important;
    }

    .cms-about .read-more-btn-mobile {
        display: block;
        width: 139px;
        height: 40px;
        color: #000000;
        font-size: 16px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        background-color: #FFD600;
        position: relative;
        margin-top: 50px;
        padding: 0 17px 0 0;
        transition: ease all 400ms;
        cursor: pointer;
    }

    .cms-about .read-more-btn-mobile:hover {
        display: block;
        width: 139px;
        height: 40px;
        color: #ffff;
        font-size: 16px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        background-color: #00ADEF;
        position: relative;
        margin-top: 50px;
        padding: 0 17px 0 0;
        transition: ease all 400ms;
        cursor: pointer;
    }

    .cms-about .read-more-btn-mobile:before {
        content: '';
        display: block;
        width: 2px;
        height: 12px;
        background-color: #000000;
        transform: rotate(-45deg);
        position: absolute;
        right: 24px;
        transition: ease all 400ms;
        top: calc(50% - 6px);
    }

    .cms-about .read-more-btn-mobile:after {
        content: '';
        display: block;
        width: 2px;
        height: 12px;
        background-color: #000000;
        transform: rotate(45deg);
        position: absolute;
        right: 16px;
        transition: ease all 400ms;
        top: calc(50% - 6px);
    }

    .cms-about .read-more-btn-mobile:hover:before {
        content: '';
        display: block;
        width: 2px;
        height: 12px;
        background-color: #ffffff;
        transform: rotate(-45deg);
        position: absolute;
        right: 24px;
        transition: ease all 400ms;
        top: calc(50% - 6px);
    }

    .cms-about .read-more-btn-mobile:hover:after {
        content: '';
        display: block;
        width: 2px;
        height: 12px;
        background-color: #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 16px;
        transition: ease all 400ms;
        top: calc(50% - 6px);
    }

    .cms-about .read-more-btn-mobile.open {
        display: block;
        width: 139px;
        height: 40px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        background-color: #00ADEF;
        position: relative;
        margin-top: 50px;
        padding: 0 17px 0 0;
        transition: ease all 400ms;
        cursor: pointer;
    }

    .cms-about .read-more-btn-mobile.open:hover {
        display: block;
        width: 139px;
        height: 40px;
        color: #000000;
        font-size: 16px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        background-color: #FFD600;
        position: relative;
        margin-top: 50px;
        padding: 0 17px 0 0;
        transition: ease all 400ms;
        cursor: pointer;
    }

    .cms-about .read-more-btn-mobile.open:before {
        content: '';
        display: block;
        width: 2px;
        height: 12px;
        background-color: #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 24px;
        transition: ease all 400ms;
        top: calc(50% - 6px);
    }

    .cms-about .read-more-btn-mobile.open:after {
        content: '';
        display: block;
        width: 2px;
        height: 12px;
        background-color: #ffffff;
        transform: rotate(-45deg);
        position: absolute;
        right: 16px;
        transition: ease all 400ms;
        top: calc(50% - 6px);
    }

    .cms-about .read-more-btn-mobile.open:hover:before {
        content: '';
        display: block;
        width: 2px;
        height: 12px;
        background-color: #000000;
        transform: rotate(45deg);
        position: absolute;
        right: 24px;
        transition: ease all 400ms;
        top: calc(50% - 6px);
    }

    .cms-about .read-more-btn-mobile.open:hover:after {
        content: '';
        display: block;
        width: 2px;
        height: 12px;
        background-color: #000000;
        transform: rotate(-45deg);
        position: absolute;
        right: 16px;
        transition: ease all 400ms;
        top: calc(50% - 6px);
    }


    .cms-about .list-side-right {
        max-height: 0;
        overflow: hidden;
        transition: ease all 600ms;
    }

    .cms-about .list-side-right.open {
        max-height: 900px;
        overflow: hidden;
        transition: ease all 600ms;
    }

    /*---Addition of Arrows on Tablet sized screens---*/

    .cms-about .grid-item .element-header-text {
        display: block;
        font-size: 20px;
        color: #fff;
        margin: 28px 0 0 15px;
        line-height: 25px;
        position: relative;
        padding-right: 0 !important;
    }

    .cms-about .grid-item:nth-child(1) .element-header-text span {
        width: 220px;
        display: block;
    }

    .cms-about .grid-item:nth-child(2) .element-header-text span {
        width: 200px;
        display: block;
    }

    .cms-about .grid-item:nth-child(3) .element-header-text span {
        width: 210px;
        display: block;
    }

    .cms-about .grid-item:nth-child(4) .element-header-text span {
        width: 200px;
        display: block;
    }

    .cms-about .element-header .element-header-text:before {
        content: '';
        display: block;
        width: 2px;
        height: 15px;
        background-color: #ffffff;
        transform: rotate(-45deg);
        position: absolute;
        right: 36px;
        top: calc(50% - 8px);
    }

    .cms-about .element-header .element-header-text:after {
        content: '';
        display: block;
        width: 2px;
        height: 15px;
        background-color: #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 26px;
        top: calc(50% - 8px);
    }

    .cms-about .grid-item.open .element-header .element-header-text:before {
        content: '';
        display: block;
        width: 2px;
        height: 15px;
        background-color: #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 36px;
        top: calc(50% - 8px);
    }

    .cms-about .grid-item.open .element-header .element-header-text:after {
        content: '';
        display: block;
        width: 2px;
        height: 15px;
        background-color: #ffffff;
        transform: rotate(-45deg);
        position: absolute;
        right: 26px;
        top: calc(50% - 8px);
    }



}

@media only screen and (min-width: 481px) and (max-width: 950px) {
    .cms-about .grid-item:first-child {
        width: 458px;
        margin-right: 0;
    }

    .cms-about .grid-item:last-child {
        width: 458px;
        margin-left: 0;
    }

}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .cms-about .mobile-hide {
        display: none;
    }

    .cms-about .mobile-full-width {
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: unset !important;
    }

    .cms-about .mobile-full-width .list-inner {
        margin: 0 !important;
    }

    .cms-about .best-boltfast-section-inner {
        padding: 50px 0 10px 0 !important;
    }

    .cms-about .grid-item.open {
        width: 90%;
        position: relative !important;
        max-height: 800px;
        margin-bottom: 20px;
        filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.29));
        transition: ease all 800ms;
    }

    .grid-item {
        width: 90% !important;
    }

    .cms-about .grid-item:first-child {
        width: 90%;
        margin-right: 0;
    }

    .cms-about .grid-item:last-child {
        width: 90%;
        margin-left: 0;
    }

    .cms-about #about-toggle-section .about-toggle-section-inner {
        padding: 50px 0 50px 0 !important;
    }

    .cms-about #about-page-header-text h1,
    .cms-about #about-page-header-text h1 strong {
        margin-bottom: 0;
        font-size: 35px !important;
        line-height: 40px !important;
        padding-right: 40px;
    }

    .cms-about h2 strong {
        font-size: 28px !important;
        line-height: 34px !important;
    }

    .cms-about strong {
        width: 100% !important;
        display: block;
    }

    .cms-about .list-side-right .best-item-container {
        margin-bottom: 20px;
    }

    .cms-about .list-side-left .best-item-container {
        margin-bottom: 20px;
    }

    .cms-about .list-side-right .best-item-container:last-child {
        margin-bottom: 0 !important;
    }

    .cms-about .list-side-right {
        max-height: 0;
        overflow: hidden;
        transition: ease all 600ms;
    }

    .cms-about .list-side-right.open {
        max-height: 900px;
        overflow: hidden;
        transition: ease all 600ms;
    }

    .cms-about #about-header-block {
        background-position: 85% 0 !important;
    }

    .cms-about .read-more-btn-mobile {
        display: block;
        width: 139px;
        height: 40px;
        color: #000000;
        font-size: 16px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        background-color: #FFD600;
        position: relative;
        margin-top: 50px;
        padding: 0 17px 0 0;
        transition: ease all 400ms;
        cursor: pointer;
    }

    .cms-about .read-more-btn-mobile:before {
        content: '';
        display: block;
        width: 2px;
        height: 12px;
        background-color: #000000;
        transform: rotate(-45deg);
        position: absolute;
        right: 24px;
        transition: ease all 400ms;
        top: calc(50% - 6px);
    }

    .cms-about .read-more-btn-mobile:after {
        content: '';
        display: block;
        width: 2px;
        height: 12px;
        background-color: #000000;
        transform: rotate(45deg);
        position: absolute;
        right: 16px;
        transition: ease all 400ms;
        top: calc(50% - 6px);
    }

    .cms-about .read-more-btn-mobile.open {
        display: block;
        width: 139px;
        height: 40px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        background-color: #00ADEF;
        position: relative;
        margin-top: 50px;
        padding: 0 17px 0 0;
        transition: ease all 400ms;
        cursor: pointer;
    }

    .cms-about .read-more-btn-mobile.open:before {
        content: '';
        display: block;
        width: 2px;
        height: 12px;
        background-color: #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 24px;
        transition: ease all 400ms;
        top: calc(50% - 6px);
    }

    .cms-about .read-more-btn-mobile.open:after {
        content: '';
        display: block;
        width: 2px;
        height: 12px;
        background-color: #ffffff;
        transform: rotate(-45deg);
        position: absolute;
        right: 16px;
        transition: ease all 400ms;
        top: calc(50% - 6px);
    }

    .cms-about .grid-item .element-header-text {
        display: block;
        font-size: 20px;
        color: #fff;
        margin: 20px 0 0 15px;
        line-height: 25px;
        position: relative;
        padding-right: 0 !important;
    }

    .cms-about .grid-item:nth-child(1) .element-header-text span {
        width: 220px;
        display: block;
    }

    .cms-about .grid-item:nth-child(2) .element-header-text span {
        width: 200px;
        display: block;
    }

    .cms-about .grid-item:nth-child(3) .element-header-text span {
        width: 210px;
        display: block;
    }

    .cms-about .grid-item:nth-child(4) .element-header-text span {
        width: 200px;
        display: block;
    }

    .cms-about .element-header .element-header-text:before {
        content: '';
        display: block;
        width: 2px;
        height: 15px;
        background-color: #ffffff;
        transform: rotate(-45deg);
        position: absolute;
        right: 36px;
        top: calc(50% - 8px);
    }

    .cms-about .element-header .element-header-text:after {
        content: '';
        display: block;
        width: 2px;
        height: 15px;
        background-color: #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 26px;
        top: calc(50% - 8px);
    }

    .cms-about .grid-item.open .element-header .element-header-text:before {
        content: '';
        display: block;
        width: 2px;
        height: 15px;
        background-color: #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 36px;
        top: calc(50% - 8px);
    }

    .cms-about .grid-item.open .element-header .element-header-text:after {
        content: '';
        display: block;
        width: 2px;
        height: 15px;
        background-color: #ffffff;
        transform: rotate(-45deg);
        position: absolute;
        right: 26px;
        top: calc(50% - 8px);
    }

    .cms-about .element-content {
        padding: 18px 25px 0 15px;
    }

    .cms-about .element-content.open {
        width: 100%;
        padding: 25px 25px 0 15px;
        overflow: hidden;
        max-height: 500px !important;
        transition: ease all 800ms;
        margin-bottom: 25px;
    }

}

@media only screen and (min-width: 421px) and (max-width: 460px) {

    .cms-about #about-page-header-text h1,
    .cms-about #about-page-header-text h1 strong {
        margin-bottom: 0;
        font-size: 35px !important;
        line-height: 40px !important;
        padding-right: 20px;
    }

    .cms-about #about-header-block {
        width: 100%;
        min-height: 240px;
        max-height: 240px;
        background-image: url(https://boltfast.co.za/fishgate/images/about/about-header-banner-bg.jpeg);
        background-repeat: no-repeat;
        background-position: 91% 0 !important;
        background-size: cover;
    }
}

@media only screen and (min-width: 320px) and (max-width: 380px) {

    .cms-about #about-page-header-text h1,
    .cms-about #about-page-header-text h1 strong {
        margin-bottom: 0;
        font-size: 35px !important;
        line-height: 40px !important;
        padding-right: 20px;
    }

    .cms-about #about-header-block {
        width: 100%;
        min-height: 240px;
        max-height: 240px;
        background-image: url(https://boltfast.co.za/fishgate/images/about/about-header-banner-bg.jpeg);
        background-repeat: no-repeat;
        background-position: 91% 0 !important;
        background-size: cover;
    }
}