/**********************************************************************************
  ********************************* HOME ********************************************
  ***********************************************************************************/
#cover-img {
    height: 75vh;
    position: relative;
}

#home {
    height: 70%;
    background: none;
}

.home-image {
    position: absolute;
    top: auto;
    left: auto;
    transform: none;
    height: 100% !important;
    width: 100%;
}

.home-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.home-content {
    width: 100%;
    height: 100%;
    display: table;
}

.home-content-inner {
    display: table-cell;
    vertical-align: middle;
}

.home-heading {
    color: white;
    font-weight: 500;
    font-size: 3.8rem;
    text-transform: capitalize;
    margin: 0;
    display: inline-block;
}

.home-heading:after {
    content: "";
    border-radius: 15px;
    height: 5px;
    width: 20%;
    background: var(--dark);
    position: absolute;
    left: 0;
    bottom: -10px;
}

.home-desc {
    color: white;
    font-weight: 500;
    font-size: 3rem;
    margin: 20px 0 30px;
    display: inline-block;
}

.sider-page-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35%;
    height: 45%;
    transform: translate(-50%, -50%);
}

.sider-page-content .tag-line {
    position: absolute;
    top: 50%;
    width: 100%;
    height: fit-content;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.sider-page-content .tag-line h1 {
    font-weight: bold;
    margin: 0;
}

.sider-page-content .top-cover {
    position: absolute;
    top: 0;
    left: 50%;
    width: 42%;
    transform: translateX(-50%);
    height: 35%;
    border: 4px solid var(--dark);
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: end;
}

.sider-page-content .top-cover h3 {
    color: #fff;
    text-transform: uppercase;
}

.sider-page-content .bottom-cover {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 42%;
    transform: translateX(-50%);
    height: 35%;
    border: 4px solid #fff;
    border-top: none;
    display: flex;
    justify-content: center;
}

/**********************************************************************************
    ********************************* ABOUT *******************************************
    ***********************************************************************************/
.short-about-us {
    background: #ebebeb;
    position: relative;
    z-index: 3;
}

.sider-page-curve {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    border-radius: 50%;
    transform: translateY(60%);
    background-color: #808080;
    z-index: 2;
    display: none;
}

.trusted-partners-container {
    position: relative;
    height: 400px;
}

.trusted-partners-container-img {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 55%;
    height: 80%;
    z-index: 2;
}

.trusted-partners-container-img-bg {
    content: "";
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 250px;
    height: 250px;
    background-color: var(--dark);
    z-index: -1;
}

.trusted-partners-container-tag-line {
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    left: 17%;
    transform: translateY(-50%);
    color: #222;
    z-index: 3;
}

.trusted-partners-container-tag-line h2 {
    font-weight: 700;
    font-size: 42px;
    word-spacing: 7px;
    letter-spacing: 2px;
}

span.ml-5 {
    display: inline-block;
    margin-left: 5rem;
}

span.ml-12 {
    display: inline-block;
    margin-left: 12rem;
}

.about-ultima-text {
    text-align: center;
}

.about-ultima-text .contentBox {
    justify-content: center;
}

/***********************************************************
  ****************** CORE VALUES **************************
  *********************************************************/
.core-values {
    background-color: #ebebeb;
}

.value-card-container {
    position: relative;
    width: 100%;
    height: 200px;
}

.value-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background-color: var(--dark);
}

.value-card {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    padding: 20px;

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: rgba(229, 21, 21, 0.15);
}

.value-card h3 {
    margin-top: 0;
    text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
    .trusted-partners-container-tag-line {
        left: 5%;
        z-index: 3;
        width: 90%;
    }

    .trusted-partners-container-tag-line h2 {
        font-size: 28px;
    }
}

/******************************************
***** employees engagement *************
***********************************/
.c-card-testimonial .c-card-testimonial__profile {
    width: 275px;
    flex-shrink: 0;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .c-card-testimonial .c-card-testimonial__profile {
        transform: translateY(-50%);
        width: 90%;
    }
}

@media screen and (max-width: 576px) {
    .c-card-testimonial .c-card-testimonial__profile {
        width: 95%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .c-card-testimonial .c-card-testimonial__profile {
        height: 270px;
    }
}

.c-card-testimonial .c-card-testimonial__profile .c-card-testimonial__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    opacity: 0;
    transition: all 0.3s;
}

.c-card-testimonial .c-card-testimonial__description {
    padding-right: 25px;
}

@media screen and (max-width: 768px) {
    .c-card-testimonial .c-card-testimonial__description {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
    .c-card-testimonial .c-card-testimonial__description {
        padding: 0;
    }
}

.c-card-testimonial .c-card-testimonial__description > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all 400ms;
}

.c-card-testimonial .c-card-testimonial__description .c-card-testimonial__job {
    color: #7b7992;
}

.c-card-testimonial
    .c-card-testimonial__description
    .c-card-testimonial__author {
    margin: 4px 0 20px;
    color: var(--dark);
    font-size: 24px;
    font-weight: 700;
}

.c-card-testimonial
    .c-card-testimonial__description
    .c-card-testimonial__excerpt {
    margin-bottom: 30px;
    color: #4e4a67;
    line-height: 1.5em;
}

@media screen and (max-width: 576px) {
    .c-card-testimonial .c-card-testimonial__description {
        width: 100%;
    }
}

.c-testimonials {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: auto;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 32px;
    border-radius: 25px;
    height: 400px;
    background-color: #ebebeb;
    transition: all 300ms;
}

.employees-engagement {
    background-color: #ebebeb;
}

@media screen and (max-width: 992px) {
    .c-testimonials {
        max-width: 680px;
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .c-testimonials {
        min-height: 500px;
        height: auto;
        margin: 180px auto;
    }
}

@media screen and (max-width: 600px) {
    .c-testimonials {
        margin: 100px auto 0;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .c-testimonials {
        height: 350px;
    }
}

.c-testimonials .c-testimonials__item {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .c-testimonials .c-testimonials__item {
        flex-direction: column;
    }
}

.c-testimonials
    .c-testimonials__item.swiper-slide-active
    .c-card-testimonial__profile
    .c-card-testimonial__image {
    opacity: 1;
    transition-delay: 300ms;
}

.c-testimonials
    .c-testimonials__item.swiper-slide-active
    .c-card-testimonial__description
    > * {
    opacity: 1;
    transform: none;
}

.c-testimonials
    .c-testimonials__item.swiper-slide-active
    .c-card-testimonial__description
    > *:nth-child(1) {
    transition-delay: 0.3s;
}

.c-testimonials
    .c-testimonials__item.swiper-slide-active
    .c-card-testimonial__description
    > *:nth-child(2) {
    transition-delay: 0.4s;
}

.c-testimonials
    .c-testimonials__item.swiper-slide-active
    .c-card-testimonial__description
    > *:nth-child(3) {
    transition-delay: 0.5s;
}

.c-testimonials
    .c-testimonials__item.swiper-slide-active
    .c-card-testimonial__description
    > *:nth-child(4) {
    transition-delay: 0.6s;
}

.c-testimonials
    .c-testimonials__item.swiper-slide-active
    .c-card-testimonial__description
    > *:nth-child(5) {
    transition-delay: 0.7s;
}

.c-testimonials
    .c-testimonials__item.swiper-slide-active
    .c-card-testimonial__description
    > *:nth-child(6) {
    transition-delay: 0.8s;
}

.c-testimonials
    .c-testimonials__item.swiper-slide-active
    .c-card-testimonial__description
    > *:nth-child(7) {
    transition-delay: 0.9s;
}

.c-testimonials
    .c-testimonials__item.swiper-slide-active
    .c-card-testimonial__description
    > *:nth-child(8) {
    transition-delay: 1s;
}

.c-testimonials
    .c-testimonials__item.swiper-slide-active
    .c-card-testimonial__description
    > *:nth-child(9) {
    transition-delay: 1.1s;
}

.c-testimonials
    .c-testimonials__item.swiper-slide-active
    .c-card-testimonial__description
    > *:nth-child(10) {
    transition-delay: 1.2s;
}

.c-testimonials
    .c-testimonials__item.swiper-slide-active
    .c-card-testimonial__description
    > *:nth-child(11) {
    transition-delay: 1.3s;
}

.c-testimonials
    .c-testimonials__item.swiper-slide-active
    .c-card-testimonial__description
    > *:nth-child(12) {
    transition-delay: 1.4s;
}

.c-testimonials
    .c-testimonials__item.swiper-slide-active
    .c-card-testimonial__description
    > *:nth-child(13) {
    transition-delay: 1.5s;
}

.c-testimonials
    .c-testimonials__item.swiper-slide-active
    .c-card-testimonial__description
    > *:nth-child(14) {
    transition-delay: 1.6s;
}

.c-testimonials
    .c-testimonials__item.swiper-slide-active
    .c-card-testimonial__description
    > *:nth-child(15) {
    transition-delay: 1.7s;
}

.c-testimonials .c-testimonials__pagination {
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: auto !important;
    left: auto !important;
    width: 11px !important;
    text-align: center;
    z-index: 21;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .c-testimonials .c-testimonials__pagination {
        top: 205px;
        left: 50% !important;
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateX(-50%);
    }
}

.c-testimonials
    .c-testimonials__pagination.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 8px 0;
}

@media screen and (max-width: 768px) {
    .c-testimonials
        .c-testimonials__pagination.swiper-pagination-bullets
        .swiper-pagination-bullet {
        margin: 0 5px;
    }
}

.c-testimonials .c-testimonials__arrows {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 12px;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .c-testimonials .c-testimonials__arrows {
        justify-content: flex-end;
    }
}

.c-testimonials .c-testimonials__arrows .c-testimonials__arrow-next,
.c-testimonials .c-testimonials__arrows .c-testimonials__arrow-prev {
    position: relative;
    margin-left: 8px;
    cursor: pointer;
    outline: 0;
    border: 0;
    color: var(--dark);
    background-color: transparent;
    font-size: 16px;
    transition: color 300ms ease;
}

.c-testimonials .c-testimonials__arrows .c-testimonials__arrow-next::before,
.c-testimonials .c-testimonials__arrows .c-testimonials__arrow-prev::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    right: 50%;
    height: 1px;
    background-color: var(--dark);
    transition: all 250ms ease;
}

.c-testimonials
    .c-testimonials__arrows
    .c-testimonials__arrow-next:hover::before,
.c-testimonials
    .c-testimonials__arrows
    .c-testimonials__arrow-prev:hover::before {
    left: 0;
    right: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-container-horizontal .swiper-pagination-custom,
.swiper-container-horizontal .swiper-pagination-fraction {
    bottom: 12px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background: #4e4a67;
    transition: all 0.3s;
}

.swiper-pagination-bullet-active {
    height: 33px;
    background: var(--dark);
}

@media screen and (max-width: 768px) {
    .swiper-pagination-bullet-active {
        height: 11px;
        width: 33px;
    }
}

.vision-card {
    background-color: rgba(229, 21, 21, 0.15);
    display: flex;
    padding: 20px;
    min-height: 220px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.vision-card-des p {
    margin: 0;
}

.vision-card-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our-vision h2 {
    font-size: 34px;
}

.vision-card-title-line {
    width: 25px;
    height: 7px;
    background-color: var(--dark);
}

.vision-card-title-number h2 {
    margin-top: 0;
    font-size: 36px;
}

.vision-card-des {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.vision-card-des h4 {
    margin-top: 0;
}

@media (max-width: 1200px) {
    .sider-page-content {
        width: 45%;
        height: 45%;
    }

    .set-us-apart-card {
        min-height: 200px;
    }

    .vision-card {
        min-height: 242px;
    }
}

@media (max-width: 600px) {
    .vision-card {
        margin-bottom: 10px;
    }

    .sider-page-content {
        width: 100%;
    }

    .sider-page-content .top-cover {
        width: 50%;
    }

    .sider-page-content .bottom-cover {
        width: 50%;
    }

    .trusted-partners-container-tag-line {
        left: 5%;
        transform: translateY(-100%);
    }

    .trusted-partners-container-tag-line h2 {
        font-size: 28px;
        color: #fff;
    }

    .trusted-partners-container-img {
        top: 10%;
        left: 0;
        width: 100%;
    }
}
