.bannerSection {
    padding: 15px 0px 0px;
    background: #fff;
    overflow: hidden;
}

.bannerSection .textPart {
    position: relative;
    padding: 0 0px 0 0px;
}

.bannerSection .textPart .innerText {
    position: relative;
    z-index: 9;
}

.bannerSection .textPart h2 {
    font-size: 60px;
    line-height: 70px;
    color: #000;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    text-transform: uppercase;
}

.bannerSection .textPart .searchTextBox .form-control {
    font-size: 150px;
    font-weight: 800;
    color: #999;
    line-height: 150px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    height: 150px;
    background: transparent;
    caret-color: black;
}

.bannerSection .textPart p {
    font-size: 24px;
    line-height: 34px;
    color: #333;
    margin: 30px 0px;
    padding: 0px;
}

.bannerSection .textPart:before {
    content: '';
    position: absolute;
    top: -70px;
    left: -70px;
    width: 380px;
    height: 561px;
    background: url(../images/logoShape.png) no-repeat center center;
    z-index: 0;
}

.bannerSection .textPart:after {
    content: '';
    position: absolute;
    top: -90px;
    right: -50px;
    width: 153px;
    height: 85px;
    background: url(../images/bannerOrangeDot.png) no-repeat center center;
    z-index: 0;
}

.ourShop .outLineTopText {
    position: absolute;
    left: 0px;
    top: 0px;
}

.ourShop .outLineBottomText {
    position: absolute;
    right: 0px;
    bottom: 80px;
    z-index: -1;
}

.ourShop .oulineText {
    font-size: 250px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    -webkit-text-stroke: 1px rgb(255 156 0 / 20%);
    -webkit-text-fill-color: transparent;
    line-height: 1;
    z-index: -1;
    position: relative;
    letter-spacing: 20px;
}

.ourShop {
    position: relative;
    overflow: hidden;
}

.ourShop .leftBox {
    margin: 208px 0px;
    position: relative;
    box-shadow: 8.452px 18.126px 50px 0px rgba(0, 0, 0, 0.15);
}

.ourShop .leftBox:before {
    content: '';
    position: absolute;
    top: -80px;
    left: -50px;
    width: 153px;
    height: 185px;
    background: url(../images/ourShopLeftDot.png) no-repeat center center;
    z-index: -1;
}

.ourShop .leftBox .ourShopImgBox {
    background-color: rgb(0, 0, 0);
    box-shadow: 8.452px 18.126px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
}

.outShopTxtPart {
    background: #ff9c00;
    display: flex;
    align-items: center;
    padding: 35px 45px;
    justify-content: space-between;
}

.outShopTxtPart h3 {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.outShopTxtPart a {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none;
}

.outShopTxtPart a img {
    margin-left: 10px;
    margin-top: -2px;
}

.outShopTxtPart a:hover {
    opacity: 0.8;
}

.ourShop .rightBox {
    margin: 0px;
    position: relative;
}

.ourShop .rightBox:before {
    content: '';
    position: absolute;
    bottom: 66px;
    right: -3px;
    width: 153px;
    height: 145px;
    background: url(../images/ourShopRightDot.png) no-repeat center center;
    z-index: -1;
}

.getInTouch {
    overflow: hidden;
    padding: 75px 0px;
    position: relative;
    background-color: #000;
    background-image: -moz-linear-gradient( 110deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient( 110deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient( 110deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.getInTouch .outLineBottomText {
    position: absolute;
    left: -40px;
    bottom: -114px;
    opacity: 0.3;
}

.getInTouch .oulineText {
    font-size: 500px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.getInTouch .textPart {
    position: relative;
    padding: 0 0px 0 0px;
    z-index: 9;
}

.getInTouch .textPart:before {
    content: '';
    position: absolute;
    top: -70px;
    right: -70px;
    width: 153px;
    height: 85px;
    background: url(../images/getInTouchDot.png) no-repeat center center;
    z-index: 1;
}

.getInTouch .textPart .globleHeading {
    color: #fff;
}

.getInTouch .textPart p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 20px;
    padding: 0;
}

.getInTouch .textPart .btnsRow span {
    margin: 0 15px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
}

.getInTouch .videoBox {
    position: relative;
    z-index: 12;
    float: right;
    background-color: rgb(0, 0, 0);
    box-shadow: 8.452px 18.126px 50px 0px rgba(0, 0, 0, 0.25);
}

.getInTouch .videoBox .videoBoxText {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.getInTouch .videoBox .videoBoxText h3 {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    margin: 0px 0px 25px;
    padding: 0;
    text-transform: uppercase;
}

.getInTouch .videoBox .videoBoxText a img {
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.getInTouch .videoBox .videoBoxText a:hover img {
    transform: scale(1.1);
}

.whyCooseUs {
    padding: 100px 0px 50px;
    background: #fff6ee;
    position: relative;
    overflow: hidden;
}

.whyCooseUs::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 457px;
    height: 522px;
    background: url(../images/whyChooseRoundShape.png) no-repeat center center;
    z-index: 0;
}

.whyCooseUs .topOutLineText {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -48px;
    opacity: 0.2;
}

.whyCooseUs .oulineText {
    font-size: 350px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    -webkit-text-stroke: 1px #ff9c00;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.whyCooseUs .globleHeading {
    margin-bottom: 30px;
}

.whyCooseUs .globleHeading h3 {
    color: #999999;
}

.whyCooseUs .globleHeading h2 {
    margin: 0px;
}

.whyCooseUs .equalHeight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.whyCooseUs .whiteBox {
    background: #fff;
    box-shadow: 4.226px 9.063px 40px 0px rgb(0 0 0 / 15%);
    max-width: 500px;
    width: 100%;
    margin: 0 0 15px;
    padding: 15px 25px;
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    -ms-flex: 1 1 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    z-index: 1;
}

.whyCooseUs .whiteBox .iconPart {
    position: relative;
    margin-bottom: 35px;
}

.whyCooseUs .whiteBox .iconPart:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #ff9c00;
    z-index: 0;
}

.whyCooseUs .whiteBox .iconPart img {
    z-index: 1;
    position: relative;
    height: 50px;
    width: 50px;
    top: 25px;
    left: 25px;
}

.whyCooseUs .whiteBox h3 {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    margin: 0px 0px 15px;
    padding: 0;
    text-transform: uppercase;
}

.whyCooseUs .whiteBox p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #999999;
    margin: 0px 0px 0px;
    padding: 0;
}

.whyCooseUs .equalHeight:nth-child(2):before {
    content: '';
    position: absolute;
    bottom: -14px;
    right: 40px;
    width: 153px;
    height: 85px;
    background: url(../images/whyChooseDotImg.png) no-repeat center center;
    z-index: 0;
}

.whyCooseUs .equalHeight:nth-child(4):before {
    content: '';
    position: absolute;
    bottom: 14px;
    left: -17px;
    width: 153px;
    height: 85px;
    background: url(../images/whyChooseDotImg.png) no-repeat center center;
    z-index: 0;
}

.whyCooseUs .equalHeight:nth-child(6):before {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 36px;
    width: 153px;
    height: 85px;
    background: url(../images/whyChooseDotImg.png) no-repeat center center;
    z-index: 0;
}

.testimonails {
    padding: 105px 0px 230px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.testimonails .topOutLineText {
    position: absolute;
    right: -230px;
    top: 90px;
    opacity: 0.2;
}

.testimonails .oulineText {
    font-size: 350px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    -webkit-text-stroke: 1px #ff9c00;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.testimonails .globleHeading {
    margin-bottom: 60px;
}

.testimonails .globleHeading h3 {
    color: #999999;
}

.testimonails .globleHeading h2 {
    margin: 0px;
}

.testimonails .testimonialVideoBox {
    flex: 1;
    max-width: 50%;
    position: relative;
    z-index: 12;
    background-color: rgb(0, 0, 0);
    box-shadow: 8.452px 18.126px 50px 0px rgba(0, 0, 0, 0.25);
}

.testimonails .testimonialVideoBox:before {
    content: '';
    position: absolute;
    top: -55px;
    left: -50px;
    width: 153px;
    height: 145px;
    background: url(../images/testimonialDotImg.png) no-repeat center center;
    z-index: -1;
}

.testimonails .testimonialVideoBox:after {
    content: '';
    position: absolute;
    bottom: -130px;
    right: -40px;
    width: 153px;
    height: 145px;
    background: url(../images/testimonialDotImg.png) no-repeat center center;
    z-index: -1;
}

.testimonails .testimonialVideoBox .videoBoxText {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonails .testimonialVideoBox .videoBoxText a img {
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.testimonails .testimonialVideoBox .videoBoxText a:hover img {
    transform: scale(1.1);
}

.testimonails .testimonialSliderBox {
    padding: 30px 70px;
    padding-bottom: 0;
    background: #fff;
    bottom: 0;
    box-shadow: 4.226px 9.063px 40px 0px rgba(0, 0, 0, 0.15);
    max-width: 50%;
}

.testimonails .testimonialSliderBox .ratingPart {
    margin-bottom: 25px;
}

.testimonails .testimonialSliderBox .ratingPart i {
    font-size: 20px;
    color: #ff9c00;
    margin-right: 5px;
}

.testimonails .testimonialSliderBox .testimonialText {
    margin: 0px 0px 30px;
}

.testimonails .testimonialSliderBox .testimonialText h3 {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    line-height: 58px;
    margin: 0px 0px 30px;
    padding: 0px;
}

.testimonails .testimonialSliderBox .testimonialText p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #999999;
    margin: 0px 0px 0px;
    padding: 0;
}

.testimonails .testimonialSliderBox .testimonialInfo .namePart {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    margin: 0px 0px 0px;
    padding: 0px;
}

.testimonails .testimonialSliderBox .testimonialInfo .namePart span {
    font-size: 20px;
}

.testimonails .testimonialSliderBox .testimonialInfo .address {
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.testimonialSliderBox .owl-nav {
    position: absolute;
    right: -30px;
    bottom: 20px;
}

.testimonialSliderBox .owl-nav button {
    margin-left: 40px;
}

.ourTeam {
    padding: 35px 0px 45px;
    background: #fff6ee;
    position: relative;
    overflow: hidden;
}

.ourTeam .topOutLineText {
    position: absolute;
    top: -30px;
    left: 0px;
    opacity: 0.2;
}

.ourTeam .oulineText {
    font-size: 350px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    -webkit-text-stroke: 1px #ff9c00;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.ourTeam .globleHeading {
    margin-bottom: 20px;
}

.ourTeam .globleHeading h3 {
    color: #999999;
}

.ourTeam .globleHeading h2 {
    margin: 0px;
}

.ourTeam .topText {
    padding-left: 50px;
}

.ourTeam .topText p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #999999;
    margin: 0px 0px 0px;
    padding: 0;
}

.ourTeam .teamRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.ourTeam .teamRow .temeBox {
    padding-bottom: 15px;
}

.ourTeam .teamRow .temeBox:nth-child(4n) {
    padding-right: 0px;
}

.ourTeam .teamRow .temeBox .temaMemberBox {
    border: 15px solid #fff;
    box-shadow: 8.452px 18.126px 50px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    background-color: #fff;
    width: 300px;
    height: 300px;
}

.ourTeam .teamRow .temeBox .temaMemberBox .overlay {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    background-blend-mode: multiply;
    background-color: rgb(255 156 0 / 50%);
    font-size: 42px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 0;
    display: flex;
    padding: 10px;
}

.ourTeam .teamRow .temeBox .temaMemberBox a:hover .overlay {
    opacity: 1;
}

.projects {
    padding: 80px 0px 100px;
    position: relative;
    overflow: hidden;
}

.projects:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 62px;
    height: 145px;
    background: url(../images/galleryLeftDotImg.png) no-repeat center center;
    z-index: -1;
}

.projects:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 559px;
    height: 438px;
    background: url(../images/galleryRoundShape.png) no-repeat top center;
    z-index: -1;
}

.projects .topOutLineText {
    position: absolute;
    top: -15px;
    left: 0px;
    opacity: 0.2;
}

.projects .oulineText {
    font-size: 350px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    -webkit-text-stroke: 1px #ff9c00;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.projects .topPart:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0px;
    width: 116px;
    height: 145px;
    background: url(../images/galleryDotImg.png) no-repeat center center;
    z-index: -1;
}

.projects .globleHeading {
    margin-bottom: 20px;
}

.projects .globleHeading h3 {
    color: #999999;
}

.projects .globleHeading h2 {
    margin: 0px;
}

.projects .orangeBtn {
    padding: 12px 20px;
    font-size: 20px;
}

.projects .galleryContainer .example-image-link {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    cursor: pointer;
}

.projects .galleryContainer .example-image-link .bgImg {
    background-size: cover;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.projects .galleryContainer .example-image-link .bgImg .img-fluid {
    display: block;
    opacity: 0;
}

.projects .galleryContainer .overlayBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: -50%;
    transform: translate(-50%, -50%);
    background: rgb(253 155 0 / 80%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.projects .galleryContainer .overlayBox h3 {
    font-size: 38px;
    font-family: "Noto Serif";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
    margin: 0;
    position: absolute;
    bottom: 40px;
    padding: 0 15px;
    text-align: center;
    height: 45px;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
}

.projects .galleryContainer .example-image-link:hover .overlayBox {
    opacity: 1;
    top: 50%;
}

.caseStudiesSection {
    background: #ff9c00;
    position: relative;
    padding: 220px 0px 300px;
    overflow: hidden;
}

.caseStudiesSection:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 165px;
    width: 153px;
    height: 145px;
    background: url(../images/caseStudiesDotImg.png) no-repeat center center;
    z-index: 0;
}

.caseStudiesSection .topOutLineText {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.3;
}

.caseStudiesSection .oulineText {
    font-size: 350px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    -webkit-text-stroke: 2px #fff;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.caseStudiesSection .globleHeading {
    color: #fff;
    margin-bottom: 0px;
}

.caseStudiesSection .globleHeading h2 {
    margin-bottom: 0px;
}

.caseStudySlider {
    background: #fff;
}


/* .caseStudySlider .caseStudySliderBox {
    margin: -248px 0 370px 0;
} */

.caseStudySlider .caseStudySliderBox .owl-carousel {
    position: relative;
    margin: -248px 0 0px 0;
}

.caseStudySlider .caseStudySliderBox .owl-carousel .owl-stage-outer {
    padding-bottom: 200px;
}

.caseStudySlider .owl-item {
    transform: scale(0.8);
    box-shadow: 8.452px 18.126px 50px 0px rgb(0 0 0 / 15%);
    position: relative;
}

.caseStudySlider .owl-item:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .5);
    z-index: 9;
}

.caseStudySlider .owl-item.active.center {
    margin: 0 0px;
    position: relative;
    box-shadow: 8.452px 18.126px 50px 0px rgb(0 0 0 / 15%);
    z-index: 11;
    transform: scale(1);
    opacity: 1;
    top: 36px;
}

.caseStudySlider .owl-item.active.center:before,
.caseStudySlider .owl-item.active.center:after {
    content: '';
    position: absolute;
    width: 153px;
    height: 145px;
    background: url(../images/caseStudiesOrangeDotImg.png) no-repeat center center;
    z-index: -1;
}

.caseStudySlider .owl-item.active.center:before {
    left: -30px;
    bottom: -40px;
}

.caseStudySlider .owl-item.active.center:after {
    right: -30px;
    bottom: -40px;
    top: auto;
    left: auto;
}

.caseStudySlider .owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #cccccc;
    margin: 0 2px;
}

.caseStudySlider .owl-carousel button.owl-dot.active,
.caseStudySlider .owl-carousel button.owl-dot:hover {
    border-color: #fb9a00;
    background: #fb9a00;
}

.caseStudySlider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130px;
}

.aboutSection {
    position: relative;
    padding: 108px 0px 130px;
    overflow: hidden;
}

.aboutSection:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 559px;
    height: 438px;
    background: url(../images/galleryRoundShape.png) no-repeat top center;
    z-index: -1;
}

.aboutSection .topOutLineText {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.2;
}

.aboutSection .oulineText {
    font-size: 350px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    -webkit-text-stroke: 2px #ff9c00;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.aboutSection .globleHeading {
    margin-bottom: 100px;
}

.aboutSection .globleHeading h3 {
    color: #999999;
}

.aboutSection .globleHeading h2 {
    margin-bottom: 0px;
}

.aboutSection:before {
    content: '';
    position: absolute;
    width: 153px;
    height: 145px;
    background: url(../images/caseStudiesOrangeDotImg.png) no-repeat center center;
    z-index: 0;
    left: 60px;
    bottom: 40px;
}

.aboutSection .aboutRightSideBox {
    position: relative;
    margin-top: 50px;
}

.aboutSection .aboutRightSideBox:before {
    content: '';
    position: absolute;
    width: 153px;
    height: 145px;
    background: url(../images/caseStudiesOrangeDotImg.png) no-repeat center center;
    z-index: 0;
    right: -37px;
    top: -80px;
}

.aboutSection .aboutRightSideBox .mainImg {
    text-align: right;
    position: relative;
    z-index: 1;
    right: 42px;
    bottom: 42px;
}

.aboutSection .aboutRightSideBox .mainImg img {
    box-shadow: 8.452px 18.126px 50px 0px rgba(0, 0, 0, 0.25);
}

.aboutSection .aboutRightSideBox .backElement {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

#history-scroll {
    overflow: auto;
    position: relative;
    padding: 0;
    margin: 0;
    max-width: 100%;
    height: 615px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99;
    padding-right: 40px;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox, Safari 18.2+, Chromium 121+ */
}

#history-scroll::-webkit-scrollbar { 
    display: none;  /* Older Safari and Chromium */
}

.aboutSection .historyContainer h2 {
    font-weight: 700;
    color: #000;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
}

.aboutSection .historyContainer p {
    font-size: 18px;
    line-height: 30px;
    color: #999999;
}

.aboutSection .learnMoreBtn {
    text-align: center;
    position: relative;
    top: 50px;
    z-index: 999;
    left: -25px;
    margin: 0 auto;
}

.mCSB_inside>.mCSB_container {
    margin-right: 80px !important;
}

.mCSB_scrollTools {
    right: 10px !important;
    opacity: 1 !important;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ebebeb;
    width: 8px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
    height: 20px !important;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 20px !important;
    left: -3px !important;
    background: #ff9c00 !important;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 20px !important;
    margin-top: 0 !important;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px !important;
}


.teamSliderRow{
    display: none;
}
.teamSliderRow .owl-item .teamSliderBox a.imgBox{
    border: 15px solid #fff;
    box-shadow: 8.452px 18.126px 50px 0px rgb(0 0 0 / 15%);
    position: relative;
    display: block;
}
.teamSliderRow .owl-item .teamSliderBox .temaMemberBox {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.teamSliderRow .owl-item .teamSliderBox .temaMemberBox h3.memberName{
    margin: 45px 0px 20px;
    padding: 0px;
}
.teamSliderRow .owl-item .teamSliderBox .temaMemberBox h3.memberName a{
    font-size: 40px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.teamSliderRow .owl-item .teamSliderBox .temaMemberBox p{
    font-size: 18px;
    line-height: 30px;
    color: #999;
    margin: 0px;
    padding: 0;
}
.teamSliderRow .owl-nav button {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
}
.teamSliderRow .owl-nav button.owl-prev{
    left: 0px;
}
.teamSliderRow .owl-nav button.owl-next{
    right: 0px;
}

.projects .gallerySlider{
    display: none;
}
.gallerySlider .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    z-index: 999;
}
.gallerySlider .owl-dots button.owl-dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #cccccc;
    margin: 0 2px;
}
.gallerySlider .owl-dots button.owl-dot.active,
.gallerySlider .owl-dots button.owl-dot:hover {
    border-color: #fb9a00;
    background: #fb9a00;
}

.product-features {
    display: flex;
    margin: 40px 0px;
    margin-left: 70px;
}

.product-features > .products {
    display: flex;
    width: 100%;
    overflow-x: auto;
    padding: 20px;
}

.product-feature {
    background-color: #fff;
    box-shadow: 0px 0px 10px 5px #eeeeee;
    display: inline-block;
}

.product-feature:not(:last-child) {
    margin-right: 40px;
}

.product-feature-body {
    padding: 20px;
}

.product-feature-body h5 {
    text-align: center;
    margin-bottom: 24px;
    font-weight: 300;
}

.product-feature-body img {
    width: 300px;
    height: 200px;
    object-fit: cover;
}

.product-feature-body > .comparison {
    color: #ff9c00;
    padding: 0;
    list-style: none;
}

.product-feature-body > .comparison li {
    margin: 10px 0px;
    margin: 10px 0px;
    text-align: center;
    border-bottom: 1px dashed;
    padding: 10px;
    font-size: 20px;
}

.product-feature-body > .comparison li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.product-feature > button.shop-now {
    background-color: #ff9c00;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    display: block;
}

.product-feature > button.shop-now > i {
    margin-left: 10px;
}

.product-features > .features {
    max-width: 25%;
    padding-top: 285px;
}

.product-features > .features > ul {
    padding: 0;
    list-style: none;
}

.product-features > .features > ul > li {
    margin: 10px 0;
    padding: 10px;
    font-size: 24px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

