/*============== content-banner-form css =================*/
.home-banner {
    height: calc(100% + 55px);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    z-index: 1;
    background-color: #000;
    padding-bottom: 90px;
}
.home-banner .row {
    max-width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    text-align: center;
}
.home-banner .banner-top-title {
    font-size: 75px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: Cochin;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.home-banner .banner-top-title:after {
    border-bottom: 1px solid #C5AB84;
    content: "";
    display: block;
    width: 90px;
    height: 1px;
    margin: 23px auto 21px;
}
.home-banner .banner-title {
    position: relative;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-family: Cochin;
}
.home-banner .banner-description {
    font-size: 22px;
    margin-top: 20px;
    font-weight: 400;
}

/*.home-banner .banner-content{
    padding: 50px;
    background: #ffffff4a;
}*/
.home-banner .btn{
    margin-top: 20px;
    width:154px;
    height:37px;
    padding: 9px 20px;
}
.home-banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.home-banner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}
.home-banner .banner-video {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    z-index: 0;
    overflow: hidden;
}
.home-banner .banner-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
.home-banner .banner-video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0, .2);
}
.side-banner-form {
    max-width: 450px;
}
.side-banner-form form {
    border-radius: 20px;
    background: rgba(255,255,255,.6);
    box-shadow: 3.6px 3.6px 54px 0px rgba(0,0,0,.1);
    backdrop-filter: blur(7.5px);
    padding: 30px;
}
.side-banner-form .form-title {
    font-size: 30px;
    color: var(--color-black);
}
.side-banner-form .form-group{
    margin-bottom: 15px;
}
.side-banner-form .form-control{
    border-radius: 15px;
    opacity: .6;
    background-color: #fff;
    padding: 10px;
    font-size: 15px;
    max-height: 90px;
}
.home-banner.has-form .main-row {
    max-width: 100%;
    flex-direction: row;
}
.home-banner.has-form .banner-content {
    padding-top: 100px;
    width: calc(100% - 450px);
    padding-right: 50px;
}
.side-banner-form .form-btn .btn {
    width: 100%;
    margin-top: 0;
}
@media (min-width:1600px){
    .banner-content {
        position: relative;
        bottom: 20px;
    }
    .home-banner .banner-top-title:after {
        margin: 30px auto 30px;
    }
}
@media (max-width:1550px){
    .home-banner .banner-title {
        font-size: 65px;
    }
    .home-banner .banner-content {
        padding-top: 0;
        position: relative;
        bottom: 10px;
    }
}
@media (max-width:1500px){
    .home-banner .banner-title {
        font-size: 60px;
    }
    .home-banner .banner-description {
        font-size: 22px;
    }
    .home-banner .btn {
        margin-top: 15px;
    }
    .side-banner-form .form-group {
        margin-bottom: 15px;
    }
    .side-banner-form .form-control {
        max-height: 70px;
    }

}
@media (max-width:1400px){
    .home-banner .banner-title {
        font-size: 40px;
    }
    .home-banner .banner-description {
        font-size: 18px;
        margin-top: 10px;
    }
}
@media (max-width:1300px){
    .home-banner .banner-title {
        font-size: 50px;
    }
}
@media (max-width:1199px){
    .home-banner .banner-top-title {
        font-size: 35px;
    }
    .home-banner .banner-title {
        font-size: 75px;
    }
    .home-banner.has-form .banner-title {
        font-size: 45px;
    }
    .home-banner.has-form .banner-description {
        font-size: 16px;
    }
}

@media (max-width:991px){
    .home-banner {
        height: auto;
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .home-banner.has-form .banner-content {
        width: calc(100% - 270px);
        padding-right: 20px;
    }
    .side-banner-form {
        max-width: 270px;
    }
    .side-banner-form form {
        padding: 30px 15px;
    }
    .side-banner-form .form-title {
        font-size: 20px;
    }
    .home-banner.has-form .banner-title {
        font-size: 32px;
    }
    .home-banner .banner-top-title {
        font-size: 30px;
    }
    .home-banner .banner-title {
        font-size: 55px;
    }
}

@media (max-width:767px){
    .home-banner {
        height: 700px;
        padding-top: 170px;
        padding-bottom: 100px;
    }
    .home-banner .banner-content {
        padding-top: 18em !important;
        padding: 0px 25px;
    }
    .home-banner .banner-top-title:after {
        width: 60px;
    }
    .about-us .heading:after{
        width:60px;
    }
    .about-us .heading:after {
        margin: 10px 5em 0px !important;
    }
    .description p {
        font-size: 14px !important;
        line-height: 26px !important;
    }
    .attorney-detail .heading {
        padding-bottom: 0 !important;
    }
    .attorney-detail .col-lg-6.text-col {

        padding-left: 15px !important;
    }
    .home-banner .banner-top-title {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .image-box .title {
        min-height: 3em !important;
    }
    .home-banner .banner-title {
        font-size: 14px !important;
    }
    .home-banner .banner-description {
        font-size: 14px;
    }
    .home-banner.has-form .banner-content {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
    }
    .home-banner .btn {
        font-size: 13px;
    }
    .home-banner .btn + .btn {
        margin-left: 0;
        margin-top: 20px;
    }
    .side-banner-form {
        max-width: 100%;
    }
    .side-banner-form form {
        padding: 40px 15px;
        border-radius: 0;
        background: #f7f7f7;
    }
    .testimonial-carousel-v2 .slick-track{
        display: contents !important;
    }
    .header-phone{
        background:transparent !important;
        padding:0px !important
    }
    .header-phone .phone-no svg path {
        fill: #BA9A6C !important;
    }
    .header-search svg path {
        fill: #BA9A6C !important
    }
    .testimonial-carousel-sec-v2 .small-heading{
        font-size:16px !important
    }
}

/*========== Banner Form ============*/
.banner-form form {
    padding-left: 20px;
}
.banner-form .form-wrap {
    border-radius: 36px;
    background: #FFF;
    box-shadow: 4px 4px 55px 0px rgba(0, 0, 0, 0.10);
    padding: 40px;
    margin-top: -110px;
    z-index: 1;
    position: relative;
    align-items: center;
}
.banner-form .heading {
    font-size: 36px;
    color: var(--color-two);
}
.banner-form .form-group{
    margin-bottom: 20px;
}
.banner-form .form-control {
    border-radius: 40px;
    border: 1px solid #E9E9E9;
    padding: 15px;
}
.banner-form .form-select {
    border-radius: 40px;
    border: 1px solid #E9E9E9;
    padding: 15px;
}
.banner-form .form-btn{
    width: 100%;
}
.banner-form select.wpcf7-not-valid{
    color: #999;
}


@media (max-width:1400px){
    .banner-form .form-wrap {
        padding: 30px;
    }
    .banner-form .desc {
        font-size: 15px;
    }
}

@media (max-width:1199px){
    .banner-form .form-wrap {
        padding: 30px;
    }

    .banner-form .heading {
        font-size: 24px;
    }
    .banner-form .desc {
        line-height: 1.5;
    }

}

@media (max-width:991px){
    .banner-form .left-col {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width:767px){
    .banner-form form {
        padding-left: 0;
    }
    .banner-form .form-row {
        padding: 30px 15px;
        margin-top: -100px;
    }
    .banner-form .heading {
        font-size: 24px;
    }
    .banner-form .btn {
        width: 100%;
    }
}

/*====== content-bg-image-with-text ========*/
.bg-image-with-text{
    position: relative;
    background: #F4F4F4;
    z-index: 1;
}
.bg-image-with-text .image {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.bg-image-with-text .image img {
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}
.bg-image-with-text .content-inner {
    padding: 50px;
    text-align:center;
}
.bg-image-with-text.image-left .row {
    justify-content: flex-end;
}
.bg-image-with-text.image-left .image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.bg-image-with-text .content-inner .heading:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #BA9A6C;
    margin: 20px auto 15px;
}
.contact-us-now .heading {
    color: #EFFAFD !important;
}
.bg-image-with-text .content-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
}
.bg-image-with-text .content-list li {
    display: flex;
    flex-wrap: wrap;
}
.bg-image-with-text .content-list .icon {
    width: 60px;
    height: 60px;
}
.bg-image-with-text .content-list .text-hold {
    width: calc(100% - 60px);
    padding-left: 20px;
}
.bg-image-with-text .content-list .title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.bg-image-with-text.image-left .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 7, 62, 0.8);
}

@media (max-width: 1400px){
    .bg-image-with-text .content-inner {
        padding: 40px;
    }
}

@media (max-width: 1300px){
    .bg-image-with-text .image {
        width: 48%;
    }
    .bg-image-with-text .content-inner {
        padding: 30px;
    }
}

@media (max-width: 991px){
    .bg-image-with-text .content-inner {
        padding: 30px;
    }
}

@media (max-width: 767px){

    .bg-image-with-text .container {
        padding: 0;
    }
    .bg-image-with-text {
        padding: 0;
    }
    .bg-image-with-text .content-inner {
        padding: 40px 15px;
    }
    .bg-image-with-text .image {
        width: 100%;
        position: relative;
    }
    .image-with-text-v1 .image{
        margin-top:20px !important
    }
    .available-section{
        height:500px !important;
    }

}

/*====== bg-image-with-video-and-text- ========*/

.bg-image-with-video-and-text {
    position: relative;
    background-color: #000;
    color: #fff;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
}
.bg-image-with-video-and-text .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.bg-image-with-video-and-text .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.bg-image-with-video-and-text .video-icon {
    position: relative;
    width: 120px;
    height: 120px;
}
.bg-image-with-video-and-text .video-icon .icon{
    width: 100%;
    height: 100%;
}
.bg-image-with-video-and-text .video-icon:hover .icon circle:nth-child(2) {
    fill: var(--color-one);
}
.bg-image-with-video-and-text .video-icon:hover .icon path {
    fill: #fff;
}
.bg-image-with-video-and-text .play-video-title {
    color: var(--color-one);
    font-weight: 400;
    margin-top: 15px;
}
.bg-image-with-video-and-text.content-right .row {
    justify-content: flex-end;
}

.bg-image-with-video-and-text .content-inner {
    text-align: right;
}
.contact-us-now .heading-wrap {
    text-align: center;
}

@media (max-width: 1400px){
    .bg-image-with-video-and-text .video-icon {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 991px){
    .bg-image-with-video-and-text .video-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .bg-image-with-video-and-text .video-icon {
        margin: auto;
    }
}

@media (max-width: 767px){

    .bg-image-with-video-and-text .container {
        padding: 0;
    }
    .bg-image-with-video-and-text {
        padding: 0;
    }
    .bg-image-with-video-and-text .content-inner {
        padding: 0 15px;
    }
    .bg-image-with-video-and-text .image {
        width: 100%;
        position: relative;
    }
    .bg-image-with-video-and-text .video-icon {
        width: 65px;
        height: 65px;
    }
    .bg-image-with-video-and-text .video-icon .icon path{
        fill: #D9A659;
    }
    .bg-image-with-video-and-text .play-video-title {
        margin-top: 10px;
        font-size: 15px;
    }
}



/*====== content-counter ========*/
.counter-section .item {
    border: 1px solid #ddd;
    border-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.counter-section .item:first-child {
    border-left: 0;
}
.counter-wrap {
    display: flex;
    justify-content: center;
    font-size: 65px;
    font-weight: 300;
    color: var(--color-one);
    line-height: 1.2;
}
.counter-title {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
}

@media (max-width: 991px){
    .counter-wrap {
        font-size: 50px;
    }
    .counter-title {
        font-size: 14px;
    }
}


/*============ content-faqs-block ============ */
.faq-accordion {
    border: 0px solid #CDCDCD;
}
.faq-accordion .faq-inner-top-heading h2 {
    margin-bottom: 25px;
    font-size: 60px;
    color: #110F2A;
}
.faq-accordion .accordion-body {
    padding: 0px 119px 20px 32px;
    border: none;
    border-top: 0 solid #cdcdcd;
    font-size: 18px;
    background:#F5F5F5;
}
.faq-accordion .accordion-item {
    border: 0;
    border-bottom: 0 solid #cdcdcd;
    background: #fff;
    position: relative;
    border-radius: 0;
}
.faq-accordion .accordion-item + .accordion-item {
    margin-top: 20px;
}
.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion-header button {
    padding: 20px 70px 20px 30px;
    box-shadow: none;
    font-size: 30px;
    line-height: 1.3;
    color: #363772;
    background: #F5F5F5;
    font-weight: 400;
    letter-spacing: .6px;
}
.faq-section p {
    text-align: left !important;
    color:#000;
    font-size:16px;
    font-weight:400;
    line-height:35px;
}
.faq-accordion .accordion-button{
    position: relative;
}
.faq-accordion .accordion-button:after {
    display: none;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
}
.faq-accordion .accordion-button .arrow {
    display: flex;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    align-items: center;
    border-radius: 100%;
    border: 0 solid #333;
    z-index: 1;
}
.faq-accordion .accordion-button[aria-expanded=true] .arrow {
    transform: rotate(180deg);
}
.faq-accordion .accordion-body p {
    max-width: 73em !important;
}
/*.faq-accordion .accordion-button[aria-expanded="true"] .arrow {
    background: var(--color-one);
}
.faq-accordion .accordion-button[aria-expanded="true"] .arrow:before {
    border-color: #000;
}*/
.faq-accordion .accordion-button .arrow:before {
    content: "";
    border-top: 3px solid #333;
    transition: all .4s ease-in-out;
    text-decoration: none;
    width: calc(100% - 30px);
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #363772;
    transition: none;
}
/* faq-accordion .accordion-button .arrow:after {
    content: "";
    border-right: 3px solid #333;
    transition: all .4s ease-in-out;
    text-decoration: none;
    width: 1px;
    height: calc(100% - 30px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}*/
.faq-accordion .accordion-button:not(.collapsed) .arrow:after {
    display: none;
}

@media (max-width: 1199px){
    .faq-accordion .accordion-header button {
        font-size: 20px;
    }
}
@media (max-width: 767px){
    .faq-accordion .accordion-button  .arrow {
        width: 35px;
        height: 35px;
        right: 2px;
    }
    .faq-accordion .accordion-item .accordion-header button {
        font-size: 16px;
    }
    .faq-accordion .accordion-item .accordion-header button {
        padding: 15px 38px 15px 16px;
    }
    .faq-accordion .accordion-button .arrow:before {
        width: calc(100% - 20px);
    }
    .faq-accordion .accordion-button .arrow:after {
        height: calc(100% - 20px);
    }

    .faq-accordion .accordion-button .arrow:before {

        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 8px solid #363772;
        transition: none;
    }
    .contact-us-now {
        height: 350px !important;
    }
}





/*===============  content-faqs-post ================*/
.faq-post-accordion {
    border: 0px solid #CDCDCD;
}
.faq-post-accordion .faq-inner-top-heading h2 {
    margin-bottom: 25px;
    font-size: 60px;
    color: #110F2A;
}
.faq-post-accordion .accordion-body {
    padding: 15px 20px 20px;
    border: none;
    border-top: 0px solid #CDCDCD;
    font-size: 18px;
}
.faq-post-accordion .accordion-item {
    border: 0;
    border-bottom: 0px solid #CDCDCD;
    background: #fff;
    position: relative;
    border-radius: 0;
}
.faq-post-accordion .accordion-item + .accordion-item{
    margin-top: 20px;
}
.faq-post-accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-post-accordion .accordion-header button {
    padding: 20px 70px 20px 20px;
    box-shadow: none;
    font-size: 25px;
    line-height: 1.3;
    color: #000;
    background: rgba(190, 169, 97, 0.3);
    font-weight: 400;
    letter-spacing: .6px;
}
.faq-post-accordion .accordion-button{
    position: relative;
}
.faq-post-accordion .accordion-button:after {
    display: none;
}
.faq-post-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
}
.faq-post-accordion .pagination .nav-links {
    justify-content: center;
}

.faq-post-accordion .accordion-button .arrow {
    display: flex;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    align-items: center;
    border-radius: 100%;
    border: 0px solid #333;
    z-index: 1;
}
.faq-post-accordion .accordion-button .arrow:before {
    content: "";
    border-top: 3px solid #333;
    transition: all 400ms ease-in-out;
    text-decoration: none;
    width: calc(100% - 30px);
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    transition: none;
}
.faq-post-accordion .accordion-button .arrow:after {
    content: "";
    border-right: 3px solid #333;
    transition: all 400ms ease-in-out;
    text-decoration: none;
    width: 1px;
    height: calc(100% - 30px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}
.faq-post-accordion .accordion-button[aria-expanded="true"] .arrow:before{
    border-color: #000;
}


.faq-post-accordion .accordion-button:not(.collapsed) .arrow:after {
    display: none;
}
.faq-post-accordion .accordion-item {
    display: none;
}
.faq-post-accordion .accordion-item.active {
    display: block;
}
.faqs-post .load-more-btn{
    margin-top: 40px;
}


@media (max-width: 767px){
    .faq-post-accordion .accordion-header button {
        padding: 15px 55px 15px 15px;
        font-size: 20px;
    }
    .faq-post-accordion .accordion-button .arrow {
        width: 35px;
        height: 35px;
        right: 10px;
    }
    .faq-post-accordion .accordion-button .arrow:before {
        width: calc(100% - 15px);
    }
    .faq-post-accordion .accordion-button .arrow:after {
        height: calc(100% - 15px);
    }
    .faq-post-accordion .accordion-body {
        font-size: 16px;
    }
}

/*=========== content-icon-box ===========*/
/* Icon Box */
.icon-box-list{
    justify-content: center;
}
.icon-box-list .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-box-list .inner {
    height: 100%;
    padding: 50px 40px;
    transition: all .3s ease-in-out;
    background: #333;
    color: #fff;
}
.icon-box-list .inner .desc {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 300;
}
.icon-box-list .title {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: var(--font-two);
}
.icon-box-list .inner:hover {
    background: var(--color-one);
    color: #fff;
}
.icon-box-list .inner:hover .icon{
    background: #fff;
}
.icon-box-list .inner:hover .icon path {
    fill: var(--color-one);
}
.icon-box-list .inner:hover .desc a {
    color: var(--color-two);
}

@media (max-width: 1400px){
    .icon-box-list .title {
        font-size: 24px;
    }
    .icon-box-list .inner .desc {
        font-size: 16px;
    }
    .icon-box-list .inner {
        padding: 30px 20px;
    }
}

@media (max-width: 1199px){
    .icon-box-list .inner .desc {
        font-size: 16px;
    }
}

@media (max-width: 991px){
    .icon-box-list .inner {
        padding: 30px 20px;
    }
    .icon-box-list .inner .desc {
        font-size: 16px;
    }
}



/*=========== content-icon-box-v2 ===========*/
/* Icon Box */
.icon-box-list-v2{
    justify-content: center;
}
.icon-box-list-v2 .inner {
    height: 100%;
    padding: 50px 20px;
    transition: all .3s ease-in-out;
    background: var(--color-one);
    display: flex;
}
.icon-box-list-v2 .icon-wrap {
    width: 50px;
    position: relative;
    text-align: center;
}
.icon-box-list-v2 .icon-wrap:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 100px;
    background: var(--color-two);
}
.icon-box-list-v2 .detail {
    width: calc(100% - 50px);
    padding-left: 20px;
}
.icon-box-list-v2 .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 22px;
}
.icon-box-list-v2 .icon path {
    fill: var(--color-two);
}
.icon-box-list-v2 .desc {
    line-height: 1.7;
    font-weight: 300;
}
.icon-box-list-v2 .title {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: var(--font-two);
    text-transform: uppercase;
    color: var(--color-two);
}

.icon-box-list-v2 .item:nth-child(even) .inner {
    background: var(--color-two);
    box-shadow: 0px 4px 60px 0px #00000040;
    color: #fff;
}
.icon-box-list-v2 .item:nth-child(even) .icon path {
    fill: #fff;
}
.icon-box-list-v2 .item:nth-child(even) .icon-wrap:after {
    background: #fff;
}
.icon-box-list-v2 .item:nth-child(even) .title{
    color: #fff;
}


.icon-box-list-v2 .item:hover .inner {
    background: #333;
    box-shadow: 0px 4px 60px 0px #00000040;
    color: #fff;
}
.icon-box-list-v2 .item:hover .icon path {
    fill: #fff;
}
.icon-box-list-v2 .item:hover .icon-wrap:after {
    background: #fff;
}
.icon-box-list-v2 .item:hover .title{
    color: #fff;
}

@media (max-width: 1400px){
    .icon-box-list-v2 .title {
        font-size: 24px;
    }
    .icon-box-list-v2 .inner .desc {
        font-size: 16px;
    }
    .icon-box-list-v2 .inner {
        padding: 30px 20px;
    }
}

@media (max-width: 1199px){
    .icon-box-list-v2 .inner .desc {
        font-size: 16px;
    }
}

@media (max-width: 991px){
    .icon-box-list-v2 .inner {
        padding: 30px 20px;
    }
    .icon-box-list-v2 .inner .desc {
        font-size: 16px;
    }
}

@media (max-width: 767px){

    .icon-box-list-v2 .icon-wrap:after {
        height: 70px;
    }
    .banner-icon-box .icon {
        width: 35px !important;
        height: 35px !important;
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 18px;
    }
    .icon-box-list-v2 .title {
        margin-bottom: 20px;
    }
    .banner-icon-box .inner .desc {
        font-size: 13px;
    }


}


/*======== content-image-box ==========*/
.image-box .row {
    justify-content: center;
    --bs-gutter-x: 2rem;
}
.image-box .image {
    position: relative;
    overflow: hidden;
    padding: 0px;
}
.image-box .image img {
    width: 100%;
    object-fit: cover;
    transition: all .4s ease-in-out;
}
.image-box .image .link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.static-page .content-area {
    overflow: hidden;

}
.page-template-page-with-sidebar .footer-map-address.spaced {
    padding-top: 0;
}
.logo-gallery-section {
    padding: 50px 0 !important;
}
.image-box .image img {
    width: 100%;
    object-fit: cover;
    object-position: center 0;
}
.image-box.two-col .image img{
    height: 480px;
}
.practice-area .btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
.image-box .title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    text-align:center;
    color:#363772;
    padding: 0px 21px;
    min-height: 4em;
	position:relative;
}
.image-box .sub-title-wrap {
    line-height: 1.5;
    margin-top: 0px;
    position: relative;
    padding-bottom: 50px;
}
.image-box .sub-title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 15px;
    min-height: 240px;
}
.image-box .image .icon {
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 105px;
    height: 95px;
}
.image-box.two-col .image .icon {
    width: 150px;
    height: 135px;
}
.image-box .inner {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.practice-area {
    padding-bottom: 120px !important;
}
.image-box .detail {
    padding-top: 10px;
    position: relative;
    padding-bottom: 0;
}
.image-box .read {
    text-transform: uppercase;

}
.image-box .read .arrow {
    width: 19px;
    height: 14px;
    margin-left: 3px;
}

.image-box .read .arrow path{
    stroke: var(--color-one);
}

div#block_d198c5f34e6317246a382d59d5090f45 .image-box .sub-title-wrap {
    padding-bottom: 0;
}
.practice-area .btn-wrap a::before {
    opacity: 0;
}
@media (max-width: 1199px){
    .image-box .row {
        --bs-gutter-x: 1rem;
    }
    .image-box .title {
        font-size: 24px;
    }
    .image-box.two-col .image img {
        height: 440px;
    }
    .image-box.three-col .image img {
        height: 220px !important;
    }
    .image-box .sub-title {
        min-height: 330px;
    }
}

@media (max-width: 991px){
    .image-box .title {
        margin-top: 10px;

        font-size: 16px;
    }
    .image-box .inner {
        padding: 20px;
    }
    .image-box .sub-title-wrap {
        margin-top: 0px;
    }
    .image-box .sub-title {
        font-size: 14px;
    }
    .image-box.three-col .image .icon {
        width: 70px;
        height: 55px;
    }
    .image-box.two-col .image .icon {
        width: 100px;
        height: 85px;
    }
    .image-box.two-col .image img {
        height: 340px;
    }
    .image-box.three-col .image img {
        height: 240px;
    }
}

@media (max-width: 767px){
    .image-box .image .icon {
        bottom: -15px;
        left: -15px;
    }
    .image-box.three-col .image img {
        height: 300px;
    }
}


/*======== content-image-box-v2 ==========*/
.image-box-v2 .row {
    justify-content: center;
    --bs-gutter-x: 20px;
}
.image-box-v2 .item {
    margin-top: 20px;
}
.image-box-v2 .image {
    position: relative;
    overflow: hidden;
}
.image-box-v2 .image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .4s ease-in-out;
    background: rgba(0, 0, 0, 0.57);
}
.image-box-v2 .image:hover:before {
    background: rgba(89, 0, 0, 0.79);
}
.image-box-v2 .image img {
    width: 100%;
    object-fit: cover;
    transition: all .4s ease-in-out;
}
.image-box-v2 .image:hover img {
    transform: scale(1.1);
}
.image-box-v2 .image .link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.image-box-v2 .image img {
    width: 100%;
    object-fit: cover;
    object-position: center 0;
}
.image-box-v2.two-col .image img{
    height: 480px;
}
.image-box-v2.three-col .image img {
    height: 457px;
}
.image-box-v2.four-col .image img {
    height: 400px;
}
.image-box-v2 .title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3;
    font-family: var(--font-two);
    text-transform: uppercase;
    margin-top: 20px;
}
.image-box-v2 .desc {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    margin-top: 15px;
}
.image-box-v2 .icon {
    width: 70px;
    height: 70px;
}
.image-box-v2.two-col .icon {
    width: 70px;
    height: 70px;
    fill: #fff;
}
.image-box-v2 .icon path{
    fill: #fff;
}
.image-box-v2 .image:hover .icon path{
    fill: #fff;
}
.image-box-v2 .inner {
    height: 100%;
}
.image-box-v2 .inner:hover {
    box-shadow: 0 0 10px #ddd;
}
.image-box-v2 .detail {
    padding: 25px 25px 60px 25px;
    position: absolute;
    top: 40px;
    left: 0;
    color: #fff;
    z-index: 1;
}
.image-box-v2 .read {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.image-box-v2 .inner:hover .read {
    opacity: 1;
    color: #fff;
}
.image-box-v2 .read .arrow {
    width: 19px;
    height: 14px;
    margin-left: 3px;
}

.image-box-v2 .read .arrow path{
    stroke: var(--color-one);
}

@media (max-width: 1400px){
    .image-box-v2 .title {
        font-size: 22px;
    }
    .image-box-v2 .detail {
        padding: 25px 15px 60px 15px;
        top: 20px;
    }
    .image-box-v2 .desc {
        margin-top: 15px;
    }
}

@media (max-width: 1300px){
    .image-box-v2 .title {
        font-size: 20px;
    }
}
@media (max-width: 1199px){
    .image-box-v2 .row {
        --bs-gutter-x: 1rem;
    }
    .image-box-v2 .title {
        font-size: 22px;
    }
    .image-box-v2.two-col .image img {
        height: 440px;
    }
    .image-box-v2.three-col .image img {
        height: 370px;
    }
    .image-box-v2 .desc {
        font-size: 15px;
    }
    .image-box-v2 .icon {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 991px){
    .image-box-v2 .title {
        font-size: 20px;
    }
    .image-box-v2 .sub-title {
        font-size: 14px;
    }
    .image-box-v2.three-col .image .icon {
        width: 70px;
        height: 55px;
    }
    .image-box-v2.two-col .image .icon {
        width: 100px;
        height: 85px;
    }
    .image-box-v2.two-col .image img {
        height: 340px;
    }
    .image-box-v2.three-col .image img {
        height: 370px;
    }
}

@media (max-width: 767px){
    .image-box-v2 .image .icon {
        bottom: -15px;
        left: -15px;
    }
    .image-box-v2.three-col .image img {
        height: 355px;
    }
    .image-box-v2 .title {
        font-size: 25px;
    }
    .image-box-v2 .desc {
        font-size: 14px;
        line-height: 1.7;
    }
    .image-box-v2.two-col .image .icon {
        width: 75px;
        height: 75px;
    }
}
/*=========== content-image-gallery ==============*/
.image-gallery .row{
    justify-content: center;
}
.image-gallery .gallery-item{
    margin-top: 20px;
}
.image-gallery .inner{
    position: relative;
    overflow: hidden;
}
.image-gallery .inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
    transition: all .4s ease-in-out;
}
.image-gallery .inner:hover:before {
    background: rgba(0,0,0,0.25);
}
.image-gallery img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: all .4s ease-in-out;
}
.image-gallery .inner:hover img {
    transform: scale(1.1);
}
.gallery-item {
    display: none;
}
.gallery-item.active {
    display: block;
}

@media (max-width: 1199px){
    .image-gallery img {
        height: 300px;
    }
}
@media (max-width: 991px){
    .image-gallery img {
        height: 240px;
    }
}

/*========== content-image-with-text-v2 =============*/

.image-with-text-v2 .text-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--color-two);
    color: #fff;
    padding: 40px;
    height: 100%;
}
.image-with-text-v2 .heading{
    color: #fff;
}
.image-with-text-v2 .image {
    height: 100%;
}
.image-with-text-v2 .image img{
    height: 100%;
    object-fit: cover;
}
.image-with-text-v2 .description {
    font-size: 18px;
}
.image-with-text-v2.image-right .row{
    flex-direction: row-reverse;
}

@media (max-width: 991px){
    .image-with-text-v2 .text-inner {
        padding: 40px 20px;
    }
    .image-with-text-v2 .description {
        font-size: 16px;
    }
}


/*=========== content-image-with-text-v3 ============*/
.image-with-text-v3 .row{
    background: var(--color-one);
    color: #fff;
    padding: 50px;
    align-items: center;
}
.image-with-text-v3 .image-col {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.image-with-text-v3 .image {
    min-height: 200px;
    display: flex;
    align-items: center;
}
.image-with-text-v3 .text-inner{
    padding-left: 40px;
}
.image-with-text-v3.image-right .row{
    flex-direction: row-reverse;
}
.image-with-text-v3.image-right .text-inner{
    padding-left: 0;
    padding-right: 40px;
}

@media (max-width: 991px){
    .image-with-text-v3 .text-inner {
        padding-left: 0;
    }
    .image-with-text-v3 .image-col {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px){
    .image-with-text-v3 .row {
        padding: 40px 15px;
    }
}

/*========== content-image-with-text ===========*/
.image-with-text{
    background-size: cover;
}
.image-with-text.image-right .row {
    flex-direction: row-reverse;
    align-items: center;
}
.image-with-text .image.image-border {
    padding-left: 20px;
}
.image-with-text .image.image-border:before {
    content: "";
    position: absolute;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    left: 0;
    bottom: 30px;
    z-index: -1;
    border: 1px solid var(--color-two);
}
.image-with-text .content-inner{
    padding-left: 0px;
}
.image-with-text.image-right .content-inner{
    padding-left: 0;
    padding-right: 30px;
    padding-bottom: 40px;
}
.image-with-text.image-right .image.image-border {
    padding-left: 0;
    padding-right: 20px;
}
.image-with-text.image-right .image.image-border:before {
    content: "";
    border: 1px solid var(--color-two);
    position: absolute;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    left: auto;
    right: 0;
    bottom: 30px;
    z-index: -1;
}
.logo-gallery-top-info {
    margin-bottom: 1rem !important;
}
.image-with-text .image.image-bg:before {
    content: "";
    background: linear-gradient(90deg, #DDFEF1 0%, #DEE9F5 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: -25px;
    right: auto;
    bottom: -30px;
    z-index: -1;
}
.image-with-text.image-right .image.image-bg:before {
    left: auto;
    right: -30px;
}
.image-with-text .phone-wrap {
    background: #F8F8F8;
    border: 5px solid #E1EAEB;
    display: inline-block;
    padding: 15px 30px;
    margin-top: 30px;
    line-height: 1.3;
    text-align: center;
}
.image-with-text .phone-wrap .phone-title {
    font-size: 24px;
    font-weight: 400;
    font-family: var(--font-two);
    color: var(--color-two);
}
.image-with-text .phone-wrap a {
    font-size: 32px;
    font-family: var(--font-two);
    color: #000;
}

.image-with-text .image-col {
    position: relative;
}
.image-with-text .small-image {
    width: 274px;
    height: 238px;
    position: relative;
    bottom: -25px;
    margin-top: -120px;
    margin-left: -90px;
    text-align: center;
    z-index: 1;
}
.image-with-text .small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-with-text .small-image-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    font-size: 50px;
    font-weight: 600;
    font-family: var(--font-two);
    line-height: 1;
    color: #fff;
}
.image-with-text .small-image-text small {
    font-size: 22px;
    display: block;
    width: 100%;
    font-family: var(--font-one);
    font-weight: 400;
    text-wrap: balance;
    margin-top: 15px;
}
.image-with-text.has-small-image .image-wrap {
    margin-left: 60px;
}

.image-with-text .content-list .item {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.image-with-text .content-list .detail {
    padding-left: 15px;
}
.image-with-text .content-list .icon {
    width: 51px;
    height: 51px;
}
.image-with-text .content-list .title {
    font-size: 22px;
    font-weight: 500;
    font-family: var(--font-two);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
}

@media (max-width: 1199px){
    .image-with-text .content-inner {
        padding-left: 15px;
    }
}
@media (max-width: 991px){
    .image-with-text .image {
        max-width: 450px;
        margin: 0 auto 60px;
    }
    .image-with-text .content-inner {
        padding-left: 0;
    }
    .image-with-text .small-image {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px){
    .image-with-text .image.image-border:before{
        display: none;
    }
    .image-with-text .image.image-bg:before{
        display: none;
    }
    .image-with-text .image {
        margin: 0 auto 20px;
    }
    .image-with-text.image-right .content-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .image-with-text .image.image-border {
        padding-left: 0;
        padding-bottom: 0;
        padding-right: 0;
    }
    .image-with-text.image-right .image.image-border {
        padding-right: 0;
    }
    .image-with-text .small-image {
        width: 200px;
        height: 175px;
    }
    .image-with-text .small-image-text {
        font-size: 32px;
    }
    .image-with-text .small-image-text small {
        font-size: 16px;
    }
}

/*============ content-logo-carousel =============*/
.logo-section .container-fluid {
    padding-left: 55px;
    padding-right: 55px;
}
.logo-section .awards-slider {
    margin-top: 30px;
}
.logo-slider .item {
    position: relative;
    padding: 10px;
    text-align: center;
    margin: 0 5px;
}
.logo-slider .item:before {
    content: '';
    position: absolute;
    height: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 0px;
    background-color: #ddd;
}
.logo-slider .slick-active:nth-child(8) .item:before{
    display: none;
}
.logo-slider .item img {
    height: 130px;
    object-fit: contain;
    object-position: center;
    margin: auto;
    transition: all 0.5s ease;
}
.logo-slider .item:hover {
    border-color: var(--color-one);
}
.logo-slider .item:hover img {
    filter: grayscale(0);
}
.logo-slider .slick-arrow {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}
.logo-slider .slick-next {
    left: auto;
    right: 0;
}
.logo-slider .slick-next:before, .logo-slider .slick-prev:before {
    width: 12px;
    height: 12px;
}
.logo-slider .slick-prev {
    left: -15px;
}
.logo-slider .slick-next {
    right: -15px;
}
.logo-slider .slick-arrow:hover {
    background: #fff;
    border-color: #fff;
    box-shadow: 1px 1px 5px #ddd;
}

@media (max-width: 1199px){
    .logo-slider .slick-dots {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px){
    .logo-section .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .logo-slider {
        justify-content: center;
        margin-top: 0 !important;
    }
    .logo-slider .col {
        width: 33%;
    }
    .logo-slider .item {
        margin: 0;
    }
    .logo-slider .item img {
        height: 80px;
    }
}

/*========= content-map ===========*/
.map iframe{
    width: 100%;
    height: 535px;
    display: block;
}
@media (max-width: 1400px){
    .map iframe {
        height: 450px;
    }
}
@media (max-width: 767px){
    .map iframe {
        height: 350px;
    }
}

/*================ content-single-video ============*/
.single-video {
    max-width: 1000px;
    margin: auto;
}
.single-video .html5lightbox {
    height: 500px;
    border: 5px solid var(--color-one);
}
.single-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-video .play-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-video .play-btn circle {
    stroke: var(--color-one);
}
.single-video .play-btn path{
    fill: #fff;
}
.single-video:hover .play-btn circle{
    fill: #fff;
    stroke: #fff;
}
.single-video:hover .play-btn path{
    fill: var(--color-one);
}

.single-video .play-btn svg {
    width: 80px;
    height: 80px;
    fill: var(--color-one);
}
@media (max-width: 991px){
    .single-video .html5lightbox {
        height: 400px;
    }
}
@media (max-width: 767px){
    .single-video .html5lightbox {
        height: 300px;
    }
}

/*=========== content-testimonial-carousel ==========*/

.testimonial-carousel {
    background: linear-gradient(to bottom, #fbfff6 0%, #fafcfb 100%);
}
.testimonial-carousel .description {
    font-size: 18px;
}
.testimonials-slider {
    margin-top: 20px;
}
.testimonials-slider .quote {
    width: 80px;
    height: 80px;
}
.testimonials-slider .quote path {
    fill: var(--color-two);
    fill-opacity: 1;
}
.testimonials-slider .star-rating {
    display: flex;
    margin-top: 10px;
}
.testimonials-slider .star-rating .star-icon {
    margin-right: 7px;
}
.testimonials-slider .title {
    color: #42525B;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    z-index: 1;
    margin-top: 10px;
}
.testimonials-slider .slick-track{
    display: flex !important;
}
.testimonials-slider .slick-slide {
    height: inherit !important;
    margin: 15px;
}
.testimonials-slider .slick-slide > div {
    height: 100% !important;
}
.testimonials-slider .item {
    height: 100% !important;
    padding: 40px 40px;
    position: relative;
    background: rgba(255,255,255,1);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.10);
}
.testimonials-slider .slick-slide:last-child.item{
    border-right: 0;
}
.testimonials-slider .slick-arrow.slick-prev {
    position: absolute;
    top: 40%;
    left: -50px;
}
.testimonials-slider .slick-next.slick-arrow {
    position: absolute;
    top: 40%;
    right: -50px;
}
.testimonials-slider .slick-arrow:hover {
    background: #fff;
    border-color: #fff;
    box-shadow: 2px 2px 5px #ddd;
}
.testimonials-slider .slick-arrow:hover:before {
    border-color: #fff;
}
.testimonials-slider .slick-arrow.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.testimonials-slider .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.testimonials-slider .first-char {
    font-size: 30px;
    width: 80px;
    height: 80px;
    background: var(--color-one);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 15px;
    padding: 4px;
    outline: 4px solid rgba(66, 122, 161, 0.25);
}
.testimonials-slider .name-wrap {
    width: calc(100% - 70px);
}
.testimonials-slider .name {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}
.testimonial-carousel-sec-v2 .small-heading {
    color: #242A2E;
    font-weight: 500 !important;
    font-family: poppins !important;
    font-size:30px;

}
.testimonial-carousel-sec-v2 .heading {
    color: #363772;
    font-weight: 500 !important;
    font-family: poppins !important;
}

@media (max-width: 1199px){
    .testimonials-slider {
        padding: 0 15px;
    }
    .testimonials-slider .item {
        padding: 30px 30px;
    }
    .testimonials-slider .slick-next.slick-arrow {
        right: -30px;
    }
    .testimonials-slider .slick-arrow.slick-prev {
        left: -30px;
    }
    .testimonials-slider .name {
        font-size: 24px;
    }
    .testimonials-slider .first-char {
        font-size: 25px;
        width: 60px;
        height: 60px;
    }


}

@media (max-width: 991px){
    .testimonials-slider .slick-next.slick-arrow {
        right: -25px;
    }
    .testimonials-slider .slick-arrow.slick-prev {
        left: -25px;
    }

}

@media (max-width: 767px){
    .testimonials-slider .slick-slide {
        margin: 0;
    }
    .testimonials-slider {
        padding: 0;
    }
    .testimonials-slider .slick-slide > div {
        padding: 15px;
    }
    .testimonials-slider .item {
        padding: 30px 15px;
    }
}


/*============ content-testimonials-post ============*/
.reviews-post {
    justify-content: center;
}
.reviews-post .review-item{
    margin-bottom: 40px;
}
.reviews-post .review-inner {
    padding: 30px;
    height: 100%;
    position: relative;
    border: 1px solid #CDCDCD;
}
.reviews-post .quote-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    position: absolute;
    top: -25px;
    left: 30px;
}
.reviews-post .quote-icon path {
    fill: var(--color-one);
    fill-opacity: 1;
}
.reviews-post .review-title {
    font-weight: 600;
    font-size: 18px;
    color: var(--color-one);
    margin-top: 15px;
}
.reviews-post .author-name {
    font-size: 20px;
    font-weight: 600;
}
.reviews-post .client-name {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 600;
}
.reviews-page .pagination .nav-links{
    justify-content: center;
}
.reviews-post .review-bottom {
    display: flex;
    justify-content: space-between;
}
.reviews-post .review-logo {
    max-width: 100px;
}
.reviews-post .star-rating {
    display: flex;
}
.reviews-post .star-icon {
    width: 17px;
    height: 17px;
    margin-right: 4px;
}
.reviews-post .star-icon path{
    fill: rgba(255, 233, 0, 1);
}
.reviews-post .review-item {
    display: none;
}
.reviews-post .review-item.active {
    display: block;
}
.reviews-post .review-item:nth-child(even) .review-bottom{
    flex-direction: row-reverse;
}
.reviews-post .review-item:nth-child(even) .quote-icon {
    left: auto;
    right: 35px;
    transform: rotateY(180deg);
}

@media (max-width: 767px){
    .reviews-post .review-inner {
        padding: 30px 15px;
    }
}


/********* Testimonials Post V2 **********/
.reviews-post-v2{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.reviews-post-v2 img {
    width: 100px;
    height: auto;
}
.reviews-post-v2 {
    position: relative;
    --bs-gutter-x: 8rem;
    --bs-gutter-y: 3rem;
    margin: auto;
    justify-content: center;
}
.reviews-post-v2 p, .reviews-post-v2 .name{
    text-align: left;
    width: auto;
    padding-right: 30px;
}
.reviews-post-v2 .review-item.active {
    display: block;
}
.reviews-post-v2 .review-item {
    display: none;
}
.reviews-post-v2 .review-item-inner {
    position: relative;
    padding: 60px 20px 90px;
    height: 100%;
    border-top-right-radius: 120px;
    border-bottom-left-radius: 120px;
    transition: all .3s ease-in-out;
}
.reviews-post-v2 .name-and-rating {
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
}
.reviews-post-v2 .designation {
    color: var(--color-one);
}
.reviews-post-v2 span.letter-n {
    background: var(--color-one);
    width: 65px;
    height: 65px;
    display: block;
    font-size: 25px;
    margin-right: 15px;
    border-radius: 100%;
    color: #333;
    font-family: var(--font-two);
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews-post-v2 .testimonial-head{
    width: 100%;
}
.reviews-post-v2 .name {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    font-family: var(--font-two);
}
.reviews-post-v2 .author-text {
    line-height: 1.8;
    margin-top: 15px;
    padding-right: 20px;
    font-size: 18px;
}
.reviews-post-v2 .author-text strong {
    font-weight: 400;
}
.reviews-post-v2 .quotes {
    width: 50px;
    margin-right: 0;
    display: inline-block!important;
}
.reviews-post-v2 .review-item:nth-child(odd) .quotes {
    fill: var(--color-one);
}
.reviews-post-v2 .line-top {
    display: block;
    width: calc(100% - 40px);
    height: 45%;
    border-top: 1px solid var(--color-one);
    border-right: 1px solid var(--color-one);
    position: absolute;
    top: 20px;
    right: 20px;
    border-top-right-radius: 120px;
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
}
.reviews-post-v2 .line-bottom {
    display: block;
    width: calc(100% - 40px);
    height: 50%;
    border-bottom: 1px solid var(--color-one);
    border-left: 1px solid var(--color-one);
    position: absolute;
    border-bottom-left-radius: 120px;
    bottom: 20px;
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
}
.reviews-post-v2 .star-rating {
    display: flex;
}
.reviews-post-v2 .star-icon {
    width: 18px;
    height: 18px;
}
.reviews-post-v2 .review-item-inner:hover {
    background: #fff;
    box-shadow: 0px 4px 70px 0px #0000001A;
}

@media (max-width: 1399px) {
    .reviews-post-v2 {
        --bs-gutter-x: 4rem;
        --bs-gutter-y: 2rem;
    }
    .reviews-post-v2 .name{
        font-size: 21px;
    }
}

@media (max-width: 1199px) {
    .reviews-post-v2 {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 1rem;
    }
}

@media (max-width: 767px) {
    .reviews-post-v2 {
        --bs-gutter-x: 0rem;
        --bs-gutter-y: 0rem;
    }
    .reviews-post-v2 .review-item-inner {
        padding: 40px 20px 40px 20px;
        border-top-right-radius: 100px;
        border-bottom-left-radius: 100px;
    }

    .reviews-post-v2 .line-top {
        border-top-right-radius: 85px;
    }
    .reviews-post-v2 .line-bottom {
        border-bottom-left-radius: 85px;
    }
    .reviews-post-v2 span.letter-n {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    .reviews-post-v2 .author-text {
        font-size: 16px;
    }
    .reviews-post-v2 .star-icon {
        width: 15px;
        height: 15px;
    }
}



/*============ content-text-blocks ===============*/



/*========= content-text-with-form ===========*/
.text-with-form .form {
    background: #1A5811;
    padding: 50px;
    border-radius: 0;
}
.text-with-form .left-col .inner-col{
    padding-right: 30px;
}
.description li + li {
    margin-top: 10px;
}

@media (max-width: 991px){
    .text-with-form .form {
        padding: 40px 30px;
    }
    .text-with-form .left-col .inner-col {
        padding-right: 0;
    }
}

@media (max-width: 767px){
    .text-with-form .right-col {
        margin-top: 40px;
    }
    .text-with-form .form {
        padding: 40px 15px;
    }
}

/*============ content-video-testimonials ==============*/
.video-testimonials-slider .item {
    height: 455px;
    position: relative;
}
.video-testimonials-slider .item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.video-testimonials-slider .title {
    padding: 15px 0;
    font-size: 20px;
    line-height: 1.5;
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 15px;
    z-index: 1;
}
.video-testimonials-slider .html5lightbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-testimonials-slider .play-icon {
    opacity: 0;
    transition: all .3s ease-in-out;
    width: 60px;
    height: 60px;
}
.video-testimonials-slider .item:hover .play-icon {
    transform: scale(1);
    opacity: 1;
}
.video-testimonials-slider .slick-list {
    margin: 0 15px;
}
.video-testimonials-slider .item{
    margin: 0 15px;
}
.video-testimonials-slider .item img {
    height: 100%;
    object-fit: cover;
}

.video-testimonials-slider .slick-arrow.slick-prev {
    position: absolute;
    top: 40%;
    left: -50px;
}
.video-testimonials-slider .slick-next.slick-arrow {
    position: absolute;
    top: 40%;
    right: -50px;
}
.video-testimonials-slider .slick-arrow:hover {
    background: #fff;
    border-color: #fff;
    box-shadow: 2px 2px 5px #ddd;
}
.video-testimonials-slider .slick-arrow:hover:before {
    border-color: #fff;
}
.video-testimonials-slider .slick-arrow.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 1300px){
    .video-testimonials-slider .item {
        height: 350px;
    }
}
@media (max-width: 1199px){
    .video-testimonials-slider .slick-next.slick-arrow {
        right: -30px;
    }
    .video-testimonials-slider .slick-arrow.slick-prev {
        left: -30px;
    }
    .video-testimonials-slider .item {
        height: 300px;
    }
    .video-testimonials-slider .title {
        font-size: 18px;
    }
}
@media (max-width: 767px){
    .video-testimonials-slider .item {
        height: 350px;
    }
}
@media (max-width: 575px){
    .video-testimonials-slider .item {
        margin: 0;
    }
}

/*========== content-cta ==========*/
.cta-section{
    background: linear-gradient(90deg, #DEF5FF 0%, #DEE9F5 100%);
    padding-top: 45px;
    padding-bottom: 45px;
}

/*=========== Services Tabs =============*/

.services-tab-section{
    display: flex;
}
.services-tabs {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-right: 100px;
    padding-bottom: 60px;
}
.services-tab-content {
    width: 50%;
}
.services-tabs .tab-item {
    width: 100%;
    padding: 25px 50px;
    font-size: 30px;
    font-weight: 500;
    border-left: 8px solid transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.2;
    position: relative;
}
.services-tabs .tab-item svg path{
    fill: #000;
}
.services-tabs .tab-item.active {
    background: var(--color-one);
    box-shadow: 5px 5px 6px 0px #00000036;
    border-color: #fff;
    color: #fff;
}
.services-tabs .tab-item.active svg path{
    fill: #fff;
    stroke: #fff;
}
.services-tabs .tab-item.active span {
    color: var(--color-one);
    border-bottom: 1px solid var(--color-one);
}

.services-tabs .icon {
    width: 60px;
    height: 60px;
}
.services-tabs .title-wrap {
    width: calc(100% - 60px);
    padding-left: 30px;
}
.services-tabs .title {
    font-size: 28px;
    font-weight: 600;
}
.services-tabs .read {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 5px;
    display: none;
}
.services-tabs .tab-item.active .read {
    display: block;
}

.services-tab-content .tab-content {
    display: none;
    height: 100%;
}
.services-tab-content .tab-content.active {
    display: flex;
    animation: .7s opac;
}


.services-tab-content .item {
    color: #fff;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    position: relative;
}
.services-tab-content .image {
    width: 100%;
    height: 600px;
    padding-right: 25px;
    position: relative;
}
.services-tab-content .image:after {
    content: "";
    position: absolute;
    width: 25px;
    height: calc(100% - 60px);
    background: var(--color-one);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.services-tab-content .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -50px auto 0;
}
.services-bottom .inner {
    display: flex;
    align-items: center;
    background: var(--color-one);
    padding: 15px 30px;
}
.services-bottom .icon {
    width: 80px;
    margin-bottom: 15px;
    margin-right: 10px;
}
.services-bottom .icon path{
    fill: #fff;
}
.services-bottom .title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

@keyframes opac {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*=========== content-testimonial-carousel ==========*/
.blog-v1 {
    background: #f9f9f9;
}
.blog-carousel {
    background: #F8F8F8;
}
.blog-carousel .description {
    font-size: 18px;
}
.blog-slider {
    margin-top: 20px;
    padding: 0 40px;
}
.blog-slider .quote {
    width: 80px;
    height: 80px;
}
.blog-slider .quote path {
    fill: var(--color-two);
    fill-opacity: 1;
}
.blog-slider .star-rating {
    display: flex;
    margin-top: 10px;
}
.blog-slider .star-rating .star-icon {
    margin-right: 7px;
}
.blog-slider .title {
    color: #42525B;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
}
.blog-slider .slick-track{
    display: flex !important;
}
.blog-slider .slick-slide {
    height: inherit !important;
    margin: 15px;
}
.blog-slider .slick-slide > div {
    height: 100% !important;
}
.blog-slider .item {
    height: 100% !important;
    padding: 0;
    position: relative;
    background: rgba(255,255,255,1);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.10);
}
.blog-slider .slick-slide:last-child.item{
    border-right: 0;
}
.blog-slider .slick-arrow.slick-prev {
    position: absolute;
    top: 40%;
    left: -60px;
}
.blog-slider .slick-next.slick-arrow {
    position: absolute;
    top: 40%;
    right: -60px;
}
.blog-slider .slick-arrow:hover {
    background: #fff;
    border-color: #fff;
    box-shadow: 2px 2px 5px #ddd;
}
.blog-slider .slick-arrow:hover:before {
    border-color: #fff;
}
.blog-slider .slick-arrow.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.blog-slider .item img {
    height: 300px;
    object-fit: cover;
    object-position: center 0;
}
.blog-slider .title{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}
.blog-slider .detail {
    padding: 20px 30px;
}
.blog-slider .read {
    color: #000;
    font-weight: 600;
}

@media (max-width: 1199px){
    .blog-slider {
        padding: 0 15px;
    }
    .blog-slider .item {
        padding: 15px;
    }
    .blog-slider .detail {
        padding: 20px 0;
    }
    .blog-slider .slick-next.slick-arrow {
        right: -30px;
    }
    .blog-slider .slick-arrow.slick-prev {
        left: -30px;
    }
    .blog-slider .name {
        font-size: 24px;
    }
    .blog-slider .first-char {
        font-size: 25px;
        width: 60px;
        height: 60px;
    }



}

@media (max-width: 991px){
    .blog-slider .slick-next.slick-arrow {
        right: -25px;
    }
    .blog-slider .slick-arrow.slick-prev {
        left: -25px;
    }

}

@media (max-width: 767px){
    .blog-slider .slick-slide {
        margin: 0;
    }
    .blog-slider {
        padding: 0;
    }
}

/* Logo Gallery */
.Our-Media {
    padding-top: 0 !important;
}
.Our-Media h2.heading.h2 {
    font-size: 30px;
    color: #363772;
}
.logo-gallery .item img {

    width: auto;
}
.logo-gallery .item {
    margin-bottom: 10px;
    padding: 0 15px;
}
.logo-gallery .inner {
    padding: 15px 0;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-gallery .row {
    justify-content: space-between;
    --bs-gutter-x: 10px;
    margin-left: -15px;
    margin-right: -15px;
}
/* Services Slider */
.services-slider .item {
    padding: 0 5px;
}
.services-slider .image {
    height: 500px;
    overflow: hidden;
    position: relative;
}
.services-slider .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}
.services-slider .title {
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 400;
    text-align: center;
}
.services-slider .title a{
    color: #000;
}
.services-slider .title a:hover{
    color: var(--color-two);
}
.services-slider .image:hover img{
    transform: scale(1.1);
}

@media (max-width: 1400px){
    .services-slider .image {
        height: 450px;
    }
}
@media (max-width: 1199px){
    .services-slider .image {
        height: 400px;
    }
    .services-slider .title {
        font-size: 18px;
    }
}
@media (max-width: 767px){
    .services-slider .item + .item{
        margin-top: 20px;
    }
}

/* Video Blocks */

.video-blocks .video-image iframe {
    max-width: 100%;
    height: 300px;
    border: 1px solid var(--color-two);
    padding: 15px;
}
.video-blocks .video-image .image {
    height: 420px;
    object-fit: cover;
}
.video-blocks .video-title {
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
}
.video-blocks .item {
    margin-top: 1.5rem;
    display: none;
}
.video-blocks .item.active {
    display: block;
}
.video-detail {
    display: none;
}
.video-blocks .inner {
    position: relative;
}
.video-blocks .video-image {
    height: 297px;
}
.video-blocks .video-image img {
    width: 100%;
    height: 100%;
    object-fit: unset;
}
.video-section .justify-content-center {
    --bs-gutter-y: 1.5rem !important;
}
.video-blocks .html5lightbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.video-blocks .item:hover .html5lightbox:after {
    background: rgba(0,0,0,0.25);
}
.video-blocks .video-title {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 1.5;
}
.video-blocks .play {
    width: 50px;
    height: 50px;
    position: absolute;

}
.video-blocks .play circle{
    stroke: #fff;
}

.video-blocks .item:hover .play {
    fill: var(--color-one);
}
.video-blocks .item:hover .play circle{
    stroke: var(--color-one);
}


@media (max-width: 991px){
    .video-blocks .video-image {
        height: 190px;
    }
    .testimonial-carousel-sec-v2 .btn {
        position: relative;
        background: #BA9A6C !important;
        color: #fff !important;
        width: 129px;
        height: 40px;
        font-size: 13px !important;
        padding: 6px !important;
    }
}

@media (max-width: 767px){
    .video-blocks .item {
        margin-top: 30px;
    }
    .video-blocks .video-image {
        height: 250px;
    }
    .article-section .image-box .sub-title {
        min-height: 50px !important;
    }
    .Our-Media h2.heading.h2{
        font-size:16px !important
    }
    .blog-page-listing {
        padding-right: 0rem !important;
    }
}


/********* Component Testimonials **********/

.testimonial-carousel-sec-v2{
    background-size: cover;
}
.testimonial-carousel-v2 img {
    width: 100px;
    height: auto;
}
.testimonial-carousel-v2 {
    position: relative;
}
.testimonial-carousel-v2 h2, .testimonials .sub-effect span{
    color:#fff;
}
.testimonial-carousel-v2 .sub-effect:before, .testimonials .sub-effect:after{
    background-color: #fff;
}
.testimonial-carousel-sec-v2 .btn {
    position: absolute;
    top: 0;
    right: 0;
    display: inline;
    width: 150px;
    margin: 30px auto 0px;
}
.testimonial-carousel-v2 p, .testimonial-carousel-v2 .name{
    text-align: left;
    width: auto;
    color: #242A2E;
    padding-right: 30px;
    font-size:18px
}
.testimonial-carousel-v2 .slick-slide {
    padding: 10px;
    margin: 0px 25px;
    display: flex !important;
    align-items: center;
    margin-right:0 !important
}
.testimonial-carousel-v2 .slick-track{
    display: flex ;
    flex-wrap: wrap;
}
.testimonial-carousel-v2 .slick-slide{
    height: inherit !important;
}
.testimonial-carousel-v2 .slick-slide > div {
    height: 100%;
    width: 100%;
}

.testimonial-carousel-v2 .slick-prev::before {
    content: '';
    background-image: url(/wp-content/themes/tennesse/img/arrow-left.svg);
    background-size: cover;
    height: 40px;
    width: 40px;
    display: block;
}
.testimonial-carousel-v2 .slick-next::before {
    content: '';
    background-image: url(/wp-content/themes/tennesse/img/arrow-right.svg);
    background-size: cover;
    height: 40px;
    width: 40px;
    display: block;
}
.testimonial-carousel-v2 .slick-dots li button:before {
    font-size: 48px;
    color: #fff;
    opacity: 1;
}
.testimonial-carousel-v2 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
}
.testimonial-carousel-v2 .item {
    position: relative;
    height: 100%;
    text-align: left;
}
.testimonial-carousel-v2 .name-and-rating {
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    margin-top:10px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.testimonial-carousel-v2 .designation {
    text-align: left;
    color: #fff;
    font-size: 18px;
}
.testimonial-carousel-v2 span.letter-n {
    background: var(--color-one);
    width: 65px;
    height: 65px;
    display: block;
    font-size: 25px;
    margin-right: 15px;
    border-radius: 100%;
    color: #000;
    font-family: var(--font-two);
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-carousel-v2 p {
    margin-top: 15px;
    margin-bottom: 0;
}
.Our-Commitment .text-col {
    padding-left: 30px !important;
}
.static-page .content-area .practice-area-shortcode {
    margin-top: 45px;
    margin-bottom: 30px;
}
.static-page .content-area .practice-area-bottom-code {
    margin-top: 45px;
}
.testimonial-carousel-v2 .name {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    text-transform: capitalize;
    color: #242A2E;
    font-family: Poppins;
    letter-spacing: 2px;
}
.image-box .image:hover img {
    transform: scale(1.02);
    transition: all ease-in-out 0.5s !important;
}
.wp-block-cover, .wp-block-cover-image {
    margin: 45px 0px !important;
}
.image-box .title:hover {
    color:#BA9A6C;
}
.practice-area .image-box.three-col {
    border-bottom: 1px solid #e1e1ea;
}
.practice-area .item {
    margin-bottom: 60px;
    padding-right: 0px;
    display: flex;
}

.footer-map-address .description:after {
    border-bottom: 1px solid #C5AB84;
    content: "";
    display: block;
    width: 60px;
    height: 1.5px;
    background-color: #000;
    margin: 20px 0 22px;
}
.testimonial-carousel-v2 .author-text {
    line-height: 33.42px;
    padding-right: 0px;
    font-size: 18px;
    margin-top: 10px;
    font-style: italic;
    color:#242A2E;
    font-weight:400;
    letter-spacing:1px;
}
.testimonial-carousel-v2 .author-text strong {
    font-weight: 400;
}
.testimonial-carousel-v2 .quotes {
    width: 50px;
    margin-right: 0;
    display: inline-block!important;
    position: absolute;
    bottom: 30px;
    right: 10px;
}
.testimonial-carousel-v2 .quotes path{
    stroke: #fff;
}
.testimonial-carousel-v2 .slick-current .quotes path{
    fill: var(--color-one);
    stroke: var(--color-one);
}
.testimonial-carousel-v2 .line-top {
    display: block;
    width: 100%;
    height: 45%;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    position: absolute;
    top: 0;
    border-top-right-radius: 120px;
    opacity: 0.5;
    z-index: -1;
}
.testimonial-carousel-v2 .line-bottom {
    display: block;
    width: 100%;
    height: 45%;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    position: absolute;
    border-bottom-left-radius: 100px;
    bottom: 0;
    opacity: 0.5;
    z-index: -1;
}
.testimonial-carousel-v2 .slick-current .line-top, .testimonial-carousel-v2 .slick-current .line-bottom {
    border-color: var(--color-one);
}
.testimonial-carousel-v2 .star-rating {
    display: flex;
}
.testimonial-carousel-v2 .star-icon {
    width: 25px;
    height: 25px;
    margin-left: 6px;
}
.testimonial-carousel-v2 .slick-dots li button {
    background: #fff;
    border-color:#eee !important;
}
.testimonial-carousel-v2 .slick-slide .testimonial-head {
    width: 100%;
    padding-bottom: 45px;
}

@media (max-width: 1399px) {
    .testimonial-carousel-v2 .name{
        font-size: 15px;
        line-height: normal;
    }
}
@media (max-width: 1199px) {
    .testimonial-carousel-v2 .slick-slide {
        margin: 20px 30px;
    }
}
@media (max-width: 991px) {
    .testimonial-carousel-sec-v2 .btn {
        position: relative;
    }
    .testimonial-carousel-v2 .slick-slide {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .testimonial-carousel-v2 .slick-arrow{
        display: none!important;
    }

    .testimonial-carousel-v2 .slick-list {
        margin: 0px;
    }
    .testimonial-carousel-v2 .author-text {
        font-size: 14px;
    }
    .testimonial-carousel-v2 span.letter-n {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .testimonial-carousel-v2 .star-icon {
        width: 15px;
        height: 15px;
        margin-left: 2px;
    }
    .testimonial-carousel-v2 .slick-slide {
        width: 100% !important;
    }
    .testimonial-carousel-v2 .quotes {
        width: 40px;
        bottom: 10px;
    }
    .testimonial-carousel-v2 .quotes path {
        stroke: var(--color-one);
        fill: var(--color-one);
    }
    .testimonial-carousel-v2 .line-top {
        border-top-right-radius: 100px;
    }

    .testimonial-carousel-v2 .line-top, .testimonial-carousel-v2 .line-bottom {
        border-color: var(--color-one);
    }
}

/********* Component Blog v1 *********/
.blog-v1-list .row {
    --bs-gutter-x: 30px;
}
.blog-v1 .blog-list-inner {
    box-shadow: 0px 4px 50px 0px #0000001A;
    background: #fff;
    height: 100%;
    position: relative;
    transition: all .3s ease-in-out;
}
.blog-v1 .post-image {
    height: 175px;
    overflow: hidden;
    position: relative;
}
.blog-v1 .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-in-out;
}
.blog-v1 .post-image:hover img {
    transform: scale(1.1);
}
.blog-v1 .post-content {
    padding: 25px 15px;
}
.blog-v1 .blog-title {
    font-family: var(--font-two);
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5;
    display: block;
    color: var(--color-black);
}
.blog-v1 .content {
    margin-top: 5px;
}
.blog-v1 .read {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    display: block;
    text-align: right;
    margin-top: 10px;
    position: absolute;
    bottom: 5px;
    right: 15px;
    opacity: 0;
    color: var(--color-two);
}
.blog-v1 .blog-list-inner:hover .read{
    opacity: 1;
}
.blog-v1-meta {
    padding: 5px 0 20px;
    display: flex;
    line-height: 1;
    align-items: center;
    color: #fff;
    list-style: none;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
    max-width: unset;
    background: #333;
    padding: 5px;
}
.blog-v1-meta .category a {
    color: #fff;
}
.blog-v1-meta .category a:last-child {
    padding-right: 0;
    margin-right: 0;
}
.blog-v1 .blog-list-inner:hover .blog-title {
    color: var(--color-two);
}
.blog-v1 .blog-list-inner:hover .blog-v1-meta {
    background: var(--color-two);
}
.blog-v1 .blog-list-inner:before {
    content: "";
    border: 1px solid var(--color-two);
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    position: absolute;
    left: -15px;
    top: -15px;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.blog-v1 .blog-list-inner:hover:before {
    transition: all .5s ease-in-out;
    opacity: 1;
    transform: scale(1);
}

.blog-v1 .post-image .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-v1 .post-image .img.no-image {
    background-size: 170px;
}

@media (max-width: 1300px){
    .blog-v1 .blog-title {
        font-size: 20px;
    }
}
@media (max-width: 1199px){
    .blog-v1-list {
        margin-top: 30px;
    }
    .blog-v1 .post-image {
        height: 230px;
    }
}

@media (max-width: 767px){
    .blog-v1 .post-image {
        height: 190px;
    }
    .blog-v1 .blog-list-inner {
        box-shadow: none;
    }
    .blog-v1 .btn-wrap {
        text-align: center;
    }
    .blog-v1 .blog-list-inner:hover {
        outline-offset: 5px;
    }
}

/********* Team Carousel **********/

.team-section{
    position: relative;
}
.team-section:before {
    content: "";
    position: absolute;
    width: 23%;
    height: 75%;
    background: var(--color-two);
    top: 0;
    z-index: -1;
}
.team-top-info {
    padding-left: 215px;
    margin-bottom: 30px;
}


.team-thumb-slider .slick-list {
    width: calc(100% + 20px);
}
.team-thumb-slider {
    width: 50%;
    margin-left: auto;
    padding-left: 15px;
    z-index: 1;
}
.team-thumb-slider .thumb-inner {
    display: flex;
    background: #333;
    color: #fff;
    overflow: hidden;
}
.team-thumb-slider .thumb-img {
    width: 95px;
    height: 95px;
}
.team-thumb-slider .thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-thumb-slider .thumb-detail {
    width: calc(100% - 95px);
}
.team-thumb-slider .thumb-detail {
    width: calc(100% - 95px);
    padding: 20px 15px;
}
.team-thumb-slider .name {
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.team-thumb-slider .role {
    text-transform: uppercase;
    font-family: var(--font-two);
    font-weight: 400;
    line-height: 1.5;
}
.team-thumb-slider .slick-slide {
    margin-right: 20px;
}
.team-thumb-slider .slick-slide:last-child {
    margin-right: 0;
    opacity: 0.25;
}

.team-thumb-slider .slick-arrow {
    position: absolute;
    top: -60px;
    right: 0;
}
.team-thumb-slider .slick-prev.slick-arrow {
    right: 55px;
}

/*===========*/
.team-slider {
    margin-top: -107px;
}
.team-slider .content-col {
    padding-top: 150px;
}
.team-slider .heading-wrap{
    margin-bottom: 20px;
}
.team-slider .name {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 400;
}
.team-slider .designation {
    font-size: 24px;
    color: var(--color-two);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}
.team-slider .img-col img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center 0;
    pointer-events: none;
}
.team-slider .image {
    position: relative;
    margin: 0 20px 20px 20px;
}
.team-slider .image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-two);
    left: -20px;
    bottom: -20px;
    z-index: -1;
}

@media (max-width: 1550px){
    .team-thumb-slider .name {
        font-size: 21px;
    }
    .team-slider .name {
        font-size: 35px;
    }
    .team-slider .designation {
        font-size: 20px;
    }
}
@media (max-width: 1400px){
    .team-thumb-slider .name {
        font-size: 19px;
    }
}
@media (max-width: 1300px){
    .team-slider .content-col {
        padding-top: 140px;
    }
    .team-thumb-slider .thumb-img {
        width: 85px;
        height: 85px;
    }
    .team-thumb-slider .thumb-detail {
        width: calc(100% - 85px);
        padding: 20px 15px;
    }
    .team-thumb-slider .name {
        font-size: 17px;
    }
    .team-thumb-slider .role {
        font-size: 14px;
    }
}

@media (max-width: 1199px){
    .team-thumb-slider .name {
        font-size: 20px;
    }
    .team-slider .name {
        font-size: 30px;
    }
    .team-slider .designation {
        font-size: 16px;
    }
    .team-slider .content-col {
        padding-top: 130px;
    }
    .team-slider .image {
        margin: 0 15px 15px 15px;
    }
    .team-slider .image:before {
        content: "";
        position: absolute;
        width: calc(100% + 30px);
        height: 100%;
        border: 1px solid var(--color-one);
        left: -15px;
        bottom: -15px;
        z-index: -1;
    }
}

@media (max-width: 991px){
    .team-thumb-slider {
        width: 100%;
        padding-left: 0;
    }
    .team-section:before{
        display: none;
    }
    .team-top-info {
        padding-left: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px){
    .team-section:before {
        content: "";
        position: absolute;
        width: 50px !important;
        height: 35%;
        display: block;
    }
    .team-slider .image {
        padding: 10px;
    }
    .team-slider .image:before {
        width: 88%;
        height: 90%;
        border: 1px solid var(--color-two);
        left: 0;
        bottom: 0;
    }
}

/*====== Form =====*/
.form-section form{
    margin-top: 40px;
}

/********* Location Box ***********/

.location-box .inner {
    box-shadow: 0px 5px 20px -4px rgba(30, 48, 61, 0.1);
    padding: 20px;
    height: 100%;
}
.location-box iframe {
    width: 100%;
    height: 278px;
}
.location-box .title {
    color: #212D3D;
    font-family: var(--font-two);
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.5;
}
.location-box .address {
    font-weight: 400;
}
.location-box .phone a {
    color: var(--color-black);
    font-weight: 400;
}
.location-box .map-link {
    color: var(--color-one);
    font-family: var(--font-two);
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline !important;
    margin-top: 10px;
    display: inline-block;
}

@media (max-width:1400px){
    .location-box .title {
        font-size: 35px;
    }
}
@media (max-width:1199px){
    .location-box .title {
        font-size: 30px;
    }
}


/*========= Tabs =========*/
.tabs-section{
    overflow: hidden;
}
.tabs-list {
    display: flex;
    justify-content: center;
}
.tabs-section .tab-content {
    display: none;
}
.tabs-section .tab-content.active {
    display: block;
}
.tabs-section .tab-item {
    padding: 30px 50px;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    min-width: 290px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-two);
    box-shadow: 0px 12px 17px -4.27px #1E303D14;
}
.tabs-section .tab-item.active {
    background: var(--color-one);
    color: #fff;
}
.tabs-section .tab-item.active:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: var(--color-one);
    bottom: -7px;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: auto;
}

.tab-content-inner {
    margin-top: 80px;
    background: rgba(239, 251, 255, 1);
    padding: 60px;
    --bs-gutter-x: 3rem;
    justify-content: center;
}
.tab-content-inner .item:nth-child(n+5) {
    margin-top: 30px;
}
.tab-content-inner .inner {
    background: #fff;
    border: 1px solid rgba(108, 177, 203, 1);
    padding: 14px;
    text-align: center;
    position: relative;
}
.tab-content-inner .title {
    color: rgba(33, 45, 61, 1);
    font-size: 25px;
    font-family: var(--font-two);
    text-transform: uppercase;
    font-weight: 400;
}
.tab-content-inner .inner:hover{
    border-color: transparent;
    box-shadow: 0px 12px 17px -4.27px rgba(30, 48, 61, 0.08);
}
.tab-content-inner .inner:hover .title {
    color: var(--color-two);
}

@media (max-width:1199px){
    .tab-content-inner .title {
        font-size: 23px;
    }
    .tab-content-inner .item:nth-child(n+4) {
        margin-top: 30px;
    }
}


/********* End Css **********/


/* Results Post */
.results-post{
    justify-content: center;
}
.results-post .amount {
    font-size: 25px;
    font-weight: 400;
    font-family: var(--font-two);
}
.results-post .result-inner {
    border: 1px solid #590000;
    height: 100%;
    padding: 70px 20px;
    text-align: center;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.results-post .result-item {
    margin-top: 25px;
    display: none;
}
.results-post .result-item.active {
    display: block;
}
.results-post .result-inner:hover {
    background: var(--color-two);
    color: #fff;
}


/* Image with text v1 */
.image-with-text-v1 .image-wrap{
    position: relative;
    height: 100%;
}
.image-with-text-v1 .image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    height: calc(100% - -100px);
    margin-top: -70px;
    z-index: 9999;
}
.col-lg-6.text-col {
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-with-text-v1 .image img {
    left:0px;
    position: relative;
    object-fit: cover;
    object-position: center left;
}
.image-with-text-v1 .html5lightbox {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 100%;
    top: -40px;
}
.image-with-text-v1 .html5lightbox .icon-play {
    width: 150px;
    height: 150px;
    bottom: 0;
    right: 0;
    position: relative;
}
.image-with-text-v1 .html5lightbox span {
    color: #333;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
}
.image-with-text-v1 .icon-play:hover circle {
    fill: var(--color-two);
}
.image-with-text-v1 .image-text-wrap {
    text-align: center;
    width: 40%;
}
.image-with-text-v1 .image-two {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 50%;
    margin-top: -20px;
}
.image-with-text-v1 .image-two:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30%;
    background: var(--color-two);
    top: 0;
    bottom: -80px;
    left: 0;
    margin: auto;
}
.image-with-text-v1 .image-two:after {
    content: "";
    position: absolute;
    width: 20%;
    height: 1px;
    background: var(--color-two);
    bottom: 0;
    left: 0;
}
.image-with-text-v1 .image-two img {
    width: 60%;
    height: calc(100% + 40px);
    position: relative;
    right: 0;
    bottom: 0;
    object-fit: cover;
    display: flex;
    top: -40px;
}
.image-with-text-v1 .image-title {
    font-size: 50px;
    font-family: var(--font-two);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}
.image-with-text-v1 .image-text {
    font-size: 22px;
    font-weight: 400;
    text-wrap-style: balance;
    line-height: 1.2;
}


@media (max-width:1400px){
    .image-with-text-v1 .html5lightbox .icon-play {
        width: 120px;
        height: 120px;
    }
}
@media (max-width:1199px){
    .image-with-text-v1 .html5lightbox .icon-play {
        width: 110px;
        height: 110px;
    }
    .image-with-text-v1 .html5lightbox span {
        font-size: 18px;
    }
    .image-with-text-v1 .image-title {
        font-size: 45px;
    }
    .image-with-text-v1 .image-text {
        font-size: 18px;
    }

}

@media (max-width:991px){
    .image-with-text-v1 .content-inner {
        margin-top: 40px;
    }
    .image-with-text-v1 .image-two {
        margin-top: 0;
    }
    .about-us .content-inner {
        margin-top: 80px;
    }
    .about-us .heading {
        padding-bottom: 25px;

    }
    .about-us{
        padding-bottom:80px !important
    }
}

@media (max-width:767px){
    .image-with-text-v1 .html5lightbox .icon-play {
        width: 75px;
        height: 75px;
    }
    .image-with-text-v1 .html5lightbox {
        top: -30px;
    }
    .about-us{
        margin-top:0 !important;
        text-align:center;
    }
    .about-us .small-heading , .available-section .heading
    {
        font-size:14px !important
    }
    .available-section .heading-underline{
        font-size:30px !important
    }
    .bg-image-with-text .content-inner{
        padding:50px 20px !important
    }
    .bg-image-with-text .content-inner .heading:after {
        width: 60px;

    }
    .faq-section   .heading {
        font-size: 26px;
    }
    .faq-section .heading:after {
        width: 15% !important;
    }
    .faq-section p {
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
    }
    /*
.image-with-text-v1 .image img {
    height: calc(100% + 30px);
}*/
    .image-with-text-v1 .image-two img {
        height: calc(100% + 30px);
        top: -30px;
    }
}

/*==============================*/
.error404 .form-with-map{
    display:none;
}
.blog-v1, .team-section {
    overflow: hidden;
}
.bg-image-with-text {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1;
    background-color: #000;
    background-image: url(https://rafuslawstg.wpenginepowered.com/wp-content/uploads/2025/03/Mask-group-15.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.guide-us {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1;
    background-color: #000;
    background-image: url(https://rafuslawstg.wpenginepowered.com/wp-content/uploads/2025/05/Mask-group-19.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.about-us {
    margin-top: 0px;
    position: relative;
    /*overflow: hidden;*/
    z-index: 10;
    background-image:url(https://rafuslawstg.wpenginepowered.com/wp-content/uploads/2025/04/Group-348.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom:150px !important;
    padding-top:0px !important
}
.logo-gallery-top-info .description p {
    text-align: left;
}
.Our-Media h2.heading.h2:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #C5AB84;
    margin: 20px auto 33px;
}
.Our-Commitment .heading:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #C5AB84;
    margin: 20px auto 33px;
}
.contact-us-now {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1;
    background-color: #000;
    background-image: url(https://rafuslawstg.wpenginepowered.com/wp-content/uploads/2025/05/Mask-group-1-1.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.available-section {
    height:700px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1;
    background-color: #000;
    background-image: url(https://rafuslawstg.wpenginepowered.com/wp-content/uploads/2025/03/Mask-group-17.webp);
    background-attachment: inherit;
    background-repeat: no-repeat;
}
.contact-loc-section {
    display: none;
}
.contact-us-now p {
    text-align: center;
    font-size: 20px !important;
}

.contact-us-now .heading:after , .faq-section .heading:after{
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #C5AB84;
    margin: 20px auto 20px;
}
.contact-us-now p a img {
    padding-right: 10px;
    padding-bottom: 3px;
}
.contact-us-now p a{
    color:#fff
}
section.contact-page .container {
    background: #F5F5F5;
    padding:70px 60px;
    width:1320px;
}
::placeholder{
    color:#1E1C1C !important
}
.page-id-490 .sub-title-wrap .btn-wrap .read {
    text-transform: uppercase;
    display: none !important;
}
.page-id-490 .full-width-page.spaced.list-style {
    background: #EFFAFD;
    padding:0
}
.page-id-490 .image-box .title {
    background: #fff;
    min-height: 0em;
    position: relative;
    bottom: 75px;
    padding:20px
}
.practice-area h2.heading:after {
    margin: 12px auto 20px !important;
}
.page-id-490 .image-box .title:after{
    display:none
}
.new-btn-text-center {
    text-align: center;
    margin-top: 20px;
}
button#muteButton {
    background-image: url(/wp-content/uploads/2025/06/unmute.png);
    display: inline-block;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    font-size: 0px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 120px;
	z-index: 1;
}
button#muteButton.muted {
    background-image: url(/wp-content/uploads/2025/06/mute.png);
}