@font-face {
    font-family: 'URW DIN';
    src: url('../../../css/fonts/urwdin/URWDIN-Regular.eot');
    src: local('URW DIN SemiCond Regular'), local('URWDINSemiCond-Regular'),
        url('../../../css/fonts/urwdin/URWDIN-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../../css/fonts/urwdin/URWDIN-Regular.woff2') format('woff2'),
        url('../../../css/fonts/urwdin/URWDIN-Regular.woff') format('woff'),
        url('../../../css/fonts/urwdin/URWDIN-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'URW DIN';
    src: url('URWDIN-XLight.eot');
    src: local('URW DIN XLight'), local('URWDIN-XLight'),
        url('../../../css/fonts/urwdin/URWDIN-XLight.eot?#iefix') format('embedded-opentype'),
        url('../../../css/fonts/urwdin/URWDIN-XLight.woff2') format('woff2'),
        url('../../../css/fonts/urwdin/URWDIN-XLight.woff') format('woff'),
        url('../../../css/fonts/urwdin/URWDIN-XLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'URW DIN';
    src: url('URWDIN-Medium.eot');
    src: local('URW DIN Medium'), local('URWDIN-Medium'),
        url('../../../css/fonts/urwdin/URWDIN-Medium.eot?#iefix') format('embedded-opentype'),
        url('../../../css/fonts/urwdin/URWDIN-Medium.woff2') format('woff2'),
        url('../../../css/fonts/urwdin/URWDIN-Medium.woff') format('woff'),
        url('../../../css/fonts/urwdin/URWDIN-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: 'URW DIN' !important;
    color: #000;
    background-color: #ffffff;
}
body.player-overlay-active {
    overflow: hidden; 
}
.center-pseudo:before, .center-pseudo:after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}
#section-main-container .container-block header {
    padding-bottom: 50px;
}
.container-block h1 {
    font-size: 48px;
    font-weight: 300;
}
.container-block h2 , .custom-popup h2 {
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 300;
}
.container-block h4 {
    font-size: 24px;
}
.container-block h5 {
    font-size: 18px;
}
.container-block h6 {
    font-size: 14px;
}
.breadcrum {
    font-size: 11px;
    color: #d3d4d5;
    line-height: 14px;
    margin-bottom: 15px;
}
.breadcrum a {
    color: inherit;
}
.popup-active {
    overflow: hidden;
}
.player-overlay-active .left-sidebar {
    position: fixed;
    z-index: 101;
}
.grayout {
    background: rgba(0,0,0,0.25);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    display: none;
}
.banner-row{
    padding: 33px 0px;
}
.banner-container h1 {
    color: #ffffff;
}
.banner-container p {
    margin-top: 10px;
    font-size: 16px;
    line-height: normal;
    color: #ffffff;
}
.banner-container::after, .sec-cat-details::after{
    content: '';
    border: 1.3px solid #cc0000;
    position: absolute;
    top: 123px;
    left: 0;
    width: 7%;
    right: 0;
    background-color: #cc0000;
}
.sec-cat-details::after{
    top: 166px;
}
.trending-demos {
    margin-top: 50px;
}

/* category page */
#main-container .category-heading {
    position: absolute;
    top: 18px;
    margin-left: 10px;
    font-size: 20px;
    color: #ffffff;
    text-overflow: ellipsis;
    font-size: 23px;
}
.learn-more {
    font-size: 15px;
    margin-top: 10px;
}
.learn-more span {
    font-size: 10px;
    margin-left: 3px;
}
.category-list-link-block {
    background-color: #f8f8f8;
}
#main-container .logo,
.inner-page .logo {
    width: auto;
    max-height: 35px;
}
#main-container .sub-title {
    margin-bottom: 30px;
}
.category-icon {
    margin-bottom: 18px;
    height: 310px;
    box-shadow: 0 0 13px 5px rgba(0,0,0,0.1);
    position: relative;
    background-color: #f2f2f2;
}
.category-icon img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 100%;
}
.category-details, .sample-exchange-wrap {
    margin-bottom: 40px;
}
.category-block, .sample-exchange-wrap {
    display: block;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform 0.5s ease;
}
.category-block:hover, .sample-exchange-wrap:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.category-link, .category-link:hover {
    color: inherit;
}
.asset-linked, .asset-linked:hover {
    color: inherit;
}
.category-details h6, .sample-exchange-wrap h6 {
    color: #000;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* section page */
.sec-cat-details {
    margin-bottom: 60px;
    margin-top: 20px;
}
.sec-cat-details p {
    color: #8e8e93;
    font-size: 16px;
    margin-top: 15px;
    line-height: 20px;
}
.cta-btn, a.export-pdf {
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 16px 19px;
    background: #cc0000;
    border-radius: 0px;
    margin-top: 30px;
    display: inline-block;
    margin-right: 5px;
}
.cta-btn:hover, a.export-pdf:hover {
    color: #ffffff;
}
.playlist-container {
    margin-bottom: 80px;
}
.playlist-thumbnail {
    border-bottom: solid 4px #cc0000;
}
.playlist-thumbnail img {
    max-height: 100%;
    width: 100%;
    height: 200px;
    max-width: 100%;
    margin-bottom: -4px;
}
.chapter-container{
    margin-bottom: 25px;
}
.chapter-container h4{
    background-color: #e6e8eb;
    color: #000000;
    font-size: 12px;
    text-align: justify;
}
.chapter-title-container .slide-type {
    color: #969696;
    margin-bottom: 15px;
}
.chapter-title-container{
    height: 81px;
    background-color: #e6e8eb;
    padding: 12px;
}
#playlist-main-container .section-video-popup #playlist-main-container .chapters-list,
#playlist-main-container .section-video-popup #playlist-main-container #header-section{
    display: none;
}
.sec-cat-list , .playlist-list{
    margin-top: 25px;
    margin-bottom: 25px;
}
.branding {
    width: 41px;
    height: 2px;
    background-color: #cc0000;
}
.category-list-desc p{
    line-height: 20px;
}
.category-list-details .category-list-link, .category-list-details .asset-linked {
    display: table;
    width: 100%;
    box-shadow: 0 0 21px 0px rgba(0,0,0,0.1);
    padding: 20px 30px 22px;
    height: 200px;
    margin-bottom: 28px;
    position: relative;
    transition: box-shadow 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    z-index: 0;
}
.category-list-details .category-list-link:hover, .category-list-details .asset-linked:hover {
    box-shadow: 0 0 21px 0px rgba(0,0,0,0.2);
}
.category-list-icon , .category-list-desc {
    vertical-align: top;
    width: 59px;
}
.category-list-icon div {
    width: 68px;
    height: 68px;
    border-radius: 10px;
    display: block;
    position: relative;
    background-color: #f2f2f2;
}
.asset-linked .category-list-icon div img{
    width: 50px;
}
.category-list-icon div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 25px;
    margin: auto;
}
.category-list-desc {
    position: relative;
    width: 100%;
    margin-top: 20px;
    height: 110px;
}
.category-list-desc h5 {
    color: #000;
    margin-bottom: 10px;
    max-height: 38px;
    overflow: hidden;
}
.category-list-desc p {
    color: #8e8e93;
    font-size: 12px;
    line-height: 16px;
    max-height: 64px;
    overflow: hidden;
}
.category-tags:after {
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0.1) 21%, rgba(255,255,255,1) 79%);
    width: 50px;
    content: "";
}
.category-tags {
    height: 24px;
    overflow: hidden;
    margin-top: 10px;
    position: absolute; 
    bottom: 45px;
    width: calc(100% - 176px);
    white-space: nowrap;
    height: auto;
    left: 44px;
    z-index: 1;
    cursor: pointer;
}
.category-tags li {
    color: #fff;
    display: inline-block;
    font-size: 10px;
    padding: 4px 10px;
    background: #cc0000;
    border-radius: 15px;
}
.category-tags:hover {
    background: white
}
.category-tags:hover li {
    display: inline-block;
    float: left;
    margin: 5px 0px 0px 5px;
}
.section-video-popup .chapters-list {
    z-index: -1;
}

#playlist-main-container .vmw-player .chapter-title{
    font-weight: normal;
}
/* playlist page */
a.export-pdf {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
}
.playlist-list {
    font-size: 0;
}
.playlist-desc {
    margin-top: 40px;
}
.playlist-desc h3{
    font-size: 26px;
    color: #010101;
    font-weight: 500;
}
.playlist-desc p{
    font-size: 16px;
    color: #010101;
    margin-top: 20px;
}
.chapters-list {
    margin-top: 25px;
}
.playlist-tags {
    margin-left: 0px;
    padding-left: 0;
    width: auto;
}
.playlist-tags li {
    color: #fff;
    display: inline-block;
    font-size: 10px;
    padding: 4px 8px;
    background: #cc0000;
    border-radius: 15px;
    margin-top: 5px;
    margin-right: 2px;
    cursor: pointer;
}
.max-chapter-desc {
    max-height: 32px;
    overflow: hidden;
    display: block;
}
.seemore-chapter-desc {
    position: absolute;
    font-size: 10px;
    color: #3478f6;
    text-decoration: none;
    margin-top: 5px;
    cursor: pointer;
    display: block;
}
.seemore-chapter-desc:hover {
    text-decoration: underline;
}
.viewmore-chapters:before {
    position: absolute;
    content: "";
    background: url(/static/images/hitachivantara/sprite.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: 29px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    opacity: 0.3;
    background-position: -17px -10px;
}
.min-chapters + .viewmore-chapters:before {
    background-position: -18px -10px;
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
}
.viewmore-chapters:hover:before {
    opacity: 0.5; 
}
.chapter-title {
    font-size: 12px;
    line-height: 16px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 13px;
}

/* custom popup style ends here */
[data-attr=cancel-search]{
    position: absolute;
    right: -42px;
    top: 18px;
    color: #399afb;
    cursor: pointer;
    display: none;
}
.copy-url-icon {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
}
.copy-url-icon:before, .copy-url-icon:after {
    content: "";
    background: #40435b;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    z-index: 1;
    box-sizing: content-box;
}
.social-icon:hover .copy-url-icon:before, .social-icon:hover .copy-url-icon:after {
    background: #fff;
    border: 1px solid #40435b;
}
.copy-url-icon:after {
    right: 0;
    bottom: 0;
    border: none;
    z-index: 0;
}
.copyurl.active .social-icon {
    text-align: center;
    box-shadow: none;
}
.copyurl.active .title {
    margin-left: 0;
    color: #8e8e93;
}

/* playerframe */

.main-playerframe-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    bottom: 0;
    -webkit-animation: showPlayerframe 1s;
    -o-animation: showPlayerframe 1s;
    animation: showPlayerframe 1s;
    box-shadow: 0 1px 25px 3.7px rgba(0, 0, 0, 0.07);
    z-index: 110;
}
@keyframes showPlayerframe {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes showPlayerframe {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.main-playerframe-wrapper.hide-playerframe {
    -webkit-animation: hidePlayerframe 1s forwards;
    -o-animation: hidePlayerframe 1s forwards;
    animation: hidePlayerframe 1s forwards;
}
@keyframes hidePlayerframe {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@-webkit-keyframes hidePlayerframe {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
#playerframe-block {
    width: 100%;
    height: 100%;
}
.copyembedurl .embed-url-box {
    display: none;
    color: rgb(67, 67, 67);
    font-size: 12px;
    margin-top: 25px;
    text-align: center;
}
.copyembedurl .embed-url-box.slide-down{
    display: block !important;
    -webkit-animation: fadeIn 2s;
    -ms-transform: fadeIn 2s;
    animation: fadeIn 2s;
}
.close-embed-url {
    color: rgb(204, 204, 204);
    border-top: 1px solid rgb(204, 204, 204);
    margin: 0px 13px;
    padding: 10px;
}
.embedURL input {
    width: 90%;
    line-height: 19px;
    font-size: 10px;
    color: rgb(0, 0, 0);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(16, 119, 196);
    border-image: initial;
    padding: 2px;
    margin: 14px;
}
/* Small screen style ends here */
/* video popup for section and playlist pages */
.watch-videos {
    display: inline-block;
    opacity: 0.85;
    box-shadow: 0 1px 49.6px 7.4px rgba(0, 0, 0, 0.07);
    position: relative;
}
.video-link-block .row {
    cursor: pointer;
}
.watch-videos img {
    float: right;
    opacity: 0.85;
}
.watch-videos:hover {
    opacity: 1;
    cursor: pointer;
}
.watch-videos:before {
    width: 50px;
    height: 50px;
    background: #cc0000;
}
.watch-videos:after {
    background-repeat: no-repeat;
    background-image: url(/static/images/hitachivantara/sprite.png);
    background-position: -25px -35px;
    background-size: 35px;
    width: 10px;
    height: 10px;
}
.video-link-block {
    float: right;
    cursor: pointer;
    margin-top: 64px;
}
.theme-bg-color{
    background: #2BA0CC;
    object-fit: contain;
}
.section-video-popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 200;
    background: #000;
    opacity: 0.9;
}
.show-videos .section-video-popup, .show-videos .newtemp .overlay, .show-videos .hide-video-popup {
    display: block;
}
body.show-videos {
    overflow: hidden;
}
.section-video iframe {
    display: none;
}
.section-video .video-link:before {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background: url(/static/images/loading.gif) center center no-repeat;
    content: "";
}
.hide-video-popup {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 40px;
    top: 50px;
    cursor: pointer;
    background: url(/static/images/author/close.png) no-repeat;
    background-size: 100%;
    z-index: 9;
}
.section-video {
    display: block;
    margin: 0 auto;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 100%;
    width: 540px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
#video-slider-block {
    margin-top: 25px;
}
.section-video .video-slider {
    height: auto !important;
}
.section-video .video-slider ul li {
    height: 100% !important;
}
.video-link {
    cursor: pointer;
}
.section-video iframe, .section-video object, .section-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-video .controls {
    position: relative;
    display: inline-block;
}
.section-video .numericControls {
    position: relative;
    height: 10px;
    margin-top: 10px;
}
.section-video .numericControls li {
    border-radius: 50%;
    margin-right: 10px;
    float: left;
    box-shadow: inset 0 0 0 3px #fff;
    cursor: pointer;
    height: 10px;
    opacity: .4;
    position: relative;
    width: 10px;
    box-sizing: border-box;
}
.section-video .numericControls li.current {
    background: #ffffff;
    opacity: 1;
}
.section-video .numericControls li a {
    display: none;
}
/* Footer styles */
.page-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    padding: 0;
}
.bmc-footer-text {
    text-align: center;
    padding-right: 20px;
}
.colored-divisor {
    padding-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.colored-divisor>.rectangle {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 6px;
}
.colored-divisor>.rectangle.-blue {
    background-color: #4193cc;
}
.colored-divisor>.rectangle.-green {
    background-color: #c2c94f;
}
.colored-divisor>.rectangle.-lightblue {
    background-color: #96c8db;
}
.colored-divisor>.rectangle.-darkblue {
    background-color: #254072;
}
.colored-divisor>.rectangle.-darkgreen {
    background-color: #7caf53;
}
.page-footer, .page-footer>.links, .default-page-footer>.links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
}
.page-footer>.links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 14px 0;
    list-style: none;
    padding-left: 0px;
    margin-left: auto;
}
.page-footer>.links.bmc {
    margin: 15px 0px;
}
.page-footer>.links>.item, .page-footer>.links>li {
    margin: 0;
    padding-left: 17px;
    font-size: 14px;
}
.page-footer>.links>.item.bmc, .page-footer>.links.bmc>li {
    padding: 0 15px;
}
.page-footer>.links>li:last-child {
    border-right: none;
}
.item a:link {
    color: #007cbb;
    text-decoration: none;
    text-transform: capitalize;
}
.links.bmc li a {
    color: #a7a9ac;
}
.item a:visited, .links.bmc li a:visited {
    color: #5659b9;
    text-decoration: none;
}
.item a:active, .item a:hover, .links.bmc li a:hover {
    text-decoration: underline;
}
.footer-block {
    background-color: #f2f2f2;
}
.page-footer>.copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 14px 0px 31px 0px;
    color: #999999;
    font-size: 12px;
}
.page-footer>.copyright>.text {
    color: #999999;
    font-size: 12px;
}
.camel-case::first-line {   
    text-transform:capitalize !important;
}
.sub-title::first-letter{
    text-transform:capitalize;
}
.capital-letter{
    text-transform: uppercase !important;
}
.content-heading {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.content-heading::before, .content-heading::after {
    content: '';
}
.heading::after {
    content: '';
    width: 7%;
    border-bottom: solid 2px  #051c2c;;
    position: absolute;
    left: 0;
    margin-top: 20px;
}
.banner-icon h1::before {
    border-bottom: solid 2px #cc0000;
}
/* section slider */
#data-slider {
    position: relative;
    margin-top: -70px;
}
#data-slider #data-slider-content {
    margin-bottom: 60px;
}
#data-slider .slider-content-type {
    border: 1px solid #e6e3e4;
    font-size: 14px;
    letter-spacing: 0.14px;
    position: absolute;
    width: 150px;
    z-index: 9;
    background: #fff;
}
#data-slider li.active-slider-type:after {
    border: 2px solid #aeaeae;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    right: 12px;
    position: absolute;
    display: block;
    width: 7px;
    height: 12px;
    content: "";
    top: 14px;
    background: #FFF;
}
#data-slider .selected-slider-type {
    padding: 13px 33px 13px 10px;
    cursor: pointer;
    position: relative;
}
#data-slider .selected-slider-type:after {
    position: absolute;
    content: "";
    background: url(/static/images/dell/sprite.png) no-repeat;
    background-size: 31px;
    background-position: -20px -13px;
    width: 15px;
    height: 15px;
    z-index: 1;
    left: auto;
    right: 9px;
    top: 13px;
    cursor: pointer;
    transform: rotate(-90deg);
    opacity: 0.4;
    transition: transform 200ms;
    -webkit-transition: transform 200ms;
    -moz-transition: transform 200ms;
    -o-transition: transform 200ms;
}
#data-slider .slider-content-type.active .selected-slider-type:after {
    transform: rotate(90deg);
}
#data-slider .slider-type-options li {
    padding: 13px 33px 13px 10px;
    border-top: 1px solid #ccc;
    cursor: pointer;
    position: relative;
}
#data-slider .slider-type-options {
    display: none;
}
#data-slider .slider-content-type.active .slider-type-options {
    display: block;
}
#data-slider .slider-header {
    display: block;
    margin-bottom: 25px;
    position: relative;
    height: 38px;
}
#data-slider .flex-push {
    margin-left: auto;
}
#data-slider .slider-nav {
    position: absolute;
    top: 24px;
    right: 8px;
}
#data-slider .slick-prev, #data-slider .slick-next {
    border: 1.5px solid #cc0000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
#data-slider .slick-prev {
    left: -70px;
}
#data-slider .slick-next {
    right: -2px;
}
#data-slider .slider-item, #playlist-main-container .slider-item {
    background: #fbfbfb;
    height: 275px;
    margin: 2%;
}
#data-slider .slider-item {
    height: 300px;
}
#playlist-main-container .slider-item {
    background: #ffffff;
    margin-top: 26px;
    margin-bottom: 39px;
}
#data-slider .slider-icon, #playlist-main-container .slider-icon {
    height: 210px;
    overflow: hidden;
    border-bottom: 4px solid #cc0000;
}
#data-slider .no-slider-data {
    font-size: 18px;
    margin: 20px;
    margin-left: 0;
    color: #949494;
}
.slider-icon img {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    box-shadow: 1px 3px 8px 2px #ccc;
    object-fit: fill;
    object-position: top;
    background: #fff;
}
#data-slider .slick-prev:before, #data-slider .slick-next:before {
    position: absolute;
    content: "";
    background: url(/static/images/hitachivantara/back-button.png) no-repeat;
    background-size: 9px;
    width: 14px;
    height: 13px;
    z-index: 1;
    left: 6px;
    top: 7px;
}
#data-slider a.slick-slide {
    outline: none;
    display: inline-table;
}
#data-slider .slick-next:before {
    transform: rotate(180deg);
}
#data-slider h4, #playlist-main-container .chapter-title {
    height: 90px;
    background: #eee;
    padding: 20px 20px 0px 20px;
    color: #a2a2a2;
    overflow: hidden;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.1px;
    border-bottom: 20px solid #eee;
}
#data-slider h4 {
    height: 100px;
    font-size: 16px;
    line-height: 20px;
}
#block_container .chapter-title{
    background: #ffffff;
    border-bottom: none;
    color: #000000;
    font-size: 30px;
}
#block_container .chapter.content-rating-block, 
#main_container .chapter.content-rating-block{
    display: none;
}
/* Small screen style starts here */
@media (max-width: 420px ) {
    .category-details {
        width: 100%;
        float: none;
    }
}
@media (max-width: 768px) {
    .back-button-container {
        margin-top: -45px;
    }
    .watch-videos {
        margin-top: 50px;
    }
    .banner-container::after {
        top: 123px;
    }
    .sec-cat-details::after {
        top: 158px;
    }
}
@media (min-width: 320px) and (max-width: 991px) {
    .container-block header {
        padding-top: 65px;
    }
    .back-button-container {
        margin-top: -45px;
    }
    .watch-videos {
        margin-top: 50px;
    }
    header {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    #main-container .search-icon, #section-main-container .search-icon {
        top: 32px;
    }
    .banner-container::after {
        top: 143px;
    }
    .sec-cat-details::after {
        top: 191px;
    }
    [data-attr=cancel-search] { 
        top: 34px;
    }
    .video-link-block {
        margin: 15px 15px 0 15px;
    }
    .video-link-block {
        float: none;
        max-width: 40%;
        margin: 15px 0;
    }
    .page-footer>.links>.item {
        padding-right: 15px;
        padding-left: 0px;
    }
    .category-list-details .category-list-link {
        min-height: 175px;
        height: auto;
    }
    .center-pseudo:before, .center-pseudo:after {
        border: none;
    }
    [data-attr=cancel-search] {
        top: 35px;
    }
}
@media (min-width: 992px) and (max-width: 1124px) {
    .category-list-desc p {
        max-height: 32px;
    }
}

/*search site css start */
.search-icon {
    background: url(/static/images/hitachivantara/sprite.png) no-repeat;
    background-size: 62px;
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    top: 21px;
}

.search-site {
    background: #fff;
    position: relative;
    color: #1e1e1e;
    border: 1px solid #bcc3ca;
    font-size: 18px;
    border-radius: 2px;
    display: none;
}

.search-site-block .clear-search {
    width: 10px;
    height: 10px;
    background-position: -18px 6px;
    right: 21px;
    left: auto;
    cursor: pointer;
    padding: 10px;
}

.search-active .search-icon, #main-container .header-search-block {
    display: none;
}
.search-active .right-side-panel {
    position: absolute;
    width: 100%;
}

.grayout {
    background: rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    display: none;
}

.search-active .grayout {
    background: #fff;
}

.search-active .header-search-block {
    display: block;
    z-index: 99;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
}
.header-search-block .clear-search, [data-attr='cancel-search'] {
    position: absolute;
    content: "";
    background: url(/static/images/hitachivantara/filter-cancel.png) no-repeat;
    background-size: 100%;
    width: 19px;
    height: 19px;
    z-index: 1;
    left: auto;
    right: 25px;
    top: 2px;
    cursor: pointer;
    bottom: 0;
}
.header-search-block .clear-search {
    width: 15px;
    height: 15px;
    right: 22px;
    top: 69px;
    display: none;
    margin: auto;
}
[data-attr=cancel-search]{
    position: fixed;
    background: url(/static/images/hitachivantara/search-icon-close.png) no-repeat;
    background-size: 67%;
    z-index: 99;
    left: auto;
    right: 141px;
    top: 19px;
    cursor: pointer;
    display: none
}
.search-active.searched {
    overflow: hidden;
}
.search-active [data-attr="cancel-search"] {
    display: block;
    height: 40px;
    width: 40px;
    cursor: pointer;
}
.search-active header {
    background: #fff;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
}
/* search result styles starts here */
.search-result-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.search-result-item:first-child {
    margin-top: 30px;
}
.search-result-wrapper {
    width: 100%;
    position: fixed;
    top: 224px;
    left: -8px;
    background: #fff;
    z-index: 99;
    height: calc(100% - 120px);
    overflow-y: auto;
}
.search-result-wrapper .search-container {
    position: relative;
}
.search-result-wrapper .down-arrow {
    border-color: #fe4b08 transparent;
    border-style: solid;
    border-width:  10px 9px 0px 9px;
    height: 0px;
    width: 0px;
    display: inline-block;
}
.search-result-wrapper h6 {
    font-size: 18px;
    margin-bottom: 20px;
    display: inline-block;
    margin-left: 7px;
}
.search-result-wrapper .side-content {
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
}
.search-result-wrapper .side-content input[type='checkbox'] {
    width: 20px;
    height: 20px;
    margin-top: -3px;
    margin-right: 10px;
}

.search-result-wrapper .label-text, .search-result-wrapper .search-total-count {
    display: flex;
    margin-bottom: 15px;
    font-size: 14px;
    color: #292929;
    text-transform: capitalize;
}
.search-result-wrapper .search-total-count {
    display: block;
}
.search-result-wrapper .filter-count {
    font-size: 12px;
    color: rgb(54, 50, 50);
    float: right;
    margin-left: auto;
}
.search-result-wrapper hr.hr-line {
    border-top: 1px solid rgb(161, 182, 194);
}
.search-result-wrapper .card-container{
    margin: 6px 0px 0px 10px;
    width: 93%;
}
.search-result-wrapper .card-img-top {
    width: 100px;
}
.search-result-wrapper .search-item-icon {
    background-color: rgb(231, 230, 230);
    height: 68px;
    width: 68px;
}
.search-result-item .result-label {
    background: #ccc;
    width: 100%;
    padding: 4px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
}
.search-result-wrapper .search-item-icon img{
    width: 100%;
    height: 100%;
}
.search-result-wrapper .card-heading {
    font-size: 18px;
    line-height: 22px;
    color: #0076ce;
}
.search-result-wrapper .result-item-container {
    padding: 0px 3px 0px 40px;
    display: inline-block;
}
.search-result-wrapper .card-text{
    color: #808080;
    margin: 8px 0;
    font-size: 10px;
}
.search-result-wrapper .bglight{
    background-color: rgb(230, 225, 225);
}
.text-line {
    width: 100%;
    outline: 0;
    border-color: #d6d6d6;
    color: #ababab;
    padding: 8px 6px 6px 6px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.9px;
}

#section-main-container .header-search-block,
#playlist-main-container .header-search-block{
    display: none;
}

.search-active.searched .search-site,
.search-active.searched #main-container .header-search-block,
.search-active.searched #section-main-container .header-search-block,
.search-active.searched #playlist-main-container .header-search-block {
    display: block;
}

.scroll-to-top {
    position: fixed;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #414141;
    border: 2px solid #f1f0f2;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    bottom: 10px;
    right: 200px;
    display: none;
}

.scroll-to-top:before {
    position: absolute;
    content: "";
    background-image: url(/static/images/hitachivantara/sprite.png);
    background-repeat: no-repeat;
    background-position: 3px -118px;
    background-size: 31px;
    width: 17px;
    height: 20px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}
/*search site css ends */

#header-section {
    padding-top: 18px;
}
    
#main-container .logo,
#header-section .log,
.inner-page .logo {
    float: left;
}

.default-page-footer>.links>.item, .default-page-footer>.links>li {
    margin: 0;
    padding: 0 36px;
    text-align: center;
    border-right: 2px solid #ccc;
    font-size: 14px;
    margin-top: 30px;
}

#main-container .header-left-block::after,
#header-section .header-left-block::after,
.inner-page .header-left-block::after {
    top: 61px;
}

#main-container .header-left-block h4,
.inner-page .header-left-block h4,
#header-section .header-left-block h4  {
    display: inline-block;
    margin: 5px 0px 21px 22px;
    color: #717174;
    font-size: 30px;
    line-height: 25.36px;
    font-family: 'Metropolis Extra Light';
}
#main-container .header-left-block:before {
    top: 65px;
}

footer .logo{
    width: 100px;
    max-height: 35px;
    margin-top: 32px;
}

.copyright, footer .links {
    display: inline-block;
}

footer .social-footer {
    margin-top: 35px;
    padding-left: 17px;
    float: right;
}

footer .logo-container {
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;;
    padding-top: 40px;
}

footer .page-footer .copy-right-text {
    margin-top: 10px;
}

footer .social-footer a {
    padding-right: 5px;
}

footer .social-footer .twitter, footer .social-footer .youtube{
    color: #051c2c;
    margin-top: 14px;
    font-size: 16px;
}

footer .social-footer .facebook, footer .social-footer .linkedin, 
footer .social-footer .twitter, footer .social-footer .youtube{
    color: white;
    margin-top: 14px;
    background-color: #051c2c;
    font-size: 12px;
    margin-right: 6px;
    padding-top: 4px;
}
footer .social-footer .linkedin .fa, footer .social-footer .facebook .fa,
footer .social-footer .twitter .fa, footer .social-footer .youtube .fa {
    margin-left: 4px;
}

.categories {
    margin-top: 18px;
}

.footer-block .links .item a {
    color: #999999;
    font-size: 12px;
    text-decoration: none;
}

.links .item a:hover {
    color: #0091da;
}

.header-left-block .translation-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    border: 0px;
    position: relative;
    right: 0px;
    cursor: default;
    top: 4px;
}

.translation-block {
    float: right;
    padding-top: 6px;
}

.translation-block .lang-box {
    color: #204488;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'Metropolis Extra Light';
}

#main-container .header-left-block figure,
.inner-page .header-left-block figure,
#header-section figure  {
    width: 10%;
}

#main-container .header-left-block figure .translation-block,
.inner-page .header-left-block figure .translation-block {
    width: 20%;
}

#main-container .header-left-block h4,
.inner-page .header-left-block h4,
#header-section .header-left-block h4 {
    width: 70%;
}

.back-button-container {
    margin-bottom: 24px;
    margin-left: 4px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
}
.back-button-container img {
    height: 11px;
}

.back-button-container .back-button {
    font-size: 14px;
    color: #cc0000;
}
.back-button-container .back-button:hover {
    color: #cc0000;
}

.container-block .default-container {
    padding-top: 50px;
}

.default-page-footer, .footer-section .page-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
.default-page-footer>.links, .footer-section .page-footer>.links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 36px 0;
    list-style: none;
    padding-left: 0px;
}
.default-page-footer>.copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.default-page-footer>.copyright>.text {
    text-align: center;
    color: #565656;
}
.default-footer:before, .footer-section .page-footer:before {
    content: "";
    z-index: -1;
    left: 0;
    position: absolute;
    width: 100%;
    height: 6px;
    background: #aadb1e;
    background: -moz-linear-gradient(left,#aadb1e 0,#006a91 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#aadb1e),color-stop(100%,#006a91));
    background: -webkit-linear-gradient(left,#aadb1e 0,#006a91 100%);
    background: -o-linear-gradient(left,#aadb1e 0,#006a91 100%);
    background: -ms-linear-gradient(left,#aadb1e 0,#006a91 100%);
    background: linear-gradient(to right,#aadb1e 0,#006a91 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aadb1e',endColorstr='#006a91',GradientType=1);
}
.default-page-footer .item a:visited {
    color: #5659b9;
    text-decoration: none;
}
.footer-section .page-footer, .footer-section .page-footer>.links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-section .page-footer>.links>.item, .footer-section .page-footer>.links>li {
    margin: 0;
    padding: 0 36px;
    text-align: center;
    border-right: 2px solid #ccc;
    font-size: 14px;
}
.footer-section .page-footer>.copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-section .page-footer>.copyright>.text {
    font-size: 12px;
    text-align: center;
    color: #565656;
}
.footer-section .item a:visited {
    color: #5659b9;
    text-decoration: none;
}
.footer-section .page-footer>.copyright {
    margin: auto;
}
.header-right-block {
    margin-bottom: 50px;
}
#header-section {
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    background-color: #fff;
    z-index: 100;
    top: 0;
    padding-bottom: 12px;
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.1);
}
@media (min-width: 320px) and (max-width: 991px) {
    .page-footer .copyright {
        margin-bottom: 10px;
    }
    .page-footer .social-footer {
        margin-bottom: 12px;
        padding-left: 0px;
    }
    .header-block {
        margin-left: auto;
    }
    #main-container .header-left-block figure,
    #main-container .header-left-block h4,
    #header-section .header-left-block figure,
    #header-section .header-left-block h4,
    .inner-page .header-left-block figure,
    .inner-page .header-left-block h4 {
        text-align: center;
        width: 100%;
        padding-top: 14px;
        padding-bottom: 10px;
    }
    #main-container .logo,
    .inner-page .logo {
        float: none;
    }
    #main-container .header-left-block h4,
    #playlist-main-container .header-left-block h4,
    #header-section .header-left-block h4 {
        margin: 0px 0px 17px 0px;
    }
    #section-main-container .header-left-block h4 {
        padding-top: 18px;
        margin: 0px 0px 14px 0px;
    }
    #playlist-main-container .header-left-block::before {
        margin-top: 0px;
    }
    #main-container .header-left-block::after,
    #playlist-main-container .header-left-block::after,
    #header-section .header-left-block::after {
        top: auto;
    }
    #section-main-container .header-left-block::after {
        top: auto;
    }
    #main-container .logo, .inner-page .logo {
        width: auto;
        max-height: 35px;
        margin-bottom: 0px;
    }
    
    .default-header-left-block .breadcrum {
        margin-top: 28px;
    }
    
    #header-section .header-left-block h4 {
        margin-bottom: 9px;
    }
    #playlist-main-container .back-button {
        top: 47px;
    }
}