
/* 26-3-2025 - Jagan */

.video__list .comman__wrap .row__element {display: flex;width: 100%;}
.video__list .comman__wrap .row__element .grid__element:first-child {width: 30%;}
.video__list .comman__wrap .row__element .grid__element:last-child {width: 70%;padding: 0px 75px;}
.iframe_video {width: 100%;border-radius: 10px;}
.page__type {padding: 200px 0;}
.video__list .comman__wrap {background-color: #1b1b1b;padding: 20px 15px;margin-bottom: 50px;border-radius: 10px;}
.video__title h2 {color: #f28c34;margin: 0;font-size: 25px;}
.video__title a {text-decoration: none !important;}
.pagination {margin-top: 30px;}
.pagination .page-numbers {border: 1px solid #f28c34;padding: 10px 15px;border-radius: 5px;color: #fff;font-size: 16px;text-decoration: none;transition: all 0.8s;margin-right: 5px;}
.pagination .page-numbers.current {background-color: #f28c34;}
.pagination .page-numbers:hover {background-color: #f28c34;transition: all 0.8s;}


/* Media Quiery Section Start */

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

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

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

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

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

@media only screen and (max-width: 1200px) {
    .media-listing {padding: 0 20px;}
}

@media only screen and (max-width: 1100px) {
    .page__type {padding: 200px 20px;}
}

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

@media only screen and (max-width: 980px) {
    .video__list .comman__wrap .row__element .grid__element:first-child {width: 40%;}
    .video__list .comman__wrap .row__element .grid__element:last-child {width: 60%;padding: 0px 75px;}
    .video__title h2 {font-size: 20px;}  
}

@media only screen and (max-width: 800px) {
    .researchpublication {width: 45% !important;margin: 15px;display: inline-block;}  
    .researchpublication {width: 100% !important;margin: 0px;margin-bottom: 30px;} 
    .research_publication_wrap {display: block;width: 100%;}
}

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

@media only screen and (max-width: 700px) {
    .youtube-video .iframe_video {width: auto !important;}
    .youtube-video {text-align: center;}
    .video__title {text-align: center;}
}

@media only screen and (max-width: 640px) {
    .video__list .comman__wrap .row__element .grid__element:first-child {width: 100%;}
    .video__list .comman__wrap .row__element .grid__element:last-child {width: 100%;padding: 0px;}
    .video__list .comman__wrap .row__element {display: block;width: 100%;}
}

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

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

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

/* Media Quiery Section End */