* {
    font-family: 'HelveticaNeue LT 93 BlackEx';
    font-family: 'Fiorello CG Condensed';
    font-family: 'HelveticaNeue';
}

.ourStory {
    margin-top: 0px;
}
.aboutPageContent {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
}
.aboutPageContent h6 {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-family: 'HelveticaNeue';
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.aboutPageContent h1 {
    display: inline-block;
    width: 100%;
    font-size: 48px;
    line-height: 55px;
    color:#000;
    font-family: 'HelveticaNeue LT 93 BlackEx';
}
.aboutPageContent h4 {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #000;
    font-family: 'HelveticaNeue';
    max-width: 450px;
    padding-top: 5px;
}
.coreValueSec {
    display: inline-block;
    width: 100%;
    padding: 70px 0 0;
    text-align: center;
}

.coreValueSec h1 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'HelveticaNeue';
    display: inline-block;
    width: 100%;
    margin-bottom: 40px
}

.coreValueList {
    display: inline-flex;
    width: 100%;
    gap: 30px;
}

.coreValueList li {
    display: inline-block;
}

.coreValueList li span {
    display: inline-block;
    width: 110px;
    margin-bottom: 25px;
}

.coreValueList li h3 {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-family: 'HelveticaNeue';
    font-size: 24px;
    margin-bottom: 6px;
}

.coreValueList li p {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-family: 'HelveticaNeue';
    font-size: 20px;
    line-height: 25px
}


.founderDiv {
    display: inline-block;
    width: 100%;
    margin-top: 80px;
}
.founderInnerDiv {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.founderFrontDiv {
    display: inline-block;
    width: 100%;
    background: linear-gradient(90deg, rgba(35, 31, 32, 1) 0%, rgba(14, 17, 25, 1) 50%, rgba(14, 17, 25, 1) 100%);
    padding: 30px 20px 20px;
    text-align: left;
}
.founderFrontDiv h5 {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-family: 'HelveticaNeue';
    color: #FFD400;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.founderFrontDiv h2 {
    display: inline-block;
    width: 100%;
    font-size: 64px;
    font-family: 'Fiorello CG Condensed';
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.founderFrontDiv p {
    display: inline-block;
    width: 100%;
    color: #FFD400;
    font-weight: 400;
    font-family: 'HelveticaNeue';
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 150px
}
.founderFrontDiv a {
    display: inline-flex;
    width: 100%;
    color: #fff;
    font-size: 18px;
    align-items: center;
    text-decoration: none !important;
}

.founderFrontDiv a img {
    width: 40px;
    display: inline-block;
    margin-right: 15px;
}
.founderBackDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    background: #fed402;
    padding: 20px 30px;
    height: 100%;
    transition: all 0.5s ease 0s;
    transform: translateY(102%);
}
.founderBackDiv.open {
    transform: translateY(0%);
}
.founderBackDiv a {
    width: 40px;
    float: left;
    text-decoration: none !important;
}
img.founderPersonImg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.founderBackDiv h6 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}
.founderBackDiv ul {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.founderBackDiv ul li {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    width: 100%;
    position: relative;
}
.founderBackDiv ul li::before {
    content: "";
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    background: #000;
    display: inline-block;
    position: absolute;
    border-radius: 26px;
}
.ourTimeline h1 {
    position: relative;
    padding-top: 90px;
    background-image: url(https://affirmplus.com/new-images/bottom-3-arrow.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center 25px;
    font-size: 30px;
    font-weight: 600;
    font-family: 'HelveticaNeue';
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
}
.outTimelineImageSec {
    display: inline-block;
    width: 100%;
    overflow-x: auto;
    position: relative;
}
.timelineImage {
    display: inline-block;
    width: auto;
    height: 650px;
    object-fit: contain;
    max-width: unset;
}
.leftScrollImg {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 200px;
}
.outTimelineImageSec.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
.outTimelineImageSec {
    cursor: grab;
    cursor: -webkit-grab;
}

.outTimelineImageSec::-webkit-scrollbar {
    height: 8px;
}
.outTimelineImageSec::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}
.outTimelineImageSec::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #00bcd4, #fed402);
    border-radius: 10px;
    transition: background 0.3s ease;
}
.outTimelineImageSec::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #fed402, #fed402);
}
.outTimelineImageSec {
    scrollbar-width: thin;
    scrollbar-color: #fed402 #f0f0f0;
    /* thumb color track color */
}



.awardAndAchivement {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    text-align: center;
}
.awardAndAchivement .container {
    max-width: 1400px;
}
.awardAndAchivement h1 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'HelveticaNeue';
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.awardAndAchivement .nav {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #FFD400 !important;
    overflow-x: auto;
    overflow-y: hidden !important;
    flex-wrap: nowrap;
    max-width: 1120px !important;
}
.awardAndAchivement .nav-item {
    /* flex: 1; */
    text-align: center;
    margin: 0 10px !important;
}
.awardAndAchivement .nav-item button {
    border: none !important;
    display: inline-block;
    border-bottom: 5px solid transparent !important;
    font-size: 18px;
    font-family: 'HelveticaNeue' !important;
    font-weight: 400 !important;
    padding: 10px 0;
    white-space: nowrap;
}
.awardAndAchivement .nav-item button.active {
    border-bottom: 5px solid #FFD400 !important;
    font-weight: 700 !important;
}
.customCarousel {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
.customCarousel .owl-nav {
    display: inline-block !important;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}
.customCarousel .owl-nav .owl-prev {
    float: left;
    width: 50px;
    height: 50px;
    left: -70px;
    position: relative;
    background-image: url(https://affirmplus.com/home/images/arrow-left-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.customCarousel .owl-nav .owl-next {
    float: right;
    width: 50px;
    height: 50px;
    right: -70px;
    position: relative;
    background-image: url(https://affirmplus.com/home/images/arrow-right-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.customCarousel .owl-nav span {
    opacity: 0 !important;
}
.customCarousel .owl-dots {
    display: inline-block !important;
    width: 100%;
    text-align: center;
    margin: 10px 0 20px;
}
.customCarousel .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 15px;
    background-color: #000;
    margin: 0 5px;
}
.customCarousel .owl-dots .owl-dot.active {
    background-color: #FFD400;
}
.tab-content>.tab-pane p {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-family: 'HelveticaNeue' !important;
    font-weight: 400 !important;
}
.mobileOnly {
    display: none;
}

.contactFrom {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
}
.contactFrom h1 {
    font-size: 35px;
    font-weight: 600;
    font-family: 'HelveticaNeue';
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.contactFrom p {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-family: 'HelveticaNeue' !important;
    font-weight: 400 !important;
    margin-bottom: 20px;
}
.contactFrom label {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-family: 'HelveticaNeue' !important;
    font-weight: 400 !important;
}
.contactFrom .form-control {
    border-radius: 0px;
    outline: none !important;
    height: auto !important;
    padding: 7px 15px;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-family: 'HelveticaNeue' !important;
    font-weight: 400 !important;
    box-shadow: none !important;
}
.submitButton {
    display: inline-block;
    width: 230px;
    border: none;
    outline: none !important;
}
.mapDiv {
    display: inline-block;
    width: 100%;
}
.mapDiv iframe {
    display: inline-block;
    width: 100%;
    border: none !important;
    height: 500px;
}





@media only screen and (max-width: 1399px) {
    .aboutPageContent h6 {
        font-size: 15px;
    }
    .aboutPageContent h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .aboutPageContent h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .coreValueList {
        gap: 20px;
    }
    .coreValueList li span {
        width: 95px;
    }
    .coreValueList li h3 {
        font-size: 20px;
    }
    .coreValueList li {
        flex: 1;
        width: calc(100% / 5);
    }
    .coreValueList li p {
        font-size: 17px;
        line-height: 22px;
    }
    img.founderPersonImg {
        top: auto;
        height: auto;
        width: 220px;
        object-fit: contain;
        bottom: 0;
    }
    .founderFrontDiv h5 {
        font-size: 15px;
        margin-bottom: 20px;
     }
    .founderFrontDiv h2 {
        font-size: 50px;
    }
    .founderFrontDiv p {
        font-size: 17px;
        margin-bottom: 100px;
    }
    .founderFrontDiv a img {
        width: 30px;
    }
    .founderFrontDiv a {
        font-size: 16px;
    }
    .founderBackDiv a {
        width: 30px;
    }
    .founderBackDiv {
        padding: 15px 20px
    }
    .founderBackDiv h6 {
        font-size: 17px;
        margin-top: 12px;
        margin-bottom: 5px;
    }
    .founderBackDiv ul li {
        font-size: 16px;
    }
    .awardAndAchivement .tab-pane {
        padding: 0 70px;
    }
}

@media only screen and (max-width: 1099px) {
    .aboutPageContent h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .aboutPageContent h4 {
        font-size: 18px;
        line-height: 28px;
        max-width: 300px;
    }
    .aboutPageContent h4 {
        font-size: 18px;
        line-height: 28px;
        max-width: 300px;
    }
    .coreValueList li p {
        font-size: 15px;
        line-height: 20px;
    }
    .founderBackDiv ul li {
        font-size: 14px;
    }
    .timelineImage {
        height: 550px;
    }
    .contactFrom h1 {
        font-size: 28px;
    }
    .contactFrom p {
        font-size: 16px;
    }
    .contactFrom .form-control,
    .contactFrom label {
        font-size: 16px;
    }
    .mapDiv iframe {
        height: 350px;
    }
}
@media only screen and (max-width: 960px) {
    .aboutPageContent {
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .aboutPageContent h1 {
        font-size: 26px;
        line-height: 36px;
    }
    .aboutPageContent h4 {
        font-size: 15px;
        line-height: 22px;
        max-width: 260px;
    }
    .coreValueSec {
        padding: 50px 0 0;
    }
    .coreValueSec h1 {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .coreValueList {
        gap: 10px;
    }
    .coreValueList li span {
        width: 50px;
    }
    .coreValueList li h3 {
        font-size: 15px;
    }
    .coreValueList li p {
        font-size: 12px;
        line-height: 17px;
    }
    .founderDiv {
        margin-top: 40px;
    }
    .founderFrontDiv {
        padding: 0;
    }
    img.founderPersonImg {
        width: 100%;
        position: unset;
    }
    .founderFrontDiv h5 {
        padding: 0 20px;
    }
    .founderFrontDiv h2 {
        padding: 0 20px;
    }
    .founderFrontDiv p {
        padding: 0 20px;
        margin-bottom: 60px;
    }
    .founderFrontDiv a {
        padding: 0 20px;
        margin-bottom: 15px;
    }
    .founderBackDiv {
        padding: 20px 30px;
        height: calc(100% - 230px);
        top: 230px;
    }
    .tab-content>.tab-pane p {
        font-size: 14px;
    }
    .customCarousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        right: -60px;
    }
    .customCarousel .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        left: -60px;
    }
    .ourTimeline h1,
    .awardAndAchivement h1 {
        font-size: 26px;
    }
    .awardAndAchivement .nav-item button {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .desktopOnly {
        display: none;
    }
    .mobileOnly {
        display: inline-block;
    }
    .ourStory {
        background-image: url(../images/about-banner-mobile.png);
        background-position: bottom center;
        background-size: 100% !important;
        padding-bottom: 430px !important;
        text-align: center;
    }
    .aboutPageContent h1 {
        font-size: 24px;
        line-height: 28px;
        max-width: 470px;
        margin-bottom: 15px;
    }
    .coreValueSec {
        padding: 0;
        margin-top: -70px;
    }
    .coreValueList {
        gap: 10px;
        flex-wrap: wrap;
    }
    .coreValueList li {
        flex: auto;
        width: 100%;
        padding-left: 90px;
        text-align: left;
        position: relative;
        min-height: 90px;
    }
    .coreValueList li span {
        width: 70px;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
    }
    .founderInnerDiv {
        margin-bottom: 20px;
    }
    .coreValueList li h3 {
        font-size: 17px;
    }
    .coreValueList li p {
        font-size: 15px;
        line-height: 19px;
    }
    .founderFrontDiv {
        background: #000;
    }
    .timelineImage {
        height: 500px;
    }
    .awardAndAchivement .tab-pane {
        padding: 0;
    }
    .customCarousel .owl-nav {
        display: none !important;
    }
    .awardAndAchivement .nav {
        margin-bottom: 20px;
    }
    .customCarousel {
        margin-left: -15px;
        width: calc(100% + 30px);
    }
    .contactFrom h1 {
        font-size: 24px;
    }
    .contactFrom .form-control {
        max-height: 150px;
    }
    .customCarousel img {
        aspect-ratio: 1.2;
        object-fit: cover;
    }
}
@media only screen and (max-width: 500px) {
    .ourStory {
        aspect-ratio: 0.68;
        background-color: transparent;
        background-repeat: no-repeat;
        padding-bottom: 0 !important;
    }
    .founderBackDiv {
        height: calc(100% - 180px);
        top: 180px;
    }
    .ourTimeline h1,
    .awardAndAchivement h1 {
        font-size: 22px;
    }
    .awardAndAchivement h1 {
        margin-bottom: 20px;
    }
    .coreValueList li span {
        top: 5px;
    }
}
