.image-container {
    position: relative;
    display: inline-block; /* Ensures the container sizes to the image */
}

.image-container img {
    width: 100%; /* Ensures the image fits the container */
    height: 100%;    border-radius: 5px;
}

.text-overlay {
    position: absolute;
    bottom: -46px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5);
    width: 96%;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
}

.block-body .hot-line {
    margin-top: 60px;
    margin-bottom: 60px;
}

.block-body .our-team-block .block-left,
.block-body .our-team-block .block-right {
    height: 6rem;
    margin: 0;
}

.block-body .our-team-block .block-left {
    background-color: #8c8a8a;
    width: 40%;
}

.block-body .our-team-block .block-right {
    background-color: rgba(44, 137, 165, 0.9);
    width: 60%;
    padding: 10px 15px;
}

.block-body .our-team-block .block-right p {
    font-size: 5px;
    margin-bottom: 5px;
}

.block-body .our-team-block .block-right .title {
    font-size: 12px;
    font-weight: bold;
}

.flex-container, .why-us-flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.flex-container > div, .why-us-flex-container > div {
    text-align: center;
    width: 240px;
    margin: 10px;
    font-size: 30px;
    background-color: #27BDBE;
    border-radius: 5px;
    height: 220px;
}

.flex-container > div:hover {
    background-color: #ffffff;
    margin: 0px !important;
    filter: drop-shadow(0 0 4px rgba(32, 189, 190));
    width: 260px;
    height: 230px;
    /*transform: scale(1.01);*/
    cursor: pointer;
}

.flex-container > div:hover > svg {
    height: 80.9%;
    /*transform: scale(1);*/
}

.flex-container > div:hover > .title-cell-work{
    color: rgba(32, 189, 190) !important;
    padding-top: 0px;
}

.flex-container > div > svg {
    height: 80%;
    width: 100px;
    padding-top: 15px;
}

.flex-container .title-cell-work {
    font-size: 18px;
    margin-bottom: 0px;
    padding-top: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.flex-container p, .why-us-flex-container p {
    padding: 0px;
}

.block-body .why-us-img {
    height: 70%;
}

.block-body .why-us-block {
    background-color: unset;
    width: 46%;
    margin: 0;
    padding-right: 10px;
}

.block-body .why-us-block .why-us-number {
    text-align: right;
}

.block-body .why-us-block .test {
    color: #ffffff;
    border: solid 0.02px #000000;
    padding: 0;
    height: 100px;
    opacity: 0.5;
}

.block-body .why-us-block .row-wrapper {
    margin-bottom: 50px;
    text-align: left;
}

.block-body .why-us-block .title {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 18px 0;
}

.block-body .why-us-block .col-10 {
    padding-left: 5px;
    padding-right: 5px;
}

.block-body .why-us-block .col-2 {
    text-align: right;
    padding-left: 0;
    padding-right: 10px;
    color: #ffffff;
    font-weight: bold;
}

.block-body .evaluate-1 {
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 100px;
}

.block-body .evaluate-2 {
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 40px;
}

.evaluate-block {
    margin-top: 15px;
    margin-bottom: 30px;
}

.evaluate-block .valuate-wrapper .col-2 {
    margin: auto 0;
}

.evaluate-block .valuate-wrapper .arrow-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgb(32, 189, 190);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
}

.evaluate-block .valuate-wrapper .arrow {
    box-sizing: border-box;
    height: 15px;
    width: 15px;
    border-style: solid;
    border-color: #27BDBE;
    border-width: 0 1px 1px 0;
    transform: rotate(140deg);
    transition: border-width 150ms ease-in-out;
}

.evaluate-block .valuate-wrapper .arrow-left {
    margin-right: -5px;
}

.evaluate-block .valuate-wrapper .arrow-right {
    transform: rotate(-45deg);
    margin-left: -5px;
}

.evaluate-block .valuate-wrapper .slide {
    background-color: rgba(32, 189, 190, 0.502);
    border: solid 2px rgb(32, 189, 190);
    border-radius: 10px;
    padding: 20px;
}

.evaluate-block .valuate-wrapper .slide p {
    margin: 0;
}

.evaluate-block .valuate-wrapper .slide .avatar {
    background-color: rgb(154, 154, 154);
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

.evaluate-block .valuate-wrapper .slide .name {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 14px;
    font-size: 14px;
}

.evaluate-block .valuate-wrapper .slide .title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.evaluate-block .valuate-wrapper .slide .comment {
    margin-top: 20px;
    padding: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.502);
}

.why-us-block-two {
    padding-top: 100px;
}

.why-us-block-three {
    padding-top: 55px;
}

@media all and (max-width: 1024px) {
    .block-body .why-us-block {
        width: 80%;
    }

    .why-us-block-two, .why-us-block-three {
        padding-top: 0px;
    }
}

@media all and (max-width: 959px) {
    .evaluate-block .valuate-wrapper .arrow-right {
        margin-top: 16px;
        margin-left: 11px;
    }

    .evaluate-block .valuate-wrapper .arrow-left {
        margin-left: 16px;
        margin-top: 16px;
    }

    .flex-container > div {
        width: 220px;
    }

    .flex-container > div:hover {
        width: 240px;
    }

    /*.block-body .why-us-block {*/
    /*    width: 80%;*/
    /*}*/

    .why-us-block-two,
    .why-us-block-three {
        padding-top: 0;
    }

    .block-body .hot-line {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .block-body .why-us-block .title {
        margin: 0 0 5px 0;
    }

    .block-body .why-us-block .row-wrapper {
        margin-bottom: 0;
    }

    /*.block-body p {*/
    /*    margin-bottom: 0;*/
    /*}*/

    .why-us-flex-container > div {
        height: auto;
    }

    .why-us-flex-container .col-3 {
        text-align: center;
    }

    .block-footer {
        padding-top: 10px;
        margin-top: 40px;
    }

    .block-footer svg,
    .block-footer nav {
        display: none;
    }

    .evaluate-block .valuate-wrapper .arrow-wrapper {
        display: none;
    }

    /*.evaluate-block .col-8 {*/
        /*max-width: 100%;*/
        /*flex: 0 0 100%;*/
        /*padding-left: 25px;*/
    /*}*/

    .flex-container > div > svg {
        height: 70%;
    }
}

@media all and (max-width: 767px) {
    .flex-container > div > svg {
        width: 80px;
        padding-top: 30px;
    }

    .flex-container > div:hover > svg {
        height: 61%;
    }

    .flex-container > div > svg {
        height: 60%;
    }

    .flex-container .title-cell-work {
        margin-bottom: 17px;
        padding: 20px 0px 0px 0px;
    }

    .flex-container > div {
        width: 181px;
        height: 174px;
    }

    .flex-container > div:hover {
        width: 201px;
        height: 184px;
    }

    .flex-container > div:hover > .title-cell-work {
        padding-top: 14px;
    }

    .flex-container .title-cell-work {
        font-size: 16px;
    }

    .block-body .why-us-img {
        height: 50%;
    }

    .evaluate-block .valuate-wrapper .col-2 {
        display: none;
    }

    .block-body p {
        padding: 0 70px 0 70px;
    }

    .block-body .col-9 p {
        padding: 0;
    }

    .block-header svg {
        width: 30%;
    }

    .block-info {
        margin-top: 25px;
    }

    .evaluate-block .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media all and (max-width: 444px) {

}

@media all and (max-width: 530px) {
    .container-fluid {
        padding-right: 5px;
        padding-left: 5px;
    }

    .block-body p {
        padding: 0;
    }

    .block-body .col-9 p {
        padding: 0;
    }

    .block-body .col-9 p,
    .block-body .why-us-block .title {
        font-size: 10px;
    }

    .why-us-flex-container > div {
        height: 140px !important;
    }
}

@media all and (max-width: 580px) {
    .why-us-flex-container > div {
        height: 213px;
    }
}

@media all and (max-width: 410px) {
    .flex-container > div {
        width: 153px;
        height: 174px;
    }

    .flex-container > div:hover {
        width: 173px;
        height: 184px;
    }
}

@media all and (max-width: 600px) {

    .container-wrapper {
        flex-wrap: wrap;
    }

    .container-wrapper > li {
        flex-basis: 50%;
    }

}

@media all and (max-width: 400px) {
    .container-wrapper > li {
        flex-basis: 100%;
    }
}
/* End Footer Css */



