/* Banner Section */
.banner-sec {
    text-align: center;
    background-color: #eee;
    background-image: url(../images/banner-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
	padding-top:285px;
}
.banner-sec::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #081426;
    opacity: 0.78;
    z-index: 0;
    pointer-events: none;
}
.banner-main-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    margin: auto;
}
.bnr-main-title {
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 300px;
    text-align: center;
    font-family: 'Roboto Serif';
    letter-spacing: 6px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.1;
    margin: 0;
}
.bnr-cont{
    position: relative;
    display: flex;
    padding-left: 100px;
}
.bnr-lft-cont{
    width: 38%; 
    position: relative;
}
.bnr-cont::before {
    content: '';
    position: absolute;
    top: -280px;
    left: -50px;
    width: 75%;
    height: 1000px;
    background-image: url(../images/banner-main-bfr.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}
.bnr-rit-cont{width: 68%; padding-top: 100px;text-align: left;}
.bnr-title-txt {
    font-family: 'Roboto Serif';
    font-weight: 600;
    /* font-size: 65px; */
    font-size: 55px;
    line-height: 1.3;
    letter-spacing: -0.7px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin-right: 0px;
    margin-bottom: 0;
}
.bnr-cont .bnr-att {
    font-weight: 300;
    /* font-size: 73px; */
    font-size: 58px;
    letter-spacing: -0.74px;
}
.bnr-cont .tacoma{
    font-weight: 700;
    /* font-size: 73px; */
    font-size: 58px;
    letter-spacing: -0.24px;
    background: linear-gradient(180deg,rgba(181, 142, 63, 1) 0%, rgba(237, 191, 98, 1) 50%, rgba(181, 142, 63, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.bnr-lft-cont-img {
    padding: 10px 0 0 0;
    background-image: -webkit-linear-gradient(-90deg, rgb(179 177 176 / 30%) 0%, rgb(179 177 176 / 0%) 100%);
    background-position: 98px 26px;
    background-repeat: no-repeat;
    background-size: 270px 270px;
}
.bnr-lft-cont-img::after,.bnr-lft-cont-img::before{
    content: '';
    position: absolute;
    top: -10px;
    width: 116px;
    height: 108px;
    border-width: 10px;
    border-bottom: 0;
    border-style: solid;
    border-image: linear-gradient( 180deg, rgb(181,142,63) 0%, rgb(237,191,98) 50%, rgb(181,142,63) 100%) 1;
}
.bnr-lft-cont-img::before{
    left: 56px;
    border-right: 0;
}
.bnr-lft-cont-img::after{
    right: 87px;
    border-left: 0;
}

/* Home Banner Section Ends */


/* Home Banner Section Ends */
 
 
@media screen and (max-width:1700px) {
    .banner-sec .container { max-width: 1300px; }
 
    .banner-sec { padding: 285px 0 0; }
    .bnr-title-txt{font-size: 47px;}
    .bnr-cont .bnr-att, .bnr-cont .tacoma{font-size: 49px;}
    .bnr-main-title{font-size: 250px;}
    .bnr-cont::before { left: -10px; width: 70%; height: 790px; }
    .bnr-lft-cont-img{background-position: 68px 26px;}
    .bnr-lft-cont-img::after, .bnr-lft-cont-img::before{transform: scale(0.9); top: -5px;}
    .bnr-lft-cont-img::after { right: 65px;}
    .bnr-lft-cont-img::before { left: 40px;}
}
@media screen and (max-width:1500px) {
    .banner-sec .container { max-width: 1100px; }
    .banner-sec { padding: 232px 0 0; }
    .banner-main-title{ top: 128px;}
    .bnr-main-title { font-size: 190px; }
    .bnr-title-txt { font-size: 38px; }
    .bnr-cont .bnr-att, .bnr-cont .tacoma { font-size: 40px; }
    .bnr-rit-cont{padding-top: 80px;}
    .bnr-lft-cont-img { background-position: 55px 26px; background-size: 240px 270px; }
    .bnr-lft-cont-img::before{left: 25px;}
    .bnr-lft-cont-img::after{right: 35px;}
    .bnr-cont::before { left: 60px; width: 61%; height: 640px; top: -160px; }
}
@media screen and (max-width:1240px) {
    .banner-sec .container {
        max-width: 900px;
    }
    
    .banner-sec { padding: 162px 0 0; }
    .banner-main-title{top: 118px;}
    .bnr-main-title { font-size: 140px; }
    .bnr-title-txt { font-size: 32px; }
    .bnr-cont .bnr-att, .bnr-cont .tacoma { font-size:  34px; }
    .bnr-lft-cont-img::after, .bnr-lft-cont-img::before { transform: scale(0.7); top: -15px; }
    .bnr-cont{padding-left: 85px;}
    .bnr-lft-cont-img { background-position: 39px 26px; background-size: 190px 270px; }
    .bnr-lft-cont-img::before{left: 0;}
    .bnr-lft-cont-img::after { right: 15px; }
    .bnr-cont::before { left: -10px; width: 70%; height: 580px; transform: scale(0.9); bottom: 0; top: -130px; }
}
@media screen and (max-width:991px) {
    .banner-sec .container {
        max-width: 720px;
    }
 
    .bnr-cont { padding-left: 0; flex-direction: column-reverse; align-items: center; width: 100%; }
    .bnr-lft-cont{max-width: 320px; width: 100%; margin: auto;}
    .bnr-lft-cont-img { background-position: 50px 24px; background-size: 209px 270px;  }
    .bnr-lft-cont-img::before{left: 15px;}
    .bnr-lft-cont-img::after{right: 28px;}
    .bnr-cont::before { left: -10px; right: 0; width: 100%; height: 730px; transform: scale(0.85); bottom: -80px; top: inherit; background-position: unset; }
    .bnr-title-txt { font-size: 38px; text-align: center; }
    /*.bnr-title-txt br{ display: none; }*/
    .bnr-rit-cont{width: 100%; margin: 0 0 20px;}
    .bnr-main-title { font-size: 82px; opacity: 0.5;}
    .bnr-rit-cont { padding-top: 0px !important; text-align: center;}
    .bnr-cont .bnr-att, .bnr-cont .tacoma { font-size: 35px; }
    .banner-sec { padding: 190px 0 0; background-image: url(../images/banner-mbl-bg.webp);}
    .banner-main-title{top: 180px;}
}
@media screen and (max-width:767px) {
    .banner-sec .container { max-width: 100%; padding: 0 15px; }
 
    .bnr-main-title { font-size: 62px;}
    .bnr-title-txt { font-size: 30px;}
    .bnr-cont .bnr-att, .bnr-cont .tacoma { font-size: 30px; }
    .bnr-rit-cont { padding-top: 42px; }
    .bnr-rit-cont { margin: 0 0 12px; }
    .bnr-cont::before { left: 30px; margin: 0 auto; right: 0; width: 100%; height: 100%; transform: scale(1); bottom: -30px; top: inherit; background-size: 100% 100%; background-position: top center; background-repeat: no-repeat; }
}
 
@media screen and (max-width:480px) {
	.bnr-cont::before{ left:0;}
    .bnr-main-title { font-size: 50px; letter-spacing: 2px; opacity: 0.8; }
    .bnr-title-txt { font-size: 25px; }
    .bnr-cont .bnr-att, .bnr-cont .tacoma { font-size: 23px; }
    .bnr-lft-cont-img { background-position: 58px 26px; background-size: calc(100% - 35%); }
    .bnr-lft-cont-img::after, .bnr-lft-cont-img::before { transform: scale(0.6); top: -20px; }
    .bnr-lft-cont-img::before { left: 0; }
    .bnr-lft-cont-img::after { right: 10px; }
    .banner-main-title { top: 182px; }
}
 
@media screen and (max-width:360px) { .bnr-lft-cont-img { background-position: 44px 26px;} }



/* Home Banner Bottom Section Starts */

.hm-bnr-btm-sec{
    padding: 0 0 60px !important;
    background-image: url(../images/banner-btm-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.hm-bnr-btm-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 10px;
    background: linear-gradient(180deg, rgb(181, 142, 63) 0%, rgb(237, 191, 98) 50%, rgb(181, 142, 63) 100%);
}
.bnr-btm-cont, .cd-representation-cnt-list{
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
    position: relative;
}
.bnr-btm-lft-cont {
    width: 48.9%;
    padding: 70px 0 0;
}
.bnr-btm-rgt-cont {
    width: 46%;
    position: relative;
}
.bnr-btm-rgt-cont::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -50px;
    /* right: 0; */
    margin: auto;
    width: 101px;
    height: 101px;
    background-image: url(../images/hm-spirtes.webp);
    background-repeat: no-repeat;
    background-position: -377px -21px;
    z-index: 1;
}
.bnr-rgt-img {
    margin: -76px 0 0 0;
    position: relative;
}
.bnr-rgt-img img {
    border: 1px solid #5e636b;
}
.bnr-rgt-img::before{
    content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 116px;
    height: 108px;
    border-width: 10px;
    border-top: 0;
    border-left: 0;
    border-style: solid;
    border-image: linear-gradient( 180deg, rgb(181,142,63) 0%, rgb(237,191,98) 50%, rgb(181,142,63) 100%) 1;
}
.bnr-btm-title {
    font-family: 'Roboto Serif';
    font-weight: 400;
    /* font-size: 54px; */
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: -0.7px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 23px;
    position: relative;
}
.bnr-btm-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 278px;
    height: 108px;
    border: 0;
    border-bottom: 6px;
    border-style: solid;
    border-image: linear-gradient( 180deg, rgb(181,142,63) 0%, rgb(237,191,98) 50%, rgb(181,142,63) 100%) 1;
}
.bnr-lft-para{
    font-family: 'Mona Sans';
    font-weight: 400;
    /* font-size: 24px; */
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: 0;
    color: #b2afaf;
    text-align: left;
    margin: 0;
}
.cd-representation-cnt {
    padding: 70px 0 0;
}
.cd-representation-cnt .bnr-lft-para{
    margin-bottom: 20px;
}
.cd-representation-cnt .bnr-lft-para:last-child{ margin: 0;}
.cd-representation-cnt ul li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px !important;
    line-height: 1.3 !important;
}
.cd-representation-cnt ul li::before{
    background: #e4b75c;
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 10px;
}
.cd-representation-cnt .bnr-lft-para a{
    color: #e4b75c;
}
.cd-representation-cnt .bnr-lft-para a:hover{
    color: #fff;
}
.cd-representation-left-img{
	position:relative;
	padding: 0 0 30px 30px;
}
.cd-representation-left-img:before{
	content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 116px;
    height: 108px;
    border-width: 10px;
    border-top: 0;
    border-right: 0;
    border-style: solid;
    border-image: linear-gradient(180deg, rgb(181, 142, 63) 0%, rgb(237, 191, 98) 50%, rgb(181, 142, 63) 100%) 1;
}
.cd-representation-cnt-list {
    align-items: center;
}
.cd-representation-left-img img {
    width: 100%;
    display: block;
    transform: scaleX(-1);
    height: 600px;
    object-fit: cover;
    object-position: left;
}
.cd-representation-left{
	width: 42%;
    position: relative;
}
.cd-representation-cnt .bnr-btm-title{ text-align:right;}
.cd-representation-right{
	 width: 56%;
}

/* Home Banner Bottom Section Responsive */
@media screen and (max-width:1700px) {
.container {max-width: 1300px;}

    .bnr-btm-title{font-size: 36px;}
    .bnr-btm-lft-cont {padding: 60px 0 0; }
    .bnr-lft-para{font-size: 20px;}
    .bnr-btm-cont{padding: 0 0 0 5.2%;}
    .hm-bnr-btm-sec { padding: 0 0 188px;}
    .cd-representation-left-img img {height: 550px;}
}

@media screen and (max-width:1500px) {
.container{max-width: 1100px;}

    .bnr-btm-lft-cont { padding: 55px 0 0; }
    .bnr-btm-title { font-size: 31px;margin-bottom: 22px;padding-bottom: 20px; }
    .bnr-btm-cont { padding: 0 0 0 4%; }
    .bnr-lft-para { font-size: 17px; line-height: 1.6; }
    .bnr-btm-rgt-cont::before{top: -50px;left: -50px;transform: scale(0.8);}
    .bnr-rgt-img { margin: -60px 0 0 0;}
    .hm-bnr-btm-sec { padding: 0 0 150px; }
    .cd-representation-cnt ul li::before {width: 9px;height: 9px;top: 7px;}
    .hm-bnr-btm-sec {padding: 0 0 50px !important;}
    .cd-representation-left-img img {height: 460px;}
}

@media screen and (max-width:1240px) {
.container{max-width: 900px;}

    .bnr-btm-cont { padding: 0 0 0 2%; }
    .bnr-btm-title {font-size: 26px;margin-bottom: 15px;padding-bottom: 18px;}
    .bnr-btm-title::before{border-bottom: 4px;border-style: solid;border-image: linear-gradient(180deg, rgb(181, 142, 63) 0%, rgb(237, 191, 98) 50%, rgb(181, 142, 63) 100%) 1;}
    .bnr-btm-lft-cont { padding: 50px 0 0; }
    .bnr-rgt-img::before{bottom: -24px;right: -24px;border-width: 8px;border-top: 0;border-left: 0;}
    .bnr-btm-rgt-cont::before{transform: scale(0.7);}
    .bnr-rgt-img { margin: -52px 0 0 0;}
    .hm-bnr-btm-sec { padding: 0 0 100px; }
    .bnr-btm-lft-cont {width: 50.9%}
    .bnr-lft-para {font-size: 16px;line-height: 1.6;}
    .cd-representation-cnt {padding: 40px 0 0;}
    .cd-representation-cnt .bnr-lft-para {margin-bottom: 10px; font-size: 15px;}
	.cd-representation-left-img:before {border-width: 7px;border-top: 0;border-right: 0;}
	.cd-representation-left-img {padding: 0 0 20px 20px;}
    .cd-representation-left-img img {
        height: 410px;
    }
}

@media screen and (max-width:991px) {
  .container { max-width: 720px; padding:0;}

    .hm-bnr-btm-sec { background-image: url(../images/banner-btm-mbl-bg.webp);}
    .bnr-btm-cont { padding: 0; flex-direction: column ; }
    .bnr-btm-lft-cont { padding: 0 0 40px 0; width: 100%; }
    .bnr-btm-rgt-cont { width: 100%; position: relative; max-width: 380px; margin: auto; padding-bottom: 25px;}
    .bnr-rgt-img { margin: 0; }
    .bnr-btm-rgt-cont::before { top: -33px;left: -62px;}
    .hm-bnr-btm-sec::before{width: 100%;height: 4px;}
    .bnr-btm-title {font-size: 21px;margin-bottom: 15px;padding-bottom: 13px;letter-spacing: 0px;}
    .hm-bnr-btm-sec {padding: 40px 0 !important;}
    .cd-representation-cnt ul li::before {top: 6px;}
    .bnr-lft-para{ color: #fff;}
    .cd-representation-cnt .bnr-lft-para a:hover{ color: #fff;}
	.cd-representation-cnt-list{ flex-direction:column; gap:20px; align-items:center;}
	.cd-representation-right{ width:100%;}
	.cd-representation-left{ width:100%; max-width:380px;}
	.cd-representation-cnt .bnr-btm-title {text-align: left;}
    .cd-representation-left-img img {height: auto;}
}

@media screen and (max-width:767px) {
.container{max-width:100%; padding:0 15px;}

    .hm-bnr-btm-sec{ padding: 40px 0; }
    .bnr-btm-title{ font-size: 21px; margin-bottom: 12px; padding-bottom: 15px; }
    .bnr-btm-rgt-cont::before { top: -33px; left: -30px; }
    .bnr-lft-para { font-size: 17px; line-height: 1.5; }
    .bnr-btm-title::before{width: 155px;}
    .bnr-btm-lft-cont { padding: 0 0 45px 0;}
    .bnr-btm-title {line-height: 1.2;}
}
 
@media screen and (max-width:480px) {

    .bnr-btm-rgt-cont::before { top: -37px; left: -32px; transform: scale(0.6); }
    .bnr-rgt-img::before { bottom: -10px; right: -10px; border-width: 4px; border-top: 0; border-left: 0; width: 98px; height: 98px; }
    .bnr-btm-lft-cont { padding: 0 0 35px 0;}
    .bnr-btm-title { font-size: 20px; margin-bottom: 10px; padding-bottom: 12px; }
    .hm-bnr-btm-sec { padding: 40px 0 30px; }
    .bnr-btm-rgt-cont{padding-bottom: 15px;}
    .cd-representation-cnt {padding: 30px 0 0;}
}

/* Home Practice Area Section Starts */

.hm-practice-area-sec{
    padding: 90px 0;
    background-color: #fff;
}

.pract-main-heading {
    text-align: center;
    margin-bottom: 41px;
}
.pract-main-heading .pract-sub-title{
    font-family: 'Roboto Serif';
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 3.7px;
    background: linear-gradient(90deg, #b68f40 20%, #edbf61 60%, #b68f40 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.pract-main-heading .text-heading {
    font-family: 'Roboto Serif';
    font-weight: 500;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0px;
    color: #081426;
    text-transform: uppercase;
    margin: 0;
}
.practice-area-list {
    padding-top: 15px;
    border: 0;
    border-top: 1px;
    border-style: solid;
    border-image: linear-gradient( 180deg, rgb(184,125,28) 0%, rgb(249,240,120) 50%, rgb(190,143,23) 100%) 1;
    margin-bottom: 31px;
}
.pract-itm{
    position: relative;
}
.pract-img-cont ,.pract-img-hvr-cont {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.pract-itm-title{
    font-family: 'Roboto Serif';
    font-weight: 400;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: -0.7px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.practice-area-list .owl-stage, .practice-area-list .owl-item {
    display: flex;
}
.pract-img-hvr-cont .pract-itm-title{
    color: #e6bd57;
}
.pract-img-cont {
    bottom: 57px;
}
.pract-img-hvr-cont {
    display: none;
    bottom: -20px;
    z-index: 1;
    width: 90%;
}
.pract-img-hvr-cont .pract-itm-title{
    background-color: #0a2040;
    padding: 20px 30px;
}
.practice-area-list .owl-item.active.center .pract-img-hvr-cont{
    display: block;
}
.practice-area-list .owl-item.active.center .pract-img-cont {
    display: none;
}
.practice-area-list .owl-stage-outer {
    padding-bottom: 45px;
}
.pract-img-hvr-cont::after, .pract-img-hvr-cont::before {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 33px;
    height: 30px;
    border-width: 3px;
    border-top: 0;
    border-style: solid;
    border-image: linear-gradient( 180deg, rgb(181,142,63) 0%, rgb(237,191,98) 50%, rgb(181,142,63) 100%) 1;
}
.pract-img-hvr-cont::after {
    right: -10px;
    border-left: 0;
}
.pract-img-hvr-cont::before {
    left: -10px;
    border-right: 0;
}
.pract-hover a{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    font-size: 0;
}
.pract-btn {
    text-align: center;
}
.hm-practice-area-sec .practice-area-list .owl-nav button.owl-prev, .hm-practice-area-sec .practice-area-list .owl-nav button.owl-next {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/hm-spirtes.webp);
    background-repeat: no-repeat;
    background-position: -71px -20px;
    width: 63px;
    height: 31px;
}
.hm-practice-area-sec .practice-area-list .owl-nav button.owl-next {
    right: 0;
    left: initial;
    background-position: -144px -20px;
}
.hm-practice-area-sec .practice-area-list .owl-nav {
    position: absolute;
    width: 40%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -68px;
}
.hm-practice-area-sec .practice-area-list .owl-nav button.owl-prev span, .hm-practice-area-sec .practice-area-list .owl-nav button.owl-next span {
    font-size: 0;
}
.hm-practice-area-sec .practice-area-list .owl-nav button.owl-next:hover {
    background-position: -144px -62px;
}
.hm-practice-area-sec .practice-area-list .owl-nav button.owl-prev:hover {
    background-position: -71px -62px;
}
.hm-pract-btm-sec {
    padding: 50px 0 0 0;
}
.hm-pract-btm-sec .text-heading{
    font-size: 50px;
    text-align: center;
    margin: 0 0 30px 0;
}
.pract-btm-list {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    padding: 0 90px;
}
.pract-btm-list .left-cnt{
    width: 55%;
}
.pract-btm-list .right-img{
    width: 45%;
    padding: 0 30px 30px 0;
    position: relative;
}
.pract-btm-list .right-img::before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 116px;
    height: 108px;
    border-width: 10px;
    border-top: 0;
    border-left: 0;
    border-style: solid;
    border-image: linear-gradient(180deg, rgb(181, 142, 63) 0%, rgb(237, 191, 98) 50%, rgb(181, 142, 63) 100%) 1;
}
.hm-pract-btm-sec .left-cnt p{
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 21px;
    line-height: 1.7;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 15px 0;
}
.pract-btm-list .right-img img{ width: 100%; display: block;}
.pract-btm-list .left-cnt p a{
    color: #e4b75c;
}
.pract-btm-list .left-cnt p a:hover{ color: #000;}
.hm-pract-btm-sec .left-cnt p:last-child{ margin: 0;}

/* Home Practice Area Section Responsive */



@media screen and (max-width:1900px) {}
@media screen and (max-width:1800px) {}

@media screen and (max-width:1700px) {
.container {max-width: 1300px;}
    
    .hm-practice-area-sec { padding: 80px 0px;}
    .pract-main-heading .text-heading { font-size: 70px; }
    .pract-main-heading .pract-sub-title { font-size: 20px; }
    .pract-itm-title { font-size: 30px; }
    .pract-img-hvr-cont::after, .pract-img-hvr-cont::before { width: 28px; height: 25px; }
    .practice-area-list{margin-bottom: 22px;}
    .pract-main-heading { margin-bottom: 30px; }
    .pract-img-cont { bottom: 40px; }
    .hm-practice-area-sec .practice-area-list .owl-nav{bottom: -56px;}
    .hm-practice-area-sec .practice-area-list .owl-nav button.owl-prev, .hm-practice-area-sec .practice-area-list .owl-nav button.owl-next{transform: scale(0.9);}

    a.cmn-btn{font-size: 20px;padding: 22px 36px;}
    .hm-pract-btm-sec .text-heading {font-size: 45px;}
    .hm-pract-btm-sec .left-cnt p {font-size: 19px;line-height: 1.6;}
}

@media screen and (max-width:1500px) {
.container{max-width: 1100px;}

    .hm-practice-area-sec { padding: 70px 0px; }
    .pract-main-heading .text-heading { font-size: 60px; }
    .pract-main-heading .pract-sub-title { font-size: 18px; }
    .pract-itm-title { font-size: 20px; }
    .pract-img-hvr-cont .pract-itm-title { padding: 16px 15px; }
    .pract-img-hvr-cont::after, .pract-img-hvr-cont::before { width: 25px; height: 22px; }
    .pract-img-hvr-cont { width: 80%; }
    .pract-main-heading { margin-bottom: 25px; }
    .hm-practice-area-sec .practice-area-list .owl-nav { bottom: -55px; width: 44%; }
    .hm-practice-area-sec .practice-area-list .owl-nav button.owl-prev, .hm-practice-area-sec .practice-area-list .owl-nav button.owl-next { transform: scale(0.8); }

    a.cmn-btn { font-size: 18px; padding: 20px 30px; }
    .hm-pract-btm-sec .text-heading {font-size: 38px;}
    .hm-pract-btm-sec .left-cnt p {font-size: 18px;line-height: 1.6;}
    .pract-btm-list {gap: 30px;padding: 0 60px;}
    .pract-btm-list .right-img {padding: 0 20px 20px 0;}
    .pract-btm-list .right-img::before{     border-width: 8px;     border-top: 0; border-left: 0;}
}

@media screen and (max-width:1240px) {
.container{max-width: 900px;}

    .hm-practice-area-sec { padding: 50px 0px; }
    .pract-main-heading .text-heading { font-size: 50px; }
    .pract-main-heading .pract-sub-title { font-size: 16px; margin: 0 0 10px;}
    .pract-itm-title { font-size: 16px; }
    .pract-img-hvr-cont .pract-itm-title { padding: 15px 10px; }
    .pract-img-hvr-cont::after, .pract-img-hvr-cont::before { width: 22px; height: 20px; }
    .pract-img-hvr-cont { width: 74%; bottom: -9px; }
    .pract-main-heading { margin-bottom: 20px; }
    .pract-img-cont { bottom: 20px; }
    .hm-practice-area-sec .practice-area-list .owl-nav { bottom: -50px; width: 48%;}
    .hm-practice-area-sec .practice-area-list .owl-nav button.owl-prev, .hm-practice-area-sec .practice-area-list .owl-nav button.owl-next { transform: scale(0.7); }
    .practice-area-list .owl-stage-outer { padding-bottom: 28px; }

    a.cmn-btn { font-size: 16px; padding: 16px 26px; letter-spacing: 0.4px; }
    .pract-btm-list {gap: 20px;padding: 0px;}
    .hm-pract-btm-sec .text-heading {font-size: 32px;}
    .hm-pract-btm-sec .left-cnt p {font-size: 16px;line-height: 1.6;}


}


@media screen and (max-width:991px) {
  .container { max-width: 720px; padding:0;}

    .pract-main-heading .text-heading{ font-size: 42px; }
    .pract-main-heading .pract-sub-title { font-size: 15px; letter-spacing: 2px; }
    .hm-practice-area-sec { padding: 40px 0; }
    .pract-main-heading { margin-bottom: 15px; }
    .pract-itm { width: 100%; max-width: 320px; margin: auto; }
    .hm-practice-area-sec .practice-area-list .owl-nav { bottom: -5px; width: 22%; }
    .practice-area-list .owl-stage-outer { padding-bottom: 40px; }
    .pract-btn { margin-top: 30px; }
    .practice-area-list { padding-top: 0; border: 0; }

    a.cmn-btn { font-size: 15px; padding: 14px 24px; letter-spacing: 0; }
    .hm-pract-btm-sec .text-heading {font-size: 28px;margin: 0 0 15px 0;}
    .pract-btm-list {gap: 20px;padding: 0px;flex-direction: column-reverse;align-items: center;}
    .pract-btm-list .left-cnt{width: 100%;text-align: center;}
    .pract-btm-list .right-img {padding: 0 20px 20px 0;width: 100%;max-width: 400px;}
    .hm-pract-btm-sec .left-cnt p {font-size: 17px;line-height: 1.6;}
}

@media screen and (max-width:767px) {
.container{max-width:100%; padding:0 15px;}

    .pract-main-heading .text-heading { font-size: 37px; }
    .hm-practice-area-sec .practice-area-list .owl-nav { width: 33%; }
    .hm-pract-btm-sec {padding: 40px 0 0 0;}
}
 
@media screen and (max-width:480px) {
    .hm-practice-area-sec { padding: 30px 0; }
    .pract-main-heading .pract-sub-title { font-size: 14px; letter-spacing: 0px; }
    .pract-main-heading .text-heading { font-size: 26px; }
    .hm-practice-area-sec .practice-area-list .owl-nav { width: 50%; }
    .pract-btm-list .right-img {padding: 0 10px 10px 0;}
    .pract-btm-list .right-img::before {border-width: 5px;border-top: 0;border-left: 0;}
    .pract-btm-list {gap: 15px;}
    .hm-pract-btm-sec .left-cnt p {font-size: 15px;line-height: 1.6;}
}




/* Legal Section */


.hm-legal-sec{
    background-image: url(../images/legal-sec-bg-img.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 140px;
}
.hm-legal-sec .container{
    max-width: 1280px;
}
.hm-legal-sec a{
    color: #cfa144;
}
.hm-legal-sec a:hover{
    color: #fff;
}
.hm-legal-sec .text-heading{
    font-family: 'Roboto Serif';
    font-weight: 500;
    font-size: 80px;
    line-height: 1.17;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 55px;
}
.hm-legal-sec .text-heading strong {
    font-weight: 100;
    font-size: 65px;
    display: block;
    letter-spacing: -0.7px;
}
.legal-cont-blk {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 0 60px;
}
.legal-cont-blk::before{
    content: "";
    background-image: -webkit-linear-gradient(0deg, #b68f40 15%, #edbf61 50%, #b68f40 85%);
    width: 90%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: -1px;
}
.legal-cont-blk::after{
    content: "";
    background-image: url(../images/hm-spirtes.webp);
    background-repeat: no-repeat;
    background-position: -377px -20px;
    width: 101px;
    height: 101px;
    position: absolute;
    left: 85px;
    bottom: -50px;
    cursor: pointer;
}
.legal-lft-img {
    width: 50%;
    position: relative;
    z-index: 0;
}
.legal-lft-img img{
    display: block;
    width: 100%;
}
.legal-rit-cnt {
    width: 43.4%;
    padding-top: 22px;
}
.legal-lft-img::before {
    content: "";
    width: 116px;
    height: 109px;
    position: absolute;
    top: -32px;
    left: -32px;
    background: linear-gradient(#152438, #0f1f37) padding-box, linear-gradient(90deg, #b79041 20%, #eabc60 48%, #b79041 84%) border-box;
    border: solid transparent;
    border-width: 10px 0 0 10px;
    z-index: -1;
}
.legal-lft-img::after{
    content: "";
    background: linear-gradient(to bottom, #e6646500 45%, #09182c 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.legal-rit-cnt .sub-title{
    font-family: 'Roboto Serif';
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 3.8px;
    background: linear-gradient(90deg, #b68f40 0%, #edbf61 20%, #b68f40 49%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-transform: uppercase;
    margin: 0 0 20px;
    display: block;
}
.legal-rit-cnt .title{
    font-family: 'Roboto Serif';
    font-weight: 400;
    font-size: 35px;
    line-height: 1.45;
    letter-spacing: -0.4px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 25px;
    margin-bottom: 33px;
    position: relative;
    display: block;
}
.legal-rit-cnt .title::before{
    content: "";
    background-image: -webkit-linear-gradient(0deg, #b68f40 15%, #edbf61 50%, #b68f40 85%);        
    width: 235px;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.legal-rit-cnt .description{
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0px;
    color: #cccccc;
    margin: 0;
}
.legal-cont-btm {
    display: flex;
    justify-content: space-between;
}
.legal-btm-ctn {
    width: 49.4%;
}
.legal-btm-btns {
    width: 43.3%;
    display: flex;
    justify-content: start;
    gap: 15px;
    padding-top: 35px;
}
.legal-btm-ctn .text-para{
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.79;
    letter-spacing: 0px;
    color: #cccccc;
    margin: 0;
}
.more-btn a.cmn-btn,
.contact-btn a.cmn-btn{
    font-family: 'Mona Sans';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #081426;
    text-transform: uppercase;
    padding: 25px 40px;
    background: linear-gradient(90deg, #b68f40 20%, #edbf61 50%, #b68f40 90%);
    border-radius: 50px;
    border: 2px solid transparent;
}
.more-btn a.cmn-btn:hover{
    background: linear-gradient(#071427,#071427 ) padding-box,
              linear-gradient( 180deg, rgb(184,125,28) 0%, rgb(249,240,120) 50%, rgb(190,143,23) 100%) border-box;
    border-radius: 50em;
    border: 2px solid transparent;
    color: #ffffff;
}
.contact-btn a.cmn-btn{
     background: linear-gradient(#071427,#071427 ) padding-box,
              linear-gradient( 180deg, rgb(184,125,28) 0%, rgb(249,240,120) 50%, rgb(190,143,23) 100%) border-box;
    border-radius: 50em;
    border: 2px solid transparent;
    color: #ffffff;
}
.contact-btn a.cmn-btn:hover{
    border: 2px solid transparent;
    background: linear-gradient(90deg, #b68f40 20%, #edbf61 50%, #b68f40 90%);
    color: #081426;
}
/* Legal Section Ends */


/* Legal Section Resposive */
@media screen and (max-width:1700px) {
    .hm-legal-sec { padding: 120px 0; }
    .hm-legal-sec .text-heading strong { font-size: 60px; }
    .hm-legal-sec .text-heading { font-size: 72px; margin: 0 0 50px; }
    .legal-rit-cnt .sub-title { font-size: 20px; letter-spacing: 3.8px; margin: 0 0 20px; }
    .legal-rit-cnt .title { font-size: 34px; padding-bottom: 20px; margin-bottom: 30px; }
    .legal-lft-img::before { width: 100px; height: 100px; }
    .more-btn a.cmn-btn, .contact-btn a.cmn-btn { font-size: 19px; padding: 23px 35px; }
}
@media screen and (max-width:1500px) {
    .hm-legal-sec .container{max-width: 1100px;}
    .hm-legal-sec { padding: 80px 0; }
    .hm-legal-sec .text-heading strong { font-size: 52px; }
    .hm-legal-sec .text-heading { font-size: 62px; margin: 0 0 40px; }
    .legal-rit-cnt { padding-top: 15px; }
    .legal-rit-cnt .sub-title { font-size: 19px; letter-spacing: 3px; margin: 0 0 15px; }
    .legal-rit-cnt .title { font-size: 30px; padding-bottom: 15px; margin-bottom: 20px; }
    .legal-rit-cnt .description { font-size: 16px; }
    .legal-rit-cnt .title::before { width: 210px; height: 6px; }
    .legal-lft-img::before { width: 90px; height: 90px; left: -25px; top: -25px; }
    .legal-cont-blk::after { transform: scale(0.9); }
    .legal-cont-blk { margin: 0 0 50px; }
    .legal-btm-ctn .text-para { font-size: 16px; }
    .more-btn a.cmn-btn, .contact-btn a.cmn-btn { font-size: 18px; padding: 18px 30px; }
}  
@media screen and (max-width:1240px) {
    .hm-legal-sec .container{max-width: 900px;}
    .hm-legal-sec { padding: 60px 0; }
    .hm-legal-sec .text-heading strong { font-size: 46px; }
    .hm-legal-sec .text-heading { font-size: 50px; margin: 0 0 30px; }
    .legal-lft-img::before { width: 80px; height: 80px; left: -20px; top: -20px; border-width: 8px 0 0 8px;}
    .legal-rit-cnt { padding-top: 10px; width: 45.5%;}
    .legal-rit-cnt .sub-title { font-size: 18px; letter-spacing: 2px; margin: 0 0 10px; }
    .legal-rit-cnt .title { font-size: 25px; padding-bottom: 10px; margin-bottom: 15px; }
    .legal-rit-cnt .title::before { width: 170px; height: 6px; }
    .legal-rit-cnt .description { font-size: 15px; }
    .legal-cont-blk::after { transform: scale(0.8); }
    .legal-cont-blk::before { width: 80%; }
    .legal-cont-blk { margin: 0 0 48px; }
    .legal-btm-ctn .text-para { font-size: 15px; }
    .legal-btm-ctn { width: 54.1%; }
    .legal-btm-btns { width: 42%; gap: 10px; padding-top: 25px; }
    .more-btn a.cmn-btn, .contact-btn a.cmn-btn { font-size: 15px; padding: 18px 24px; }
}
@media screen and (max-width:991px) {
    .hm-legal-sec .container{max-width: 720px;}
    .hm-legal-sec { padding: 50px 0; background-image: url(../images/legal-sec-mb-bg-img.webp);}
    .hm-legal-sec .text-heading strong { font-size: 38px; }
    .hm-legal-sec .text-heading { font-size: 44px; margin: 0 0 30px; }
    .legal-cont-blk { margin: 0 0 20px; flex-direction: column; align-items: center; gap: 20px; }
    .legal-lft-img { width: 100%; max-width: 400px; background: linear-gradient(#071427, #071427) padding-box, linear-gradient(90deg, rgb(184, 125, 28) 0%, rgb(249, 240, 120) 50%, rgb(190, 143, 23) 100%) border-box; border-bottom: 2px solid transparent; }
    .legal-lft-img::before { width: 60px; height: 60px; left: -15px; top: -15px; border-width: 6px 0 0 6px; }
    .legal-rit-cnt {position: relative; padding: 15px; width: 100%; background: linear-gradient(#071427, #071427) padding-box, linear-gradient(90deg, rgb(184, 125, 28) 0%, rgb(249, 240, 120) 50%, rgb(190, 143, 23) 100%) border-box; border: 1px solid transparent; }
    .legal-cont-blk::before, .legal-cont-blk::after{display: none;}
    .legal-rit-cnt .sub-title {letter-spacing: 1.6px; text-align: center;}
    .legal-rit-cnt .title { font-size: 24px; text-align: center;}
    .legal-rit-cnt .title::before { width: 150px; height: 5px; right: 0; margin: auto;}
    .legal-rit-cnt .description { line-height: 1.6; text-align: center; color: #fff;}
    .legal-cont-btm { flex-direction: column; align-items: center; gap: 15px; }
    .legal-rit-cnt::after { content: ""; background-image: url(../images/hm-spirtes.webp); background-position: -377px -20px; width: 101px; height: 101px; position: absolute; right: 0px; top: -60px; cursor: pointer; transform: scale(0.8); }
    .legal-btm-ctn { width: 100%; text-align: center; }
    .legal-btm-btns { width: 100%; gap: 10px; padding-top: 0; justify-content: center;}
    .more-btn a.cmn-btn, .contact-btn a.cmn-btn { padding: 16px 28px; }
    .legal-btm-ctn .text-para{ color: #fff;}
}
@media screen and (max-width: 767px) {
    .hm-legal-sec .container{max-width: 100%;padding: 0 10px;}
    .hm-legal-sec { padding: 50px 0; }
    .hm-legal-sec .text-heading strong { font-size: 30px; }
    .hm-legal-sec .text-heading { font-size:36px; margin: 0 0 25px; }
    .legal-rit-cnt::after { transform: scale(0.7); }
    .legal-rit-cnt .sub-title { letter-spacing: 1.3px; }
    .legal-rit-cnt .title br{display: none;}
    .legal-rit-cnt .title { font-size: 20px; }
    .legal-rit-cnt { padding: 15px 10px; }
    .legal-cont-blk { margin: 0 0 15px; }
    .more-btn a.cmn-btn, .contact-btn a.cmn-btn { font-size: 15px; }
}
@media screen and (max-width: 480px) {
    .hm-legal-sec { padding: 30px 0; }
    .hm-legal-sec .text-heading strong { font-size: 24px; }
    .hm-legal-sec .text-heading { font-size: 34px; margin: 0 0 25px; }
    .legal-rit-cnt .title { font-size: 21px; }
    .legal-lft-img::before { width: 50px; height: 50px; left: -10px; top: -10px; border-width: 5px 0 0 5px; }
    .legal-rit-cnt::after { transform: scale(0.6); right: -17px; top: -67px;}
    .legal-rit-cnt .sub-title { letter-spacing: 0.5px; margin: 0 0 6px; font-size: 17px; }
    .legal-rit-cnt .title::before { width: 120px; }
    .legal-rit-cnt .description { line-height: 1.5; }
    .legal-cont-blk { margin: 0 0 10px; }
    .legal-btm-ctn .text-para { line-height: 1.7; }
    .legal-cont-btm { gap: 10px; }
    .legal-btm-btns { flex-direction: column; align-items: center; }
    .more-btn a.cmn-btn, .contact-btn a.cmn-btn { padding: 14px 28px; }
}
@media screen and (max-width: 400px) {
    .hm-legal-sec .text-heading strong { font-size: 19px; letter-spacing: 0px; }
    .hm-legal-sec .text-heading { font-size: 28px; }
    .legal-rit-cnt .title { font-size: 17px; margin-bottom: 10px;}
}



/* Awards Section */
.hm-awards-sec{
    background-color: #ffffff;
}
.hm-awards-sec .container{
    max-width: 100%;
}
.award-sec-blk {
    display: flex;
    justify-content: space-between;
}
.award-lft-img{
    width: 41%;
}
.award-lft-img.mbl {
    display: none;
}
.award-lft-blk{
    width: 56.7%;
    padding: 70px 0 0;
}
.award-lft-blk .text-heading{
    font-family: 'Roboto Serif';
    font-weight: 300;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 4.6px;
    color: #384958;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 22px;
    margin-bottom: 22px;
}
.award-lft-blk .text-heading::before{
    content: "";
    background-image: -webkit-linear-gradient(0deg, #b68f40 15%, #edbf61 50%, #b68f40 85%);
    width: 203px;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.hm-awards-list {
    display: flex;
    gap: 60px;
    align-items: center;
}
 
/* Award Section Ends Here */



/* Awards Section Reaponsive */
@media screen and (max-width:1800px) {
    .award-lft-blk { padding: 50px 0 0; }
    .hm-awards-list { gap: 45px; }
}
@media screen and (max-width:1700px) {
    .award-lft-blk { padding: 45px 0 0; }
    .hm-awards-list { gap: 30px; }
}
@media screen and (max-width:1600px) {
    .award-lft-blk { padding: 40px 0 0; }
    .award-lft-blk .text-heading { font-size: 25px; padding: 0 0 20px; margin-bottom: 15px; }
    .hm-awards-list { gap: 20px; }
    .hm-award-itm { max-width: 320px;width: 100%; }
}
@media screen and (max-width:1500px) {
    .award-lft-blk { padding: 30px 0 0; }
    .award-lft-blk .text-heading { font-size: 23px; padding: 0 0 15px; margin-bottom: 10px; letter-spacing: 2.5px; }
    .hm-awards-list { gap: 0; justify-content: space-between;padding-right: 20px; }
    .hm-award-itm { max-width: 128px; }
    .award-lft-blk .text-heading::before { width: 155px; height: 6px; }
    .award-lft-img { width: 42%; }
}
@media screen and (max-width:1240px) {
    .hm-awards-sec .container{padding: 0;}
    .award-lft-img img { object-fit: cover; height: 100%; }
    .award-lft-blk { padding: 20px 0 10px; }
    .award-lft-blk .text-heading { font-size: 22px; letter-spacing: 2.1px; }
    .award-lft-blk .text-heading::before { width: 140px; height: 4px; }
    .hm-award-itm { max-width: 120px; }
}
@media screen and (max-width:991px) {
    .hm-awards-sec .container{max-width: 720px;}
    .hm-awards-sec { padding: 40px 0; }
    .award-sec-blk { flex-direction: column-reverse; align-items: center; gap: 10px; }
    .award-lft-blk { padding: 0; width: 100%; max-width: 420px; }
    .award-lft-img.mbl {margin: 0 0 15px; display: block; width: 100%; max-width: 420px; background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, rgb(184, 125, 28) 0%, rgb(249, 240, 120) 50%, rgb(190, 143, 23) 100%) border-box; border: 2px solid transparent; padding: 5px; }
    .award-lft-blk .text-heading { text-align: center; margin: 0 0 15px; color: #000;}
    .award-lft-blk .text-heading::before { width: 120px; height: 5px; right: 0; margin: auto; }
    .award-lft-img { display: none;}
    .hm-awards-list.owl-carousel{padding: 0;} 
    .hm-awards-list.owl-carousel .hm-award-itm { display: flex; max-width: 150px; margin: auto; background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, rgb(184, 125, 28) 0%, rgb(249, 240, 120) 50%, rgb(190, 143, 23) 100%) border-box; border: 1px solid transparent; padding: 5px; height: 100%; justify-content: center; align-items: center; }
    .hm-awards-list.owl-carousel .hm-award-itm img{max-width: 280px;}
    .hm-awards-list.owl-carousel .owl-stage{display: flex;}
    .hm-awards-list.owl-carousel .owl-item{display: flex;}
    .hm-awards-list.owl-carousel .owl-dots{text-align: center;padding: 10px 0 0;}
    .hm-awards-list.owl-carousel .owl-dots button.owl-dot { background-color: #071427; width: 12px; height: 12px; border-radius: 50%; margin: 0 5px;border: 2px solid transparent; }
    .hm-awards-list.owl-carousel .owl-dots button.owl-dot.active { background: linear-gradient(#ffffff00, #ffffff00) padding-box, linear-gradient(180deg, rgb(184, 125, 28) 0%, rgb(249, 240, 120) 50%, rgb(190, 143, 23) 100%) border-box; border: 2px solid transparent; outline: 1px solid #0d192b;outline-offset: 2px;}
    .hm-awards-list{padding-right: 0;justify-content: space-around;}
    .hm-award-itm { max-width: 90px; }
}
@media screen and (max-width:767px) {
    .hm-awards-sec .container{max-width: 100%;padding: 0 10px;}
}
@media screen and (max-width: 480px) {
    .hm-awards-sec { padding: 30px 0; }
    .award-lft-blk .text-heading { font-size: 19px; letter-spacing: 1.2px; }
}



/* Meet The Team Setion */
.hm-meet-our-sec{
    background-image: url(../images/meet-our-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 140px 0 290px;
    position: relative;
}
 
.hm-meet-our-sec::before {
    content: "";
    background-image: url(../images/hm-spirtes.webp);
    background-repeat: no-repeat;
    background-position: -377px -20px;
    width: 101px;
    height: 101px;
    position: absolute;
    left: 40%;
    bottom: 8%;
    z-index: 1;
}
.hm-meet-our-sec::after {
    content: "";
    background-image: -webkit-linear-gradient(0deg, #b68f40 15%, #edbf61 50%, #b68f40 85%);
    width: 42.5%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 12.4%;
}
/*  .meet-the-team-main {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0 110px;
} */
 .meet-the-team-blk {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0 110px;
}
.meet-the-team-part {
    width: 45.5%;
    position: relative;
}
/* .meet-the-team-part::before{
    content: "";
    background-image: url(../images/hm-spirtes.webp);
    background-repeat: no-repeat;
    background-position: -377px -20px;
    width: 101px;
    height: 101px;
    position: absolute;
    right: 11%;
    bottom: -18.4%;
    z-index: 1;
    cursor: pointer;
} */
/* .meet-the-team-part::after{
    content: "";
    background-image: -webkit-linear-gradient(0deg, #b68f40 15%, #edbf61 50%, #b68f40 85%);
    width: 810px;
    height: 1px;
    position: absolute;
    right: 20%;
    bottom: -11.6%;
} */
.team-tab-list-main {
    width: 49%;
    position: relative;
}
.team-tab-list-main::before{
    content: "";    
    background-image: -webkit-linear-gradient(90deg, #b68f40 20%, #edbf61 50%, #b68f40 100%);
    width: 11px;
    height: 342px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.meet-the-team-list {
    padding: 80px 0 0;
}
.meet-the-team-itm .sub-heading{
    font-family: 'Roboto Serif';
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 3.7px;
    background: linear-gradient(90deg, #b68f40 20%, #edbf61 20%, #b68f40 49%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-transform: uppercase;
    margin: 0 0 18px;
}
.meet-the-team-itm .text-heading{
    font-family: 'Roboto Serif';
    font-weight: 500;
    /* font-size: 80px; */
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1.4px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding: 0 0 38px;
    position: relative;
}
.meet-the-team-itm .text-heading strong{
    display: block;
    font-weight: 100;
}
.meet-the-team-itm .text-heading::before{
    content: "";
    background-image: -webkit-linear-gradient(0deg, #b68f40 15%, #edbf61 50%, #b68f40 85%);
    width: 235px;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.meet-the-team-itm .title{
    font-family: 'Roboto Serif';
    font-weight: 400;
    font-size: 29px;
    line-height: 1.4;
    letter-spacing: -0.4px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 30px;
    display: block;
}
.meet-the-team-itm .description{
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0px;
    color: #d9d9d9;
    margin: 0 0 0;
}
/* .team-tab-item {
    position: relative;
    padding-top: 210px;
    display: flex;
    justify-content: end;
} */
.team-tab-item {
    position: relative;
    padding-top: 180px;
    display: flex;
    justify-content: end;
}
.team-tab-item::before{
    content: "";
    background-image: url(../images/team-tab-bg-img-v3.webp);
    background-repeat: no-repeat;
    width: 580px;
    height: 580px;
    position: absolute;
    top: 0;
    left: -45px;
}
.team-tab-item-img {
    position: relative;
    max-width: 570px;
    width: 100%;
} 
/* .team-tab-item-img {
    position: relative;
    max-width: 600px;
    width: 100%;
} */
.team-tab-item-img::before{
    content: "";
    background: linear-gradient(to bottom, #e6646500 75%, #13243c 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.team-btn-blk {
padding-top: 15px !important;
position: absolute;
bottom: 0;
left: 0;
}
.team-btn a.cmn-btn {
    font-family: 'Mona Sans';
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #081426;
    text-transform: uppercase;
    padding: 22px 67px;
    background: linear-gradient(90deg, #b68f40 20%, #edbf61 50%, #b68f40 90%);
    border-radius: 50px;
    border: 2px solid transparent;
}
.team-btn a.cmn-btn:hover{
    background: linear-gradient(#0c1d33,#0c1d33 ) padding-box,
              linear-gradient( 180deg, rgb(184,125,28) 0%, rgb(249,240,120) 50%, rgb(190,143,23) 100%) border-box;
    border-radius: 50em;
    border: 2px solid transparent;
    color: #ffffff;
}
.meet-the-team-main-list {
    position: relative;
}
.team-btns-list {
    display: flex;
    gap: 20px;
    justify-content: center;
    position: absolute;
    bottom: 70px;
    left: -210px;
    right: 0;
    z-index: 1;
    width: 100%;
    max-width: 200px;
    margin: auto;
}
.team-btns-list::before{
    content: "";
    background-color: #ffffff;
    width: 3px;
    height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    margin: auto;
}
.team-btns-list button.team-prev-btn.team-btns,
.team-btns-list button.team-nxt-btn.team-btns{
    border: none;
    background-color: transparent;
    font-size: 0;
    background-image: url(../images/hm-spirtes.webp);
    background-repeat: no-repeat;
    background-position: -71px -20px;
    width: 63px;
    height: 32px;
}
.team-btns-list button.team-nxt-btn.team-btns{
    background-position: -144px -20px;
}
.team-btns-list button.team-prev-btn.team-btns:hover{
    background-position: -71px -104px;
}
.team-btns-list button.team-nxt-btn.team-btns:hover{
    background-position: -144px -104px;
}
/* .team-btn-blk.sub-mb{
    display: none;
} */
 
 
/* meet our team ends here */


/* Meet The Team Setion Responsive */
@media screen and (max-width:1700px) {
    .hm-meet-our-sec .container{max-width: 1300px;}
    .hm-meet-our-sec { padding: 100px 0 250px; }
    .meet-the-team-itm .sub-heading { font-size: 20px; margin: 0 0 15px; }
    .meet-the-team-itm .text-heading { font-size: 55px; margin: 0 0 20px; padding: 0 0 25px; }
    .meet-the-team-itm .text-heading::before { width: 225px; height: 6px; }
    .meet-the-team-itm .title { font-size: 28px; margin: 0 0 20px; }
    /* .meet-the-team-itm .description { font-size: 17px; } */
    .meet-the-team-list { padding: 60px 0 0; }
    .team-tab-item { padding-top: 150px; }
    .team-tab-item-img { max-width: 500px; }
    .team-tab-list-main::before { height: 300px; width: 10px;}
    .team-tab-item::before { top: -74px; left: -67px; transform: scale(0.8); }
    .team-btn a.cmn-btn { font-size: 20px; padding: 20px 60px; }
    .team-btns-list {gap: 15px;bottom: 60px;left: -280px;}
     .meet-the-team-blk { padding: 0 20px 0 60px; }
     .meet-the-team-itm .description{ font-size: 16px;}
}
@media screen and (max-width:1500px) {
    .hm-meet-our-sec .container{max-width: 1100px;}

    .meet-the-team-list { padding: 20px 0 0; }
    .hm-meet-our-sec { padding: 80px 0 190px; }
     .meet-the-team-blk { padding: 0 20px 0 40px; }
    .meet-the-team-itm .sub-heading { font-size: 19px; letter-spacing: 3.2px; }
    .meet-the-team-itm .text-heading { font-size: 45px; margin: 0 0 15px; padding: 0 0 20px; }
    .meet-the-team-itm .text-heading strong {font-size: 40px;}
    .meet-the-team-itm .text-heading::before { width: 175px; height: 6px; }
    .meet-the-team-itm .title { font-size: 22px; margin: 0 0 15px; }
    .meet-the-team-itm .description { font-size: 15px; }
    .team-tab-item-img { max-width: 420px; }
    .team-tab-list-main::before { height: 260px;width: 8px; }
    .team-tab-item::before { top: -100px; left: -77px; transform: scale(0.6); }
    .team-tab-item { padding-top: 120px; }
    .team-btn a.cmn-btn { font-size: 19px; padding: 18px 50px; }
    .team-btns-list::before { height: 40px; top: -5px; }
    .team-btns-list button.team-prev-btn.team-btns, .team-btns-list button.team-nxt-btn.team-btns { transform: scale(0.9); }
    .hm-meet-our-sec::before{bottom: 6%;}
    .team-btns-list {gap: 15px;bottom: 53px;left: -280px;}

}
@media screen and (max-width:1240px) {
    .hm-meet-our-sec .container{max-width: 900px;}
    .hm-meet-our-sec { padding: 70px 0 180px; }
     .meet-the-team-blk { padding: 0 20px;  margin-top: -43px; padding-bottom: 50px;}
    
    .meet-the-team-itm .sub-heading { letter-spacing: 2px;margin: 0 0 10px; }
    .meet-the-team-itm .text-heading { font-size: 38px; margin: 0 0 10px; padding: 0 0 15px; }
    .meet-the-team-itm .text-heading::before { width: 160px; height: 5px; }
    .meet-the-team-itm .title { font-size: 19px; margin: 0 0 10px; }
    .team-btn a.cmn-btn { font-size: 18px; padding: 17px 30px; }
    .team-btns-list button.team-prev-btn.team-btns, .team-btns-list button.team-nxt-btn.team-btns { transform: scale(0.8); }
    .team-btns-list::before { height: 35px; top: -2px; }
    .team-tab-item-img { max-width: 350px; }
    .meet-the-team-list { padding: 10px 0 0; }
    .team-tab-item::before { top: -120px; left: -120px; transform: scale(0.6); }
    .team-btn a.cmn-btn {font-size: 17px; padding: 15px 24px; }
    .team-btns-list button.team-prev-btn.team-btns, .team-btns-list button.team-nxt-btn.team-btns { transform: scale(0.7); }
    .team-btns-list { gap: 8px; }
    .hm-meet-our-sec::before{transform: scale(0.9);}
    .team-btn-blk {bottom: -39px;}
}
@media screen and (max-width:991px) {
    .hm-meet-our-sec .container{max-width: 720px;}
    .hm-meet-our-sec { padding: 60px 0; background-image: url(../images/meet-our-mb-bg-img.webp); padding-bottom: 20px !important;}
     .meet-the-team-blk { padding: 0; flex-direction: column-reverse; align-items: center; gap: 20px; margin-top: 0;}
    .team-tab-list-main { width: 100%; }
    .team-tab-item { padding-top: 0; max-width: 450px; width: 100%; margin: auto; }
    .team-tab-item::before { top: -52%; left: -160px; }
    .team-tab-list-main::before { height: 6px; width: 56%; left: 0; right: 0; z-index: 2; margin: auto;     background-image: -webkit-linear-gradient(0deg, #b68f40 15%, #edbf61 50%, #b68f40 85%);}
    .team-tab-item-img { max-width: 350px; margin: auto; }
    /* .team-btn-blk.sub-mb { display: block;margin: 0;padding: 0;text-align: center;} */
    /* .team-btn-blk{display: none;} */
    .meet-the-team-part { width: 100%;}
    .meet-the-team-list { padding: 0; }
    .meet-the-team-itm .sub-heading { letter-spacing: 1.5px; margin: 0 0 10px; text-align: center; }
    .meet-the-team-itm .text-heading strong { display: inline; }
    .meet-the-team-itm .text-heading { font-size: 40px; text-align: center; }
    .meet-the-team-itm .text-heading::before { width: 130px; right: 0; margin: auto; }
    .meet-the-team-itm .title { text-align: center; }
    .meet-the-team-itm .description { text-align: center;  color: #fff;}
    /* .team-btn { margin: 0 0 20px; } */
    .team-btns-list {
        gap: 8px;
        top: 18%;
        bottom: inherit;
        margin: auto;
        left: 0;
        height: max-content;
        width: 70%;
        max-width: 100%;
        justify-content: space-between;
    }
        .team-btn-blk {
        padding-left: 0;
        margin: 0;
        width: 100%;
        position: relative;
        text-align: center;
        bottom: 0;
    }
    .hm-meet-our-sec::after, .hm-meet-our-sec::before{display: none;}
    .team-btn a.cmn-btn {font-size: 17px;padding: 15px 44px;}
    .team-btns-list::before{ display: none;}
}
@media screen and (max-width:767px) {
    .hm-meet-our-sec .container{max-width: 100%;padding: 0 10px;}
    .hm-meet-our-sec { padding: 30px 0 40px; }
    .team-tab-list-main::before { height: 4px; width: 400px; }
     .meet-the-team-blk { gap: 15px; }
    .team-btns-list { gap: 5px;width: 90%; }
    .meet-the-team-itm .sub-heading { letter-spacing: 1px; }
    .meet-the-team-itm .text-heading { font-size: 32px; }
    .meet-the-team-itm .text-heading strong{font-size: 32px; }
    .meet-the-team-itm .title { font-size: 18px; }
    .team-tab-item::before { top: -64%; left: -141px; transform: scale(0.5); }
    .team-tab-item-img img { max-width: 320px; margin: auto; }
    .hm-meet-our-sec::before{transform: scale(0.8);}
    .team-btn-blk {margin: 20px auto 0;}
}
@media screen and (max-width:480px) {
    .meet-the-team-itm .sub-heading { letter-spacing: 0.6px; }
    .meet-the-team-itm .text-heading { font-size: 22px; }
    .meet-the-team-itm .text-heading strong { font-size: 22px; }
    .meet-the-team-itm .text-heading::before { width: 110px; }
    /* .team-btn-blk.sub-mb { width: 100%; } */
    /* .team-btn { margin: 0 0 15px; } */
    /* .team-tab-item::before { top: -145px; left: -176px; transform: scale(0.5); } */
    .team-tab-item::before {display: none;}
    .team-tab-list-main::before { width: 90%; }
    .team-tab-item-img img { max-width: 240px; }
    .hm-meet-our-sec { padding: 20px 0 30px; }
    .hm-meet-our-sec::before { bottom: 1%; }
    .hm-meet-our-sec::after { bottom: 6.4%; }
    .team-btns-list {
        gap: 5px;
        width: 100%;
        top: 12%;
    }
}
@media screen and (max-width:400px) {
    .meet-the-team-itm .sub-heading { letter-spacing: 0; font-size: 17px; }
    .meet-the-team-itm .title { font-size: 16px; margin: 0 0 5px; }
    .meet-the-team-itm .description { font-size: 14px; }
    .team-btn a.cmn-btn { font-size: 15px; padding: 12px 24px; }
}



/* Testimonials Section Starts */
.hm-testimonials {
    padding: 140px 0;
    text-align: center;
    background-color: #ffffff;
}
.hm-testimonials .container{
    max-width: 1310px;
}
.hm-testimonials .sub-heading{
    font-family: 'Roboto Serif';
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 3.7px;
    background: linear-gradient(90deg, #b68f40 20%, #edbf61 60%, #b68f40 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.hm-testimonials .text-heading{
    font-family: 'Roboto Serif';
    font-weight: 500;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0px;
    color: #081426;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.hm-testimonials .hm-testi-item {
    background: #0c1c34;
    padding: 45px 60px 45px 45px;
    position: relative;
}
.hm-testimonials .hm-testi-item::before {
    content: "";
    width: 68px;
    height: 66px;
    position: absolute;
    top: -17px;
    left: -17px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #b79041 20%, #eabc60 48%, #b79041 84%) border-box;
    border: solid transparent;
    border-width: 6px 0 0 6px;
    z-index: -1;
}
.hm-testimonials .hm-testi-item::after {
    content: "";
    background-image: -webkit-linear-gradient(0deg, #b68f40 15%, #edbf61 50%, #b68f40 85%);
    width: 235px;
    height: 6px;
    position: absolute;
    right: 0;
    bottom: -6px;
}
.hm-testi-cont .star-rat{
    background-image: url(../images/testi-rating-star-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 178px;
    height: 29px;
    margin: 0 0 20px;
}
.hm-testi-cont .description{
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: start;
    margin: 0 0 30px;
}
.hm-testi-cont .author{
    font-family: 'Roboto Serif';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 4px;
    background: linear-gradient(90deg, #b68f40 0%, #edbf61 30%, #b68f40 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-transform: uppercase;
    text-align: start;
    margin: 0;
}
/* .testi-blk.owl-carousel .owl-stage-outer{
    padding: 25px 0 7px 25px;
} */

.testi-blk.owl-carousel .owl-stage{
    display: flex;
}
.testi-blk.owl-carousel .owl-item{
    display: flex;
    padding: 20px 0px 10px 20px;
}  
.hm-testimonials .testi-blk .owl-nav {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -78px;
    max-width: 600px;
}
.hm-testimonials .testi-blk .owl-nav button.owl-prev span,
.hm-testimonials .testi-blk .owl-nav button.owl-next span{
    font-size: 0;
}
.hm-testimonials .testi-blk .owl-nav button.owl-prev,
.hm-testimonials .testi-blk .owl-nav button.owl-next{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;  
    margin: auto;
    background-image: url(../images/hm-spirtes.webp);
    background-repeat: no-repeat;
    background-position: -71px -20px;
    width: 63px;
    height: 31px;
}
.hm-testimonials .testi-blk .owl-nav button.owl-next {
    right: 0;
    left: initial;
    background-position: -144px -20px;
}
.hm-testimonials .testi-blk .owl-nav button.owl-prev:hover{
    background-position: -71px -62px;
}
.hm-testimonials .testi-blk .owl-nav button.owl-next:hover{
    background-position: -144px -62px;
}
.testi-btn {
    padding: 43px 0 0;
}
.testi-btn a.cmn-btn{
    font-family: 'Mona Sans';
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #081426;
    text-transform: uppercase;
    padding: 22px 60px;
    background: linear-gradient(90deg, #b68f40 20%, #edbf61 50%, #b68f40 90%);
    border-radius: 50px;
    border: 2px solid transparent;
}
.testi-btn a.cmn-btn:hover{
    background: linear-gradient(#ffffff,#ffffff ) padding-box,
              linear-gradient( 180deg, rgb(184,125,28) 0%, rgb(249,240,120) 50%, rgb(190,143,23) 100%) border-box;
    border-radius: 50em;
    border: 2px solid transparent;
    color: #081426;
}
 
/* Testimonials Section Ends */


/* Testimonials Section Responsive */
 
@media screen and (max-width:1700px) {
    .hm-testimonials{padding: 110px 0;}
    .hm-testimonials .text-heading { font-size: 70px; }
}
@media screen and (max-width:1500px) {
    .hm-testimonials .container { max-width: 1100px; }
    .hm-testimonials { padding: 80px 0; }
    .hm-testimonials .text-heading { font-size: 60px; }
    .hm-testimonials .sub-heading { font-size: 20px; letter-spacing: 2px;}
    .hm-testimonials .hm-testi-item { padding: 40px 32px 40px 40px; }
    .testi-btn a.cmn-btn{font-size: 20px; padding: 20px 46px;}
    .hm-testimonials .testi-blk .owl-nav{bottom: -74px;max-width: 570px;}
    .hm-testi-cont .star-rat{margin: 0 -12px 15px;transform: scale(0.9);}
}
 
@media screen and (max-width:1240px) {
    .hm-testimonials .container { max-width: 900px; }
 
    .hm-testimonials { padding: 60px 0; }
    .hm-testimonials .text-heading { font-size: 58px; }
    .hm-testimonials .sub-heading { font-size: 18px; }
    .hm-testimonials .hm-testi-item { padding: 35px 30px 35px 30px; }
    .testi-btn a.cmn-btn{font-size: 18px; padding: 18px 40px;}
    .hm-testimonials .testi-blk .owl-nav{bottom: -60px;max-width: 540px;}
    .hm-testimonials .testi-blk .owl-nav button.owl-prev, .hm-testimonials .testi-blk .owl-nav button.owl-next{transform: scale(0.9);}
    .hm-testi-cont .description { font-size: 17px; }
    .hm-testi-cont .author { font-size: 18px; }
    .hm-testi-cont .star-rat{transform: scale(0.9); margin: 0 0 15px -10px;}
    .hm-testimonials .hm-testi-item::before{transform: scale(0.9); background-repeat: no-repeat;width: 60px;height: 60px;}
    .testi-blk.owl-carousel .owl-item { padding: 17px 0px 10px 18px; border-bottom: 0; }
    .testi-btn { padding: 35px 0 0; }
}
@media screen and (max-width:991px) {
    .hm-testimonials .container { max-width: 720px; }
 
    .hm-testimonials { padding: 50px 0; }
    .hm-testimonials .hm-testi-item { padding: 30px; max-width: 620px; margin: auto; }
    .hm-testimonials .text-heading { font-size: 50px; margin-bottom: 20px;}
    .hm-testimonials .sub-heading { font-size: 16px; }
    .testi-btn a.cmn-btn { font-size: 17px; padding: 16px 38px;}
    .hm-testimonials .testi-blk .owl-nav button.owl-prev, .hm-testimonials .testi-blk .owl-nav button.owl-next{transform: scale(0.8);}
    .hm-testimonials .testi-blk .owl-nav { bottom: -63px; max-width: 480px; }
}
@media screen and (max-width:767px) {
    .hm-testimonials .container { max-width: 100%; padding: 0 15px; }
    .hm-testimonials { padding: 40px 0; }
    .hm-testimonials .text-heading { font-size: 40px; }
    .hm-testimonials .sub-heading { font-size: 15px; letter-spacing: 2px; }
    .hm-testimonials .hm-testi-item { padding: 25px 20px; }
    .hm-testimonials .testi-blk .owl-nav { bottom: -58px; max-width: 390px; }
    .hm-testimonials .testi-blk .owl-nav button.owl-prev, .hm-testimonials .testi-blk .owl-nav button.owl-next{transform: scale(0.7);}
    .testi-btn a.cmn-btn { font-size: 15px; padding: 12px 25px; }
    .hm-testi-cont .description{ font-size: 16px; line-height: 1.5; margin-bottom: 20px;}  
    .hm-testi-cont .star-rat { transform: scale(0.85); margin: 0 0 10px -15px; }
    .hm-testimonials .hm-testi-item::before{transform: scale(0.8); background-repeat: no-repeat;}
    .testi-blk.owl-carousel .owl-item { padding: 15px 0px 10px 15px; }
    .hm-testi-cont .author { font-size: 17px; }
}
 
@media screen and (max-width: 480px) {
    .hm-testimonials { padding: 30px 0; }
    .hm-testimonials .text-heading { font-size: 33px; }
    .hm-testimonials .sub-heading { font-size: 14px; letter-spacing: 1px; margin-bottom: 10px;}
    .hm-testimonials .hm-testi-item { padding: 20px 15px; }
    .testi-btn a.cmn-btn { font-size: 15px; }
    .hm-testi-cont .description{ font-size: 15px; margin-bottom: 15px;}  
    .hm-testi-cont .star-rat { transform: scale(0.78); margin: 0 0 10px -20px; }
    .testi-blk.owl-carousel .owl-item {padding: 14px 0px 10px 14px;}
    .hm-testimonials .hm-testi-item::after{width: 150px;}
    .hm-testimonials .testi-blk .owl-nav { bottom: -25px; max-width: 100%; position: relative; }
    .hm-testimonials .testi-blk .owl-nav button.owl-prev, .hm-testimonials .testi-blk .owl-nav button.owl-next{position: unset;}
    .testi-btn { padding: 45px 0 0; }
}

/* HomePage Tab Section Starts */
.tab-btn,
.tab-btn:hover {
    padding: 15px 30px;
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #999;
    top: -2px;
    position: relative;
    outline: none;
}
.tab-btn:hover {
    background-color: #f6f6f6;
}
.tab-btn.tab-btn-active {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    top: 2px;
    border-radius: 5px 5px 0 0;
}
.tab-content-area {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 0 5px 5px 5px;
}
.tab-pane {
    display: none;
}
.tab-pane.tab-pane-active {
    display: block;
}
/* HomePage Tab Section Ends */



/* HomePage FAQ's Section Starts */

.combined-sec{
    background-image: url(../images/combined-bg-faq.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.hm-faq-sec { padding: 155px 0 70px;} 
.faq-sec .accordion .text-heading { color: #fff; margin-bottom: 15px; } 
.faq-sec .accordion .sub-title { font-family: 'Roboto Serif'; font-size: 22px; font-weight: 400; line-height: 1; letter-spacing: 3.7px; text-transform: uppercase;     background: linear-gradient(180deg,rgba(181, 142, 63, 1) 0%, rgba(237, 191, 98, 1) 50%, rgba(181, 142, 63, 1) 100%); -webkit-text-fill-color: transparent; -webkit-background-clip: text; background-clip: text; margin: 0; display: block; }
.faq-sec .accordion { display: flex; flex-direction: column; gap: 0; width: 45.4%; margin: 0 auto;  position: relative;}
.faq-sec .accordion::before {
    content: '';
    position: absolute;
    bottom: -80px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 101px;
    height: 103px;
    background-image: url(../images/hm-spirtes.webp);
    background-repeat: no-repeat;
    background-position: -377px -19px;
    z-index: 1;
}
.faq-sec .accordion-section-content { padding: 10px 45px 30px 0px; } 
.faq-sec .accordion.cont .accordion-section:last-child { border-bottom: 0 !important; }
.faq-sec .accordion-section:not(.accordien-active) .accordion-section-content { display: none; } 
.faq-sec .accordion-heading { padding: 30px 45px 30px 0; margin: 0; cursor: pointer; } 
.faq-sec .accordion-section-content p { font-size: 18px; line-height: 1.7; margin: 0px; font-family: 'Mona Sans'; color: #fff; letter-spacing: 0px; margin: 0 0 10px 0; } 
.faq-sec .accordion.cont .accordion-heading::before { content: ""; position: absolute; background-image: url(../images/hm-spirtes.webp); background-position: -233px -26px; background-repeat: no-repeat; width: 20px; height: 16px; top: 45px; right: 19px; margin: 0; }
.faq-sec .accordion-section.accordien-active .accordion-heading:before{ background-image: url(../images/accordian-minus-icn.webp);background-position: center center;} 
.faq-sec .accordion.cont .accordion-heading::after { content: ""; position: absolute; width: 21.9%; height: 4px; left: 0; bottom: 0; margin: 0; background-image: -webkit-linear-gradient(180deg, rgb(181, 142, 63) 0%, rgb(237, 191, 98) 50%, rgb(181, 142, 63) 100%); display: none; }
.faq-sec .accordion-section.accordien-active .accordion-heading:after{ display: block; } 
.faq-sec .accordion-section .accordion-heading {font-family:'Roboto Serif'; border-radius: 5px; font-size: 20px; margin: 0; color: #fff; line-height: 1.3; font-weight: 400; text-transform: uppercase; letter-spacing: -0.1px; padding: 30px 45px 30px 0; cursor: pointer; position: relative; padding:40px 45px 40px 0; }
.faq-sec .accordion-section { border-bottom: 1px solid #394553; }
.faq-sec .accordion.cont .accordion-section:last-child .accordion-heading { border-bottom: 0 !important; }
.faq-sec { display: flex ; justify-content: space-between; } 
.faq-image { width: 42.1%; position: relative; display: flex ; justify-content: space-between; position: relative; margin: 0; display: none;} 
.faq-image .rta-blk-logo img { position: absolute; right: 0; left: 15%; top: 11%; bottom: 0; margin: auto; z-index: 1; } 
.hm-faq-image img{width: 100%;display: block;}
.faq-blk-img img { width: 100%; display: block; position: relative; z-index: 0; } 
.faq-blk-img.criminal { padding-top: 73px; position: relative;} 
.faq-blk-img.injury{position: relative;} 
.faq-blk-img.injury:before { content: ""; position: absolute; background-image: -webkit-linear-gradient( 180deg, rgb(181,142,63) 0%, rgb(237,191,98) 50%, rgb(181,142,63) 100%); width: 235px; height: 6px; left: 0; bottom: 60px; } 
.faq-blk-img.criminal:before { position: absolute; content: ""; border-image: -webkit-linear-gradient( 180deg, rgb(181,142,63) 0%, rgb(237,191,98) 50%, rgb(181,142,63) 100%); border-width: 4px; border-style: solid; top: 0; left: 0; right: 0; margin: auto; width:71px; height: 66px; transform: scaley(1.1); } 
.hm-faq-image { width: 42.7%; padding-top: 10px; }


/* HomePage FAQ's Section Responsive */

@media screen and (max-width:1700px) {
    .hm-faq-sec .container { max-width: 1300px; }
    .hm-faq-sec { padding: 140px 0 70px; }
    .faq-sec .accordion-section .accordion-heading{font-size: 19px;     padding: 30px 45px 30px 0;}
    .faq-sec .accordion.cont .accordion-heading::before {top: 35px;}
}
@media screen and (max-width:1500px) {
    .hm-faq-sec .container { max-width: 1100px; }
    .hm-faq-sec { padding: 100px 0 70px; }
    .faq-sec .accordion .text-heading{font-size: 70px;}
    .faq-sec .accordion-section .accordion-heading {font-size: 18px;padding: 25px 35px 25px 0;}
    .faq-sec .accordion{width: 50%;}
    .faq-sec .accordion.cont .accordion-heading::before { top: 29px; right: 5px; }
    .faq-sec .accordion-section-content p { font-size: 17px;}
    .faq-sec .accordion-section-content { padding: 10px 35px 26px 0px; }
    .faq-sec .accordion::before{transform: scale(0.9);}
}
@media screen and (max-width:1240px) {
    .hm-faq-sec .container { max-width: 900px; }
 
    .hm-faq-sec { padding: 80px 0 60px; }
    .faq-sec .accordion .text-heading { font-size: 60px; }
    .faq-sec .accordion .sub-title{font-size: 20px;}
    .faq-sec .accordion-section .accordion-heading {font-size: 14px;         padding: 20px 30px 20px 0;}
    .faq-sec .accordion { width: 48.8%; }
    .faq-sec .accordion.cont .accordion-heading::before { top: 22px; right: 6px; transform: scale(0.8); }
    .faq-sec .accordion-section-content p { font-size: 14px; line-height: 1.5;}
    .faq-sec .accordion-section-content { padding: 10px 22px 16px 0px; }
    .faq-sec .accordion::before {transform: scale(0.8);}
}
@media screen and (max-width:991px) {
    .hm-faq-sec .container { max-width: 720px; }
 
    .faq-sec{flex-direction: column; gap: 20px; align-items: center;}
    .hm-faq-image{width: 100%; max-width: 350px;}
    .faq-sec .accordion{width: 100%;}
    .faq-sec .accordion .text-heading { font-size: 55px; }
    .faq-sec .accordion .sub-title { font-size: 18px; }
    .faq-sec .accordion-section .accordion-heading { padding: 25px 30px 25px 0; color: #fff; }
    .faq-sec .accordion-section-content { padding: 10px 20px 20px 0px; }
    .faq-sec .accordion.cont .accordion-heading::before{top: 24px;}
    .hm-faq-sec { padding: 50px 0; }
    .faq-sec .accordion::before {transform: scale(0.7);bottom: -90px;}

    .combined-sec{background-image: url(../images/combined-bg-faq-mbl.webp);}
}
@media screen and (max-width:767px) {
    .hm-faq-sec .container { max-width: 100%; padding: 0 15px; }
    .hm-faq-sec { padding: 45px 0;}
    .faq-sec .accordion-section-content p{line-height: 1.5; font-size: 15px;}
    .faq-sec .accordion-section-content { padding: 10px 0px 15px 0px; }
    .faq-sec .accordion-section .accordion-heading { padding: 20px 30px 20px 0;}
    .faq-sec .accordion.cont .accordion-heading::before { top: 18px; }
    .faq-sec .accordion .text-heading { font-size: 45px; }
    .faq-sec .accordion::before {transform: scale(0.65);bottom: -90px;}
}
 
@media screen and (max-width:480px) {
    .hm-faq-sec { padding: 40px 0;}
    .faq-sec .accordion .text-heading { font-size: 40px; }
    .faq-sec .accordion .sub-title { font-size: 16px; }
    .faq-sec .accordion-section .accordion-heading { padding: 15px 25px 15px 0; font-size: 14px; line-height: 1.3; }
    .faq-sec .accordion.cont .accordion-heading::before { top: 15px; transform: scale(0.8); right: 1px; }
    .faq-sec .accordion-section-content p { font-size: 14px; }
    .faq-sec .accordion::before {transform: scale(0.6);bottom: -90px;}
}

/* Attorney Fight Section */


.we-fight-sec{ position: relative; padding: 505px 0 0px;  padding-top: 50px !important;} 
.we-fight-sec .container { max-width: 1280px; width: 100%; margin: auto; }
.we-fight-list { display: flex ; justify-content: flex-end; align-items: center; } 
.we-fight-sec:before {
    position: absolute;
    content: "";
    background-image: url(../images/personal-injury-rta-logo-v3.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 501px;
    height: 505px;
    /* left: 12%; */
    right: 20%;
    margin: auto;
    /* top: 72px; */
    top: 0;
    display: none;
}
.we-fight-image { width: 37.2%; position: absolute; left: 67px; bottom: 0px; margin: auto; } 
.we-fight-cont{ width: 64.8%; margin: 0 30px 80px 0;     position: relative;} 
.we-fight-image img { width: 100%; display: block; } 
.we-fight-cont .sub-title { font-family: 'Roboto Serif'; font-weight: 400; font-size: 24px; color: #fff; text-transform: uppercase; line-height: 1.68; letter-spacing: -0.2px; text-align: center; margin-bottom: 30px; text-indent: -6px; } 
.we-fight-cont .text-heading { padding-top: 23px; color: #fff; text-transform: uppercase; text-align: center; font-size: 84px; letter-spacing: -1px; line-height: 1; margin: 0 0 10px; position: relative; } 
.we-fight-cont .text-heading::before { content: ''; position: absolute; top: 0; width: 100%; height: 70px; border-width: 7px; right: 0; border-bottom: 0; border-style: solid; border-image: linear-gradient(180deg, rgb(181, 142, 63) 0%, rgb(237, 191, 98) 50%, rgb(181, 142, 63) 100%) 1; left: 0; margin: auto; } 
.we-fight-cont .sub-title-btm { font-family: 'Roboto Serif'; font-weight: 500; font-size: 22px; background: linear-gradient(180deg, rgba(181, 142, 63, 1) 0%, rgba(237, 191, 98, 1) 50%, rgba(181, 142, 63, 1) 100%); -webkit-text-fill-color: transparent; -webkit-background-clip: text; background-clip: text; text-transform: uppercase; line-height: 1; letter-spacing: 3.8px; text-align: center; margin: 0 0 25px; } 
.we-fight-cont p { text-align: center; font-size: 18px; line-height: 1.65; margin-bottom: 30px; font-family: 'Mona Sans'; color: #fff; letter-spacing: 0.3px; padding: 0 15px; } 
.we-fight-btns { display: flex ; justify-content: center; gap: 20px; } 
.con-btn a.cmn-btn:hover { background: linear-gradient(#081426) padding-box, linear-gradient(180deg, rgb(184, 125, 28) 0%, rgb(249, 240, 120) 50%, rgb(190, 143, 23) 100%) border-box; color: #fff; }
.num-btn a.cmn-btn { background: linear-gradient(#081426) padding-box, linear-gradient(180deg, rgb(184, 125, 28) 0%, rgb(249, 240, 120) 50%, rgb(190, 143, 23) 100%) border-box; color: #fff; }
.num-btn a.cmn-btn:hover { background-image: -webkit-linear-gradient(180deg, rgb(181, 142, 63) 0%, rgb(237, 191, 98) 50%, rgb(181, 142, 63) 100%); color: #081426; }

.we-fight-cont.mbl { display: none; }
.we-fight-sec img.mb-attrny {
    display: none;
}

/* Attorney Section Responsive*/

@media screen and (max-width:1800px) {
    .we-fight-sec:before{right: 16.5%;}
    .we-fight-cont p {font-size: 17px;line-height: 1.5;margin-bottom: 15px;padding: 0 5px;}
}
@media screen and (max-width:1700px) {
.we-fight-sec .container{ max-width: 1300px; } 

    .we-fight-sec { padding: 410px 0 0px; } 
    .we-fight-sec:before {
        top: -50px;
        right: 19%;
    }
    .we-fight-sec:before{transform:scale(0.8)} 
    .we-fight-cont .text-heading { padding-top: 22px; font-size: 72px; }
    .we-fight-cont { width: 57.8%; margin: 0 0px 80px 0; }
    .we-fight-cont .sub-title { font-size: 20px; margin-bottom: 15px;}

}
@media screen and (max-width:1500px) {
    .we-fight-sec .container{
        max-width: 1100px;
    }
    .we-fight-cont { width: 60%; margin: 0 0px 60px 0; } 
    .we-fight-sec { padding: 320px 0 0; } 
    .we-fight-cont .text-heading { font-size: 58px; } 
    .we-fight-cont .sub-title-btm { font-size: 19px; margin: 0 0 15px; letter-spacing: 1px; }
    .we-fight-sec:before { transform: scale(0.6); top: -90px; }
    .we-fight-cont .sub-title { font-size: 19px;} 
    .we-fight-image { width: 40%; left: 50px; } 
    .we-fight-cont { width:60%; margin: 0 0px 60px 0; }
    .we-fight-cont p {font-size: 15px;line-height: 1.5;}

}
@media screen and (max-width:1240px) {
    .we-fight-sec .container{
        max-width: 900px;
    }
	.we-fight-sec {padding: 260px 0 0;}
    .we-fight-image { width: 45%; left: 0; }
    .we-fight-cont { width: 60%; margin: 0 0px 60px 0; }
    .we-fight-cont .sub-title { font-size: 14px; letter-spacing: 0px; }
    .we-fight-cont .text-heading { font-size: 40px; }
    .we-fight-cont .sub-title-btm { font-size: 17px; margin: 0 0 15px; letter-spacing: 0; }
    .we-fight-cont p { font-size: 15px;  padding: 0; }
    .we-fight-btns { gap: 10px; }
    .we-fight-sec:before {top: -131px;transform: scale(0.5);right: 6%;}
	
}
@media screen and (max-width:991px) {
    .we-fight-sec .container{
        max-width: 720px;
    }
	
    .we-fight-list { justify-content: center; align-items: center; flex-direction: column; }
    .we-fight-image {
        width: 100%;
        max-width: 350px;
        margin: auto;
        position: relative;
    }
    .we-fight-image:before {
        position: absolute;
        content: " ";
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 30px;
        background-image: linear-gradient(#07142712, #071427);
    }

    .we-fight-cont { width: 100%; margin: auto;}
    .we-fight-sec:before{display:none;}
    .we-fight-sec { padding: 50px 0; }
    .we-fight-cont .text-heading::before{border-width: 5px;border-bottom: 0; display: none;}
    .we-fight-cont .text-heading { font-size: 35px; }
    .we-fight-cont.mbl .sub-title{ display: block; }
    .we-fight-cont.mbl { display: block; }
    .we-fight-cont .sub-title { display: none; }
    .we-fight-sec img.mb-attrny {
    display: block;
}
.we-fight-sec img.dk-attrny {
    display: none;
}
}
@media screen and (max-width:767px) {
    .we-fight-sec .container{ max-width: 100%; padding: 0 15px; }
    .we-fight-sec { padding: 30px 0; }
    .we-fight-cont .sub-title-btm { font-size: 16px; margin: 0 0 10px; }
}
@media screen and (max-width:480px) {
    .we-fight-btns { gap: 10px; flex-direction: column; align-items: center; }
    .we-fight-cont .text-heading::before { border-width: 4px;border-bottom: 0;}
    .we-fight-cont .sub-title { font-size: 13px; letter-spacing: 0.5px; }
    .we-fight-cont .sub-title br { display: none; }
    .we-fight-cont .text-heading { font-size: 28px; }
}



/* HomePage Form Section Starts */

.hm-frm-list { display: flex ; justify-content: space-between;  background-color: #fff; } 
.frm-map {
    width: 40.8%;
	position:relative;
}
.frm-map:before{
    position: absolute;
    content: "";
    background-image: url(../images/map-loc.webp);
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: none;
}
.frm-map::after{
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 40%;
    pointer-events: none;
    display: none;
}
.hm-frm {
    width: 54%;
    padding: 120px 0 39px;
}
.hm-frm-cont {
    max-width: 720px;
}
.frm-map iframe { filter: saturate(0); } 
.hm-form-sec .container {
    max-width: 100%;
    margin: 0 0 auto;
}
.hm-form-sec .text-heading span{ font-weight: 600; letter-spacing: -0.9px;    font-size: 58px; } 
.hm-form-sec .text-heading { font-size: 68px; font-weight: 200; text-transform: uppercase; line-height: 1.15; letter-spacing: -4.9px; margin-bottom: 20px; color: #081426; } 
.hm-form-sec p{
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Mona Sans';
    color: #000;
    letter-spacing: 0.4px;
    margin: 0 0 32px;
    text-indent: 3px;
}
.hm-form-sec .gfield input.large, .hm-form-sec .gfield textarea.large { border-radius: 3px; font-family: 'Mona Sans'; font-weight: 400; font-size: 18px !important; line-height: 1; padding: 19px 40px !important; color: #0b1c35 !important; border: 2px solid #c7cace; outline: 0; height: auto; background-color: transparent; letter-spacing: 0.3px;} 
.hm-form-sec .gform_wrapper.gravity-theme .gform_footer { justify-content: end; padding: 0; margin: -50px 0 0 ;  position: relative; }
.hm-form-sec .gform_footer {
    margin: 0 !important;
    padding: 0;
    position: relative;

}
.hm-form-sec .gform_footer input[type="submit"] {
    display: inline-block;    
    font-family: 'Mona Sans' !important;    
    font-weight: 600 !important;    
    font-size: 22px !important;    
    letter-spacing: 0.44px !important;    
    line-height: 1 !important;    
    color: #081426 !important;    
    text-transform: uppercase !important;    
    background-image: -webkit-linear-gradient(180deg, rgb(181, 142, 63) 0%, rgb(237, 191, 98) 50%, rgb(181, 142, 63) 100%);    
    text-decoration: none !important;    
    padding: 24px 50px !important;    
    border-radius: 50px !important;    
    border: 2px solid transparent !important;    
    margin: -64px 0 0 !important;
}
.hm-form-sec .form-links a, .hm-form-sec .gfield-choice-input+label {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 18px !important;
    line-height: 1.4;
    padding: 3px !important;
    color: #0b1c35 !important;
    outline: 0;
    letter-spacing: 0.3px;
    z-index: 1;
    position: relative;
}
.hm-form-sec .gfield-choice-input+label {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    width: max-content;
}
.hm-form-sec .gfield textarea.large {   height: 145px !important;  outline: 0; resize: none;margin-bottom: 20px; } 
.hm-form-sec .gform-theme--foundation .gfield textarea.large { min-block-size: 18rem; min-height: auto; } 
.hm-form-sec .gfield input::placeholder, .hm-form-sec .gfield textarea::placeholder { color: #000; } 
.hm-form-sec .gchoice { margin: -10px 0 0 0; } 
.hm-form-sec .form-links a { cursor: pointer; text-decoration: none; } 
.hm-form-sec .form-links a:hover { color: #eee; } 
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] { margin: 2px 5px 0px 0 !important; width: 15px !important; height: 15px !important; background-color: #0b1c35;z-index: 1;} 
.hm-form-sec .gform_fields { display: grid !important; grid-column-gap: 15px !important; grid-row-gap: 18px !important; } 

.hm-form-sec #field_submit, .hm-form-sec .gform_footer { display: flex; justify-content: flex-end; z-index: 0;} 
.hm-form-sec .gform_footer input[type="submit"]:hover { background-image: -webkit-linear-gradient(0deg, #000 0%,  #000 100%) ; color: #fff !important; } 
.hm-form-sec .gchoice.gchoice_1_12_1 input { width: 15px; height: 15px; } 
/* .hm-form-sec .popup { max-width: 60%; }  */
.hm-form-sec .gform-theme--framework input[type=checkbox]::before{color: #e5b85d;}
.hm-form-sec div#popup-container { position: relative; } 
.hm-form-sec div#validation_message_6_12 { left: 80px; top: 7px; } 
.hm-form-sec .gform_wrapper .gform_validation_errors { display: none; } 
.hm-form-sec .gform_wrapper .gfield { position: relative;} 
#myPopup.show { display: block; visibility: visible; z-index: 99; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; } 
.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: 0px; 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 .gfield .instruction.validation_message { top:47px; } 
.hm-form-sec .gform_wrapper .field_description_below .gfield_description { padding-top: 0 } 
.hm-form-sec .popup { max-width: 100%; } 
.hm-form-sec .gform_wrapper.gravity-theme .gform_fields { grid-column-gap: 15px; grid-row-gap: 15px; } #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; } 
.hm-form-sec .gform_wrapper .gfield.chk .gfield_description.validation_message.gfield_validation_message{
    right: inherit;
    left: 0;
    top: 20px;
}

.hm-form-sec input[type=checkbox]:checked:before {
    content: "✓";
    color: #fff !important;
    font-weight: 300;
}

/* HomePage Form Section Responsive */

@media screen and (max-width:1700px) {
	.hm-frm { padding: 70px 0 39px; }
	.hm-form-sec .text-heading { font-size: 60px;}
	.hm-frm-cont { max-width: 670px; }
	.hm-form-sec .gfield input.large, .hm-form-sec .gfield textarea.large { font-size: 17px !important;    padding: 17px 25px !important;}
	.frm-map iframe { height: 100%; }
    .hm-form-sec .text-heading span {font-size: 50px;}
 
}
@media screen and (max-width:1500px) {
	.hm-form-sec .gfield textarea.large { margin-bottom: 0; }
    .hm-form-sec .gform_footer input[type="submit"] { font-size: 20px !important; padding: 18px 50px !important;}
    .hm-frm { padding: 50px 0 90px; }
    .hm-form-sec .text-heading { font-size: 55px; } 
    .hm-form-sec p { margin: 0 0 20px; text-indent: 0px; } 
    .hm-form-sec .gfield input.large, .hm-form-sec .gfield textarea.large { font-size: 16px !important; padding: 15px 20px !important; } 
    .hm-form-sec .form-links a, .hm-form-sec .gfield-choice-input+label { font-size: 15px !important; line-height: 1.3;} 
    .hm-form-sec .gform_fields { display: grid !important ; grid-column-gap: 12px !important; grid-row-gap: 12px !important; } 
    .hm-form-sec .gform_footer { margin: -45px 0 0 !important; }
    .hm-frm-cont { max-width: 570px; }
    .hm-form-sec .gform_footer input[type="submit"] { margin: 0 0 0 !important; }
    .hm-form-sec .gform_wrapper .gfield .instruction.validation_message { top: 40px; }
    .hm-form-sec .text-heading span {font-size: 45px;}
}
@media screen and (max-width:1240px) {
    .hm-form-sec .text-heading { letter-spacing: 0px; font-size: 43px; margin-bottom: 10px; } 
    .hm-frm-cont { max-width: 510px; } 
    .hm-form-sec .gform_footer input[type="submit"] { font-size: 18px !important; padding: 16px 50px !important; } 
    .hm-form-sec .gfield textarea.large { height: 115px !important; } 
    .hm-form-sec .gfield input.large, .hm-form-sec .gfield textarea.large { padding: 10px 20px !important; }
    .hm-form-sec p { margin: 0 0 10px; font-size: 17px; }
    .hm-form-sec .gform_wrapper .gfield .instruction.validation_message { top: 30px; }
    .hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message, .hm-form-sec .gform_wrapper .gfield .instruction.validation_message { font-size: 12px;} .hm-frm { padding: 50px 0; }
    .hm-form-sec .text-heading span { font-size: 41px; }

}
@media screen and (max-width:991px) {
    .hm-form-sec{padding: 30px 0;} 
    .hm-frm-list { flex-direction: column; } 
    .hm-frm-cont { max-width: 100%; } 
    .hm-frm { width: 100%; margin: auto;max-width:500px; } 
    .hm-form-sec .container { max-width: 720px; margin: auto; } 
    .frm-map{ width: 100%; max-width: 550px; margin:0 auto 15px; border: 2px solid #c89f4b; } 
    .frm-map iframe { height: 400px; } 
    .hm-form-sec .text-heading,  .hm-form-sec p {text-align: center;}
    .hm-frm { padding: 0; }
    .hm-form-sec .gfield input.large, .hm-form-sec .gfield textarea.large { font-size: 15px !important; }
}
@media screen and (max-width:767px) {
    .hm-form-sec .gform_footer { margin: 0 !important;} 
    .hm-form-sec .text-heading { font-size: 35px; }
    .hm-form-sec .gform_footer { margin: 25px 0 0 0 !important; width: 100% !important; justify-content: center !important; }
    .ftr-menu ul li { margin: 0 10px 0 0; }
    .hm-form-sec .text-heading span { font-size: 32px; }
     

}
@media screen and (max-width: 480px) {
    .hm-form-sec .text-heading { font-size: 22px; }
    .hm-form-sec p{ font-size: 15px; letter-spacing: 0;}
    .hm-form-sec .gform_footer input[type="submit"] { font-size: 18px !important; padding: 14px 45px !important; }
    .frm-map iframe { height: 300px; }
    .hm-form-sec .gfield input.large, .hm-form-sec .gfield textarea.large { padding: 10px 12px !important;font-size: 14px !important; }
    .hm-form-sec .text-heading span { font-size: 22px; }
}






.page-template-russian-front-page .bnr-cont .tacoma{font-size: 45px;}

.page-template-russian-front-page .bnr-btm-lft-cont .bnr-btm-title{font-size: 32px;}
.page-template-russian-front-page .bnr-lft-para{font-size: 20px;}
.page-template-russian-front-page .pract-itm-title{font-size: 23px;}
.page-template-russian-front-page .pract-img-hvr-cont .pract-itm-title { padding: 20px 15px; }
.page-template-russian-front-page .hm-pract-btm-sec .text-heading{font-size: 35px; color: #081426;}
.page-template-russian-front-page .hm-pract-btm-sec .left-cnt p{font-size: 18px;}
.page-template-russian-front-page .hm-legal-sec .text-heading{font-size: 45px;}
.page-template-russian-front-page .legal-rit-cnt .title{font-size: 26px;}
.page-template-russian-front-page .legal-rit-cnt .title br{display: none;}
.page-template-russian-front-page .more-btn a.cmn-btn, .contact-btn a.cmn-btn{font-size: 17px; padding: 25px;}
.page-template-russian-front-page .meet-the-team-itm .sub-heading{letter-spacing: 2px;}
.page-template-russian-front-page .meet-the-team-itm .description{font-size: 17px;}
.page-template-russian-front-page .faq-sec .accordion .text-heading { font-size: 55px; }
.page-template-russian-front-page .faq-sec .accordion-section .accordion-heading { font-size: 16px;}
.page-template-russian-front-page .we-fight-cont .sub-title{font-size: 17px;}
.page-template-russian-front-page .we-fight-cont .text-heading{font-size: 34px; line-height: 1.3;}
.page-template-russian-front-page .we-fight-cont .sub-title-btm{font-size: 20px; letter-spacing: 1.5px}
.page-template-russian-front-page .hm-form-sec .text-heading, .page-template-russian-front-page .hm-form-sec .text-heading span  { font-size: 50px;}
.page-template-russian-front-page .hm-form-sec .form-links a, .page-template-russian-front-page .hm-form-sec .gfield-choice-input+label{font-size: 14px !important; letter-spacing: 0;}
.page-template-russian-front-page .meet-the-team-itm .text-heading { font-size: 50px;}
/* .page-template-russian-front-page .legal-btm-ctn{width: 100%; text-align: center;} */
/* .page-template-russian-front-page .hm-practice-area-sec .practice-area-list .owl-nav{max-width: 250px; margin: 0 auto 20px;} */
/* .page-template-russian-front-page .practice-area-list{margin-bottom: 65px;} */
/* .page-template-russian-front-page .hm-testimonials .testi-blk .owl-nav{max-width: 250px;} */

@media screen and (min-width: 992px) {.page-template-russian-front-page .hm-practice-area-sec .practice-area-list .owl-nav{width: 50%;}}

 

@media screen and (max-width:1700px) {
    .page-template-russian-front-page .bnr-btm-lft-cont .bnr-btm-title { font-size: 30px; }
    .page-template-russian-front-page .pract-itm-title { font-size: 20px; }
    .page-template-russian-front-page .hm-pract-btm-sec .text-heading { font-size: 32px; }
    .page-template-russian-front-page .hm-legal-sec .text-heading { font-size: 40px; }
    .page-template-russian-front-page .meet-the-team-itm .description { font-size: 15px; }
    .page-template-russian-front-page .faq-sec .accordion .text-heading { font-size: 47px; }
    .page-template-russian-front-page .we-fight-cont .text-heading { font-size: 30px;}
    .page-template-russian-front-page .hm-form-sec .text-heading, .page-template-russian-front-page .hm-form-sec .text-heading span { font-size: 46px; }
    .page-template-russian-front-page .hm-form-sec .form-links a, .hm-form-sec .gfield-choice-input+label { font-size: 15px !important; letter-spacing: 0; }
}
@media screen and (min-width: 1501px) {.page-template-russian-front-page .hm-form-sec .gform_wrapper.gravity-theme .gform_footer { margin: 20px 0 0 !important;}}
@media screen and (max-width: 1500px) {
    .page-template-russian-front-page .bnr-cont .tacoma { font-size: 35px; }
    .page-template-russian-front-page .bnr-btm-lft-cont .bnr-btm-title { font-size: 25px; }
    .page-template-russian-front-page .bnr-lft-para { font-size: 18px; }
    .page-template-russian-front-page .pract-itm-title { font-size: 15px; }
    .page-template-russian-front-page .pract-img-hvr-cont .pract-itm-title { padding: 15px 10px;}
    .page-template-russian-front-page .hm-pract-btm-sec .text-heading { font-size: 28px; }
    .page-template-russian-front-page .hm-pract-btm-sec .left-cnt p { font-size: 16px;}
    .page-template-russian-front-page .hm-legal-sec .text-heading { font-size: 35px; }  
    .page-template-russian-front-page .legal-rit-cnt .title { font-size: 22px; }
    .page-template-russian-front-page .more-btn a.cmn-btn, .contact-btn a.cmn-btn { font-size: 14px; padding: 20px 15px; }
    .page-template-russian-front-page .meet-the-team-itm .text-heading { font-size: 45px; }
    .page-template-russian-front-page .meet-the-team-itm .description { font-size: 15px; line-height: 1.6; }
    .page-template-russian-front-page .faq-sec .accordion-section .accordion-heading { font-size: 14px; }
    .page-template-russian-front-page .we-fight-cont .sub-title { font-size: 14px; }
    .page-template-russian-front-page .we-fight-cont .text-heading { font-size: 27px; }
    .page-template-russian-front-page .we-fight-cont .sub-title-btm { font-size: 18px; letter-spacing: 1px; }
    .page-template-russian-front-page .hm-form-sec .text-heading, .page-template-russian-front-page .hm-form-sec .text-heading span { font-size: 40px; }
    .page-template-russian-front-page .hm-form-sec .gform_footer input[type="submit"] { font-size: 18px !important; padding: 15px 40px !important; }
    .page-template-russian-front-page .hm-form-sec .gform_footer { margin: -10px 0 0 !important; }
}

@media screen and (min-width: 992px) and (max-width: 1500px) {
    .page-template-russian-front-page .team-btns-list { gap: 15px; bottom: 56px; left: -180px; }
}
/* @media screen and (min-width: 1025px) and (max-width: 1240px) {
    .page-template-russian-front-page .team-btns-list { gap: 15px; bottom: 53px; left: -180px; }
} */
@media screen and (max-width: 1240px) {
    .page-template-russian-front-page .bnr-cont .tacoma { font-size: 30px; }
    .page-template-russian-front-page .bnr-btm-lft-cont .bnr-btm-title { font-size: 22px; }
    .page-template-russian-front-page .bnr-lft-para { font-size: 16px; line-height: 1.5; }
    .page-template-russian-front-page .pract-img-hvr-cont .pract-itm-title { padding: 15px 5px; }
    .page-template-russian-front-page .pract-itm-title { font-size: 12px; }
    .page-template-russian-front-page .hm-pract-btm-sec .text-heading { font-size: 24px; }
    .page-template-russian-front-page .hm-pract-btm-sec .left-cnt p { font-size: 14px; }
    .page-template-russian-front-page .hm-legal-sec .text-heading { font-size: 30px; }
    .page-template-russian-front-page .legal-rit-cnt .title { font-size: 18px; }
    .page-template-russian-front-page .legal-rit-cnt .description { font-size: 15px; line-height: 1.6; }
    .page-template-russian-front-page .legal-btm-btns { width: 47%; padding-top: 20px; }
    .page-template-russian-front-page .legal-btm-ctn { width: 53.2%; }
    .page-template-russian-front-page .more-btn a.cmn-btn, .contact-btn a.cmn-btn { padding: 15px 14px; }
    .page-template-russian-front-page .faq-sec .accordion .text-heading { font-size: 35px; }
    .page-template-russian-front-page .faq-sec .accordion-section .accordion-heading { font-size: 12px; }
    .page-template-russian-front-page .we-fight-cont .text-heading { font-size: 22px; }
    .page-template-russian-front-page .hm-form-sec .text-heading, .page-template-russian-front-page .hm-form-sec .text-heading span { font-size: 30px; }
    .page-template-russian-front-page .we-fight-cont .sub-title-btm { font-size: 15px; letter-spacing: 0.6px; }
    .page-template-russian-front-page .meet-the-team-blk{margin: 0 !important;}
    .page-template-russian-front-page .meet-the-team-itm .text-heading strong { font-size: 35px; }
    .page-template-russian-front-page .meet-the-team-itm .text-heading { font-size: 40px; }
    .page-template-russian-front-page .meet-the-team-itm .description{line-height: 1.5;}
}

@media screen and (max-width: 991px) {
    .page-template-russian-front-page .legal-btm-btns { width: 100%; padding-top: 10px; }
    .page-template-russian-front-page .legal-btm-ctn{width: 100%;}
}

@media screen and (max-width: 767px) {
    .page-template-russian-front-page .bnr-cont .tacoma { font-size: 25px; }
    .page-template-russian-front-page .bnr-btm-lft-cont .bnr-btm-title { font-size: 20px; }
    .page-template-russian-front-page .bnr-lft-para { font-size: 15px;}
    .page-template-russian-front-page .hm-pract-btm-sec .text-heading { font-size: 20px; }
    .page-template-russian-front-page .hm-legal-sec .text-heading { font-size: 20px; }
    .page-template-russian-front-page .legal-rit-cnt .title { font-size: 16px; }
    .page-template-russian-front-page .legal-rit-cnt .description { font-size: 14px; line-height: 1.5; }
    .page-template-russian-front-page .meet-the-team-itm .text-heading, .page-template-russian-front-page .meet-the-team-itm .text-heading strong{font-size: 26px;}
    .page-template-russian-front-page .meet-the-team-itm .title { font-size: 16px; }
    .page-template-russian-front-page .we-fight-cont .text-heading { font-size: 20px; }
    .page-template-russian-front-page .we-fight-cont .sub-title-btm { font-size: 14px; letter-spacing: 0; }
    .page-template-russian-front-page .hm-form-sec .text-heading, .page-template-russian-front-page .hm-form-sec .text-heading span { font-size: 25px; }
    .page-template-russian-front-page .hm-form-sec .gform_footer { margin: 0 !important; }
    .page-template-russian-front-page .meet-the-team-itm .sub-heading { letter-spacing: 1px; }
    .page-template-russian-front-page .we-fight-cont .text-heading br{display: none;}
}

@media screen and (max-width: 480px) {
    .page-template-russian-front-page .bnr-title-txt, .page-template-russian-front-page .bnr-cont .bnr-att { font-size: 20px; }
    .page-template-russian-front-page .bnr-cont .tacoma { font-size: 16px; }
    .page-template-russian-front-page .bnr-btm-lft-cont .bnr-btm-title { font-size: 18px; }
    .page-template-russian-front-page .bnr-lft-para{line-height: 1.5;}
    .page-template-russian-front-page .hm-pract-btm-sec .text-heading { font-size: 18px; }
    .page-template-russian-front-page .hm-legal-sec .text-heading { font-size: 17px; }
    .page-template-russian-front-page .legal-rit-cnt .title { font-size: 14px; }
    .page-template-russian-front-page .meet-the-team-itm .text-heading, .page-template-russian-front-page .meet-the-team-itm .text-heading strong { font-size: 20px; }
    .page-template-russian-front-page .faq-sec .accordion .text-heading { font-size: 23px; }
    .page-template-russian-front-page .we-fight-cont .text-heading { font-size: 18px; }
    .page-template-russian-front-page .hm-form-sec .text-heading, .page-template-russian-front-page .hm-form-sec .text-heading span { font-size: 17px; }
    .page-template-russian-front-page .hm-form-sec p { font-size: 13px;}
    .page-template-russian-front-page .hm-form-sec .gfield-choice-input+label { font-size: 13px !important; }
}

