/*** 

====================================================================
    Reset
====================================================================

***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

/*** 

====================================================================
    Global Settings
====================================================================

***/

body {
    font-size: 16px;
    color: #222;
    line-height: 1.6em;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    background: rgb(255, 255, 255);

}

.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    margin: 0px auto;
    overflow: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none !important;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    line-height: 1.25em;
    margin: 0px;
    background: none;
    color: #02182B;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

.text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #262626;
    margin: 0px 0px 15px;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.centered {
    text-align: center !important;
}

.gray-bg {
    background-color: #f4f4f4 !important;
}

.light-bg {
    background-color: #fff !important;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}

/* Btn style */

.theme-btn {
    display: inline-block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

/* Page Title */

.page-title {
    position: relative;
    padding: 60px 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title .bread-crumb {
    position: relative;
}

/* About section */

.about-section {
    position: relative;

}

.about-us-img {
    margin-top: -75px;
    position: relative;
    z-index: 999;
}

.about-inner-section {
    position: relative;
    padding: 70px 0;
    /*background-color: #e6f7e5;*/
    /*background-image: radial-gradient(#013300 0.5px, transparent 0.5px), radial-gradient(#013300 0.5px, #e6f7e5 0.5px);*/
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}

.about-inner-section .abstract1 {
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
}

.about-inner-section .abstract2 {
    width: 20%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-section #wrapperid {
    position: relative;
    z-index: 1;
}

.about-section .image-block {
    position: relative;
}

.about-section .image-one {
    position: relative;
}

.about-section .image-two {
    position: absolute;
    left: -55px;
    bottom: 0;
}

.about-section .image-two img {
    border: 10px solid #fff;
}

.about-section .content-block {
    position: relative;
    margin-bottom: 10px;
}

.about-section .text {
    text-align: justify;
    position: relative;
    margin-bottom: 30px;
}

.about-section .bottom-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.about-section h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.about-section .contact-number {
    position: relative;
    margin-bottom: 20px;
}

.about-section .contact-number a {
    position: relative;
    display: inline-block;
    border: 2px solid #000;
    padding: 3px;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 700;
    vertical-align: middle;
    padding-right: 30px;
    transition: .5s;
}

.about-section .contact-number a i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    margin-right: 20px;
    vertical-align: middle;
    text-align: center;
    transition: .5s;
}

.about-section .contact-number a:hover i {
    background-color: #eee;
}

/* Sec Title */
.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title .sub-title {
    position: relative;
    font-size: 14px;
    padding-bottom: 15px;
    color: #777777;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 600;
}

.sec-title .sub-title:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 63px;
    bottom: 0;
    left: 0;
    background-image: url(../../../resources.edunexttechnologies.com/website-clients-img/dpsrudrapur/images/shape/shape-3.png);
}

.theme-color-two .sec-title .sub-title:before {
    background-image: url(../../../resources.edunexttechnologies.com/website-clients-img/dpsrudrapur/images/shape/shape-10.png);
}

.sec-title.text-center .sub-title:before {
    left: 50%;
    transform: translateX(-50%);
}

.sec-title.light .sub-title {
    color: #fff;
}

.sec-title h2,
.about-details h2 {
    position: relative;
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
}

.about-details h2 {
    margin-bottom: 20px;
}

.about-details p {
    text-align: justify;
}

.about-details .item-infra li p {
    text-align: center;
}

.sec-title h2:after,
.about-details h2:after {
    background: #013300;
    content: '';
    display: block;
    height: 4px;
    width: 52px;
    margin-top: 10px;
}

.sec-title.text-center h2:after,
.text-center .about-details h2:after,
.about-details.text-center h2:after {
    margin: 10px auto 0 auto;
}

.sec-title h2.text-white:after {
    background: #fff;
}

.sec-title.light h2 {
    color: #fff;
}

.sec-title .text {
    margin-top: 16px;
    margin-bottom: 0px;
}

.sec-title.light .text {
    color: #fff;
}

.about-details img,
.content .img-view img {
    box-shadow: 2px 2px 4px rgb(0 0 0 / 60%);
    text-align: center;
    border: 1px solid #c3c3c3;
    padding: 10px;
    background: #ffffff;
    border-radius: 4px;
}

.content .right-panel img {
    margin-bottom: 20px;
}

.para p {
    font-weight: 300;
    color: #000;
    text-align: justify;
}

.campus-card:after {
    content: '';
    background: #8ddd36;
    padding: 20px;
    z-index: 1;
    right: 0;
    position: absolute;
    bottom: 0;
    border-radius: 40px 0px 10px 0px;
}

.campus-card img {
    border-radius: 10px;
}

.campus-card .campus-caption {
    position: absolute;
    top: 10px;
    background: #48750c;
    color: #ebffd2;
    padding: 6px 20px;
    font-weight: 500;
    font-size: 14px;
    left: -10px;
    border: 2px solid #c1c1c1;
    border-radius: 0 42px 42px 0;
}



.sidebar-contact {
    position: fixed;
    top: 50%;
    right: -450px;
    transform: translateY(-50%);
    width: 450px;
    height: auto;
    padding: 0px;
    background: #fff;
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, .5); */
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 22222;
}

.sidebar-contact input,
.sidebar-contact select,
.sidebar-contact textarea,
.sidebar-contact input::placeholder {
    color: #686d72;
    font-size: 12px;
    border-radius: 0px;
}

.sidebar-contact input,
.sidebar-contact select,
.sidebar-contact textarea {
    border: 1px solid #C4D0FF;
    background: #F3F6FF;
}

.scroll {
    max-height: 450px;
    overflow-y: auto;
    padding: 30px;
}

.sidebar-contact.active {
    right: 0;
}

.sidebar-contact h2 {
    padding: 15px 30px;
    background: #f2f2f2;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    margin-bottom: 0;
    color: #3652BC;
    font-weight: 600;
}

.sidebar-contact input[type="submit"] {
    background: #00bcd4;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
}

.sidebar-contact .toggle {
    position: absolute;
    height: 118px;
    width: 34px;
    text-align: center;
    cursor: pointer;
    background: #f07a05;
    top: 33%;
    left: -34px;
    line-height: 48px;
    transform: translateY(-50%);
}

.sidebar-contact .toggle:before {
    content: 'Enquiry Now';
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-family: 'Noto Sans';
    white-space: nowrap;
    -webkit-transform: translate(1.1em, 0) rotate(90deg);
    -moz-transform: translate(1.1em, 0) rotate(90deg);
    -o-transform: translate(1.1em, 0) rotate(90deg);
    transform: translate(1.1em, 0) rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: none;
    -ms-transform-origin: none;
    -ms-writing-mode: tb-rl;
    *writing-mode: tb-rl;
    margin: 10px 25px;
    font-weight: 400;
}

.submitnext11 {
    padding: 4px 20px !important;
    font-size: 16px !important;
    font-weight: 700;
    color: white !important;
    background: #f07a05 !important;
    border: none !important;
}

.table-yellow {
    background: yellow;
    font-size: 17px;
    font-weight: 500;
}



.house-captain-table {
    width: 100%;
}

.house-captain-table tr td {
    padding: 5px 12px;
    border: 1.5px solid black;
}

.color-1 {
    background: #1e487c;
    font-size: 17px;
    color: white;
    font-weight: 500;
}

.color-3 {
    background: #712fa2;
    font-size: 17px;
    color: white;
    font-weight: 500;
}

.color-4 {
    background: #e86d00;
    font-size: 17px;
    color: white;
    font-weight: 500;
}

.color-5 {
    background: #005600;
    font-size: 17px;
    color: white;
    font-weight: 500;
}

.color-6 {
    background: #c00000;
    font-size: 17px;
    color: white;
    font-weight: 500;
}

.new-img1 {
    padding: 6px;
    background: url(../../404.html) #006B67 no-repeat center / cover;
    border-radius: 8px;
    width: 28%;
    float: right;
    /* position: absolute; */
    margin-left: 35px;
}

@media(max-width:768px) {

    .sidebar-contact {
        right: -300px;
        width: 300px;
    }

    .sidebar-contact .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding: 20px;
    }

    .sidebar-contact h2 {
        padding: 10px 20px;
        font-size: 18px;
    }

    .sidebar-contact .content {
        padding: 50px 50px;
    }
}

@-moz-keyframes scrollDown {
    0% {
        transform: translate3d(0, -70px, 0);
    }

    50% {
        animation-timing-function: ease-out;
        transform: translate3d(0, 0, 0);
    }

    100% {
        animation-timing-function: ease-in;
        transform: translate3d(0, 65px, 0);
    }
}

@-webkit-keyframes scrollDown {
    0% {
        transform: translate3d(0, -70px, 0);
    }

    50% {
        animation-timing-function: ease-out;
        transform: translate3d(0, 0, 0);
    }

    100% {
        animation-timing-function: ease-in;
        transform: translate3d(0, 65px, 0);
    }
}

@-o-keyframes scrollDown {
    0% {
        transform: translate3d(0, -70px, 0);
    }

    50% {
        animation-timing-function: ease-out;
        transform: translate3d(0, 0, 0);
    }

    100% {
        animation-timing-function: ease-in;
        transform: translate3d(0, 65px, 0);
    }
}

@keyframes scrollDown {
    0% {
        transform: translate3d(0, -70px, 0);
    }

    50% {
        animation-timing-function: ease-out;
        transform: translate3d(0, 0, 0);
    }

    100% {
        animation-timing-function: ease-in;
        transform: translate3d(0, 65px, 0);
    }
}

@-webkit-keyframes rs-animation-scale-up {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes rs-animation-scale-up {
    0% {
        opacity: 0;
        transform: scale(0.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}