
* {
    font-family: Helvetica, sans-serif !important;
}

._container_ {
    width: 90%;
    height: 100%;
    position: relative;
    margin: auto;

}

.top0_section {
    /* border: 2px solid blue; */
    height: 18x;
    transition: all 0.5s;
    /* height: 240px; */
}

.top0_section .pathContainer {
    font-size: 0.9rem;
    margin: 10px 0px;
    /* background-color: red; */
    margin-left: 30px;
}

@media only screen and (max-width: 1500px) {
    .top0_section .pathContainer {
        margin-left: -22px;
    }
}

@media only screen and (max-width: 1128px) {
    .top0_section .pathContainer {
        margin-left: 0px;
    }
}

.top0_section .pathContainer a {
    text-decoration: none;
}

.top0_section .pathContainer .path {
    color: #555;
    margin-right: 10px;
}

.top0_section .pathContainer .activePath {
    font-weight: bolder;
    color: #222;
}

.top0_section .pathContainer .slash {
    color: #555;
    margin-right: 10px;
}

.container_s {
    width: 100%;
    /* background-color: #ecade776; */
    margin: auto;
}

.containerInner_s {
    width: 90%;
    margin: auto;
    position: relative;
    /* border: 2px solid rgb(246, 246, 179); */
}

.containerInner_s .textExtraSpacing {
    font-size: 1.2rem;
    opacity: 1;
    letter-spacing: 10px;
    font-weight: 100;
    text-align: center;
    margin-left: 7px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.containerInner_s .largeBoldText {
    font-size: 3.7rem;
    font-weight: bolder;
    text-align: center;
    /* margin-top: 50px; */
    /* width: 77%; */
    margin: auto;
}

#topLargeText_ {
    max-width: 800px;
    /* background-color: red; */
}

@media only screen and (max-width: 1010px) {
    #topLargeText_ {
        max-width: 660px;
        font-size: 3rem;
    }
}

@media only screen and (max-width: 770px) {
    #topLargeText_ {
        max-width: 100%;
        width: 100% !important;
        font-size: 2.8rem;
    }
}

@media only screen and (max-width: 553px) {
    #topLargeText_ {
        max-width: 100%;
        width: 100% !important;
        font-size: 2.3rem;
    }

    .containerInner_s .textExtraSpacing {
        letter-spacing: 6.7px;
    }

}

#topP {
    max-width: 600px;
    /* background-color: #00ff00; */
    margin: auto;
    margin-top: 20px;
    text-align: center;
}


.container_s .btn_container_ .btnC {
    margin-right: 8px;
}

.container_s .btn_container_ .btnC a {
    text-decoration: none;
    color: #fff;
}

.container_s .btn_container_ .btnQ {
   margin-left: 8px;
}

.govtLogoContainer {
    /* background-color: rgba(255, 0, 0, 0.317); */
    width: fit-content;
    margin: auto;
    margin-top: 40px;
}

.govtLogoContainer::after {
    content: "Supported by Haryana Government";
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    font-size: 0.8rem;
    /* background-color: yellow; */
}

.govtLogoContainer .lgo0 {
    width: 60px;
    margin-right: 20px;
}

.govtLogoContainer .lgo1 {
    width: 60px;
}


@media only screen and (max-width: 899px) {

    #topLargeText_ {
        max-width: 88%;
    }
}




/* ___________________________________________________________________ */

.videoStuffCont {
    /* border: 2px solid red;  */
    width: fit-content;
    margin: auto;
    margin-top: 100px;
}

.videoStuffCont .tumbnailImage {
    width: 1000px;
    height: 500px;
    /* border: 2px solid red; */
    border-radius: 12px;
    overflow: hidden;
    background: url("./images-for-skill-dvplnmCenter/thumbnail4.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    margin: auto;
}

.videoStuffCont .tumbnailImage .blackTransparency {
    width: 100%;
    height: 100%;
    background-color: #0000003b;
}

#videoPlayButton {
    width: 70px;
    height: 70px;
    background: url("./images-for-skill-dvplnmCenter/playButton.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.videoStuffCont .flexDiv_ {
    display: flex;
    width: 1012px !important;
    grid-area: main;
    padding: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    /* background-color: red; */
    transform: translateX(-12px);
}

.videoStuffCont .flexDiv_.items {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    will-change: transform;
    user-select: none;
    cursor: pointer;

}

.videoStuffCont .items.active {
    cursor: grabbing;
    background-color: #fff;
    transform: scale(1.05);
}

.videoStuffCont .flexDiv_ .thumbnails {
    width: 190px;
    height: 140px;
    /* margin: 10px; */
    display: inline-block;
    background: skyblue;
    min-width: 190px;
    min-height: 140px;
    margin: 2em 1em;
    border-radius: 12px;
}

#thmb0 {
    background: url("./images-for-skill-dvplnmCenter/thumbnail4.jpg") center center no-repeat;
    background-size: cover;
}

#thmb1 {
    background: url("./images-for-skill-dvplnmCenter/thumbnail1.png") center center no-repeat;
    background-size: cover;
}

#thmb2 {
    background: url("./images-for-skill-dvplnmCenter/thumbnail2.png") center center no-repeat;
    background-size: cover;
}

#thmb3 {
    background: url("./images-for-skill-dvplnmCenter/thumbnail3.png") center center no-repeat;
    background-size: cover;
}

#thmb4 {
    background: url("./images-for-skill-dvplnmCenter/thumbnail1.png") center center no-repeat;
    background-size: cover;
}

.activeThumb {
    border: 2px solid #FF554B;
}

/* #thmb1{
    background: url("./images-for-skill-dvplnmCenter/thumbnail2.png") center center no-repeat;
    background-size: cover;
} */

.flexDiv_ {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.flexDiv_::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

@media only screen and (max-width: 1160px) {
    .videoStuffCont {
        width: 100%;
    }

    .videoStuffCont .tumbnailImage {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }

    .flexDiv_.items {
        width: 100% !important;
    }

    .videoStuffCont .flexDiv_ {
        margin-top: 40px;
        transform: translateX(0px);
        border-radius: 12px;
    }

    .videoStuffCont .flexDiv_ .thumbnails {
        margin: 0px;
        margin-right: 24px !important;
    }
}

@media only screen and (max-width: 848px) {
    .videoStuffCont .flexDiv_ .thumbnails {
        width: 150px;
        height: 110px;
        min-width: 150px;
        min-height: 110px;
    }

    .videoStuffCont .flexDiv_ {
        margin-top: 30px;
    }

    #videoPlayButton {
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 555px) {
    .videoStuffCont .flexDiv_ .thumbnails {
        width: 125px;
        height: 92px;
        min-width: 125px;
        min-height: 92px;
    }

    .videoStuffCont .flexDiv_ {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 400px) {
    .videoStuffCont .flexDiv_ .thumbnails {
        width: 118px;
        height: 87px;
        min-width: 118px;
        min-height: 87px;
    }
}
/* ___________________________________________________________________ */

.videoStuffCont {
    /* border: 2px solid red;  */
    width: fit-content;
    margin: auto;
    margin-top: 100px;
}

.videoStuffCont .aboutImage {
    width: 1000px;
    height: 500px;
    /* border: 2px solid red; */
    border-radius: 12px;
    overflow: hidden;
    background: url("./images-for-skill-dvplnmCenter/skill.png") center center no-repeat;
    background-size: cover;
    position: relative;
    margin: auto;
}

.videoStuffCont .aboutImage .blackTransparency {
    width: 100%;
    height: 100%;
    background-color: #0000003b;
}

#videoPlayButton {
    width: 70px;
    height: 70px;
    background: url("./images-for-skill-dvplnmCenter/playButton.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.videoStuffCont .flexDiv_ {
    display: flex;
    width: 1012px !important;
    grid-area: main;
    padding: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    /* background-color: red; */
    transform: translateX(-12px);
}

.videoStuffCont .flexDiv_.items {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    will-change: transform;
    user-select: none;
    cursor: pointer;

}

.videoStuffCont .items.active {
    cursor: grabbing;
    background-color: #fff;
    transform: scale(1.05);
}

.videoStuffCont .flexDiv_ .about {
    display: inline-block;
    min-width: 238px;
    min-height: 190px;
    margin: 20px 5px;
  }
#abt0 {
    background: url("images/World Class Manufacturing.png") center center no-repeat;
    background-size: cover;
    background-color:#fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; !important
}
#abt0 p{
    position:absolute;
    width:94%;
    text-align:center;
    color:#fff;
    padding:5px;
    background-color:#0000009c;
    bottom:23px;
}

#abt1 {
    background: url("images/Enabling Aatmanirbhar Bharat.png")no-repeat;
    background-size: cover;
    background-color:#fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; !important
}
#abt1 p{
    position:absolute;
    width:94%;
    text-align:center;
    color:#fff;
    padding:5px;
    background-color:#0000009c;
    bottom:23px;
}
#abt2 {
    background: url("images/Developing sustainability.png") no-repeat;
    background-size: cover;
    background-color:#fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; !important
}
#abt2 p{
    position:absolute;
    width:94%;
    text-align:center;
    color:#fff;
    padding:5px;
    background-color:#0000009c;
    bottom:23px;
}

#abt3 {
    background: url("images/Boosting Make in india.png") no-repeat;
    background-size: cover;
    background-color:#fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; !important
}
#abt3 p{
    position:absolute;
    width:94%;
    text-align:center;
    color:#fff;
    padding:5px;
    background-color:#0000009c;
    bottom:23px;
}

#abt4 {
    background: url("images/Skill Development Opportunities.png") no-repeat;
    background-size: cover;
    background-color:#fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; !important
}
#abt4 p{
    position:absolute;
    width:94%;
    text-align:center;
    color:#fff;
    padding:5px;
    background-color:#0000009c;
    bottom:23px;
}
#abt5 {
    background: url("images/Vocational Training and Upskilling.png") no-repeat;
    background-size: cover;
    background-color:#fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; !important
}
#abt5 p{
    position:absolute;
    width:94%;
    text-align:center;
    color:#fff;
    padding:5px;
    background-color:#0000009c;
    bottom:23px;
}
.activeThumb {
    border: 2px solid #FF554B;
}

/* #thmb1{
    background: url("./images-for-skill-dvplnmCenter/thumbnail2.png") center center no-repeat;
    background-size: cover;
} */

.flexDiv_ {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.flexDiv_::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}
@media screen and (max-width: 768px) and (min-width: 320px) { 
   
    }

.textCOntXYSS {
    /* background-color: wheat; */
    width: 80%;
    margin: auto;
    position: relative;
}

.textCOntXYSS h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.textCOntXYSS h3 {
    font-size: 1.5rem;
    opacity: 80%;
    margin-top: 30px;
    margin-bottom: 18px;
}

.textCOntXYSS p {
    text-align: left !important;
    /* background-color: red; */
    margin-left: 0px;
    margin-top: 10px;
    width: 100% !important;
    opacity: 70%;
    line-height: 26px;
}

.ggrrddBOX {
    display: grid;
    grid-template-columns: auto auto auto;
    padding-bottom: 100px;
    margin-top: 60px;
}

.ggrrddBOX .otherDIv div {
    /* border: 2px solid red; */
    height: 50%;
    padding: 50px;
}


.ggrrddBOX .otherDIv h4 {
    font-size: 1.4rem;
    margin-top: 20px;
}
.ggrrddBOX .iiggmm{
    border-radius: 12px;
}

@media only screen and (max-width: 1108px) {
    .ggrrddBOX {
       grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 876px) {
    .ggrrddBOX {
       grid-template-columns: 100%;
    }
    .ggrrddBOX .iiggmm{
        width: 100%;
    }
    .ggrrddBOX .otherDIv div {
        padding: 50px 4px;
    }
    
}




@media only screen and (max-width: 1394px) {
    .textCOntXYSS {
        width: 100%;
    }
}

@media only screen and (max-width: 699px) {
    .textCOntXYSS {
        width: 100%;
    }

    .textCOntXYSS h2 {
        font-size: 1.6rem !important;
    }

    .textCOntXYSS h3 {
        font-size: 1.3rem !important;
    }

    .ggrrddBOX .otherDIv h4 {
        font-size: 1.2rem !important;
    }
}
@media screen and (max-width: 768px) and (min-width: 320px) { 
    #topP {
    text-align: justify;
}
    }