/*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: 17rem;
    padding-bottom: 9.5rem;
    background-image: url(/assets/img/services-atf-bg.png);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}
.section1 .container > h1 {
    margin-bottom: 3rem;
}
.section1 .container > h3 {
    color: #FFF;
    text-align: center;
    font-family: "Work Sans";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; 
    margin-bottom: 3rem;
}
.section1 .container > h3 strong {
    font-weight: 600;
}
.section1 .container > p {
    font-size: 2rem;
}
.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: #1E1B18;
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 5.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
}
.section2b .container > p {
    color: #1E1B18;
    font-size: 2.8rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5rem;
}
/*.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: left;
    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 {
    background: url(/assets/img/case-studies-box.png) no-repeat center;
    min-height: 57rem;
    margin: 0 1.3rem;
    position: relative;
    padding: 3rem 4rem;
    text-align:center;
    background-size: 100% 100%;
    z-index:0;
}
.casestudy-slider{
    margin-top:5rem;
}

.carousel-box-subheading{
    font-family: 'Crimson Pro';
    color: #1E1B18;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    text-align:left;
    margin-top:2rem;
    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: 6.5rem;
    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: transparent;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 1px solid #8E2F23;
}
.custom-dots > .slick-dots .slick-active button {
    background: #8E2F23;
}

.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 {
    margin: 3.7rem 0 3rem 0;
    list-style: none;
    padding: 0;
    position: relative;
}
ul.gold-list li {
    color: #1E1B18;
    line-height: 1.7;
    font-weight: 400;
    background-image: url(/assets/img/check-white.svg);
    background-position: 0 0rem;
    background-size: 3.5rem;
    background-repeat: no-repeat;
    position: relative;
    padding: 0.2rem 0 1.7rem 6.1rem;
    font-size:2rem;
    text-align:left;
}
ul.gold-list li:not(:last-of-type):after {
    content: ' ';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 1.7rem;
    top: 1rem;
    background-color: #C2A66F;
    z-index: -1;
}
ul.gold-list:before {
    content: ' ';
    width: 1px;
    height: 4.5rem;
    background-image: url(/assets/img/qott-break-gold.png);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -3rem;
    left: 1.7rem;
}
/*.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: -50rem;
  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: 10%;
}

.casestudy-slider .custom-next {
  right: 10%;
}
 .casestudy-box .cta-btn{
    background: url(/assets/img/brn-rect-red.png) no-repeat center;
    background-size: contain;
    color: #8E2F23;
    padding: 2rem 2rem;
    text-decoration: none;
    font-family: "Work Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    display: block;
    max-width: 28rem;
    margin: 1rem auto;
}

 .casestudy-box .font-20.mb-0.color-black{
     min-height:8.5rem;
 }
 
 .section2b .container{
    max-width:100%;
}
.section2b {
    background-image: url(/assets/img/sec5-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 7.5rem 0rem 8.5rem;
}

.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: 767px) {
    .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 .font-20.mb-0.color-black {
        min-height: 10rem;
    }
    ul.gold-list{
        min-height:18rem;
    }
    
      ul.gold-list li {
        background-size: 2.5rem;
        padding: 0.1rem 0 1.5rem 4rem;
        font-size:1.6rem;
    }
    ul.gold-list:before {
        top: -2.5rem;
        left: 1.15rem;
    }
    ul.gold-list li:not(:last-of-type):after {
        left: 1.15rem;
    }
    ul.gold-list {
        margin: 2.5rem 0 1rem 0;
    }
    
.section1 .container > h3 {
    font-size: 5.3vw;
}
.section2b {
    padding: 3.7rem 0 5.4rem;
}
.section2b .container > h2 {
    font-size: 10vw;
    margin-bottom: 1.7rem;
}
.section2b .container > p {
        font-size: 5.8vw;
        margin-bottom: 3rem;
    }
    .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: 11rem 0 5rem;
}
.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;
}
}