/*
Theme Name: visa-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.sub-title {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(119 90 25 / 1);
    letter-spacing: 0.1rem;
}

.title-banner {
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
}

.des-banner {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 2.5rem;
}

.blocks-button .col-inner {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.blocks-button .col-inner .button {
    margin: 0px;
    border-radius: 0.25rem;
    border: 1px solid rgb(141 112 112 / 0.2);
    padding: 0.4rem 2rem;
}

.blocks-button .col-inner .button:nth-child(1) {
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.5);
}

.blocks-button .col-inner .button:nth-child(2) {
    background-color: transparent;
    color: rgb(119 90 25 / var(--tw-text-opacity, 1));
}

.white-text {
    color: #FFFFFF;
}

.black-text {
    color: #000000;
}

.img-rounded .img-inner {
    border-radius: 20px;
}

.wrap-banner .col-item-2 .featured-box {
    display: inline-block;
    width: auto;
    position: absolute;
    border-radius: 10px;
    background: #FFF;
    padding: 24px 24px;
    bottom: -1.5rem;
    left: -1.5rem;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.2);
}

.wrap-banner .col-item-2 .featured-box .icon-box-text h3 {
    line-height: 20px;
    font-size: 18px;
    margin: 0px;
}

.wrap-banner .col-item-2 .featured-box .icon-box-text p {
    margin: 0px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.title-sec {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.row-title-between {
    justify-content: space-between;
    flex: 1;
    margin-bottom: 4rem;

}

.row-title-between:after {
    content: unset;
}

.row-title-between .col-item-2 {
    align-content: flex-end;
}

.wrap-services .r-services .col .col-inner {
    border-radius: 1rem;
    background: rgba(255 255 255 / 1);
    padding: 0.5rem;
}

.wrap-services .r-services .box .box-text {
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.wrap-services .r-services .box .box-text h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #000000;
}

.wrap-services .r-services .box .box-text .button {
    display: flex;
    justify-content: space-between;
    flex: 1;
    margin: 0px;
    padding-top: 1rem;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: rgb(129 0 28 / 1);
}

.wrap-services .r-services .col:hover .col-inner {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.row-title-workflow {
    margin-bottom: 5rem;
}

.row-workflow .col-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3rem;
    position: relative;
}

.row-workflow .col-inner:after {
    content: '';
    width: 80%;
    background-color: rgb(225 190 190 / 0.3);
    height: 2px;
    position: absolute;
    top: 20%;
    left: 10%;
    z-index: -1
}

.row-workflow .icon-box .icon-box-text h3 {
    color: #000000;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.row-workflow .icon-box:last-child .icon-box-img {
    background-color: rgb(129 0 28 / 1);

}

.row-workflow .icon-box .icon-box-img {
    width: 80px !important;
    height: 80px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 20px 25px -5px rgb(129 0 28 / 0.05);
}

.row-workflow .icon-box .icon-box-img .icon .icon-inner,
.row-workflow .icon-box .icon-box-img img {
    height: 50px;
}

.wrap-whychoose .col-item-1 .col-sub-item-1 {
    padding-top: 3rem;
}

.wrap-whychoose .col-item-1 .col-sub-item-1 .img .img-inner {
    height: 12rem;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(233 232 231 / var(--tw-bg-opacity, 1));
    padding: 1rem;
}

.wrap-whychoose .col-item-1 .col-sub-item-1 .img .img-inner img,
.wrap-whychoose .col-item-1 .col-sub-item-2 .img .img-inner img {
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}

.wrap-whychoose .col-item-1 .col-sub-item-1 .text-count {
    padding: 2rem;
    --tw-bg-opacity: 1;
    --tw-space-y-reverse: 0;
    background-color: rgb(129 0 28 / var(--tw-bg-opacity, 1));
    justify-content: flex-end;
    flex-direction: column;
    display: flex;
    border-radius: 1rem;
    height: 16rem;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.wrap-whychoose .number-exp {
    font-weight: 900;
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin: 0px;
}

.wrap-whychoose .number-exp,
.wrap-whychoose .text-desc {
    color: rgb(255 255 255 / 1);
}

.wrap-whychoose .col-item-1 .col-sub-item-2 .text-count {
    height: 16rem;
    border-radius: 1rem;
    padding: 2rem;
    --tw-bg-opacity: 1;
    --tw-space-y-reverse: 0;
    background-color: rgb(254 212 136 / var(--tw-bg-opacity, 1));
    justify-content: flex-end;
    flex-direction: column;
    display: flex;
    border-radius: 1rem;
    height: 16rem;
}

.wrap-whychoose .col-item-1 .col-sub-item-2 .img .img-inner {
    --tw-space-y-reverse: 0;
    --tw-bg-opacity: 1;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    height: 12rem;
    border-radius: 1rem;
    background-color: rgb(233 232 231 / var(--tw-bg-opacity, 1));
    padding: 1rem;
}

.wrap-whychoose .col-item-2 .col-inner {
    height: 100%;
    flex-direction: column;
    display: flex;
    grid-row-gap: 30px;
}

.wrap-news .row-blog-new .post-item .col-inner {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border-radius: 1rem;
}

.wrap-news .row-blog-new .post-item .col-inner .box-image {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

.wrap-news .row-blog-new .post-item .col-inner .box-text {
    padding: 1.5rem;
}

.wrap-contact .col-item1 .text-office {
    padding: 20px;
    background: #F4F3F2;
    border-radius: 0.8rem;
    margin-bottom: 20px;
}

.wrap-contact .col-item1 .text-office h3 {
    color: #000000;
}

.wrap-contact .col-item1 .featured-box h3 {
    font-size: 1.0rem;
}

.wrap-contact .col-item1 .featured-box p {
    font-weight: 600;
}

.wrap-contact .col-item2 .col-inner {
    padding: 30px;
    background: #FFF;
    border-radius: 1.5rem;
    box-shadow: 0 15px 25px -5px rgba(0 0 0 /1);
}

.animate-marquee .col-inner {
    animation: marquee 30s linear infinite;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.sub-title-page {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(119 90 25 / 1);
    letter-spacing: 0.1rem;
}

.title-page {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
}

.blog-services .post-item .col-inner {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border-radius: 1rem;
}

.blog-services .post-item .col-inner .box-text {
    padding: 1.5rem;
}

.blog-services .post-item .col-inner .box-image {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.footer {
    border-top: 1px solid rgb(231 229 228 / 1);
}

.wrap-cta .row .col-inner {
    padding: 30px 20px;

}

.wrap-cta h3 {
    font-size: 1.5rem;
}

.wrap-cta p {
    font-size: 0.9rem;
    color: rgba(255 255 255 / 0.7);
}


@media (max-width:430px) {
    .wrap-banner .col-item-2 .featured-box {
        left: -1.0rem;
    }

    .title-banner {
        font-size: 45px;
        line-height: 55px;
    }

    .row-workflow .col-inner {
        gap: 1rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .row-workflow .col-inner:after {
        content: unset;
    }

    .blocks-button .col-inner .button {
        padding: 0.4rem 1rem
    }

    .title-page {
        font-size: 50px;
        line-height: 60px;
    }

}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}