

.row-fl .col1_2:nth-child(2n) {
    margin-right: 0;
}

.row-fl .col1_3 {
    width: 31.3333%;
    margin-right: 3%;
}
.row-fl .col1_3:nth-child(3n) {
    margin-right: 0;
}


.row-fl .ucol1_4 {
    width: 22.75%;
    margin-right: 3%;
}

.row-fl .ucol3_4 {
    width: 74.25%;
}

/* Conteiner <-- END */
/* Home Banner */

.ta-home-banner {
    background-image: linear-gradient(90deg,rgba(255,255,255,0.85) 57%,rgba(255,255,255,0) 100%),url(../../img/banner-bg.jpg)!important;
    background-color: #FFFFFF;
    padding-top: 30px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.ta-home-banner .informer {
    padding-top: 180px;
    padding-bottom: 140px;
}

.ta-home-banner .informer .title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 45px;
}

.ta-home-banner .informer .desc {
    list-style: circle;
    padding: 7px 0;
}

.ta-home-imrep .row-fl .informer {
    list-style: circle;
    padding: 7px 0;
}

.ta-home-banner .informer .btn {
    margin-top: 30px;
}

.ta-home-banner .inside_divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMTZweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDQ3LjQ0TDE3MCAwbDYyNi40OCA5NC44OUwxMTEwIDg3LjExbDE3MC0zOS42N1YxNDBIMFY0Ny40NHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCA5MC43MmwxNDAtMjguMjggMzE1LjUyIDI0LjE0TDc5Ni40OCA2NS44IDExNDAgMTA0Ljg5bDE0MC0xNC4xN1YxNDBIMFY5MC43MnoiLz48L2c+PC9zdmc+);
    background-size: 100% 116px;
    bottom: 0;
    height: 116px;
    z-index: 10;
    transform: scale(1,1);
    position: absolute;
    bottom: 0;
    height: 116px;
    left: 0;
    right: 0;
}

.ta-home-banner .ta-img {
    background-size: contain;
    background-image: linear-gradient(182deg,rgba(255,255,255,0) 93%,#fff 93%),url(img/st.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Home Banner <-- END */
/* Home BBL */

.ta-home-bbl {
    margin-top: 24px;
}
.ta-home-bbl .container {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.ta-home-bbl .container > .title {
    color: #B22234;
    font-weight: 300;
    text-transform: uppercase;
    text-align: start;
    font-size: 25px;
    font-weight: 500;
}

.ta-home-bbl .container .box {
    display: block;
    padding: 50px 30px;
    height: calc(100% - 100px);
    text-decoration: none;
}

.ta-home-bbl .container .box > .title {
    padding: 50px 30px;
    font-size: 35px;
    padding-bottom: 1.5rem;
    cursor: pointer;
}

.ta-home-bbl .container .box >  .desc {
    text-align: center;
}

.ta-home-bbl .container .box {
    color: #FFFFFF;
    background-image: linear-gradient(180deg,rgba(0,0,0,0.88) 0%,rgba(0,0,0,0.79) 100%),url(https://www.aristovalaw.com/wp-content/uploads/sites/1201941/2022/04/immigration-law.jpg);
    background-color: #FFF;
    transition: transform 300ms ease 0ms;
}

.ta-home-bbl .container .box:hover {
    background-image: linear-gradient(180deg,#b22234 0%,rgba(0,0,0,0.79) 100%),url(https://www.aristovalaw.com/wp-content/uploads/sites/1201941/2022/04/immigration-law.jpg);
    background-color: #FFF;
    transform: scaleX(1.05) scaleY(1.05);
}

/* Home BBL <-- END */
/* Home Imrep */

.ta-home-imrep {
    background-color: #B22234;
}

.ta-home-imrep .row-fl > .img {
    background-image: url(https://www.aristovalaw.com/wp-content/uploads/sites/1201941/2022/04/your-family.jpg);
    filter: hue-rotate(344deg) contrast(108%) invert(8%);
    backface-visibility: hidden;
    background-position: center;
    background-size: cover;
}

.ta-home-imrep .row-fl .informer {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}

.ta-home-imrep .row-fl .informer > .title {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 3.093%;
}


.ta-home-imrep  {
    .informer > .desc {
        padding-bottom: 1.5em;
        font-weight: 300;
        word-wrap: break-word;
        line-height: 1.5;
    }

    ul {
        list-style: none;
        padding-left: 30px;

        li {
            position: relative;
            padding-bottom: 10px;
            font-size: 16px;
            line-height: 1.5;
            font-weight: 500;
        }
        
        li:before {
            content: "\25AA";
            color: #fff;
            position: absolute;
            left: -22px;
        }
    }
}



/* Home Imrep <-- END */
/* Home Effh */

.ta-home-effh {
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
}

.ta-home-effh .col1_3 > h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    overflow-wrap: normal;
}

.ta-home-effh .col1_3 > p {
    font-weight: 300;
    word-wrap: break-word;
    line-height: 1.5;
}

/* Home Effh <-- END */
/* Home Tguid */

.ta-home-tguid {
    background: #B22234;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
}

.ta-home-tguid .col-full-1_2 > h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    overflow-wrap: normal;
    padding-bottom: 0.5em;
}

.ta-home-tguid .col-full-1_2 > p {
    font-weight: 300;
    word-wrap: break-word;
    line-height: 1.5;
    padding-bottom: 1.5em;
}
/* Home Tguid <-- END */
/* Home Att */

@keyframes fadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }
}

.ta-home-att {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ta-home-att .content {
    max-width: 550px;
    border: 2px solid #005B7F;
    padding: 20px;
    margin: auto;
    position: relative;
}

.ta-home-att .content .img {
    animation: fadeLeft 1s cubic-bezier(.77,0,.175,1) 1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ta-home-att .inform {
    margin-left: 100px;
}

.ta-home-att .inform > h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    overflow-wrap: normal;
    padding-bottom: 1em;

}

.ta-home-att .inform > h2 a {
    text-decoration: none;
    color: #000;
}

.ta-home-att .inform > p {
    font-weight: 300;
    word-wrap: break-word;
    line-height: 1.5;
    padding-bottom: 1.5em;
}

/* Home Att <-- END */
/* Home Tes */

.ta-home-tes {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #1d3d7b;
    color: #fff;
}

.ta-home-tes .title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-size: 42px;
    text-align: center;
}

.ta-home-tes .title:before {
    content: "";
    width: 400px;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    display: block;
}

.ta-home-tes .swiper {
    min-height: 420px;
    height: fit-content;
    overflow: hidden;
}


.ta-home-tes .ucol3_4 .swiper {
    margin-left: 60px;
}

.ta-home-tes .ucol1_4 > .title {
    margin-bottom: 6.593%;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
}

.ta-home-tes .ucol3_4 .swiper-slide h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    overflow-wrap: normal;
    padding-bottom: 1em;

}

.ta-home-tes .ucol3_4 .swiper-slide p {
    font-weight: 300;
    word-wrap: break-word;
    line-height: 1.5;
    padding-bottom: 1.5em;
}

.ta-home-tes .swiper-button-prev,
.ta-home-tes .swiper-button-next {
    background-color: rgb(255 255 255 / 75%);
    padding: 10px 15px;
    color: #000;
    backdrop-filter: blur(1px);
    opacity: 0;
    transition: 1.5s;
}

.ta-home-tes .swiper:hover .swiper-button-prev,
.ta-home-tes .swiper:hover .swiper-button-next {
    opacity: 1;
    
}

/* Home Tes <-- END */

@media (max-width: 768px) {

    .ta-home-banner .col-full-1_2 {
        width: 100%;
    }

    .ta-home-banner .col-full-1_2.ta-img {
        display: none;
    }

    .ta-home-bbl .container {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .ta-home-bbl .row-fl .col1_3 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ta-home-imrep .row-fl > .img {
        display: none;
    }

    .ta-home-imrep .col1_2 {
        width: 90%;
        margin: 0 20px;
    }

    .ta-home-effh .col1_3 {
        width: 90%;
        margin-bottom: 20px;
    }

    .ta-home-tguid .col-full-1_2 {
        width: 100%;
    }

    .ta-home-att .content .img {
        left: 10px;
        top: 0;
        transform: translate(0%, -30%);
    }

    .ta-home-att .inform {
        margin-left: 0;
        margin-top: 175px;
    }

    .ta-home-tes .ucol1_4,
    .ta-home-tes .ucol3_4  {
        width: 100%;
    }
    
    .ta-home-tes .ucol3_4 .swiper {
        padding-left: 0;
        margin-top: 20px;
    }
}