/* Homepage Banner Section Starts */
.banner-sec {
    padding: 186px 0 0;
    background-image: url(../images/banner-bgimg-mobile.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}
@media screen and (min-width: 992px) {
    .banner-sec {
        background-image: url(../images/banner-bgimg.webp);
    }
}
.banner-sec .container {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}
.ban-left {
    width: 69.7%;
    padding: 0 0 0 35px;
}
.ban-rght-mbl {
    display: none;
}
.ban-left h2 {
    color: #fff;
    font-size: 143px;
    font-family: 'Jost';
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 25px;
    position: relative;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}
.ban-left h2 small:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 53px;
    height: 2px;
    background-color: #fff;
}
.exper-img img {
    display: block;
    width: 100%;
}
.ban-left h2 small {
    color: #fff;
    font-size: 38px;
    font-family: 'Jost';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 7.6px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 68px;
    text-shadow: none;
}
.ban-left h2 strong {
    color: #fec100;
    font-weight: 300;
}
.ban-rght-mbl .registerd,
.ban-left .registerd {
    font-size: 25px;
    vertical-align: top;
    line-height: 1;
}
@media screen and (min-width: 992px) {
    .ban-rght-mbl .registerd,
    .ban-left .registerd {
        font-size: 40px;
    }
}
/* banner left cnt mobile */
.ban-rght-mbl h1 {
    color: #fff;
    font-size: 143px;
    font-family: 'Jost';
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 25px;
    position: relative;
}
.ban-rght-mbl h1 small:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 53px;
    height: 2px;
    background-color: #fff;
}
.exper-img img {
    display: block;
    width: 100%;
}
.ban-rght-mbl h1 small {
    color: #fff;
    font-size: 38px;
    font-family: 'Jost';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 7.6px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 68px;
}
.ban-rght-mbl h1 strong {
    color: #fec100;
    font-weight: 300;
}
/* banner left cnt mobile end*/
.ban-lst {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.san-anto-lst {
    display: flex;
    justify-content: flex-start;
    gap: 22px;
    align-items: flex-start;
}
.san-anto-cnt h1 {
    color: #fff;
    font-size: 38px;
    font-family: 'Jost';
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: capitalize;
    margin: 0 0 18px;
    text-shadow: none;
}
.direct-sec-mb-content{ display: none;}
.cmn-btn.tab-btn.mb {
    display: none;
    padding: 20px 0 0 0;
}
.san-anto-btn a {
    color: #282d3a;
    font-size: 20px;
    font-family: 'Jost';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fec100;
    padding: 25px 52px;
    border-radius: 30px;
    display: inline-block;
    transition: 0.5s;
}
.san-anto-btn a:hover {
    color: #fec100;
    background-color: #282d3a;
}
.ban-rght {
    width: 37.7%;
}
/* Homepage Banner Section Ends */
/* Homepage Banner Bottom Section Starts */
.banner-bot-sec {
    background-image: url(../images/ban-bottom-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.banner-bot-sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 20%;
    background: linear-gradient(to bottom, rgba(26, 42, 107, 0.01) 0%, rgba(26, 42, 107, 0.08) 11%, rgba(26, 42, 107, 1.24) 37%, rgba(26, 42, 107, 0.69) 63%, rgba(26, 42, 107, 0.84) 77%, rgba(26, 42, 107, 1.66) 91%, rgba(26, 42, 107, 1) 100%);
    pointer-events: none;
}
.hm-ban-bot {
    border-radius: 100px;
    overflow: hidden;
    background-color: #1a2a6b;
    padding: 45px 0 80px;
}
.banner-bot-sec .container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}
.banner-bot-sec h2 {
    font-family: 'Jost';
    font-size: 42px;
    font-weight: 300;
    color: #fec100;
    line-height: 1;
    letter-spacing: 8.4px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}
.ban-bot-img-itm {
    position: relative;
}
.ban-bot-img img {
    width: 100%;
    display: block;
}
.ban-bot-img {
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 60px;
    box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.44);
}
.watch-now {
    position: absolute;
    bottom: 36px;
    right: 77px;
}
.watch-now a img {
    width: 100%;
    display: block;
    max-width: 100%;
}
.ban-bot-lst {
    display: flex;
    justify-content: space-between;
    width: 77.94%;
    margin: 0 auto;
}
.ban-bot-itm {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: 25%;
}
/* .ban-bot-lst-img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
} */
 .ban-bot-lst-img {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
}
.ban-bot-cnt h3 {
    font-family: 'Jost';
    font-size: 48px;
    font-weight: 300;
    color: #fec100;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}
/* Homepage Banner Bottom Ends */
/* Homepage Award Section Starts */
.award-sec {
    width: 100%;
    padding: 172px 0 88px 0;
    background-image: url(../images/award-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.award-sec .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 100px;
}
.award-sec h2 {
    font-family: 'Jost';
    font-size: 80px;
    font-weight: 400;
    color: #21346c;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.awards-lst {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px 0;
}
.awards-lst h4 {
    font-family: 'Outfit-Medium';
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    padding: 165px 0 0 0;
    line-height: 1.28;
    position: relative;
}
.award-itm {
    width: 100%;
    display: block;
    border: 1px solid #fec100;
    padding: 18px;display: flex;
}
.award-img {
    max-width: 185px;
    margin: auto;
}
.awards-lst.owl-carousel .owl-stage-outer {
    padding: 0 0 0 3px;
}
.awards-lst.owl-carousel.owl-drag .owl-item{ display: flex;}
.awards-lst.owl-carousel .owl-stage{ display: flex;}
.award-img.texae {max-height: 100%;display: flex;max-width: 100%;}
.award-sec .awards-lst .owl-nav {
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    content: "";
    bottom: 95px;
    left: 0;
    margin: auto;
    right: 0;
    z-index: 0;
}


.award-sec .awards-lst .owl-nav .owl-prev span {
    display: none;
}
.award-sec .awards-lst .owl-nav .owl-next span {
    display: none;
}
.award-sec .awards-lst .owl-nav .owl-prev {
    width: 56px;
    height: 56px;
    display: inline-block;
    background-color: #21346c;
    border: 2px solid #21346c;
    border-radius: 50%;
    position: absolute;
    left: -78px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.award-sec .awards-lst .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    display: inline-block;
    background-color: #21346c;
    border: 2px solid #21346c;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -78px;
    bottom: 0;
    margin: auto;
}
.award-sec .awards-lst .owl-nav .owl-prev::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/hm-sprites.webp");
    background-repeat: no-repeat;
    background-position: -109px -21px;
    width: 32px;
    height: 20px;
    margin: auto;
}
.award-sec .awards-lst .owl-nav .owl-next::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/hm-sprites.webp");
    background-repeat: no-repeat;
    background-position: -159px -21px;
    width: 32px;
    height: 20px;
    margin: auto;
}
.award-sec .awards-lst .owl-nav .owl-prev:hover {
    background-color: transparent;
    border: 2px solid #fec100;
}
.award-sec .awards-lst .owl-nav .owl-prev:hover:before {
    background-position: -209px -21px;
}
.award-sec .awards-lst .owl-nav .owl-next:hover {
    background-color: transparent;
    border: 2px solid #fec100;
}
.award-sec .awards-lst .owl-nav .owl-next:hover:before {
    background-position: -259px -21px;
}
/* Homepage Award Section Ends */
/* Homepage ABout Section Starts */
.about-sec {
    background-image: url(../images/right-direction-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.hm-abt-lst {
    display: flex;
    justify-content: space-between;
}
.about-sec .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 100px;
}
.about-sec h2 {
    font-family: 'Jost';
    font-size: 80px;
    font-weight: 400;
    color: #21346c;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}
.about-sec h2 strong {
    font-family: 'Jost';
    font-size: 48px;
    font-weight: 300;
    color: #fec100;
    text-transform: capitalize;
}
.hm-abt-lft {
    width: 48.34%;
    padding-top: 70px;
}
.hm-abt-rit {
    width: 45.8%;
    position: relative;
}
.hm-abt-img img {
    width: 100%;
    display: block;
    max-width: 100%;
}
.hm-abt-img {
    border-top-left-radius: 100px;
    overflow: hidden;
}
.hm-abt-rit::before {
    content: '';
    position: absolute;
    background-image: url(../images/20-yrs.webp);
    width: 209px;
    height: 209px;
    top: -22px;
    right: -88px;
}
.hm-abt-lft h3 {
    font-family: 'Ms Madi';
    font-size: 120px;
    font-weight: 400;
    color: #21346c;
    line-height: 1;
    margin-bottom: 0;
    padding-left: 80px;
    position: relative;
    margin-bottom: 35px;
}
.hm-abt-lft h3::before {
    content: '';
    position: absolute;
    background-image: url(../images/about-bfr-img.webp);
    width: 164px;
    height: 137px;
    left: 0;
    top: -45px;
    bottom: 0;
    margin: auto;
}
.hm-abt-lft h3 strong {
    color: #fec100;
    font-weight: 400;
}
.hm-abt-lft p {
    font-family: 'Jost';
    font-size: 20px;
    font-weight: 400;
    color: #21346c;
    line-height: 1.9;
    margin-bottom: 40px;
}
.hm-abt-cntct {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
}
.hm-abt-rit-btn a:hover {
    color: #fec100;
}
.hm-abt-rit-btn h5 {
    font-family: 'Jost';
    font-size: 18px;
    font-weight: 200;
    color: #354aa0;
    line-height: 1;
    letter-spacing: 1.08px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-left: 35px;
    position: relative;
}
.hm-abt-rit-btn h5::before {
    content: '';
    position: absolute;
    background-color: #fec100;
    width: 24px;
    height: 2px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-abt-rit-btn a {
    font-family: 'Jost';
    font-size: 42px;
    font-weight: 400;
    color: #354aa0;
    line-height: 1;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    display: inline-block;
}
.hm-abt-lft .abt-lft-acc {
    margin-bottom: 60px;
}
.hm-abt-lft .abt-lft-acc .accordion-section h4 a.accordion-section-title {
    font-family: 'Jost';
    font-size: 31px;
    font-weight: 300;
    color: #1a2954;
    display: block;
    text-transform: uppercase;
}
.hm-abt-lft .abt-lft-acc .accordion-section h4 a.accordion-section-title.active:before {
 transform: rotate(180deg);
}
.hm-abt-lft .abt-lft-acc .accordion-section h4 a:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0px;
    width: 21px;
    height: 12px;
    bottom: 0;
    margin: auto;
    background-image: url(../images/dropdown-img.webp);
    background-repeat: no-repeat;
}
.hm-abt-lft .abt-lft-acc .accordion-section {
    padding: 15px 30px;
    border: 1px solid #fec100;
    background-color: #fff;
    margin-bottom: 20px;
}
.hm-abt-lft .abt-lft-acc .accordion-section h4 {
    padding-left: 60px;
    margin-bottom: 10px;
    position: relative;
}
.hm-abt-lft .abt-lft-acc .accordion-section h4:before {
    content: '';
    position: absolute;
    background-image: url("../images/hm-sprites.webp");
    background-position: -309px -21px;
    width: 39px;
    height: 44px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-abt-lft .abt-lft-acc .accordion-section h4.acc-2:before {
    background-position: -366px -21px;
}
.hm-abt-lft .abt-lft-acc .accordion-section h4.acc-3:before {
    background-position: -422px -21px;
}
.abt-lft-acc .accordion-section .accordion-section-content p {
    font-family: 'Jost';
    font-size: 18px;
    font-weight: 400;
    color: #21346c;
    line-height: 1.7;
    margin-bottom: 0;
    padding: 0 22px 0 62px;
}
.abt-lft-acc .accordion-section .accordion-section-content p a{
    color: #fec100;
}
.abt-lft-acc .accordion-section .accordion-section-content p a:hover{
    color: #21346c;
}
/* .cmn-btn.pract-mb-btn {
    display: none;
} */
@media screen and (min-width: 992px) {
    .cmn-btn.pract-mb-btn a {
        margin: 20px auto 0;
        width: 100%;
        display: block;
        max-width: 375px;
    }
    @media screen and (max-width: 1700px) {
        .cmn-btn.pract-mb-btn a {
            max-width: 360px;
        }
    }
    @media screen and (max-width: 1500px) {
        .cmn-btn.pract-mb-btn a {
            max-width: 310px;
        }
    }
    @media screen and (max-width: 1240px) {
        .cmn-btn.pract-mb-btn a {
            max-width: 280px;
        }
    }
    .cmn-btn.pract-mb-btn br {
        display: none;
    }
}
.hm-abt-lft .abt-lft-acc .accordion-section-title.active .accordion-section {
    border: 1px solid #fec100;
}
/* Homepage About Section Ends */
/* Homepage Practice Areas Starts */
.hmpractice-sec {
    padding: 190px 0 70px;
    background-image: url(../images/hm-pract-sec-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.hm-pract-areas {
    display: flex;
    justify-content: center;
}
.hmpractice-sec .container {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
}
.hm-pract-lft {
    padding-left: 100px;
    width: 23.54%;
}
.hm-pract-rit {
    width: 78.87%;
    margin-right: -40px;
}
.hm-pract-lst {
    display: flex;
    flex-wrap: wrap;
    gap: 70px 0;
    width: 100%;
}
.hm-pract-lft h2 {
    font-family: 'Jost';
    font-size: 130px;
    font-weight: 300;
    color: #fec100;
    line-height: 1;
    text-transform: uppercase;
    rotate: 180deg;
    writing-mode: tb;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 50px;
}
.hm-pract-img img {
    width: 100%;
    display: block;
}
.cmn-btn.prac-btn a {
    padding: 12px 48px;
}
.hm-pract-itm {
    width: 29.86%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: 0% 2.6%;
}
.hm-pract-itm:first-child {
    margin-left: 0;
}
.hm-pract-itm:nth-child(3n) {
    margin-right: 0;
}
.hm-pract-itm:nth-child(4n) {
    margin-left: 0;
}
.hm-pract-cnt {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-pract-cnt h3 {
    font-family: 'Jost';
    font-size: 32px;
    font-weight: 400;
    color: #1a2954;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}
.hm-pract-itm::before {
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-repeat: no-repeat;
    width: 100%;
    height: 72%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.hm-pract-itm:hover:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(26, 41, 84, 1) 100%);
}
.hm-pract-itm:hover h3 {
    color: #ffffff;
}
.hm-pract-itm .hvr a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0;
    z-index: 1;
}
/* Homepage Practice Areas Ends */
/* Homepage Personalized Section Starts */
.hmpersonalized-sec {
    padding: 0 0 60px;
    margin: -200px 0 0;
}
.hmpersonalized-sec .container {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}
.person-lst {
    display: flex;
    justify-content: space-between;
}
.person-lst-left {
    width: 45.2%;
    padding: 45px 35px 37px;
    box-shadow: 0.977px -27.983px 40px 0 rgba(0, 0, 0, 0.09);
    /* border-radius: 20px 0 20px; */
    background-color: #fff;
    border-top-left-radius: 105px;
    border-top-right-radius: 105px;
}
.person-itm {
    position: relative;
    margin: 0 0 10px;
}
.itm-img img {
    display: block;
    width: 100%;
    border-radius: 60px;
}
.itm-anchr a.hvr {
    position: absolute;
    font-size: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.itm-cnt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 260px;
    height: max-content;
    margin: auto;
    background-color: #354aa0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    pointer-events: none;
}
.itm-cnt:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 3px;
    margin: auto;
    width: 56px;
    height: 56px;
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -20px -227px;
}
.itm-cnt h6 {
    color: #fff;
    font-size: 30px;
    font-family: 'Jost';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 15px 48px 15px 30px;
    margin: 0;
}
.person-lst-right {
    width: 49%;
    text-align: center;
    padding: 128px 0 0 0;
}
.person-lst-right h4 {
    color: #21346c;
    font-size: 80px;
    font-family: 'Jost';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 36px;
    position: relative;
    z-index: 1;
}
.person-lst-right p {
    color: #fec100;
    font-size: 48px;
    font-family: 'Jost';
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    margin: 0 0 20px;
}
.cmn-btn.prsn-btn a {
    padding: 24px 75px;
}
/* Homepage Personalized Section Ends */
/* Homepage Right Direction Section Starts */
.hmright-direction {
    padding: 0 0;
    background-position: left top 30px, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-image: url(../images/direction-bgimg.webp), url(../images/right-direction-bg.webp);
}
.hmright-direction .container {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}
.direct-lst {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 72px;
    position: relative;
}
.direct-left {
    width: 59.65%;
    padding: 110px 0 0 137px;
}
.direct-lst:before {
    position: absolute;
    content: "";
    top: 26%;
    right: -7%;
    margin: auto;
    width: 83%;
    height: 5px;
    background-color: #fec100;
    z-index: -1;
}
.direct-lst:after {
    position: absolute;
    content: "";
    bottom: 34%;
    left: 7%;
    right: 0;
    width: 100%;
    height: 5px;
    background-color: #fec100;
    z-index: -1;
}
.rt-dir-btn-lst {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 45px;
}
.direct-left h3 {
    color: #21346c;
    font-size: 90px;
    font-family: 'Jost';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 130px;
}
.direct-left h3 span {
    color: #fec100;
}
.rt-cnt a {
    color: #000;
    font-size: 20px;
    font-family: 'Jost';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    padding: 25px 57px;
    border-radius: 30px;
    background-color: #fec100;
    transition: 0.5s;
}
.rt-cnt a:hover {
    color: #fec100;
    background-color: #000;
}
.rt-expert p {
    color: #354aa0;
    font-size: 18px;
    font-family: 'Jost';
    font-weight: 200;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline;
    padding: 0 0 0 35px;
}
.rt-expert {
    position: relative;
}
.rt-expert p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 45px;
    margin: auto;
    width: 24px;
    height: 2px;
    background-color: #ffd200;
}
.rt-expert p a {
    color: #354aa0;
    font-size: 42px;
    font-family: 'Jost';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}
.direct-right {
    width: 33.64%;
}
.direct-right img {
    display: block;
    width: 100%;
}
/* Homepage Right Direction Section Ends */
/* Homepage Meet Our Team Starts */
.meet-our-team-tab-sec {
    padding: 415px 0 480px;
    background-repeat: no-repeat;
    background-image: url(../images/meet-our-team-bg.webp);
    background-size: cover;
    margin: -155px 0 0;
    position: relative;
}
.meet-our-team-tab-sec .container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}
.meet-our-team-tab-sec .meet-our-team-tabs {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.meet-our-team-tab-sec .meet-our-team-tabs ul.tabs {
    width: 9.4%;
    position: relative;
    z-index: 1;
    margin: 0 0 0 0;
    padding: 0 !important;
}

.meet-our-team-tab-sec .meet-our-team-tabs ul.tabs::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 50px;
    top: -170px;
    /* right: 30px;
    top: -100px;    */
    background-image: url(../images/meet-our-team-shape.webp);
    background-repeat: no-repeat;
    width: 446px;
    height: 798px;
    transform: scale(0.9);
}

.meet-our-team-tab-sec .meet-our-team-tabs ul.tabs li {
    list-style-type: none;
    margin-bottom: 30px !important;
}
.meet-our-team-tab-sec .meet-our-team-tabs ul.tabs li#tab-3 {
    margin: 20px 0 !important;
}
.meet-our-team-tab-sec .meet-our-team-tabs .tb-img img {
    width: 100%;
    display: block;
    position: relative;
}
.meet-our-team-tab-sec .meet-our-team-tabs .tb-img {
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid transparent;
}
.meet-our-team-tab-sec .meet-our-team-tabs .tb-itm {
    cursor: pointer;
}
.meet-our-team-tab-sec .meet-our-team-tabs ul.tabs li.selected .tb-img {
    border: 5px solid #fec100;
    position: relative;
}
.meet-our-team-tab-sec a.tb-hvr-link {
    font-size: 0;
}
.meet-our-team-tab-sec .meet-our-team-tabs .tab-content {
    width: 84.34%;
}
.meet-our-team-tab-sec .meet-our-team-tabs .team-blck {
    display: flex;
    justify-content: space-between;
}
.meet-our-team-tab-sec .team-cnt-blk {
    width: 45.54%;
    padding-top: 12px;
}
.meet-our-team-tab-sec .team-img-blk {
    width: 44%;
}
.meet-our-team-tab-sec .team-cnt-blk h4 {
    font-family: 'Jost';
    font-weight: 300;
    font-size: 48px;
    color: #f0b805;
    line-height: 1;
    margin-bottom: 10px;
}
.meet-our-team-tab-sec .team-cnt-blk h2 {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 80px;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 26px;
}
.meet-our-team-tab-sec .team-cnt-blk p {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.9;
    margin-bottom: 50px;
}
/* .cmn-btn.tab-btn a {
    padding: 24px 78px;
} */
.team-img img {
    margin: auto;
}
.tab-view-btn a {
    font-family: 'Jost';
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    background-color: #fec100;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 14px 50px 15px;
    border-radius: 35px;
    text-decoration: none;
}
.meet-our-team-tab-sec .meet-our-team-tabs .team-img {
    position: relative;
    z-index: 1;
    text-align: center;
}
.meet-our-team-tab-sec .meet-our-team-tabs .team-img::before {
    content: '';
    position: absolute;
    background-color: #f0b805;
    width: 467px;
    height: 467px;
    border-radius: 50%;
    left: 52px;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: -1;
}
.meet-our-team-tab-sec .meet-our-team-tabs .team-img img::after {
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(254, 193, 0, 1) 100%);
    width: 100%;
    height: 20%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.meet-our-team-tab-sec .team-img-blk h3 {
    font-family: 'Ms Madi';
    font-weight: 400;
    font-size: 94px;
    color: #ffffff;
    line-height: 1;
    margin-top: -50px;
    text-shadow: 0 0 32px rgba(0, 0, 0, 0.004);
    position: relative;
    z-index: 1;
    margin-bottom: 15px !important;
}
.meet-our-team-tab-sec .team-img-blk h6 {
    font-family: 'Jost';
    font-weight: 300;
    font-size: 24px;
    color: #f0b805;
    line-height: 1;
    margin-bottom: 26px;
    margin-top: 0;
    padding-left: 52px;
}
.meet-our-team-tab-sec .team-img-blk h5 {
    padding-left: 54px;
    padding-right: 25px;
    display: inline-block;
    position: relative;
}
.meet-our-team-tab-sec .team-img-blk h5 a {
    font-family: 'Jost';
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    padding: 10px 0;
    border-top: 2px solid #f0b805;
    border-bottom: 2px solid #f0b805;
    text-decoration: none;
}
.meet-our-team-tab-sec .team-img-blk h5 a:hover {
    color: #f0b805;
}
.meet-our-team-tab-sec .team-img-blk h5::before {
    content: '';
    position: absolute;
    background-image: url(../images/hm-sprites.webp);
    background-position: -448px -97px;
    width: 10px;
    height: 20px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.meet-our-team-tabs .tb-itm p {
    display: none;
}
.meet-our-team-tabs .tb-itm{ max-width: 105px;}
/* .meet-our-team-tabs .tb-itm{ max-width: 115px;} */


/*
.meet-our-team-tabs .tb-itm.tb-1 {
    position: relative;
    right: 128px;
    top: 26px;
}

.meet-our-team-tabs .tb-itm.tb-2 {
    position: relative;
    right: 69px;
    top: -10px;
}

.meet-our-team-tabs .tb-itm.tb-3 {
    position: relative;
    right: 43px;
    top: -33px;
}

.meet-our-team-tabs .tb-itm.tb-4 {
    position: relative;
    right: 55px;
    top: -43px;
}

.meet-our-team-tabs .tb-itm.tb-5 {
    position: relative;
    right: 113px;
    top: -80px;
}

.meet-our-team-tabs .tb-itm.tb-5 {
    position: relative;
    right: 47px;
    top: -53px;
}

.meet-our-team-tabs .tb-itm.tb-6 {
    position: relative;
    right: 118px;
    bottom: 96px;
} */

.meet-our-team-tabs .tb-itm.tb-1 {
    position: relative;
    right: 110px;
    top: 6px;
}

.meet-our-team-tabs .tb-itm.tb-2 {
    position: relative;
    right: 67px;
    top: -14px;
}

.meet-our-team-tabs .tb-itm.tb-3 {
    position: relative;
    right: 66px;
    top: -30px;
}

.meet-our-team-tabs .tb-itm.tb-4 {
    position: relative;
    right: 112px;
    top: -44px;
}



/* Homepage Meet Our Team Ends */
/* Homepage Testimonials Section Starts */
.testimonials-mb-img img {
    width: 100%;
    display: block;
}
.testimonials-mb-img {
    max-width: 310px;
    margin: 0 auto 20px;
    border: 2px solid #fec100;
    display: none;
}
.hm-testimonials {
    padding: 120px 0 250px;
    background-image: url(../images/testimonials-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
@media screen and (min-width: 992px) {
    .hm-testimonials::before {
        position: absolute;
        content: " ";
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 10%;
        background-image: linear-gradient(#ffffff00, #fff);
    }
}
.hm-testimonials .container {
    max-width: 1500px;
}
.hm-testimonials h6 {
    color: #fec100;
    font-size: 48px;
    font-family: 'Jost';
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
}
.hm-testimonials h2.text-heading {
    color: #21346c;
    font-size: 80px;
    font-family: 'Jost';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 65px;
}
.hm-testimonials .testi-main {
    float: right;
    width: 51.5%;
}
.hm-testimonials .hm-testi-item {
    padding: 0 5px 0 33px;
    margin: 0 0 0 70px;
    position: relative;
}
.hm-testimonials .hm-testi-item:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 9px;
    height: 302px;
    background-color: #e2e2df;
}
.hm-testimonials .hm-testi-item:after {
    position: absolute;
    content: "";
    bottom: -65px;
    right: 0;
    background-image: url(../images/hm-sprites.webp;);
    background-position: -302px -97px;
    width: 116px;
    height: 87px;
}
.hm-testimonials .star-rat {
    background-image: url(../images/hm-sprites.webp;);
    background-position: -20px -97px;
    background-repeat: no-repeat;
    width: 169px;
    height: 27px;
    margin: 0 0 25px;
}
.hm-testimonials .hm-testi-item p {
    color: #1a2954;
    font-size: 22px;
    font-family: 'Jost';
    font-style: italic;
    line-height: 1.8;
    letter-spacing: 0;
    text-transform: capitalize;
    margin: 0 0 35px;
}
.hm-testimonials .hm-testi-item h5 {
    color: #1a2954;
    font-size: 25px;
    font-family: 'Jost';
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 70px;
    margin: 0 0 70px;
}
.hm-testimonials .hm-testi-item h5::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 64px;
    height: 63px;
    background-image: url(../images/test-google-icn.webp);
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: -6.772px 8.668px 9px 0 rgba(0, 0, 0, 0.08);
}
.hm-testimonials .testi-blck.owl-carousel {
    position: relative;
}
.hm-testimonials .testi-blck .owl-nav {
    position: absolute;
    bottom: 5px;
    right: 20%;
}
.hm-testimonials .owl-carousel .owl-nav .owl-prev,
.hm-testimonials .owl-carousel .owl-nav .owl-next {
    background: #21346c !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
    font-size: 0;
}
.hm-testimonials .owl-carousel .owl-nav .owl-prev::before,
.hm-testimonials .owl-carousel .owl-nav .owl-next::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/hm-sprites.webp);
    background-position: -159px -21px;
    width: 32px;
    height: 20px;
}
.hm-testimonials .owl-carousel .owl-nav .owl-prev::before {
    background-position: -109px -21px;
}
.hm-testimonials .owl-carousel .owl-nav .owl-prev:hover,
.hm-testimonials .owl-carousel .owl-nav .owl-next:hover {
    background-color: transparent !important;
    border: 2px solid #fec100;
}
.hm-testimonials .owl-carousel .owl-nav .owl-prev:hover:before {
    background-position: -209px -21px;
}
.hm-testimonials .owl-carousel .owl-nav .owl-next:hover:before {
    background-position: -259px -21px;
}
/* Homepage Testimonials Section Ends */
/* Homepage Blog Section Starts */
.hmblg-sec {
    padding: 60px 0;
}
.hmblg-sec .hmblg-blck {
    flex-wrap: wrap;
    display: flex;
}
.hmblg-sec .hmblg-item {
    background: #ccc;
    width: 32%;
    padding: 20px;
    margin: 0 0.5%;
}
.hmblg-sec .hmblgcnt h3 {
    font-size: 26px;
    margin: 0 0 15px 0;
    color: #000;
    line-height: 1;
}
.hmblg-sec .hmblgcnt p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
.hmblg-sec .hmpost_btn {
    margin: 20px 0 10px 0;
}
.hmblg-sec .hmpost_btn a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
}
.hmblg-sec .hmnews-btn {
    text-align: center;
    margin: 30px 0 0 0;
}
.hmblg-sec .hmnews-btn a {
    padding: 20px 50px;
    background: #ccc;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
}
/* Homepage Blog Section Ends */
/* Homepage Form Section Starts */
.hm-form-sec .container {
    max-width: 1500px;
}
.hm-form-sec .form-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-form-sec .form-left {
    width: 53.7%;
    padding: 68px 0 0 10px;
}
.hm-form-sec .form-right {
    width: 42%;
    padding: 0 63px 0 110px;
    position: relative;
}
.hm-form-sec .form-right::before {
    position: absolute;
    content: "";
    top: 170px;
    left: 0;
    background-image: url(../images/ftr-form-img.webp);
    width: 83px;
    height: 69px;
}
.hm-form-sec .sechdule {
    border-bottom: 2px solid #fec100;
    margin-bottom: 90px;
}
.hm-form-sec .form-right p {
    font-family: "Jost";
    font-size: 17px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #fec100;
}
.hm-form-sec .sechdule h4 {
    font-family: "Jost";
    font-weight: 300;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0;
    color: #fec100;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    z-index: 0;
}
.hm-form-sec .sechdule h4::before {
    position: absolute;
    content: " ";
    margin: auto;
    width: 20%;
    height: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fec100;
}
.hm-form-sec .sechdule h4::after {
    position: absolute;
    content: " ";
    margin: auto;
    width: 20%;
    height: 2px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fec100;
}
.hm-form-sec .sechdule h5 {
    font-family: "Jost";
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}
.hm-form-sec .client {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    justify-content: space-between;
}
.hm-form-sec .client p {
    font-family: "jost";
    font-weight: 300;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 13px;
    text-align: center;
}
.hm-form-sec .cmn-form-btn {
    position: relative;
    text-align: center;
}
.hm-form-sec .cmn-btn a:hover {
    background-color: #fff;
    color: #282d3a;
}
.hm-form-sec .client .cmn-form-btn a {
    padding: 15px 46px 14px 47px;
}
.hm-form-sec .cmn-form-btn a.dw-btn::before {
    left: 62px;
}
.hm-form-sec .download-btn {
    text-align: center;
}
.hm-form-sec .cmn-btn a {
    position: relative;
    padding: 17px 30px 17px 60px;
    font-size: 18px;
}
.hm-form-sec .cmn-btn a::before {
    position: absolute;
    content: " ";
    left: 25px;
    bottom: 0;
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -95px -226px;
    width: 26px;
    height: 33px;
    top: 0;
    margin: auto;
}
.hm-form-sec .file-marking p {
    font-family: "jost";
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2.1;
    color: #fec100;
}
.hm-form-sec .gform_wrapper .top_label input,
.hm-form-sec .gform_wrapper .top_label textarea {
    margin: 0;
    width: 100% !important;
    color: #fff !important;
    outline: 0;
    position: relative;
    border-radius: 8px;
    background-color: rgb(255 255 255 / 7%);
    border: 1px solid #384b97;
    font-family: "Jost" !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    padding: 15px 25px !important;
    transition: all 0.5s;
    height: auto !important;
}
.hm-form-sec .gform-theme--foundation .gfield textarea.large {
    min-block-size: 0 !important;
    min-height: auto;
    height: 135px !important;
    resize: none;
}
.hm-form-sec .gform_wrapper .form-links,
.hm-form-sec .gform-field-label.gform-field-label--type-inline {
    font-family: "Jost" !important;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    margin: 0;
}
.hm-form-sec .gform_wrapper .form-links a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}
.hm-form-sec .gform_wrapper .form-links a:hover {
    color: #fec100;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    margin: 4px 6px 0 0 !important;
    width: 15px !important;
    padding: 0 !important;
    height: 15px !important;
    border-radius: 0 !important;
}
.hm-form-sec .gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: 16px 0 0;
    text-align: center;
}
.hm-form-sec .gform_footer input[type="submit"] {
    color: #282d3a !important;
    font-size: 18px !important;
    font-family: 'Jost' !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    padding: 15px 50px !important;
    background-color: #fec100 !important;
    border-radius: 30px !important;
    transition: 0.5s !important;
    text-align: center !important;
    border: none !important;
    outline: none !important;
    margin: 0 !important;
}
.hm-form-sec .gform_footer input[type="submit"]:hover {
    background-color: #231f20 !important;
    color: #fec100 !important;
}
.hm-form-sec .gform-theme--foundation .gform_footer {
    justify-content: center;
}
.hm-form-sec input {
    --placeholdercolor: #fff
}
.hm-form-sec .gform_wrapper .top_label .gfield_label,
.hm-form-sec .gform_validation_errors {
    display: none !important;
}
.hm-form-sec .gfield_description.instruction.validation_message {
    top: 45px !important;
}
.hm-form-sec .gform_wrapper .gfield {
    position: relative;
}
.hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}
.hm-form-sec .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}
.hm-form-sec .gform_wrapper li.gfield.gfield_error,
.hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: inherit !important;
    border: none;
    padding: 0 !important;
    margin-top: 0 !important;
}
.hm-form-sec .gform-theme--foundation {
    --gf-form-gap-y: 10px;
}
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#myPopup.show {
    position: absolute;
    z-index: 5;
    padding: 10px;
    display: none;
    margin: 0;
}
.popuptext {
    transition: transform .15s ease-out .15s;
    pointer-events: none;
    text-align: center;
    border: 1px solid rgb(22 80 41);
    background: #fff;
    font-size: 14px;
    color: #000 !important;
    line-height: 1.5;
    max-width: 650px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
}
.gform_button.disabled {
    pointer-events: none;
}
/* Homepage Form Section Ends */
/* Spanish Version */
html.translated-ltr .header-call-btn p {
    font-size: 14px;
    letter-spacing: 0;
}
html.translated-ltr .topmenu ul li a {
    font-size: 19px;
}
html.translated-ltr .ban-left h2 {
    font-size: 81px;
}

html.translated-ltr .san-anto-cnt h1{
    font-size: 28px;
}
html.translated-ltr .hm-abt-rit-btn h5 {
    font-size: 15px;
    letter-spacing: 0;
}
html.translated-ltr .hm-pract-lft {
    padding-left: 50px;
}
html.translated-ltr .hm-pract-lft h2 {
    font-size: 120px;
}
html.translated-ltr .cmn-btn.prac-btn a {
    padding: 12px 48px;
    font-size: 16px;
}
html.translated-ltr .hm-testimonials .testi-blck .owl-nav {
    right: 13%;
}
html.translated-ltr .meet-our-team-tab-sec .team-cnt-blk h4 {
    font-size: 38px;
}
html.translated-ltr .meet-our-team-tab-sec .team-cnt-blk h2 {
    font-size: 57px;
}
html.translated-ltr .person-lst-right h4 {
    font-size: 73px;
}
html.translated-ltr .direct-left h3 {
    font-size: 74px;
}
html.translated-ltr .hm-form-sec .sechdule h4 {
    font-size: 37px;
}
html.translated-ltr .site-footer .ftmenu ul li a {
    font-size: 19px;
}
html.translated-ltr .site-footer .ftmenu ul li {
    margin: 0 47px 0 0;
}
html.translated-ltr .hm-form-sec .form-right p {
    font-size: 15px;
    letter-spacing: 1px;
}
html.translated-ltr .rt-expert p {
    font-size: 14px;
    letter-spacing: 0;
}
html.translated-ltr .itm-cnt {
    width: 300px;
}
html.translated-ltr .itm-cnt h6 {
    font-size: 24px;
}
html.translated-ltr .site-footer .ftmenu ul li:last-child {
    margin: 0;
}
html.translated-ltr .hm-testimonials h2.text-heading {
    font-size: 70px;
}
html.translated-ltr .hm-testimonials h2.text-heading br {
    display: none;
}
html.translated-ltr .banner-bot-sec h2 {
    letter-spacing: 0;
}
@media screen and (max-width:1800px) {
    html.translated-ltr .topmenu ul li a {
        font-size: 18px;
    }
    html.translated-ltr .topmenu ul li {
        margin: 0 9px;
    }
}
@media screen and (max-width: 1700px) {
    html.translated-ltr .topmenu ul li a {
        font-size: 16px;
    }
    html.translated-ltr .ban-left h2 small {
        font-size: 35px;
    }
    html.translated-ltr .ban-left h2 {
        font-size: 78px;
    }
    html.translated-ltr .san-anto-cnt h1 {
        font-size: 26px;
    }
    html.translated-ltr .hm-pract-lft h2 {
        font-size: 100px;
    }
    html.translated-ltr .hm-pract-cnt h3 {
        font-size: 19px;
    }
    html.translated-ltr .cmn-btn.prac-btn a {
        padding: 12px 48px;
        font-size: 14px;
    }
    html.translated-ltr .hm-testimonials h2.text-heading {
        font-size: 63px;
    }
    html.translated-ltr .meet-our-team-tab-sec .team-cnt-blk {
        width: 47.44%;
    }
    html.translated-ltr .person-lst-right h4 {
        font-size: 63px;
    }
    html.translated-ltr .direct-left h3 {
        font-size: 64px;
    }
    html.translated-ltr .site-footer .ftmenu ul li a {
        font-size: 17px;
    }
    html.translated-ltr .site-footer .ftmenu ul li {
        margin: 0 44px 0 0;
    }
    html.translated-ltr .site-footer .location h4,
    html.translated-ltr .site-footer .phone h4 {
        font-size: 35px;
    }
}
@media screen and (max-width: 1500px) {
    html.translated-ltr .topmenu ul li a {
        font-size: 14px;
    }
    html.translated-ltr .topmenu ul li {
        margin: 0 2px;
    }
    html.translated-ltr .header-call-btn p {
        font-size: 11px;
    }
    html.translated-ltr .ban-left h2 small {
        font-size: 28px;
    }
    html.translated-ltr .ban-left h2 {
        font-size: 64px;
    }
    html.translated-ltr .san-anto-cnt h1 {
        font-size: 22px;
        letter-spacing: -0.7px;
    }
    html.translated-ltr .hm-abt-rit-btn h5 {
        font-size: 14px;
    }
    html.translated-ltr .hm-pract-lft h2 {
        font-size: 80px;
    }
    html.translated-ltr .hm-pract-cnt h3 {
        font-size: 16px;
    }
    html.translated-ltr .hm-pract-cnt {
        padding: 0 20px;
    }
    html.translated-ltr .hm-testimonials h2.text-heading {
        font-size: 53px;
    }
    html.translated-ltr .hm-testimonials .testi-blck .owl-nav {
        right: 9%;
    }
    html.translated-ltr .meet-our-team-tab-sec .team-cnt-blk h4 {
        font-size: 30px;
    }
    html.translated-ltr .meet-our-team-tab-sec .team-cnt-blk h2 {
        font-size: 47px;
    }
    html.translated-ltr .person-lst-right h4 {
        font-size: 53px;
    }
    html.translated-ltr .direct-left h3 {
        font-size: 54px;
    }
    html.translated-ltr .hm-form-sec .sechdule h4 {
        font-size: 29px;
    }
    html.translated-ltr .hm-form-sec .form-right p {
        font-size: 15px;
        letter-spacing: 0;
    }
    html.translated-ltr .site-footer .ftmenu ul li a {
        font-size: 14px;
    }
    html.translated-ltr .site-footer .ftmenu ul li {
        margin: 0 37px 0 0;
    }
    html.translated-ltr .site-footer .location h4,
    html.translated-ltr .site-footer .phone h4 {
        font-size: 30px;
    }
}
@media screen and (max-width: 1240px) {
    html.translated-ltr .topmenu ul li a {
        font-size: 12px;
        padding: 0 5px 9px;
    }
    html.translated-ltr .topmenu ul li {
        margin: 0;
    }
    html.translated-ltr .ban-left h2 small {
        font-size: 21px;
    }
    html.translated-ltr .ban-left h2 {
        font-size: 51px;
    }
    html.translated-ltr .san-anto-cnt h1 {
        font-size: 22px !important;
        letter-spacing: -0.7px;
    }
    html.translated-ltr .hm-abt-rit-btn h5 {
        font-size: 12px;
        letter-spacing: 0;
    }
    html.translated-ltr .cmn-btn.prac-btn a {
        padding: 12px 18px;
        font-size: 11px;
    }
    html.translated-ltr .hm-pract-lft {
        padding-left: 0;
    }
    html.translated-ltr .hm-testimonials h2.text-heading {
        font-size: 43px;
    }
    html.translated-ltr .hm-testimonials .testi-blck .owl-nav {
        right: -2%;
    }
    html.translated-ltr .meet-our-team-tab-sec .team-cnt-blk h4 {
        font-size: 25px;
    }
    html.translated-ltr .meet-our-team-tab-sec .team-cnt-blk h2 {
        font-size: 37px;
    }
    html.translated-ltr .itm-cnt {
        width: 220px;
    }
    html.translated-ltr .itm-cnt h6 {
        font-size: 16px;
    }
    html.translated-ltr .person-lst-right {
        width: 50%;
    }
    html.translated-ltr .person-lst-right h4 {
        font-size: 46px;
    }
    html.translated-ltr .direct-left h3 {
        font-size: 41px;
    }
    html.translated-ltr .rt-expert p {
        font-size: 12px;
    }
    html.translated-ltr .hm-form-sec .sechdule h4 {
        font-size: 23px;
    }
    html.translated-ltr .hm-form-sec .form-right p {
        font-size: 14px;
    }
    html.translated-ltr .hm-form-sec .client p {
        font-size: 17px;
    }
    html.translated-ltr .hm-form-sec .cmn-btn a {
        font-size: 14px;
    }
    html.translated-ltr .site-footer .ftmenu ul li {
        margin: 0 9px 0 0;
    }
    html.translated-ltr .site-footer .location h4,
    html.translated-ltr .site-footer .phone h4 {
        font-size: 24px;
    }
    html.translated-ltr .site-footer .location p {
        font-size: 16px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 991px) {
    html.translated-ltr .hm-pract-lft h2 {
        font-size: 50px;
    }
    html.translated-ltr .hm-testimonials h2.text-heading {
        font-size: 33px;
    }
    html.translated-ltr .meet-our-team-tab-sec .team-cnt-blk {
        width: 100%;
    }
    html.translated-ltr .person-lst-right {
        width: 100%;
    }
    html.translated-ltr .person-lst-right h4 {
        font-size: 38px;
    }
}
@media screen and (max-width: 767px) {
    html.translated-ltr .ban-left h2 {
        font-size: 38px;
    }
    html.translated-ltr .ban-left h2 small {
        font-size: 18px;
    }
    html.translated-ltr .san-anto-cnt h1 {
        font-size: 20px;
        letter-spacing: -0.7px;
    }
    html.translated-ltr .hm-pract-lft h2 {
        font-size: 40px;
    }
    html.translated-ltr .direct-left h3 {
        font-size: 31px;
    }
    html.translated-ltr .hm-form-sec .sechdule h4 {
        font-size: 21px;
    }
    html.translated-ltr .hm-form-sec .cmn-btn a {
        font-size: 12px;
    }
    html.translated-ltr .hm-form-sec .client p {
        font-size: 16px;
    }
    html.translated-ltr .site-footer .ftmenu ul li {
        margin: 0 21px 0 0;
    }
    html.translated-ltr .copyrights p,
    html.translated-ltr .copyrights a {
        font-size: 16px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 480px) {
    html.translated-ltr .ban-left h2 small {
        font-size: 13px;
    }
    html.translated-ltr .ban-left h2 {
        font-size: 34px;
    }
    html.translated-ltr .hm-pract-lft h2 {
        font-size: 31px;
    }
    html.translated-ltr .hm-testimonials h2.text-heading {
        font-size: 27px;
    }
    html.translated-ltr .meet-our-team-tab-sec .team-cnt-blk h4 {
        font-size: 18px;
    }
    html.translated-ltr .meet-our-team-tab-sec .team-cnt-blk h2 {
        font-size: 28px;
    }
    html.translated-ltr .person-lst-right h4 {
        font-size: 28px;
    }
    html.translated-ltr .itm-cnt {
        width: 195px;
    }
    html.translated-ltr .direct-left h3 {
        font-size: 26px;
    }
    html.translated-ltr .hm-form-sec .form-right p {
        font-size: 13px;
        line-height: 1.2;
    }
    html.translated-ltr .hm-form-sec .gform_wrapper .form-links,
    html.translated-ltr .hm-form-sec .gform-field-label.gform-field-label--type-inline {
        font-size: 13px;
    }
    html.translated-ltr .cmn-btn a {
        font-size: 13px;
    }
    html.translated-ltr .site-footer .ftmenu ul li a {
        font-size: 13px;
    }
    html.translated-ltr .site-footer .location h4,
    html.translated-ltr .site-footer .phone h4 {
        font-size: 21px;
    }
    html.translated-ltr .site-footer .location p {
        font-size: 15px;
        line-height: 1.3;
    }
    html.translated-ltr .site-footer .phone p {
        font-size: 15px;
    }
    html.translated-ltr .copyrights p,
    html.translated-ltr .copyrights a {
        font-size: 15px;
        line-height: 1.3;
    }
}
.tb-img.flip,
.team-img.flip {
    transform: scaleX(-1);
}

.tst-btm-list.videos .tst-btm-img img {
    width: 100%;
    display: block;
    height: 380px;
}

.in-about-video-main.video {
    flex-wrap: wrap;
    gap: 30px;
}

.in-about-video-main.video .in-about-video {
    width: 32%;
}


@media screen and (max-width: 1700px) {
    .in-about-video-main.video {
        gap: 28px;
    }  
}


@media screen and (max-width: 1500px) {
    .in-about-video-main.video {
        gap: 24px;
    }  
}

@media screen and (max-width: 1240px) {
    .in-about-video-main.video {
        gap: 18px;
    }  
}

@media screen and (max-width: 991px) {

.in-about-video-main.video .in-about-video {
    width: 100%;
    max-width: 440px;
}
.in-about-video-main.video {
    gap: 18px;
    flex-direction: initial;
    justify-content: center;
}
}


.team-img.giselle img {
    border-radius: 0 0 0 183px;
}