/**handles:twentytwenty-style**/

@charset "utf-8";
table,
th,
tr {
    border: 1px solid rgba(0, 0, 0, .1)
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6
}

table:last-child {
    margin-bottom: 0
}

table td {
    padding: 7px 14px;
    font-size: 1.6rem;
    line-height: 2rem;
    border: 1px solid #e6e6e6;
    vertical-align: middle
}

table th,
table thead th {
    padding: 8px 5px;
    background: #20a404;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2rem;
    vertical-align: middle;
    font-weight: 400
}

.tabular-wrap {
    overflow: auto;
    margin: 0 0 14px
}

.form-control,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font: 400 1.4rem/2rem Oswald, sans-serif;
    border-radius: 0;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #222;
    width: auto;
    outline: 0
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font: 400 1.4rem/2rem Oswald, sans-serif;
    border-radius: 0;
    padding: 10px 12px;
    background-color: #fff !important;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #222;
    width: auto;
    outline: 0
}

.form-control:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    outline: 0;
    box-shadow: none;
    border-color: #ddd
}

select {
    background: url(./wp-content/themes/dpsdurg/images/angle-down.svg) right 10px center no-repeat;
    background-size: 10px;
    color: #959595;
    padding-right: 30px
}

input[type=date] {
    color: #959595
}

select[multiple] {
    background: 0 0;
    min-height: 85px
}

::-webkit-input-placeholder {
    color: #959595
}

::-moz-placeholder {
    color: #959595
}

:-ms-input-placeholder {
    color: #959595
}

:-moz-placeholder {
    color: #959595
}

button,
input[type=button],
input[type=submit] {
    text-align: center;
    padding: 8px 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    background: #82bc10;
    border: 2px solid #82bc10;
    transition: .3s all ease-in-out 0s;
    -webkit-transition: .3s all ease-in-out 0s;
    -moz-transition: .3s all ease-in-out 0s;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: Oswald, sans-serif;
    background: #33760e;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    padding: 10px 12px;
    text-decoration: none;
    font-weight: 300;
    text-decoration: none;
    outline: 0;
    background: #33760e;
    background: -moz-linear-gradient(top, #33760e 0, #055c01 100%);
    background: -webkit-linear-gradient(top, #33760e 0, #055c01 100%);
    background: linear-gradient(to bottom, #33760e 0, #055c01 100%)
}

.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=text],
.contact-form select,
.contact-form textarea {
    width: 100%
}

.contact-form input[type=submit] {
    margin: 0 auto;
    text-align: center;
    display: inherit
}

caption {
    font-weight: 400;
    text-align: left
}

.txt-aln-center {
    text-align: center
}

.txt-aln-left {
    text-align: left
}

.txt-aln-right {
    text-align: right
}

.txt-color-green {
    color: #064706
}

.txt-color-maroon {
    color: maroon
}

.txt-color-red {
    color: red
}

.green-txt-700 {
    color: #146405;
    font-weight: 700
}

.caps {
    text-transform: uppercase
}

.aligncenter,
.alignleft,
.alignright {
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 0 20px
}

.aligncenter {
    display: inline-block;
    text-align: center
}

.top-mar-50 {
    margin-top: 50px
}

.no-mar-pad {
    margin: 0 !important;
    padding: 0 !important
}

.no-mar {
    margin: 0 !important
}

.no-pad {
    padding: 0 !important
}

.no-top-mar-pad {
    margin-top: 0 !important;
    padding-top: 0 !important
}

.no-top-mar {
    margin-top: 0 !important
}

.no-top-pad {
    padding-top: 0 !important
}

.no-bot-mar-pad {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.no-bot-pad {
    padding-bottom: 0 !important
}

.no-bot-mar {
    margin-bottom: 0 !important
}

.hide {
    display: none !important
}

.nobg {
    background: 0 0 !important
}

.congras-txt {
    font-size: 45px;
    text-align: center;
    padding-top: 20px;
    color: #1c8704;
    font-weight: 700
}

.link-btn {
    display: inline-block;
    background: #1d6a08;
    margin: 10px 0 0;
    color: #fff;
    fill: #fff;
    padding: 8px 16px 10px;
    font-weight: 400;
    border-radius: 4px
}

.link-btn svg {
    color: #fff;
    fill: #fff
}

.color-maroon {
    background: #600;
    color: #fff
}

.stayupdated-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.footer-sec {
    background: #2f740d
}

.footer-nav ul {
    padding: 10px 0;
    margin: 0;
    text-align: center
}

.footer-nav ul li {
    padding: 0 4px;
    margin: 0;
    background: 0 0;
    display: inline-block
}

.footer-nav ul li:before {
    display: none
}

.footer-nav ul li a {
    color: #fff
}

.copyright-sec {
    padding: 13px 30px 18px;
    border-top: 2px solid #06510f;
    color: #fff;
    text-align: center
}

.copyright-sec a {
    color: #fff;
    display: inline-block;
    margin: 0 4px
}

.sec-wrap {
    padding: 10px 0;
    margin: 20px 0
}

.form-sidebar,
.w-sidebar {
    width: 100%
}

.body-left {
    margin: 0 0 40px
}

.sidebar-right {
    margin: 0 auto
}

.sidebar-right ul {
    margin: 0 0 30px;
    padding: 0
}

.sidebar-right ul li {
    background-image: none;
    margin: 0;
    padding: 10px 0;
    font-weight: 300;
    border-bottom: 1px solid #dee1e3
}

.sidebar-right ul li:last-child {
    border-bottom: 0
}

.sidebar-right .pixDian .accHeading {
    margin-bottom: 30px
}

.sidebar-right .pixDian .accHeading.active {
    margin-bottom: 0
}

.sidebar-right .accContent {
    padding: 0 4px
}

.sidebar-right .enquiry-form {
    margin: 0 0 20px
}

.our-pledge {
    position: relative;
    text-align: center;
    background: url(./wp-content/uploads/2021/03/our_pledge.png) center center no-repeat;
    background-size: contain;
    font-size: 2rem;
    line-height: 2.6rem;
    padding: 50px 0
}

.our-pledge h2 {
    color: #ce7300;
    font-size: 4rem;
    line-height: 5rem;
    text-transform: uppercase
}

.pic-style {
    border: 1px solid #ccc;
    padding: 6px;
    height: auto
}

.pic-style-big {
    border: 1px solid #ccc;
    padding: 12px;
    margin: 0 auto 20px;
    width: 94%;
    height: auto;
    display: block
}

.pic-style-green-bdr {
    padding: 30px 0 0
}

.pic-style-green-bdr img {
    border: 2px solid #196706;
    padding: 3px;
    margin: 0 0 20px;
    display: block
}

.pdf-list {
    padding: 20px;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.pdf-list li {
    padding: 0;
    margin: 0 0 15px;
    background-image: none;
    width: 70px;
    text-align: center
}

.pdf-list li a {
    color: #777
}

.pdf-list li a span {
    display: block
}

.pixTab {
    margin: 0 0 20px
}

.pixTab:last-child {
    margin: 0
}

.pix-tab-nav ul {
    margin: 0
}

.pix-tab-item .pix-tab-heading,
.pix-tab-nav li {
    background: #126304;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.pix-tab-item .pix-tab-heading a {
    color: #fff
}

.hostel-brochure-tab a,
.pix-tab-nav li {
    padding: 0;
    margin: 0 4px 0 0;
    background-image: none;
    display: inline-block;
    position: relative;
    background: #126304;
    color: #fff;
    padding: 7px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #dee1e3;
    border-bottom: none
}

.pix-tab-nav li a {
    color: #fff
}

.hostel-brochure-tab a {
    color: #fff;
    background: #ffa725;
    text-decoration: none;
    padding: 6px 7px;
    border-radius: 4px;
    font-weight: 400
}

.pix-tab-item .pix-tab-heading {
    display: block;
    padding: 6px
}

.pix-tab-item.active-tab .pix-tab-heading,
.pix-tab-nav li.active-nav,
.pix-tab-nav li.active-nav:hover {
    background-color: #d2d6d2;
    color: #126304
}

.hostel-brochure-tab a:hover {
    background-color: #ed8d00;
    color: #fff;
    text-decoration: none !important
}

.pix-tab-content {
    width: 100%;
    padding: 2% 1.2% 1%;
    border: 1px solid #ddd;
    margin: -1px 0 0
}

.body-left .pixDian .accHeading {
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 6px
}

.body-left .pixDian .accContent.active {
    border-radius: 0 0 4px 4px;
    border: 1px solid #ddd
}

.body-left .pixDian .accHeading.active {
    border-radius: 4px 4px 0 0;
    margin-bottom: 0
}

.accHeading-date {
    float: right;
    padding: 0 5px 0 0;
    text-transform: none
}

.box-w-shadow {
    padding: 15px;
    box-shadow: 0 0 8px #ccc;
    margin-bottom: 12px
}

.heading-w-bg {
    background: #1d7221;
    color: #fff;
    padding: 10px;
    margin: 0 0 30px;
    font-weight: 500
}

.form-sidebar .heading-w-bg {
    padding: 8px 10px;
    margin: 0 0 2px
}

.council-member-pic {
    margin: 50px auto 40px;
    display: block;
    width: 80%;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 16px #ccc
}

.council-member-pic-wrap {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.council-member-pic-wrap>a {
    display: inline-block;
    width: 44%
}

.council-member-pic-wrap>img {
    display: inline-block;
    width: 44%
}

.council-member-pic-wrap>a>img {
    display: inline-block;
    width: 100%
}

.light-green-bg {
    width: 80%;
    background: #c5d446;
    margin: 30px auto;
    padding: 22px;
    border-radius: 8px
}

.light-green-bg ol {
    padding: 4px;
    margin: 0 8%
}

.pic-bot-mar {
    margin-bottom: 20px
}

.element-wrap .error {
    color: red;
    font-weight: 400;
    margin: 4px 0 0;
    display: none
}

.enquiry-form small {
    display: inline-block;
    margin: 6px 0
}

.enquiry-form .element-wrap {
    margin-bottom: 15px
}

.enquiry-form .element-wrap input,
.enquiry-form .element-wrap select,
.enquiry-form .element-wrap textarea {
    width: 100%
}

.enquiry-form .element-wrap.verify-wrap input,
.enquiry-form .element-wrap.verify-wrap label {
    display: inline-block;
    width: auto
}

.date-selector {
    background: url(./wp-content/themes/dpsdurg/images/date-ico.png) 96% 50% no-repeat !important;
    background-size: 15px !important
}

.enquiry-form textarea {
    height: 100px
}

.alert-danger,
.validation-txt {
    padding: 4px 16px;
    margin: 10px 5px;
    border: 2px solid #f7e700
}

.personalEmail-field {
    display: none
}

.error_warning {
    border: 1px solid red !important
}

.error-e .error {
    display: block
}

.alert-success,
.success-message {
    background: #569009;
    color: #fff;
    padding: 10px;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 400;
    margin: 10px 0;
    text-align: left
}

.list-student ul {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.1rem
}

.list-student li {
    padding: 0;
    background-image: none;
    width: 172px;
    margin: 10px;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: bottom
}

.list-student li:last-child {
    margin: 10px
}

.list-student li img {
    padding: 10px;
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: top center
}

.student-details span,
.student-details strong {
    border-top: 1px solid #ccc;
    display: block;
    padding: 4px 0
}

.student-details strong {
    color: #064706;
    font-weight: 400
}

.select-container,
.select-option {
    text-align: center;
    margin: 0 0 30px
}

.select-container select,
.select-option select {
    margin-left: 30px;
    width: 250px
}

.list-achieves,
.list-achieves ul {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.1rem
}

.list-achieves li {
    padding: 0;
    background-image: none;
    width: 180px;
    margin: 7px;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: bottom
}

.list-achieves li:last-child {
    margin: 7px
}

.list-achieves li img {
    display: block;
    width: 100%;
    padding: 10px
}

.list-achieves li.project-pic {
    max-width: 560px;
    width: 100%
}

.list-achieves li strong {
    display: block;
    color: #064706;
    font-weight: 400;
    border-top: 1px solid #ccc;
    padding: 4px 0 6px
}

.hover-effect {
    padding: 0;
    margin: 0
}

.hover-effect li {
    padding: 0;
    margin: 1%;
    background-image: none;
    width: 98%;
    display: inline-block;
    position: relative;
    padding: 10px;
    border: 1px solid #ddd
}

.hover-effect li:last-child {
    margin: 1%
}

.hover-effect li a {
    display: block;
    color: #fff;
    fill: #fff;
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 400;
    text-decoration: none
}

.hover-effect li img {
    display: block
}

.hover-effect li a span {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    opacity: 0
}

.hover-effect li a span.zoom-icon {
    height: 20px;
    background: url(./wp-content/themes/dpsdurg/images/search-solid.svg) 50% 0 no-repeat;
    color: #fff
}

.hover-effect li a,
.hover-effect li a img,
.hover-effect li a span {
    -moz-transition: all .95s ease 0s;
    -webkit-transition: all .95s ease 0s;
    transition: all .95s ease 0s
}

.hover-effect-gallery li {
    padding: 0;
    border: 2px solid #8fd48a
}

.hover-effect-gallery li a img {
    width: 100%
}

.year-name {
    display: none
}

.list-news {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.list-news li {
    padding: 0;
    margin: 1.2%;
    background-image: none;
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 7px #777;
    padding: 10px;
    text-align: center
}

.list-news li:last-child {
    margin: 1.2%
}

.list-news li img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center center;
    margin: 0 0 15px
}

.news-date {
    display: block;
    margin: 10px 0 0
}

ol.ol-alpha>li::before {
    content: counter(listCounter, lower-alpha) " ) "
}

ol.ol-roman>li::before {
    content: counter(listCounter, lower-roman) " ) "
}

ol.ol-decimal>li::before {
    content: counter(listCounter, decimal) " ) "
}

.for-enquiry {
    font-weight: 300
}

.map-contact {
    margin-bottom: 20px
}

.map-contact img {
    width: 100%;
    height: auto;
    height: 400px;
}

.blink-txt {
    animation: colorchange 2s infinite alternate;
    -webkit-animation: colorchange 2s infinite alternate
}

.latest-update-list li {
    background: url(./wp-content/themes/dpsdurg/images/hand-o-right.svg) 0 5px no-repeat;
    background-size: 18px;
    padding: 0 0 5px 30px
}

.latest-update-list small {
    display: block;
    color: #555
}

.inside-banner img {
    width: 100%;
    height: auto
}

.big-btn {
    padding-bottom: 20px
}

.activity-list {
    padding: 0;
    margin: 0
}

.activity-list li,
.activity-list ul {
    padding: 0;
    margin: 0;
    background-image: none
}

.activity-list>li {
    padding: 8px;
    margin: 1%;
    background-image: none;
    border: 1px solid #999;
    text-align: center;
    position: relative;
    box-shadow: 0 0 7px #555
}

.activity-list>li:last-child {
    margin: 1%
}

.list-page-thumb {
    font-size: 0;
    line-height: 0
}

.list-page-thumb img {
    width: 100%;
    max-width: 350px;
    height: 300px;
    object-fit: cover;
    margin: 0 0 10px
}

.list-page-text {
    height: 70px;
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.list-page-text h3 {
    width: 100%;
    text-align: center
}

.activity-list .activity-btns,
.activity-list .activity-date {
    display: none;
    font-size: 0;
    line-height: 0
}

.activity-btns {
    padding: 0;
    margin: 0
}

.activity-btns li {
    padding: 0;
    margin: 0 10px 0 0;
    background-image: none;
    display: inline-block
}

.video-list li {
    margin: 15px 1%;
    box-shadow: 0 0 3px #ccc;
    padding: 6px;
    background: #e9ffdc;
    color: #555;
    text-align: center;
    width: 98%
}

ul.video-list li:last-child {
    margin: 10px 1%
}

.video-list li a {
    display: block;
    position: relative
}

.video-list li a:after {
    display: block;
    content: "";
    width: 40px;
    height: 29px;
    background: url(./wp-content/themes/dpsdurg/images/y-play-btn-black.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -20px
}

.video-list-thumb {
    margin: 0 0 20px;
    position: relative
}

.video-list-thumb img {
    display: block;
    width: 100%;
    height: auto
}

.watch-on-yt {
    position: absolute;
    left: 0;
    bottom: 0
}

.watch-on-yt a {
    padding: 6px 10px;
    color: #fff;
    fill: #fff;
    background: rgba(23, 23, 23, .8)
}

.video-list li .watch-on-yt a:after {
    display: none
}

.activity-video-list li {
    background: 0 0 !important;
    width: 100% !important;
    margin: 15px 0 !important
}

.activity-video-list .video-list-thumb {
    margin: 0 !important
}

.pagination .nav-links {
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 20px
}

.pagination .page-numbers {
    display: inline-block;
    padding: 2px 8px;
    background: 0 0;
    border: 1px solid #ddd
}

.pagination .page-numbers.current {
    color: #000;
    font-weight: 700;
    margin: 0 6px;
    padding: 0;
    border: none
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers {
    background: 0 0;
    color: #aaa;
    font-weight: 700;
    margin: 0 4px;
    font-size: 2rem;
    border: none
}

.pagination a.next.page-numbers,
.pagination a.prev.page-numbers {
    color: #004f2f
}

.pagination .nav-next-text,
.pagination .nav-prev-text {
    display: none;
    font-size: 0;
    line-height: 0
}

.pagination-single-inner {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    padding: 0 8px
}

.pagination-single-inner a {
    display: inline-block;
    width: 49%
}

.pagination-single-inner a.next-post {
    text-align: right
}

.pagination-single-inner a.next-post .arrow {
    float: right
}

.previous-post {
    padding: 0 0 0 15px
}

.skip-link.screen-reader-text {
    display: none
}

.sml-img-list {
    padding: 0;
    margin: 0 0 20px
}

.sml-img-list li {
    padding: 0;
    margin: 1%;
    background-image: none;
    width: 100%
}

.sml-img-list li:last-child {
    margin: 1%
}

.sml-img-list li img {
    padding: 4px;
    border: 2px solid #196706
}

.ui-widget-header {
    border: none;
    background: 0 0;
    font-weight: 400;
    font-weight: 400
}

.ui-datepicker-calendar thead th {
    background: 0 0;
    color: #000;
    font-weight: 400
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: none;
    background: 0 0
}

.ui-datepicker-calendar {
    border: none
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar tr {
    border: none
}

.ui-datepicker .ui-datepicker-title select {
    padding: 3px 7px;
    margin: 1px 4px;
    border-color: #c5c5c5
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-state-highlight,
.ui-widget-content .ui-state-active,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-active,
.ui-widget-header .ui-state-highlight,
a.ui-button:active {
    font-weight: 700;
    color: #000;
    zoom: 1.2;
    border: 1px solid #6b6b6b;
    border-radius: 2px;
    padding: 0 2px
}

.ui-datepicker td a,
.ui-datepicker td span {
    padding: 0
}

.ui-datepicker th {
    padding: 0;
    text-align: right
}

.ui-widget.ui-widget-content {
    padding: 0 10px 0 0
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    background: #007fff;
    color: #fff
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("./wp-content/themes/dpsdurg/images/ui-icons_444444_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("./wp-content/themes/dpsdurg/images/ui-icons_444444_256x240.png")
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url("./wp-content/themes/dpsdurg/images/ui-icons_555555_256x240.png")
}

.ui-widget {
    font-size: 1.2rem
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 20px
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 40%
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th,
.ui-datepicker-calendar thead th {
    font-size: 1.2rem;
    padding: 2px 5px
}

.search-result {
    margin-bottom: 24px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee
}

.no-search-results-form,
.search-result-cont {
    clear: both
}

.no-search-results-form {
    padding: 30px 0
}

.no-search-results-form label {
    float: left;
    margin: 0 0 10px
}

.no-search-results-form input[type=search] {
    width: 300px;
    float: left
}

.no-search-results-form input[type=submit] {
    border: none
}

.body-content {
    min-height: 465px
}

.archive-subtitle {
    margin-bottom: 30px
}

.uniform-tab table td {
    vertical-align: top
}

.pdf-gallery {
    padding: 0;
    margin: 0
}

.pdf-gallery li {
    background-image: none;
    padding: 0;
    margin: 2%;
    color: #fff;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0 0 11px 1px rgba(87, 110, 87, .01);
    -moz-box-shadow: 0 0 11px 1px rgba(87, 110, 87, .01);
    box-shadow: 0 0 11px 1px rgba(87, 110, 87, .01);
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #055c01;
    color: #fff;
    box-shadow: 0 0 3px #ccc
}

.pdf-gallery li br {
    font-size: 0;
    line-height: 0;
    display: none
}

.pdf-gallery li:last-child {
    margin: 2%
}

.pdf-gallery li figure {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #fff
}

.pdf-gallery li img {
    display: block;
    max-width: 80px;
    height: auto;
    margin: 0 auto
}

.pdf-gallery li a.pdf-download {
    display: inline-block;
    padding: 0 12px;
    border-radius: 6px;
    background: #b11b1b;
    color: #fff !important;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    position: absolute;
    top: 105px;
    right: 10px;
    box-shadow: none
}

.pdf-gallery li h3 {
    text-align: left;
    width: 100%;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    color: #fff
}

.pdf-gallery li h3 strong {
    display: block
}

.newsletter-gallery {
    padding: 0;
    margin: 0
}

.newsletter-gallery li {
    background-image: none;
    padding: 0;
    margin: 8% auto;
    color: #fff;
    max-width: 300px;
    -webkit-box-shadow: 0 0 11px 1px rgba(87, 110, 87, .01);
    -moz-box-shadow: 0 0 11px 1px rgba(87, 110, 87, .01);
    box-shadow: 0 0 11px 1px rgba(87, 110, 87, .01);
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #055c01;
    color: #fff;
    box-shadow: 0 0 3px #ccc;
    text-align: center
}

.newsletter-gallery li:last-child {
    margin: 8% auto
}

.newsletter-gallery li figure {
    display: block;
    width: 100%;
    padding: 0;
    background-color: #fff
}

.newsletter-gallery li img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto
}

.newsletter-gallery li h3 {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    color: #fff
}

.topper-img-list {
    padding: 20px 0;
    margin: 10px;
    text-align: center
}

.topper-img-list li {
    padding: 0 0 5px;
    margin: 0 0 10px;
    background-image: none
}

.topper-img-list li .topper-name {
    display: block;
    font-weight: 400
}

.pix-vpop-wrap {
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
    overflow: auto;
    display: none
}

.pix-vpop {
    margin: 6% auto 0;
    border: 6px solid #fff;
    background: #fff;
    width: 90%;
    position: relative;
    width: 800px;
    max-width: 96%;
    max-height: 86%;
    background: #000
}

.pix-vpop-c-btn {
    width: 30px;
    height: 28px;
    display: block;
    position: absolute;
    right: -6px;
    top: -6px;
    background: #ff0b0b;
    color: #fff;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    border-bottom-left-radius: 55%;
    padding-left: 4px
}

.vpop-feame-wrap {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

.vpop-feame-wrap iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    margin-bottom: 0
}

.vpop-feame-wrap iframe,
.vpop-feame-wrap video {
    argin-bottom: 0;
    max-width: 100%;
    vertical-align: middle
}

.contact-info .subhead {
    border-bottom: 1px solid #666;
    display: block;
    padding: 4px 0;
    margin: 0 0 8px
}

.contact-info .wp-block-column {
    margin-bottom: 15px
}

@media only screen and (min-width:451px) {
    .list-news li {
        width: 47%
    }
}

@media only screen and (min-width:580px) {
    .topper-img-list li {
        display: inline-block;
        margin: 0 10px;
        width: 29%;
        max-width: 221px
    }
    .hover-effect li {
        width: 47%
    }
    .hover-effect li a img {
        display: block;
        width: 100%;
        height: 170px;
        object-fit: cover;
        object-position: center center
    }
    .newsletter-gallery {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap
    }
    .newsletter-gallery li {
        width: 46%;
        margin: 2%
    }
    .newsletter-gallery li:last-child {
        margin: 2%
    }
}

@media only screen and (min-width:600px) {
    .contact-info .wp-block-column {
        flex-basis: 0 !important;
        flex-grow: 1;
        margin-bottom: 1%
    }
    .contact-info .wp-block-column:not(:first-child) {
        margin-left: 2em
    }
}

@media only screen and (min-width:651px) {
    .admitission_block li {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .admitission_block li:nth-child(2n) {
        border-right-width: 1px
    }
    .admitission_block li:nth-child(3n) {
        border-right-width: 0
    }
}

@media only screen and (max-width:767px) {
    .uniform-tab table td {
        width: 100%;
        display: inline-block
    }
}

@media only screen and (min-width:768px) {
    .our-pledge {
        padding: 125px 0 140px;
        font-size: 2.3rem;
        line-height: 2.7rem
    }
    .our-pledge h2 {
        font-size: 4.5rem;
        line-height: 5.5rem
    }
    .alignright {
        float: right;
        margin: 0 0 20px 20px
    }
    .alignleft {
        float: left;
        margin: 0 20px 20px 0
    }
    .hover-effect li a img {
        display: block;
        width: 100%;
        height: 280px;
        object-fit: cover;
        object-position: center center
    }
    .contact-right {
        float: right;
        width: 55%
    }
    .activity-list {
        display: flex;
        flex-wrap: wrap
    }
    .activity-list>li {
        width: 48%
    }
    .transport-query li {
        display: inline-block
    }
    .sml-img-list {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .sml-img-list li {
        width: 48%
    }
    .sml-img-list li img {
        height: 250px;
        width: 100%;
        object-fit: cover;
        object-position: top center
    }
    .sidebar-right .enquiry-form {
        margin: 0 0 30px
    }
    .footer-nav ul li {
        padding: 0 6px
    }
    .video-title h3 {
        font-size: 1.8rem;
        line-height: 2.2rem
    }
    .video-list {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap
    }
    .video-list li {
        width: 48%;
        margin: 1%
    }
    .video-list li:last-child {
        margin: 1%
    }
    .pdf-gallery {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap
    }
    .pdf-gallery li {
        width: 46%
    }
}

@media only screen and (min-width:921px) {
    .form-sidebar,
    .w-sidebar {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .body-left {
     width: 100%;
        margin: 0
    }
    .sidebar-right {
        width: 22%;
        margin: 0;
        max-width: 258px
    }
    .form-sidebar .body-left {
        width: 67%;
        margin: 0
    }
    .form-sidebar .sidebar-right {
        width: 30%;
        margin: 0;
        max-width: 100%
    }
    .our-pledge {
        font-size: 2.5rem;
        line-height: 2.9rem
    }
    .our-pledge h2 {
        font-size: 5rem;
        line-height: 6rem
    }
    .hover-effect-gallery li {
        width: 30.8%
    }
    .hover-effect-gallery li a img {
        height: 180px
    }
    .sml-img-list li {
        width: 31%
    }
    .sml-img-list li img {
        height: 225px
    }
    .footer-nav ul li {
        padding: 0 8px
    }
    .pdf-gallery li {
        width: 29.3%
    }
    .newsletter-gallery li {
        width: 29.3%
    }
}

@media (min-width:992px) {
    .dps-lg-2 {
        -ms-flex: 0 0 16.666666666666664%;
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%
    }
    .dps-lg-4 {
        -ms-flex: 0 0 39.333333%;
        flex: 0 0 39.333333%;
        max-width: 39.333333%
    }
    .dps-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .dps-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .dps-lg-8 {
        -ms-flex: 0 0 60.666667%;
        flex: 0 0 60.666667%;
        max-width: 60.666667%
    }
}

@media only screen and (min-width:1023px) {
    .activity-video-list li {
        width: 78% !important;
        margin: 0 auto !important
    }
    .video-list li a:after {
        width: 55px;
        height: 40px;
        margin: -20px 0 0 -35px
    }
}

@media only screen and (min-width:1025px) {
    a:hover {
        color: #055c01
    }
    .main-content a:hover {
        text-decoration: underline
    }
    button:hover,
    input[type=button]:hover,
    input[type=submit]:hover {
        background: #fff;
        color: #fff;
        outline: 0;
        text-decoration: none;
        background: #126305
    }
    .icon_block ul li a {
        padding: 10px
    }
    .students-item ul:hover {
        border-color: #e9e9e9;
        border-radius: 20px;
        box-shadow: 0 45px 45px -50px #000;
        -moz-transition: all .95s ease 0s;
        -webkit-transition: all .95s ease 0s;
        transition: all .95s ease 0s
    }
    .admitission_block li a {
        padding: 25px
    }
    .admitission_block li {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .admitission_block li:nth-child(2n) {
        border-right: 1px solid #dbe2e2
    }
    .admitission_block li:nth-child(5),
    .admitission_block li:nth-child(6),
    .admitission_block li:nth-child(7),
    .admitission_block li:nth-child(8) {
        border-bottom: none
    }
    .admitission_block li:nth-child(4n) {
        border-right: none
    }
    .icon_block ul li {
        padding: 0 25px
    }
    .icon_block ul li a:hover {
        background: #33760e;
        background: -moz-linear-gradient(top, #33760e 0, #055c01 100%);
        background: -webkit-linear-gradient(top, #33760e 0, #055c01 100%);
        background: linear-gradient(to bottom, #33760e 0, #055c01 100%);
        color: #fff
    }
    .icon_block a:hover .pay {
        background-position: -83px 0
    }
    .icon_block a:hover .tour {
        background-position: -281px -117px
    }
    .admitission_block li:nth-child(3n) {
        border-right-width: 1px
    }
    .copyright-sec a:hover {
        color: #fff;
        text-decoration: underline
    }
    .pdf-list li a {
        font-size: 1.8rem;
        line-height: 2.4rem
    }
    .pix-tab-nav li {
        padding: 10px 12px
    }
    .hostel-brochure-tab a {
        padding: 6px 12px
    }
    .pix-tab-nav li:hover {
        background-color: #fff;
        color: #126304
    }
    .pix-tab-nav li:hover a {
        color: #126304
    }
    .heading-w-bg {
        font-size: 1.8rem;
        line-height: 2.6rem
    }
    .big-btn {
        font-size: 1.8rem;
        line-height: 2.4rem
    }
    a.link-btn:hover {
        color: #fff;
        text-decoration: none;
        opacity: .85
    }
    .hover-effect li {
        width: 31%
    }
    .hover-effect li a:hover {
        background: rgba(48, 112, 16, .8)
    }
    .hover-effect li a:hover span {
        opacity: 1
    }
    .hover-effect li a:hover img {
        opacity: .2
    }
    .hover-effect-gallery li {
        width: 22.5%
    }
    .for-bell-icon a:hover {
        color: #fff;
        fill: #fff
    }
    .activity-list>li {
        width: 31.2%
    }
    .list-page-text h3 {
        font-size: 2rem;
        line-height: 2.4rem
    }
    .video-list li {
        width: 31.2%
    }
    .video-list li a:hover:after {
        background: url(./wp-content/themes/dpsdurg/images/y-play-btn.png) 0 0 no-repeat;
        background-size: 100% auto
    }
    .pagination a.page-numbers:hover {
        background: #1d6908;
        color: #fff
    }
    .side-btn a:hover {
        color: #000
    }
    .side-btn a:last-child:hover {
        color: #fff
    }
    .sidebar-right .enquiry-form {
        margin: 0 0 40px
    }
    .watch-on-yt a:hover {
        color: #fff;
        fill: #fff
    }
    .pdf-gallery li a:hover {
        text-decoration: none
    }
    .newsletter-gallery li a:hover {
        text-decoration: none
    }
}