.pro-text.clsInstaPost_label_tw {
    width: 60%;
}

.pro-text.clsInstaPost_label_tw.mycldcsssty.myclsbtmcss {
    margin-top: 70px;
    width: 100%;
}

.myclsarrowcss i.clsLeftArr.slick-arrow {
    display: block;
    /*background: url(../Images/leftArr.png);*/
    height: 20px;
    width: 100px;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: unset;
    /*bottom: 10px;*/
    cursor: pointer;
    top: -21px;
    right: 125px;
}

.myclsarrowcss i.clsRightArr.slick-arrow {
    display: block;
    /*background: url(../Images/rightArr.png);*/
    height: 20px;
    width: 100px;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    /*bottom: 10px;*/
    cursor: pointer;
    top: -15px;
}

.work-container.myclsarrowcss {
    padding-top: 30px;
}

img.has-top-bottom.myclsimgclsbtm {
    width: 40vh !important;
}

.myclsarrowcss ul.slick-dots {
    display: none !important;
}

span.lftclslin {
    /*border: 1px solid #fff;*/
    height: 220px;
    width: 2px;
    float: right;
    position: relative;
    top: -18vh;
    background: #fff;
}

span.lftclslin1 {
    /*border: 1px solid #fff;*/
    height: 220px;
    width: 2px;
    position: relative;
    top: 21vh;
    background: #fff;
}

span.lftclslin2 {
    /*border: 1px solid #fff;*/
    height: 2px;
    width: 220px;
    position: relative;
    float: right;
    top: 16.5vh;
    right: 32px;
    background: #fff;
}

/*span.lftclslin3 {*/
/*    border: 1px solid #fff;*/
/*    height: 1px;*/
/*    width: 220px;*/
/*    position: relative;*/
/*float: right;*/
/*    top: 16.5vh;*/
/*    right: 32px;*/
/*}*/
span.lftclslin3 {
    /*border: 1px solid #fff;*/
    height: 2px;
    width: 220px;
    position: relative;
    top: -12.5vh;
    left: 32px;
    background: #fff;
}

.work-under-header[data-dsn-col="2"] {
    margin-top: 5vh;
}



.clsStickyBar-box {
    display: flex;
    margin-top: 100px;
    position: relative;
}

.clsStickyBar-box .clsStickyBar-box-left {
    width: 450px;
    padding: 20px;
    min-height: 300px;
    position: relative;
}



.clsStickyBar-box .clsStickyBar-box-left ul {
    padding-left: 50px;
    position: relative;
}

.clsStickyBar-box .clsStickyBar-box-left a {
    display: block;
    padding: 10px;
    color: #929292;
    position: relative;
    text-decoration: none;
    transition: all .5s;
}

.clsStickyBar-box .clsStickyBar-box-left a.active {
    transition: all .5s;
    color: #fff;
}

.clsStickyBar-box .clsStickyBar-box-left ul:after {
    content: "";
    background: #565656;
    width: 2px;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 25px;
}

.clsStickyBar-box .clsStickyBar-box-left a:after {
    content: "";
    position: absolute;
    display: block;
    top: -10px;
    left: -27px;
    width: 6px;
    height: 100%;
    /* background: linear-gradient(180deg, #000000, #0080e7); */
    z-index: 1;
    border-radius: 50px;
    transition: all .5s;
}


.clsStickyBar-box .clsStickyBar-box-left a.active:after {
    background: linear-gradient(180deg, #000000, #0080e7);
    top: 0;
    transition: all .5s;
}

.clsStickyBar-box .clsStickyBar-box-left a span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clsStickyBar-box-right {
    width: calc(100% - 450px);
    /* height: 300px;
    overflow: auto; */
}

.clsServicesBanner-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clsServicesBanner-box {
    display: flex;
    width: 90%;
    margin: 20px auto;
    margin-bottom: 5vw;
    cursor: pointer;
    overflow: hidden;
}

.clsServicesBanner-box>[class*='clsServicesBanner-box'] {
    width: 33%;
    margin: 0px 2%;
    position: relative;
    height: 30vw;
}

.clsServicesBanner-box-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(0deg, #000000d6, #00000099, transparent);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px;
    opacity: 0;
    transform: translateY(100px);
    transition: all .5s;
}

.clsServicesBanner-box>[class*='clsServicesBanner-box']:hover .clsServicesBanner-box-hover {
    opacity: 1;
    transform: translateY(0px);
    transition: all .5s;
}


.clsServicesBanner-box-lbl h3 {
    text-align: center;
    margin: 10px 0px;
    margin-top: 50px;
}



.clsServicesBanner-box-lbl p {
    text-align: center;
    width: 50%;
    margin: auto;
    margin-bottom: 50px;
}

.clsServicesBanner-box-hover h3 {
    font-size: 25px;
    margin-bottom: 5px;

    transform: translateY(150px);
    transition: all .5s;
}


.clsServicesBanner-box>[class*='clsServicesBanner-box']:hover .clsServicesBanner-box-hover h3 {
    transform: translateY(0px);
    transition: all .5s;
}

.clsServicesBanner-box-hover p {
    font-size: 15px;
}

.clsStickyBar-box-right-pnl {
    margin-bottom: 2vw;
    height: 46vw;
    display: flex;
    align-items: center;
}

.clsStickyBar-box-right-main {
    border: 2px solid;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}
.clsStickyBar-box-left-main {
    border: 2px solid;
}

.clsContentPost-p{
    font-size: 18px;
}
.clsStickyBar-box-left-main>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clsStickyBar-box-right-main-content {
    padding: 30px;
}

.clsStickyBar-box-right-main-content img.clsStickyBar-box-right-icon-img {
    width: 50px;
    margin-bottom: 5px;
}

.clsStickyBar-box-right-main-content > h4 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 5px;
}

.clsStickyBar-box-right-main-content > p {
    font-size: 12px;
    margin-top: 5px;
}

p.clsStickyBar-box-right-main-p {
    font-size: 12px;
}

a.clsStickyBar-box-right-btn-more {
    font-size: 15px;
    margin-top: 15px;
    padding-left: 70px;
    position: relative;
}

a.clsStickyBar-box-right-btn-more:hover {
    text-decoration: none;
}

a.clsStickyBar-box-right-btn-more:after {
    content: "";
    background: rgba(255,255,255,0.65);
    height: 2px;
    width: 60px;
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
}



@media only screen and (max-width: 1020px) {
    .clsStickyBar-box .clsStickyBar-box-left {
        width: 300px;
    }

    .clsStickyBar-box-right {
        width: calc(100% - 300px);
    }

}


@media only screen and (max-width: 768px) {
    .clsStickyBar-box .clsStickyBar-box-left {
        display: none;
    }

    .clsStickyBar-box-right {
        width: 100%;
    }
}
