.siteAlign {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
p{
    color: #646363;
    font-size: 1rem;
}
.fs-13{
    font-size: 0.8125rem;
}
.fs-28{
    font-size: 1.75rem;
    font-weight: 700;
}
.fs-20{
    font-size: 1.25rem;
}
.fs-32{
    font-size: 2rem;
    font-family: var(--cardo);
    color: #3e3e3e;
}
:root{
    --text-orange: #ec1f27;
    --open-sans: 'Open Sans', sans-serif;
    --cardo: 'Cardo';
}
@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=Open+Sans&display=swap');
html body{
    font-family: 'Cardo';
}
html body p, html body a, ul li{
    font-family: 'Open Sans', sans-serif;       
}

.siteNav ul li{
    list-style: none;
    position: relative;
}
.siteNav ul li a{
    list-style: none;
    text-decoration: none;
    padding: 0.8125rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.siteNav ul li a.Active{
    color: var(--text-orange);
}
.siteNav ul.subList{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
/* .siteWidth{
    max-width: 90rem;
    width: 100%;
    margin: auto;
} */
.Logo{
    width: 10rem;
}

.Logo a{
    display: inline-block;
}
.headerSection {
    padding: 1rem 0;
    position: fixed;
    top: 0;
    height: 5rem;
    width: 100%;
    z-index: 99;
}
.headerSection.sticky {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    background: #003F62;
}
.fs-60{
    font-size: 3.75rem;
    font-weight: 400;
}
.fs-30{
    font-size: 1.875rem;
}
.aboutUs .fs-30{
    font-weight: 700;
    color: #393939;
}
.text-left {
    text-align: left;
}
.textUpper {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    font-style: normal !important;
    color: #fff !important;
}
.carousel-caption .textUpper{
    justify-content: flex-start;
}
.fs-60 span{
    color: #ec1f27;
    /* font-style: italic; */
    /* display: flex; */
}
.fs-37{
    font-size: 2.3125rem;
}
.italic{
    font-style: italic;
}
.carousel-caption p {
    color: #fff;
}
.carousel-item{
    height: 49rem;
}
.carousel-caption{
    bottom: 6.5rem;
    z-index: 2;
    left: 7.5% !important;
    right: inherit !important;
    text-align: left;
}
.bannerSlider::before {
    content: "";
    background: rgba(0, 63, 98, 0.75);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.bannerSlider {
    position: relative;
}
.justify-center{
    justify-content: center;
}
.btnOrange{
    background-color: #ec1f27;
    color: #fff;
    box-shadow: 0 3px #cb4440;
    padding: 10px 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    border: none;
}
.bgOrange{
    background-color: #ec1f27;
}
.Logo img {
    width: 100%;
}

.carousel-indicators .active[data-bs-target] {
    background: #949494 !important;
}

.carousel-indicators [data-bs-target] {
    width: 0.75rem;
    height: 0.75rem;
    cursor: pointer;
    background-color: #000;
    opacity: 0.8;
    transition: opacity .6s ease;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0.25rem;
}
.infoIcon {
    display: flex;
    align-items: center;
}
.infoIcon .icon .fa{
    font-size: 3rem;
    color: #fff;
}
.p-8{
    padding: 2rem;
}
.aboutUs .colLeft {
    max-width: 30rem;
    width: 100%;
    margin-left: auto;
    color: #fff;
}
.aboutUs .colLeft .infoIcon{
    gap: 1.5rem;
}
.text-white{
    color: #fff;
}
.aboutUs .colRight {
    max-width: 30rem;
    width: 100%;
    text-align: center;
}
.row.items-center{
    align-items: center;
}

.coverageSection{
    background-image: url('https://www.itl.cat/pngfile/big/288-2889582_lawyer-wallpapers-high-quality-download-free-law-wallpaper.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}
.coverageSection::before{
    content: "";
    background: #000000a8;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.thumbContainer:hover .thumbBg {
    background: #ec492670;
}
.thumbContainer {
	position: relative;
	width: 320px;
	aspect-ratio: 9/14;
	overflow: hidden;
	border-radius: 20px;
	/* display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	box-shadow: 0 15px 30px rgba(0,0,0,0.05),
				0 15px 40px rgba(0,0,0,0.05); */
	cursor: pointer;
  }
  .thumbContainer img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	transition: 0.4s;
  }
  
  .thumbContainer:hover img {
	transform: scale(1.15);
  }
.meetUs{
    background-image: url('../images/form-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
    padding: 15rem;;
}
.meetUs::before{
    content: "";
    background: #000000d4;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.secPadding{
    padding: 6rem 0;
}
.coverageSection .infoiconSec {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}
.coverageSection .infoiconSec .fa{
    color: #ec1f27;
    font-size: 2rem;
}
.coverageSection .iconContent h4{
    color: #fff;
    font-size: 1.3125rem;
    font-weight: 700;
}
.coverageSection p{
    color: #fff;
}
.practiceArea .secTitle h2 {
    font-size: 2rem;
    text-align: center;
    color: #414141;
}
.practiceArea .secTitle p{
    color: #ec1f27;
    text-align: center;
}
.iconBorder {
    text-align: center;
    position: relative;
    width: max-content;
    margin: auto;
}
.iconBorder .fa{
    font-size: 2rem;
    color: #ec1f27;
    font-size: 2.25rem;
}
.innerSec .col-md-3 {
    margin-bottom: 1.875rem;
}
.iconBorder::before {
    content: "";
    left: 4rem;
    border: 1px solid #ddd;
    position: absolute;
    width: 25rem;
    top: 50%;
    transform: translateY(-50%);
}
.iconBorder::after {
    content: "";
    right: 4rem;
    border: 1px solid #ddd;
    position: absolute;
    width: 25rem;
    top: 50%;
    transform: translateY(-50%);
}
.fs-38{
    font-size: 2.375rem;
}
.thumbContainer {
    position: relative;
    overflow: hidden;
    height: 14rem;
    border-radius: 0.5rem;
}
.thumbContainer img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumbBg {
    background: #EC4926;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    transition: opacity 300ms;
}
.thumbContainer h3{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    font-family: var(--cardo);
}
.thumbContainer:hover{
    opacity: 0.36;
}
.practiceArea p{
    font-family: var(--cardo);
}
/* slider Css */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* slider Css */
.secPadding.pb--0{
    padding-bottom: 0;
}
.colWrapper form{
    width: 100%;
}
.formItem {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #ddd;
    width: 100%;
}
.formView .formControl {
    margin-bottom: 2rem;
}
.meetUs .colWrapper {
    max-width: 30rem;
    width: 100%;
    margin: auto;
}
.mb--4{
    margin-bottom: 4rem;
}
.w-Full button{
    width: 100%;
}
.footerWrapper h4{
    font-size: 2rem;
}
.footer {
    background: #161616;
}
.footerWrapper h4 {
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 1rem;
    font-style: italic;
    font-weight: 700;
}
.footerWrapper ul.socialLinks {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-left: 0;
}

.footerWrapper ul li a{
    clear: #fff;
}
.footerWrapper ul li a{
    text-decoration: none;
    color: #515151;
}
.footerWrapper ul li {
    list-style: none;
    margin-bottom: 0.875rem;
}
.footerWrapper ul.socialLinks a .fa {
    color: #fff;
    font-size: 1.5rem;
}
.footer p {
    color: #adadad;
    font-size: 0.875rem;
}
.footerWrapper ul {
    padding-left: 0;
}
.footerWrapper .fa {
    color: #fff;
    margin-right: 0.5rem;
}
.footerWrapper ul li a {
    color: #adadad;
    font-size: 0.875rem;
}
.footerWrapper ul.pageList li{
    position: relative;
    margin-left: 1rem;
}
.footerWrapper ul.pageList li a{
    color: #515151;
    transition: 0.5s ease;
}
.footerWrapper ul.pageList li a::before {
    content: "";
    content: "\f053";
    font-family: 'FontAwesome';
    left: -1rem;
    position: absolute;
    font-size: 0.75rem;
    top: 58%;
    transform: translateY(-50%);
    color: #adadad;
}
.footerWrapper ul.pageList li a:hover{
    color: #fff;
}
.flexBox{
    display: flex;
    align-items: center;
}
.copyRight{
    background: #262626;
    padding: 1.5rem 0;
}
.copyRight p{
    color: #afafaf;
    margin-bottom: 0;
    font-size: 0.8125rem;
}
.copyRight .flexBox{
    justify-content: space-between;
}
.btnTextOrange{
    text-decoration: none;
    color: #EC4926;
    font-weight: 700;
    font-size: 0.75rem;
    font-family: var(--open-sans);
}
.upperText{
    text-transform: uppercase;
}
.team-slider .imgBlock{
    text-align: center;
}
.teamBlock .imgBlock a {
    display: inline-block;
    height: 12rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.teamBlock .imgBlock a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.teamBlock .teamContent {
    text-align: center;
}
.teamBlock .teamContent h5 a{
    text-align: center;
    color: #000;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-size: 1.3125rem;
    font-family: var(--cardo);
}
.teamBlock .teamContent  .textItalic{
    font-style: italic;
    font-size: 0.875rem;
    font-family: var(--open-sans);
}
.teamBlock .teamContent p{
    font-size: 0.875rem;
}
.meetUs h2 {
    font-size: 2.4375rem;
    font-weight: 700;
    color: #fff;
}
.meetUs p{
    color: #fff;
}
.ourWork .fs-32{
    font-weight: 700;
    color: #3e3e3e;
}   


/* New Layout Css */
.btnGroup{
    justify-content: center;
}
.expertiseSec .row{
    align-items: center;
}
.btnBorderWhite{
    border: 1px solid #fff;
    padding: 0.75rem;
    border-radius: 0.25rem;
    min-width: 12rem;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.mt-8{
    margin-top: 2rem;
}
.expertiseSec{
    background-image: url('../images/expertiseSec-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.expertiseSec::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000d6;
    top: 0;
    bottom: 0;
}
.expertiseSec .colWrapper{
    position: relative;
}
.expertiseSec.People::before{
    background: rgba(0, 63, 98, 0.75);
}
.titleBottom{
    position: relative;
}

.titleBottom::after{
    position: absolute;
    content: "";
    width: 10rem;
    height: 2px;
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    bottom: -0.5rem;
}
.fs-48{
    font-size: 3rem;
}
.expertiseSec .fs-48{
    color: #fff;
    text-align: center;
}
.colWrapper img{
    width: 100%;
}
.mt-12{
    margin-top: 3rem;
}

/* Practice Page Css Start */
.pageBanner{
    position: relative;
}
.pageBanner img{
    /* background-image: url('../images/expertiseSec-bg.jpg');
    background-repeat: no-repeat;
    height: 40rem;
    background-size: cover; */
    width: 100%;
    position: relative;
}
.breadCrumb {
    position: absolute;
    bottom: 0rem;
    z-index: 1;
}
.pageBanner::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 63, 98, 0.75);
}
.pageContent {
    position: relative;
    z-index: 9;
    text-align: center;
}
.pageContent {
    position: relative;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pageContent p {
    padding: 2rem;
    color: #fff;
}
.bannerHeight {
    height: 30rem;
    overflow: hidden;
    margin-top: 4.99rem;
}
.breadCrumb li:after {
    position: absolute;
    right: 0;
    top: 4px;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    content: "";
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.breadCrumb li {
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-right: 12px;
    margin-right: 5px;
    text-transform: capitalize;
}
.cardThumb {
    position: relative;
    margin-top: 40px;
    display: block;
    color: #003F62;
}
.cardThumb .content {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-top: -80px;
    z-index: 1;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 15px 20px;
    overflow: hidden;
    border-bottom: 2px solid rgba(0, 63, 98, 0.75);
}
.cardThumb .content::after {
    position: absolute;
    top: 100%;
    left: 0;
    background: #01A6C6;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.2s ease-in-out;
}
.cardThumb h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    height: 65px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease-in-out;
}
.cardThumb p {
    height: 102px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #636466;
    transition: all 0.2s ease-in-out;
}
.cardThumb:hover .content::after {
    top: 0;
    opacity: 1;
}
.cardThumb:hover h3, .cardThumb:hover p, .cardThumb:hover span {
    color: #ffffff;
}
.cardThumb img{
    width: 100%;
    height: 14rem;
    object-fit: cover;
}
figure{
    margin: 0 !important;
}
a{
    text-decoration: none;
}
.container.anotherWidth{
    max-width: 70rem;
    width: 100%;
}
.secGap {
    padding: 5rem 0;
}
.subList ul li {
    position: relative;
}
.siteNav ul li ul {
    display: none;
    position: absolute;
    background: #fff;
    padding: 0.5rem;
    z-index: 9;
    bottom: -4.5rem;
}
.w3-sidebar{
    top: 0;
    background-color: rgba(0, 63, 98, 0.75) !important;
}
.openNav{
    color: #fff !important;
}
.siteNav ul li ul li a{
    color: #000;
}
.siteNav ul li:hover  ul {
    display: block !important;
}
.bgWhite {
    background: #fff !important;
}
/* .headerSection .container, .footer .container, .copyRight .container{
    max-width: 88rem;
} */
.closeNav .fa {
    font-size: 1.5rem;
    width: 100%;
    text-align: right;
    color: #fff;
}
.w3-sidebar{
    width: 22rem !important;
    padding-left: 1.5rem;
}
.w3-sidebar ul {
    border-left: 1px solid #fff;
    padding-left: 0;
}
.w3-sidebar ul a {
    padding: 1rem !important;
}
.newsSection h2 {
    font-size: 1.75rem;
    color: #003F62;
    font-weight: 500;
}
.newsSection .colWrapper {
    border-right: 1px solid #ddd;
    padding-right: 1rem;
}
.newsSection .textBlue {
    color: #003f62 !important;
    margin-bottom: 3rem;
    font-weight: 500;
    font-size: 3rem;
}
.newsSection .colWrapper {
    border-right: 1px solid #ddd;
    padding-right: 1.5rem;
}
.newsSection .colWrapper .hoverEffect img {
    transform: scale(1);
    transition: all 2s ease-in-out;
}
.newsSection .colWrapper .hoverEffect:hover img{
    transform: scale(1.2);
}
.newsSection .colWrapper .hoverEffect{
    overflow: hidden;
}
.newsSection .colWrapper a:hover .newsSection .colWrapper img {
    transform: scale(1.2);
}
.btnBorderWhite:hover {
    background: #fff;
    color: #003F62;
}