/*transfer later to global*/
.color-beige {
    color: #F2EAD8;
}
.color-white {
    color: #fff;
}

.font-32 {
    font-size: 3.2rem;
}
.font-20 {
    font-size: 2rem;
}

/*Section  1*/
.section1 {
    padding-top: 12rem;
    padding-bottom: 5rem;
    background: #F2EAD8;
    /*background-position: center top;*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
}


.section1 .container > p.top-subheading{
    color: #C2A66F;
    font-family: "Work Sans";
    font-size: 1.2rem !important;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2.76px;
    text-transform: uppercase;
    text-align:center;
}
.section1 .container > h1 {
    margin-bottom: 3rem;
    color: #3A2F2A;
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.672px;
}
.section1 .container > h3 {
    color: #3A2F2A;
    text-align: center;
    font-family: "Work Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3; 
    letter-spacing: 0.21px;
    margin-bottom: 3rem;
}
.section1 .container > h3 strong {
    font-weight: 600;
}
.section1 .container > p {
    color: #3A2F2A;
    text-align: center;
    font-family: "Work Sans";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.168px;
}

.section1 .container > p.note-box{
    border: 1px solid #C2A66F;
    background: rgba(230, 221, 203, 0.80);
    color: #3A2F2A;
    font-family: "Work Sans";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.147px;
    padding:15px 0;
    text-align:center;
    max-width:60rem;
    margin:4rem auto 2rem auto;
}

.section1 .arrow-down{
    text-align:center;
    margin-top: 2rem;
}

.section1 .arrow-down img{
    width: 28px;
    height: 22px;
}

.section2{
    padding: 3rem 0;
    align-items: center;
    gap: 20px;
    background-image: url(/assets/img/services-section2-bg.jpg);
    background-repeat: no-repeat;
    background-size:cover;
}

.section2 .pricing-container {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width:118.8rem;
}

.section2 .pricing-item {
    padding: 20px 30px;
    position: relative;
    text-align:left;
}

.section2 .plan-title {
    color: #E6DDCB;
    font-family: "Work Sans";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2.76px;
    text-transform: uppercase;
}
.section2 .price {
    color: #F2EAD8;
    font-family: "Crimson Pro";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: 0.336px;
    margin:0.5rem 0;
}

.section2 .plan-subtitle{
    color: #C2A66F;
    font-family: "Work Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.126px;
}
.section2 .pricing-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 20%;
    right: -20px;
    height: 60%;
    width: 1px;
    background: rgba(230, 221, 203, 0.30);
}

.section3{
    background: #F2EAD8;
    padding:5rem 0;
}

.section3_sub{
    background-image: url(/assets/img/meetings-bg.jpg);
    background-repeat: no-repeat;
    background-size:cover;
}
.section3.section3_sub .number {
    color: #8E2F23;
    text-align: center;
    font-family: "Work Sans";
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2.99px;
    text-transform: uppercase;
    border: 1px solid #C2A66F;
    padding: 8px 15px;
}
.section3.section3_sub .number strong {
    color: #C2A66F;
     font-weight: 600;
}
.section3 .container{
    max-width:112.8rem;
    margin: 0 auto;
}
.section3 .top-subheading{
    color: #C2A66F;
    font-family: "Work Sans";
    font-size: 1.2rem !important;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2.76px;
    text-transform: uppercase;
    text-align:left;
}

.section3 .section-header {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 3rem;
    align-items: flex-end;
}

.section3 .section-header > div {
    flex: 1;
}

.section3 .services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.section3 .service-card {
    background: #FFFBF2;
    padding: 40px;
    border: 1px solid #e4dcd0;
}

.section3 .service-card:hover {
    background: #3A2F2A;
    padding: 40px;
    border: 1px solid #e4dcd0;
}

.section3 .service-card:hover .number{
     color: #C2A66F;
}
.section3 .service-card:hover .price {
    color: #3A2F2A;
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.252px;
    border: 1px solid #C2A66F;
    background:#C2A66F;
    padding: 8px 15px;
}

.section3 .service-card:hover h3 {
    color: #F2EAD8;
}

.section3 .service-card:hover li{
    color: #E6DDCB;
    background: rgba(230, 221, 203, 0.10);
}

.section3 .service-card.card-dark  {
    background: #3A2F2A;
    padding: 40px;
    border: 1px solid #e4dcd0;
}

.section3 .service-card.card-dark  .number{
     color: #C2A66F;
}
.section3 .service-card.card-dark  .price {
    color: #3A2F2A;
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.252px;
    border: 1px solid #C2A66F;
    background:#C2A66F;
    padding: 8px 15px;
}

.section3 .service-card.card-dark  h3 {
    color: #F2EAD8;
}
.section3 .cta-box{
    margin-top:3rem;
    display:block;
}

.section3 .service-card.card-dark  li{
    color: #E6DDCB;
    background: rgba(230, 221, 203, 0.10);
}


.section3 .service-card:hover .hours {
    color: #F2EAD8;
    border: 1px solid #F2EAD8;
    background: rgba(230, 221, 203, 0.20);

}
.section3 .service-card:hover .hours span{
    color: #C2A66F;
}


.section3 .card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section3 .number {
    color: #C2A66F;
    font-family: "Crimson Pro";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0.336px;
}

.section3 .price {
    color: #8E2F23;
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.252px;
    border: 1px solid #C2A66F;
    padding: 8px 15px;
}

.section3 h2 {
    color: #3A2F2A;
    font-family: "Crimson Pro";
    font-size: 4.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: 0.462px;
}

.section3 .section-header .right {
    color: #3A2F2A;
    font-family: "Work Sans";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0.168px;
    max-width:46rem;
}

.section3 h3{
    color: #3A2F2A;
    font-family: "Crimson Pro";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0.336px;
    margin-bottom: 2rem;
}

.section3 h3.service-1{
    min-height: 7rem;
}

.section3 li{
    color: #3A2F2A;
    font-family: "Work Sans";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.147px;
    background: rgba(230, 221, 203, 0.30);
    padding:15px;
}

.section3 ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.section3 ul li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 0.2rem;
    font-size: 1.4rem;
    line-height: 1.6;
}

.section3 ul li::before {
        content: "";
        position: absolute;
        left: 15px;
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("/assets/img/bullet-gold.svg");
        margin-top: 2px;
}

.section3 .hours {
    color: #3A2F2A;
    font-family: "Work Sans";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.147px;
    border: 1px solid #C2A66F;
    background: rgba(230, 221, 203, 0.80);
    padding: 12px 15px;
    text-align:center;
}
.section3 .hours span{
    color: #978155;
    font-family: "Work Sans";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.147px;
}

.section3 ul.row1{
    min-height:51.3rem;
}
.section3 ul.row2{
    min-height:44.7rem;
}

.section3 ul.row3{
    min-height:46.9rem;
}

.services-box {
    margin-top: 5.8rem;
    background-image: url(/assets/img/middle-layer.png);
    background-repeat: repeat-y;
    padding: 1.7rem 1.35rem;
    position: relative;
    margin-bottom: 5rem;
}
.services-box:before {
    content: '';
    background-image: url(/assets/img/top-layer.png);
    width: 100%;
    height: 3.5rem;
    display: block;
    background-size: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 9;
    background-repeat: no-repeat;
}

.services-box:after {
    content: '';
    background-image: url(/assets/img/bottom-layer.png);
    display: block;
    background-size: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 3.6rem;
    z-index: 9;
    width: 100%;
    background-repeat: no-repeat;
}
.services-item-lower ul li:before {
    background-image: url(/assets/img/line-bullet.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    margin-top: -6px;
}

.services-box-inner {
    border-radius: 16px;
    background: #E6DDCB;
    padding: 5rem 3.1rem;
    position: relative;
}
.services-box-inner:before {
     content: '';
    border-left: 1.7rem solid transparent;
    border-right: 1.7rem solid transparent;
    border-top: 1.6rem solid #392F29;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1.7rem;
    z-index: 1;
}

.services-box-inner:after {
    content: '';
    border-left: 1.7rem solid transparent;
    border-right: 1.7rem solid transparent;
    border-bottom: 1.6rem solid #392F29;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1.7rem;
    z-index: 1;
}
.services-box h2 {
    color: #1E1B18;
    text-align: center;
    font-size: 7.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 75px */
    margin-bottom: 2rem;
}

.services-box h4 {
    color: #1E1B18;
    text-align: center;
    font-family: "Work Sans";
    font-size: 3.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 3.9rem;
}
.services-item {
    background: #3A2F2A;
    margin-bottom: 3.2rem;
    padding: 2.8rem 3.7rem 0 4.1rem;
    background-image: url(/assets/img/brown-service-bg.jpg);
    background-size: cover;
    background-position: center top;
    color: #fff;
    position: relative;
}
.services-item:nth-child(even) {
    background: #1E1B18;
    background-image: url(/assets/img/dark-service-bg.jpg);
}
.services-item:last-child {
    margin-bottom: 0;
}
.services-item:before {
    content: '';
    position: absolute;
    background-image: url(/assets/img/caret-left.png);
    width: 1.8rem;
    height: 3.9rem;
    display: block;
    left: 0;
    top: 4rem;
}
.services-item:after {
    content: '';
    position: absolute;
    background-image: url(/assets/img/caret-right.png);
    width: 1.8rem;
    height: 3.9rem;
    display: block;
    right: 0;
    top: 4rem;
}
.services-item-upper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.services-item-upper .title {
    display: flex;
    flex-wrap: wrap;
    gap: 2.3rem;
    align-items: center;
    width: 77%;
}
.services-item-upper .title h3 {
    color: #F2EAD8;
    font-family: "Crimson Pro";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
    width: 84%;
}

.services-item-upper .title-icon {
    width: 7rem;
}
.services-item-upper .title-icon img {
    max-width: 100%;
}
.services-item-upper .pricing {
    background-image: url(/assets/img/pricing-small.png);
    color: #F2EAD8;
    font-family: "Crimson Pro";
    font-size: 2.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    box-sizing: border-box;
    width: 21.2rem;
    padding: 2rem 1rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.services-item-upper .pricing span {
    color: #C2A66F;
}
.services-item-upper.longer-price .pricing {
    background-image: url(/assets/img/pricing-big.png);
    width: 35.2rem;
}
.services-item-upper.longer-price .title {
    width: 63%;
}
.services-item-lower ul {
    margin: 0;
    padding: 0 3rem 3rem;
    position: relative;
}
.services-item-lower ul:before {
    content: '';
    display: block;
    position: absolute;
    border-left: 1px solid #F2EAD8;
    height: 107%;
    left: 0.5rem;
    top: -7%;
    left: 3.5%;
}
.services-item-lower ul li {
    display: block;
    position: relative;
    margin-bottom: 1rem;
    padding: 0 5rem 0 8rem;
}
.services-item-lower ul li:before {
    background-image: url(/assets/img/line.png);
    content: '';
    display: block;
    width: 6.1rem;
    height: 1.2rem;
    position: absolute;
    top: 50%;
    margin-top: -0.6rem;
    left: 0;
}
.service-note p {
    color: #FFF;
    text-align: center;
    font-family: "Work Sans";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.service-note {
    margin-bottom: 2rem;
}

/*Section  2*/
/*.section2 {*/
/*    padding-top: 10rem;*/
/*    padding-bottom: 10rem;*/
/*    background-image: url(/assets/img/casestudy-section2.jpg);*/
/*    background-position: center top;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*}*/
.section2b .container > h2 {
    margin-bottom: 2rem;
    color: #F2EAD8;
    font-family: "Crimson Pro";
    font-size: 4.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: 0.462px; 
}
.section2b .container > p {
    color: #E6DDCB;
    text-align: center;
    font-family: "Work Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.21px;
    margin-bottom: 5rem;
}
.section2b p.top-subheading{
    color: #C2A66F;
    font-family: "Work Sans";
    font-size: 1.2rem !important;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2.76px;
    text-transform: uppercase;
    text-align:center;
    margin-bottom:1rem;
}
/*.casestudy-box {*/
/*    background: #3A2F2A;*/
/*    min-height: 53.2rem;*/
/*    margin: 0 1.3rem;*/
/*    position: relative;*/
/*}*/
/*.casestudy-box:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background-image: url(/assets/img/caret-left.png);*/
/*    width: 1.8rem;*/
/*    height: 3.9rem;*/
/*    display: block;*/
/*    left: 0;*/
/*    top: 45%;*/
/*}*/
/*.casestudy-box:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background-image: url(/assets/img/caret-right.png);*/
/*    width: 1.8rem;*/
/*    height: 3.9rem;*/
/*    display: block;*/
/*    right: -1px;*/
/*    top: 45%;*/
/*}*/
/*.slider-nav {*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*}*/

/*.custom-dots {*/
/*    position: relative;*/
/*}*/

/*.custom-dots > .slick-dots {*/
/*    position: static;*/
/*}*/

/*.slider-nav .slick-arrow {*/
/*    position: absolute;*/
/*    top: -33rem;*/
/*}*/
/*.slider-nav .slick-arrow img {*/
/*    width: 6.5rem;*/
/*    max-width: 100%;*/
/*}*/

/*.slider-nav .slick-arrow.custom-prev {*/
/*    left: -9rem;*/
/*}*/

/*.slider-nav .slick-arrow.custom-next {*/
/*    right: -9rem;*/
/*}*/
/*.custom-dots > .slick-dots button:before {*/
/*    display: none;*/
/*}*/
/*.custom-dots > .slick-dots li {*/
/*    width: auto;*/
/*}*/
/*.custom-dots > .slick-dots li button {*/
/*    background: #fff;*/
/*    width: 1.5rem;*/
/*    height: 1.5rem;*/
/*    border-radius: 50%;*/
/*}*/
/*.custom-dots > .slick-dots .slick-active button {*/
/*    background: #3A2F2A;*/
/*}*/

.section2b .slide-item p{
    text-align: center;
    font-style: normal;
}
.section2b .slide-item b{
    font-weight:700;
}

.section2b .slide-item img{
    display:inline-block !important;
    margin-bottom: 1rem;
    margin-top: 0rem;
    width:100%;
}

.casestudy-box .client-name{
    color: #C2A66F;
    font-family: "Work Sans";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2.76px;
    text-transform: uppercase;
    text-align:center;
    margin-bottom:2rem;
}
.casestudy-box {
    border-top: 1px solid #E6DDCB;
    border-bottom: 1px solid #E6DDCB;
    border-left: 1px solid #E6DDCB;
    background: #FFFBF2;
    z-index:0;
    margin:0.5rem;
    padding:3rem 2rem;
}
.casestudy-slider{
    margin-top:5rem;
}

.carousel-box-subheading{
    color: #3A2F2A;
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.252px;
    margin-top:1rem;
    min-height:7rem;
}

.slider-nav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-dots {
    position: relative;
    
}

.custom-dots > .slick-dots {
    position: static;
}

.custom-dots2 {
    position: relative;
    
}

.custom-dots2 > .slick-dots {
    position: static;
}

.slider-nav .slick-arrow {
    position: absolute;
    top: -33rem;
}
.slider-nav .slick-arrow img {
    width: 5.8rem;
    max-width: 100%;
}


.custom-dots > .slick-dots button:before {
    display: none;
}
.custom-dots > .slick-dots li {
    width: auto;
}
.custom-dots > .slick-dots li button {
    background: #F2EAD8;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
}
.custom-dots > .slick-dots .slick-active button {
    background: #C2A66F;
}

.custom-dots2 > .slick-dots button:before {
    display: none;
}
.custom-dots2 > .slick-dots li {
    width: auto;
}
.custom-dots2 > .slick-dots li button {
    background: transparent;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 1px solid #8E2F23;
}
.custom-dots2 > .slick-dots .slick-active button {
    background: #8E2F23;
}

    ul.gold-list {
        list-style: none;
        padding: 0;
        margin: 0 0 30px 0;
    }
    
    ul.gold-list li {
        position: relative;
 
        margin-bottom: 0.2rem;
        font-size: 1.4rem;
        line-height: 1.6;
        text-align:left;
        background: rgba(230, 221, 203, 0.30);
        padding:15px 15px 15px 45px;
    }
    
   ul.gold-list li::before {
        content: "";
        position: absolute;
        left: 15px;
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("/assets/img/bullet-gold.svg");
        margin-top: 2px;
    }
    
.section2b .slick-slide{
    height:auto;
}

#sec06 p.top-subheading{
    color: #C2A66F;
    font-family: "Work Sans";
    font-size: 1.2rem !important;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2.76px;
    text-transform: uppercase;
    text-align:center;
    margin-bottom:1rem;
}
#sec06 .container{
    max-width:73rem;
    background:url(/assets/img/sec2box-bg.png) no-repeat center;
    background-size:cover;
    border: 1px solid #C2A66F;
    padding:1rem;
}
#sec06 .container .box{
    border: 1px solid #E6DDCB;
    background: #FFFBF2;
    padding:4rem 5rem;
}
#sec06{
    background: #F2EAD8;
    padding:5rem 0;
}
#sec06 .container .box {
    padding: 4rem 4rem;
}

#sec06 h2{
    color: #3A2F2A;
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 4.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: 0.462px;
    padding:0 8rem;
}
/*.main-case-study-slider .slick-slide {*/
/*  transition: filter 0.3s ease, transform 0.3s ease;*/
/*}*/

/*.main-case-study-slider .slick-slide.blurred {*/
/*  filter: blur(4px);*/
/*}*/

/*.main-case-study-slider .slick-slide:not(.blurred) {*/
/*  filter: none;*/
/*}*/

.slider-nav .slick-arrow {
    position: relative;
    top: -42rem;
  pointer-events: none; /* allows slides to still be clickable */
  z-index: 10;
}

.casestudy-slider .custom-prev,
.casestudy-slider .custom-next {
  position: absolute;
  transform: translateY(-50%);
  pointer-events: auto;
  cursor: pointer;
}

.casestudy-slider .custom-prev {
  left: -8rem
}

.casestudy-slider .custom-next {
  right: -8rem;
}
 .casestudy-box .cta-btn{
    border: 1px solid #3A2F2A;
    color: #3A2F2A;
    font-family: "Work Sans";
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2.99px;
    text-transform: uppercase;
    display: block;
    max-width: 20rem;
    margin: 1rem auto;
    padding:15px;
    text-decoration:none;
}

 .casestudy-box .cta-btn:hover{
     background:#8E2F23;
     color: #F2EAD8;
 }

 .casestudy-box .mb-0.color-black{
    min-height:8.5rem;
    color: #3A2F2A;
    text-align: center;
    font-family: "Work Sans";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.147px;
 }
 
 .section2b .container{
    max-width:112.8rem;
}
.section2b {
    background-image: url(/assets/img/case-studies-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0rem;
}

.work-nav {
    display: none;
    justify-content: center;
    gap: 2.9rem;
    align-items: center;
    margin-bottom: 3rem;
}
.work-nav img {
    max-width: 5rem;
}
.work-nav .slick-dots li {
    position: relative;
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}
/*.work-nav .slick-dots .slick-active button {*/
/*    background: #3A2F2A;*/
/*}*/
.work-nav .slick-dots li button {
    background: #fff;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
}
.work-nav .slick-dots {
    position: relative !important;
    top: 0;
    border: 0;
}

@media screen and (max-width: 1300px) {
    .section2b .container {
        max-width: 80% !important;
    }
        ul.gold-list {
        min-height: 21rem;
    }
}
@media screen and (max-width: 1200px) {
    .section2b .container {
        max-width: 80% !important;
    }
     header .container {
        max-width: 100% !important;
    }
    .container {
        max-width: 90% !important;
    }
    ul.gold-list {
        min-height: 21rem;
    }
    .carousel-box-subheading {
        min-height: 9rem;
    }
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 100% !important;
    }
    .font-32 {
        font-size: 2.8rem;
    }
    .font-20 {
        font-size: 1.8rem;
    }
    .work-nav {
        display: flex;
        margin-top: 2rem;
    }
    .slider-nav.hide-mb{
        display:none;
    }
    .section1 .container > h1 {
        font-size: 10vw;
        margin-bottom: 2rem;
    }
     .casestudy-box .mb-0.color-black {
        min-height: auto;
    }
    
     ul.gold-list {
        list-style: none;
        padding: 0;
        margin: 0 0 30px 0;
    }
    
    ul.gold-list li {
        position: relative;
        padding-left: 35px;
        margin-bottom: 0.2rem;
        font-size: 1.4rem;
    }
    
    ul.gold-list li::before {
        left: 15px;
        width: 12px;
        height: 12px;
        margin-top: 5px;
    }
    
.section1 .container > h3 {
    font-size: 5.3vw;
}
.section2b {
    padding: 5rem 0 3rem;
}
.section2b .container > h2 {
    font-size: 10vw;
    margin-bottom: 1.7rem;
}
.section2b .container > p {
        font-size: 1.7rem;
        margin-bottom: 0rem;
    }
    .services-box-inner {
    padding: 3rem 1.28rem;
}
.services-box h2 {
    font-size: 9vw;
}
.services-box h4 {
    font-size: 4.8vw;
}
.services-box h4 {
    font-size: 4.5vw;
    margin-bottom: 2.2rem;
}
.services-item {
    padding: 2.2rem;

}
.services-item:before, .services-item:after {
    width: 1.3rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.services-item-upper .title {
    width: 100%;
}
.services-item-upper .title-icon {
    width: 17%;
}
.services-item-upper .title h3 {
        width: 74%;
        font-size: 5.8vw;
    }

        .services-item-upper .title {
        width: 100%;
        margin-bottom: 1.5rem;
    }
.services-item-upper .pricing {
    font-size: 2.25rem;
    width: 16.58rem;
    margin-left: 7rem;
    padding: 1rem 1rem;
}
.services-item-upper.longer-price .title {
    width: 100%;
}
.services-item-upper.longer-price .pricing {
    margin: 0 2rem 0;
}
.services-item-lower ul li:before {
    background-image: url(/assets/img/line-bullet.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    margin-top: -6px;
}
.services-item-lower ul {
        padding: 0 0.5rem 1rem;
    }
.services-item-lower ul:before {
    top: 1%;
    left: 1.2rem;
    height: 103%;
}
.services-item-lower ul li {
    padding: 0 0 0 3rem;
}
.service-note p {
    font-size: 5.7vw;
}
.section1 {
    padding: 10rem 0 3rem;
}
.btn.btn1 {
    font-size: 5vw;
}
    .services-box {
        background-image: url(/assets/img/middle-layer-mobile.png);
        background-size: 100% auto;
    }
    .services-box:before {
    background-image: url(/assets/img/top-layer-mobile.png);
    background-repeat: no-repeat;
}
.services-box:after {
    background-image: url(/assets/img/bottom-layer-mobile.png);
    background-repeat: no-repeat;
}
.slider-nav .slick-arrow {
    position: static;
}
.slider-nav {
    justify-content: center;
    gap: 3rem;
}

.section2 .pricing-container {
    margin: 0 auto;
    display: inline-grid;
    grid-template-columns: max-content max-content;
    gap: 10px;
    max-width: 118.8rem;
    column-gap: 6rem;
}
.section2 .pricing-item:not(:last-child)::after {
    content: "";
    display:none;
}
.section2 {
    padding: 2rem 2rem 1rem 2rem;
    text-align: center;
}

.section2 .pricing-item {
     padding: 0;
     margin-bottom:2rem;
}

.section2 .plan-title {
    font-size: 0.8rem;
}
.section2 .price {
    font-size: 2.4rem;
}
.section2 .plan-subtitle {
    font-size: 1rem;
}
.section3 .section-header {
    display: block;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 3rem;
    align-items: flex-end;
}
.section3 .services-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
#sec06 h2{
padding:0;
}

.cta-box a.btn-primary{
    white-space:wrap;
}

.section3 .top-subheading {
    text-align:center;
    font-size: 1.1rem;
}

.section3 h2 {
    font-size: 3rem;
    text-align:center;
    margin-bottom:2rem;
}

.section3 .section-header .right {
    text-align:center;
    font-size: 1.5rem;
}

.section3 .service-card {
    padding: 2.5rem;
}
.section3 h3.service-1 {
    min-height: auto;
    
}
.section3 h3{
    font-size: 2.4rem;
}
section3 .number {
    font-size: 2.4rem;
}
.section3 .price {
    font-size: 2.0rem;
}
.section3 .hours {
    font-size:1.3rem;
    padding: 12px 5px;
}
.section3 ul.row1 {
     min-height: auto; 
}
.section3 ul li {
    font-size: 1.3rem;
}
.section3 ul li {

    padding-left: 35px;
    margin-bottom: 0.2rem;
}
.section3 ul li::before {
    left: 15px;
    width: 12px;
    height: 12px;
    margin-top: 4px;
}
.section2b p.top-subheading{
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
.section2b .container > h2 {
      font-size: 3rem;
}
.casestudy-slider {
        margin-top: 3rem;
        position: relative;
    }
.casestudy-box .client-name {
    font-size: 1.1rem;
}
.section2b .slide-item p {
    font-size: 2rem !important;
    min-height: auto;
    margin-bottom:2rem;
}
.casestudy-box .mb-0.color-black{
    font-size: 1.3rem !important;
    margin-bottom:2rem !important;
}
.work-nav img{
    display:none !important;
}
#sec06 h2{
    font-size:3rem;
    padding: 0 0rem;
}

#sec06 .box .font-20{
    font-size:1.7rem !important;
    margin-bottom:1.5rem !important;
}
.section3.section3_sub .number {
    font-size: 1.2rem;
    width: 100%;
}
.section3 .section-header .right{
    max-width:100%;
}
.case-nav-mb img {
    width: 3rem;
}
.case-nav-mb {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    top: 17rem;
    z-index: 1;
}
.case-nav-mb a {
    color: transparent;
}
a.custom-prev-mb {
    left: -3.5rem;
    position: relative;
}
a.custom-next-mb {
    right: -3.5rem;
    position: relative;
}
.footer .container {
    max-width: 100% !important;
}
}

@media screen and (max-width: 420px) {
    .section2 .pricing-container {
        column-gap: 4rem;
    }
}