.news-section {
    position: relative;
    padding-top: 65px;
    padding-bottom: 100px;
}
.news-filter-top-sec {
    margin-bottom: 29px;
}
.news-filter-top-sec .row {
    justify-content: flex-end
}
.news-filter-top-sec label {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.filter-input select {
    color: #000000;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #DBDBDB;
    border-radius: 6px;
    padding: 12px 20px;
    min-width: 160px;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/select-dwn-arw.svg") no-repeat center right 19px;
}
.news-list-box {
    border: 1px solid #DBDBDB;
    border-radius: 6px;
    background: #fff;
    height: 100%;
    overflow: hidden;
}
.news-list-box-img img {
    width: 100%;
}
.news-list-box-ctn {
    padding: 45px 40px 52px;
}
.cat-date {
    margin-bottom: 15px;
}
.blog-catagory {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.2px;
    font-weight: 500;
    background: #E5F3FF;
    border-radius: 14px;
    padding: 7px 12px 6px;
    margin-right: 12px;
    text-transform: uppercase;
    color: #4180D7;
    cursor: auto;
}
.blog-date {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.2px;
    font-weight: 500;
    color: #838383;
}
.news-list-box-ctn h2 {
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 23px;
}
.news-list-box-ctn p {
    margin-bottom: 39px;
    font-weight: 400;
}
.readmore-btn {
    font-size: 13px;
    line-height: 14px;
    color: #000000;
    letter-spacing: 1.3px;
    font-weight: 600;
    text-decoration: underline !important;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    font-family: 'Metropolis Semi';
}
.readmore-btn:hover {
    color: #4180D7;
}
.news-list-sec .row {
    margin-bottom: -75px;
}
.news-list-sec [class*="col-"] {
    margin-bottom: 75px;
}
.blog-list-pattern-bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.news-section .container {
    position: relative;
    z-index: 5;
}
.blog-list-pattern-bg img {
    width: 100%;
}
.button-center-wrap {
    text-align: center;
}
.news-section .btn-common-blue {
    margin: auto;
    margin-top: 66px;
}
.dwn-arw-btn span {
    background: url(../images/btn-arrow-dwn.svg) center -23px #fff no-repeat;
}
.dwn-arw-btn:hover span {
    background: url(../images/btn-arrow-dwn.svg) center 15px #fff no-repeat;
}
.back-btn {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 13px 24px 11px 42px;
    border-radius: 23px;
    display: inline-block;
    position: relative;
    background: #3d6783;
    transition: all 0.5s ease 0s;
}
.back-btn:before {
    content: "";
    left: 16px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 16px;
    height: 10px;
    background: url("../images/left-white-arw-grp.svg") no-repeat;
    background-position: left 5px center;
    transition: all 0.5s ease 0s;
    background-size: 23px;
}
.back-btn:hover:before {
    background-position: -17px center;
    transition: all 0.5s ease 0s;
    background-size: 23px;
}
.news-destail-sec-top-sec .back-btn {
    margin-bottom: 49px;
}
.news-destail-sec-top-sec h2 {
    margin-bottom: 32px;
    color: #FFFFFF;
    text-transform: none;
    letter-spacing: 0px;
}
.news-detail-banner img {
    height: 544px;
    object-fit: cover;
}
section.news-destail-sec {
    margin-top: -335px;
    position: relative;
}
.news-destail-sec-top-sec .blog-catagory {
    padding: 0px;
    background: none;
    color: #4180D7;
    margin-right: 44px;
}
.news-destail-sec-top-sec .blog-date {
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #4180D7;
}
.news-destail-sec-top-sec .blog-date label {
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 1.2px;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    margin-right: 14px;
}
.news-destail-sec-top-sec .cat-date {
    margin-bottom: 42px;
    padding-left: 25px;
}
.blog-top-img img {
    width: 100%;
    border-radius: 6px;
}
.blog-top-img {
    margin-bottom: 50px;
}
.blog-share-sec {
    background: #FFFFFF;
    border: 1px solid #CECECE;
    border-radius: 6px;
    border-top: solid 5px #4180D7;
    padding: 35px 23px 31px;
}
.news-destail-sec-top-sec {
    max-width: 996px;
    margin: auto;
}
.blog-deatil-left-right-sec p {
    margin-bottom: 22px;
    font-weight: 400;
}
.blog-deatil-left-right-sec h6 {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
}
.recent-news {
    border-top: 0.5px solid #70707080;
    margin-top: 51px;
    padding-top: 75px;
    position: relative;
    padding-bottom: 100px;
}
.news-destail-sec .container {
    position: relative;
    z-index: 5;
}
.recent-news h2 {
    margin-bottom: 30px;
}
.news-destail-sec .blog-list-pattern-bg {
    bottom: 279px;
}
.blog-share-sec label {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #8B9DAD;
    letter-spacing: 1.2px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.blog-share-sec ul {
    margin: 0px;
    padding: 0px;
}
.blog-share-sec ul li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    margin-right: 8px;
}
.blog-share-sec ul li:last-child {
    margin-right: 0px;
}
.blog-share-sec ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #DBDBDB;
    border-radius: 50%;
}
.blog-share-sec ul li a:hover {
    background: #4180D7;
    border: 1px solid #4180D7;
}
.blog-share-sec ul li a:hover img {
    filter: brightness(0) invert(1);
}
.career-listing pattern-banner .banner-for-mobile {
    height: 490px;
    object-fit: cover;
}
#muteButton {
    display: none !important;
}
@media(min-width:1025px) {
    .blog-deatil-left-right-sec .col-lg-3 {
        width: 30%;
    }
    .blog-deatil-left-right-sec .col-lg-9 {
        width: 70%;
    }
}
@media(min-width:681px) and (max-width : 1024px) {
    .pattern-banner img .career-listing-wrapper img {
        object-fit: cover;
        height: 450px;
    }
}
@media(max-width:1280px) {
    .news-list-box-ctn {
        padding: 42px 25px 45px !important;
    }
}
@media(max-width:991px) {
    .news-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .news-filter-top-sec {
        margin-bottom: 30px;
    }
    .news-list-box-ctn {
        padding: 45px 29px 49px !important;
    }
    .news-list-sec [class*="col-"] {
        margin-bottom: 24px;
    }
    .news-list-sec .row {
        margin-bottom: -24px;
        row-gap: 30px;
    }
    .news-section .btn-common-blue {
        margin-top: 40px;
    }
    .news-detail-banner img {
        height: 490px;
    }
    .news-destail-sec-top-sec .back-btn {
        margin-bottom: 25px;
    }
    .news-destail-sec-top-sec h2 {
        margin-bottom: 20px;
    }
    .news-destail-sec-top-sec .cat-date {
        margin-bottom: 30px;
    }
    .blog-top-img {
        margin-bottom: 40px;
    }
    .blog-deatil-left-right-sec [class*="col-"]:first-child {
        order: 2;
    }
    .blog-deatil-left-right-sec [class*="col-"]:last-child {
        order: 1;
    }
    .blog-share-sec {
        margin-top: 8px;
    }
    .recent-news {
        margin-top: 70px;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    section.news-destail-sec {
        margin-top: -260px;
    }
}
@media(max-width:767px) {
    .blog-list-pattern-bg {
        bottom: 135px;
    }
    .news-destail-sec .blog-list-pattern-bg {
        bottom: inherit;
        top: 39%;
        height: 700px;
    }
    .blog-list-pattern-bg img {
        object-fit: cover;
        height: 100%;
    }
    .news-list-sec .row {
        row-gap: 0px;
    }
    section.news-destail-sec {
        margin-top: -310px;
    }
    .news-destail-sec-top-sec h2 {
        font-size: 28px;
        line-height: 35px;
    }
}
@media(max-width:575px) {
    .news-destail-sec-top-sec .blog-catagory {
        padding: 12px 14px;
        background: none;
        color: #4180D7;
        margin-right: 44px;
        border: 1px solid #4180D7;
        line-height: normal;
        border-radius: 19px;
        margin-bottom: 20px;
    }
    .news-destail-sec-top-sec .cat-date {
        padding-left: 0;
    }
    .blog-top-img img {
        height: 250px;
        object-fit: cover;
    }
    .news-list-box {
        /* margin-bottom: 24px; */
        height: inherit;
    }
    .filter-input select {
        min-width: 126px;
    }
    section.news-destail-sec {
        margin-top: -346px;
    }
    .news-destail-sec-top-sec h2 {
        font-size: 25px;
        line-height: 32px;
    }
}
@media(max-width:360px) {
    .filter-input select {
        min-width: 108px;
    }
}
/* 19-03-2025 */
.recent-news .row {
    row-gap: 50px;
}
@media (max-width: 991px) {
    .news-list-box-ctn {
        padding: 45px 24px 49px;
    }
}
@media(max-width:767px) {
    .recent-news .row {
        row-gap: 0px;
    }
    .blog-deatil-left-right-sec .col-lg-3 {
        width: 100%;
    }
    .blog-deatil-left-right-sec .col-lg-9 {
        width: 100%;
    }
}
/*...history-page...*/
.our-history-page-section {
    padding-top: 43px;
}
.our-history-page-slider-img img {
    width: 100%;
}
.our-history-page-slider-arrows .swiper-pagination {
    display: none;
}
.our-history-year-thumb-tool-tip {
    border-radius: 17px;
    padding: 14px 34px;
    background-color: rgba(255, 255, 255, 0.84);
    width: 418px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    top: 0px;
    transition: all 0.5s ease 0s;
}
.our-history-year-thumb-tool-tip label {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #10283C;
    font-family: 'Jonova';
    margin: 0px;
    padding: 0px;
    margin-bottom: 2px;
}
.our-history-year-thumb-tool-tip h3 {
    font-family: 'Metropolis Semi';
    font-weight: 800;
    font-size: 21px;
    line-height: normal;
    color: #10283C;
    text-transform: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 7px;
    min-height: 41.6px;
}
.our-history-year-thumb-tool-tip h3:after {
    display: none;
}
.our-history-year-thumb-tool-tip p {
    font-family: 'Jonova';
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    min-height: 32px;
}
.our-history-year-thumb-tool-tip-outer {
    padding-top: 165px;
}
.swiper-slide-thumb-active .our-history-year-thumb-tool-tip {
    opacity: 1;
    transition: all 0.5s ease 0s;
}
.our-history-year-thumb-slider-outer {
    margin-top: -165px;
    padding: 0px 92px;
    margin-bottom: 43px;
    position: relative;
}
.our-history-year {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 45px;
    position: relative;
}
.our-history-year label {
    font-family: 'Metropolis';
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    margin: 0px;
    padding: 0px 0px;
    display: block;
    color: #10283C;
    position: relative;
    min-height: 26.4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.our-history-year label:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 116px;
    height: 116px;
    background: url("../images/roiund-acive-pattern.svg") no-repeat center center;
    margin: auto;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.swiper-slide-thumb-active .our-history-year label {
    font-size: 21px;
    font-family: 'Jonova';
    font-weight: 400;
}
.swiper-slide-thumb-active .our-history-year label:before {
    opacity: 1;
    transition: all 0.5s ease 0s;
}
.our-history-year-thumb-tool-tip:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 30px solid #D9D9D9CC;
    left: 50%;
    transform: translateX(-50%);
}
.our-history-year-thumb-slider:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0px;
    margin: auto;
    width: calc(100% - 80px);
    bottom: 57px;
    height: 2px;
    background: #D9D9D9;
}
.our-history-year label span {
    background: #fff;
    padding: 0px 16px;
    cursor: pointer;
}
.our-history-year:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    width: 6px;
    height: 31px;
    background: url("../images/active-top-arw.svg") no-repeat center center;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.swiper-slide-thumb-active .our-history-year:before {
    opacity: 1;
    transition: all 0.5s ease 0s;
}
.our-history-year-thumb-slider-arrows {
    display: none;
}
.our-history-page-slider-arrows .swiper-button-next:after, .our-history-page-slider-arrows .swiper-button-prev:after {
    display: none;
}
.our-history-page-slider-arrows .swiper-button-next, .our-history-page-slider-arrows .swiper-button-prev {
    position: relative;
    left: auto;
    top: auto;
    width: 71px;
    height: 71px;
    margin: 0px;
    right: auto;
    bottom: auto;
    background: url("../images/our-history-page-slider-arrows.svg")no-repeat center center;
    transition: all 0.5s ease 0s;
}
.our-history-page-slider-arrows .swiper-button-next:hover, .our-history-page-slider-arrows .swiper-button-prev:hover {
    opacity: 0.51;
}
.our-history-page-slider-arrows .swiper-button-prev {
    rotate: 180deg;
}
.our-history-page-slider-arrows {
    position: absolute;
    left: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    bottom: 23px;
}
.our-history-page-slider-img .our-history-year-thumb-tool-tip-outer {
    display: none;
}
.swiper-slide-visible-first .our-history-year-thumb-tool-tip {
    left: 0px;
    transform: none;
}
.swiper-slide-visible-last .our-history-year-thumb-tool-tip {
    right: 0px;
    left: auto;
    transform: none;
}
.swiper-slide-visible-first .our-history-year-thumb-tool-tip:before {
    left: 43px;
    transform: none;
}
.swiper-slide-visible-last .our-history-year-thumb-tool-tip:before {
    right: 43px;
    left: auto;
    transform: none;
}
@media(max-width:991px) {
    .our-history-year-thumb-slider-outer {
        margin-top: 0px;
        padding: 0px 57px;
    }
    .our-history-page-slider-img .our-history-year-thumb-tool-tip-outer {
        display: block;
    }
    .our-history-year-thumb-slider .our-history-year-thumb-tool-tip-outer {
        display: none;
    }
    .our-history-page-slider-img {
        padding: 12px;
        background: #F2FAFF;
    }
    .our-history-year-thumb-tool-tip-outer {
        padding-top: 0px;
    }
    .our-history-year-thumb-tool-tip {
        position: relative;
        width: 100%;
        left: 0;
        transform: none;
        background: #F2FAFF;
        opacity: 1;
        padding: 21px 10px 21px;
        transition: all 0.5s ease 0s;
    }
    .our-history-year-thumb-tool-tip label {
        margin-bottom: 6px;
    }
    .our-history-year-thumb-tool-tip h3 {
        margin-bottom: 12px;
        min-height: 1px;
    }
    .our-history-year-thumb-tool-tip p {
        min-height: 1px;
    }
    .our-history-year-thumb-tool-tip:before {
        display: none;
    }
    .our-history-year:before {
        display: none;
    }
    .swiper-slide-thumb-active .our-history-year label {
        font-size: 13px;
    }
    .our-history-year label {
        font-size: 13px;
        min-height: 16px;
    }
    .our-history-year label:before {
        width: 68px;
        height: 68px;
        background-size: contain;
    }
    .our-history-page-slider-arrows .swiper-button-next, .our-history-page-slider-arrows .swiper-button-prev {
        width: 33px;
        height: 33px;
        background-size: contain;
    }
    .our-history-year {
        padding-top: 28px;
        padding-bottom: 27px;
    }
    .our-history-page-slider-outer {
        margin-bottom: 29px;
    }
    .our-history-year-thumb-slider:before {
        bottom: 35px;
    }
    .our-history-page-slider-arrows {
        bottom: 21px;
    }
}
@media(max-width:767px) {
    body .our-history-page-section .container {
        padding-left: 18px;
        padding-right: 18px;
    }
}
@media(max-width:575px) {
    .our-history-year label span {
        background: #fff;
        padding: 0px 5px;
    }
    .our-history-year-thumb-slider-outer {
        padding: 0px 40px;
    }
    .our-history-page-slider-img img {
        min-height: 220px;
        object-fit: cover
    }
}
.time-line-bg-image {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.time-line-bg-image:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    background: linear-gradient(360deg, #8094A2 0%, rgba(255, 255, 255, 0.10) 81.25%, rgba(255, 255, 255, 0.00) 100%);
    height: 34%;
}
.time-line-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.time-line-bg-image img.for-mobile {
    display: none;
}
.time-line-bg-image-wrap {
    position: relative;
    height: 100%;
    opacity: 1;
    transition: all 0.5s ease 0s;
    margin-top: 0px;
}
.time-line-bg-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.time-line-bg-overlay-ctn {
    max-width: 580px;
}
.time-line-bg-overlay-ctn h1 {
    font-size: 98px;
    font-weight: 400;
    line-height: 96px; /* 97.959% */
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #fff;
}
.time-line-bg-overlay-ctn p {
    color: #FFF;
    font-size: 19px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
    max-width: 322px;
    font-family: 'Jonova';
    max-width: 425px;
}
.begin-button-sec {
    height: 23%;
    position: absolute;
    bottom: 0px;
}
.begin-button-sec:before {
    content: "";
    position: absolute;
    top: 88px;
    width: 5px;
    background: linear-gradient(360deg, rgba(69, 130, 212, 0.00) 0%, #2F74D1 100%);
    height: calc(100% - 88px);
    left: 0px;
    right: 0px;
    margin: auto;
    transition: all 0.5s ease 0s;
}
.begin-button-sec:hover:before {
    height: calc(100% - 101px);
    top: 101px;
}
.begin-btn, #playPauseBtn {
    text-align: center;
    border-radius: 90px;
    opacity: 0.75;
    background: linear-gradient(180deg, #3C8FFF 0%, #4582D4 100%);
    width: 88px;
    height: 88px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}
.begin-btn *, #playPauseBtn * {
    transition: all 0.5s ease 0s;
}
.begin-btn span {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    display: block;
    position: relative;
}
.begin-btn:before, #playPauseBtn:before {
    content: "";
    position: absolute;
    margin: auto;
    bottom: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #081E30;
    top: 0px;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, 0%) scale(0.5);
    transition: all 0.5s ease 0s;
}
.begin-btn:after, #playPauseBtn:after {
    content: "";
    position: absolute;
    opacity: 0;
    margin: auto;
    top: 0px;
    left: 50%;
    bottom: 0px;
    border-radius: 90px;
    border: 1px solid #2F74D1;
    width: 115px;
    height: 115px;
    transform: translate(-50%, 0%) scale(0.5);
    transition: all 0.5s ease 0s;
}
.begin-btn:hover:after, #playPauseBtn:hover:after {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
}
.begin-btn:hover:before, #playPauseBtn:hover:before {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
}
[data-aos^=zoom][data-aos^=zoom] {
    opacity: 1 !important;
}
.time-line-slider-section {
    background: linear-gradient(180deg, #7D92A1 0%, rgba(150, 157, 161, 0.30) 44.71%, rgba(161, 161, 161, 0.00) 82.21%);
    padding: 65px 0px 0px;
    --scroll-bar: 8px;
    position: relative;
    opacity: 0;
    transition: all 0.5s ease 0s;
    height: 100dvh;
    /*    pointer-events: none;*/
}
.time-line-slider-section * {
    /* pointer-events: none;*/
}
.time-line-slider-arrows .swiper-button-prev {
    pointer-events: auto;
    transition: all 0.5s ease 0s;
}
.time-line-slider-arrows .swiper-button-next {
    pointer-events: auto;
    transition: all 0.5s ease 0s;
}
.back-btn {
    pointer-events: auto;
    cursor: pointer;
}
.back-btn * {
    pointer-events: auto;
}
.time-line-slider-section .container {
    height: 100%;
}
.time-line-yeay label {
    color: #6F93B0;
    font-size: 128px;
    font-weight: 700;
    line-height: 108px;
    opacity: 0.26;
    display: block;
    margin: 0px;
    font-family: 'Jonova';
}
.time-line-year-bg-img img {
    max-width: 100%;
}
.time-box-left img {
    width: 100%;
}
.time-line-box {
    background: linear-gradient(360deg, rgba(191, 198, 204, 0.50) 0%, rgba(191, 198, 204, 0.00) 100%);
    padding: 20px;
    max-width: 1130px;
    position: relative;
    max-width: 86.6%;
}
.time-box-right {
    padding-bottom: 35px;
}
.time-line-box .row {
    align-items: flex-end;
}
.time-box-icon {
    margin-bottom: 30px;
}
.time-box-icon img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}
.time-box-right h2 {
    color: #2F74D1;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
    text-transform: none;
    letter-spacing: 0px;
}
.time-box-right p {
    margin-bottom: 0px;
    color: #081E30;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}
.time-line-year-bg-img {
    position: relative;
    height: 100%
}
.time-line-year-bg-img img {
    position: absolute;
    left: 0px;
    top: 0px;
}
.time-box-ctn {
    padding-left: 28px;
    position: relative;
}
.time-box-ctn:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1.5px;
    background: #B7C1C8;
    height: calc(100% - 5px);
}
.time-line-slider-outer {
    padding-left: 46px;
    position: relative;
    padding-bottom: 65px;
    margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2));
    height: 100%;
}
.time-line-yeay {
    padding-top: 53px;
    padding-left: 35px;
    margin-bottom: 15px;
}
.rail-cntnr {
    position: absolute;
    left: 0px;
    top: 82px;
    height: calc(100% - 82px);
    width: 5px;
    background: #D9D9D9;
}
.drager-rail {
    height: 28px;
    width: 5px;
    background: #3277D2;
    position: absolute;
    transition: height linear;
    left: 0px;
    top: 0px
}
.drager-rail:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: #D9D9D9;
    border-radius: 50%;
    border: solid 4px #2F74D1;
    left: -10px;
    bottom: 0;
}
.drager-rail:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 82px;
    background: #D9D9D9;
    left: 0px;
    top: -82px;
    background: linear-gradient(180deg, rgba(64, 169, 233, 0.00) 0%, #2F74D1 100%);
}
.time-line-slider-arrows {
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    right: 33px;
    z-index: 5;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.time-line-slider-arrows .swiper-button-next {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    margin: 0px;
    left: auto;
    right: auto;
}
.time-line-slider-arrows .swiper-button-prev {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    margin: 0px;
    left: auto;
    right: auto;
}
.time-line-slider-arrows .swiper-pagination {
    display: none;
    position: relative;
    width: auto;
    height: auto;
    top: auto !important;
    margin: 0px;
    left: auto !important;
    right: auto !important;
    transform: none !important;
}
.time-line-slider-arrows .swiper-pagination-bullet {
    display: none !important;
    border-radius: 90px;
    background: rgba(4, 39, 63, 0.10);
    width: 62px;
    height: 62px;
    color: #80939F;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px; /* 200% */
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 5px 0px !important;
}
.time-line-slider-arrows .swiper-pagination-bullet.swiper-pagination-bullet-active {
    display: flex !important;
}
.time-line-slider-arrows .swiper-button-next svg, .time-line-slider-arrows .swiper-button-prev svg {
    width: auto;
    height: auto;
}
.time-line-slider-arrows .swiper-button-next:after, .time-line-slider-arrows .swiper-button-prev:after {
    display: none;
}
.timeline-readmore-btn {
    border: 0px;
    padding: 0px;
    background: none;
    color: #4582D4;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    display: inline-flex;
    font-family: 'Metropolis';
    align-content: center;
    display: none;
    pointer-events: auto !important;
}
.timeline-readmore-btn img {
    margin-right: 4px;
}
.timeline-ctn-popup .modal-dialog {
    max-width: 100%;
    margin: 0px;
    height: 100%;
}
.timeline-ctn-popup .modal-body {
    background: #081E30;
    padding: 20px 0px 55px 38px;
    height: 100%;
}
.timeline-popup-ctn {
    padding-right: 38px;
}
.timeline-ctn-popup .modal-content {
    height: 100%;
}
.timeline-ctn-popup .btn-close {
    width: auto;
    height: auto;
    padding: 0px;
    background: none;
    margin: 0px;
    margin-left: auto;
    display: table;
    opacity: 1;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}
.popup-logo {
    text-align: center;
    margin-bottom: 55px;
    padding-right: 0px;
}
.popup-logo img {
    width: auto;
    height: auto;
    max-height: 47px;
}
.timeline-popup-ctn label {
    color: #6B808E;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 5px;
    font-family: 'Jonova';
}
.timeline-popup-ctn h2 {
    color: #4B97FC;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: none;
    letter-spacing: 0px;
}
.timeline-popup-ctn p {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0px;
}
.timeline-section.inactive {
    margin-top: -100dvh;
}
.time-line-slider-section.active {
    opacity: 1;
}
header.inactive {
    display: none;
}
.timeline-section {
    height: 100dvh;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
.time-box-left img.for-mobile {
    display: none;
}
.time-line-slider-arrows.for-mobile {
    display: none;
}
.time-line-slider .swiper-slide {
    opacity: 0 !important;
    height: auto !important;
    /*pointer-events: none !important;*/
}
.time-line-slider .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
.timeline-page {
    height: 100dvh;
    overflow: hidden;
}
.time-line-ctn-sec {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
}
.swiper-slide-active .time-line-ctn-sec {
    opacity: 1;
    transform: translateY(0);
}
.begin-button-sec.back-btn {
    height: auto;
    bottom: auto;
    right: 10px;
    top: 10px;
    transform: scale(0.6);
    background: none;
    padding: 0px;
    z-index: 5;
}
.begin-button-sec.back-btn:before {
    display: none;
}
#playPauseBtn {
    bottom: auto;
    right: 10px;
    top: 75px;
    transform: scale(0.6);
    padding: 0px;
    z-index: 5;
    position: absolute !important;
    color: #fff;
    border: 0px;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
        text-transform: uppercase;
}
#playPauseBtn:before {
    z-index: -1
}
@media(min-width:1025px) {
    .time-line-ctn-sec .row {
        margin-left: -22px;
        margin-right: -22px;
    }
    .time-line-ctn-sec [class*="col-"] {
        padding-left: 22px;
        padding-right: 22px;
    }
    .time-line-slider-arrows .swiper-button-next:hover {
        transform: scale(1.3);
    }
    .time-line-slider-arrows .swiper-button-prev:hover {
        transform: scale(1.3);
    }
}
@media(min-width:1025px) and (max-height : 1380px) {
    .time-line-slider-arrows {
        right: 7px;
    }
}
@media(max-width:1024px) {
    .time-line-box {
        max-width: 886px;
    }
    .time-line-slider .swiper-slide {
        height: auto !important;
    }
    .time-line-slider-arrows {
        position: relative;
        top: auto;
        right: auto;
        left: 50%;
        text-align: center;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin: auto;
        width: 100px;
        padding-top: 5px;
        transform: translateX(-50%);
        flex-direction: row;
    }
    .time-line-slider-arrows .swiper-pagination-bullet {
        width: 48px;
        height: 48px;
        margin: 0px 13px !important;
        font-size: 12px;
        line-height: normal;
        background: rgba(4, 39, 63, 0.59);
        color: #FFFFFF;
    }
    .time-line-slider-arrows .swiper-button-prev {
        rotate: -90deg;
    }
    .time-line-slider-arrows .swiper-button-next {
        rotate: -90deg;
    }
}
@media(max-width:991px) {
    .time-line-bg-overlay-ctn h1 {
        font-size: 34px;
        line-height: 34px;
    }
    .time-line-bg-overlay-ctn p {
        font-size: 12px;
    }
    .time-line-yeay label {
        font-size: 68px;
        line-height: 68px;
        color: #6B808E;
        opacity: 0.43;
    }
    .time-box-right h2 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .time-box-right p {
        font-size: 12px;
        line-height: 16px;
    }
    .timeline-readmore-btn {
        display: inline;
    }
    .time-box-icon {
        margin-bottom: 12px;
    }
    .time-box-icon img {
        max-height: 45px;
    }
    .time-box-ctn {
        padding-left: 18px;
    }
    .time-line-box {
        max-width: 645px;
    }
    .time-line-slider-outer {
        padding-left: 31px;
    }
    .rail-cntnr {
        width: 3px;
    }
    .drager-rail:before {
        width: 21px;
        height: 21px;
        left: -8px;
    }
    .drager-rail {
        width: 3px;
    }
    .drager-rail:after {
        width: 3px;
    }
    .time-line-slider-arrows.for-mobile {
        display: inline-flex;
    }
    .time-line-slider-arrows.for-desktop {
        display: none;
    }
    .time-line-bg-image:before {
        height: 21%;
        background: linear-gradient(360deg, rgba(129, 149, 163, 0.70) 7.77%, rgba(255, 255, 255, 0.20) 57.88%, rgba(255, 255, 255, 0.00) 100%);
    }
    .begin-btn span {
        font-weight: bold;
    }
    .time-box-right p span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8; /* number of lines to show */
        overflow: hidden;
    }
    .time-line-yeay {
        padding-top: 10px;
    }
    .time-line-slider-outer {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .time-line-slider {
        width: 100%;
    }
}
@media(min-width:576px) and (max-height : 450px) {
    .timeline-section {
        height: auto;
    }
    .time-line-bg-image img {
        height: 500px;
    }
    .begin-button-sec {
        height: 28%;
    }
    .timeline-section.inactive {
        margin-top: 0px;
        display: none;
    }
    .timeline-popup-ctn {
        height: 160px;
        overflow-y: scroll;
    }
    /* width */
    .timeline-popup-ctn::-webkit-scrollbar {
        width: 6px;
    }
    /* Track */
    .timeline-popup-ctn::-webkit-scrollbar-track {
        background: #E9E9E9;
        border-radius: 10px;
    }
    /* Handle */
    .timeline-popup-ctn::-webkit-scrollbar-thumb {
        background: #C7A386;
        border-radius: 10px;
    }
    /* Handle on hover */
    .timeline-popup-ctn::-webkit-scrollbar-thumb:hover {
        background: #000;
    }
    @-moz-document url-prefix() {
        .timeline-popup-ctn {
            scrollbar-color: #C7A386 #E9E9E9;
            scrollbar-width: thin;
            -ms-overflow-style: none;
        }
    }
    .time-line-slider-section {
        height: 0px;
        visibility: hidden;
        padding-top: 0px;
    }
    .time-line-slider-section.active {
        visibility: visible;
        height: auto;
        padding-top: 43px;
    }
    .timeline-page {
        height: auto;
    }
    .time-line-slider-outer {
        display: block;
    }
}
@media(max-width:575px) {
    .time-line-bg-image img.for-mobile {
        display: block;
    }
    .time-line-bg-image img.for-desktop {
        display: none;
    }
    .time-line-bg-overlay {
        padding-top: 145px;
        align-items: flex-start;
    }
    .time-line-bg-overlay-ctn p {
        max-width: 246px;
    }
    .time-line-bg-overlay-ctn {
        padding: 0px 10px;
    }
    .time-line-slider-section {
        padding: 0px 0px 0px;
        background: linear-gradient(180deg, #9BA9B2 0%, rgba(159, 164, 168, 0.00) 60.57%, rgba(161, 161, 161, 0.00) 100%);
    }
    .time-line-yeay {
        padding-top: 10px;
        padding-left: 10px;
        margin-bottom: 0px;
    }
    .time-box-left img.for-mobile {
        display: block;
    }
    .time-box-left img.for-desktop {
        display: none;
    }
    .time-line-slider-outer {
        padding-bottom: 0px;
        margin-right: 0;
        padding-left: 30px;
    }
    .time-line-box {
        padding: 12px 11px;
        background: linear-gradient(180deg, rgba(152, 164, 175, 0.50) 0%, rgba(191, 198, 204, 0.05) 100%);
    }
    .time-box-left {
        margin-bottom: 10px;
    }
    .time-line-year-bg-img img {
        position: relative;
        width: 100%;
    }
    .time-line-year-bg-img {
        margin-left: -25px;
        margin-top: -30px;
        margin-bottom: -65px;
        margin-right: -20px;
    }
    .time-box-ctn {
        padding-left: 0px;
    }
    .time-box-ctn:before {
        display: none;
    }
    .begin-btn, #playPauseBtn {
        width: 53px;
        height: 53px;
    }
    .begin-btn span {
        font-size: 8px;
        line-height: 10px;
    }
    .begin-btn:before, #playPauseBtn:before {
        height: 65px;
        width: 65px;
    }
    .begin-btn:after, #playPauseBtn:after {
        width: 85px;
        height: 85px;
    }
    .begin-button-sec:before {
        top: 53px;
        width: 3px;
        height: calc(100% - 53px);
    }
    .begin-button-sec {
        height: 30%;
    }
    .begin-button-sec:hover:before {
        height: calc(100% - 66px);
        top: 66px;
    }
    .begin-button-sec.back-btn {
        transform: scale(0.7);
    }
    #playPauseBtn {
        transform: scale(0.7);
    }
    .time-line-slider-section .container {
        padding-left: 34px;
        padding-right: 34px;
    }
    .time-box-right p span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; /* number of lines to show */
        overflow: hidden;
    }
    .time-box-right {
        padding-bottom: 0px;
    }
    .begin-btn, #playPauseBtn {
        position: relative; /* needed for pseudo elements */
        width: 53px;
        height: 53px;
        z-index: 1;
    }
    /* background pulse */
    .begin-btn:before, #playPauseBtn:before {
        content: "";
        position: absolute;
        margin: auto;
        top: 0;
        left: 50%;
        bottom: 0;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background: #081E30;
        transform: translate(-50%, 0%) scale(0.5);
        opacity: 0;
        animation: pulse-bg 2s infinite ease-in-out;
    }
    /* border pulse */
    .begin-btn:after, #playPauseBtn:after {
        content: "";
        position: absolute;
        margin: auto;
        top: 0;
        left: 50%;
        bottom: 0;
        border-radius: 90px;
        border: 1px solid #2F74D1;
        width: 80px;
        height: 80px;
        transform: translate(-50%, 0%) scale(0.5);
        opacity: 0;
        animation: pulse-border 2s infinite ease-in-out;
    }
    @keyframes pulse-bg {
        0% {
            transform: translate(-50%, 0%) scale(0.5);
            opacity: 0;
        }
        50% {
            transform: translate(-50%, 0%) scale(1);
            opacity: 1;
        }
        100% {
            transform: translate(-50%, 0%) scale(0.5);
            opacity: 0;
        }
    }
    @keyframes pulse-border {
        0% {
            transform: translate(-50%, 0%) scale(0.5);
            opacity: 0;
        }
        50% {
            transform: translate(-50%, 0%) scale(1);
            opacity: 1;
        }
        100% {
            transform: translate(-50%, 0%) scale(0.5);
            opacity: 0;
        }
    }
}
@media(max-width:320px) {
    .time-line-bg-overlay {
        padding-top: 100px;
    }
}
@media(min-width:1200px) and (max-height : 700px) {
    .time-line-bg-overlay-ctn h1 {
        font-size: 75px;
        line-height: 73px;
        margin-bottom: 10px;
    }
    .time-line-bg-overlay-ctn {
        max-width: 550px;
    }
    .time-line-bg-overlay-ctn p {
        font-size: 16px;
    }
    .time-line-yeay label {
        font-size: 90px;
        line-height: 70px;
    }
    .time-line-slider-section {
        padding: 35px 0px 0px;
    }
    .begin-btn span {
        font-size: 12px;
        line-height: 13px;
    }
    .time-line-yeay {
        padding-top: 20px;
        margin-bottom: 5px;
    }
    .time-line-slider-outer {
        padding-bottom: 35px;
    }
    .time-line-yeay label {
        opacity: 0.56;
    }
}
@media(max-width:991px) {
    .time-line-slider .swiper-slide .timeline-readmore-btn {
        display: none;
    }
    .time-line-slider .swiper-slide.swiper-slide-active .timeline-readmore-btn {
        display: inline;
    }
}
/*...new-block...*/
.overview-box-slider-arrows .swiper-button-next, .overview-box-slider-arrows .swiper-button-prev {
    display: none;
}
.overview-box-slider-arrows {
    padding-top: 30px;
}
.overview-box-slider-arrows .swiper-pagination {
    bottom: auto;
    top: auto;
    left: 0;
    width: 100%;
    position: relative;
    line-height: 0px;
}
.overview-box-slider-arrows .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    opacity: 0.5;
    margin: 0px 6px !important;
    background: #fff;
    border-radius: 10px;
}
.overview-box-slider-arrows .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.overview-box-slider-img img {
    width: 100%;
    border-radius: 6px;
}
.overview-overtags {
    max-width: 434px;
}
.overview-description {
    max-width: 483px;
}
.overview-overtags h2 {
    margin-bottom: 38px;
}
.our-business-slider {
    height: 910px;
}
.our-business-img {
    margin-bottom: 15px;
}
.our-business-img img {
    width: 100%;
    border-radius: 6px;
    max-height: 330px;
    object-fit: cover;
}
.our-business-slider .swiper-slide .our-business-img-wrap {
    opacity: 0.25;
    transform: scale(0.75);
}
.our-business-slider .swiper-slide.swiper-slide-active .our-business-img-wrap {
    opacity: 1;
    transform: scale(1);
}
.our-business-slider .swiper-slide-prev .our-business-img-wrap {
    transform-origin: top;
}
.our-business-slider .swiper-slide-next .our-business-img-wrap {
    transform-origin: bottom;
}
.our-business-img-wrap h4 {
    font-size: 18px;
    line-height: normal;
    color: #000;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.our-business-img-wrap p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 17px;
}
.our-busines-slider-inner {
    padding-left: 76px;
    position: relative;
}
.our-business-slider-arrows .swiper-pagination {
    display: none;
}
.our-business-slider-arrows .swiper-button-next {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    margin: 0px auto;
    left: auto;
    right: auto;
    rotate: -90deg;
    margin-top: 17px;
    display: table;
    transition: 0.5s ease;
}
.our-business-slider-arrows .swiper-button-next:hover {
    opacity: 0.6;
}
.our-business-slider-arrows .swiper-button-prev {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    margin: 0px auto;
    left: auto;
    right: auto;
    rotate: -90deg;
    display: table;
    transition: 0.5s ease;
}
.our-business-slider-arrows .swiper-button-prev:hover {
    opacity: 0.6;
}
.our-business-slider-arrows {
    position: absolute;
    left: 0px;
    right: auto;
    margin: auto;
    height: 65px;
    width: auto;
    top: 0px;
    bottom: 0px;
}
.our-business-slider-arrows .swiper-button-next svg, .our-business-slider-arrows .swiper-button-prev svg {
    width: auto;
    height: auto;
}
.our-business-slider-arrows .swiper-button-next:after, .our-business-slider-arrows .swiper-button-prev:after {
    display: none;
}
.our-business-box .btn-common-blue {
    padding-left: 0px;
}
li.drop-down .drop-down-ul li a:before {
    display: none;
}
section.key-projects-wrap {
    padding-bottom: 90px;
}
a.openPopup.no-descr {
    cursor: inherit;
}
a.openPopup.no-descr .brand-slider-logo-box:hover {
    cursor: inherit;
}
a.openPopup.no-descr .brand-slider-logo-box {
    cursor: inherit;
}
.img-for-large-screen {
    display: none;
}
@media(max-width:1024px) {
    .our-business-slider {
        height: auto;
    }
    .our-business-wrap {
        padding: 100px 0px;
    }
    .our-busines-slider-inner {
        padding-left: 0px;
    }
    .our-business-slider-arrows {
        position: relative;
        margin: auto;
        height: auto;
        padding-top: 30px;
        text-align: center;
    }
    .our-business-slider-arrows .swiper-button-next {
        display: inline-block;
        rotate: -180deg;
        margin-top: 0px;
        margin-left: 24px;
    }
    .our-business-slider-arrows .swiper-button-prev {
        rotate: -180deg;
        display: inline-block;
    }
    .title-tag {
        opacity: 0 !important;
    }
    .our-business-slider .swiper-slide .our-business-img-wrap {
        opacity: 1;
        transform: scale(1);
    }
}
@media(max-width:991px) {
    .news-insights-sliderbox-descr h6 {
        min-height: 112px;
    }
    .news-insights-sliderbox-descr .date {
        display: table;
        margin-top: 8px;
    }
}
@media(max-width:767px) {
    .overview-overtags {
        text-align: center;
        margin: auto;
    }
    .overview-description {
        padding-top: 0px !important;
        margin: auto;
        margin-bottom: 36px;
    }
    .overview-overtags h2 {
        margin-bottom: 36px;
    }
    .over-view-wrapepr {
        padding-bottom: 75px !important;
        padding-top: 75px !important;
    }
    .our-business-img {
        margin-bottom: 28px;
    }
    .our-business-wrap {
        padding: 100px 0px 49px;
    }
    .news-insights-sliderbox-descr h6 {
        min-height: 56px;
    }
    .news-insights-sliderbox-descr .date {
        display: inline;
        margin-top: 0px;
    }
    body .gsap-tray {
        padding-top: 35px;
        display: block;
    }
    body .chairman-message-wrap {
        height: auto;
        margin-top: 0px;
        padding-top: 35px;
        padding-bottom: 175px;
    }
    body .common-tray.tray-img4 {
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    body .common-tray.tray-img4 img {
        width: 100%;
    }
    body .chairman-box {
        top: 0;
    }
    body .title-tag {
        display: none !important;
    }
    body .message-title {
        bottom: 0;
    }
    body .chairman-message {
        padding-top: 90px;
        bottom: 0px;
    }
}
@media(max-width:575px) {
    .overview-box-slider-outer {
        padding: 0px 20px;
    }
    .our-busines-slider-outer {
        padding: 0px 20px;
    }
    .our-business-img img {
        /* height: 346px;
        object-fit: cover;
        max-height: inherit;*/
    }
    .news-insights-sliderbox-descr h6 {
        min-height: 85px;
    }
    .news-insights-sliderbox-descr .date {
        display: table;
        margin-top: 8px;
    }
    #playPauseBtn {
        top: 69px;
        font-size: 8px;
        line-height: 10px;
        font-weight: bold;
        z-index: 5
    }
}
@media(min-width:992px) {
    .brand-slider-inner .brands-wrapper {
        width: 25%;
    }
    .brands-wrapper:nth-child(4n) .brand-slider-logo-box {
        border-right: none !important;
    }

    .brands-wrapper:nth-child(4n) .brand-slider-logo-box:hover {
        border: 1px solid #4180D7 !important;
    }
}
@media(min-width:1800px) {
    .overview-box {
        max-width: 1434px;
    }
    .overview-overtags {
        max-width: 834px;
    }
    .overview-description {
        max-width: 883px;
    }
    .overview-box [class*="col-"] {
        width: 50%;
    }
    .our-business-box {
        max-width: 485px;
    }
    .img-for-large-screen {
        display: block;
        min-height: 500px;
        object-fit: cover;
    }
    .img-for-normal-screen {
        display: none;
    }
}
@media(max-width:991px) {
    .brand-slider-inner .brands-wrapper {
        width: 33.33333333%;
    }
}
@media(max-width:575px) {
    .brand-slider-inner .brands-wrapper {
        width: 50%;
    }
}