    /* Training Dashboard Page */
    
    .main-container {
        max-width: 1190px;
    }
    .header-right {
    /* float: right; */
    /* width: 977px; */
    width: 100%;
    display: flex;
    justify-content: center;
}
.header-right-left{
order:2
}
    .what-vidya {
        background: url(../images/bg-asked-question.jpg) repeat;
        width: 100%;
        padding: 50px 0;
    }
    
    .what-vidya h4 {
        font-size: 28px;
        color: #a2061d;
        font-weight: bold;
    }
    
    .what-vidya h5 {
        font-size: 26px;
        color: #000;
        font-weight: normal;
        margin-bottom: 19px;
    }
    
    h2.hed {
        color: #0587d1;
        font-family: "lato-semibold-webfont";
        font-size: 26px;
        line-height: normal;
        padding-bottom: 9px;
        position: relative;
        font-weight: normal;
        text-transform: none;
    }
    
    .numb {
        counter-reset: section;
    }
    
    .numb li {
        font-size: 16px;
        color: #757575;
        width: 48%;
        position: relative;
        padding-bottom: 14px;
        padding-left: 38px;
        box-sizing: border-box;
        padding-top: 5px;
    }
    
    .numb li:after {
        counter-increment: section;
        content: counter(section);
        background: url(../images/red-r.png) 0 0 no-repeat;
        position: absolute;
        width: 27px;
        height: 27px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        line-height: 25px;
        left: 0;
        top: 0;
    }
    
    .elg-bg {
        background: url(../images/img-bg.jpg) 0 0 no-repeat;
        background-size: 100% 100%;
        padding: 50px 0;
        color: #fff;
    }
    
    .elg-bg h2 {
        font-size: 28px;
        color: #fff;
    }
    
    .elg-bg .text {
        color: #fff;
        margin-bottom: 20px;
    }
    
    .elg-bg h3 {
        font-size: 26px;
        color: #fff;
        font-weight: normal;
    }
    
    .elg-bg li {
        background: url(../images/side-menu-left-arrow-active.png) 0 3px no-repeat;
        font-size: 15px;
        padding-left: 20px;
        margin-top: 13px;
    }
    
    .elg-bg li a {
        color: #fff;
    }
    
    .training-dashboard-sidebar {
        position: fixed;
        width: 60px;
        background: #fff;
        box-shadow: 5px 0px 7px rgba(0, 0, 0, .14);
        left: 0;
        top: 0;
        height: 100%;
        z-index: 1;
        transition: all linear 0.3s;
    }
    
    .elg-bg li a:hover {
        color: #0089d0;
    }
    
    .non-banking {
        padding: 50px 0;
    }
    
    .non-banking .heading {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    .non-slider {
        border: 1px solid #eee;
        box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, .1);
        margin-top: 30px;
    }
    
    .non-banking .owl-carousel .owl-nav .owl-next {
        right: 0;
        top: -63px;
        display: none;
    }
    
    .non-banking .owl-carousel .owl-nav .owl-prev {
        right: 40px;
        top: -63px;
        left: auto;
        display: none;
    }
    
    .non-slider .item:after {
        border-right: 1px solid #eee;
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        right: 0;
        top: 0;
    }
    
    .non-slider .item {
        position: relative;
    }
    
    .training-dashboard-sidebar.open {
        width: 360px;
    }
    
    .training-dashboard-sidebar.open li:after,
    .training-dashboard-sidebar.open .top-bar span {
        opacity: 1;
    }
    
    .training-dashboard-sidebar .open-box {
        position: absolute;
        width: 60px;
        left: 0;
        top: 0;
        padding-top: 20px;
        cursor: pointer;
    }
    
    .training-dashboard-sidebar .open-box.open-other {
        left: auto;
        right: 0;
        background: url(../images/close-arrwo.png) no-repeat 0 14px;
        padding-top: 18px;
        padding-bottom: 18px;
    }
    
    .training-dashboard-sidebar .open-box.open-other span.line-icon {
        opacity: 0;
        transition: all linear .1s;
    }
    
    .training-dashboard-sidebar .open-box span.line-icon {
        width: 30px;
        height: 2px;
        background: #fff;
        float: left;
        margin: 3px 15px;
        opacity: 1;
        transition: all linear .5s;
    }
    
    .training-dashboard-sidebar .top-bar {
        width: 100%;
        height: 60px;
        margin-bottom: 20px;
        background: #00bbe6;
    }
    
    .training-dashboard-sidebar .top-bar span {
        padding-top: 10px;
        padding-left: 40px;
        background: url(../images/training-dashboard-sidebar-admin-icon.png) 0 2px no-repeat;
        font-size: 20px;
        color: #fff;
        margin-top: 16px;
        float: left;
        padding-bottom: 10px;
        margin-left: 60px;
        opacity: 0;
        transition: all linear .3s;
    }
    
    .training-dashboard-sidebar li a {
        position: relative;
        transition: all linear .3s;
        display: block;
        color: #595959;
    }
    
    .training-dashboard-sidebar li span.icon {
        display: inline-block;
        vertical-align: middle;
        padding-left: 20px;
        padding-right: 10px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 1;
        bottom: 0;
        padding-top: 12px;
        padding-bottom: 10px;
    }
    
    .training-dashboard-sidebar li:hover a {
        color: #0587d1
    }
    
    span.tooltip-icon {
        background: #0587d1;
        padding: 12px 8px;
        font-size: 13px;
        text-align: center;
        left: -160px;
        position: absolute;
        opacity: 0;
        top: 6px;
        color: #fff;
        transition: all linear .3s;
        width: 160px;
    }
    
    .training-dashboard-sidebar li:hover span.tooltip-icon {
        left: 60px;
        opacity: 1;
    }
    
    .training-dashboard-sidebar.open span.tooltip-icon {
        display: none;
    }
    
    .upcomevent-n ul {
        padding-bottom: 8px !important;
    }
    
    .training-dashboard-sidebar li span.link {
        display: block;
        padding: 15px 0;
        font-size: 0px;
        border-bottom: solid 1px #ddd;
        transition: all linear 0.3s;
        transform: translateX(-100%);
    }
    
    .training-dashboard-sidebar li:hover span.link {
        color: #00bbe6;
    }
    
    .training-dashboard-sidebar.open li span.link {
        transform: translateX(0);
        padding-left: 60px;
        font-size: 16px;
    }
    
    .training-dashboard-sidebar li:after {
        position: absolute;
        content: "";
        width: 260px;
        height: 1px;
        background: #ddd;
        left: 50px;
        bottom: 0;
        opacity: 0;
    }
    
    .training-dashboard-sidebar li:last-child:after {
        display: none;
    }
    
    .what-vidya1 {
        background: url(../images/bg-asked-question.jpg) repeat;
        width: 100%;
        padding: 70px 0;
    }
    
    .what-vidya1 li {
        width: 32%;
        background: #fff;
        position: relative;
        text-align: center;
        padding: 25px 20px;
        box-sizing: border-box;
        transition: all ease 0.6s;
        box-shadow: 0px 0 13px rgba(0, 0, 0, .2);
    }
    
    .what-vidya1 li:hover {
        background: #a7152a;
    }
    
    .what-vidya1 li:hover:after {
        border-color: #e93e57;
    }
    
    .what-vidya1 li:hover p {
        color: #fff;
    }
    
    .what-vidya1 li:hover .img-nor {
        opacity: 0;
    }
    
    .what-vidya1 li:hover .img-hov {
        opacity: 1;
    }
    
    .what-vidya1 li::after {
        content: "";
        position: absolute;
        border: 1px solid #eee;
        width: 92%;
        height: 90%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    
    .rel {
        position: relative;
        z-index: 1;
    }
    
    .img-h {
        position: relative;
        width: 60px;
        height: 60px;
        right: 0;
        left: 0;
        margin: auto;
    }
    
    .img-h img {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }
    
    .img-h img.img-hov {
        opacity: 0;
    }
    
    .what-vidya1 li p {
        font-size: 19px;
        text-align: center;
        color: #4e4e4e;
        text-transform: uppercase;
        line-height: 28px;
        margin-bottom: 0;
        transition: all ease 0.6s;
        font-weight: bold;
    }
    
    .howapply-loan {
        background: #0586cf;
        position: relative;
    }
    
    .howapply-loan::after {
        background: #006eac;
        content: "";
        position: absolute;
        width: 40%;
        top: 0;
        left: 0;
        height: 100%;
    }
    
    .howapply-loan ul {
        width: calc(100% - 450px);
        display: inline-block;
        margin-left: 45px;
        padding: 20px 0;
    }
    
    .howapply-loan ul li {
        color: #fff;
        font-weight: normal;
        display: inline-block;
        font-size: 22px;
        margin-right: 28px;
        border-right: 1px solid #ccc;
        padding-right: 23px;
        padding: 5px 23px 5px 0;
        vertical-align: top;
    }
    
    .howapply-loan ul li:last-child {
        border-right: 0;
    }
    
    .howapply-loan ul li span {
        vertical-align: middle;
        color: #fff;
    }
    
    .howapply-loan ul li img {
        vertical-align: middle;
        margin-right: 4px;
    }
    
    .howapply-loan .main-container {
        position: relative;
        z-index: 1;
        background: #0586cf;
    }
    
    .howapply-loan h3 {
        color: #ffffff;
        font-size: 26px;
        display: inline-block;
        padding: 25px 0;
        background: #006eac;
        width: 400px;
        position: relative;
        vertical-align: top;
    }
    
    .howapply-loan h3::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-right: 10px solid transparent;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #006eac;
        right: -19px;
        bottom: 0;
        top: 0;
        margin: auto;
    }
    
    .training-dashboard-page .ceo-sec,
    .training-dashboard-page .tp-information {
        margin-right: 30px;
        width: 450px;
        height: 400px;
        float: left;
        box-shadow: 0 0px 6px rgba(0, 0, 0, .14);
        padding: 30px;
        box-sizing: border-box;
        /*background: url(../images/training-dashboard-ceo-bg.jpg) 0 0 no-repeat; */
        position: relative;
        overflow-y: auto;
    }
    
    .training-dashboard-page .ceo-sec:before {
        position: absolute;
        content: "";
        width: 390px;
        height: 1px;
        background: #ddd;
        top: 184px;
        left: 30px;
        right: 30px
    }
    
    .training-dashboard-page .ceo-sec .ceo-text {
        width: 225px;
        height: 130px;
        background: #ffffff;
        /* border-radius: 50%; */
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        line-height: 104px;
        /*margin-top: 50px;
        margin-bottom: 25px;*/
        box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
        /* padding: 10px; */
        /* box-sizing: border-box; */
        position: relative;
        margin: 0 auto 40px;
    }
    
    .training-dashboard-page .ceo-sec .ceo-text img {
        width: 100px;
        max-width: 100%;
        height: auto;
        /* border-radius: 50%; */
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .training-dashboard-page .ceo-sec span {
        font-size: 16px;
        line-height: 22px;
        color: #2a2a28;
        float: left;
        width: calc(100% - 156px);
    }
    
    .training-dashboard-page .ceo-sec span.name {
        width: 140px;
        float: left;
        position: relative;
        padding-right: 15px;
        opacity: .7;
    }
    
    .training-dashboard-page .ceo-sec span.name:after {
        position: absolute;
        content: ":";
        top: 0;
        right: 15px;
    }
    
    .training-dashboard-page .ceo-sec .list {
        margin-bottom: 10px;
        margin-left: 10px;
        float: left;
        width: 100%;
    }
    
    .training-dashboard-page .ceo-sec.business {
        width: 585px;
        height: 505px;
        overflow-y: auto;
        padding: 0;
        margin-top: 40px;
        overflow: visible;
    }
    
    .training-dashboard-page .ceo-sec.business .business-inside {
        overflow-y: auto;
        height: 445px;
    }
    
    .training-dashboard-page .ceo-sec.business:before {
        display: none;
    }
    
    .training-dashboard-page .ceo-sec.business .list {
        margin-top: 10px;
        padding-left: 15px;
        margin-left: 0;
        padding-right: 15px;
        box-sizing: border-box;
    }
    
    .training-dashboard-page .ceo-sec.business span.name {
        width: 200px;
    }
    
    .training-dashboard-page .ceo-sec.business span {
        width: calc(100% - 215px);
    }
    
    .training-dashboard-page .training-programmes {
        width: 710px;
        height: 400px;
        overflow-y: auto;
        float: left;
        position: relative;
        box-shadow: 0 0px 6px rgba(0, 0, 0, .14);
    }
    
    .training-dashboard-page .inner-sec {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .training-dashboard-page .title-text {
        width: 100%;
        height: 60px;
        background: #0587d1;
        text-align: center;
        line-height: 60px;
        font-size: 22px;
        color: #fff;
        box-sizing: border-box;
    }
    
    .training-dashboard-page .title-text.tab {
        width: 24.5%;
        margin-right: .5%;
        float: left;
        background: #0587d1;
        cursor: pointer;
        transition: all linear .3s;
        border-bottom: solid 2px transparent;
    }
    
    .training-dashboard-page .title-text.tab span.icon {
        background: url(../images/Fee-based-icon.png) no-repeat 0 0;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: relative;
        top: 5px;
        padding-right: 8px;
        transition: all linear .3s;
    }
    
    .training-dashboard-page .title-text.tab.ornage {
        background: #ED7D31;
    }
    
    .training-dashboard-page .title-text.tab.yellow {
        background: #FFC000;
    }
    
    .training-dashboard-page .title-text.tab.green {
        background: #70AD47;
        margin-right: 0;
        width: 25%;
    }
    
    .training-dashboard-page .title-text.tab.green span.icon {
        background: url(../images/dashboared-partner.png) no-repeat 0 0;
        top: 9px;
    }
    
    .training-dashboard-page .title-text.tab.ornage span.icon {
        background: url(../images/dashboared-Schemes.png) no-repeat 0 0;
    }
    
    .training-dashboard-page .title-text.tab.yellow span.icon {
        background: url(../images/dashboared-skill.png) no-repeat 0 0;
    }
    
    .inner-scheme-tab {
        width: 320px;
        float: left;
        margin-right: 40px;
    }
    
    .training-dashboard-page .title-text.tab.inner-tab {
        position: relative;
        padding: 14px;
        color: #2c4657;
        height: auto;
        width: 100%;
        cursor: pointer;
        box-sizing: border-box;
        text-align: left;
        line-height: 24px;
        font-size: 18px;
        border-bottom: none;
        background: #f9f9f9;
        border-bottom: solid 1px #ddd;
        position: relative;
    }
    /*.training-dashboard-page .title-text.tab.inner-tab:nth-of-type(odd){
    background: #d72b1d;
  }
  .training-dashboard-page .title-text.tab.inner-tab:nth-of-type(even){
    background: #97ab10;
  }*/
    
    .training-dashboard-page .title-text.tab:hover,
    .training-dashboard-page .title-text.tab.active {
        border-bottom: solid 2px #d72b1d;
        color: #d72b1d;
        background: #fff;
    }
    
    .training-dashboard-page .title-text.tab:hover span.icon,
    .training-dashboard-page .title-text.tab.active span.icon {
        background-position-y: -35px;
    }
    
    .training-dashboard-page .title-text.tab.inner-tab.active {
        background: #d72b1d;
        color: #fff;
    }
    
    .training-dashboard-page .title-text.tab.inner-tab:hover {
        background: #97ab10;
        color: #fff;
        border-bottom: solid 1px #97ab10;
    }
    
    .training-dashboard-page .title-text.tab.inner-tab.active:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(235, 235, 235, 0);
        border-left-color: #d72b1d;
        border-width: 10px;
        margin-top: -10px;
    }
    
    table.data-content-tab {
        display: none;
        transition: all linear .3s;
    }
    
    table.data-content-tab.active {
        display: block;
        animation: fade-effect linear .3s;
    }
    
    .training-dashboard-page img.chart {
        margin: 90px 0 0 30px;
    }
    
    .training-dashboard-page .top-sector,
    .training-dashboard-page .business-modal {
        width: 100%;
        height: 140px;
        margin-top: 40px;
        float: left;
        box-shadow: 0 0px 6px rgba(0, 0, 0, .14);
    }
    
    .training-dashboard-page .business-modal.half {
        width: 575px;
    }
    /*.training-dashboard-page .business-modal.half.achive{
    height: 295px;
    overflow-y: auto;
  }*/
    
    .training-dashboard-page .business-modal.half.achive .table-wrap-for-resp {
        overflow-y: auto;
        height: 237px;
    }
    
    .training-dashboard-page .mb40 {
        margin-bottom: 40px;
    }
    
    .training-dashboard-page .business-modal td {
        padding-left: 15px;
    }
    
    .training-dashboard-page .business-modal.half:nth-of-type(2n) {
        float: right;
    }
    
    .training-dashboard-page .top-sector {
        margin-bottom: 0;
    }
    
    .training-dashboard-page .top-sector .title-text {
        width: 170px;
        height: 140px;
        line-height: 32px;
        margin-right: 15px;
        text-align: left;
        font-size: 34px;
        padding: 37px 0 0 30px;
        box-sizing: border-box;
        float: left;
    }
    
    .training-dashboard-page .title-text.left {
        text-align: left;
        padding-left: 30px;
    }
    
    .training-dashboard-page .title-text.grey {
        /*background: #2c4657;*/
    }
    
    .training-dashboard-page .top-sector .title-text span {
        font-size: 70px;
        font-weight: bold;
    }
    
    .training-dashboard-page .top-sector .icon {
        margin-right: 8px;
        height: 140px;
        position: relative;
        float: left;
        width: 192px;
    }
    
    .training-dashboard-page .top-sector .icon img {
        float: left;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        margin-right: 5px;
    }
    
    .training-dashboard-page .top-sector .icon span {
        width: calc(100% - 95px);
        float: left;
        display: block;
        position: relative;
        color: #2c4657;
        font-size: 15px;
        line-height: 18px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .training-dashboard-page .business-modal {
        height: auto;
        overflow-y: auto;
    }
    
    .training-dashboard-page table {
        border-collapse: collapse;
    }
    
    .training-dashboard-page th,
    .training-dashboard-page td {
        width: 20%;
        text-align: left;
        padding: 10px;
        line-height: 20px;
        color: #2a2a28;
        font-size: 15px;
        border: solid 1px #ddd;
        box-sizing: border-box;
    }
    
    .training-dashboard-page th {
        opacity: .7;
    }
    
    .training-dashboard-page .tp-information {
        background: none;
        padding: 0;
        height: 400px;
        clear: both;
    }
    
    .training-dashboard-page .tp-information .title-text {
        /*background: #2c4657;*/
    }
    
    .training-dashboard-page .training-programmes.graph {
        height: 400px;
    }
    
    .training-dashboard-page .training-programmes.graph img.graph {
        margin-top: 55px;
    }
    
    .training-dashboard-page .tp-information.skill-impact {
        height: auto;
        min-height: 335px;
        margin-top: 40px;
        width: 50%;
        position: relative;
    }
    
    .training-dashboard-page .tp-information.skill-impact img {
        margin: 20px;
        float: left;
    }
    
    .training-dashboard-page .tp-information.skill-impact span {
        font-size: 30px;
        line-height: 26px;
        margin-right: 20px;
        color: #471690;
        float: right;
        width: 185px;
        margin-top: 85px;
    }
    
    .training-dashboard-page .tp-information.skill-impact span small {
        font-size: 13px;
        display: block;
    }
    
    .training-dashboard-page .training-programmes.industry-partner {
        width: 565px;
        height: 335px;
        margin-top: 40px;
    }
    
    .training-dashboard-page .training-programmes.industry-partner p {
        padding: 15px;
    }
    
    .training-dashboard-page .Industry-tab .img {
        width: 25%;
        float: left;
        text-align: center;
        background: url(../images/data-divider.png) right 52px no-repeat;
        padding-top: 65px;
        min-height: 210px;
        position: relative;
    }
    
    .training-dashboard-page .Industry-tab .img img {
        width: 70%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    .training-dashboard-page .training-programmes.industry-partner .img:last-of-type,
    .training-dashboard-page .Industry-tab .img:nth-of-type(4n) {
        background: none;
    }
    
    span.page-title {
        font-size: 22px;
        padding-bottom: 15px;
        line-height: 28px;
        float: left;
        width: 89%;
        /*text-transform: uppercase;*/
        color: #0587d1;
    }
    
    .page-heading {
        overflow: hidden;
        width: 100%;
    }
    
    a.back-page-link {
        width: auto;
        /* display: block; */
        padding: 0 0 10px;
        text-align: right;
        font-size: 14px;
        font-weight: 600;
        color: #0587d1;
        transition: all linear .3s;
        float: right;
        text-transform: uppercase;
        /* text-decoration: underline; */
        padding: 7px 25px;
        /*background: #d73525;*/
        border-radius: 16px;
        border: solid 1px #0587d1;
    }
    
    a.back-page-link:hover {
        background: #0587d1;
        border: solid 1px #fff;
        color: #fff;
    }
    
    .bradcam.dashboared {
        width: 50%;
        padding: 0;
        float: right;
    }
    
    ul.video-sec-short {
        margin: 0;
        padding: 0;
    }
    
    ul.video-sec-short li {
        width: 150px;
        height: 138px;
        float: left;
        background: #f4f7f8;
        text-align: center;
        /*border-bottom: solid 1px #dde5e9;*/
        /*border-right: solid 1px #dde5e9;*/
        padding-top: 80px;
        box-sizing: border-box;
        margin-top: 5px;
    }
    
    ul.video-sec-short li:last-child,
    ul.video-sec-short li:nth-child(8n) {
        border-right: 0;
    }
    
    ul.video-sec-short li:nth-of-type(even) {
        background: #fff;
    }
    
    ul.video-sec-short li a {
        color: rgba(42, 42, 40, .5);
        font-size: 16px;
        background: url("../images/video-icon.png") no-repeat 0 0;
        padding-top: 50px;
        transition: all linear .3s;
    }
    
    ul.video-sec-short li:hover a {
        background: url("../images/video-icon-hover.png") no-repeat 0 0;
        color: rgba(42, 42, 40, 1);
    }
    
    .page-tphub .nos-qp-pager-right {
        width: 50%;
    }
    
    p.notfound {
        padding-left: 15px;
    }
    
    .page-tphub .page-heading h1 {
        display: none;
    }
    
    ul.assment-list {
        padding: 15px 0 15px 0;
        height: 80px;
        overflow-y: auto;
    }
    
    ul.assment-list li {
        padding-bottom: 10px;
        list-style: disc;
        margin-left: 45px;
        text-transform: uppercase;
    }
    
    img.skill-thumb {
        width: 145px;
        height: 100px;
        float: left;
        margin-right: 10px;
        margin-top: 10px;
    }
    
    .full-data-section {
        height: 310px;
        overflow-y: auto;
        float: left;
    }
    
    @keyframes fade-effect {
        from {
            /*transform: translateY(5%)*/
            opacity: 0;
        }
        to {
            /*transform: translateY(0%)*/
            opacity: 1;
        }
    }
    
    .section-rozgar-photo-gallery .page-heading {
        display: none;
    }
    
    .js #sidebar-first {
        margin-top: 20px;
    }
    
    .photo-gallery-listing-wrap {
        /* border: 1px solid #ccc; */
        /* padding: 10px; */
        margin-bottom: 15px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, .1);
        padding: 14px;
    }
    
    /* .photo-gallery-listing-wrap .photo-gallery-listing {
        width: 100%;
    }
     */
     .photo-gallery-listing-wrap .photo-gallery-listing{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
     }
    /* .rozgar-photo-gallery-main-wrap .photo-gallery-listing li {
        box-shadow: 0 1px 8px #ccc;
        float: left;
        margin-right: 1%;
        width: 24%;
        margin-bottom: 1%;
        position: relative;
        height: 221px;
        overflow: hidden;
    } */
    .rozgar-photo-gallery-main-wrap .photo-gallery-listing li {
        box-shadow: 0 1px 8px #ccc;
        width: 24%;
        position: relative;
    }
    
    .rozgar-photo-gallery-main-wrap .photo-gallery-listing li:nth-child(4n) {
        margin-right: 0;
    }
    
    .rozgar-photo-gallery-main-wrap .photo-gallery-desc {
        box-sizing: border-box;
        color: #fff;
        font-size: 16px;
        height: 50px;
        line-height: 20px;
        max-height: inherit;
        min-height: inherit;
        padding: 5px;
        text-align: center;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        background: rgba(0, 0, 0, .5);
        transition: all ease 0.6s;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .rozgar-photo-gallery-main-wrap h3 {
        margin-bottom: 11px;
        margin-top: 7px;
        text-align: left;
    }
    
    .rozgar-photo-gallery-main-wrap .photo-gallery-img a::after {
        width: 100%;
        position: absolute;
        content: "";
        background: #0085cb;
        top: 0;
        left: 0;
        opacity: .7;
        height: 0;
        transition: all ease 0.6s;
        display: block;
    }
    
    .rozgar-photo-gallery-main-wrap .photo-gallery-listing li:hover .photo-gallery-img a::after {
        height: 100%;
        transition: all ease 0.6s;
    }
    
    .rozgar-photo-gallery-main-wrap .photo-gallery-listing li:hover .photo-gallery-desc {
        bottom: 40%;
        transition: all ease 0.6s;
        background: none;
    }
    
    .rozgar-photo-gallery-main-wrap .photo-gallery-img {
        height: 220px;
    }
    
    .rozgar-photo-gallery-main-wrap .photo-gallery-img {
        border: 0;
    }
    
    #views-exposed-form-rozgar-photo-gallery-page .views-exposed-form {
        background: #f1f1f1 none repeat scroll 0 0;
        box-sizing: border-box;
        margin-bottom: 15px;
        padding: 15px 20px 15px 35px;
        text-align: center;
    }
    
    #views-exposed-form-rozgar-photo-gallery-page .views-exposed-form .views-exposed-widget {
        float: left;
        padding: .5em 1em 0 0;
        width: 220px;
    }
    
    #views-exposed-form-rozgar-photo-gallery-page .view-press-release .views-exposed-widget.views-submit-button {
        margin: 0px;
        top: 0px;
        left: 0px !important;
    }
    
    #views-exposed-form-rozgar-photo-gallery-page .views-exposed-widget.views-submit-button {
        display: inline-block;
        left: 0 !important;
        margin: 0;
        position: relative;
        right: 0;
        float: left;
        top: 0;
    }
    
    #views-exposed-form-rozgar-photo-gallery-page .views-exposed-form input,
    #views-exposed-form-rozgar-photo-gallery-page .views-exposed-form select {
        width: 220px;
        float: left;
        height: 30px;
        padding-left: 10px;
        box-sizing: border-box;
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }
    
    #views-exposed-form-rozgar-photo-gallery-page .views-exposed-form input.form-submit {
        float: left;
        width: 100%;
        height: 30px;
        margin-top: 0;
        border: 0;
        background: #3a3a3a;
        text-align: center;
        color: #fff;
        padding-left: 0;
        cursor: pointer;
    }
    
    #views-exposed-form-rozgar-photo-gallery-page .views-exposed-widget.views-reset-button,
    #views-exposed-form-rozgar-photo-gallery-page .view-id-blog .views-exposed-widget.views-reset-button {
        position: static;
        margin: 0;
    }
    /* video gallery */
    
    #views-exposed-form-rozgar-video-gallery-page .views-exposed-form {
        background: #f1f1f1 none repeat scroll 0 0;
        box-sizing: border-box;
        margin-bottom: 15px;
        padding: 15px 20px 15px 35px;
        text-align: center;
    }
    
    #views-exposed-form-rozgar-video-gallery-page .views-exposed-form .views-exposed-widget {
        float: left;
        padding: .5em 1em 0 0;
        width: 220px;
    }
    
    #views-exposed-form-rozgar-video-gallery-page .view-press-release .views-exposed-widget.views-submit-button {
        margin: 0px;
        top: 0px;
        left: 0px !important;
    }
    
    #views-exposed-form-rozgar-video-gallery-page .views-exposed-widget.views-submit-button {
        display: inline-block;
        left: 0 !important;
        margin: 0;
        position: relative;
        right: 0;
        float: left;
        top: 0;
    }
    
    #views-exposed-form-rozgar-video-gallery-page .views-exposed-form input,
    #views-exposed-form-rozgar-video-gallery-page .views-exposed-form select {
        width: 220px;
        float: left;
        height: 30px;
        padding-left: 10px;
        box-sizing: border-box;
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }
    
    #views-exposed-form-rozgar-video-gallery-page .views-exposed-form input.form-submit {
        float: left;
        width: 100%;
        height: 30px;
        margin-top: 0;
        border: 0;
        background: #3a3a3a;
        text-align: center;
        color: #fff;
        padding-left: 0;
        cursor: pointer;
    }
    
    #views-exposed-form-rozgar-video-gallery-page .views-exposed-widget.views-reset-button,
    #views-exposed-form-rozgar-video-gallery-page .view-id-blog .views-exposed-widget.views-reset-button {
        position: static;
        margin: 0;
    }
    /* end video gallery */
    
    .rozgar-page-li li {
        display: inline-block;
        margin-right: 20px;
        width: 380px;
        float: left;
    }
    
    .rozgar-page-li li:last-child {
        margin-right: 0;
        float: right;
    }
    
    .photo-gallery-n,
    .video-gallery-n {
        background: #f6f6f6;
        padding: 13px;
        height: 335px;
        margin-bottom: 28px;
        position: relative;
    }
    
    .nnins ul {
        background: #f6f6f6;
        padding: 13px;
        padding-bottom: 25px;
    }
    
    .nnins .news-inside .bx-wrapper ul li {
        padding: 7px 0;
    }
    
    .nnins .news-inside .bx-wrapper ul li .news-desc {
        width: calc(100% - 70px);
        padding-right: 10px;
    }
    
    .nnins .news-inside .bx-viewport {
        height: 336px !important;
        overflow: hidden;
    }
    
    span.date-display-single {
        display: block;
    }
    
    .nnins .bx-controls-direction {
        top: 25px;
        position: absolute;
        right: 0;
        bottom: auto;
        width: 100%;
    }
    
    .vidnn-hov {
        background: rgba(0, 0, 0, .6);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all ease 0.6s;
    }
    
    .vidnn-hov img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        left: 0;
    }
    
    .video-gallery-n:hover .vidnn-hov {
        opacity: 1;
        transition: all ease 0.6s;
    }
    
    .nsdc-new-page ul.partner-list li .inner-data .data-name.partner a.print-link {
        display: inline-block;
        vertical-align: top;
        margin-top: 18px;
        margin-left: 10px;
    }
    
    .nsdc-new-page ul.partner-list li .inner-data .data-name.partner a.print-link img {
        width: 20px;
    }
    
    .page-tphub #ui-id-1,
    .page-tphub #ui-id-2 {
        width: 550px !important;
    }
    
    .page-tphub #ui-id-1 #ui-id-2 {
        width: 100% !important;
    }
    
    .nsdc-new-page .search-box input.search-field {
        outline: none;
    }
    
    .nsdc-new-page .search-box input.search-field-btn {
        outline: none;
    }
    
    .nsdc-new-page ul.partner-list li .inner-data .data-name.partner.mobileview {
        display: none;
    }
    
    .nsdc-new-page ul.partner-list li .inner-data .data-name.partner.deskview {
        display: block;
    }
    /* pmckvy stt form */
    
    .pmkvystt .webform-component {
        width: 30%;
        float: left;
        margin-right: 3%;
        margin-bottom: 1px;
    }
    
    .pmkvystt label,
    .pmkvystt #edit-submitted-file-attachment-upload-button,
    .pmkvystt .webform-component--file-attachment .description {
        display: none;
    }
    
    .pmkvystt h1 {
        color: #0587d1;
        font-family: "lato-semibold-webfont";
        font-size: 20px;
        line-height: normal;
        padding-bottom: 9px;
        position: relative;
        font-weight: normal;
        padding-top: 20px;
    }
    
    .pmkvystt p {
        font-size: 13px;
        margin: 16px 0;
        text-align: justify;
    }
    
    .pmkvystt-row {
        width: 100%;
    }
    
    .pmkvystt-col-3 {
        width: 30%;
        float: left;
        margin-right: 3%;
        amargin-top: 2px;
    }
    
    .pmkvystt-col-3::nth-child(3n) {
        margin-right: none;
    }
    
    .pmkvystt-col-9 {
        width: 66%;
        float: left;
    }
    
    .pmkvystt span.txt {
        width: auto;
        float: left;
        font-family: 'lato-semibold-webfont';
        font-size: 15px;
        color: rgba(43, 43, 43, 0.6);
        margin-bottom: 10px;
        display: none;
    }
    
    .pmkvystt select,
    .pmkvystt input[type="text"],
    .pmkvystt input[type="email"] {
        width: 100%;
        border: 1px solid rgba(117, 117, 117, 0.3);
        height: 36px;
        padding: 0 12px;
        font-family: 'lato-regular-webfont';
        font-size: 13px;
        color: #757575;
        margin-bottom: 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
    }
    
    .pmkvystt input:focus,
    .pmkvystt textarea:focus,
    .pmkvystt select:focus {
        border-bottom: 1px solid #0085cb;
    }
    
    .pmkvystt textarea {
        width: 100%;
        height: 80px;
        border: 1px solid rgba(117, 117, 117, 0.3);
        font-family: 'lato-regular-webfont';
        font-size: 13px;
        color: #757575;
        padding: 0 12px;
        line-height: 25px;
        margin-bottom: 12px;
        margin-bottom: 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
    }
    
    .pmkvystt input[type="file"] {
        margin-top: 0px;
        display: block;
    }
    
    .clr {
        clear: both;
    }
    
    .btn-wrap {
        width: 100px;
        height: auto;
        margin-top: 15px;
    }
    
    .pmkvystt .btn {
        width: 100px;
        height: 30px;
        margin-top: 0;
        border: 0;
        background: #0085cb;
        text-align: center;
        color: #fff;
        padding-left: 0;
        cursor: pointer;
        display: inline-block;
        line-height: 30px;
        vertical-align: top;
        text-transform: none;
        margin-top: 10px;
    }
    /* end pmckvy stt form */
    /* Partners page */
    
    .funding-new-sec .collaborate-section ul li a.view-more:hover {
        background-color: #fff;
        color: #2491d5;
    }
    
    .prt-overview {
        float: left;
        width: 100%;
        text-align: center;
        padding: 50px 0;
        background-color: #f7f7f7;
    }
    
    .prt-overview h2 {
        font-size: 36px;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
        color: #000;
    }
    
    .prt-overview p {
        text-align: justify;
        font-size: 15px;
        line-height: 1.5;
        color: #4f4f4f;
        margin: 0 auto 20px;
        /* max-width: 75%; */
    }
    
    .prt-overview p.full {
        max-width: 100%;
    }
    
    .prt-overview p:last-of-type {
        margin-bottom: 0;
    }
    
    .prt-overview .dev-listing {
        font-size: 0;
        margin: 20px 0 0;
    }
    
    ul.dev-listing p {
        padding-top: 10px;
    }
    
    .prt-overview .dev-listing li {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        font-size: 16px;
        line-height: 1;
        padding: 0 20px;
    }
    
    .prt-overview .dev-listing li img {
        display: block;
        margin: 0 auto 15px;
    }
    
    .prt-overview .dev-listing li span {
        font-family: "opensans-bold-webfont";
        display: block;
        color: #4f4f4f;
    }
    
    .nsdc-prt-boxes {
        width: 100%;
        float: left;
        background: url(../images/prt-bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 40px 0;
        margin-bottom: 45px;
    }
    
    .nsdc-prt-boxes .main-container::after {
        clear: both;
        content: "";
        display: table;
    }
    
    .nsdc-prt-boxes .prt-box {
        float: left;
        width: 395px;
        padding: 10px 20px;
        border-right: 1px solid #aaa;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .nsdc-prt-boxes .prt-box:first-child {
        padding-left: 0;
    }
    
    .nsdc-prt-boxes .prt-box:last-child {
        padding-right: 0;
        border-right: 0 none;
    }
    
    .nsdc-prt-boxes .prt-box .img {
        float: left;
        width: 100px;
        margin-right: 20px;
        padding-top: 20px;
    }
    
    .nsdc-prt-boxes .prt-box .img img {
        width: 100%;
    }
    
    .nsdc-prt-boxes .prt-box .content {
        float: left;
        margin: 0;
        width: calc(100% - 120px);
    }
    
    .nsdc-prt-boxes .prt-box .prt-heading {
        font-size: 24px;
        line-height: 1.2;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    
    .nsdc-prt-boxes .prt-box .prt-heading span {
        font-family: "lato-semibold-webfont";
        font-weight: 700;
        display: block;
        font-size: 28px;
    }
    
    .nsdc-prt-boxes .prt-box p {
        margin: 0;
        color: #fff;
        font-size: 15px;
        line-height: 1.4;
        text-align: left;
        margin-bottom: 15px;
    }
    
    .nsdc-prt-boxes .prt-box a.prt-btn {
        display: inline-block;
        border: 1px solid #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 12px;
        line-height: 1;
        text-transform: uppercase;
        padding: 10px 15px;
        color: #fff;
        background-color: transparent;
    }
    
    .nsdc-prt-boxes .prt-box a.prt-btn:hover {
        background-color: #fff;
        color: #000;
    }
    
    .funding-new-sec1 .count-value ul li {
        width: 175px;
        height: 140px;
    }
    
    .count-value .main-container {
        display: flex;
        justify-content: space-around;
    }
    
    .funding-new-sec .acc-slider {
        float: left;
        width: 100%;
    }
    
    .funding-new-sec.funding-new-sec1 .guideline-section {
        width: 100%;
        float: left;
    }
    /*Accordion slider*/
    
    .accordionjs,
    .accordionjs * {
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }
    
    .accordionjs {
        margin: 0 auto;
        padding: 0;
        height: 480px;
        width: 100%;
        overflow: hidden;
        list-style: none;
        position: relative;
    }
    
    .accordionjs::after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        width: 5px;
    }
    
    .accordionjs>li {
        background-color: #fff;
        margin-right: -1200px;
        margin-bottom: 0;
        padding-left: 0;
    }
    
    .accordionjs-select {
        cursor: pointer;
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        margin: 0;
        z-index: 1;
    }
    
    .accordionjs-title span {
        display: block;
        position: absolute;
        bottom: 41%;
        width: 100%;
        white-space: nowrap;
        line-height: 1;
        transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -ms-writing-mode: lr-bt;
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
    
    .accordionjs>li:last-of-type .accordionjs-title span {
        bottom: 41%;
    }
    
    .accordionjs-title i {
        color: #fff;
        margin-right: 10px;
        font-size: 18px;
    }
    
    .accordionjs-content {
        background: url(../images/acc-slider-bg.png) repeat-x left bottom #a11b1b;
        color: #fff;
        height: 430px;
        width: 1104px;
        padding: 20px 24px;
        position: relative;
        overflow: auto;
    }
    
    .accordionjs-content,
    .accordionjs-separator,
    .accordionjs-title,
    .accordionjs>li {
        float: left;
    }
    
    .accordionjs-select:checked~.accordionjs-separator {
        margin-right: 1200px;
        margin-bottom: 0;
    }
    
    .accordionjs-select,
    .accordionjs-title {
        background-color: #b81b1b;
        color: #fff;
        width: 70px;
        height: 430px;
        font-size: 32px;
        line-height: 1;
        font-family: "lato-semibold-webfont";
        font-weight: 700;
    }
    /* .accordionjs-select:checked~.accordionjs-title{display: none;} */
    
    .accordionjs-select:disabled~.accordionjs-title {
        background-color: #942E2E;
    }
    
    .accordionjs-select:checked~.accordionjs-content,
    .accordionjs-title {
        margin-right: 0;
        margin-bottom: 0;
    }
    
    .accordionjs-title,
    .accordionjs>li {
        position: relative;
    }
    
    .accordionjs-separator {
        transition: margin .3s ease .1s;
        -o-transition: margin .3s ease .1s;
        -moz-transition: margin .3s ease .1s;
        -webkit-transition: margin .3s ease .1s;
    }
    
    .tabs-content>.right-side-bar p strong {
        font-weight: bold;
    }
    
    .tab-2 .accordionjs-select,
    .tab-2 .accordionjs-title,
    .tab-5 .accordionjs-select,
    .tab-5 .accordionjs-title,
    .tab-8 .accordionjs-select,
    .tab-8 .accordionjs-title {
        background-color: #0587d1;
    }
    
    .tab-2 .accordionjs-content,
    .tab-5 .accordionjs-content,
    .tab-8 .accordionjs-content {
        background-color: #2f9de1;
    }
    
    .tab-3 .accordionjs-select,
    .tab-3 .accordionjs-title,
    .tab-9 .accordionjs-select,
    .tab-9 .accordionjs-title{
     background-color: #97ab10;
    }
    
    .tab-3 .accordionjs-content,
    .tab-6 .accordionjs-content,
    .tab-9 .accordionjs-content {
        background-color: #819210;
    }
    
    .tab-3 .accordionjs-select,
    .tab-6 .accordionjs-title {
        background-color: #97ab10;
    }
    
    .accordion-content .yr-title {
        font-size: 36px;
        font-family: "opensans-bold-webfont";
        line-height: 1;
        color: #fff;
        margin-bottom: 10px;
    }
    
    .accordion-content p {
        font-size: 15px;
        line-height: 1.4;
        text-align: left;
        margin: 0 0 12px;
    }
    
    .some-listing::after {
        clear: both;
        content: "";
        display: table;
    }
    
    .some-listing .some-listing-box {
        float: left;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        width: 50%;
        padding: 8px 7px 9px 12px;
        min-height: 95px;
    }
    
    .some-listing .some-listing-box:last-child {
        border-bottom: 0 none;
        border-right: 0 none;
    }
    
    .some-listing .some-listing-box:nth-child(5n) {
        border-bottom: 0 none;
    }
    
    .some-listing .some-listing-box:nth-child(2n) {
        border-right: 0 none;
    }
    
    .some-listing .some-listing-box:first-child,
    .some-listing .some-listing-box:nth-of-type(5) {
        padding-left: 0;
    }
    
    .some-listing .some-listing-box:last-child {
        padding-right: 0;
    }
    
    .some-listing .some-listing-box .img {
        float: left;
        width: 55px;
    }
    
    .some-listing .some-listing-box .content {
        float: left;
        width: calc(100% - 55px);
        margin: 0;
    }
    
    .some-listing .some-listing-box .counts {
        font-size: 30px;
        line-height: 1;
        font-family: "lato-semibold-webfont";
        font-weight: bold;
        margin-bottom: 5px;
    }
    
    .some-listing .some-listing-box p {
        margin-bottom: 0;
    }
    
    .some-listing .some-listing-box p span {
        font-size: 13px;
    }
    /*Accordion slider*/
    
    .funding-new-sec.existingpartners .guideline-section,
    .funding-new-sec.existingpartners .collaborate-section {
        overflow: visible;
        float: left;
        width: 100%;
    }
    
    .funding-new-sec .guideline-section ul li.stories::before {
        background: #2491d5 url(../images/guideline-icon-4.png) no-repeat center 10px;
    }
    
    .funding-new-sec .guideline-section ul li.stories:hover::before {
        background-color: #fff;
        background-position: center -20px;
    }
    
    .funding-new-sec .guideline-section ul li.video::before {
        background: #2491d5 url(../images/guideline-icon-5.png) no-repeat center 10px;
    }
    
    .funding-new-sec .guideline-section ul li.video:hover::before {
        background-color: #fff;
        background-position: center -20px;
    }
    
    .funding-new-sec .guideline-section ul li.news::before {
        background: #2491d5 url(../images/guideline-icon-6.png) no-repeat center 10px;
    }
    
    .funding-new-sec .guideline-section ul li.news:hover::before {
        background-color: #fff;
        background-position: center -20px;
    }
    
    .funding-new-sec .collaborate-section.no-shadow {
        padding-bottom: 0;
    }
    
    .funding-new-sec .collaborate-section.no-shadow::before {
        display: none;
    }
    
    .life-cycle-tab {
        float: left;
        width: 100%;
        padding: 45px 0;
    }
    
    .life-cycle-tab h3 {
        font-size: 30px;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
        color: #000;
        text-align: center;
        margin-bottom: 30px;
        padding-bottom: 0;
    }
    /* Responsive tabs*/
    
    .responsive-tabs__heading {
        display: none
    }
    
    .responsive-tabs__list__item {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer
    }
    /*17-02-21 - funding youtube video */
    
    .youtube_video {
        margin: 30px 0;
    }
    /*17-02-21 - funding youtube video */
    
    @media (max-width:767px) {
        .responsive-tabs__list {
            display: none
        }
        .responsive-tabs__heading {
            display: block;
            cursor: pointer
        }
        .responsive-tabs__panel--closed-accordion-only {
            display: none
        }
        .rozgar-photo-gallery-main-wrap .photo-gallery-listing li{
            width: 30%;
            margin-bottom: 3%;
            margin-right: 0;
        }
    }
    
    @media (min-width:768px) {
        .responsive-tabs__panel--closed-accordion-only {
            display: block !important
        }
    }
    /* Responsive tabs */
    
    .life-cycle-tab .responsive-tabs__list {
        font-size: 0;
    }
    
    .life-cycle-tab .responsive-tabs__list .responsive-tabs__list__item {
        font-size: 17px;
        line-height: 1;
        font-weight: bold;
        text-align: center;
        background-color: #3cabed;
        width: 14.28%;
        border-bottom: 3px solid #3cabed;
        color: #fff;
        padding: 20px 5px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 55px;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        transition: all linear 0.3s;
    }
    
    .life-cycle-tab .responsive-tabs__list .responsive-tabs__list__item:nth-child(2) {
        background-color: #40a4df;
        border-color: #40a4df;
    }
    
    .life-cycle-tab .responsive-tabs__list .responsive-tabs__list__item:nth-child(3) {
        background-color: #3b9dd8;
        border-color: #3b9dd8;
    }
    
    .life-cycle-tab .responsive-tabs__list .responsive-tabs__list__item:nth-child(4) {
        background-color: #3697d0;
        border-color: #3697d0;
    }
    
    .life-cycle-tab .responsive-tabs__list .responsive-tabs__list__item:nth-child(5) {
        background-color: #3090c9;
        border-color: #3090c9;
    }
    
    .life-cycle-tab .responsive-tabs__list .responsive-tabs__list__item:nth-child(6) {
        background-color: #2683ba;
        border-color: #2683ba;
    }
    
    .life-cycle-tab .responsive-tabs__list .responsive-tabs__list__item:nth-child(7) {
        background-color: #217cb2;
        border-color: #217cb2;
    }
    
    .life-cycle-tab .responsive-tabs__list .responsive-tabs__list__item:last-child,
    .life-cycle-tab .responsive-tabs__list .responsive-tabs__list__item:nth-last-of-type(2) {
        padding-top: 10px;
    }
    
    .life-cycle-tab .responsive-tabs__list .responsive-tabs__list__item.responsive-tabs__list__item--active {
        background-color: #fff;
        color: #689b07;
        border-color: #689b07;
    }
    
    .life-cycle-tab .responsive-tabs__panel {
        padding: 30px;
        background-color: #f5f5f5;
    }
    
    .life-cycle-tab .tabs-content::after {
        clear: both;
        display: table;
        content: "";
    }
    
    .life-cycle-tab .tabs-content .left {
        float: left;
        width: 820px;
        position: relative;
        padding-right: 20px;
    }
    
    .life-cycle-tab .tabs-content .left::after {
        position: absolute;
        content: "";
        top: 0;
        left: 100%;
        bottom: 0;
        background: url(../images/tab-shadow.png) no-repeat left center;
        width: 16px;
    }
    
    .life-cycle-tab .tabs-content .left .scrollable-content {
        max-height: 320px;
        overflow-x: hidden;
        overflow-y: auto;
        padding-right: 10px;
    }
    
    .life-cycle-tab .tabs-content .right {
        float: right;
        width: 220px;
        padding-top: 120px;
    }
    
    .life-cycle-tab .tabs-content .left h2 {
        color: #689b07;
        font-size: 34px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 10px;
        padding-bottom: 0;
    }
    
    .life-cycle-tab .tabs-content .left p {
        font-family: "opensans-regular-webfont";
        line-height: 1.4;
        font-size: 15px;
        color: #626262;
        margin: 0 0 15px;
        text-align: left;
    }
    
    .life-cycle-tab .tabs-content .left p:last-of-type {
        margin-bottom: 0;
    }
    
    .life-cycle-tab .tabs-content .left p strong {
        font-weight: bold;
    }
    
    .life-cycle-tab .tabs-content .left ul {
        margin-bottom: 20px;
    }
    
    .life-cycle-tab .tabs-content .left ul li {
        padding-left: 15px;
        background: url(../images/icon-arrow-bullet.png) no-repeat left 6px;
        color: #2e2d2d;
        font-family: "opensans-regular-webfont";
        line-height: 1.4;
        font-size: 15px;
        text-align: left;
        margin-bottom: 10px;
    }
    
    .life-cycle-tab .tabs-content .links-block li {
        margin-bottom: 10px;
    }
    
    .life-cycle-tab .tabs-content .links-block li:last-child {
        margin-bottom: 0;
    }
    
    .life-cycle-tab .tabs-content .links-block li a {
        display: block;
        text-align: center;
        color: #fff;
        font-family: "lato-semibold-webfont";
        font-weight: 700;
        font-size: 15px;
        line-height: 1;
        background-color: #2491d5;
        padding: 12px 15px 13px;
    }
    
    .life-cycle-tab .tabs-content .links-block li a:hover {
        background-color: #689b07;
    }
    
    .rozgar-event .news-date-month span:nth-child(1),
    .rozgar-event .news-date-month span:nth-child(2) {
        font-weight: bold;
        font-size: 12px;
        display: inline-block;
    }
    
    .rozgar-event .news-year {
        display: block;
    }
    
    .rozgar-event .date {
        border: 1px solid #008ad2;
    }
    
    .rozgar-event .news-date-month {
        border: 0;
    }
    /* LRT Page */
    
    .lrt-row {
        margin-left: -15px;
        margin-right: -15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .lrt-row::after {
        display: table;
        content: "";
        clear: both;
    }
    
    .lrt-row [class*="lrt-col-"] {
        float: left;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .lrt-col-half {
        width: 50%;
    }
    
    .lrt-col-3 {
        width: 33.33%;
    }
    
    .lrt-overview {
        padding: 40px 0;
    }
    
    .lrt-overview,
    .lrt-overview *,
    .lrt-overview *::before,
    .lrt-overview *::before,
    .lrt-services,
    .lrt-services *,
    .lrt-services *::before,
    .lrt-services *::after,
    .lrt-templates,
    .lrt-templates *,
    .lrt-templates *::before,
    .lrt-templates *::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .lrt-overview h2,
    .lrt-services h2,
    .lrt-templates h2 {
        font-size: 30px;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
        color: #000;
        text-align: center;
        padding-bottom: 0;
    }
    
    .lrt-overview p {
        font-size: 13.5px;
        color: #595959;
        line-height: 1.6;
    }
    
    .lrt-overview .lrt-row {
        padding: 0 50px;
    }
    
    .lrt-overview .grey-box {
        background-color: #f8f8f8;
        padding: 20px 25px;
    }
    
    .lrt-overview .grey-box span {
        display: inline-block;
        vertical-align: middle;
        border-right: 1px solid #cdcdcd;
        padding: 25px 20px 0 55px;
        font-family: "opensans-bold-webfont";
        line-height: 1;
        color: #4f4f4f;
        font-size: 16px;
        min-height: 70px;
        width: 215px;
        letter-spacing: -0.5px;
        background-repeat: no-repeat;
        background-position: left center;
    }
    
    .lrt-overview .grey-box span i {
        font-style: normal;
    }
    
    .lrt-overview .grey-box span.icon-1 {
        background-image: url(../images/lrt/lrt-icon-1.png);
    }
    
    .lrt-overview .grey-box span.icon-2 {
        background-image: url(../images/lrt/lrt-icon-2.png);
    }
    
    .lrt-overview .grey-box ul {
        display: inline-block;
        vertical-align: middle;
        padding-left: 15px;
        width: calc(100% - 220px);
    }
    
    .lrt-overview .grey-box ul li {
        background: url(../images/icon-arrow-bullet.png) no-repeat left 3px;
        -webkit-background-size: 6px auto;
        background-size: 6px auto;
        color: #242424;
        font-size: 13px;
        padding-left: 20px;
        margin-bottom: 10px;
    }
    
    .lrt-overview .grey-box ul li:last-child {
        margin-bottom: 0;
    }
    
    .lrt-services {
        padding: 40px 0;
        background-color: #f8f8f8;
    }
    
    .lrt-services h2 {
        margin-bottom: 25px;
    }
    
    .lrt-services .white-box {
        background-color: #fff;
        padding: 20px;
        margin-bottom: 30px;
    }
    
    .lrt-services .white-box img {
        display: block;
        width: 100%;
        border: 1px solid #e7e7e7;
        margin-bottom: 20px;
    }
    
    .lrt-services .white-box h5 {
        color: #0587d1;
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 1;
    }
    
    .lrt-services .white-box .lrt-content {
        max-height: 220px;
        min-height: 220px;
        overflow: hidden;
    }
    
    .lrt-services .white-box p {
        margin: 0 0 10px;
        text-align: left;
        font-size: 13.5px;
        line-height: 1.6;
        color: #595959;
    }
    
    .lrt-services .white-box .icon-link {
        display: inline-block;
        text-decoration: underline;
        background: url(../images/lrt/icon-link.png) no-repeat left center;
        padding-left: 20px;
    }
    
    .lrt-services .white-box a:hover {
        color: #000;
    }
    
    .lrt-services .lrt-col-3:nth-last-of-type(1) .white-box,
    .lrt-services .lrt-col-3:nth-last-of-type(2) .white-box,
    .lrt-services .lrt-col-3:nth-last-of-type(3) .white-box {
        margin-bottom: 0;
    }
    
    .lrt-content .mCSB_scrollTools,
    .lrt-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        opacity: 1;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    
    .lrt-content .mCSB_scrollTools {
        width: 5px;
    }
    
    .lrt-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .lrt-content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: #0587d1;
    }
    
    .lrt-content .mCSB_scrollTools .mCSB_draggerRail {
        width: 1px;
        background-color: #ccc;
    }
    
    .lrt-templates {
        padding: 40px 0;
    }
    
    .lrt-templates p {
        font-size: 15px;
        color: #242424;
        line-height: 1.6;
    }
    
    .lrt-templates-block {
        margin-bottom: 20px;
    }
    
    .lrt-templates-block:last-of-type {
        margin-bottom: 0;
    }
    
    .lrt-templates-block h4 {
        font-size: 22px;
        line-height: 1;
        font-family: "lato-semibold-webfont";
        color: #0587d1;
        margin-bottom: 10px;
    }
    
    .lrt-templates-block .lrt-row {
        margin-bottom: 20px;
    }
    
    .lrt-templates-block .lrt-row:only-of-type,
    .lrt-templates-block .lrt-row:last-of-type {
        margin-bottom: 0;
    }
    
    .lrt-templates-block .lrt-temp-box a {
        display: block;
        color: #242424;
    }
    
    .lrt-templates-block .lrt-temp-box a::after {
        display: table;
        content: "";
        clear: both;
    }
    
    .lrt-templates-block .lrt-temp-box .img {
        float: left;
        width: 90px;
        height: 90px;
        background-color: #f8f8f8;
        border: 1px solid #d8d8d8;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        margin-right: 20px;
    }
    
    .lrt-templates-block .lrt-temp-box .img img {
        display: block;
        width: 100%;
    }
    
    .lrt-templates-block .lrt-temp-box .content {
        float: left;
        width: calc(100% - 110px);
        margin-top: -1px;
    }
    
    .lrt-templates-block .lrt-temp-box .content .heading1 {
        font-size: 18px;
        line-height: 1.4;
        color: #3c3c3c;
        font-family: "lato-semibold-webfont";
        text-transform: none;
        margin-bottom: 5px;
    }
    
    .lrt-templates-block .lrt-temp-box .content p {
        margin: 0;
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
    }
    
    .lrt-templates-block .lrt-temp-box a:hover .content .heading1 {
        color: #008ad2;
    }
    
    .lrt-initiatives-new {
        width: 100%;
        height: auto;
        padding-bottom: 40px;
        background: #f8f8f8;
    }
    
    .lrt-initiatives-new p {
        font-size: 14px;
        color: #505050;
        margin: 5px 7px;
        font-family: "lato-regular-webfont";
    }
    
    .lrt-initiatives-new .wht-bg {
        background: #fff;
        padding: 15px;
        box-sizing: border-box;
    }
    
    .lrt-initiatives-new .heading h2 {
        font-size: 36px;
        text-align: left;
        letter-spacing: -1.0px;
    }
    
    .lrt-initiatives-new .initiatives-wrap {
        margin-top: 0px;
    }
    
    .lrt-initiatives-new ul {}
    
    .lrt-initiatives-new ul li {
        float: left;
        width: 270px;
        height: auto;
        margin: 10px;
        box-sizing: border-box;
        border-radius: 6px;
        background-color: #f8f8f8;
        border: 1px solid #d8d8d8;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    }
    
    .lrt-initiatives-new ul li .icon {
        width: 37px;
        float: left;
        padding: 10px 10px 4px 10px;
        position: relative;
    }
    
    .lrt-initiatives-new ul li .icon img {
        width: 85%;
    }
    
    .lrt-initiatives-new ul li .txt {
        font-size: 14px;
        color: #505050;
        line-height: 20px;
        float: right;
        width: 205px;
        padding-top: 10px;
    }
    
    .lrt-initiatives-new ul li:hover {
        background: #0587d1;
    }
    
    .lrt-initiatives-new ul li .hover-icon {
        width: 37px;
        display: none;
        top: 10px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
    }
    
    .lrt-initiatives-new ul li:hover .txt {
        color: #fff;
        cursor: pointer;
    }
    
    .lrt-initiatives-new ul li:hover .hover-icon {
        display: block;
    }
    
    .link {
        display: inline-block;
        text-decoration: none;
        background: url(../images/lrt/icon-link.png) no-repeat left center;
        padding-left: 20px;
    }
    /* 29 nov */
    
    .appr-li {
        text-align: center;
    }
    
    .appr-li li {
        position: relative;
        width: 380px;
        height: 270px;
        display: inline-block;
        border: 1px solid #ccc;
        vertical-align: top;
        padding: 20px 35px 0 25px;
        box-sizing: border-box;
        text-align: left;
        margin-right: 14px;
        margin-top: 50px;
        margin-bottom: 35px;
        box-shadow: 0 1px 6px #cccc;
    }
    
    .abs-img {
        width: 154px;
        height: 132px;
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .appr-li li h2 {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .appr-li li p {
        font-size: 13.5px;
        color: #595959;
        font-weight: 300;
        line-height: 22px;
        margin-top: 5px;
        font-family: "lato-semibold-webfont";
    }
    
    .appr-li li p span {
        background: url(../images/double-ar.png) 0 2px no-repeat;
        display: block;
        padding-left: 20px;
        margin-bottom: 6px;
    }
    
    .appr-port {
        background: url(../images/pattern-gray.jpg) repeat;
        width: 100%;
        position: relative;
        padding: 50px 0;
    }
    
    .appr-port h2 {
        font-size: 30px;
        color: #008ad3;
        margin-bottom: 0px;
        padding-bottom: 0;
    }
    
    .appr-port p {
        color: #242424;
        font-size: 13.5px;
        font-weight: 300;
        line-height: 22px;
        font-family: "lato-semibold-webfont";
    }
    
    .appr-port p a {
        text-decoration: underline;
    }
    
    .page-apprentice {}
    
    .black-bg {
        background: url(../images/black-bg.jpg) repeat;
        width: 100%;
        padding: 30px 0;
    }
    
    .black-bg ul {
        text-align: center;
    }
    
    .black-bg li {
        display: inline-block;
        width: 580px;
        margin-right: 10px;
        text-align: left;
    }
    
    .black-bg li .button {
        margin-top: 20px;
        padding: 0;
    }
    
    .black-bg li .button a {
        padding: 11px 20px !important;
        font-size: 13.5px;
    }
    
    .cir-bg {
        width: 138px;
        float: left;
    }
    
    .cir-txt {
        width: calc(100% - 150px);
        float: left;
        text-align: left;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 13px;
        font-family: "opensans-bold-webfont";
    }
    
    .cir-txt span {
        font-weight: 300;
        display: block;
        margin-bottom: 5px;
    }
    
    .light-bg li {
        width: 593px;
        float: left;
        border-right: 1px solid #bfddf0;
        padding: 15px 0;
        font-size: 14px;
        color: #595959;
    }
    
    .light-bg li img {
        vertical-align: middle;
        margin-right: 15px;
    }
    
    .light-bg li a {
    }
    
    .light-bg li:last-child {
        padding-left: 40px;
        border-right: 0;
        box-sizing: border-box;
    }
    
    .light-bg {
        background: #eff2f7;
        width: 100%;
        overflow: hidden;
    }
    
    .why-appren {
        padding: 40px 0;
    }
    
    .why-appren .left {
        width: 55%;
        float: left;
    }
    
    .why-appren .right {
        width: 40%;
        float: right;
    }
    
    .why-appren h2 {
        font-size: 30px;
        color: #0089cf;
    }
    
    .why-appren p {
        font-size: 16px;
        color: #242424;
    }
    
    .why-appren ul {}
    
    .why-appren ul li {
        background: url(../images/double-ar.png) 0 0 no-repeat;
        font-size: 15px;
        color: #242424;
        padding-left: 21px;
        margin-bottom: 16px;
    }
    
    .benefit {
        width: 100%;
        position: relative;
        background: url(../images/pattern-gray.jpg) repeat;
        padding: 40px 0;
    }
    
    .benefit h2 {
        color: #008ad3;
        font-size: 30px;
    }
    
    .benefit-left {
        width: 888px;
        float: left;
    }
    
    .benefit-left li {
        width: 295px;
        height: 177px;
        background: #fff;
        float: left;
    }
    
    .ben-img {
        width: 80px;
        display: inline-block;
        margin-top: 51px;
        margin-left: 13px;
    }
    
    .benefit-left li:nth-child(even) {
        background: #1794d6;
        color: #fff;
    }
    
    .benefit-left li:nth-child(even) p {
        color: #fff;
    }
    
    .benefit-left li p {
        width: calc(100% - 104px);
        display: inline-block;
        margin-top: -32px;
        vertical-align: middle;
        font-size: 17px;
        color: #515151;
        line-height: 25px;
        text-align: left;
    }
    
    .benefit-right {
        width: 284px;
        float: right;
    }
    
    .eligibility {
        padding: 30px 0;
        text-align: center;
    }
    
    .eligibility h2 {
        font-size: 30px;
        color: #0089cf;
        margin-bottom: 8px;
    }
    
    .eligibility table th {
        background: #018bd6;
        color: #fff;
        padding: 18px;
        font-size: 16px;
        line-height: 22px;
        font-weight: normal;
        font-family: "lato-semibold-webfont";
    }
    
    .eligibility table td {
        border-right: 1px solid rgb(239, 236, 236);
        padding: 18px;
        font-size: 15px;
        color: #2e2e2e;
    }
    
    .eligibility table td:last-child {
        border-right: 0;
    }
    
    .eligibility table tr:nth-child(even) td {
        background: #f5f5f5
    }
    
    .eligibility .left {
        text-align: left;
        margin-top: 17px;
        line-height: 27px;
    }
    
    .how-apply {
        width: 100%;
        background: url(../images/blue-pat.jpg) repeat;
        padding: 30px 0;
        color: #fff;
    }
    
    .how-apply h2 {
        color: #fff;
        font-size: 30px;
        margin-bottom: 15px;
    }
    
    .how-apply ul {
        display: inline-block;
    }
    
    .how-apply li {
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    .how-apply a {
        text-decoration: underline;
        color: #fff;
    }
    
    .apply-process {
        float: right;
        margin-top: 15px;
    }
    
    .apply-process li {
        display: inline-block;
        width: 134px;
        height: 134px;
        border: 1px solid #fff;
        position: relative;
        margin: 0 40px 0 0;
    }
    
    .apply-process li:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 17px solid rgba(255, 255, 255, 0.2);
        position: absolute;
        right: -31px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    
    .apply-process li:last-of-type {
        margin-right: 0;
    }
    
    .apply-process li:last-of-type::after {
        display: none;
    }
    
    .apply-process li img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    /* page naps css*/
    
    .page-naps .naps-bottom {
        padding: 45px 0;
    }
    
    .page-naps .left {
        width: 830px;
        float: left;
    }
    
    .page-naps .left h2 {
        font-size: 30px;
        padding-top: 45px;
    }
    
    .page-naps .left p {
        font-size: 16px;
        line-height: 25px;
        color: #242424;
        margin-top: 0;
    }
    
    .page-naps .right {
        width: 220px;
        float: right;
    }
    
    .benefit-organization {
        width: 100%;
        background-image: url(../images/bg-benifit.jpg);
        background-repeat: no-repeat;
        padding: 40px 0;
    }
    
    .benefit-organization h2 {
        font-size: 30px;
        padding: 15px 0 20px 0;
    }
    
    .benefit-organization ul {}
    
    .benefit-organization ul li.items {
        width: 297px;
        float: left;
        min-height: 160px;
        background: #fff;
        /*padding: 15px;*/
        box-sizing: border-box;
        padding: 30px 15px;
        /* display: table; */
    }
    
    .benefit-organization ul li.items .icon {
        width: 73px;
        height: 70px;
        padding-right: 5px;
        /*float:left;*/
        display: table-cell;
        vertical-align: middle;
    }
    
    .benefit-organization ul li.items .details {
        width: 180px;
        /*float:right;*/
        line-height: 20px;
        font-size: 16px;
        display: table-cell;
        vertical-align: middle;
    }
    
    .benefit-organization ul li.items.blue {
        background: #2b9cd8;
        color: #fff;
    }
    
    .clear {
        clear: both;
    }
    
    .financial-benefits {
        width: 100%;
        background-image: url(../images/bg-under-naps.jpg);
        background-repeat: repeat;
        padding: 40px 0;
        color: #fff;
    }
    
    .financial-benefits .heading {
        color: #fff;
        font-size: 30px;
        padding-bottom: 20px;
    }
    
    .financial-benefits .left {
        width: 592px;
        float: left;
        background-image: url(../images/bg-shap1.png);
        background-repeat: no-repeat;
        height: 252px;
        position: relative;
    }
    
    .financial-benefits .inner {
        width: 70%;
        margin-top: 90px;
        margin-left: 30px;
    }
    
    .financial-benefits .right {
        width: 592px;
        float: left;
        background-image: url(../images/bg-shap2.png);
        background-repeat: no-repeat;
        height: 252px;
    }
    
    .financial-benefits .icon {
        width: 75px;
        height: 70px;
        float: left;
    }
    
    .financial-benefits .details {
        width: 325px;
        float: right;
        text-align: justify;
        font-size: 15px;
        line-height: 20px;
    }
    
    .mandate {
        padding: 45px 0 35px;
    }
    
    .mandate .main-container:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
    }
    
    .mandate .heading {
        font-family: "lato-semibold-webfont";
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    .mandate-grid {
        background: #e4f7f5;
        width: 25%;
        float: left;
    }
    
    .mandate-grid:last-of-type {
        margin-right: 0;
    }
    
    .mandate-grid .list-heading {
        font-family: "lato-semibold-webfont";
        font-size: 18px;
        background: #0fae9a;
        color: #fff;
        text-align: center;
        position: relative;
        line-height: 24px;
        padding: 15px 0;
    }
    /* .mandate-grid .list-heading:after {content: ''; display: block; height: 0; width: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 15px solid #cd3c29; position: absolute; bottom: -15px; left: 0; right: 0; margin: 0 auto;} */
    
    .mandate-list {
        padding: 30px 20px;
    }
    
    .mandate-list ul {}
    
    .mandate-list ul li {
        text-align: center;
        padding: 15px 0;
        font-family: "lato-regular-webfont";
        color: #2e2e2e;
        font-size: 16px;
        border-bottom: 1px solid rgba(117, 117, 117, 0.2);
    }
    
    .mandate-list ul li:last-of-type {
        border-bottom: 0;
    }
    /* .mandate-grid:nth-of-type(3) {background: #e8f3f9;}
.mandate-grid:nth-of-type(4) {background: #fafbf2;}
.mandate-grid:nth-of-type(5) {background: #e4f7f5;}
.mandate-grid:nth-of-type(3) .list-heading {background: #018bd6;}
.mandate-grid:nth-of-type(3) .list-heading:after {border-top-color: #018bd6;}
.mandate-grid:nth-of-type(4) .list-heading {background: #96ab08;}
.mandate-grid:nth-of-type(4) .list-heading:after {border-top-color: #96ab08;}
.mandate-grid:nth-of-type(5) .list-heading {background: #0fae9a;}
.mandate-grid:nth-of-type(5) .list-heading:after {border-top-color: #0fae9a;} */
    
    .implement-agencies {
        margin: 0 0 35px;
    }
    
    .implement-agencies:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
    }
    
    .implement-agencies .heading {
        font-family: "lato-semibold-webfont";
        font-size: 30px;
        margin-bottom: 5px;
    }
    
    .implement-agencies .sub-heading {
        background: #018bd6;
        color: #fff;
        padding: 5px 20px 1px;
        font-family: "lato-semibold-webfont";
        font-size: 16px;
        text-align: center;
    }
    
    .implement-agencies .sub-heading:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
    }
    
    .implement-agencies .sub-heading span {
        display: inline-block;
        margin-top: 13px;
    }
    
    .implement-agencies .sub-heading .image {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        float: right;
    }
    
    .implement-agencies p {
        font-size: 16px;
        font-family: "lato-regular-webfont";
        color: #242424;
        margin: 0;
    }
    
    .implement-agencies .left,
    .implement-agencies .right {
        width: 50%;
        margin-top: 15px;
    }
    
    .implement-agencies .left .box,
    .implement-agencies .right .box {
        padding: 20px;
        background: #f2f2f2;
    }
    
    .implement-agencies .left .box {
        border-right: 1px solid #9d9d9d;
    }
    
    .implement-agencies .left .box ul,
    .implement-agencies .right .box ul {
        background: #018bd6;
        padding: 20px;
        min-height: 170px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .implement-agencies .right .box ul {
        background: #086ea6;
    }
    
    .implement-agencies .left .box li .image {
        display: inline-block;
        width: 13%;
        vertical-align: middle;
    }
    
    .implement-agencies .left .box li .desc {
        display: inline-block;
        width: 85%;
        vertical-align: middle;
        color: #fff;
        font-size: 16px;
    }
    
    .implement-agencies .right .box li {
        color: #fff;
        font-family: "lato-regular-webfont";
        font-size: 16px;
        position: relative;
        padding-left: 32px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    
    .implement-agencies .right .box li:before {
        content: '';
        display: block;
        width: 15px;
        height: 12px;
        background: url(../images/bullet.png) no-repeat 0 0;
        position: absolute;
        top: 3px;
        left: 0;
    }
    
    .implement-agencies .right .box li:last-of-type {
        margin-bottom: 0;
    }
    
    .page-naps .page-heading {
        display: none;
    }
    
    .page-naps .text-inner {
        margin: 0;
    }
    
    .page-naps .inner-banner {
        display: none;
    }
    
    .page-naps .other-banner .inner-banner {
        display: block;
    }
    
    .page-apprenticeship .page-heading {
        display: none;
    }
    
    .page-apprenticeship .text-inner {
        margin: 0;
    }
    
    .page-apprenticeship .inner-banner {
        display: none;
    }
    
    .page-apprenticeship .other-banner .inner-banner {
        display: block;
    }
    
    .page-apprentice .page-heading {
        display: none;
    }
    
    .page-apprentice .text-inner {
        margin: 0;
    }
    
    .page-apprentice .inner-banner {
        display: none;
    }
    
    .page-apprentice .other-banner .inner-banner {
        display: block;
    }
    
    .region-our-partners .slick-prev {}
    
    .region-our-partners .slick-next {
        right: 0px;
        /* margin: auto; */
        background: rgba(0, 0, 0, 0) url(../images/blac-l-ar.png) no-repeat scroll 0 0;
        bottom: -16px !important;
        margin: 0;
        width: 6px;
        height: 12px;
        left: auto;
        font-size: 0;
        border: 0;
        /* right: 0; */
        position: absolute;
        transform: rotate(180deg);
        cursor: pointer;
    }
    
    .region-our-partners .slick-prev {
        right: 12px;
        /* margin: auto; */
        background: rgba(0, 0, 0, 0) url(../images/blac-l-ar.png) no-repeat scroll 0 0;
        bottom: -16px !important;
        margin: 0;
        width: 12px;
        height: 12px;
        left: auto;
        font-size: 0;
        border: 0;
        /* right: 0; */
        position: absolute;
        cursor: pointer;
    }
    
    .region-our-partners img {
        width: auto !important;
    }
    
    .partner-slider {
        padding-bottom: 30px;
    }
    
    .tabledata {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 30px;
    }
    
    .wrap-ta {
        height: 600px;
        overflow-y: auto;
    }
    
    .tabledata th {
        background: #0587d1;
        color: #fff;
        padding: 12px;
        text-align: left;
        border-right: 1px solid #ccc;
        text-align: center
    }
    
    .tabledata a:hover {
        color: #d53627;
        text-decoration: underline;
    }
    
    .tabledata td {
        border: 1px solid #ccc;
        padding: 8px;
    }
    
    .tabledata tr:nth-child(even) td {
        background: #f9f9f9;
    }
    
    .control_btns {
        width: 100%;
        text-align: right;
        margin-bottom: 20px;
    }
    
    .control_btns a {
        background: #0587d1;
        color: #fff;
        display: inline-block;
        padding: 10px;
        margin-left: 0px;
    }
    
    .inner-table {
        width: 100%;
        overflow-x: auto;
        margin-bottom: 30px;
    }
    
    .filter {
        text-align: right;
        margin-bottom: 20px;
    }
    
    .filter select {
        padding: 8px;
        margin-right: 7px;
    }
    
    .filter input {
        padding: 8px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    
    .funding-new-sec .count-value.funding-new-sec-cus {
        margin-bottom: 15px;
    }
    
    .funding-new-sec .banner-page {
        height: auto;
    }
    
    .rozgar-page-li li {
        /*min-height: 90px;*/
        min-height: 70px;
    }
    
    .vertical-center-4 {
        background: #f6f6f6;
        padding: 5px 12px;
        border: 0;
        margin-top: 11px;
    }
    
    .about-rozgar-mela h3 {
        font-size: 30px !important
    }
    
    .vide-link {}
    
    .vide-link p {
        width: calc(100% - 70px);
        display: inline-block;
        margin-bottom: 0;
    }
    
    ul.download-data li .vide-link img {
        display: block;
        margin-right: 20px;
        margin-top: 11px;
    }
    
    ul.download-data li .vide-link a {}
    
    .tab-container1 input {
        float: right;
        padding: 7px 17px;
        margin-bottom: 8px;
    }
    
    .main-ul li {
        cursor: pointer;
    }
    
    .gray-bg-pattern {
        width: 100%;
        background: #eaedf1;
        padding: 30px 0;
        overflow: hidden;
    }
    
    .line-vid {}
    
    .line-vid .y-vid {
        display: inline-block;
        margin-right: 10px;
    }
    
    .right-side-bar .line-vid .y-vid p {
        font-size: 20px;
        color: #464646;
        text-align: center;
    }
    
    .line-vid iframe {
        border: 10px solid #f1f1f1;
    }
    
    .white-bg-pattern {
        background: #f5f6f7;
        width: 100%;
        padding: 40px 0;
        overflow: hidden;
    }
    
    .white-bg-pattern .yy-vid {
        float: left;
    }
    
    .white-bg-pattern .v-txt {
        float: right;
    }
    
    .yy-vid iframe {
        border: 10px solid #f1f1f1;
    }
    
    .yy-vid {
        width: 360px;
    }
    
    .v-txt {
        width: 780px;
    }
    
    .white-bg-pattern .text {
        margin-bottom: 0;
    }
    
    .gray-bg-pattern .yy-vid {
        float: right;
    }
    
    .gray-bg-pattern .v-txt {
        float: left;
    }
    
    .gal {
        width: 560px;
        float: left;
        padding: 20px 0px;
    }
    
    .gal h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    
    .gal .slider-for .slick-slide {
        background: #f0eeee;
        padding: 10px 7px;
        text-align: center;
    }
    
    .gal .slider-for {
        margin-bottom: 20px;
    }
    
    .gal .slider-for .slick-slide h3 {
        font-size: 14px;
        color: #3c3c3c;
        margin-top: 16px;
        font-weight: normal;
    }
    
    .gal .slick-slide img {
        display: block;
        width: 100%;
        height: auto;
    }
    
    .gal .slider-nav .slick-slide h3 {
        font-size: 13px!important;
        color: #3c3c3c;
        font-weight: normal;
        text-align: center;
        padding-top: 5px;
    }
    
    .gal .slider-nav .slick-slide {
        border: 5px solid #fff;
        cursor: pointer;
        opacity: .5;
    }
    
    .gal .slider-nav .slick-slide.slick-current {
        opacity: 1;
    }
    
    .gall-skill {
        width: 575px;
        float: right;
        background: #1287c8;
        margin-top: 75px;
    }
    
    .gall-skill li {
        width: calc(100% / 3);
        float: left;
        text-align: center;
        /* border: 1px solid #43a1d5; */
        box-sizing: border-box;
        margin-top: -1px;
        margin-right: -1px;
        height: 220px;
    }
    
    .gall-skill li a {
        display: block;
        padding: 0 0 25px;
    }
    
    .gall-skill li:nth-child(3n) {
        border-right: 0;
    }
    
    .page-node-4 .right-side-bar {
        margin-bottom: 0;
    }
    /* .skill-icon {
	display: inline-block;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	padding-bottom: 16px;
	padding: 0 5px 16px;
} */
    
    .skill-icon {
        display: block;
        margin-bottom: 15px;
    }
    
    .gall-skill li h3 {
        color: #fff;
        font-size: 18px;
        margin-top: 15px;
    }
    
    .gall-skill li p {
        color: #dedede;
        font-size: 14px;
        margin-top: 2px;
        text-align: center;
    }
    
    .social-media {
        background: url(../images/social-bg.jpg) no-repeat 0 0;
        background-size: 100%;
        padding: 30px 0;
    }
    
    .social-media h2 {
        color: #fff;
        font-size: 30px;
        margin-bottom: 0px;
    }
    
    .social-media p {
        color: #fff;
        font-size: 15px;
        margin-top: 0;
        line-height: 22px;
    }
    
    .training-helpline {
        padding: 40px 0;
    }
    
    .training-helpline h2 {
        font-size: 30px;
    }
    
    .training-helpline p {
        font-size: 16px;
        margin-top: 0;
        color: #474747;
    }
    
    .social-plu {}
    
    .social-plu li {
        width: 380px;
        float: left;
        position: relative;
        margin-right: 15px;
    }
    
    .social-plu li.fac-soci h3 {
        background: #294484;
        padding-bottom: 0;
        padding-left: 20px;
    }
    
    .social-plu li.twit-soci h3 {
        background: #55b2e4;
        padding-bottom: 0;
        padding-left: 20px;
    }
    
    .social-plu li.you-soci h3 {
        background: #b5140b;
        padding-bottom: 0;
        padding-left: 20px;
    }
    
    .section-existingpartners .banner {
        height: auto;
    }
    
    .readmore {
        background: #0587d1;
        display: block;
        padding: 7px 16px;
        color: #fff !important;
        margin: 0 auto;
        position: relative;
        width: 72px;
        margin-top: 9px;
    }
    
    .slick-prev {
        background: url(../images/left.png) 0 0 no-repeat;
        border: 0;
        font-size: 0;
        width: 20px;
        height: 36px;
        position: absolute;
        /* bottom: 0; */
        top: 130px;
        z-index: 9;
        left: -20px;
        cursor: pointer;
    }
    
    .slick-next {
        background: url(../images/right.png) 0 0 no-repeat;
        border: 0;
        font-size: 0;
        width: 20px;
        height: 36px;
        position: absolute;
        /* bottom: 0; */
        top: 130px;
        z-index: 9;
        right: -20px;
        cursor: pointer;
    }
    
    li.for-to {
        position: relative;
    }
    
    li.for-to span {
        color: #008ad2;
        display: block;
        position: relative;
        background: url(../images/down-arrow-n.png) 100% no-repeat;
        cursor: pointer;
        padding-right: 20px;
    }
    
    li.for-to span:after {
        content: "";
        position: absolute;
    }
    
    li.for-to .drop-list {
        font-size: 16px;
        color: #000;
        border: 1px solid #ccc;
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
        text-align: left;
    }
    
    li.for-to ul {
        width: 100%;
        border: 1px solid #ccc;
        position: absolute;
        top: 30px;
        max-height: 150px;
        overflow-y: auto;
        margin: 0;
        background: #fff;
        z-index: 9;
        display: none;
    }
    
    li.for-to li {
        border-bottom: 1px solid #ccc;
        line-height: 30px;
        padding: 0 8px;
        width: 100% !important;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .parti-toggle ul li:last-of-type {
        border-bottom: 0;
    }
    /*Free Learning Resources page*/
    
    .free-learning-page *,
    .free-learning-page *::before,
    .free-learning-page *::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .free-learning-page .intro-block p {
        font-size: 14px;
    }
    
    .free-learning-page .intro-block p a {
        text-decoration: underline;
    }
    
    .free-learning-page .resources-heading {
        font-size: 26px;
        line-height: 1;
        font-family: "opensans-bold-webfont";
    }
    
    .free-learning-page .resources-heading small {
        font-size: 20px;
    }
    
    .free-learning-page .row {
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .free-learning-page [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .free-learning-page .col-6 {
        width: 50%;
    }
    
    .free-learning-page .col-4 {
        width: 33.33%;
    }
    
    .resources-grid {
        position: relative;
    }
    
    .resources-grid-box {
        margin-bottom: 35px;
    }
    
    .resources-grid-box img {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .resources-grid-box .resource-title {
        font-size: 22px;
        line-height: 1.2;
        font-family: "lato-semibold-webfont";
        color: #4f4f4f;
        padding: 3px 0 3px 40px;
        position: relative;
        background-position: left center;
        background-repeat: no-repeat;
        margin-bottom: 15px;
        -webkit-background-size: auto 30px;
        background-size: auto 30px;
    }
    
    .resources-grid-box .resource-title.icon-digital {
        background-image: url(../images/icon-digital.png);
        background-position: 0px 0px;
        cursor: pointer;
    }
    
    .resources-grid-box .resource-title.icon-literacy {
        background-image: url(../images/icon-literacy.png);
        background-position: 0px 0px;
        padding-left: 25px;
        cursor: pointer;
    }
    
    .resources-grid-box .resource-title.icon-arabic {
        background-image: url(../images/icon-arabic.png);
        background-position: 0px 0px;
        padding-left: 30px;
        cursor: pointer;
    }
    
    .resource-title.icon-digital:after {
        content: '';
        position: absolute;
        width: 14px;
        height: 11px;
        right: 0;
        top: 13px;
        background: url(../images/down.png) no-repeat;
        background-size: auto auto;
        background-size: 12px;
    }
    
    .resource-title.icon-literacy:after {
        content: '';
        position: absolute;
        width: 14px;
        height: 11px;
        right: 0;
        top: 13px;
        background: url(../images/down.png) no-repeat;
        background-size: auto auto;
        background-size: 12px;
    }
    
    .resource-title.icon-arabic:after {
        content: '';
        position: absolute;
        width: 14px;
        height: 11px;
        right: 0;
        top: 13px;
        background: url(../images/down.png) no-repeat;
        background-size: auto auto;
        background-size: 12px;
    }
    
    .resources-dropdown {
        opacity: 0;
        padding-top: 15px;
    }
    
    .a1:hover .resources-dropdown {
        opacity: 1;
    }
    
    .a1:hover {
        color: #0587d1;
    }
    
    .resources-dropdown ul {
        border: 1px solid #ddd;
        display: inline-block;
        z-index: 1;
    }
    
    .resources-dropdown ul li {
        position: relative;
        border-bottom: 1px solid #ddd;
    }
    
    .resources-dropdown ul li:last-child {
        border-bottom: 0 none;
    }
    
    .resources-dropdown ul li a {
        color: #4f4f4f;
        position: relative;
        z-index: 2;
    }
    
    .resources-dropdown ul li.has-sub>a {
        background: url(../images/menu-right-arrow.png) no-repeat 95% center;
    }
    
    .resources-dropdown ul li.has-sub:hover>a {
        background: url(../images/menu-right-arrow-blue.png) no-repeat 95% center;
    }
    
    .resources-dropdown>ul>li>a {
        display: inline-block;
        padding: 10px 45px 10px 15px;
        font-size: 15px;
        line-height: 1;
        color: #4f4f4f;
    }
    
    .resources-dropdown>ul>li:hover>a {
        color: #008ad2;
    }
    
    .resources-dropdown>ul>li>ul {
        position: absolute;
        left: 80%;
        top: -1px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        transition: all linear 0.3s;
        border: 1px solid #ddd;
        max-height: 150px;
        overflow-y: auto;
    }
    
    .resources-dropdown>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
        left: 100%;
    }
    
    .resources-dropdown>ul>li>ul>li {}
    
    .resources-dropdown>ul>li>ul>li>a {
        display: inline-block;
        padding: 10px 45px 10px 15px;
        font-size: 15px;
        line-height: 1;
        color: #4f4f4f;
        background: #ffffff;
        width: 100%;
        font-size: 13px;
    }
    
    .resources-dropdown>ul>li>ul>li:hover>a {
        color: #008ad2;
    }
    
    .resources-dropdown>ul>li>ul>li>ul {
        position: absolute;
        left: 80%;
        top: -1px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        transition: all linear 0.3s;
    }
    
    .resources-dropdown>ul>li>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
        left: 100%;
    }
    
    .resources-dropdown>ul>li>ul>li>ul>li>ul {
        position: absolute;
        left: 80%;
        top: -1px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        transition: all linear 0.3s;
    }
    
    .resources-dropdown>ul>li>ul>li>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
        left: 100%;
    }
    
    .resources-dropdown>ul>li>ul>li>ul>li>a {
        display: inline-block;
        padding: 10px 15px;
        font-size: 15px;
        line-height: 1;
        color: #4f4f4f;
        min-width: 120px;
        background: #ffffff;
    }
    
    .resources-dropdown>ul>li>ul>li>ul>li:hover>a {
        color: #008ad2;
    }
    
    .resources-grid-box select {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.5);
        padding: 0 10px;
        font-size: 16px;
        height: 45px;
        color: #4f4f4f;
    }
    
    .resources-grid .search-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 225px;
    }
    
    .resources-grid .search-box input {
        border: 1px solid rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 30px;
        padding: 0 35px 0 10px;
        font-size: 14px;
        color: #525252;
        line-height: 1.2;
        background: url(../images/search-but.png) no-repeat 95% center #fff;
        -webkit-background-size: 15px auto;
        background-size: 15px auto;
    }
    
    .resources-grid .search-box select {
        width: 100%;
        height: 32px;
        padding: 0 5px;
        font-size: 14px;
        color: #4f4f4f;
    }
    
    .role-resources {
        position: relative;
    }
    
    .role-resources .resources-heading {
        max-width: calc(100% - 250px);
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    
    .role-resources .search-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 225px;
    }
    
    .role-resources .search-box input {
        border: 1px solid rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 30px;
        padding: 0 35px 0 10px;
        font-size: 14px;
        color: #525252;
        line-height: 1.2;
        background: url(../images/search-but.png) no-repeat 95% center #fff;
        -webkit-background-size: 15px auto;
        background-size: 15px auto;
    }
    
    .role-resources .resource-table {
        table-layout: fixed;
        width: 100%;
        border-collapse: collapse;
        border: 1px solid #ccc;
        text-align: left;
        margin-bottom: 20px;
    }
    
    .role-resources .resource-table th {
        padding: 15px;
        font-weight: normal;
        font-family: 'lato-regular-webfont';
        line-height: 1;
        background-color: #ebebeb;
        border-right: 1px solid #ccc;
        font-size: 18px;
        color: #000;
    }
    
    .role-resources .resource-table th.column-1 {
        width: 13%;
    }
    
    .role-resources .resource-table th.column-2 {
        width: 27%;
    }
    
    .role-resources .resource-table th.column-3 {
        width: 13%;
    }
    
    .role-resources .resource-table th.column-4 {
        width: 47%;
    }
    
    .role-resources .resource-table td {
        padding: 15px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        color: #525252;
    }
    
    .role-resources .resource-table td a {
        color: #525252;
    }
    
    .role-resources .resource-table td a.pdf {
        display: block;
        background: url(../images/pdf-icon-png.png) no-repeat right center;
        -webkit-background-size: 16px auto;
        background-size: 16px auto;
    }
    
    .more-resources {
        margin-bottom: 20px;
    }
    
    .free-learning-page .more-resources .resources-heading {
        font-size: 18px;
    }
    
    .more-resources iframe {
        height: 500px;
        border: 0 none;
    }
    
    .trainer-curriculum {
        margin-bottom: 30px;
    }
    
    .trainer-curriculum .gray-box {
        padding: 0px;
        background-color: #f4f4f4;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
        margin-top: 13px;
        margin-bottom: 10px;
    }
    
    .trainer-curriculum .gray-box p {
        margin: 0;
        /* font-family: "opensans-bold-webfont"; */
        font-size: 15px;
        line-height: 1.3;
        color: #4f4f4f;
        padding-right: 24px;
        margin-bottom: 16px;
    }
    
    .trainer-curriculum .gray-box p a {
        text-decoration: underline;
    }
    
    .video-content .searching-filter {
        background-color: #9e9e9e;
        padding: 10px;
    }
    
    .video-content .searching-filter .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .video-content .searching-filter [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .video-content select {
        width: 100%;
        height: 32px;
        padding: 0 5px;
        font-size: 14px;
        color: #4f4f4f;
    }
    
    .video-content .resources-videos {
        max-height: 250px;
        overflow: hidden;
    }
    
    .video-content table {
        background-color: #fff;
        border-collapse: collapse;
        width: 100%;
        border: 1px solid #ccc;
        table-layout: fixed;
    }
    
    .video-content table tr:nth-child(even) {
        background-color: #f4f4f4;
    }
    
    .video-content table tr td {
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 15px;
    }
    
    .yt-video .icon-youtube {
        display: block;
        width: 20px;
        height: 14px;
        background: url(../images/youtube-icon.png) no-repeat center;
        margin: 0 auto;
    }
    
    .video-content table tr td:nth-child(1) {
        width: 85%;
    }
    
    .video-content table tr td:nth-child(2) {
        width: 15%;
    }
    
    .video-content table tr td a {
        color: #4f4f4f;
        display: block;
    }
    
    .video-content table tr td a:hover {
        color: #008ad2;
    }
    
    .half a {
        width: 90%;
        display: inline-block !important;
        margin-right: 0;
        margin-bottom: 8px;
        border-bottom: 1px solid #eee;
        padding-bottom: 8px;
    }
    
    .half a+a {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    
    .gall-skill li {
        position: relative;
    }
    
    .half a.yt-video .icon-youtube {
        display: inline-block;
        width: 20px;
        height: 14px;
        background: url(../images/youtube-icon.png) no-repeat right;
        /* margin: 0 auto; */
        float: right;
    }
    
    .half a:last-child {
        border-bottom: 0;
    }

    .section-industry-reports .indrep-main ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .section-industry-reports .indrep-main ul li {
        width: 24%;
    }

    /*
.gall-skill li .front {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.gall-skill li .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.gall-skill li .back a{
  padding-top: 75px;
}
.gall-skill li:hover .front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.gall-skill li:hover .back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.gall-skill li:hover .front, .gall-skill li:hover .back {
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.gall-skill li .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gall-skill li .front, .gall-skill li .back {
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	min-height: 280px;
	height: auto;
	color: #fff;
	font-size: 1.5rem;
}
*/
    
    .gall-skill li .back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    
    .gall-skill li a {
        padding-top: 75px;
    }
    /* css page scc*/
    /*.page-node-158 .part-left {
    background: #f6f6f6 none repeat scroll 0 0;
    box-sizing: border-box;
    float: left;
    padding: 25px;
    width: 100%;
}*/
    /*.page-node-158 .impo-notif{
	width:100%;
	float:none;
	}
.page-node-158 .document{ width: 48%; background:#ffffff; float:left;border: 1px solid #ccc; box-sizing:border-box; padding:1%;}
.page-node-158 .notification{ width:48%;background:#ffffff; float:right; border: 1px solid #ccc;box-sizing:border-box; padding:1%;}
.page-node-158 .down-doc {
    background: rgba(0, 0, 0, 0) url(../images/down-ic.png) no-repeat scroll 20px 13px;
    border: 1px solid #8d8d8d;
    box-sizing: border-box;
    color: #8d8d8d;
    margin-top: 5px;
    padding: 3px 3px 2px 27px;
    margin-bottom: 15px;
    width: 210px;
}
.page-node-158 .down-doc a {
    display: inline-block;
    padding: 10px 20px;
}*/
    
    .img-d {
        border: 10px solid #f4f4f4;
        overflow: hidden;
        position: relative;
    }
    
    .img-d img {
        display: block;
    }
    
    .img-d-t {
        bottom: -60px;
        box-sizing: border-box;
        padding: 0 8px;
        position: absolute;
        width: 100%;
        z-index: 7;
        transition: all ease 0.2s;
    }
    
    .img-d:hover .img-d-t {
        background: rgba(35, 152, 214, .9) none repeat scroll 0 0;
        bottom: 0px;
        transition: all 0.2s ease 0s;
        padding-top: 110px;
        padding-bottom: 60px
    }
    
    .img-d-t h3 {
        background: url(../images/icon-digital.png) 0 0 no-repeat;
        color: #fff;
        font-size: 22px;
        padding-left: 49px;
        padding-top: 7px;
    }
    
    .img-d-t h3.ic-1 {
        background: url(../images/icon-digital.png) 0 0 no-repeat;
    }
    
    .img-d-t h3.ic-2 {
        background: url(../images/icon-employability.png) 0 0 no-repeat;
    }
    
    .img-d-t h3.ic-3 {
        background: url(../images/arabic.png) 0 0 no-repeat;
    }
    
    .img-d-t p {
        font-size: 14px;
        text-align: left;
        padding-left: 50px;
        margin: 0;
        color: #fff;
        min-height: 60px;
    }
    
    .hov-men {
        text-align: center;
        margin-top: 00px;
        margin-bottom: 75px;
    }
    
    .hov-men .me-hov {
        display: inline-block;
        margin-right: -4px;
        position: relative;
    }
    
    .hov-men .me-hov:last-child p {
        border-right: 0;
    }
    
    .hov-men .me-hov p {
        font-size: 16px;
        color: #4f4f4f;
        padding: 0 30px;
        border-right: 1px solid #ccc;
    }
    
    .hov-men .me-hov ul {
        position: absolute;
        width: 100%;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        top: 70px;
        transition: all ease 0.3s;
        z-index: 9;
        max-height: 68px;
        overflow-y: auto;
    }
    
    .hov-men .me-hov ul li {
        padding: 8px 0;
        border-top: 1px solid #ccc;
    }
    
    .hov-men .me-hov ul li:last-child {
        border-bottom: 1px solid #ccc;
    }
    
    .hov-men .me-hov ul li a {
        color: #4f4f4f;
    }
    
    .me-hov:hover ul {
        opacity: 1;
        visibility: visible;
        top: 48px;
    }
    
    .me-hov:hover p {
        color: #0587d1;
        text-decoration: underline;
    }
    
    .me-hov:hover ul li:hover a {
        color: #0587d1
    }
    
    .r-txt {
        width: 400px;
        padding: 17px 0;
    }
    
    .l-img {
        width: 410px;
        float: left;
    }
    
    .l-img img {
        display: block;
    }
    
    .hd-tx {
        margin-bottom: 16px;
        font-size: 16px;
    }
    /* policy and guideline page css start */
    
    .policy-page {
        margin-top: -25px;
    }
    
    .policy-page .policy-item {
        width: 416px;
        float: left;
        min-height: 465px;
        text-align: center;
        border: 3px solid #fff;
        padding-top: 20px;
        box-shadow: -2px 1px 10px #eee;
        position: relative;
        transition: all ease 0.6s;
        overflow: hidden;
        margin-bottom: 20px;
    }
    
    .policy-page .title {
        text-align: center;
        padding-top: 10px;
        font-size: 24px;
        color: #000;
    }
    
    .policy-page .des {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    
    .policy-page .icon {
        text-align: center;
        transition: all ease 0.2s;
    }
    
    .policy-page .icon {
        width: 70px;
        height: 70px;
        border: 1px solid #f24b35;
        border-radius: 10px;
        margin: 0 auto;
        padding: 10px;
        margin-top: 15px;
        margin-bottom: 20px;
        box-sizing: border-box;
        transition: all ease 0.6s;
    }
    
    .policy-item:hover .icon {
        box-shadow: 0 1px 7px rgba(0, 0, 0, .8)
    }
    
    .policy-item:hover .download-pdf {
        width: 110px;
        height: 110px;
    }
    
    .policy-page .download-pdf {
        position: absolute;
        right: -30px;
        bottom: -30px;
        transition: all .2s ease-in-out;
        background: #0587d1;
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
    
    .policy-page .download-pdf a {
        display: contents;
    }
    
    .policy-page .download-pdf img {
        position: absolute;
        top: 24%;
        left: 29%;
        height: 27px;
    }
    
    .page-node-30436 .page-heading h1 {
        display: none;
    }
    
    .page-node-32018 .page-heading h1 {
        display: none;
    }
    
    .policy-page .policy-item:hover {
        border: 3px solid #339dd5;
    }
    /* End */
    /* Archive css*/
    
    .archive-wrapper {}
    
    .archive-wrapper li.item-box {
        float: left;
        width: 20%;
        margin: 2%;
    }
    
    .archive-wrapper li .archive-icon {
        width: 100px;
        height: 100px;
        border: 2px solid #eee;
        border-radius: 50%;
        text-align: center;
        margin: 0 auto;
        position: relative;
    }
    
    .archive-wrapper li .archive-icon img {
        top: 20px;
        left: 0;
        right: 0;
        border: 0;
        margin: 0 auto;
        position: absolute;
        width: 60%;
    }
    
    .archive-wrapper li.item-box .archive-name {
        padding-top: 19px;
        text-align: center;
    }
    /* End */
    
    .region-nsdc-news span.date-display-end {
        font-weight: bold;
        font-size: 14px;
    }
    
    .notices-update-page .views-field-field-news-category {
        text-align: center;
    }
    
    .notices-update-page .views-field.views-field-nothing {
        text-align: center;
    }
    
    .asked-questions {
        background: url(../images/bg-asked-question.jpg) repeat 0 0;
        margin: 80px 0;
    }
    
    .asked-questions .main-container {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .asked-questions .left {
        width: 52.4091%;
    }
    
    .asked-questions .right {
        width: 41.927%;
    }
    
    .asked-questions .image {
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.17);
        -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.17);
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.17);
    }
    
    .asked-questions .image img,
    .asked-questions .image iframe {
        margin: -24px 0 -24px -77px;
        display: block;
    }
    
    .asked-questions .heading {
        font-family: "opensans-bold-webfont";
        font-size: 30px;
    }
    
    .asked-questions p {
        color: rgba(36, 36, 36, 0.6);
    }
    
    .asked-questions .pdf-link {
        margin-top: 40px;
    }
    
    .asked-questions .pdf-link a {
        width: 76px;
        height: 70px;
        background-color: #339dd5;
        border-radius: 4px;
        position: relative;
        display: block;
    }
    
    .asked-questions .pdf-link a img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        transition: all linear 0.5s;
    }
    
    .asked-questions .pdf-link a:hover img {
        transform: rotateY(360deg);
    }
    
    .guidelines {
        margin-bottom: 30px;
    }
    
    .guidelines .main-container {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    
    .guidelines .left {
        width: 41.7599%;
    }
    
    .guidelines .right {
        width: 54%;
    }
    
    .guidelines .heading {
       font-family: "opensans-bold-webfont";
        font-size: 30px;
    }
    
    .guidelines p {
        color: #595959;
        line-height: 25px;
        text-align: left;
    }
    
    .guidelines-list {}
    
    .guidelines-list ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    
    .guidelines-list ul li {
        width: 25%;
        text-align: center;
        border: solid rgba(0, 0, 0, 0.12);
        border-width: 0 0 0 1px;
        padding: 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .guidelines-list ul li:last-of-type {
        border-right: 1px solid rgba(0, 0, 0, 0.12);
    }
    
    .guidelines-list .image {
        height: 88px;
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    
    .guidelines-list .list-heading {
        font-size: 13px;
        color: #2e2e2e;
        margin-top: 12px;
        color: #2e2e2e;
        line-height: 20px;
    }
    
    .section-invitation-proposal .page-heading h1 {
        display: none;
    }
    
    #Invitation-for-Proposal h2:first-child {
        font-size: 30px;
    }
    
    .funding-new-sec.lrt-page .banner {
        height: auto;
    }
    
    .press-release-table td.views-field.views-field-field-plateform {
        border-right: 1px solid #ccc;
        color: #6a6a6a;
        padding: 11px;
    }
    /*home page slider*/
    
    .rslides .slick-prev {
        bottom: 0;
        top: 50%;
        left: 0;
        right: 40px;
        background: rgba(0, 0, 0, 0) url(../images/arrow-left.png) no-repeat scroll center center;
        outline: none;
    }
    
    .rslides .slick-next {
        bottom: 0;
        top: 50%;
        left: auto;
        right: 10px;
        background: rgba(0, 0, 0, 0) url(../images/arrow-left.png) no-repeat scroll center center;
        outline: none;
        transform: rotate(180deg);
    }
    
    .titp-wrap-content h2 {
        font-size: 28px;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    
    .titp-wrap-content img {
        max-width: 100%;
    }
    
    .titp-wrap-content img.for-mobile {
        display: none;
    }
    
    .img-wrap {
        box-shadow: 0 0 8px rgba(0, 0, 0, .1);
        display: inline-flex;
    }
    
    .titp-back {
        background: url(../images/gry-bg.jpg) repeat top left;
        padding: 20px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    
    .pm-speech {
        background: #f9f9f9;
        padding: 30px 20px 0;
        margin-bottom: 30px;
    }
    
    .speech-txt {
        width: 420px;
        padding-left: 40px;
    }
    
    .flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .blockquo {
        position: relative;
    }
    
    .blockquo:before {
        background: url(../images/left-brad-red.png) 0 0 no-repeat;
        position: absolute;
        content: "";
        width: 31px;
        height: 25px;
        left: -42px;
        top: -13px;
    }
    
    .titp-wrap-content h3 {
        font-size: 24px;
        color: #424242;
        margin-bottom: 8px;
        font-weight: normal;
    }
    
    .blockquo {
        position: relative;
    }
    
    .blockquo:after {
        background: url(../images/right-brad-red.png) 0 0 no-repeat;
    }
    
    .speech-txt h5 {
        font-size: 17px;
        color: #0587d1;
        margin-bottom: 0;
        margin-top: 20px;
    }
    
    .speech-txt h6 {
        font-size: 18px;
        color: #a2061d;
        margin-top: 8px;
        font-weight: normal;
    }
    
    .pm-speech .speech-img {
        align-items: flex-end;
        margin-bottom: -34px;
    }
    
    .read-more {
        font-size: 12px;
        color: #0587d1;
        float: right;
        clear: both;
        border: 1px solid #0587d1;
        padding: 3px 9px;
        border-radius: 6px;
        cursor: pointer;
    }
    
    .acc-data {
        clear: both;
        display: none;
    }
    
    .titp-wrap-content li {
        background: url(../images/side-menu-left-arrow-active.png) 0 2px no-repeat;
        padding-left: 20px;
        padding-bottom: 7px;
    }
    
    .titp-txt {
        position: absolute;
        background: #088dd1;
        width: 330px;
        height: 330px;
        z-index: 1;
        right: 0;
        bottom: 0;
        color: #fff;
        padding: 20px;
        box-sizing: border-box;
        /* line-height: 29px; */
    }
    
    .titp-txt p {
        line-height: 22px;
        font-size: 15px;
    }
    
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        width: 34px;
    }
    
    p.blue-pdf-icon {
        background: url(../images/blue-xls-icon.png) 0 0 no-repeat;
        padding-left: 40px;
        padding-top: 3px;
        padding-bottom: 5px;
    }
    
    p.bl-co {
        font-size: 24px !important;
        color: #0089cf;
    }
    
    p.bl-co span {
        border: 2px solid #0089cf;
        border-radius: 50%;
        display: inline-block;
        padding: 7px;
        width: 20px;
        text-align: center;
        margin-right: 11px;
    }
    
    .marg-left {
        margin-left: 50px;
    }
    
    .svgm svg:not(:root) {
        fill: #fff;
        stroke: #000;
        cursor: pointer;
    }
    
    .svgm path.active-state {
        fill: #0089cf;
    }
    
    .svgm {
        position: relative;
    }
    
    .popup-inside {
        position: absolute;
        right: 0;
        background: #f4f4f4;
        padding: 0;
        border-radius: 5px;
        top: 55px;
        display: none;
        border: solid 1px #ddd;
    }
    
    .popup-data h5 {
        margin: 0;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: bold;
        font-size: 18px;
        position: relative;
        width: 100%;
        background: #0089cf;
        padding: 15px 10px;
        box-sizing: border-box;
    }
    
    .popup-data ul {
        padding: 0 0px 0 20px;
        box-sizing: border-box;
        overflow-y: auto;
        max-height: 400px;
        margin: 10px 10px 20px 0px;
    }
    
    .popup-data .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
        width: 7px;
    }
    
    .popup-data .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .popup-data .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: #0085cb;
        outline: none;
    }
    
    .popup-data ul li {
        background: url(../images/side-menu-left-arrow.png) 0 26px no-repeat;
        padding-left: 20px;
        font-size: 15px;
        padding-bottom: 15px;
        border-bottom: solid 1px #a7a3a3;
        padding: 20px;
        line-height: 22px;
        font-weight: bold;
        margin-right: 10px;
    }
    
    .popup-data ul li:last-child {
        border: none;
    }
    
    .popup-data ul li a {
        font-weight: normal;
    }
    
    .svg-map {
        background: #fafafa;
        /* border: 1px solid #eee; */
        padding: 0 23px;
        margin-bottom: 30px;
    }
    
    .titp-gallery p {
        position: absolute;
        bottom: 0;
        color: #fff;
        font-size: 15px;
        padding: 0 24px;
        box-sizing: border-box;
        width: 100%;
    }
    
    .titp-gallery {
        width: 420px !important;
    }
    
    .titp-testi {
        width: 350px !important;
        min-height: 249px;
        border: 1px solid #eee;
        padding: 20px;
        position: relative;
        background: #fff;
    }
    
    .testi-outer {
        position: relative;
    }
    
    .testi-outer::after {
        background: url(../images/shadow.png) 0 0 no-repeat;
        position: absolute;
        content: "";
        width: 100%;
        height: 39px;
        /* bottom: 0; */
        left: 0;
    }
    
    .titp-testi .wr-bg {
        background: url(../images/after-left.png) 0 0 no-repeat, url(../images/right-bottom.png) right bottom no-repeat;
        /* height: 278px; */
        position: relative;
        padding: 25px 25px 25px 45px;
        box-sizing: border-box;
        height: 288px;
    }
    
    .titp-testi .wr-bg::after {
        background: url(../images/quote_left.png) 0 0 no-repeat;
        content: "";
        position: absolute;
        width: 21px;
        height: 16px;
        top: 22px;
        left: 15px;
    }
    
    .titp-testi .u-t {
        font-size: 16px;
        line-height: 24px;
    }
    
    .titp-testi .u-t img {
        display: inline-block;
    }
    
    .titp-testi .b-t {
        margin-top: 20px;
        font-size: 18px;
        color: #0587d1;
    }
    
    .titp-testi .b-t span {
        font-size: 15px;
        color: #a2061d;
        display: block;
        margin-top: 6px;
    }
    
    .titp-gallery img {
        width: 100%;
    }
    
    .gal-test-outer {
        background: url(../images/gry-bg.jpg) repeat top left;
        padding: 45px 0;
    }
    
    .gal-test-outer .titp-gallery {
        width: 100% !important;
    }
    
    .gal-outer {
        width: 61%;
    }
    
    .gal-outer h2,
    .testi-outer h2 {
        font-size: 28px;
        text-transform: uppercase;
    }
    
    .gal-test-outer .owl-nav .owl-prev {
        background-size: cover;
        border: 0;
        font-size: 0;
        width: 25px;
        height: 25px;
        position: absolute;
        /* bottom: 0; */
        top: -40px;
        z-index: 9;
        right: 30px;
        cursor: pointer;
        left: auto;
    }
    
    .gal-test-outer .owl-nav .owl-next {
        background-size: cover;
        border: 0;
        font-size: 0;
        width: 25px;
        height: 25px;
        position: absolute;
        /* bottom: 0; */
        top: -40px;
        z-index: 9;
        right: 0;
        cursor: pointer;
    }
    /*14-11-2019  titp english demo*/
    
    .titp-wrap-content .titp-back {
        background: none;
        padding: 0;
        margin-bottom: 0;
    }
    
    .monitoring-titp {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    
    .monitoring-titp .right {
        width: 49%;
    }
    
    .monitoring-titp .right p {
        margin-top: 15px;
    }
    
    .monitoring-titp .left {
        width: 49%;
    }
    
    .monitoring-titp {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 24px 35px;
        margin-bottom: 60px;
        background: #a2061d;
        color: #fff;
    }
    
    .monitoring-titp p {
        margin: 0 0 10px;
        font-size: 16px;
        line-height: 24px;
    }
    
    .monitoring-titp p:last-child {
        margin-bottom: 0;
    }
    
    .monitoring-titp .right .img-wrap {
        margin-top: -50px;
        margin-right: -35px;
    }
    
    .titp-wrap-content h2 {
        font-size: 28px;
        text-transform: uppercase;
        margin-bottom: 40px;
        color: #a2062d;
        line-height: 30px;
        text-align: center;
    }
    
    .internal-collab {
        background: url(../images/gry-bg.jpg) repeat top left;
        margin-bottom: 0px;
        /* overflow: hidden; */
    }
    
    .internal-collab .main-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .internal-collab .left {
        padding: 40px 50px 40px 0;
        width: 46%;
    }
    
    .internal-collab .right {
        width: 49%;
        /* position: relative; */
    }
    
    .internal-collab .right img {
        width: 100%;
    }
    
    .internal-collab .right .img-wrap {
        position: absolute;
        top: -30px;
        right: -79px;
    }
    
    .internal-collab .right .img-wrap .for-mobile {
        display: none;
    }
    
    .internal-collab .right .img-wrap img {
        width: 100%;
        max-width: 100%;
    }
    
    .internal-collab p {
        font-size: 16px;
        margin: 0 0 10px;
        text-align: justify;
        line-height: 23px;
    }
    
    .internal-collab p:last-child {
        margin-bottom: 0;
    }
    
    .internal-collab .left h2 {
        font-size: 28px;
        text-transform: uppercase;
    }
    
    .youthful-nation {
        margin-bottom: 60px;
    }
    
    .youthful-nation .speech-txt {
        width: 52%;
    }
    
    .youthful-nation .speech-txt h2 {
        margin: 0;
        text-align: left;
        font-size: 21px;
        line-height: 30px;
        color: #2395d2;
        padding-bottom: 0;
    }
    
    .youthful-nation .speech-txt h3 {
        font-size: 20px;
        line-height: 20px;
        font-weight: lighter;
        padding-bottom: 5px;
    }
    
    .youthful-nation .speech-txt h4 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 40px;
    }
    
    .youthful-nation .speech-txt h4 img {
        margin-bottom: -15px;
    }
    
    .youthful-nation .speech-img {
        margin-bottom: 0;
    }
    
    .youthful-nation .speech-img img {
        margin-bottom: -3px;
    }
    
    .tech-intern-program .left {
        width: 42%;
    }
    
    .tech-intern-program .left h3 {
        font-size: 28px;
        text-transform: uppercase;
        padding-bottom: 0;
        color: #0089cf;
    }
    
    .tech-intern-program p {
        margin: 0 0 10px;
        font-size: 16px;
        line-height: 23px;
        font-weight: lighter;
    }
    
    .tech-intern-program .light {
        font-size: 12px;
        line-height: 28px;
        font-weight: normal;
        display: inline-block;
    }
    
    .tech-intern-program .right {
        width: 52%;
    }
    
    .hidden-sec {
        font-size: 16px;
        line-height: 23px;
        display: none;
        text-align: justify;
        margin-top: 10px;
    }
    
    .tech-intern-program .readmore_btn {
        float: right;
        padding: 8px 15px;
        border-radius: 4px;
        border: 1px solid #0587d1;
        background: #fff;
        color: #0587d1;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 15px;
        cursor: pointer;
        width: 110px;
    }
    
    .tech-intern-program,
    .tech-intern-training {
        margin-bottom: 45px;
    }
    
    .tech-intern-training h2 {
        width: 100%;
        margin-bottom: 65px;
        padding-bottom: 0;
    }
    
    .tech-intern-training p {
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 24px;
    }
    
    .tech-intern-training p:last-child {
        margin-bottom: 0 !important;
    }
    
    .tech-intern-training .left {
        width: 50%;
    }
    
    .tech-intern-training .left img {
        margin-top: -30px;
    }
    
    .tech-intern-training .right {
        width: 45%;
        background: #a2061d;
        padding: 60px 40px 40px 10px;
        position: relative;
        color: #fff;
    }
    
    .tech-intern-training .right::before {
        position: absolute;
        content: '';
        left: -60px;
        height: 100%;
        width: 60px;
        background: #a2061d;
        top: 0;
        z-index: -1;
    }
    
    .implimentation-india {
        background: url(../images/gry-bg.jpg) repeat top left;
        padding: 50px 0 60px;
        margin-bottom: 45px;
    }
    
    .implimentation-india .download-pdf a .hover,
    .implimentation-india .download-pdf a:hover .normal {
        display: none;
    }
    
    .implimentation-india .download-pdf a:hover .hover {
        margin-right: 10px;
        display: block;
    }
    
    .implimentation-india .download-pdf a p {
        color: #000;
    }
    
    .implimentation-india .download-pdf a:hover p {
        color: #008ad2;
    }
    
    .implimentation-india .for-mobile {
        display: none !important;
    }
    
    .implimentation-india h2 {
        text-transform: uppercase;
        padding-bottom: 0;
        color: #0089cf;
        margin-bottom: 0;
        text-align: left;
    }
    
    .implimentation-india ul li {
        background: url(../images/titp/side-menu-left-arrow-active.png) 0 2px no-repeat;
        font-size: 16px;
        line-height: 24px;
    }
    
    .implimentation-india p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .success-stories {
        margin-bottom: 45px;
    }
    
    .success-stories h2 {
        margin-bottom: 10px;
        color: #0587d1;
    }
    
    .success-stories .titp-txt {
        background: #a2061d;
        width: 450px;
        height: 150px;
        padding: 20px;
        overflow-y: auto;
        bottom: 0px;
    }
    
    .success-stories .titp-slider {
        position: relative;
    }
    
    .success-stories .titp-slider::after {
        position: absolute;
        content: '';
        right: 22px;
        top: 40px;
        border: 1px solid #a2061d;
        height: 300px;
        width: 200px;
        z-index: -1;
    }
    
    .success-stories .owl-carousel .owl-nav .owl-prev,
    .success-stories .owl-carousel .owl-nav .owl-next {
        top: 50%
    }
    
    .success-stories .titp-txt p {
        margin: 0 0 20px;
    }
    
    .success-stories .titp-txt .titp-scroll {
        padding: 0 20px;
    }
    
    .success-stories .titp-txt .mCSB_scrollTools {
        width: 3px;
    }
    
    .success-stories .titp-txt .mCSB_scrollTools .mCSB_draggerRail {
        width: 4px;
    }
    
    .sending-org {
        margin-bottom: 45px;
    }
    
    .sending-org h2 {
        font-size: 28px;
        line-height: 30px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 10px;
        padding-bottom: 0;
    }
    
    .sending-org p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 20px;
        text-align: center;
    }
    
    .sending-org p:last-child {
        margin-bottom: 0;
    }
    
    .sending-org h2+p {
        padding: 0 160px;
        text-align: center;
    }
    
    .sen-org-box-outer .flex {
        align-items: center;
    }
    
    .sending-box {
        width: 29%;
        border: 2px solid #ccc;
        padding: 25px 20px 40px;
        text-align: center;
        min-height: 466px;
        position: relative;
    }
    /*01-12-2020*/
    
    .sending-box .hov_text {
        position: relative;
        /*        width: 100%;*/
    }
    
    .sending-box a.hov_text span {
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
        right: 0;
        border: 1px solid #ccc;
        width: 300px;
        background: #fff;
        z-index: 9;
        padding: 7px;
        font-size: 11px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        transition: all 0.2s ease;
        opacity: 0;
        visibility: hidden;
    }
    
    .sending-box a.hov_text:hover span {
        opacity: 1;
        visibility: visible;
        transition: all 0.2s ease;
    }
    /*01-12-2020*/
    
    .download-icons:hover {
        cursor: pointer;
    }
    
    .download-icons {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .download-icons.static-btn {
        position: static;
        margin-bottom: 10px;
        transform: translateX(0);
    }
    
    .download-icons img,
    .download-pdf img {
        height: 42px;
        width: auto !important;
    }
    
    .sending-box .heading {
        font-size: 21px;
        color: #000;
    }
    
    .sending-box:hover {
        border-color: #0089d0;
        transition: all 0.5s ease-in-out;
    }
    
    .sending-box:hover .heading {
        color: #0089d0;
    }
    
    .sending-box p a {
        color: #000;
    }
    
    .sending-box:hover p,
    .sending-box:hover a {
        color: #0089d0;
    }
    
    .sending-box .icon {
        margin-bottom: 20px;
    }
    
    .sending-box .icon .hover,
    .sending-box .download-icons .hover {
        display: none;
    }
    
    .sending-box:hover .icon .hover,
    .sending-box:hover .download-icons .hover {
        display: inline-block;
        transition: all 0.5s ease-in-out;
    }
    
    .sending-box:hover .icon .normal,
    .sending-box:hover .download-icons .normal {
        display: none;
        transition: all 0.5s ease-in-out;
    }
    
    .search-box:last-child .download-icons {
        margin-top: 93px;
    }
    
    .youth-employment {
        background: url('../images/titp/ben-bg.jpg') 0 2px no-repeat;
        padding: 45px 0;
        background-size: cover;
        background-position: 100% 100%;
        color: #fff;
        /* margin-bottom: 45px; */
    }
    
    .youth-employment h2 {
        font-size: 28px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
    }
    
    .youth-employment p {
        margin: 0 0 20px;
        padding: 0 130px;
        text-align: center;
    }
    
    .youth-employment h3 {
        text-align: center;
        font-size: 26px;
        line-height: 23px;
        color: #fff;
        font-weight: lighter;
        font-family: "lato-regular-webfont";
        margin-bottom: 35px;
        padding-bottom: 0;
    }
    
    .benifit-outer img,
    .candidate-enroll img {
        max-width: 100%;
    }
    
    .benifit-outer .left,
    .benifit-outer .right {
        width: 49%;
    }
    
    .benifit-outer .left h3,
    .benifit-outer .right h3 {
        text-align: left;
        margin-bottom: 0;
        margin-top: 35px;
    }
    
    .benifit-outer ul {
        padding-top: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    
    .benifit-outer ul li {
        background: url(../images/side-menu-left-arrow-active.png) 0 6px no-repeat;
        padding-left: 20px;
        padding-bottom: 10px;
    }
    
    .benifit-outer ul li:last-child {
        padding-bottom: 0;
    }
    
    .india-map {
        text-align: left;
        background: #fafafa;
        padding: 40px 0;
        margin-bottom: 75px;
    }
    
    .india-map h3 {
        text-align: center;
    }
    
    .india-map .popup-inside {
        width: 350px;
        height: auto;
    }
    
    .india-map p {
        margin: 0 0 20px;
        text-align: center;
    }
    
    .india-map h3 {
        margin-bottom: 0;
    }
    
    .candidate-enroll {
        margin-bottom: 70px;
    }
    
    .candidate-enroll .left h2 {
        font-size: 25px;
    }
    
    .candidate-enroll .right .img-wrap {
        top: -40px;
    }
    
    .candidate-enroll .blue-pdf-icon a {
        color: #000;
    }
    
    .candidate-enroll .blue-pdf-icon a:hover {
        color: #008ad2;
    }
    
    .candidate-enroll .blue-pdf-icon+p {
        padding-right: 90px;
    }
    
    .candidate-enroll .left {
        padding: 60px 50px 70px 0;
    }
    /*rituraj*/
    
    .node-type-titp .page-heading h1,
    .page-about-titp .page-heading h1,
    .page-about-titp-japanese .page-heading h1 {
        display: none;
    }
    
    .region-titp-menu ul.menu {
        display: flex;
    }
    
    .region-titp-menu ul.menu li a {
        border: 1px solid;
        margin-right: 5px;
        font-size: 13px;
        line-height: 16px;
        display: inline-block;
        padding: 6px;
        border-radius: 4px;
        background: #0085cb;
        color: #fff;
    }
    /* .region-titp-menu ul.menu li:first-child {
        background: url(../images/home.jpg) no-repeat 14px 6px #ddd;
        padding: 0px 10px;
        margin-right: 6px;
        border-radius: 5px;
    }
    
    .region-titp-menu ul.menu li:first-child a {
        background: none;
        font-size: 0;
        border: 0;
        padding: 5px 9px;
    } */
    
    .region-titp-menu ul.menu li>ul {
        display: flex;
        flex-direction: column;
        display: none;
        /* margin-left: 10px; */
        position: absolute;
        min-width: 150px;
        z-index: 9;
    }
    
    .region-titp-menu ul.menu li {
        position: relative;
    }
    
    .region-titp-menu ul.menu li.expanded .drpdwn-arrow {
        position: absolute;
        content: '';
        height: 28px;
        width: 30px;
        background: #a2061d;
        top: 1px;
        right: 6px;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 21px;
        border-radius: 0 3px 3px 0;
        color: #fff
    }
    
    .region-titp-menu ul.menu li.expanded:hover ul {
        display: flex;
    }
    
    .region-titp-menu ul.menu li:hover a {
        background: #a2061d;
    }
    
    .press-release-link.lan-btn a {
        border: 1px solid transparent;
        display: inline-block;
        padding: 5px 15px;
        border-radius: 2px;
        color: #fff;
        background: #0085cb;
    }
    
    .press-release-link.lan-btn a:hover,
    .press-release-link.lan-btn a.active {
        background: #a2061d;
        color: #fff;
    }
    
    .notice_btn {
        position: fixed;
        right: 0px;
        top: 94px;
        z-index: 99;
        transform: translateX(240px);
        transition: all 0.5s ease-in-out;
    }
    
    .notice_btn span {
        transform: rotate(-90deg);
        background: #a2061d;
        display: inline-block;
        cursor: pointer;
        padding: 15px 20px;
        position: absolute;
        left: -79px;
        top: 33px;
        font-size: 25px;
        color: #fff;
        box-shadow: 0 -2px 3px #000;
    }
    
    .notice_japanese span {
        left: -93px;
        top: 47px;
    }
    
    .notice_btn ul.notice {
        background: #0085cb;
        height: 200px;
        width: 200px;
        padding: 20px;
        color: #fff;
        /* display: none; */
    }
    
    .notice_btn.active ul.notice {
        display: block;
    }
    
    .notice_btn.active {
        transform: translateX(0px);
        transition: all 0.5s ease-in-out;
    }
    /*==============================Media Query========================================*/
    
    @media only screen and (max-width: 1200px) {
        .youthful-nation .main-container,
        .tech-intern-program .main-container,
        .tech-intern-training .main-container,
        .implimentation-india .main-container,
        .success-stories .main-container,
        .sending-org .main-container,
        .youth-employment .main-container,
        .india-map .main-container,
        .internal-collab .main-container,
        .gal-test-outer .main-container {
            padding: 0 15px;
            width: auto;
        }
        .internal-collab .right .img-wrap {
            position: static;
            box-shadow: unset;
        }
        .implimentation-india {
            padding: 30px 0;
        }
        .youthful-nation,
        .tech-intern-program,
        .tech-intern-training,
        .implimentation-india,
        .success-stories,
        .sending-org,
        .india-map,
        .candidate-enroll {
            margin-bottom: 30px;
        }
    }
    
    @media only screen and (max-width:1024px) {
        .tech-intern-training .right {
            width: 47%;
            padding: 20px 20px 20px 0;
        }
        .tech-intern-training .right::before {
            left: -40px;
            width: 40px;
        }
        p {
            margin: 0 0 10px !important;
        }
        .tech-intern-program .readmore_btn {
            padding: 6px 10px;
            text-transform: uppercase;
            font-size: 11px;
        }
        .hidden-sec {
            margin-top: 50px;
        }
        .tech-intern-program .light {
            line-height: 17px;
        }
        .success-stories .titp-txt {
            height: 210px;
            padding: 20px 20px 20px 0;
            right: 0px;
        }
        .success-stories .owl-carousel .owl-nav .owl-prev {
            left: 0;
        }
        .success-stories .owl-carousel .owl-nav .owl-next {
            right: 0;
        }
        .sending-box {
            width: 28%;
            padding: 25px 20px 80px;
        }
        .youth-employment {
            padding: 30px 0;
        }
        .india-map {
            padding-bottom: 10px;
            margin-bottom: 0;
        }
        .india-map h3 {
            text-align: center;
        }
        .candidate-enroll .left {
            padding: 20px 20px 20px 0;
            width: 47%;
        }
        .candidate-enroll .right {
            width: 50%;
        }
        .candidate-enroll .right .img-wrap {
            padding: 20px 0px;
        }
        .gal-outer {
            width: 54%;
        }
        .what-vidya h5 {
            font-size: 21px;
            color: #000;
            font-weight: normal;
            margin-bottom: 19px;
            line-height: 34px;
        }
        .numb li {
            width: 100%;
        }
        .what-vidya1 li {
            width: 48%;
            margin-bottom: 30px;
        }
        .img-h {
            margin-bottom: 14px;
        }
        .what-vidya1 li p {
            font-size: 19px;
        }
        .howapply-loan h3 {
            width: 100%;
        }
        .howapply-loan ul {
            width: 100%;
            display: inline-block;
            margin-left: 45px;
            padding: 20px 0;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .howapply-loan ul {
            padding-left: 10px;
            margin-left: 0;
            box-sizing: border-box;
        }
        .howapply-loan ul li {
            color: #fff;
            font-weight: normal;
            display: inline-block;
            font-size: 19px;
            margin-right: 9px;
            border-right: 1px solid #ccc;
            padding-right: 23px;
            padding: 5px 15px 5px 0;
            vertical-align: top;
        }
        .what-vidya h4,
        .non-banking .heading {
            font-size: 22px
        }
        .internal-collab .main-container {
            flex-direction: column;
        }
        .internal-collab {
            margin-bottom: -25px;
        }
        .internal-collab .left {
            width: auto;
            text-align: center;
            padding: 20px 0px 0;
        }
        .internal-collab .right {
            width: 100%;
        }
        .internal-collab .right img {
            width: 100%;
        }
        .internal-collab .right .img-wrap .for-mobile {
            display: block;
        }
        .internal-collab .right .img-wrap .for-desktop {
            display: none;
        }
        .internal-collab .right .img-wrap {
            width: 100%;
        }
        .monitoring-titp {
            flex-direction: column;
            padding: 20px;
            margin-bottom: 30px;
        }
        .monitoring-titp .left {
            width: 100%;
        }
        .monitoring-titp .right {
            width: 100%;
            display: flex;
            flex-direction: column-reverse;
        }
        .monitoring-titp .right .img-wrap {
            margin-top: 20px;
            margin-right: 0;
        }
        .titp-wrap-content img {
            width: 100%;
        }
        .right-side-bar h2 {
            margin-bottom: 0;
        }
        .titp-wrap-content .monitoring-titp p,
        .right-side-bar .internal-collab p {
            margin: 0 0 10px;
            font-size: 14px;
            line-height: 20px;
            text-align: justify;
        }
        .monitoring-titp h2.heading,
        .internal-collab .left h2.heading {
            font-size: 18px;
        }
        .region-titp-menu ul.menu {
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .region-titp-menu ul.menu li a {
            width: 300px;
        }
        .youthful-nation .main-container {
            flex-direction: column-reverse;
        }
        .youthful-nation img {
            width: auto;
        }
        .youthful-nation {
            padding-bottom: 10px;
        }
        .youthful-nation .speech-img {
            text-align: center;
        }
        .youthful-nation .speech-txt {
            width: auto;
            margin-top: 30px;
        }
        .youthful-nation .speech-txt h2 {
            font-size: 18px;
            line-height: 20px;
            padding-bottom: 0;
        }
        .youthful-nation .speech-txt h3 {
            font-size: 17px;
            line-height: 18px;
            padding-bottom: 0;
            margin-bottom: 0;
        }
        .youthful-nation .speech-txt h4 {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 10px;
        }
        .sign-se {
            flex-direction: column;
            text-align: right;
        }
        .speech-txt h5 {
            margin-top: 0;
        }
        .tech-intern-program .flex,
        .tech-intern-training .flex {
            flex-direction: column;
        }
        .tech-intern-program .left,
        .tech-intern-program .right,
        .tech-intern-training .left {
            width: 100%;
        }
        .tech-intern-training .right {
            width: auto;
            padding: 20px;
        }
        .tech-intern-training .right::before {
            display: none;
        }
        .tech-intern-program .right {
            margin-top: 15px;
        }
        .titp-wrap-content img.for-mobile {
            display: block;
        }
        .titp-wrap-content img.for-desktop {
            display: none;
        }
        .tech-intern-training .left img {
            margin-top: 10px;
        }
        .tech-intern-program .left h3,
        .tech-intern-training h2,
        #sending-org h2,
        #youth-employment h2,
        .india-map.titp-wrap-content h3,
        .candidate-enroll .left h2,
        .gal-test-outer h2 {
            font-size: 20px;
            line-height: 25px;
            text-align: center;
        }
        #youth-employment h3 {
            font-size: 16px;
        }
        .tech-intern-program p,
        .tech-intern-training p,
        .sending-org p,
        .implimentation-india p,
        .implimentation-india ul li,
        .titp-txt p,
        .testi-outer .titp-testi .u-t,
        .hidden-sec {
            font-size: 14px;
            line-height: 20px;
        }
        .titp-testi .b-t {
            font-size: 14px;
        }
        .titp-testi .b-t span {
            margin-top: 0;
        }
        .gal-outer {
            width: 100%;
            margin-bottom: 20px;
        }
        .titp-testi {
            width: auto !important;
            min-height: auto;
        }
        .gal-test-outer {
            padding: 30px 0;
        }
        .testi-outer {
            width: 100%;
        }
        .titp-testi .wr-bg {
            background: none;
            height: auto;
            padding: 0px 25px 0px 45px;
        }
        .titp-testi .wr-bg::after {
            top: 0;
        }
        .testi-outer::after {
            background-size: cover;
        }
        .success-stories .titp-txt {
            height: 150px;
            position: static;
            width: 100%;
        }
        .sending-org h2+p {
            padding: 0;
        }
        .sen-org-box-outer {
            flex-direction: column;
        }
        #sending-org {
            margin-bottom: 0;
        }
        .sending-box {
            width: auto;
            padding: 20px 20px 80px 20px;
            min-height: auto;
            margin-bottom: 20px;
        }
        .youth-employment p {
            padding: 0;
        }
        .youth-employment h3 {
            margin-bottom: 15px;
        }
        .benifit-outer .left,
        .benifit-outer .right {
            width: 100%;
            margin-bottom: 10px;
        }
        .benifit-outer img,
        .candidate-enroll img {
            width: 100%;
        }
        .benifit-outer .left h3,
        .benifit-outer .right h3 {
            margin-top: 10px;
        }
        .benifit-outer ul li {
            padding-bottom: 0;
        }
        .youth-employment {
            padding: 10px 0;
        }
        .benifit-outer ul {
            font-size: 14px;
            line-height: 20px;
            padding-top: 5px;
        }
        .india-map {
            padding: 30px 0;
        }
        .svgm {
            display: flex;
            flex-direction: column-reverse;
        }
        .svg-map {
            padding: 0;
            margin-bottom: 0;
        }
        .india-map .popup-inside {
            position: static;
            width: auto;
            height: auto;
            text-align: left;
            margin-top: 10px;
        }
        .svg-map .popup-data+svg {
            width: 100%;
            height: auto;
            /* padding: 0 30px; */
        }
        .implimentation-india {
            padding: 20px 0;
        }
        .success-stories .titp-slider::after {
            display: none;
        }
        .region-titp-menu ul.menu li.expanded:hover ul {
            display: none;
        }
        .region-titp-menu ul.menu li>ul {
            position: static;
        }
        .page-about-titp .text-inner,
        .page-about-titp-japanese .text-inner {
            margin-top: 0px;
        }
        .press-release-link {
            text-align: center;
        }
        .implimentation-india .for-desktop {
            display: none !important;
        }
        .implimentation-india .for-mobile {
            display: block !important;
            width: 100%;
        }
        .footer-left li {
            border: none;
        }
        .footer .footer-top {
            padding: 0 20px;
            width: auto;
        }
        .implimentation-india .download-pdf a p {
            margin: 10px 0 !important;
            font-size: 13px !important;
            line-height: 20px !important;
        }
        .titp-testi .wr-bg::after {
            left: 0;
        }
        .titp-testi .wr-bg {
            padding: 0px 25px 0px 28px;
            text-align: justify;
        }
        .footer-right #webform-ajax-wrapper-10 .webform-component-email {
            width: calc(100% - 47px);
            margin-right: 0;
        }
        .footer .footer-top {
            padding: 20px 20px 10px;
        }
        .region.region-footer-bottom-right {
            display: none;
        }
        .footer-last p.right {
            margin-bottom: 0 !important;
        }
        .footer-last p.left,
        .footer-last p.right {
            font-size: 11px;
            margin-bottom: 0px !important;
        }
        .footer-left li {
            width: auto;
            padding-right: 0;
            margin-right: 0;
        }
        .footer .footer-left li li {
            background: rgba(0, 0, 0, 0) url("../images/gray-double-arrow.png") no-repeat scroll 0 8px;
            margin-right: 15px;
            font-size: 13px;
            line-height: 16px;
        }
        .footer-left li a.footer-menu-expanded {
            margin: 10px 0;
        }
        .footer-left ul.menu li.expanded {
            width: auto;
        }
        .youthful-nation {
            padding: 0;
        }
        .sign-se {
            text-align: left;
        }
        .speech-txt h5 {
            font-size: 15px;
        }
        .speech-txt h6 {
            font-size: 15px;
            margin-top: 2px;
        }
        .hidden-sec {
            margin-top: 10px;
        }
        .tech-intern-program .readmore_btn {
            float: none;
        }
        .section-industry-reports .indrep-main ul li {
            width: 32%;
        }
    }
    
    @media only screen and (max-width:480px) {
        .tech-intern-program .left h3,
        .tech-intern-training h2,
        #sending-org h2,
        #youth-employment h2,
        .india-map.titp-wrap-content h3,
        .candidate-enroll .left h2,
        .gal-test-outer h2 {
            font-size: 18px;
            line-height: 20px;
        }
        .rozgar-photo-gallery-main-wrap .photo-gallery-listing li{ 
            width: 48%;
        }
        
    }
    
    @media screen and (max-width:400px) {
        .what-vidya1 li {
            width: 100%;
            margin-bottom: 15px;
        }
        .what-vidya1 {
            padding: 20px 0;
        }
        .section-industry-reports .indrep-main ul li {
            width: 48%;
        }
    }
    /*15 nov 2019*/
    
    .notice_btn ul.notice a {
        color: #fff;
        line-height: 20px;
    }
    
    .gray-bg {
        background: #0089cf/*url(../images/pattern-3.jpg) repeat*/
        ;
        width: 100%;
        padding: 20px 0;
    }
    
    .gray-bg.blue-bg {
        background: #ca2f1f/*url(../images/pattern-4.jpg) repeat*/
        ;
        width: 100%;
        padding: 20px 0;
        margin-top: 3px;
    }
    
    .dow-slider .item {
        text-align: center;
    }
    
    .dow-slider {
        text-align: left;
    }
    
    .dow-slider .item h3 {
        font-size: 14px;
        margin-top: 10px;
        color: #fff;
    }
    
    .gray-bg h2 {
        color: #fff;
        font-size: 24px;
        line-height: normal;
        font-weight: normal;
        margin-bottom: 20px;
        padding-bottom: 9px;
        position: relative;
        margin-top: 10px;
    }
    
    .text-inner a {
        color: #008ad2;
        position: relative;
        display: inline-block;
    }
    
    .dow-slider.owl-carousel .owl-nav .owl-next {
        background: rgba(0, 0, 0, 0) url("../images/close-arrwo.png") no-repeat scroll 0 0;
        width: 30px;
        font-size: 0px;
        float: right;
        height: 30px;
        position: absolute;
        top: 80px;
        right: -41px;
        transform: rotate(-180deg)
    }
    
    .dow-slider.owl-carousel .owl-nav .owl-prev {
        background: rgba(0, 0, 0, 0) url("../images/close-arrwo.png") no-repeat scroll 0 0;
        width: 30px;
        font-size: 0px;
        float: right;
        height: 30px;
        position: absolute;
        top: 80px;
        right: -41px;
    }
    
    .display-grid {
        display: grid;
        padding-top: 18px;
    }
    
    .contribute-now {
        text-align: center;
        margin: 0 auto;
        display: block;
        background: #d72d1e;
        width: 135px;
        margin-bottom: 25px;
        padding: 10px;
        font-size: 18px;
        font-weight: 700;
        padding: 15px 15px;
        border-radius: 5px;
    }
    
    .contribute-now>a {
        color: #ffffff;
    }
    
    .contribute-now:hover {
        background: #d72d1e;
    }
    
    .page-node-158 .page-heading {
        display: none;
    }
    /*24-07-2020*/
    
    .page-node-158 #partner-logo-list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .page-node-158 #partner-logo-list li {
        margin: 0 10px 20px;
        width: 16%;
        /*border: 1px solid #ccc;*/
        /*box-shadow: 0 0 10px rgba(0,0,0,0.08);*/
        /*padding: 20px;*/
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
        /*flex-wrap: wrap;*/
        /*flex-direction: column;*/
        /*min-height: 70px;*/
    }
    
    .page-node-158 #partner-logo-list li img {
        /*display: none;*/
        width: 100%;
    }
    
    .page-node-158 .partner-logo li span {
        /*position: static;*/
        top: auto;
        bottom: 26%;
        display: block;
        color: #565656;
        font-size: 25px;
        font-weight: bold;
        margin: 0 0 10px;
    }
    
    .page-node-158 .partner-logo li p {
        color: #565656;
        font-size: 15px;
        line-height: 21px;
        font-weight: 500;
        margin-top: 0px;
        text-align: center;
        margin-bottom: 0;
    }
    
    .page-node-158 .partner-logo li p>br {
        display: none;
    }
    
    #partner-logo-list li {}
    
    .page-node-158 .full-width {
        padding: 30px 0;
    }
    
    .page-node-158 #partner-logo-list .slick-arrow {
        top: 50%;
        transform: translateY(-50%);
    }
    
    .page-node-158 .industry-corp-tab-wrap .tab ul.main-ul>li {
        border: none;
        width: 100%;
        text-align: left;
        background: none;
        padding: 0;
        float: none;
        margin-bottom: 12px;
        min-height: auto;
    }
    
    .page-node-158 .full-width-b {
        width: 100%;
        padding: 10px 0;
        margin: 0;
        background: none;
    }
    
    .page-node-158 .industry-corp-tab-wrap .tab ul.main-ul {
        background: none;
        border: 0;
        width: 50%;
    }
    
    .industry-vedio-sec {
        width: 48%;
        height: 400px;
    }
    
    .main-container.d-flex {
        display: flex;
        justify-content: space-around;
    }
    
    .page-node-158 .industry-corp-tab-wrap .tab ul.main-ul li .indcorp-model-title {
        margin-bottom: 0;
        padding-bottom: 0;
        display: inline-block;
        font-weight: 500;
        color: #626262;
        border: none;
        font-size: 14px !important;
    }
    
    .page-node-158 .industry-corp-tab-wrap .tab ul.main-ul li .indcorp-model-desc {
        display: inline-block;
        color: #626262;
        font-weight: 500;
        font-size: 14px !important;
    }
    
    .page-node-158 .model_head {
        background: #fff;
        padding: 9px;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
        border-radius: 3px;
        border: 1px solid #ccc;
        position: relative;
    }
    
    .page-node-158 .model_head::after {
        position: absolute;
        content: '+';
        right: 13px;
        top: 6px;
        color: #000;
        font-size: 27px;
    }
    
    .page-node-158 .model_head.active::after {
        content: '-';
    }
    
    .page-node-158 .industry-corp-tab-wrap .tab ul.main-ul .model_content {
        padding: 20px;
        margin-top: 3px;
        background: #fff;
        display: none;
        border-radius: 3px;
    }
    
    .page-node-158 .industry-corp-tab-wrap .tab ul.main-ul .model_content li {
        width: 100%;
        min-height: auto;
        background: none;
        padding: 0;
        float: none;
        text-align: left;
        color: #000;
        background: url(../images/side-menu-left-arrow-active.png) no-repeat 5px 10px;
        padding-left: 20px;
        padding-bottom: 6px;
        border: none;
    }
    
    .page-node-158 .industry-corp-tab-wrap .tab ul.main-ul .model_content li:after,
    .page-node-158 .page-node-158 .industry-corp-tab-wrap .tab ul.main-ul>li:after {
        display: none;
    }
    
    .page-node-158 .rel_doc_sec {
        padding: 30px 0;
        background: #f2f2f2;
    }
    
    .page-node-158 .rel_left,
    .doc_right {
        width: 48%;
        position: relative;
        padding-bottom: 60px;
    }
    
    .page-node-158 .rel_left li,
    .page-node-158 .doc_right li {
        background: rgba(0, 0, 0, 0) url(../images/blue-double-arrow.png) no-repeat scroll 20px 20px;
        border-bottom: 1px solid #c0c0c0;
        color: #000;
        font-size: 13px;
        padding: 14px 2px 15px 41px;
        text-decoration: underline;
        line-height: 20px;
        display: flex;
        justify-content: space-between;
    }
    
    .page-node-158 .rel_left ul.download_data li:nth-child(odd),
    .page-node-158 .doc_right ul.download_data li:nth-child(odd) {
        background-color: #fbfbfb;
    }
    /*.page-node-158 .rel_left li:last-child, .page-node-158 .doc_right li:last-child {*/
    /*    padding: 0px 0px 0px 40px;*/
    /*    background: none;*/
    /*    border:none;*/
    /*}*/
    
    .page-node-158 .rel_left ul.download_data li:last-child,
    .page-node-158 .doc_right ul.download_data li:last-child {
        display: none;
    }
    
    .page-node-158 .rel_left ul.download_data,
    .page-node-158 .doc_right ul.download_data {
        width: 100%;
        border: 1px solid #c0c0c0;
    }
    
    .page-node-158 .rel_left ul.download_data li>a,
    .page-node-158 .doc_right ul.download_data li>a {
        color: #000;
        line-height: 20px;
        ;
    }
    
    .page-node-158 .rel_left ul.download_data li>a:last-child,
    .page-node-158 .doc_right ul.download_data li>a:last-child {
        background: rgba(0, 0, 0, 0) url(../images/download-icon.jpg) no-repeat scroll 0 0;
        float: right;
        height: 20px;
        margin-right: 10px;
        width: 22px;
    }
    
    .page-node-158 .rel_left .download-right,
    .page-node-158 .doc_right .download-right {
        background: #0587d1;
        border: 1px solid #0587d1;
        margin-top: 0;
        padding: 10px;
    }
    
    .page-node-158 .rel_left .download-right a,
    .page-node-158 .doc_right .download-right a {
        color: #fff;
        position: relative;
        display: inline-block;
    }
    
    .page-node-158 .rel_left .download-right img,
    .page-node-158 .doc_right .download-right img {
        display: none;
        /*max-height: 20px;*/
        /*margin-right: 10px;*/
    }
    
    .page-node-158 .rel_left .download-right h2,
    .page-node-158 .doc_right .download-right h2 {
        padding: 0;
        font-size: 16px;
    }
    
    .page-node-158 .contribute_content {
        padding: 30px 0;
    }
    
    .page-node-158 .contri_button form input {
        margin-right: 10px;
        display: inline-block;
    }
    
    .page-node-158 .contribute-btn {
        text-align: center;
        margin-top: 20px;
    }
    
    .page-node-158 .contribute-btn form {
        display: flex;
        flex-wrap: wrap;
    }
    
    .page-node-158 .contri_button .contribute-btn a {
        color: #fff;
        background: #636363;
        font-size: 22px;
        font-weight: 700;
        padding: 20px 25px;
        letter-spacing: 1px;
        border: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all linear 0.5s;
        -moz-transition: all linear 0.5s;
        -ms-transition: all linear 0.5s;
        -o-transition: all linear 0.5s;
        transition: all linear 0.5s;
        position: relative;
        pointer-events: none;
    }
    
    .page-node-158 .contri_button .contribute-btn a.active {
        background: #d72d1e;
        pointer-events: inherit;
    }
    
    .page-node-158 .contri_button .contribute-btn a::after {
        content: '';
        display: inline-block;
        width: 14px;
        height: 14px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 15px;
        margin-top: -3px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        vertical-align: top;
        -webkit-transition: all linear 0.5s;
        -moz-transition: all linear 0.5s;
        -ms-transition: all linear 0.5s;
        -o-transition: all linear 0.5s;
        transition: all linear 0.5s;
    }
    
    .page-node-158 .contri_button .contribute-btn a.active::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: 0;
    }
    
    .page-node-158 .text-inner a {
        color: #008ad2;
        position: relative;
        display: inline-block;
    }
    
    .page-node-158 .fund_list_outer .funds-list ul {
        margin: 20px 0 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
    }
    
    .page-node-158 .fund_list_outer .funds-list ul li {
        width: 18%;
        padding: 5px;
        background: url(../images/bg-funds.jpg) no-repeat 0 bottom #eaeaea;
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
        position: relative;
        transition: all ease 0.6s;
    }
    
    .page-node-158 .fund_list_outer .funds-list ul li:hover {
        transform: scale(1.03);
        transition: all ease 0.6s;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    
    .page-node-158 .fund_list_outer .funds-list .image img {
        width: 100%;
    }
    
    .page-node-158 .fund_list_outer .funds-list .desc {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        padding: 10px 0;
        flex-direction: column;
    }
    
    .page-node-158 .fund_list_outer .funds-list .desc img {
        max-width: 36px;
    }
    
    .page-node-158 .fund_list_outer .funds-list .desc span {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #000;
        margin-top: 10px;
        text-align: center;
    }
    
    .page-node-158 .fund_list_outer .funds-list ul li:after {
        content: '';
        display: block;
        width: 110%;
        height: 234px;
        /* background: url(../images/shadow.png) no-repeat center 0; */
        position: absolute;
        left: -5%;
        bottom: -25px;
        z-index: -1;
    }
    
    .page-node-158 .Industry-Partnership-slider {
        padding-bottom: 70px;
        background: none;
    }
    
    .page-node-158 .Industry-Partnership-slider li img {
        box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
        margin: 5px;
    }
    
    .page-node-158 .Industry-Partnership-slider {
        padding-bottom: 70px;
    }
    
    .page-node-158 .model_head.active {
        background: #0587d1;
        color: #fff;
    }
    
    .page-node-158 .industry-corp-tab-wrap .tab ul.main-ul li .model_head.active .indcorp-model-title,
    .page-node-158 .industry-corp-tab-wrap .tab ul.main-ul li .model_head.active .indcorp-model-desc,
    .page-node-158 .model_head.active::after {
        color: #fff;
    }
    
    @media screen and (max-width:1200px) {
        .page-node-158 #partner-logo-list .slick-list.draggable {
            width: 90%;
            margin: 0 auto;
        }
        .page-node-158 #partner-logo-list .slick-arrow.slick-prev {
            left: 10px;
        }
        .page-node-158 #partner-logo-list .slick-arrow.slick-next {
            right: 10px;
        }
    }
    
    @media screen and (max-width:900px) {
        .page-node-158 #partner-logo-list li {
            margin: 0 10px 0px;
            /*border: 1px solid;*/
            min-height: 170px;
        }
        .page-node-158 .partner-logo li span {
            bottom: 40%;
            font-size: 21px;
        }
        .page-node-158 .partner-logo li p {
            font-size: 14px;
        }
        .page-node-158 .contri_button .contribute-btn a {
            font-size: 18px;
            font-weight: 500;
            padding: 15px 16px;
        }
        .page-node-158 .contri_button .contribute-btn a::after {
            width: 10px;
            height: 10px;
            margin-top: 0px;
        }
        .page-node-158 .contri_button .contribute-btn a.active::after {
            margin-top: 2px;
        }
    }
    
    @media screen and (max-width:800px) {
        .page-node-158 .industry-corp-tab-wrap .full-width-b {
            display: block;
        }
        .page-node-158 .model_head {
            padding: 8px 15px;
            display: flex;
            justify-content: flex-start;
        }
        .page-node-158 .model_head::after {
            top: 9px;
        }
        .page-node-158 article.node.node-page p {
            font-size: 13px !important;
        }
        .page-node-158 .industry-corp-tab-wrap .tab ul.main-ul li .indcorp-model-title {
            min-width: 70px;
            font-size: 14px;
        }
    }
    
    @media screen and (max-width:767px) {
        .page-node-158 .fund_list_outer .funds-list ul {
            justify-content: center;
        }
        .page-node-158 .fund_list_outer .funds-list ul li {
            width: 70%;
            margin: 0 10px 20px;
        }
        .page-node-158 #partner-logo-list li {
            margin: 0 10px 20px;
            width: 24%;
        }
        .page-node-158 .Industry-Partnership-slider {
            padding-bottom: 40px;
        }
        .page-node-158 .rel_left,
        .doc_right {
            width: 100%;
            padding-bottom: 0;
        }
        .page-node-158 .fund_list_outer .funds-list ul li {
            width: 26%;
            margin: 0 10px 20px;
        }
        .page-node-158 .contri_button .contribute-btn a {
            font-size: 15px;
            padding: 15px 15px;
        }
        .page-node-158 #partner-logo-list li {
            width: 30%;
        }
        .page-node-158 .partner-logo li span {
            /*top: 109px;*/
        }
        .page-node-158 .rel_left {
            margin-bottom: 30px;
        }
        .page-node-158 .rel_left .download-right,
        .page-node-158 .doc_right .download-right {
            margin: 10px 0;
            /*width: 200px;*/
        }
        .page-node-158 .partner-logo li span {
            bottom: 36%;
        }
        .page-node-158 #partner-logo-list .slick-arrow {
            top: 27%;
            transform: none;
        }
        .page-node-158 .float_btn {
            width: 150px !important;
            height: auto !important;
            float: none !important;
            right: 10px !important;
            top: 88% !important;
        }
        .page-node-158 .float_btn a>img {
            width: 100%;
        }
        .page-node-158 #back-top {
            bottom: 50px;
        }
        .page-node-32143 .mCS_img_loaded{
            height: auto;
        }
        .page-press-coverage-current .press-release-link, .page-press-coverage-archive .press-release-link, .page-press-release-current .press-release-link, .page-press-release-archive .press-release-link{
            text-align: left;
            margin: 10px 0px 20px;
        }
        .page-press-coverage-current .views-exposed-widget, .page-press-coverage-archive .views-exposed-widget, .page-press-release-current .views-exposed-widget, .page-press-release-archive .views-exposed-widget{
            width: 100% !important;
        }
        .page-press-coverage-current .views-exposed-widget.views-submit-button, .page-press-coverage-archive .views-exposed-widget.views-submit-button, .page-press-release-current .views-exposed-widget.views-submit-button, .page-press-release-archive .views-exposed-widget.views-submit-button{
            width: auto !important;
        }
        .header-right-top li:last-child{
            border-right: 0 !important;
        }
        .header-right-top li:last-child::before{
            display: none;
        }
        .page-press-coverage-current .region.region-media-footer, .page-press-coverage-archive .region.region-media-footer, 
        .page-press-release-current .region.region-media-footer, .page-press-release-archive .region.region-media-footer, 
        .page-node-4 .region.region-media-footer{
            height: auto;
        }
        .page-press-coverage-current .region.region-media-footer p, .page-press-coverage-archive .region.region-media-footer p, .page-press-release-current .region.region-media-footer p,
         .page-press-release-archive .region.region-media-footer p, .page-node-4 .region.region-media-footer p{
            line-height: 30px;
        }
        .page-node-158 .main-container.d-flex{
            flex-wrap: wrap;
        }
        .page-node-158 .industry-corp-tab-wrap .tab ul.main-ul, .page-node-158 .industry-vedio-sec{
            width: 100%;
        }
        .page-node-3 .youtube_video iframe{
            height: auto;
        }
        .page-sending-organization .sdt-img .text{
            height: auto;
        }
        .page-skillcentres .fsic-list-cont, .page-skillcentres .fsic-list-cont~div, .page-skillcentres .fsic-list {
            width: 100% !important;
        }
        .page-node-32496 .comment-custom-wrapper .news-slider, .page-node-32496  .comment-custom-wrapper .leave-comment, .page-node-32496 .comment-custom-wrapper .story-content, .page-node-32496 .comment-custom-wrapper .leave-comment .comment-form .field-name-field-emails, 
        .page-node-32462 .comment-custom-wrapper .news-slider, .page-node-32462  .comment-custom-wrapper .leave-comment, .page-node-32462 .comment-custom-wrapper .story-content, .page-node-32462 .comment-custom-wrapper .leave-comment .comment-form .field-name-field-emails{
            width: 100%;
        }
        .page-node-32496 .read-more-stories > a, .page-node-32462 .read-more-stories > a{
            padding: 10px 22px;
            width: auto;
        }
        .page-taa .awards-sec-detail .left, .page-taa .awards-sec-detail .right, .page-taa .awards-sec-detail .right img, .page-taa .panel-details,
         .page-learning-resources .lrt-initiatives-new .initiatives-wrap ul~div, .page-learning-resources .lern-kaushal, .page-partners  .funding-new-sec .guideline-section ul li, 
         .page-existingpartners  .funding-new-sec .guideline-section ul li, .page-node-306 .views-exposed-form .form-item select, .page-node-4 .gal, .page-node-4 .yy-vid, .page-node-4 .v-txt, .page-node-4 .line-vid, .page-node-4 .skill-icon img, .page-node-4 .gall-skill{
            width: 100% !important;
        }
        .page-node-4 .line-vid .y-vid{
            margin: 0;
        }
        .page-partners  .prt-overview .main-container{
            margin-top: 0 !important;
        }
        .page-existingpartners ul.dev-listing p{
            text-align: center;
        }
        .page-node-4 .gall-skill li{
            width: calc(100% / 2) !important;
        }
        .page-node-4 .social-media{
            background-size: cover;
            margin-top: 30px;
        }
        .page-node-4 .social-plu li{
            margin-bottom: 30px;
        }
        .page-node-10610 .section-trainers-and-assessors .login-sdmc ul li, .comment-custom-wrapper .news-slider, .comment-custom-wrapper .leave-comment, .comment-custom-wrapper .story-content, 
        .comment-custom-wrapper .leave-comment .comment-form .field-name-field-emails, .page-node-32018 .policy-page .policy-item, .page-node-32018 .policy-page .policy-item img{
            width: 100%;
        }
        .page-node-32018 .policy-page .des p{
            text-align: center !important;
        }
        .page-node-32018 .policy-page .title{
            line-height: 26px;
            margin-bottom: 10px;
        }
    }
    @media screen and (max-width:1024px) {
        html, body{
            overflow-x: hidden !important;
        }
        .page-skillcentres .fsic-list-cont, .page-skillcentres .fsic-list-cont~div {
            width: 100% !important;
        }
        .page-skillcentres .fsic-list{
            width: 46%;
        }
        .press-release-table .views-exposed-form{
            padding: 15px 0px 15px 6px;
        }
        .page-pmmy .work-process-right{
            float: none;
        }
        .funding-new-sec1 .count-value ul li{
            width: 30% !important;
        }
        .funding-new-sec .guideline-section ul li{
            width:47% !important;
            display: inline-block;
            float: none;
        }
        .funding-new-sec .guideline-section ul li a {
            display: block;
        }
        .funding-new-sec .guideline-section ul li .image img {
            width: 100%;
        }
        .page-node-4 .line-vid .y-vid{
            margin: 0;
        }
        .page-node-4 .yy-vid {
            float: none;
        }
        .page-node-4  .v-txt{
            float: left;
            width: 100%;
        }
        .page-node-4 .line-vid, .page-node-4 .gal, .comment-custom-wrapper .story-content{
            width: 100% !important;
        }
        .page-node-4 .gall-skill{
            float: none;
        }
        .page-node-4 .social-media{
            background-size: cover;
        }
        .header-right-left{
            width: inherit !important;
        }
        .comment-custom-wrapper .news-slider, .comment-custom-wrapper .leave-comment{
            width: 47%;
        }

    }  
    
    @media screen and (max-width:600px) {
        .fund_list_outer .funds-list ul {
            justify-content: center;
        }
        .page-node-158 .fund_list_outer .funds-list ul li {
            width: 40%;
            margin: 0 10px 20px;
        }
        .page-node-158 .rel_left,
        .doc_right {
            width: 100%;
        }
        .page-node-158 .rel_left {
            margin-bottom: 20px;
        }
        .page-node-158 #partner-logo-list li {
            width: 40%;
        }
        .page-node-158 .partner-logo li span {
            /*top: 123px;*/
        }
    }
    
    @media screen and (max-width:480px) {
        .page-node-158 .fund_list_outer .funds-list ul li {
            width: 100%;
        }
        .page-node-158 #partner-logo-list .slick-list.draggable {
            width: 60%;
            margin: 0 auto;
        }
        
    }