.byIndustry{
    background-image: none;
}

.byIndustry .byIndustryBanner{
    position: relative;
}

.byIndustry .banner-text{
    position: absolute;
    bottom: 20px;
    left: calc((100% - 1180px)/2);
    color: #fff;
    width: 1180px;
}


.byIndustry .banner-text h2{
    font-size: 48px ;
    font-weight: 700;
}

.byIndustry .banner-text p{
    font-size: 24px ;
    font-weight: 400;
}

.byIndustry #Services,
.byIndustry #CatInfo{
    margin: 0 auto;
    width: 1180px;
    padding: 10px 5px;
    background-color: #fff;
}

.byIndustry #Services .title__wrapper h2,
.byIndustry #CatInfo .title__wrapper h2{
    color: #000;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.byIndustry #Services .title__wrapper p,
.byIndustry #CatInfo .title__wrapper p{
    color: #000;
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: center;
}

.byIndustry #CatInfo .cat-container-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.byIndustry #CatInfo .cat-container-content .cat-container-card{
    width: 50%;
    padding: 0 20px;
    padding-bottom: 40px;
    
}

.byIndustry #CatInfo .cat-container-content .cat-container-card .cat-card-title{
    padding: 20px 0;
    border-top: 1px solid #000;
}

.byIndustry #CatInfo .cat-container-content .cat-container-card .cat-card-title h3{
    font-size: 18px;
    font-weight: 700;
}

.byIndustry #CatInfo .cat-container-content .cat-container-card .cat-card-text p{ 
    font-size: 16px;
    font-weight: 400;
}

/*service box*/
.byIndustry #Services{
    background-color: beige;
    padding-left: 0;
    padding-right: 0;
}
.byIndustry #Services .service-container-content{
    display: flex;
    flex-direction: column;
}

.byIndustry #Services .service-container-content .service-card-row{
    display: flex;
    flex-direction: row;
}

.byIndustry #Services .service-container-content .service-card-row.reverse{
    display: flex;
    flex-direction: row-reverse;
}

.byIndustry #Services .service-container-content .service-card-row .service-column{
    width: 50%;
}

.byIndustry #Services .service-container-content .service-card-row .service-card-left{
    padding: 40px;
    background-color: #fff;
}

.byIndustry #Services .service-container-content .service-card-row .service-card-left .service-card-title h3{
    font-size: 18px;
    font-weight: 700;
}

.byIndustry #Services .service-container-content .service-card-row .service-card-left .service-card-text{
    padding: 20px 0 30px 0;

}

.byIndustry #Services .service-container-content .service-card-row .service-card-left .service-card-text p{
    font-size: 16px;
    font-weight: 400;
}

.byIndustry #Services .service-container-content .service-card-row .service-card-right{
    background-color: gray;
    
    background-size: cover;
    background-position: center;
    background-image: url(/by-industry/oil-and-gas/images/re-design-support/oils-gas-ems.jpeg);
}

.byIndustry #Services .service-container-content .service-card-row:nth-of-type(2) .service-card-right{
    background-image: url(/by-industry/oil-and-gas/images/re-design-support/oils-gas-dgb.jpeg);
}

.byIndustry #Services .service-container-content .service-card-row:nth-of-type(3) .service-card-right{
     background-image: url(/by-industry/oil-and-gas/images/re-design-support/oils-gas-3512C.jpg);
}

.byIndustry #Services .service-container-content .service-card-row:nth-of-type(4) .service-card-right{
     background-image: url(/by-industry/oil-and-gas/images/re-design-support/oils-gas-Grid-Power.jpg);
}

.byIndustry #Services .service-container-content .service-card-row .service-card-left .service-card-more{
    display: flex;
    justify-content: end;
}


.byIndustry #Services .service-container-content .service-card-row .service-card-left .service-card-more a{
    border: 2px solid transparent;
    border-radius: 4px;
    transition: linear .25s;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #ffcd11;
    border-color: #ffcd11;
    padding: 0 15px;
    height: 32px;
    margin-right: 15px;
    min-width: 114px
}

.byIndustry .OilGasProductsList .list--simple-product .list__items.list__item_three .list__item{
    flex: 0 0 50%;
    max-width: 50%;
}

.byIndustry.industriesPro #VideoTours .video-container-box .swiperRelative .toursSwiper .swiper-pagination-bullet-active{
    background: #000;
}

.byIndustry.industriesPro #VideoTours .video-container-box .video-container video{
    height: 663.75px;
}

/*oils-and-gas css*/
.byIndustry .video-container-box .video-container video{
    height: 663.75px;
}


.byIndustry .secondaryNavigation .secondary-navigation.secondary-navigation--sticky-active{
    z-index: 3;
}