.about-hero {
    background-image: url(../../assets/img/UI/IMG_20210629_122128@2x.png);
    height: 600px;
    background-size: cover;
    background-position: center;
}

.of-contain {
    object-fit: contain !important;
    object-position: center;
}

.alertMessage {
    position: absolute;
    z-index: 10000;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #3e4a61;
    border-radius: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    border-bottom: 3px solid #c24d2c;
    justify-content: center;
}

.alertMessage h6 {
    color: white;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0px;
    font-size: 14px;
    padding: 20.5px 0px;
    border-radius: 2px;
}

.w-90 {
    width: 90% !important;
}

.op-left {
}

.text-orange {
    color: #c24d2c !important;
}
.threeLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fourLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.twoLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.return--btn {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.7px;
    color: #c24d2c;
    font-weight: bold;
}

.return--btn:hover,
.return--btn:focus {
    color: #111;
}

.about-hero-box {
    background-color: #f9f9f9;
    box-shadow: 1px 1px 2px #00000029;
    border-radius: 2px;
    padding: 30px 0px;
}

@media (min-width: 1px) {
    .about-hero-title {
        margin-bottom: 0px;
        font-weight: bold;
        letter-spacing: 0.72px;
        padding-left: 0px;
        color: black;
        margin-bottom: 18px;
        text-transform: uppercase;
        font-size: 26px;
    }
}

@media (min-width: 576px) {
    .about-hero-title {
        margin-bottom: 0px;
        font-size: 26px;
        padding-left: 35px;
    }
}

@media (min-width: 768px) {
    .about-hero-title {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .about-hero-title {
        font-size: 40px;
    }
}

@media (min-width: 1px) {
    .about-hero-subtitle {
        letter-spacing: 0.66px;
        color: #000000;
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 0px;
        font-weight: 500;
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    .about-hero-subtitle {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .about-hero-subtitle {
        font-size: 17px;
    }
}

/* mission section */

@media (min-width: 1px) {
    .mission-heading {
        font-size: 20px;
        text-transform: capitalize;
        font-weight: bold;
        letter-spacing: 0.72px;
        color: #000000;
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) {
    .mission-heading {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .mission-heading {
        font-size: 22px;
    }
}

@media (min-width: 1px) {
    .mission-number {
        text-align: left;
        font-size: 48px;
        margin-bottom: 0px;
        letter-spacing: 1.44px;
        color: #ffffff;
        margin-right: 5px;
        font-style: oblique;
    }
}

@media (min-width: 768px) {
    .mission-number {
        font-size: 48px;
    }
}

@media (min-width: 1px) {
    .mission-paragraph {
        letter-spacing: 0.66px;
        color: #000000;
        z-index: 2;
        font-weight: 500;
        margin-bottom: 0px;
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    .mission-paragraph {
        font-size: 17px;
    }
}

.mission-cover {
    position: absolute;
    right: 60px;
    width: 158px;
    height: 220px;
    z-index: 1;
    bottom: 50px;
}

/* collap */

@media (min-width: 1px) and (max-width: 575px) {
    .collab-heading {
        letter-spacing: 0.66px !important;
        color: black;
        margin-bottom: 30px;
        font-size: 17px !important;
    }

    .home--modal {
        width: 90%;
        margin: auto;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .collab-heading {
        font-size: 18px !important;
        color: black;
        margin-bottom: 30px;
        letter-spacing: 0.66px !important;
    }
}

@media (min-width: 1px) {
    .collab-image {
        width: 100%;
        height: 140px;
        text-align: center;
        object-fit: contain;
    }
}

@media (min-width: 576px) {
    .collab-image {
    }
}

@media (min-width: 768px) {
    .collab-image {
        width: 100%;
        height: 140px;
    }
}

.collab-next-button {
    width: 40px;
    border-radius: 0px 2px 2px 2px;
    opacity: 0.09;
    background-color: black;
    height: 100%;
}

.collab-prev-button {
    width: 40px;
    border-radius: 0px 2px 2px 2px;
    opacity: 0.09;
    background-color: black;
    height: 100%;
}

.collab-next-button:hover {
    opacity: 0.2;
}

.collab-prev-button:hover {
    opacity: 0.2;
}

.collab-next-button span {
    color: white;
    width: 23px;
}

.collab-prev-button span {
    color: white;
    width: 23px;
}

/* office cols */

.office-col {
    margin-bottom: 30px;
    position: relative;
}

.office-col.expand {
    height: 295px;
}

.office-button {
    width: 100%;
    border-radius: 2px;
    background-color: #f9f9f9;
    letter-spacing: 0.54px;
    color: black;
    text-transform: capitalize;
    font-size: 15px;
    height: 42px;
    font-weight: bold;
    border: 1px solid #000000;
    position: relative;
}

.oneLine {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.office-button:hover {
    background-color: #24b273;
    color: white;
    border-color: #24b273;
}

.office-button.active {
    background-color: #24b273;
    color: white;
    border-color: #24b273;
}

.office-button.active::after {
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    right: 45%;
    border: 0px solid transparent;
    border-right-width: 10px;
    border-left-width: 10px;
    border-top-width: 12px;
    border-top-color: #24b273;
    content: "";
}

.office-info {
    width: 140%;
    background-color: white;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    padding: 25px 15px;
    position: absolute;
    top: 54px;
    overflow-y: auto;
    z-index: 1;
    height: 230px;
    display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .office-info {
        width: 100%;
    }
}

@media (min-width: 1px) and (max-width: 767px) {
    .office-info {
        width: 93%;
    }
}

.office-info-title {
    letter-spacing: 0.54px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 14px;
}

.office-info-subtitle {
    letter-spacing: 0.54px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 13px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.office-info-subtitle:last-of-type {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
