
.why-img-box {
    position: relative;
    padding-top: 70px;
    padding-right: 100px;
    margin-right: -30px;
    margin-left: -20px;
}

.why-img-box .img1 img {
    width: 100%;
}

.why-img-box .img2 {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 42px calc(100% - 70px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 42px calc(100% - 70px));
}

.why-img-box .img2 img {
    -webkit-clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), 52px calc(100% - 80px));
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), 52px calc(100% - 80px));
}

@media (max-width: 1399px) {
    .why-img-box {
        margin-right: 0;
    }
}

@media (max-width: 1299px) {
    .why-img-box {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .why-img-box {
        padding: 0;
    }

    .why-img-box .img2 {
        position: initial;
        margin-top: 20px;
        -webkit-clip-path: none;
        clip-path: none;
    }

    .why-img-box .img2 img {
        width: 100%;
        -webkit-clip-path: none;
        clip-path: none;
    }
}

.why-img-box2 {
    margin-left: -345px;
    min-height: 606px;
    height: 100%;
}

.why-img-box2 .img1 {
    height: 100%;
}

.why-img-box2 .img1 img {
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1500px) {
    .why-img-box2 {
        margin-left: -100px;
    }
}

@media (max-width: 1399px) {
    .why-img-box2 {
        margin-left: -53px;
    }
}

@media (max-width: 1299px) {
    .why-img-box2 {
        margin-left: -42px;
    }
}

@media (max-width: 1199px) {
    .why-img-box2 {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .why-img-box2 {
        min-height: auto;
    }
}

.why-wrap2 .why-wrap-content {
    padding: 80px 0;
}

@media (max-width: 1199px) {
    .why-wrap2 .why-wrap-content {
        padding: 60px 0 120px;
    }
}

@media (max-width: 991px) {
    .why-wrap2 .why-wrap-content {
        padding: 60px 0 80px;
    }
}

@media (max-width: 1500px) {
    .why-bg-shape3-1 {
        display: none;
    }
}

/*Team*/

.team-shape3-1 {
    opacity: 0.3;
}

.team-card.style3 {
    padding: 0;
    background: transparent;
}

.team-card.style3 .img-wrap {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}

.team-card.style3 .img-wrap:before {
    display: none;
}

.team-card.style3 .team-img {
    margin-bottom: -70px;
    border-radius: 0;
    height: 326px;
    position: relative;
    z-index: 1;
    background: transparent;
}

.team-card.style3 .team-img:before {
    content: "";
    position: absolute;
    background: #000;
    border: 0;
    inset: 60px 20px 0;
    z-index: -1;
    border-radius: 200px 200px 0 0;
}

.team-card.style3 .team-img img {
    border-radius: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
}

.team-card.style3 .team-card-content {
    padding: 64px 30px 52px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.team-card.style3 .team-card-content .team-card-bg-shape {
    position: absolute;
    background-size: 100% 100%;
    inset: 0;
    z-index: -1;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    -webkit-filter: brightness(9);
    filter: brightness(9);
    border-radius: 70px 0 30px 30px;
}

.team-card.style3 .box-title {
    font-size: 30px;
    font-weight: 500;
}

.team-card.style3 .team-social-hover_btn {
    bottom: 0;
}

.team-card.style3 .th-social {
    bottom: 0;
}

.team-card.style3 .th-social a {
    color: #6a6a6a;
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.team-card.style3 .th-social a:hover {
    background: #bd9723;
    color: #fff;
}

.team-card.style3:hover .team-card-content {
    border-top-color: #bd9723;
}

@media (max-width: 1299px) {
    .team-card.style3 .box-title {
        font-size: 24px;
    }
}



.shape-mockup-wrap {
    z-index: 2;
    position: relative;
}

.shape-mockup {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.shape-mockup.z-index-3 {
    z-index: 3;
    pointer-events: none;
}

.shape-mockup.z-index-1 {
    z-index: 1;
    pointer-events: none;
}

.shape-mockup .svg-img {
    height: 110px;
    width: 110px;
}


.jump-reverse {
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.spin {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.why-wrap-1 h3{
    color: #000;
}
.text-primary{
    color: #bd9723 !important;
}
.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}

#whatsapps {
    background: #3cc14e;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 90px;
    right: 30px;
    text-align: center;
    z-index: 999999999;
    font-size: 40px;
    color: #fff !important;
}
#whatsapps i {
    color: #FFF !important;
    margin-top: 4px;
    margin-left: 2px;
}