* {
    margin: 0px;
    padding: 0px;
}


a,
a:hover {
    text-decoration: none !important;
    outline: none;
}

html{
    scroll-behavior: smooth;
  }
  

.top_bar {
    background: #001d3f;
    padding: 6px 0 6px 0;
}

.top_bar ul {
    display: flex;
    justify-content: center;
    margin: 0px;
    list-style: none;
    width: 100%;
}

.top_bar ul li {
    color: #fff;
    margin: 0 12px;
    font-size: 13px;
    font-weight: 700;
}
.top_bar ul li img {
    width: 22px;
}
.top_bar ul li a sup {
    font-size: 12px;
}
.top_bar ul li a {
    background: #f78121;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}
.head {
    background:#ffffff;
    border-top: 1px solid #053267;
    border-bottom: 1px solid #031d3c;
}
.admission a {
    float: left;
    display: block;
    padding: 4px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #bb3a00;
    width: 70px;
    height: 70px;
    /*border-radius: 50%;*/
    border: 3px solid #fff;
    box-shadow: 0 0 35px #000 inset;
    -webkit-animation: call 3s infinite;
    animation: call 3s infinite;
    margin: 17px 25px 0 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.admission a i {
    font-size: 18px;
    margin-bottom: 4px;
    color: #fff;
}

.admission a p {
    line-height: 13px;
    color: #fff;
    font-size: 12px;
}

.top-socials ul li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.top-socials  ul li a {
    color: #fff;
    transition: .5s;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    border-radius: 42px;
    font-size: 20px;
}

.fb-bg {
    background: #3e5c9a;
}

.ins-bg {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #e20707 0%, #ff0202 25%, #dc2743 50%, #f40606 75%, #ff0000 100%);
}

.tw-bg {
    background: #29a9e1;
}

.ld-bg {
    background: #117bb8;
}

.yb-bg {
    background: #c3271a;
}

.top-socials li a:hover {
    background: #fff;
    color: #09274b;
    transition: 1.5s;
 transform: rotate(360deg);
}  
/*.top-socials li a i:hover {
 transform: rotate(360deg);
} 
*/

.top-socials ul li a img {
    width: 30px;
    display: block;
}

.wh-bg {
    background: #189d0e;
}

.top-socials ul {
    margin-bottom: 0px;

}

.top-socials {
    text-align: right;
    line-height: 100px;
}

.logo {
    text-align: center;
    width: 100%;
    line-height: 100px;
}

/*.logo img {width: 80%;}*/


.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: #09274b;
    border-top: 1px solid #053267;
    border-bottom: 1px solid #031d3c;

}

.navbar-nav {
    margin: 0 auto
}


.navbar-nav li:first-child {
    border-left: 0px solid rgba(255, 255, 255, 0.1);
    /* border-right: 1px solid rgba(255, 255, 255, 0.1); */
}

.navbar-nav li:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 0px solid rgba(255, 255, 255, 0.1);
}

.navbar-nav li {
    width: auto;
    float: left;
    line-height: 35px;
    position: relative;
    /* border-right: 1px solid rgba(255, 255, 255, 0.1); */
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
}

.navbar-nav li a {
    line-height: 18px;
    float: left;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-bottom-color: #ececec;
    color: #fff;
    font-family: 'lato', sans-serif;
    font-size: 17px;
    line-height: 20px;
}

.navbar-nav .dropdown-menu li {
    padding-right: 0px;
    padding-left: 0px;
    border-left: none;
    border-right: none;
}

.navbar-nav .dropdown-menu li a:hover {
    text-decoration: none;
    background: #fff;
    color: #09274b;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / 100%) !important;
}



.con_side_box {
    background: #F1F1F1;
    padding: 15px;
    margin-bottom: 15px;
}

.icon_box i {
    color: #4383d7;
    font-size: 30px;
    background: #09274b;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 10px;
}

.icon_box {
    border: 3px solid #09274b;
    padding: 20px;
}

.icon_box h5 {
    margin: 15px 0;
    background: initial !important;
    border: 0 !important;
    color: #09274b !important;
}

.form_box button {
    background: #09274b;
    border: 1px solid #09274b;
}


div#slider-home .carousel-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

#slider-home h3 {
    text-transform: capitalize;
    font-size: 50px;
}

#slider-home p {
    font-size: 23px;
}

#slider-home .btn {
    background: #f82249;
    color: #fff;
    padding: 12px 30px !important;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}

#slider-home .btn:hover {
    background: #ffffff;
    color: #f82249;
}

.dropdown-menu.show {
    display: inline-grid;
    background: #082140;
    margin-top: 0px;
    width: 100%;
}


.mr2 {
    margin: 3px 0;
    padding: 0 20px;
    line-height: 34px;
    font-size: 15px;
    color: #eee518;
    height: 36px;
    box-sizing: border-box;
    font-weight: 400;
    text-align: center;
    background: #09274b;
    padding: 0px;
    text-transform: uppercase;
}

.mmq {
    color: #fff;
    padding-top: 20px;
    line-height: 0px;
}

.purchase {
    width: 100%;
    float: left;
    background-color: #1d6ac7;
    padding: 0px 0px;
    /* margin-bottom: 55px; */
    border-top: solid 0px #F3CF01;
}


#hm-news-bg {
    background: url(../images/bg.webp) no-repeat;
    background-size: cover;
   /** padding: 50px 0px 50px;***/
    background-position: center;
}

.main-content {
    width: 100%;
    float: left;
    /* margin-bottom: 55px; */
    border: 0px solid #f00;
    padding-top: 50px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.main-content1 {
    width: 100%;
    float: left;
    /* margin-bottom: 55px; */
    border: 0px solid rgb(0, 0, 0);
    padding-top: 50px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.vfr {
    padding: 50px
}

.heading {
    width: 100%;
    float: left;
    text-align: center;
}

.heading h1 {
    color: #09274b;
    font-family: 'lato', sans-serif;
    font-weight: 400;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    font-style: normal;
    font-size: 30px;
}

.heading h1:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 22%;
    height: 5px;
    left: 49%;
    margin-left: -10%;
    border-top: 1px solid rgba(9, 39, 75, 0.74);
    border-bottom: 1px solid rgba(9, 39, 75, 0.74);
}

.heading h1:after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: 50%;
    margin: 0 0 15px -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #09274B;
    border: 5px solid #fff;
}
/* .main-content h2 {
    color: #0a1851;
    font-weight: 700;
}  */
.features-boximg {
    float: left;
    margin-right: 5%;
    padding: 10px;
 margin: 20px 0px;
    width: 100%;
    min-height: 420px;
    max-height: 420px;
}
.features-box {
    float: left;
    margin-right: 5%;
    padding: 10px;
    background: -webkit-linear-gradient(#1D6AC7, #09274b);
    background: -o-linear-gradient(#1D6AC7, #09274b);
    background: -ms-linear-gradient(#1D6AC7, #09274b);
    background: -moz-linear-gradient(#1D6AC7, #09274b);
    background: linear-gradient(#001f43, #0b4992);
    margin: 20px 0px;
    width: 100%;
    min-height: 420px;
    max-height: 420px;
}

#hm-features-bg {
    background: url(../images/pexels-brett-sayles-912364.webp) no-repeat;
    background-size: cover;
    padding: 50px 0px 50px;
    background-attachment: fixed;
}

.hm-feat-boxes {
    display: inline-block;
    margin: 30px 0px 0px 0px;
    position: relative;
    padding: 5px;
    background: #000000;
    width: 100%;
}

.hm-feat-boxes span {
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 10%;
    background: rgba(0, 0, 0, 0.72);
    color: #D5E8FD;
    padding: 10px;
    border: 5px solid #adadad;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    text-align: center;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}

.hm-feat-boxes:hover img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}

.hm-feat-boxes img {
    width: 100%;
    display: block;
}

.hm-feat-boxes:hover span {
    color: #fff;
    bottom: 60%;
}

.hm-feat-boxes span {
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 10%;
    background: rgba(0, 0, 0, 0.72);
    color: #D5E8FD;
    padding: 10px;
    border: 5px solid #000000;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    text-align: center;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}

.features-box h3 {
    float: left;
    padding: 5px 0;
    margin-bottom: 10px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

/* .main-content h3 {
    box-sizing: border-box;
    border: #831a3c 10px solid;
    background-color:#831a3c ;
    font-size: 21px;
    font-family: ui-monospace;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    width: auto;
 }  */


/* Abhinav */
.cards {
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px #ccc;
    margin-bottom: 15px;
    min-height: 300px;
    max-height: 300px;
    border-radius: 50px !important;
}

.cards .img-fluid {
    border-radius: 50px !important;
}

.cards p {
    font-size: 13px;
    font-weight: 600;
}
/**
.card-body p {
    margin-bottom: 0 !important;
    text-align: center !important;
}
**/
.main-content h3,
h5 {
    box-sizing: border-box;
    border: #09274b 10px solid;
    background-color: #09274b;
    font-size: 21px;
    font-family: 'Dongle', sans-serif;
    line-height: 16px;
    /* text-transform: uppercase !important; */
    color: #fff;
    margin-bottom: 20px;
    width: auto;
    /* float: left; */
    text-transform: capitalize;
    font-size: 18px;
}

.internalpage {
    background: white;
    border: 1px solid white;
    border-radius: 7px;
    padding: 15px 30px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    background: #fff;
    min-height: 100vh;
}

.content #accordion .card,
#accordion .card {
    margin-bottom: 15px;
    border: none;
    width: 100%;
    text-align: center;
}

#accordion .card-body p {
    text-align: left !important;
}

#accordion .card h5 {
    background: #fff;
    padding: 0;
    border: 1px solid #fff;
    font-weight: 700;
    color: #121212;
    text-align: left;
}

.content #accordion .card h5 button.btn {
    color: #fff !important;
    padding: 10px 15px !important;
    font-weight: 700;
    border: none !important;
    background: #09274b;
    border-radius: 0;
    text-decoration: none;
    position: relative;
    width: 100%;
    text-align: left;
}

.content #accordion .card h5 button.btn:before {
    content: "\f106";
    font-family: FontAwesome;
    background: #fff;
    color: #09274b;
    display: inline-block;
    width: 26px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1;
    transition: .3s;
}

.main-pc .card-body:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 4rem;
    position: absolute;
    z-index: 1;
    transform: rotate(180deg);
    right: 20px;
    bottom: 0;
    color: #f5fcff;
}

.content #accordion .card h5 button.btn.collapsed:before {
    content: "\f107";
    background: #09274b;
    color: #fff;
}

.content #accordion .card h5 button .btn,
.content #accordion .card h5 button {
    background: #09274b;
    color: #fff !important;
}

.content #accordion .card h5 button.btn.collapsed,
.content #accordion .card h5.collapsed button {
    background: #fff;
    color: #121212 !important;
}

.p-graphs {
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

.btn {
    color: #fff !important;
}

.btn-link:hover {
    border: #09274b !important;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 0%) !important;
}

.as_iim img,
#accordion .card-body img,
.table td img,
.acheiver img {
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding: 0;
    background-color: #fff;
    border-radius: 5px;
    max-width: 100%;
}

.as_iims img,
.as_iim2 img {
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    margin-bottom: 15px;
    border-radius: 5px;
    /* margin: 1rem; */
}

/* ABHINAV END */

#testi {

    padding: 50px 0px 50px;
}

#testimonial-slider {
    padding: 50px 20px 30px 20px;
    background: #fff;
    text-align: center;
}

.testimonial .description {
    font-size: 16px;
    color: #777;
    line-height: 26px;
    text-indent: 30px;
    position: relative;
    text-align: left;
    /* width: 100%; */
    padding: 0px 45px 0px 45px;
}

.testimonial .title {
    font-size: 24px;
    font-weight: bold;
    color: #363636;
    text-transform: capitalize;
    margin: 0;
}

.testimonial .title {
    font-size: 18px;
    font-weight: bold;
    color: #363636;
    text-transform: capitalize;
    margin: 0;
    float: right;
    padding-right: 5%;
}

#fb {
    background: #4267b2;
}

.socialdata a span {
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
}

#tweet {
    background: #1da1f2;
}

#blog {
    background: #ff7e00;
}

#Instagram {
    background: #fe20c3;
}

#social {
    width: 100%;
    display: block;
    background: url(../images/pexels-pixabay-46160.webp);
    background-size: cover;
    padding: 50px 0px 35px;
}

.owl-buttons {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
}

.owl-prev,
.owl-next {
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}

.owl-next {
    left: auto;
    right: 0;
}

.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before {
    content: "\f104";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #cacaca;
    line-height: 20px;
    opacity: 0.8;
}

.owl-buttons .owl-next:before {
    content: "\f105";
}

.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before {
    opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
}

.owl-theme .owl-controls {
    margin-top: 40px;
}

.owl-theme .owl-controls .owl-page span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #ccc;
    background: url("   https://jpsrudrapur.com/images/jpsrudrapur_bg.webp") no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}

.owl-theme .owl-controls .owl-page:nth-child(2) span {
    background: url("   https://jpsrudrapur.com/images/jpsrudrapur_bg.webp") no-repeat;
    background-size: cover;
}

.owl-theme .owl-controls .owl-page:nth-child(3) span {
    background: url("   https://jpsrudrapur.com/images/jpsrudrapur_bg.webp") no-repeat;
    background-size: cover;
}

.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 0.5;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span {
    border-color: #d133ff;
    opacity: 1;
}

@media only screen and (max-width: 479px) {
    .owl-buttons {
        bottom: 30%;
    }
}


/* FOOTER */


.btn-nnd {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0px !important;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100% !important;
    text-align: left !important;

}





.nnyr img {

    width: 100%;
    height: 300px;
    margin-bottom: 0px;

}

.socialdata a {
    display: inline-block;
    width: 100%;
}

.socialdata iframe {
    margin-bottom: -16px !important;
    background: #fff;
}

.footer {
    width: 100%;
    float: left;
    background: #09274b;
}

.foot-social {
    width: 40%;
    max-width: 100%;
    float: left;
    margin: 0 30%;
    position: relative;
    z-index: 1;
}

.foot-social-media ul li a {
        color: #fff;
        transition: .5s;
        display: inline-block;
        width: 39px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 42px;
        font-size: 20px;
}
.foot-social:before {
    content: '';
    position: absolute;
    left: 0;
    right: 40%;
    top: 0;
    bottom: 0;
    background: #E7E7E7;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    transform: skewX(30deg);
    z-index: -1;
    border-radius: 0 0 0px 10px;
}

.foot-social:after {
    content: '';
    position: absolute;
    left: 40%;
    right: 0;
    top: 0;
    bottom: 0;
    background: #E7E7E7;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    z-index: -1;
    border-radius: 0 0 10px 0px;
}

.foot-social ul {
    width: 100%;
    float: left;
    padding: 10px 0%;
    text-align: center;
}

.foot-social ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}
/**
.foot-social ul li a {
    font-size: 30px;
    color: #2B2B2B;
}
.foot-social ul li a:hover {
    color: #0058F4;
}**/
.foot-social ul li a:hover {
    background: #E7E7E7;
    color: #09274b;
    transition: 1.5s;
   transform: rotate(360deg);
}  

.fa-blog img {
    width: 19px;
    display: block;
}

.footer .first-footer {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0 20px;
    border-bottom: 1px solid #031d3c;
}

.foot-box.footer-logo {
    width: 100%;
}

.footer-logo img {
    width: 100%;
    display: block;
    padding-top: 10%;
}


.hm-quicklinks {
    padding: 30px 20px 61px;
    background: #D1E6FF;
}

.foot-box {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10%;
    width: 100%;
    text-align: left;
}

.foot-box:last-child {
    margin-right: 0;
}

.quick-links {
    width: auto;
}

.foot-box h2 {
    margin-bottom: 10px;
    color: #CDD9F4;
    font-size: 21px;
}

.foot-box ul li a {
    color: #fff;
    margin: 8px 0;
    display: block;
    text-decoration: none;
    font-size: 14px;
}

.foot-box ul li a:hover {
    color: #588ED7;
}

.foot-box p {
    color: #fff;
    padding-bottom: 10px;
    font-size: 14px;
}

.foot-box p a {
    color: #fff;
}

.foot-box p a:hover {
    color: #588ED7;
}

.bottom {
    width: 100%;
    float: left;
    padding: 15px 0px;
    background: #050d17;
    text-align: center;
}

.bottom p {
    /* float: left; */
    color: #548ed5;
    font-size: 14px;
    margin-top: 7px;
}

.ecis {
    float: right;
    margin: 0px 0px 0px 10px;
}

.ecis img {
    width: 25px;
    height: 25px;
    float: left;
}

.ecis p {
    float: left;
    margin-top: 6px;
    font-size: 14px;
}

/*inside-page-about-DPS-Society



--------------------------------------------------*/

.button-top {
    background: #001d40;
    position: fixed;
    cursor: pointer;
    right: 10px;
    bottom: 40px;
    color: #FFFFFF;
    font-size: 20px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    z-index: 9;
}

ul,
li {
    list-style: none;
}




.inside-banner {
    width: 100%;
    position: relative;
}

.inside-banner img {
    width: 100%;
    display: inline-block;
    position: relative;
}

.inside-text {



    width: 25%;
    position: absolute;
    bottom: 24%;
    right: 20%;
    text-align: center;
}

.inside-text h2 {
    color: #fff;
    font-weight: 100;
    letter-spacing: 1px;
    border-bottom: 1px solid #033e8c;
    padding: 10px 0px;
}

.inside-text h4 {
    color: #fff;
    font-weight: 100;
    letter-spacing: 1px;
    padding: 10px;
}


.mmt img {
    width: 65%;
}

.mmt {
    text-align: center;
    padding-top: 30px;
}

.ib-scl .heading h1 {
    color: #fff;
}

.ib-scl {
    padding: 25px 156px 30px;
    background: #002A56;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #ffffff !important;
    filter: Alpha(Opacity=50);
    opacity: .5;
}

.g-card.card {
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.g-card .card-title {
    margin-bottom: 0;
    width: 70%;
    max-height: 21px;
    overflow: hidden;
}

.ib-scl .heading h1:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 22%;
    height: 5px;
    left: 49%;
    margin-left: -10%;
    border-top: 1px solid rgb(255 255 255 / 74%);
    border-bottom: 1px solid rgb(255 255 255 / 74%);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    /* color: #212529; */
    text-align: left;
    list-style: none;
    background-color: #09274b !important;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    top: 40px;
}

.dropdown-menu li {
    padding-bottom: 0px;
    width: 100%;
    padding-top: 0px;
    border-bottom: 1px solid #7a90a2;
}

.dropdown-menu li a {
    width: 100%;
    padding: 10px 15px;
    color: #f5f5f5;
}

.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #061e3a;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #ffffff00;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #ffffff00 !important;
}

.flt {
    float: right;
}

.byw img {
    width: 60%;
}


.features-box .hm-features-content .ticker {
    width: 100%;
    float: left;
    height: 345px;
    overflow: auto;
}

.features-box .hm-features-content .ticker marquee {
    height: 345px;
}

.features-box .hm-features-content .ticker li {
    border-bottom: 1px solid rgba(0, 31, 69, .74);
}

.features-box .hm-features-content .ticker li a {
    color: #c9e1ff;
    display: block;
    padding: 10px 5px;
}

.ticker marquee a {
    font-size: 14px;
    color: #fff;
    padding: 4px 0 !important;
    display: block;
    background: #527cad;
    margin: 10px 0;
}

.ticker marquee a span {
    background: #0c2a4d;
    padding: 8px 10px;
    margin-right: 10px;
    margin-left: 3px;
    font-size: 10px;
    width: 38%;
    text-align: center;
    display: inline-block;
}

.features-box .hm-features-content .ticker {
    width: 100%;
    float: left;
    height: 345px;
    overflow: hidden;
}

.features-box .hm-features-content .ticker li {
    border-bottom: 1px solid rgba(0, 31, 69, .74);
}

.features-box .hm-features-content .ticker li {
    border-bottom: 1px solid rgba(0, 31, 69, .74);
}

.news-events-box-items a span {
    background: #0c2a4d;
    padding: 8px 10px;
    margin-right: 10px;
    margin-left: 3px;
    font-size: 10px;
    width: 40%;
    text-align: center;
    display: inline-block;
}

.fix_div_reg {
    position: absolute;
    top: auto;
    left: 0px;
    background: #f78121;
    padding: 10px 20px;
    top: 580px;
    margin-right: 15px;
    text-align: center;
    border: 8px rgba(135, 194, 235, 0.15) solid;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 5px 29px 0px rgb(0 0 0 / 19%);
    box-shadow: 0px 5px 29px 0px rgb(0 0 0 / 19%);
    outline: none;
    border-radius: 100px;
}

.news-events-box-items a .tile-box {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-transform: capitalize;
    line-height: 20px;
}

.features-box .hm-features-content .ticker li a {
    color: #c9e1ff;
    display: block;
    padding: 10px 5px;
}

.news-events-box-items a {
    font-size: 14px;
    color: #fff;
    padding: 4px 0 !important;
    background: #527cad;
    margin: 10px 0;
}

.navbar .nav-item:hover .dropdown-menu {
    padding: 0;
}

.top_bar .mpd {
    color: #f78121;
    font-size: 14px;
    font-weight: 500;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu .sub-menu {
        position: absolute;
        left: 100%;
        background: #001d3f;
        top: 0;
    }

    .navbar .nav-item .dropdown-menu,
    .navbar .nav-item .dropdown-menu .sub-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {}

    .navbar .nav-item:hover .dropdown-menu,
    .navbar .dropdown-item:hover .sub-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }

    .fix_div_reg {
        left: auto;
        right: 0px;
        top: 200px;
    }

    .fix_div_reg {
        display: none;
    }

    .navbar-nav>li>a {
        padding: 10px 18px !important;
    }

}

/* ============ desktop view .end// ============ */

/* ============ desktop view ============ */
@media all and (max-width: 991px) {
    .navbar-nav li {
        padding: 0;
        border-left: 0;
        border-bottom: 1px solid #1c3e63;
    }

    .navbar-nav li:last-child {
        border-left: none;
        border-bottom: none;
    }

    .navbar-nav li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-dark .navbar-nav .nav-link {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .dropdown-menu li {
        padding: 0 !important;
    }

    .dropdown-menu li a {
        padding: 10px 15px !important;
    }

    .top_bar .mdp {
        display: none;
    }
}

/* ============ desktop view .end// ============ */

@media all and (max-width: 767px) {
    .top_bar .flt {
        width: 40%;
        text-align: right;
    }

    #hm-news-bg {
        padding: 30px 0px 30px;
    }

    .heading h1 {
        font-size: 24px;
    }

    .heading {
        margin-bottom: 10px;
    }

    .ib-scl .heading {
        margin-bottom: 25px !important;
    }

    .top_bar .flt li.site-no {
        display: none;
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .foot-social {
        width: 80%;
        margin: 0 10%;
    }

    .top_bar ul li {
        color: #fff;
        margin: -5px 0px;
    }

    .mmt img {
        width: 100%;
    }

    .bottom p,
    .bottom .ecis {
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .mmt {
        text-align: center;
        padding: 0%;
    }

    /*.mb2 {
    display: none;
}*/
    .top_bar ul li {
        margin: 0;
        width: 100%;
    }

    body>div.header>div.top_bar>div>div>div>div>ul>li:nth-child(1) {
        font-size: 14px !important;
        display: flex;
        align-items: center;
        padding-right: 0px;

    }

    .top_bar ul li a {
        padding: 5px 4px;
        border-radius: 16px;
        font-size: 12px;
        font-weight: 700;
    }

    .mmyu {
        display: none;
    }

    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        margin-left: 85%;
    }

    .dropdown-menu li {
        width: 100%;
        border-bottom: 1px solid #7a90a2;
        font-size: 10px;
        background: #051d3a;
        padding-right: 0;
        padding-left: 0;
    }

    .dropdown-menu li:last-child {
        border-bottom: 0;
    }

    .footer-logo img {
        width: 100%;
        display: block;
        padding-top: 0%;
    }

    .foot-box:last-child {
        text-align: left;
        margin-bottom: 20px;
    }

    .quick-links {
        width: 100%;
    }

    .byw img {
        width: 100%;
    }

    .heading {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 30px;
    }

    .hm-quicklinks {
        padding: 30px 20px 30px;
        background: #D1E6FF;
    }

    .ib-scl {
        padding: 30px 0px 30px;
        background: #002A56;
    }

    .socialdata {
        margin-bottom: 20px;
    }

    #testimonial-slider {
        padding: 20px 0px 0px 0px;
        background: #fff;
        text-align: center;
    }

    .admission a {
        display: block;
        padding: 4px 0;
        color: #fff;
        font-size: 14px;
        width: 60px;
        height: 60px;
        border: 1px solid #fff;
    }

    .admission a p {
        line-height: 11px;
        color: #fff;
        font-size: 10px;
        margin-bottom: 0;
    }

    .logo {
        line-height: 78px;
    }

    .fix_div_reg {
        position: absolute;
        top: auto;
        right: auto;
        background: #f78121;
        padding: 2px 15px 5px 15px;
        top: 120px;
        margin-right: 0px;
        text-align: center;
        border: 8px rgba(135, 194, 235, 0.15) solid;
        background-clip: padding-box;
        -webkit-box-shadow: 0px 5px 29px 0px rgb(0 0 0 / 19%);
        box-shadow: 0px 5px 29px 0px rgb(0 0 0 / 19%);
        outline: none;
        border-radius: 0;
    }

    .fix_div_reg span {
        font-size: 12px !important;
    }

    .purchase h2.mr2 {
        margin: 0;
    }

    .purchase .col-md-2 {
        padding-left: 0;
    }

    .purchase .mmq {
        padding-top: 15px;
    }

    .vfr {
        padding: 20px 0;
    }

    .main-content h2 {
        font-size: 26px;
    }
}

.acheivement h2 {
    text-align: center;
}

.award_box p {
    text-align: justify;
}

/*main*/

.main-title-wrap {
    overflow: hidden
}

.main-title-wrap.right {
    text-align: right
}

.main-title-wrap.center {
    text-align: center
}

.main-title-wrap .main-title {
    display: inline-block;
    position: relative;
    letter-spacing: .07692rem
}

.main-title-wrap:not(.left) .main-title:after,
.main-title-wrap:not(.right) .main-title:before {
    content: "";
    top: 120%;
    position: absolute;
    border-bottom: .07692rem solid #ebeaea;
    width: 999%;
    z-index: 2
}

.main-title-wrap:not(.left) .main-title.line-double:after,
.main-title-wrap:not(.right) .main-title.line-double:before {
    border-bottom: .23077rem solid #ebeaea
}

.main-title-wrap .title-line:before {
    content: "";
    top: 20%;
    position: absolute;
    left: -1.53846rem;
    width: .15385rem;
    height: 1.53846rem;
    background: #ebeaea;
    z-index: 3
}

.main-title-wrap .title-line:after {
    content: "";
    top: 20%;
    position: absolute;
    right: -20px;
    width: 2px;
    height: 20px;
    background: #ebeaea;
    z-index: 3
}

.main-title-wrap .title-square2:before {
    content: "";
    top: 45%;
    position: absolute;
    left: -3.38462rem;
    width: 2.30769rem;
    height: .30769rem;
    background: #09274b;
    z-index: 4
}

.main-title-wrap .title-square2:after {
    content: "";
    top: 45%;
    position: absolute;
    right: -3.38462rem;
    width: 2.30769rem;
    height: .30769rem;
    background: #09274b;
    z-index: 4
}

.main-title-wrap .main-title:after {
    margin-right: 1.53846rem;
    right: 100%
}

.main-title-wrap .main-title:before {
    margin-left: 1.53846rem;
    left: 100%
}

.main-title-wrap.sub {
    text-align: inherit
}

.main-title-wrap .sub-title {
    display: inline-block;
    position: relative;
    text-align: left
}

.main-title-wrap .sub-title:after {
    content: "";
    top: 60%;
    position: absolute;
    border-bottom: .07692rem solid #ebeaea;
    width: 999%;
    z-index: 2;
    margin-left: .76923rem
}

.main-title-wrap .sub-title.two:after {
    content: "";
    top: 48%;
    position: absolute;
    border-bottom: .07692rem solid #ebeaea;
    padding: .23077rem 0;
    border-top: .07692rem solid #ebeaea;
    width: 999%
}

.main-title-wrap .main-title:after,
.main-title-wrap .main-title:before {
    top: 120%;
    left: 0
}

.main-title-wrap .main-title .title-square2 {
    padding-top: .46154rem
}

.main-title-wrap .main-title .title-square2:after {
    top: 110%;
    left: 0
}

.main-title-wrap.center-bottom {
    text-align: center
}

.main-title-wrap.center-bottom .main-title:before {
    border-bottom: none
}

.main-title-wrap.center-bottom .main-title .title-square2:before {
    content: inherit
}

.main-title-wrap.center-bottom .main-title .title-square2:after {
    left: 50%;
    margin-left: -1.53846rem
}

.iframe_box2 {
    padding: 15px;
    width: 100%;
}

.carrer_list ul li {
    width: 100%;
    font-size: 24px;
    margin: 0 15px;
    background: #bb3a00;
    border: 1px solid #bb3a00;
}


.site_box {
    background: #F1F1F1;
    padding: 15px;
    border-radius: 10px;
    margin: 15px 0;
    min-height: 293px;
    max-height: 293px;
    box-shadow: 0px 0px 6px 0px #90c3ff;
}

.site_box h4 {
    margin-bottom: 20px;
}

.site_box ul {
    list-style: none;
    padding: 0;
}

.site_box ul li {
    margin: 6px 0;
}

.site_box ul li a {
    color: #001d3f;
    text-decoration: none;
}

.card.cards {
    border-radius: 4px !important;
    min-height: 250px;
}

.card.cards .img-fluid {
    border-radius: 4px !important;
}

.card.cards .card-body {
    padding: 10px 5px 5px 5px
}

.card-header h5 {
    cursor: pointer;
}


.cards2 img {
    padding: 25px;
}

.cards2 i {
    font-size: 50px;
    text-align: right;
    /*width: 100%;*/
    line-height: 145px;
    padding: 20px;
    float: right;
    color: red;
}

.card-body a {
    float: right;
}

.navbar {
    padding: 0.2rem 1rem !important;
}

.categ-title {
    font-size: 20px;
}

.features-box h3 {
    background: inherit !important;
    border: 0px !important;
}

.features-box h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    display: inline-block;
}

.carousel-item img {
    width: 100% !important;
}

.form_box2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 70%;
}

.main-content.vfr {
    background: #c1ecfe;
}

.as_iim img {
    max-width: 100%;
}
.inside-banner-2{
    
    background:url(../images/school3.1.webp)#831a3c center center fixed;
    /**background:url(../images/bg2.webp)#831a3c center center;**/
     background-size:cover;
     height:220px;
     float:none;
}

.inner-header-banner {
    position: relative;
    background:url(../images/s9.webp) #09274b center center fixed; 
    background-size:cover;
    height:220px;
    float:none
}

.inner-header-banner:after {
    background: url(../images/noksha.webp) repeat;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    bottom: -3px;
    width: 100%;
    z-index: 2;
}
.main-content h2 {
    color: #0a1851;
    font-weight: 700;
}

.main-content .content-title:before {
    content: '';
    background: url(../images/heading-before.webp) no-repeat;
    display: block;
    height: 3px;
    width: 76px;
    margin-bottom: 10px;
}

.p-graphs p {
    line-height: 1.7;
    font-size: 15px;
}

.content .as_iim:before {
    content: '';
    background: url(../images/1.webp) no-repeat;
    position: absolute;
    right: 0px;
    top: -25px;
    z-index: -1;
    animation: top-image-bounce 3s infinite ease-in-out;
    border-radius: 5px;
    width: 115px;
    height: 186px;
}

.main-content h2.new_title {
    color: #121212;
    font-size: 24px;
}

.card2 img {
    width: 20%;
    width: 25%;
    min-height: 150px;
    max-height: 150px;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding: 5px;
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    width: 35px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: #000000;
    text-shadow: none;
}


.alumni_box {
    text-align: center;
    position: relative;
    border: 1px solid #09274b;
    overflow: hidden;
}

.alumni_box .alumni_box_content:before {
    position: absolute;
    content: '';
    width: 200px;
    height: 250px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(247 129 33 / 40%);
    left: 0;
    border-radius: 100px;
    margin-left: -100px;
}

.alumni_box .flex-lg-row-reverse .alumni_box_content:before {
    left: auto;
    right: -100px;
}

.alumni_box .alumni_box_content h4,
.alumni_box .alumni_box_content p {
    position: relative;
}

.alumni_box .alumni_box_content p {
    margin-bottom: 0;
}

.alumni_box h1 {
    color: #0a1851;
    margin: 40px 0;
}

.alumni_box .alumni_view {
    position: relative;
    overflow: hidden;
}

.alumni_box .alumni_view:after {
    content: '';
    position: absolute;
    background: url(../images/img-style.webp);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
}

@media all and (max-width: 480px) {
    .top_bar .flt {
        width: 100%;
    }

    .top_bar ul li img {
        width: 16px;
    }

    .top_bar .mpd {
        display: none;
    }

    .fix_div_reg {
        top: 122px !important;
    }
}


.badmintion h6 {
    text-align: center;
    margin: 20px 0;
}

.badmintion a {
    margin: 20px 0;
}

.badmintion h4 {
    text-align: center;
}

.badmintion ul li {
    margin: 15px 0;
    text-align: justify;
}

.new_enq a {
    color: #000 !important;
}



.call-us img {
    height: 25px;
}

.p-graphs img {
    padding: 0 0;
    float: right;
    width: 30%;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px #ccc;
    margin: 0 20px;
}

.mmq ul {
    display: flex;
}


.acheiver img {
    margin-bottom: 40px;
}

.table a.btn.btn-cyan {
    color: #f78121 !important;
    padding: 0;
}

@media screen and (max-width: 992px) and (min-width: 767px) {
    .top-socials ul li {
        margin: 0px !important;
    }

    .admission a {
        margin: 17px 5px 0 0 !important;
    }

    .fix_div_reg {
        display: none !important;
    }

    .flt ul li:nth-child(1) {
        display: initial !important;
    }

    .content img {
        width: 100% !important;
    }

}

