.above-fold-banner {
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 170px;
}
.above-fold-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50%;
    height: 100%;
    background-color: var(--color-one);
    opacity: 0.8;
}   
.fold-banner-title {
    font-size: 64px;
    color: #fff;
    font-weight: 400;
}
.fold-banner-title span {
    font-weight: 700;
    font-size: 120px;
    line-height: 120px;
    display: block;
}
.fold-banner-btns a.btn {
    border: 3px solid #00aac4;
    background: transparent;
}
.fold-banner-btns a.btn:before {
     background-color: #00aac4;
    border-color: #00aac4;
}
.fold-banner-form {
    background: #fff;
    padding: 40px;
    margin-left: 30px;
}
.fold-banner-form-title {
    font-size: 32px;
    font-weight: 600;
    color: var(--color-one);
}
.fold-practice-box-wraper {
    border: 15px solid #fff;
}
.fold-practice-area {
    margin-top: -100px;
    position: relative;
}
.fold-practice-box {
    height: 100%;
    background: var(--color-one);
    display: block;
    color: #fff;
    position: relative;
}
.fold-practice-box-content {
    text-align: center;
    padding: 70px 40px 50px;
}
.fold-practice-description {
    text-align: left;
}
.fold-practice-box {
    height: 100%;
    display: block;
    color: #fff !important;
    background: rgb(77, 18, 48);
    position: relative;
}
.fold-practice-list:nth-child(3n+2) .fold-practice-box {
    background: var(--color-one);
}
.fold-practice-list:nth-child(3n+3) .fold-practice-box {
    background: #00aac4;
}
.fold-practice-box-image img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    display: block;
    object-position: center;
}
.fold-practice-icon {
    position: absolute;
    top: 235px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.11);
    background-color: #fff;
    transition-property: color, background-color, fill, transform, text-shadow, letter-spacing, outline, border, box-shadow, opacity, filter;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    z-index: 20;
    right: 0;
    margin: 0 auto;
}
.fold-practice-icon:before {
    content: "+";
    font-size: 60px;
    color: #4d1230;
    line-height: 50px;
    font-weight: 400;
}

.fold-practice-list:nth-child(3n+2) .fold-practice-box .fold-practice-icon:before {
    color: var(--color-one);
}
.fold-practice-list:nth-child(3n+3) .fold-practice-box .fold-practice-icon:before {
    color: #00aac4;
}
.fold-practice-box:hover .fold-practice-icon, .fold-practice-box:focus .fold-practice-icon {
    transform: scale(1.2);
    box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.25);
}
.fold-practice-title {
    font-size: 32px;
}
.testimonials-content-wraper {
    text-align: center;
}
.testimonials-content {
    font-size: 32px;
    line-height: 45px;
}
.client-name {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}
.fold-testimonials-top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.review-quoate svg {
    width: 66px;
    height: 44px;
    display: inline-block;
}
.review-arrows-wraper svg {
    width: 100px;
    height: 16px;
}
.review-arrows-wraper {
    display: flex;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.review-arrows-next svg {
    margin-right: 10px;
}
.review-arrows-prev svg {
    margin-left: 10px;
}
.review-arrows {
    cursor: pointer;
    transition: all 0.5s ease;
    padding: 0 20px;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
}
.review-arrows.review-arrows-prev:hover {
    padding-left: 0;
    padding-right: 40px;
}
.review-arrows.review-arrows-next:hover {
    padding-right: 0;
    padding-left: 40px;
}
.review-arrows:hover{
    color: #4d1230;
}
.review-arrows:hover svg{
    fill: #4d1230;
}
.image-wraper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.image-wraper {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% - 30px);
    height: 100%;
}
.image-with-content-section{
    position: relative;
}
.content-wraper {
    padding-left: 40px;
}
.red-color{
    color: var(--color-one);
}
.attorney-image-wraper {
    height: 100%;
}
.attorney-image-wraper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.attorney-designation{
    text-transform: uppercase;
    font-size: 20px;
}
.fold-content-box {
    background: #eeeeee;
    padding: 70px;
}
.fold-featured-tab-content {
    overflow: hidden;
    margin-right: 30px;
}
.fold-featured-section {
    background: #eeeeee;
    overflow-x: hidden;
    margin-top: 80px;
}
.sub-heading.red-color {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    font-weight: 500;
}
.featured-image-wraper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.featured-image-wraper {
    height: 100%;
}
.carousel-tabs {
    flex-direction: column;
    height: 100%;
    position: relative;
    display: flex;
    margin: 0;
}
.carousel-tab {
    padding: 90px 0;
    position: relative;
    flex-grow: 1;
    background-color: #4d1230;
    color: #fff;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
.carousel-tab:nth-child(3n+2){
  background-color: var(--color-one);  
}
.carousel-tab:nth-child(3n+3){
  background-color: #00aac4;  
}
.carousel-tab-title {
    padding: 0 30px 0 90px;
    font-size: 32px;
    color: #fff;
}
.carousel-tab::after {
    content: "";
    position: absolute;
    width: 10000px;
    height: 100%;
    position: absolute;
    right: -10000px;
    background: inherit;
    top: 0;
}
.carousel-active-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.carousel-active-icon svg {
    width: 40px;
    height: 40px;
    display: inline-block;
}
.carousel-active-icon svg path {
    stroke: #4d1230;
}
.carousel-tab:nth-child(3n+2) .carousel-active-icon svg path{
  stroke: var(--color-one);  
}
.carousel-tab:nth-child(3n+3) .carousel-active-icon svg path{
  stroke: #00aac4;  
}
.carousel-tab:hover .carousel-active-icon,
.carousel-tab.active .carousel-active-icon {
    opacity: 1;
}
.carousel-tab:hover{
    background: #232323;
}
@media screen and (max-width: 1400px) {
  .carousel-tab {
    padding: 80px 0;
} 
.fold-banner-title span {
    font-size: 100px;
    line-height: 100px;
} 
.fold-banner-title {
    font-size: 54px;
}
}
@media screen and (max-width: 1199px) {
   .fold-banner-title span {
    font-size: 80px;
    line-height: 80px;
}  
.fold-banner-title {
    font-size: 48px;
}
}
@media screen and (max-width: 991px) {
.fold-practice-box-content {
    padding: 70px 15px 50px;
}
.fold-banner-form {
   margin-left: 0;
    margin-top: 30px;
}
.above-fold-banner::before {
    width: 100%;
}
.content-wraper {
    padding-left: 0;
}
.carousel-tab::after{
    display: none;
}
.carousel-tab-title {
    padding: 10px;
    font-size: 20px;
    color: #fff;
}
.carousel-tab {
    padding: 10px;
    text-align: center;
    width: 33.33%;
}
.carousel-tabs {
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
}
.carousel-active-icon {
    width: 40px;
    height: 40px;
   top: initial;
    transform: translateX(-50%);
    left: 50%;
    bottom: -20px;
}
.carousel-active-icon svg {
    width: 30px;
    height: 30px;
    transform: rotate(270deg);
}
.fold-featured-section {
    margin-top: 50px;
    padding-top: 50px;
}
.attorney-image-wraper {
    margin-bottom: 30px;
    height: auto;
}
.fold-content-box {
    padding: 50px 40px;
}
.above-fold-banner {
   padding-top: 120px;
}
.fold-featured-tab-content {
    margin-right: 0;
}
}
@media screen and (max-width: 767px) {
.fold-banner-title span {
    font-size: 60px;
    line-height: 60px;
}
.fold-banner-title {
    font-size: 36px;
}
.fold-practice-area {
    margin-top: 0;
    position: relative;
    padding-top: 50px;
}
.above-fold-banner {
    padding-top: 90px;
    padding-bottom: 70px;
}
.image-wraper {
    position: static;
    width: 100%;
    margin-bottom: 20px;
}
.image-with-content-section {
    padding-top: 0;
}
.fold-featured-section {
    margin-top: 0;
}
.featured-image-wraper {
    height: auto;
    margin-top: 30px;
}
.fold-content-box {
    padding: 50px 25px;
}
.testimonials-content {
    font-size: 22px;
    line-height: 30px;
}
}
@media screen and (max-width: 575px) {
.fold-banner-title span {
    font-size: 48px;
    line-height: 50px;
}
.fold-banner-title {
    font-size: 30px;
}
.review-arrows-wraper svg {
    width: 50px;
    height: 10px;
}
.review-quoate svg {
    width: 50px;
    height: 34px;
}
.review-arrows {
    padding: 0 10px;
}
.review-arrows.review-arrows-prev:hover {
    padding-left: 0;
    padding-right: 20px;
}
.review-arrows.review-arrows-next:hover {
    padding-left: 20px;
}
.carousel-tab-title {
    padding: 10px 6px 20px;
    font-size: 12px;
    color: #fff;
}
.carousel-tab {
    padding: 0;
}
.carousel-active-icon {
    width: 26px;
    height: 26px;
    bottom: -13px;
}
.carousel-active-icon svg {
    width: 20px;
    height: 20px;
}

}